Skip to content
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

TestCtlV3Lock flake #14763

Closed
tjungblu opened this issue Nov 15, 2022 · 7 comments
Closed

TestCtlV3Lock flake #14763

tjungblu opened this issue Nov 15, 2022 · 7 comments

Comments

@tjungblu
Copy link
Contributor

tjungblu commented Nov 15, 2022

Which github workflows are flaking?

E2E, grpc-proxy

Which tests are flaking?

2022-11-15T07:36:20.8447261Z --- FAIL: TestCtlV3Lock (1.89s)
2022-11-15T07:36:20.8447551Z     before.go:35: Changing working directory to: /tmp/TestCtlV3Lock123969626/001
2022-11-15T07:36:20.8447978Z     logger.go:130: 2022-11-15T07:32:29.649Z	INFO	starting server...	{"name": "TestCtlV3Lock-test-0"}
2022-11-15T07:36:20.8451490Z     logger.go:130: 2022-11-15T07:32:29.650Z	INFO	spawning process	{"args": ["/home/runner/work/etcd/etcd/bin/etcd", "--name", "TestCtlV3Lock-test-0", "--listen-client-urls", "http://localhost:20000", "--advertise-client-urls", "http://localhost:20000", "--listen-peer-urls", "https://localhost:20001", "--initial-advertise-peer-urls", "https://localhost:20001", "--initial-cluster-token", "new", "--data-dir", "/tmp/TestCtlV3Lock123969626/002", "--snapshot-count", "100000", "--experimental-initial-corrupt-check", "--peer-auto-tls", "--initial-cluster", "TestCtlV3Lock-test-0=https://localhost:20001", "--initial-cluster-state", "new"], "working-dir": "/tmp/TestCtlV3Lock123969626/001", "name": "TestCtlV3Lock-test-0", "environment-variables": ["ETCD_VERIFY=all", "EXPECT_DEBUG=true", "PATH=/opt/hostedtoolcache/go/1.19.3/x64/bin:/home/runner/go/bin:/opt/hostedtoolcache/go/1.19.3/x64/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "ETCD_UNSUPPORTED_ARCH=amd64"]}
2022-11-15T07:36:20.8451948Z     logger.go:130: 2022-11-15T07:32:30.211Z	INFO	started server.	{"name": "TestCtlV3Lock-test-0", "pid": 15413}
2022-11-15T07:36:20.8452206Z     ctl_v3_test.go:260: ---testFunc logic DONE
2022-11-15T07:36:20.8452401Z     ctl_v3_test.go:271: closing test cluster...
2022-11-15T07:36:20.8452818Z     logger.go:130: 2022-11-15T07:32:30.518Z	INFO	stopping server...	{"name": "TestCtlV3Lock-test-0"}
2022-11-15T07:36:20.8453205Z     logger.go:130: 2022-11-15T07:32:30.521Z	INFO	stopped server.	{"name": "TestCtlV3Lock-test-0"}
2022-11-15T07:36:20.8453526Z     logger.go:130: 2022-11-15T07:32:30.521Z	INFO	closing test cluster...
2022-11-15T07:36:20.8453919Z     logger.go:130: 2022-11-15T07:32:30.521Z	INFO	stopping server...	{"name": "TestCtlV3Lock-test-0"}
2022-11-15T07:36:20.8454318Z     logger.go:130: 2022-11-15T07:32:30.521Z	INFO	closing server...	{"name": "TestCtlV3Lock-test-0"}
2022-11-15T07:36:20.8454704Z     logger.go:130: 2022-11-15T07:32:30.521Z	INFO	stopping server...	{"name": "TestCtlV3Lock-test-0"}
2022-11-15T07:36:20.8455202Z     logger.go:130: 2022-11-15T07:32:30.521Z	INFO	removing directory	{"data-dir": "/tmp/TestCtlV3Lock123969626/002"}
2022-11-15T07:36:20.8455508Z     logger.go:130: 2022-11-15T07:32:30.521Z	INFO	closed test cluster.
2022-11-15T07:36:20.8455697Z     ctl_v3_test.go:275: closed test cluster...
2022-11-15T07:36:20.8455886Z     leak.go:118: Test appears to have leaked :
2022-11-15T07:36:20.8456175Z         syscall.Syscall(0x4a8365?, 0xc0001feb98?, 0x4a8532?, 0x7ffff800000?)
2022-11-15T07:36:20.8456548Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_linux.go:68 +0x27
2022-11-15T07:36:20.8456826Z         syscall.read(0xc000109680?, {0xc000573000?, 0x1?, 0xc000066800?})
2022-11-15T07:36:20.8457217Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/zsyscall_linux_amd64.go:696 +0x45
2022-11-15T07:36:20.8457359Z         syscall.Read(...)
2022-11-15T07:36:20.8457706Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_unix.go:183
2022-11-15T07:36:20.8457921Z         internal/poll.ignoringEINTRIO(...)
2022-11-15T07:36:20.8458274Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/internal/poll/fd_unix.go:794
2022-11-15T07:36:20.8458576Z         internal/poll.(*FD).Read(0xc000109680?, {0xc000573000?, 0x1000?, 0x1000?})
2022-11-15T07:36:20.8458957Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/internal/poll/fd_unix.go:163 +0x285
2022-11-15T07:36:20.8459108Z         os.(*File).read(...)
2022-11-15T07:36:20.8459430Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/file_posix.go:31
2022-11-15T07:36:20.8459731Z         os.(*File).Read(0xc0001280a0, {0xc000573000?, 0xc000072c48?, 0x4f007e?})
2022-11-15T07:36:20.8460085Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/file.go:118 +0x5e
2022-11-15T07:36:20.8460285Z         bufio.(*Reader).fill(0xc000072f50)
2022-11-15T07:36:20.8460626Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:106 +0xff
2022-11-15T07:36:20.8460848Z         bufio.(*Reader).ReadSlice(0xc000072f50, 0x38?)
2022-11-15T07:36:20.8461182Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:372 +0x2f
2022-11-15T07:36:20.8461447Z         bufio.(*Reader).collectFragments(0xc0001c8500?, 0x53?)
2022-11-15T07:36:20.8461777Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:447 +0x71
2022-11-15T07:36:20.8462000Z         bufio.(*Reader).ReadString(0xe54153?, 0xc?)
2022-11-15T07:36:20.8462336Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:495 +0x2b
2022-11-15T07:36:20.8462722Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).tryReadNextLine(0xc000196240, 0xb67f82?)
2022-11-15T07:36:20.8463043Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:124 +0x79
2022-11-15T07:36:20.8463340Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).read(0xc000196240)
2022-11-15T07:36:20.8463665Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:115 +0x1c8
2022-11-15T07:36:20.8463992Z         created by go.etcd.io/etcd/pkg/v3/expect.NewExpectWithEnv
2022-11-15T07:36:20.8464312Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:79 +0x245
2022-11-15T07:36:20.8464407Z         
2022-11-15T07:36:20.8464771Z         syscall.Syscall6(0xc0002095a0?, 0x4b34f4?, 0xe54153?, 0xc?, 0xc000209698?, 0xb66939?, 0xe54153?)
2022-11-15T07:36:20.8465137Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_linux.go:90 +0x36
2022-11-15T07:36:20.8465382Z         os.(*Process).blockUntilWaitable(0xc00026c180)
2022-11-15T07:36:20.8465724Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/wait_waitid.go:32 +0x87
2022-11-15T07:36:20.8465911Z         os.(*Process).wait(0xc00026c180)
2022-11-15T07:36:20.8466248Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/exec_unix.go:22 +0x28
2022-11-15T07:36:20.8466409Z         os.(*Process).Wait(...)
2022-11-15T07:36:20.8466715Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/exec.go:132
2022-11-15T07:36:20.8467050Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).waitProcess(0xc000196240)
2022-11-15T07:36:20.8467374Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:271 +0x5b
2022-11-15T07:36:20.8467750Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).waitSaveExitErr(0xc000196240)
2022-11-15T07:36:20.8468066Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:143 +0x59
2022-11-15T07:36:20.8468356Z         created by go.etcd.io/etcd/pkg/v3/expect.NewExpectWithEnv
2022-11-15T07:36:20.8468675Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:80 +0x285

Github Action link

https://github.com/etcd-io/etcd/actions/runs/3468325214/jobs/5794029603#step:5:55040
https://github.com/etcd-io/etcd/actions/runs/3470638857/jobs/5799090125

Reason for failure (if possible)

related to #14672

Anything else we need to know?

No response

@tjungblu
Copy link
Contributor Author

tjungblu commented Nov 15, 2022

that's also the case that could be removed (IMHO): #14672 (comment)

related with the elect test failing in:
https://github.com/etcd-io/etcd/actions/runs/3461107110/jobs/5778304305

2022-11-14T11:43:01.4247450Z --- FAIL: TestCtlV3Elect (1.59s)
2022-11-14T11:43:01.4247758Z     before.go:35: Changing working directory to: /tmp/TestCtlV3Elect813969375/001
2022-11-14T11:43:01.4248201Z     logger.go:130: 2022-11-14T11:42:04.294Z	INFO	starting server...	{"name": "TestCtlV3Elect-test-0"}
2022-11-14T11:43:01.4251902Z     logger.go:130: 2022-11-14T11:42:04.294Z	INFO	spawning process	{"args": ["/home/runner/work/etcd/etcd/bin/etcd", "--name", "TestCtlV3Elect-test-0", "--listen-client-urls", "http://localhost:20000", "--advertise-client-urls", "http://localhost:20000", "--listen-peer-urls", "https://localhost:20001", "--initial-advertise-peer-urls", "https://localhost:20001", "--initial-cluster-token", "new", "--data-dir", "/tmp/TestCtlV3Elect813969375/002", "--snapshot-count", "100000", "--experimental-initial-corrupt-check", "--peer-auto-tls", "--initial-cluster", "TestCtlV3Elect-test-0=https://localhost:20001", "--initial-cluster-state", "new"], "working-dir": "/tmp/TestCtlV3Elect813969375/001", "name": "TestCtlV3Elect-test-0", "environment-variables": ["ETCD_VERIFY=all", "EXPECT_DEBUG=true", "PATH=/opt/hostedtoolcache/go/1.19.3/x64/bin:/home/runner/go/bin:/opt/hostedtoolcache/go/1.19.3/x64/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "ETCD_UNSUPPORTED_ARCH=amd64"]}
2022-11-14T11:43:01.4252360Z     logger.go:130: 2022-11-14T11:42:04.551Z	INFO	started server.	{"name": "TestCtlV3Elect-test-0", "pid": 14666}
2022-11-14T11:43:01.4252611Z     ctl_v3_test.go:260: ---testFunc logic DONE
2022-11-14T11:43:01.4252801Z     ctl_v3_test.go:271: closing test cluster...
2022-11-14T11:43:01.4253208Z     logger.go:130: 2022-11-14T11:42:04.859Z	INFO	stopping server...	{"name": "TestCtlV3Elect-test-0"}
2022-11-14T11:43:01.4253598Z     logger.go:130: 2022-11-14T11:42:04.862Z	INFO	stopped server.	{"name": "TestCtlV3Elect-test-0"}
2022-11-14T11:43:01.4253918Z     logger.go:130: 2022-11-14T11:42:04.862Z	INFO	closing test cluster...
2022-11-14T11:43:01.4254316Z     logger.go:130: 2022-11-14T11:42:04.862Z	INFO	stopping server...	{"name": "TestCtlV3Elect-test-0"}
2022-11-14T11:43:01.4254720Z     logger.go:130: 2022-11-14T11:42:04.862Z	INFO	closing server...	{"name": "TestCtlV3Elect-test-0"}
2022-11-14T11:43:01.4255115Z     logger.go:130: 2022-11-14T11:42:04.862Z	INFO	stopping server...	{"name": "TestCtlV3Elect-test-0"}
2022-11-14T11:43:01.4255565Z     logger.go:130: 2022-11-14T11:42:04.862Z	INFO	removing directory	{"data-dir": "/tmp/TestCtlV3Elect813969375/002"}
2022-11-14T11:43:01.4255868Z     logger.go:130: 2022-11-14T11:42:04.862Z	INFO	closed test cluster.
2022-11-14T11:43:01.4256053Z     ctl_v3_test.go:275: closed test cluster...
2022-11-14T11:43:01.4256237Z     leak.go:118: Test appears to have leaked :
2022-11-14T11:43:01.4256513Z         syscall.Syscall(0x4a8365?, 0xc000382319?, 0x4a8532?, 0x7ffff800000?)
2022-11-14T11:43:01.4256886Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_linux.go:68 +0x27
2022-11-14T11:43:01.4257237Z         syscall.read(0xc0002209c0?, {0xc0001ed000?, 0xc000382201?, 0x102?})
2022-11-14T11:43:01.4257636Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/zsyscall_linux_amd64.go:696 +0x45
2022-11-14T11:43:01.4257778Z         syscall.Read(...)
2022-11-14T11:43:01.4258130Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_unix.go:183
2022-11-14T11:43:01.4258343Z         internal/poll.ignoringEINTRIO(...)
2022-11-14T11:43:01.4258697Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/internal/poll/fd_unix.go:794
2022-11-14T11:43:01.4258996Z         internal/poll.(*FD).Read(0xc0002209c0?, {0xc0001ed000?, 0x1000?, 0x1000?})
2022-11-14T11:43:01.4259371Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/internal/poll/fd_unix.go:163 +0x285
2022-11-14T11:43:01.4259514Z         os.(*File).read(...)
2022-11-14T11:43:01.4259838Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/file_posix.go:31
2022-11-14T11:43:01.4260137Z         os.(*File).Read(0xc00011c020, {0xc0001ed000?, 0xc000297c48?, 0x4f007e?})
2022-11-14T11:43:01.4260463Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/file.go:118 +0x5e
2022-11-14T11:43:01.4260654Z         bufio.(*Reader).fill(0xc000297f50)
2022-11-14T11:43:01.4261033Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:106 +0xff
2022-11-14T11:43:01.4261257Z         bufio.(*Reader).ReadSlice(0xc000297f50, 0x38?)
2022-11-14T11:43:01.4261583Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:372 +0x2f
2022-11-14T11:43:01.4261840Z         bufio.(*Reader).collectFragments(0xc000022300?, 0x53?)
2022-11-14T11:43:01.4262171Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:447 +0x71
2022-11-14T11:43:01.4262392Z         bufio.(*Reader).ReadString(0xe54153?, 0xc?)
2022-11-14T11:43:01.4262725Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:495 +0x2b
2022-11-14T11:43:01.4263108Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).tryReadNextLine(0xc0001a03c0, 0xb67f42?)
2022-11-14T11:43:01.4263428Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:124 +0x79
2022-11-14T11:43:01.4263724Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).read(0xc0001a03c0)
2022-11-14T11:43:01.4264046Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:115 +0x1c8
2022-11-14T11:43:01.4264335Z         created by go.etcd.io/etcd/pkg/v3/expect.NewExpectWithEnv
2022-11-14T11:43:01.4264646Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:79 +0x245
2022-11-14T11:43:01.4264732Z         
2022-11-14T11:43:01.4265106Z         syscall.Syscall6(0xc00029fda0?, 0x4b34f4?, 0xe54153?, 0xc?, 0xc00029fe98?, 0xb668f9?, 0xe54153?)
2022-11-14T11:43:01.4265473Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_linux.go:90 +0x36
2022-11-14T11:43:01.4265722Z         os.(*Process).blockUntilWaitable(0xc000040de0)
2022-11-14T11:43:01.4266059Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/wait_waitid.go:32 +0x87
2022-11-14T11:43:01.4266251Z         os.(*Process).wait(0xc000040de0)
2022-11-14T11:43:01.4266592Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/exec_unix.go:22 +0x28
2022-11-14T11:43:01.4266746Z         os.(*Process).Wait(...)
2022-11-14T11:43:01.4267051Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/exec.go:132
2022-11-14T11:43:01.4267387Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).waitProcess(0xc0001a03c0)
2022-11-14T11:43:01.4267711Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:271 +0x5b
2022-11-14T11:43:01.4268048Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).waitSaveExitErr(0xc0001a03c0)
2022-11-14T11:43:01.4268359Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:143 +0x59
2022-11-14T11:43:01.4268641Z         created by go.etcd.io/etcd/pkg/v3/expect.NewExpectWithEnv
2022-11-14T11:43:01.4268951Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:80 +0x285

2022-11-14T11:43:01.4256053Z     ctl_v3_test.go:275: closed test cluster...
2022-11-14T11:43:01.4256237Z     leak.go:118: Test appears to have leaked :
2022-11-14T11:43:01.4256513Z         syscall.Syscall(0x4a8365?, 0xc000382319?, 0x4a8532?, 0x7ffff800000?)
2022-11-14T11:43:01.4256886Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_linux.go:68 +0x27
2022-11-14T11:43:01.4257237Z         syscall.read(0xc0002209c0?, {0xc0001ed000?, 0xc000382201?, 0x102?})
2022-11-14T11:43:01.4257636Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/zsyscall_linux_amd64.go:696 +0x45
2022-11-14T11:43:01.4257778Z         syscall.Read(...)
2022-11-14T11:43:01.4258130Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_unix.go:183
2022-11-14T11:43:01.4258343Z         internal/poll.ignoringEINTRIO(...)
2022-11-14T11:43:01.4258697Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/internal/poll/fd_unix.go:794
2022-11-14T11:43:01.4258996Z         internal/poll.(*FD).Read(0xc0002209c0?, {0xc0001ed000?, 0x1000?, 0x1000?})
2022-11-14T11:43:01.4259371Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/internal/poll/fd_unix.go:163 +0x285
2022-11-14T11:43:01.4259514Z         os.(*File).read(...)
2022-11-14T11:43:01.4259838Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/file_posix.go:31
2022-11-14T11:43:01.4260137Z         os.(*File).Read(0xc00011c020, {0xc0001ed000?, 0xc000297c48?, 0x4f007e?})
2022-11-14T11:43:01.4260463Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/file.go:118 +0x5e
2022-11-14T11:43:01.4260654Z         bufio.(*Reader).fill(0xc000297f50)
2022-11-14T11:43:01.4261033Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:106 +0xff
2022-11-14T11:43:01.4261257Z         bufio.(*Reader).ReadSlice(0xc000297f50, 0x38?)
2022-11-14T11:43:01.4261583Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:372 +0x2f
2022-11-14T11:43:01.4261840Z         bufio.(*Reader).collectFragments(0xc000022300?, 0x53?)
2022-11-14T11:43:01.4262171Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:447 +0x71
2022-11-14T11:43:01.4262392Z         bufio.(*Reader).ReadString(0xe54153?, 0xc?)
2022-11-14T11:43:01.4262725Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/bufio/bufio.go:495 +0x2b
2022-11-14T11:43:01.4263108Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).tryReadNextLine(0xc0001a03c0, 0xb67f42?)
2022-11-14T11:43:01.4263428Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:124 +0x79
2022-11-14T11:43:01.4263724Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).read(0xc0001a03c0)
2022-11-14T11:43:01.4264046Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:115 +0x1c8
2022-11-14T11:43:01.4264335Z         created by go.etcd.io/etcd/pkg/v3/expect.NewExpectWithEnv
2022-11-14T11:43:01.4264646Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:79 +0x245
2022-11-14T11:43:01.4264732Z         
2022-11-14T11:43:01.4265106Z         syscall.Syscall6(0xc00029fda0?, 0x4b34f4?, 0xe54153?, 0xc?, 0xc00029fe98?, 0xb668f9?, 0xe54153?)
2022-11-14T11:43:01.4265473Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/syscall/syscall_linux.go:90 +0x36
2022-11-14T11:43:01.4265722Z         os.(*Process).blockUntilWaitable(0xc000040de0)
2022-11-14T11:43:01.4266059Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/wait_waitid.go:32 +0x87
2022-11-14T11:43:01.4266251Z         os.(*Process).wait(0xc000040de0)
2022-11-14T11:43:01.4266592Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/exec_unix.go:22 +0x28
2022-11-14T11:43:01.4266746Z         os.(*Process).Wait(...)
2022-11-14T11:43:01.4267051Z         	/opt/hostedtoolcache/go/1.19.3/x64/src/os/exec.go:132
2022-11-14T11:43:01.4267387Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).waitProcess(0xc0001a03c0)
2022-11-14T11:43:01.4267711Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:271 +0x5b
2022-11-14T11:43:01.4268048Z         go.etcd.io/etcd/pkg/v3/expect.(*ExpectProcess).waitSaveExitErr(0xc0001a03c0)
2022-11-14T11:43:01.4268359Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:143 +0x59
2022-11-14T11:43:01.4268641Z         created by go.etcd.io/etcd/pkg/v3/expect.NewExpectWithEnv
2022-11-14T11:43:01.4268951Z         	/home/runner/work/etcd/etcd/pkg/expect/expect.go:80 +0x285

@ahrtr
Copy link
Member

ahrtr commented Nov 16, 2022

@tjungblu Could you have a deep dive to figure out the root cause?

@tjungblu
Copy link
Contributor Author

tjungblu commented Nov 17, 2022

@ahrtr as described above and in #14672 (comment) I think that test is just simply bogus. Would you agree in removing it? I think the context is merely missing a proper timeout.

@tjungblu
Copy link
Contributor Author

@ahrtr I think this is it: #14798 can we re-run the action a couple more times to see if it still flakes?

@serathius
Copy link
Member

You can check if test still fails on CI runs on merge requests. https://github.com/etcd-io/etcd/commits/main

@ahrtr
Copy link
Member

ahrtr commented Nov 18, 2022

main looks fairly clean so far: https://github.com/etcd-io/etcd/actions/workflows/grpcproxy.yaml?query=branch%3Amain https://github.com/etcd-io/etcd/actions/workflows/e2e.yaml?query=branch%3Amain

Thanks @tjungblu for working on this. I have been busy with other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants