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

Flaky test: TestRuncWorkerExec #4146

Open
jedevc opened this issue Aug 14, 2023 · 1 comment
Open

Flaky test: TestRuncWorkerExec #4146

jedevc opened this issue Aug 14, 2023 · 1 comment

Comments

@jedevc
Copy link
Member

jedevc commented Aug 14, 2023

See #3946 (review).

For example, https://github.com/moby/buildkit/actions/runs/5857883091/job/15882282244:

=== Failed
=== FAIL: worker/runc TestRuncWorkerExec (1.99s)
    common.go:77: Stdout: hello
    common.go:78: Stderr: 
    common.go:114: Stdout: 
    common.go:115: Stderr: 
    common.go:116: 
        	Error Trace:	/src/worker/tests/common.go:116
        	Error:      	Received unexpected error:
        	            	exit code: 1
        	            	github.com/moby/buildkit/util/stack.Enable
        	            		/src/util/stack/stack.go:77
        	            	github.com/moby/buildkit/executor/runcexecutor.exitError
        	            		/src/executor/runcexecutor/executor.go:375
        	            	github.com/moby/buildkit/executor/runcexecutor.(*runcExecutor).Run
        	            		/src/executor/runcexecutor/executor.go:336
        	            	github.com/moby/buildkit/worker/tests.TestWorkerExec.func2
        	            		/src/worker/tests/common.go:87
        	            	golang.org/x/sync/errgroup.(*Group).Go.func1
        	            		/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
        	            	runtime.goexit
        	            		/usr/local/go/src/runtime/asm_amd64.s:1598
        	            	container keiv4biu1347vzpqkjjunbkmu has exited with error
        	            	github.com/moby/buildkit/executor/runcexecutor.(*runcExecutor).Exec
        	            		/src/executor/runcexecutor/executor.go:410
        	            	github.com/moby/buildkit/worker/tests.TestWorkerExec
        	            		/src/worker/tests/common.go:107
        	            	github.com/moby/buildkit/worker/runc.TestRuncWorkerExec
        	            		/src/worker/runc/runc_test.go:218
        	            	testing.tRunner
        	            		/usr/local/go/src/testing/testing.go:1576
        	            	runtime.goexit
        	            		/usr/local/go/src/runtime/asm_amd64.s:1598
        	Test:       	TestRuncWorkerExec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants