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

dockerfile: update cni to 1.6.0 #5533

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

crazy-max
Copy link
Member

@crazy-max crazy-max commented Nov 19, 2024

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max
Copy link
Member Author

Seems we got a bunch of test failure in buildkit and frontend: https://github.com/moby/buildkit/actions/runs/11916250858/job/33210058740?pr=5533#step:8:1844

=== FAIL: frontend TestFrontendIntegration/TestRefReadDir/worker=containerd-1.6 (1.43s)
    frontend_test.go:240: 
        	Error Trace:	/src/frontend/frontend_test.go:240
        	            				/src/util/testutil/integration/run.go:97
        	            				/src/util/testutil/integration/run.go:211
        	Error:      	Received unexpected error:
        	            	Unavailable: connection error: desc = "error reading server preface: read unix @->/tmp/bktest_buildkitd3532617275/buildkitd.sock: read: connection reset by peer"
        	            	github.com/moby/buildkit/util/stack.Enable
        	            		/src/util/stack/stack.go:82
        	            	github.com/moby/buildkit/util/grpcerrors.FromGRPC
        	            		/src/util/grpcerrors/grpcerrors.go:204
        	            	github.com/moby/buildkit/util/grpcerrors.UnaryClientInterceptor
        	            		/src/util/grpcerrors/intercept.go:41
        	            	google.golang.org/grpc.(*ClientConn).Invoke
        	            		/src/vendor/google.golang.org/grpc/call.go:35
        	            	github.com/moby/buildkit/api/services/control.(*controlClient).ListWorkers
        	            		/src/api/services/control/control_grpc.pb.go:130
        	            	github.com/moby/buildkit/client.(*Client).ListWorkers
        	            		/src/client/workers.go:31
        	            	github.com/moby/buildkit/client.(*Client).Build
        	            		/src/client/build.go:32
        	            	github.com/moby/buildkit/frontend.testRefReadDir
        	            		/src/frontend/frontend_test.go:235
        	            	github.com/moby/buildkit/util/testutil/integration.testFunc.Run
        	            		/src/util/testutil/integration/run.go:97
        	            	github.com/moby/buildkit/util/testutil/integration.Run.func2.1
        	            		/src/util/testutil/integration/run.go:211
        	            	testing.tRunner
        	            		/usr/local/go/src/testing/testing.go:1690
        	            	runtime.goexit
        	            		/usr/local/go/src/runtime/asm_amd64.s:1700
        	            	failed to list workers
        	            	github.com/moby/buildkit/client.(*Client).ListWorkers
        	            		/src/client/workers.go:33
        	            	github.com/moby/buildkit/client.(*Client).Build
        	            		/src/client/build.go:32
        	            	github.com/moby/buildkit/frontend.testRefReadDir
        	            		/src/frontend/frontend_test.go:235
        	            	github.com/moby/buildkit/util/testutil/integration.testFunc.Run
        	            		/src/util/testutil/integration/run.go:97
        	            	github.com/moby/buildkit/util/testutil/integration.Run.func2.1
        	            		/src/util/testutil/integration/run.go:211
        	            	testing.tRunner
        	            		/usr/local/go/src/testing/testing.go:1690
        	            	runtime.goexit
        	            		/usr/local/go/src/runtime/asm_amd64.s:1700
        	            	listing workers for Build
        	            	github.com/moby/buildkit/client.(*Client).Build
        	            		/src/client/build.go:34
        	            	github.com/moby/buildkit/frontend.testRefReadDir
        	            		/src/frontend/frontend_test.go:235
        	            	github.com/moby/buildkit/util/testutil/integration.testFunc.Run
        	            		/src/util/testutil/integration/run.go:97
        	            	github.com/moby/buildkit/util/testutil/integration.Run.func2.1
        	            		/src/util/testutil/integration/run.go:211
        	            	testing.tRunner
        	            		/usr/local/go/src/testing/testing.go:1690
        	            	runtime.goexit
        	            		/usr/local/go/src/runtime/asm_amd64.s:1700

@tonistiigi
Copy link
Member

also #5462 (comment)

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

Successfully merging this pull request may close these issues.

Fix code scanning alert - CVE-2024-24791 / CVE-2022-30635 / CVE-2024-34155 / CVE-2024-34156 / CVE-2024-34158
2 participants