-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clusterawsadm binary not working on Ubuntu 20.04 #4610
Comments
This issue is currently awaiting triage. If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'm also having the same problem. I'm using fedora 38 and my $ ldd --version
ldd (GNU libc) 2.37
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper. Details
$ clusterawsadm bootstrap iam create-cloudformation-stack --region us-east-1
Attempting to create AWS CloudFormation stack cluster-api-provider-aws-sigs-k8s-io
SIGSEGV: segmentation violation
PC=0x7fe075ae46a6 m=0 sigcode=1
signal arrived during cgo execution
goroutine 43 [syscall]:
runtime.cgocall(0x276a0a0, 0xc00050a588)
/usr/local/go/src/runtime/cgocall.go:157 +0x4b fp=0xc00050a560 sp=0xc00050a528 pc=0x40a0eb
net._C2func_getaddrinfo(0xc000bfb200, 0x0, 0xc000b36840, 0xc0001a5f78)
_cgo_gotypes.go:100 +0x55 fp=0xc00050a588 sp=0xc00050a560 pc=0x587055
net._C_getaddrinfo.func1(0x413425?, 0x8?, 0x2a37b20?, 0x1?)
/usr/local/go/src/net/cgo_unix_cgo.go:78 +0x7a fp=0xc00050a5f0 sp=0xc00050a588 pc=0x5879da
net._C_getaddrinfo(0xc000bfb140?, 0x26?, 0x0?, 0x0?)
/usr/local/go/src/net/cgo_unix_cgo.go:78 +0x13 fp=0xc00050a620 sp=0xc00050a5f0 pc=0x587913
net.cgoLookupHostIP({0x3579119, 0x3}, {0xc000bfb140, 0x26})
/usr/local/go/src/net/cgo_unix.go:166 +0x24f fp=0xc00050a760 sp=0xc00050a620 pc=0x5538cf
net.cgoLookupIP.func1()
/usr/local/go/src/net/cgo_unix.go:215 +0x25 fp=0xc00050a790 sp=0xc00050a760 pc=0x553fe5
net.doBlockingWithCtx[...].func1()
/usr/local/go/src/net/cgo_unix.go:56 +0x35 fp=0xc00050a7e0 sp=0xc00050a790 pc=0x587dd5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x477901
created by net.doBlockingWithCtx[...] in goroutine 42
/usr/local/go/src/net/cgo_unix.go:54 +0xd8
goroutine 1 [select]:
runtime.gopark(0xc000d1ec68?, 0x4?, 0xd0?, 0xe9?, 0xc000d1eb10?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000d1e988 sp=0xc000d1e968 pc=0x44372e
runtime.selectgo(0xc000d1ec68, 0xc000d1eb08, 0xc000afe620?, 0x0, 0xc000d1eb88?, 0x1)
/usr/local/go/src/runtime/select.go:327 +0x725 fp=0xc000d1eaa8 sp=0xc000d1e988 pc=0x454305
net/http.(*Transport).getConn(0x59532c0, 0xc000ab2cc0, {{}, 0x0, {0xc000b50b40, 0x5}, {0xc000bfb140, 0x2a}, 0x0})
/usr/local/go/src/net/http/transport.go:1393 +0x5b3 fp=0xc000d1ecc0 sp=0xc000d1eaa8 pc=0x890053
net/http.(*Transport).roundTrip(0x59532c0, 0xc000a9f500)
/usr/local/go/src/net/http/transport.go:591 +0x73a fp=0xc000d1eee8 sp=0xc000d1ecc0 pc=0x88bd3a
net/http.(*Transport).RoundTrip(0xc000d1ef01?, 0x3df4520?)
/usr/local/go/src/net/http/roundtrip.go:17 +0x13 fp=0xc000d1ef08 sp=0xc000d1eee8 pc=0x874173
net/http.send(0xc000a9f500, {0x3df4520, 0x59532c0}, {0x1?, 0xc000c0e800?, 0x0?})
/usr/local/go/src/net/http/client.go:260 +0x606 fp=0xc000d1f138 sp=0xc000d1ef08 pc=0x832bc6
net/http.(*Client).send(0x5b3ebc0, 0xc000a9f500, {0x0?, 0x358fe78?, 0x0?})
/usr/local/go/src/net/http/client.go:181 +0x98 fp=0xc000d1f1b0 sp=0xc000d1f138 pc=0x832438
net/http.(*Client).do(0x5b3ebc0, 0xc000a9f500)
/usr/local/go/src/net/http/client.go:724 +0x912 fp=0xc000d1f3c0 sp=0xc000d1f1b0 pc=0x8347b2
net/http.(*Client).Do(...)
/usr/local/go/src/net/http/client.go:590
github.com/aws/aws-sdk-go/aws/corehandlers.sendFollowRedirects(0xc14ac135efd0b2be?)
/home/richard/go/pkg/mod/github.com/aws/[email protected]/aws/corehandlers/handlers.go:120 +0x25 fp=0xc000d1f3e0 sp=0xc000d1f3c0 pc=0x18c6d85
github.com/aws/aws-sdk-go/aws/corehandlers.glob..func3(0xc00077aa00)
/home/richard/go/pkg/mod/github.com/aws/[email protected]/aws/corehandlers/handlers.go:112 +0x183 fp=0xc000d1f448 sp=0xc000d1f3e0 pc=0x18c6c83
github.com/aws/aws-sdk-go/aws/request.(*HandlerList).Run(0xc00077ac28, 0xc00077aa00)
/home/richard/go/pkg/mod/github.com/aws/[email protected]/aws/request/handlers.go:267 +0x96 fp=0xc000d1f4d8 sp=0xc000d1f448 pc=0x1881db6
github.com/aws/aws-sdk-go/aws/request.(*Request).sendRequest(0xc00077aa00)
/home/richard/go/pkg/mod/github.com/aws/[email protected]/aws/request/request.go:602 +0xad fp=0xc000d1f590 sp=0xc000d1f4d8 pc=0x18850ed
github.com/aws/aws-sdk-go/aws/request.(*Request).Send(0xc00077aa00)
/home/richard/go/pkg/mod/github.com/aws/[email protected]/aws/request/request.go:555 +0x125 fp=0xc000d1f618 sp=0xc000d1f590 pc=0x18849a5
github.com/aws/aws-sdk-go/service/cloudformation.(*CloudFormation).CreateStack(0x35dd0b7?, 0x24?)
/home/richard/go/pkg/mod/github.com/aws/[email protected]/service/cloudformation/api.go:555 +0x1d fp=0xc000d1f640 sp=0xc000d1f618 pc=0x24ed5dd
sigs.k8s.io/cluster-api-provider-aws/v2/cmd/clusterawsadm/cloudformation/service.(*Service).createStack(0xc000d1fc50, {0x35dd0b7, 0x24}, {0xc000b32000, 0x3e39}, {0x5b76ee0, 0x0, 0x0})
/home/richard/go/src/sigs.k8s.io/cluster-api-provider-aws/cmd/clusterawsadm/cloudformation/service/service.go:121 +0x32c fp=0xc000d1f718 sp=0xc000d1f640 pc=0x2754d8c
sigs.k8s.io/cluster-api-provider-aws/v2/cmd/clusterawsadm/cloudformation/service.(*Service).ReconcileBootstrapStack(0x0?, {0x35dd0b7, 0x24}, {{0x35871ac, 0xa}, 0x0, {0x0, 0x0}, 0xc000a3c390, 0xc000a3c3c0, ...}, ...)
/home/richard/go/src/sigs.k8s.io/cluster-api-provider-aws/cmd/clusterawsadm/cloudformation/service/service.go:67 +0x372 fp=0xc000d1f8c8 sp=0xc000d1f718 pc=0x2754752
sigs.k8s.io/cluster-api-provider-aws/v2/cmd/clusterawsadm/cmd/bootstrap/iam.createCloudFormationStackCmd.func1(0xc0009f9300?, {0xc0008dd840?, 0x4?, 0x3579969?})
/home/richard/go/src/sigs.k8s.io/cluster-api-provider-aws/cmd/clusterawsadm/cmd/bootstrap/iam/cloudformation.go:112 +0x2e5 fp=0xc000d1fcf8 sp=0xc000d1f8c8 pc=0x275db45
github.com/spf13/cobra.(*Command).execute(0xc000a15800, {0xc0008dd820, 0x2, 0x2})
/home/richard/go/pkg/mod/github.com/spf13/[email protected]/command.go:940 +0x87c fp=0xc000d1fe30 sp=0xc000d1fcf8 pc=0x5eeafc
github.com/spf13/cobra.(*Command).ExecuteC(0xc000a14600)
/home/richard/go/pkg/mod/github.com/spf13/[email protected]/command.go:1068 +0x3a5 fp=0xc000d1fee8 sp=0xc000d1fe30 pc=0x5ef385
github.com/spf13/cobra.(*Command).Execute(...)
/home/richard/go/pkg/mod/github.com/spf13/[email protected]/command.go:992
sigs.k8s.io/cluster-api-provider-aws/v2/cmd/clusterawsadm/cmd.Execute()
/home/richard/go/src/sigs.k8s.io/cluster-api-provider-aws/cmd/clusterawsadm/cmd/root.go:89 +0xbb fp=0xc000d1ff30 sp=0xc000d1fee8 pc=0x2769bdb
main.main()
/home/richard/go/src/sigs.k8s.io/cluster-api-provider-aws/cmd/clusterawsadm/main.go:22 +0xf fp=0xc000d1ff40 sp=0xc000d1ff30 pc=0x2769f8f
runtime.main()
/usr/local/go/src/runtime/proc.go:267 +0x2bb fp=0xc000d1ffe0 sp=0xc000d1ff40 pc=0x4432bb
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000d1ffe8 sp=0xc000d1ffe0 pc=0x477901
goroutine 2 [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc00008afa8 sp=0xc00008af88 pc=0x44372e
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:404
runtime.forcegchelper()
/usr/local/go/src/runtime/proc.go:322 +0xb3 fp=0xc00008afe0 sp=0xc00008afa8 pc=0x443593
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00008afe8 sp=0xc00008afe0 pc=0x477901
created by runtime.init.6 in goroutine 1
/usr/local/go/src/runtime/proc.go:310 +0x1a
goroutine 3 [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc00008b778 sp=0xc00008b758 pc=0x44372e
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:404
runtime.bgsweep(0x0?)
/usr/local/go/src/runtime/mgcsweep.go:321 +0xdf fp=0xc00008b7c8 sp=0xc00008b778 pc=0x42b99f
runtime.gcenable.func1()
/usr/local/go/src/runtime/mgc.go:200 +0x25 fp=0xc00008b7e0 sp=0xc00008b7c8 pc=0x420825
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00008b7e8 sp=0xc00008b7e0 pc=0x477901
created by runtime.gcenable in goroutine 1
/usr/local/go/src/runtime/mgc.go:200 +0x66
goroutine 4 [GC scavenge wait]:
runtime.gopark(0xc0000bc000?, 0x3ddca98?, 0x0?, 0x0?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc00008bf70 sp=0xc00008bf50 pc=0x44372e
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:404
runtime.(*scavengerState).park(0x5b40340)
/usr/local/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc00008bfa0 sp=0xc00008bf70 pc=0x428f69
runtime.bgscavenge(0x0?)
/usr/local/go/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc00008bfc8 sp=0xc00008bfa0 pc=0x429539
runtime.gcenable.func2()
/usr/local/go/src/runtime/mgc.go:201 +0x25 fp=0xc00008bfe0 sp=0xc00008bfc8 pc=0x4207c5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00008bfe8 sp=0xc00008bfe0 pc=0x477901
created by runtime.gcenable in goroutine 1
/usr/local/go/src/runtime/mgc.go:201 +0xa5
goroutine 18 [finalizer wait]:
runtime.gopark(0x35556a0?, 0x100444801?, 0x0?, 0x0?, 0x44b945?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc00008a628 sp=0xc00008a608 pc=0x44372e
runtime.runfinq()
/usr/local/go/src/runtime/mfinal.go:193 +0x107 fp=0xc00008a7e0 sp=0xc00008a628 pc=0x41f8a7
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00008a7e8 sp=0xc00008a7e0 pc=0x477901
created by runtime.createfing in goroutine 1
/usr/local/go/src/runtime/mfinal.go:163 +0x3d
goroutine 19 [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000086750 sp=0xc000086730 pc=0x44372e
runtime.gcBgMarkWorker()
/usr/local/go/src/runtime/mgc.go:1293 +0xe5 fp=0xc0000867e0 sp=0xc000086750 pc=0x4223a5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000867e8 sp=0xc0000867e0 pc=0x477901
created by runtime.gcBgMarkStartWorkers in goroutine 1
/usr/local/go/src/runtime/mgc.go:1217 +0x1c
goroutine 20 [GC worker (idle)]:
runtime.gopark(0xeb08e35784e9?, 0x3?, 0x4?, 0x31?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000086f50 sp=0xc000086f30 pc=0x44372e
runtime.gcBgMarkWorker()
/usr/local/go/src/runtime/mgc.go:1293 +0xe5 fp=0xc000086fe0 sp=0xc000086f50 pc=0x4223a5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000086fe8 sp=0xc000086fe0 pc=0x477901
created by runtime.gcBgMarkStartWorkers in goroutine 1
/usr/local/go/src/runtime/mgc.go:1217 +0x1c
goroutine 21 [GC worker (idle)]:
runtime.gopark(0xeb08e35782d9?, 0x3?, 0x92?, 0xdd?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000087750 sp=0xc000087730 pc=0x44372e
runtime.gcBgMarkWorker()
/usr/local/go/src/runtime/mgc.go:1293 +0xe5 fp=0xc0000877e0 sp=0xc000087750 pc=0x4223a5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000877e8 sp=0xc0000877e0 pc=0x477901
created by runtime.gcBgMarkStartWorkers in goroutine 1
/usr/local/go/src/runtime/mgc.go:1217 +0x1c
goroutine 22 [GC worker (idle)]:
runtime.gopark(0xeb08e3578199?, 0x3?, 0xf1?, 0xe?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000087f50 sp=0xc000087f30 pc=0x44372e
runtime.gcBgMarkWorker()
/usr/local/go/src/runtime/mgc.go:1293 +0xe5 fp=0xc000087fe0 sp=0xc000087f50 pc=0x4223a5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000087fe8 sp=0xc000087fe0 pc=0x477901
created by runtime.gcBgMarkStartWorkers in goroutine 1
/usr/local/go/src/runtime/mgc.go:1217 +0x1c
goroutine 23 [GC worker (idle)]:
runtime.gopark(0xeb08e357802d?, 0x3?, 0x19?, 0x53?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000088750 sp=0xc000088730 pc=0x44372e
runtime.gcBgMarkWorker()
/usr/local/go/src/runtime/mgc.go:1293 +0xe5 fp=0xc0000887e0 sp=0xc000088750 pc=0x4223a5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000887e8 sp=0xc0000887e0 pc=0x477901
created by runtime.gcBgMarkStartWorkers in goroutine 1
/usr/local/go/src/runtime/mgc.go:1217 +0x1c
goroutine 5 [GC worker (idle)]:
runtime.gopark(0xeb08e3578052?, 0x3?, 0x27?, 0x30?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc00008c750 sp=0xc00008c730 pc=0x44372e
runtime.gcBgMarkWorker()
/usr/local/go/src/runtime/mgc.go:1293 +0xe5 fp=0xc00008c7e0 sp=0xc00008c750 pc=0x4223a5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc00008c7e8 sp=0xc00008c7e0 pc=0x477901
created by runtime.gcBgMarkStartWorkers in goroutine 1
/usr/local/go/src/runtime/mgc.go:1217 +0x1c
goroutine 34 [GC worker (idle)]:
runtime.gopark(0xeb08e3578209?, 0x3?, 0x44?, 0x3?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000508750 sp=0xc000508730 pc=0x44372e
runtime.gcBgMarkWorker()
/usr/local/go/src/runtime/mgc.go:1293 +0xe5 fp=0xc0005087e0 sp=0xc000508750 pc=0x4223a5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0005087e8 sp=0xc0005087e0 pc=0x477901
created by runtime.gcBgMarkStartWorkers in goroutine 1
/usr/local/go/src/runtime/mgc.go:1217 +0x1c
goroutine 24 [GC worker (idle)]:
runtime.gopark(0xeb08e3577086?, 0x3?, 0x84?, 0x14?, 0x0?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000088f50 sp=0xc000088f30 pc=0x44372e
runtime.gcBgMarkWorker()
/usr/local/go/src/runtime/mgc.go:1293 +0xe5 fp=0xc000088fe0 sp=0xc000088f50 pc=0x4223a5
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000088fe8 sp=0xc000088fe0 pc=0x477901
created by runtime.gcBgMarkStartWorkers in goroutine 1
/usr/local/go/src/runtime/mgc.go:1217 +0x1c
goroutine 41 [select]:
runtime.gopark(0xc000b8d578?, 0x2?, 0x18?, 0x9f?, 0xc000b8d4d4?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000b8d320 sp=0xc000b8d300 pc=0x44372e
runtime.selectgo(0xc000b8d578, 0xc000b8d4d0, 0x2a?, 0x0, 0x4735d3?, 0x1)
/usr/local/go/src/runtime/select.go:327 +0x725 fp=0xc000b8d440 sp=0xc000b8d320 pc=0x454305
net.(*Resolver).lookupIPAddr(0x5b363e0, {0x3e21340?, 0xc000380930}, {0x3579119, 0x3}, {0xc000bfb140, 0x26})
/usr/local/go/src/net/lookup.go:332 +0x3fe fp=0xc000b8d620 sp=0xc000b8d440 pc=0x57213e
net.(*Resolver).internetAddrList(0x3e21340?, {0x3e21340?, 0xc000380930?}, {0x3579119, 0x3}, {0xc000bfb140?, 0x540ea5?})
/usr/local/go/src/net/ipsock.go:288 +0x4e5 fp=0xc000b8d748 sp=0xc000b8d620 pc=0x56f8e5
net.(*Resolver).resolveAddrList(0x5b76ee0?, {0x3e21340, 0xc000380930}, {0x3579ad1, 0x4}, {0x3579119?, 0x3027660?}, {0xc000bfb140, 0x2a}, {0x0, ...})
/usr/local/go/src/net/dial.go:282 +0x405 fp=0xc000b8d848 sp=0xc000b8d748 pc=0x557925
net.(*Dialer).DialContext(0xc0003a2f50, {0x3e211f0, 0x5b76ee0}, {0x3579119, 0x3}, {0xc000bfb140, 0x2a})
/usr/local/go/src/net/dial.go:488 +0x42c fp=0xc000b8d980 sp=0xc000b8d848 pc=0x55886c
net.(*Dialer).DialContext-fm({0x3e211f0?, 0x5b76ee0?}, {0x3579119?, 0x5b41da0?}, {0xc000bfb140?, 0x0?})
<autogenerated>:1 +0x49 fp=0xc000b8d9c8 sp=0xc000b8d980 pc=0x8a8e29
net/http.(*Transport).dial(0x0?, {0x3e211f0?, 0x5b76ee0?}, {0x3579119?, 0x1d96f60?}, {0xc000bfb140?, 0x3e456f8?})
/usr/local/go/src/net/http/transport.go:1183 +0xd2 fp=0xc000b8da30 sp=0xc000b8d9c8 pc=0x88f0f2
net/http.(*Transport).dialConn(0x59532c0, {0x3e211f0, 0x5b76ee0}, {{}, 0x0, {0xc000b50b40, 0x5}, {0xc000bfb140, 0x2a}, 0x0})
/usr/local/go/src/net/http/transport.go:1625 +0x7e8 fp=0xc000b8ded8 sp=0xc000b8da30 pc=0x892148
net/http.(*Transport).dialConnFor(0x0?, 0xc0008eb130)
/usr/local/go/src/net/http/transport.go:1467 +0x9f fp=0xc000b8dfc0 sp=0xc000b8ded8 pc=0x890c5f
net/http.(*Transport).queueForDial.func1()
/usr/local/go/src/net/http/transport.go:1436 +0x25 fp=0xc000b8dfe0 sp=0xc000b8dfc0 pc=0x890b85
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000b8dfe8 sp=0xc000b8dfe0 pc=0x477901
created by net/http.(*Transport).queueForDial in goroutine 1
/usr/local/go/src/net/http/transport.go:1436 +0x3cb
goroutine 42 [select]:
runtime.gopark(0xc000b8fb50?, 0x2?, 0x78?, 0xfb?, 0xc000b8fb34?)
/usr/local/go/src/runtime/proc.go:398 +0xce fp=0xc000b8f9e0 sp=0xc000b8f9c0 pc=0x44372e
runtime.selectgo(0xc000b8fb50, 0xc000b8fb30, 0x0?, 0x0, 0x0?, 0x1)
/usr/local/go/src/runtime/select.go:327 +0x725 fp=0xc000b8fb00 sp=0xc000b8f9e0 pc=0x454305
net.doBlockingWithCtx[...]({0x3e212d0, 0xc000881270}, 0xc000b367e0)
/usr/local/go/src/net/cgo_unix.go:60 +0x14f fp=0xc000b8fbd0 sp=0xc000b8fb00 pc=0x589b8f
net.cgoLookupIP({0x3e212d0, 0xc000881270}, {0x3579119, 0x3}, {0xc000bfb140, 0x26})
/usr/local/go/src/net/cgo_unix.go:214 +0xb4 fp=0xc000b8fc00 sp=0xc000b8fbd0 pc=0x553f54
net.(*Resolver).lookupIP(0x5b363e0, {0x3e212d0, 0xc000881270}, {0x3579119, 0x3}, {0xc000bfb140, 0x26})
/usr/local/go/src/net/lookup_unix.go:70 +0x11a fp=0xc000b8fe58 sp=0xc000b8fc00 pc=0x575e3a
net.(*Resolver).lookupIP-fm({0x3e212d0?, 0xc000881270?}, {0x3579119?, 0x0?}, {0xc000bfb140?, 0x893a6a?})
<autogenerated>:1 +0x49 fp=0xc000b8fea0 sp=0xc000b8fe58 pc=0x58eb49
net.glob..func1({0x3e212d0?, 0xc000881270?}, 0x0?, {0x3579119?, 0x5?}, {0xc000bfb140?, 0x2a?})
/usr/local/go/src/net/hook.go:23 +0x37 fp=0xc000b8fee0 sp=0xc000b8fea0 pc=0x566637
net.(*Resolver).lookupIPAddr.func1()
/usr/local/go/src/net/lookup.go:324 +0x3a fp=0xc000b8ff38 sp=0xc000b8fee0 pc=0x572b5a
internal/singleflight.(*Group).doCall(0x5b363f0, 0xc0008812c0, {0xc000bfb170, 0x2a}, 0xc0008eb130?)
/usr/local/go/src/internal/singleflight/singleflight.go:93 +0x35 fp=0xc000b8ffa8 sp=0xc000b8ff38 pc=0x551275
internal/singleflight.(*Group).DoChan.func1()
/usr/local/go/src/internal/singleflight/singleflight.go:86 +0x30 fp=0xc000b8ffe0 sp=0xc000b8ffa8 pc=0x551210
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000b8ffe8 sp=0xc000b8ffe0 pc=0x477901
created by internal/singleflight.(*Group).DoChan in goroutine 41
/usr/local/go/src/internal/singleflight/singleflight.go:86 +0x2e9
rax 0x1d5580
rbx 0x0
rcx 0xffffffffffffff18
rdx 0x7fe075c06030
rdi 0x0
rsi 0x3f3221d
rbp 0x7ffdea33cc70
rsp 0x7ffdea33cc38
r8 0x963cf85
r9 0x0
r10 0x6e
r11 0x597b520
r12 0x69b9f40
r13 0x1
r14 0x69b7490
r15 0x69b9f40
rip 0x7fe075ae46a6
rflags 0x10246
cs 0x33
fs 0x0
gs 0x0 I'm also curious because $ ldd $(command -v clusterawsadm)
not a dynamic executable |
Happens for me as well, on Fedora 39. |
Same Happen for Fedora 38. Thank @kranurag7 , I looked to the stack trace I got its different than the one here. looks to me related but not sure. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Hey, we are now using goreleaser for releasing the binary and this should not happen with latest releases. If it happens please ping me here. // cc @nrb otherwise we can close this issue given this is resolved. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
@serngawy @cgiraldo @codewest @kranurag7 Are you experiencing issues with v2.5.0? We switched over to building on GitHub workers with GoReleaser, which I think should have fixed the linking. |
@nrb Works for me on Fedora 39 and Fedora 40 now. Thank you for the fix! |
working fine with fedora 39 thanks @nrb |
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
running
clusterawsadm bootstrap iam create-cloudformation-stack
exits with error.What did you expect to happen:
cloudformation-stack created with success
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
I think the problem is that the released binary was built against glibc>=2.32 but ubuntu 20.04 is using glibc2.31.
If I build the binary in my ubuntu 20.04 host, It works correctly.
If I use a previous released version (e.g. 2.2.1) the binary also works correctly.
Environment:
kubectl version
):/etc/os-release
): Ubuntu 20.04The text was updated successfully, but these errors were encountered: