Nick Dimiduk created HBASE-29094: ------------------------------------ Summary: Docker in Jenkins sometimes fails to find images Key: HBASE-29094 URL: https://issues.apache.org/jira/browse/HBASE-29094 Project: HBase Issue Type: Task Components: jenkins Reporter: Nick Dimiduk
We see PR builds sporadically fail due to a docker failure. Here's a log from one such failures. It would be nice to figure out why and maybe retry or something so that the PR build doesn't need to be manually triggered afterwards. {noformat} 11:54:56 ============================================================================ 11:54:56 ============================================================================ 11:54:56 Docker Image Creation 11:54:56 ============================================================================ 11:54:56 ============================================================================ 11:54:56 11:54:56 11:54:56 Starting docker build... 11:54:56 #1 [internal] load .dockerignore 11:54:56 #1 transferring context: 2B done 11:54:56 #1 DONE 0.0s 11:54:56 11:54:56 #2 [internal] load build definition from Dockerfile 11:54:56 #2 transferring dockerfile: 8.65kB done 11:54:56 #2 DONE 0.0s 11:54:56 11:54:56 #3 [internal] load metadata for docker.io/library/ubuntu:22.04 11:54:56 #3 ERROR: blob sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 expected at /home/jenkins/docker-data/buildkit/content/blobs/sha256/0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97: blob not found: not found 11:54:56 ------ 11:54:56 > [internal] load metadata for docker.io/library/ubuntu:22.04: 11:54:56 ------ 11:54:56 Dockerfile:24 11:54:56 -------------------- 11:54:56 22 | 11:54:56 23 | # start with a minimal image into which we can download remote tarballs 11:54:56 24 | >>> FROM ubuntu:22.04 AS base_image 11:54:56 25 | SHELL ["/bin/bash", "-o", "pipefail", "-c"] 11:54:56 26 | 11:54:56 -------------------- 11:54:56 ERROR: failed to solve: ubuntu:22.04: blob sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 expected at /home/jenkins/docker-data/buildkit/content/blobs/sha256/0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97: blob not found: not found 11:54:56 1576 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock 11:54:56 github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/dockerfile2llb.toDispatchState.func3.1 11:54:56 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/dockerfile2llb/convert.go:440 11:54:56 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1 11:54:56 /go/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:75 11:54:56 runtime.goexit 11:54:56 /usr/local/go/src/runtime/asm_amd64.s:1598 11:54:56 11:54:56 18115 v0.10.5 /usr/libexec/docker/cli-plugins/docker-buildx buildx build --label org.apache.yetus="" --label org.apache.yetus.testpatch.project=hbase --tag yetus/hbase:587bbfc015 -f /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/output/Dockerfile /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/src/dev-support/docker 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1.1.1 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:72 11:54:56 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1 11:54:56 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0/interceptor.go:99 11:54:56 github.com/moby/buildkit/client.filterInterceptor.func1 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/client.go:294 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1.1.1 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:72 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:81 11:54:56 google.golang.org/grpc.(*ClientConn).Invoke 11:54:56 google.golang.org/grpc@v1.50.1/call.go:35 11:54:56 github.com/moby/buildkit/frontend/gateway/pb.(*lLBBridgeClient).Solve 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/frontend/gateway/pb/gateway.pb.go:2841 11:54:56 github.com/moby/buildkit/client.(*gatewayClientForBuild).Solve 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/build.go:89 11:54:56 github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).Solve 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/frontend/gateway/grpcclient/client.go:411 11:54:56 github.com/docker/buildx/build.BuildWithResultHandler.func4.1.2 11:54:56 github.com/docker/buildx/build/build.go:1055 11:54:56 github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).Run 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/frontend/gateway/grpcclient/client.go:214 11:54:56 github.com/moby/buildkit/client.(*Client).Build.func2 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/build.go:59 11:54:56 github.com/moby/buildkit/client.(*Client).solve.func3 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/solve.go:283 11:54:56 golang.org/x/sync/errgroup.(*Group).Go.func1 11:54:56 golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 11:54:56 runtime.goexit 11:54:56 runtime/asm_amd64.s:1598 11:54:56 11:54:56 1576 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock 11:54:56 github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway.(*llbBridgeForwarder).Return 11:54:56 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/gateway.go:886 11:54:56 github.com/docker/docker/vendor/github.com/moby/buildkit/control/gateway.(*GatewayForwarder).Return 11:54:56 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/control/gateway/gateway.go:135 11:54:56 github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/pb._LLBBridge_Return_Handler.func1 11:54:56 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.pb.go:3181 11:54:56 github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/pb._LLBBridge_Return_Handler 11:54:56 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.pb.go:3183 11:54:56 github.com/docker/docker/vendor/google.golang.org/grpc.(*Server).processUnaryRPC 11:54:56 /go/src/github.com/docker/docker/vendor/google.golang.org/grpc/server.go:1340 11:54:56 github.com/docker/docker/vendor/google.golang.org/grpc.(*Server).handleStream 11:54:56 /go/src/github.com/docker/docker/vendor/google.golang.org/grpc/server.go:1713 11:54:56 github.com/docker/docker/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.2 11:54:56 /go/src/github.com/docker/docker/vendor/google.golang.org/grpc/server.go:965 11:54:56 runtime.goexit 11:54:56 /usr/local/go/src/runtime/asm_amd64.s:1598 11:54:56 11:54:56 18115 v0.10.5 /usr/libexec/docker/cli-plugins/docker-buildx buildx build --label org.apache.yetus="" --label org.apache.yetus.testpatch.project=hbase --tag yetus/hbase:587bbfc015 -f /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/output/Dockerfile /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/src/dev-support/docker 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1.1.1 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:72 11:54:56 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1 11:54:56 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0/interceptor.go:99 11:54:56 github.com/moby/buildkit/client.filterInterceptor.func1 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/client.go:294 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1.1.1 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:72 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1 11:54:56 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:81 11:54:56 google.golang.org/grpc.(*ClientConn).Invoke 11:54:56 google.golang.org/grpc@v1.50.1/call.go:35 11:54:56 github.com/moby/buildkit/api/services/control.(*controlClient).Solve 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/api/services/control/control.pb.go:2208 11:54:56 github.com/moby/buildkit/client.(*Client).solve.func2 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/solve.go:258 11:54:56 golang.org/x/sync/errgroup.(*Group).Go.func1 11:54:56 golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 11:54:56 runtime.goexit 11:54:56 runtime/asm_amd64.s:1598 11:54:56 11:54:56 18115 v0.10.5 /usr/libexec/docker/cli-plugins/docker-buildx buildx build --label org.apache.yetus="" --label org.apache.yetus.testpatch.project=hbase --tag yetus/hbase:587bbfc015 -f /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/output/Dockerfile /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/src/dev-support/docker 11:54:56 github.com/moby/buildkit/client.(*Client).solve.func2 11:54:56 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/solve.go:273 11:54:56 golang.org/x/sync/errgroup.(*Group).Go.func1 11:54:56 golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 11:54:56 runtime.goexit 11:54:56 runtime/asm_amd64.s:1598 11:54:56 11:54:56 Building run-specific image yetus/hbase:tp-28309 11:54:56 #1 [internal] load .dockerignore 11:54:56 #1 transferring context: 2B done 11:54:56 #1 DONE 0.1s 11:54:56 11:54:56 #2 [internal] load build definition from Dockerfile 11:54:56 #2 transferring dockerfile: 2.01kB done 11:54:56 #2 DONE 0.3s 11:54:56 11:54:56 #3 [internal] load metadata for docker.io/yetus/hbase:587bbfc015 11:54:58 #3 ERROR: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed 11:54:58 ------ 11:54:58 > [internal] load metadata for docker.io/yetus/hbase:587bbfc015: 11:54:58 ------ 11:54:58 Dockerfile:19 11:54:58 -------------------- 11:54:58 17 | ARG baseimagename 11:54:58 18 | # hadolint ignore=DL3006 11:54:58 19 | >>> FROM ${baseimagename} 11:54:58 20 | 11:54:58 21 | SHELL ["/bin/bash", "-o", "pipefail", "-c"] 11:54:58 -------------------- 11:54:58 ERROR: failed to solve: yetus/hbase:587bbfc015: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed 11:54:58 1576 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/util/resolver.invalidAuthorization 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/resolver/authorizer.go:440 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/util/resolver.(*dockerAuthorizer).AddResponses 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/resolver/authorizer.go:159 11:54:58 github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker.(*request).retryRequest 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker/resolver.go:606 11:54:58 github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker.(*request).doWithRetries 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker/resolver.go:585 11:54:58 github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker.(*request).doWithRetries 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker/resolver.go:592 11:54:58 github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker.(*dockerResolver).Resolve 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker/resolver.go:280 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/util/resolver.(*Resolver).Resolve 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/resolver/pool.go:205 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/util/imageutil.Config 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/imageutil/config.go:95 11:54:58 github.com/docker/docker/builder/builder-next/adapters/containerimage.(*Source).resolveRemote.func1 11:54:58 /go/src/github.com/docker/docker/builder/builder-next/adapters/containerimage/pull.go:108 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/util/flightcontrol.(*call).run 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/util/flightcontrol/flightcontrol.go:121 11:54:58 sync.(*Once).doSlow 11:54:58 /usr/local/go/src/sync/once.go:74 11:54:58 sync.(*Once).Do 11:54:58 /usr/local/go/src/sync/once.go:65 11:54:58 runtime.goexit 11:54:58 /usr/local/go/src/runtime/asm_amd64.s:1598 11:54:58 11:54:58 1576 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/dockerfile2llb.toDispatchState.func3.1 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/dockerfile2llb/convert.go:440 11:54:58 github.com/docker/docker/vendor/golang.org/x/sync/errgroup.(*Group).Go.func1 11:54:58 /go/src/github.com/docker/docker/vendor/golang.org/x/sync/errgroup/errgroup.go:75 11:54:58 runtime.goexit 11:54:58 /usr/local/go/src/runtime/asm_amd64.s:1598 11:54:58 11:54:58 18209 v0.10.5 /usr/libexec/docker/cli-plugins/docker-buildx buildx build --no-cache --build-arg baseimagename=yetus/hbase:587bbfc015 --build-arg GROUP_ID=910 --build-arg USER_ID=910 --build-arg USER_NAME=jenkins --build-arg DOCKER_SOCKET_GID=999 --build-arg DOCKER_WORK_DIR=/precommit --label org.apache.yetus="" --label org.apache.yetus.testpatch.patch=tp-28309 --label org.apache.yetus.testpatch.project=hbase --tag yetus/hbase:tp-28309 /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/output/28150 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1.1.1 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:72 11:54:58 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1 11:54:58 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0/interceptor.go:99 11:54:58 github.com/moby/buildkit/client.filterInterceptor.func1 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/client.go:294 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1.1.1 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:72 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:81 11:54:58 google.golang.org/grpc.(*ClientConn).Invoke 11:54:58 google.golang.org/grpc@v1.50.1/call.go:35 11:54:58 github.com/moby/buildkit/frontend/gateway/pb.(*lLBBridgeClient).Solve 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/frontend/gateway/pb/gateway.pb.go:2841 11:54:58 github.com/moby/buildkit/client.(*gatewayClientForBuild).Solve 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/build.go:89 11:54:58 github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).Solve 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/frontend/gateway/grpcclient/client.go:411 11:54:58 github.com/docker/buildx/build.BuildWithResultHandler.func4.1.2 11:54:58 github.com/docker/buildx/build/build.go:1055 11:54:58 github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).Run 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/frontend/gateway/grpcclient/client.go:214 11:54:58 github.com/moby/buildkit/client.(*Client).Build.func2 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/build.go:59 11:54:58 github.com/moby/buildkit/client.(*Client).solve.func3 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/solve.go:283 11:54:58 golang.org/x/sync/errgroup.(*Group).Go.func1 11:54:58 golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 11:54:58 runtime.goexit 11:54:58 runtime/asm_amd64.s:1598 11:54:58 11:54:58 1576 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway.(*llbBridgeForwarder).Return 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/gateway.go:886 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/control/gateway.(*GatewayForwarder).Return 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/control/gateway/gateway.go:135 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/pb._LLBBridge_Return_Handler.func1 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.pb.go:3181 11:54:58 github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/pb._LLBBridge_Return_Handler 11:54:58 /go/src/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.pb.go:3183 11:54:58 github.com/docker/docker/vendor/google.golang.org/grpc.(*Server).processUnaryRPC 11:54:58 /go/src/github.com/docker/docker/vendor/google.golang.org/grpc/server.go:1340 11:54:58 github.com/docker/docker/vendor/google.golang.org/grpc.(*Server).handleStream 11:54:58 /go/src/github.com/docker/docker/vendor/google.golang.org/grpc/server.go:1713 11:54:58 github.com/docker/docker/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.2 11:54:58 /go/src/github.com/docker/docker/vendor/google.golang.org/grpc/server.go:965 11:54:58 runtime.goexit 11:54:58 /usr/local/go/src/runtime/asm_amd64.s:1598 11:54:58 11:54:58 18209 v0.10.5 /usr/libexec/docker/cli-plugins/docker-buildx buildx build --no-cache --build-arg baseimagename=yetus/hbase:587bbfc015 --build-arg GROUP_ID=910 --build-arg USER_ID=910 --build-arg USER_NAME=jenkins --build-arg DOCKER_SOCKET_GID=999 --build-arg DOCKER_WORK_DIR=/precommit --label org.apache.yetus="" --label org.apache.yetus.testpatch.patch=tp-28309 --label org.apache.yetus.testpatch.project=hbase --tag yetus/hbase:tp-28309 /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/output/28150 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1.1.1 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:72 11:54:58 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1 11:54:58 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.29.0/interceptor.go:99 11:54:58 github.com/moby/buildkit/client.filterInterceptor.func1 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/client.go:294 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1.1.1 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:72 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryClient.func1 11:54:58 github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0/chain.go:81 11:54:58 google.golang.org/grpc.(*ClientConn).Invoke 11:54:58 google.golang.org/grpc@v1.50.1/call.go:35 11:54:58 github.com/moby/buildkit/api/services/control.(*controlClient).Solve 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/api/services/control/control.pb.go:2208 11:54:58 github.com/moby/buildkit/client.(*Client).solve.func2 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/solve.go:258 11:54:58 golang.org/x/sync/errgroup.(*Group).Go.func1 11:54:58 golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 11:54:58 runtime.goexit 11:54:58 runtime/asm_amd64.s:1598 11:54:58 11:54:58 18209 v0.10.5 /usr/libexec/docker/cli-plugins/docker-buildx buildx build --no-cache --build-arg baseimagename=yetus/hbase:587bbfc015 --build-arg GROUP_ID=910 --build-arg USER_ID=910 --build-arg USER_NAME=jenkins --build-arg DOCKER_SOCKET_GID=999 --build-arg DOCKER_WORK_DIR=/precommit --label org.apache.yetus="" --label org.apache.yetus.testpatch.patch=tp-28309 --label org.apache.yetus.testpatch.project=hbase --tag yetus/hbase:tp-28309 /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-6630/yetus-general-check/output/28150 11:54:58 github.com/moby/buildkit/client.(*Client).solve.func2 11:54:58 github.com/moby/buildkit@v0.11.7-0.20230519102302-348e79dfed17/client/solve.go:273 11:54:58 golang.org/x/sync/errgroup.(*Group).Go.func1 11:54:58 golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 11:54:58 runtime.goexit 11:54:58 runtime/asm_amd64.s:1598 11:54:58 11:54:58 ERROR: Docker failed to build run-specific yetus/hbase:tp-28309. {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)