Skip to content
Failed

Console Output

Skipping 4,512 KB.. Full Log
23:49:40 	alpine \
23:49:40 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
23:49:40 #1 [internal] load build definition from Dockerfile
23:49:40 #1 transferring dockerfile: 851B done
23:49:40 #1 DONE 0.0s
23:49:40 
23:49:40 #2 [internal] load .dockerignore
23:49:40 #2 transferring context: 2B done
23:49:40 #2 DONE 0.1s
23:49:40 
23:49:40 #3 [auth] library/golang:pull token for registry-1.docker.io
23:49:40 #3 DONE 0.0s
23:49:40 
23:49:40 #4 [auth] library/debian:pull token for registry-1.docker.io
23:49:40 #4 DONE 0.0s
23:49:40 
23:49:40 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
23:49:40 #5 ERROR: docker.io/library/golang:1.19.5-buster: not found
23:49:40 
23:49:40 #6 [internal] load metadata for docker.io/library/debian:bullseye
23:49:40 #6 CANCELED
23:49:40 ------
23:49:40  > [internal] load metadata for docker.io/library/golang:1.19.5-buster:
23:49:40 ------
23:49:40 Dockerfile:6
23:49:40 --------------------
23:49:40    4 |     ARG BUILD_IMAGE=${DISTRO}:${SUITE}
23:49:40    5 |     
23:49:40    6 | >>> FROM ${GO_IMAGE} AS golang
23:49:40    7 |     
23:49:40    8 |     FROM ${BUILD_IMAGE}
23:49:40 --------------------
23:49:40 ERROR: failed to solve: golang:1.19.5-buster: docker.io/library/golang:1.19.5-buster: not found
23:49:40 make[1]: *** [Makefile:79: debian-bullseye] Error 1
23:49:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/deb'
23:49:40 make: *** [Makefile:92: debian-bullseye] Error 2
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // wrap
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
23:49:40 == Building packages for ubuntu-jammy ==
23:49:40 mkdir -p "debbuild/ubuntu-jammy"
23:49:40 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/x86_64 -f ubuntu-jammy/Dockerfile .
[Pipeline] // wrap
[Pipeline] }
23:49:40 mkdir -p sources
23:49:40 docker run --rm -w /v \
23:49:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/src/github.com/docker/buildx:/buildx \
23:49:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb/sources:/v \
23:49:40 	alpine \
23:49:40 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
[Pipeline] // withDockerRegistry
[Pipeline] }
23:49:41 #1 [internal] load build definition from Dockerfile
23:49:41 #1 transferring dockerfile: 1.15kB done
23:49:41 #1 DONE 0.0s
23:49:41 
23:49:41 #2 [internal] load .dockerignore
23:49:41 #2 transferring context: 2B done
23:49:41 #2 DONE 0.0s
23:49:41 
23:49:41 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
23:49:41 #3 DONE 0.0s
23:49:41 
23:49:41 #4 [auth] library/golang:pull token for registry-1.docker.io
23:49:41 #4 DONE 0.0s
23:49:41 
23:49:41 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
[Pipeline] // node
[Pipeline] // node
[Pipeline] // wrap
[Pipeline] }
Failed in branch fedora:36-amd64
[Pipeline] }
Failed in branch ubuntu:bionic-amd64
[Pipeline] }
23:49:41 #5 ERROR: docker.io/library/golang:1.19.5-buster: not found
23:49:41 
23:49:41 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
23:49:41 #6 CANCELED
23:49:41 ------
23:49:41  > [internal] load metadata for docker.io/library/golang:1.19.5-buster:
23:49:41 ------
23:49:41 Dockerfile:6
23:49:41 --------------------
23:49:41    4 |     ARG BUILD_IMAGE=${DISTRO}:${SUITE}
23:49:41    5 |     
23:49:41    6 | >>> FROM ${GO_IMAGE} AS golang
23:49:41    7 |     
23:49:41    8 |     FROM ${BUILD_IMAGE}
23:49:41 --------------------
23:49:41 ERROR: failed to solve: golang:1.19.5-buster: docker.io/library/golang:1.19.5-buster: not found
23:49:41 make[1]: *** [Makefile:79: ubuntu-jammy] Error 1
23:49:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/deb'
23:49:41 make: *** [Makefile:92: ubuntu-jammy] Error 2
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch quay.io/centos/centos:stream8-amd64
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian:buster-amd64
[Pipeline] // node
[Pipeline] // wrap
[Pipeline] }
Failed in branch debian:bullseye-amd64
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
23:49:42 mkdir -p sources
23:49:42 docker run --rm -w /v \
23:49:42 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/src/github.com/docker/compose:/compose \
23:49:42 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb/sources:/v \
23:49:42 	alpine \
23:49:42 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
Failed in branch ubuntu:jammy-amd64
23:49:43 mkdir -p sources
23:49:43 docker run --rm -w /v \
23:49:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
23:49:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb/sources:/v \
23:49:43 	alpine \
23:49:43 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
23:49:44 == Building packages for ubuntu-kinetic ==
23:49:44 mkdir -p "debbuild/ubuntu-kinetic"
23:49:44 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/x86_64 -f ubuntu-kinetic/Dockerfile .
23:49:45 #1 [internal] load .dockerignore
23:49:45 #1 transferring context: 2B done
23:49:45 #1 DONE 0.0s
23:49:45 
23:49:45 #2 [internal] load build definition from Dockerfile
23:49:45 #2 transferring dockerfile: 1.15kB done
23:49:45 #2 DONE 0.0s
23:49:45 
23:49:45 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
23:49:45 #3 DONE 0.0s
23:49:45 
23:49:45 #4 [auth] library/golang:pull token for registry-1.docker.io
23:49:45 #4 DONE 0.0s
23:49:45 
23:49:45 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
23:49:45 #5 ERROR: docker.io/library/golang:1.19.5-buster: not found
23:49:45 
23:49:45 #6 [internal] load metadata for docker.io/library/ubuntu:kinetic
23:49:45 #6 CANCELED
23:49:45 ------
23:49:45  > [internal] load metadata for docker.io/library/golang:1.19.5-buster:
23:49:45 ------
23:49:45 Dockerfile:6
23:49:45 --------------------
23:49:45    4 |     ARG BUILD_IMAGE=${DISTRO}:${SUITE}
23:49:45    5 |     
23:49:45    6 | >>> FROM ${GO_IMAGE} AS golang
23:49:45    7 |     
23:49:45    8 |     FROM ${BUILD_IMAGE}
23:49:45 --------------------
23:49:45 ERROR: failed to solve: golang:1.19.5-buster: docker.io/library/golang:1.19.5-buster: not found
23:49:45 make[1]: *** [Makefile:79: ubuntu-kinetic] Error 1
23:49:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/deb'
23:49:45 make: *** [Makefile:92: ubuntu-kinetic] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch ubuntu:kinetic-amd64
23:49:47 mkdir -p sources
23:49:47 docker run --rm -w /v \
23:49:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/src/github.com/docker/docker:/engine \
23:49:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb/sources:/v \
23:49:47 	alpine \
23:49:47 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
23:49:49 mkdir -p sources
23:49:49 docker run --rm -w /v \
23:49:49 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/src/github.com/docker/buildx:/buildx \
23:49:49 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb/sources:/v \
23:49:49 	alpine \
23:49:49 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
23:49:52 mkdir -p sources
23:49:52 docker run --rm -w /v \
23:49:52 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/src/github.com/docker/compose:/compose \
23:49:52 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb/sources:/v \
23:49:52 	alpine \
23:49:52 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
23:49:52 mkdir -p sources
23:49:52 docker run --rm -w /v \
23:49:52 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
23:49:52 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb/sources:/v \
23:49:52 	alpine \
23:49:52 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
23:49:53 == Building packages for ubuntu-focal ==
23:49:53 mkdir -p "debbuild/ubuntu-focal"
23:49:53 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
23:49:54 #1 [internal] load build definition from Dockerfile
23:49:54 #1 transferring dockerfile: 1.15kB done
23:49:54 #1 DONE 0.0s
23:49:54 
23:49:54 #2 [internal] load .dockerignore
23:49:54 #2 transferring context: 2B done
23:49:54 #2 DONE 0.1s
23:49:54 
23:49:54 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
23:49:54 #3 DONE 0.0s
23:49:54 
23:49:54 #4 [auth] library/golang:pull token for registry-1.docker.io
23:49:54 #4 DONE 0.0s
23:49:54 
23:49:54 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
23:49:54 #5 ERROR: docker.io/library/golang:1.19.5-buster: not found
23:49:54 
23:49:54 #6 [internal] load metadata for docker.io/library/ubuntu:focal
23:49:54 #6 CANCELED
23:49:54 ------
23:49:54  > [internal] load metadata for docker.io/library/golang:1.19.5-buster:
23:49:54 ------
23:49:54 Dockerfile:6
23:49:54 --------------------
23:49:54    4 |     ARG BUILD_IMAGE=${DISTRO}:${SUITE}
23:49:54    5 |     
23:49:54    6 | >>> FROM ${GO_IMAGE} AS golang
23:49:54    7 |     
23:49:54    8 |     FROM ${BUILD_IMAGE}
23:49:54 --------------------
23:49:54 error: failed to solve: golang:1.19.5-buster: docker.io/library/golang:1.19.5-buster: not found
23:49:54 make[1]: *** [Makefile:79: ubuntu-focal] Error 1
23:49:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/deb'
23:49:54 make: *** [Makefile:92: ubuntu-focal] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch ubuntu:focal-aarch64
23:51:09 #21 111.9 Created binary: /tmp/bundles/binary-daemon/dockerd.exe
23:51:09 #21 111.9 ++++++ cat ./cli/winresources/docker-proxy/winres.json
23:51:09 #21 111.9 {
23:51:09 #21 111.9   "RT_GROUP_ICON": {
23:51:09 #21 111.9     "#1": {
23:51:09 #21 111.9       "0409": "../../winresources/docker.ico"
23:51:09 #21 111.9     }
23:51:09 #21 111.9   },
23:51:09 #21 111.9   "RT_MANIFEST": {
23:51:09 #21 111.9     "#1": {
23:51:09 #21 111.9       "0409": {
23:51:09 #21 111.9         "identity": {},
23:51:09 #21 111.9         "description": "Docker Engine",
23:51:09 #21 111.9         "minimum-os": "vista",
23:51:09 #21 111.9         "execution-level": "",
23:51:09 #21 111.9         "ui-access": false,
23:51:09 #21 111.9         "auto-elevate": false,
23:51:09 #21 111.9         "dpi-awareness": "unaware",
23:51:09 #21 111.9         "disable-theming": false,
23:51:09 #21 111.9         "disable-window-filtering": false,
23:51:09 #21 111.9         "high-resolution-scrolling-aware": false,
23:51:09 #21 111.9         "ultra-high-resolution-scrolling-aware": false,
23:51:09 #21 111.9         "long-path-aware": false,
23:51:09 #21 111.9         "printer-driver-isolation": false,
23:51:09 #21 111.9         "gdi-scaling": false,
23:51:09 #21 111.9         "segment-heap": false,
23:51:09 #21 111.9         "use-common-controls-v6": false
23:51:09 #21 111.9       }
23:51:09 #21 111.9     }
23:51:09 #21 111.9   },
23:51:09 #21 111.9   "RT_MESSAGETABLE": {
23:51:09 #21 111.9     "#1": {
23:51:09 #21 111.9       "0409": "../../winresources/event_messages.bin"
23:51:09 #21 111.9     }
23:51:09 #21 111.9   },
23:51:09 #21 111.9   "RT_VERSION": {
23:51:09 #21 111.9     "#1": {
23:51:09 #21 111.9       "0409": {
23:51:09 #21 111.9         "fixed": {
23:51:09 #21 111.9           "file_version": "0.0.0.0",
23:51:09 #21 111.9           "product_version": "0.0.0.0",
23:51:09 #21 111.9           "type": "Unknown"
23:51:09 #21 111.9         },
23:51:09 #21 111.9         "info": {
23:51:09 #21 111.9           "0000": {
23:51:09 #21 111.9             "CompanyName": "",
23:51:09 #21 111.9             "FileVersion": "0.0.0-20230110093018-f163d24",
23:51:09 #21 111.9             "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
23:51:09 #21 111.9             "OriginalFileName": "docker-proxy.exe",
23:51:09 #21 111.9             "ProductName": "",
23:51:09 #21 111.9             "ProductVersion": "0.0.0-20230110093018-f163d24",
23:51:09 #21 111.9             "SpecialBuild": "62296f9"
23:51:09 #21 111.9           }
23:51:09 #21 111.9         }
23:51:09 #21 111.9       }
23:51:09 #21 111.9     }
23:51:09 #21 111.9   }
23:51:09 #21 111.9 }
23:51:09 #21 111.9 cmd/docker-proxy/genwinres_windows.go
23:51:09 #21 111.9 cmd/docker-proxy/main.go
23:51:09 #21 111.9 cmd/docker-proxy/network_proxy_test.go
23:51:09 #21 111.9 cmd/docker-proxy/proxy.go
23:51:09 #21 111.9 cmd/docker-proxy/sctp_proxy.go
23:51:09 #21 111.9 cmd/docker-proxy/tcp_proxy.go
23:51:09 #21 111.9 cmd/docker-proxy/udp_proxy.go
23:51:09 #21 111.9 Building static /tmp/bundles/binary-daemon/docker-proxy.exe (windows/amd64)...
23:51:09 #21 112.2 Created binary: /tmp/bundles/binary-daemon/docker-proxy.exe
23:51:10 #21 112.2 
23:51:10 #21 DONE 112.7s
23:51:11 
23:51:11 #22 [binary 1/1] COPY --from=build /build/ /
23:51:11 #22 DONE 0.2s
23:51:11 
23:51:11 #23 exporting to client
23:51:11 #23 copying files 38B
23:51:11 #23 copying files 61.26MB 0.4s done
23:51:11 #23 DONE 0.4s
23:51:11 cd /home/ubuntu/workspace/docker-ce-packaging_PR-815/src/github.com/docker/cli && VERSION=0.0.0-20230110093018-f163d24 docker buildx bake --set binary.platform=windows/amd64 binary
23:51:12 #1 [internal] load build definition from Dockerfile
23:51:12 #1 transferring dockerfile: 5.47kB done
23:51:12 #1 DONE 0.0s
23:51:12 
23:51:12 #2 [internal] load .dockerignore
23:51:12 #2 transferring context: 263B done
23:51:12 #2 DONE 0.0s
23:51:12 
23:51:12 #3 resolve image config for docker.io/docker/dockerfile:1
23:51:12 #3 DONE 0.1s
23:51:12 
23:51:12 #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
23:51:12 #4 CACHED
23:51:12 
23:51:12 #5 [internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16
23:51:12 #5 ERROR: docker.io/library/golang:1.19.5-alpine3.16: not found
23:51:12 
23:51:12 #6 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
23:51:12 #6 DONE 0.0s
23:51:12 
23:51:12 #7 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
23:51:12 #7 CANCELED
23:51:12 
23:51:12 #8 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
23:51:12 #8 CANCELED
23:51:12 ------
23:51:12  > [internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16:
23:51:12 ------
23:51:12 Dockerfile:13
23:51:12 --------------------
23:51:12   11 |     FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
23:51:12   12 |     
23:51:12   13 | >>> FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS build-base-alpine
23:51:12   14 |     COPY --from=xx / /
23:51:12   15 |     RUN apk add --no-cache bash clang lld llvm file git
23:51:12 --------------------
23:51:12 ERROR: failed to solve: docker.io/library/golang:1.19.5-alpine3.16: not found
23:51:12 make[1]: *** [Makefile:84: cross-win] Error 1
23:51:12 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/static'
23:51:12 make: *** [Makefile:97: static] Error 2
[Pipeline] sh
23:51:12 + make clean
23:51:12 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-815:/v -w /v alpine chown -R 1000:1000 src
23:51:13 rm -f -r src
23:51:14 make -C rpm clean
23:51:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/rpm'
23:51:14 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-815/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
23:51:14 rm -f -r rpmbuild/
23:51:14 docker builder prune -f --filter until=24h
23:51:14 Total:	0B
23:51:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/rpm'
23:51:14 make -C deb clean
23:51:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/deb'
23:51:14 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb:/v -w /v alpine chown -R 1000:1000 debbuild
23:51:14 rm -f -r debbuild
23:51:14 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-815/deb:/v -w /v alpine chown -R 1000:1000 sources
23:51:14 rm -f -r sources
23:51:14 docker builder prune -f --filter until=24h
23:51:14 Total:	0B
23:51:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/deb'
23:51:14 make -C static clean
23:51:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/static'
23:51:14 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-815/static:/v -w /v alpine chown -R 1000:1000 build
23:51:14 rm -f -r build
23:51:14 docker builder prune -f --filter until=24h
23:51:14 Total:	0B
23:51:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-815/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch cross-win
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE