Started by user Sebastiaan van Stijn Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 618f6a79ab22ce581cb7a2f96b5a1e5aae196173+46a7ebc540db90e7d066478325cd1f49fc5fa7ab (7374c2c5cc90e43b6222756d5a2c399f635efc07) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42591@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-07-02T12:43:42.839Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-07-02T12:43:42.845Z] Trying to pass milestone 1 [Pipeline] milestone [2021-07-02T12:43:42.925Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-07-02T12:43:43.132Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cf9aacedf2803db1) in /home/ubuntu/workspace/moby_PR-42591 [Pipeline] { [Pipeline] checkout [2021-07-02T12:43:43.194Z] The recommended git tool is: git [2021-07-02T12:43:43.205Z] using credential docker-jenkins-github-credentials [2021-07-02T12:43:43.218Z] Fetching changes from the remote Git repository [2021-07-02T12:43:43.231Z] Fetching without tags [2021-07-02T12:43:43.211Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42591/.git # timeout=10 [2021-07-02T12:43:43.220Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-02T12:43:43.233Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-02T12:43:43.233Z] > git --version # timeout=10 [2021-07-02T12:43:43.547Z] Merging remotes/origin/20.10 commit 46a7ebc540db90e7d066478325cd1f49fc5fa7ab into PR head commit 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 [2021-07-02T12:43:43.632Z] Merge succeeded, producing 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 [2021-07-02T12:43:43.633Z] Checking out Revision 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 (PR-42591) [2021-07-02T12:43:43.689Z] Commit message: "Run s390x tests on Ubuntu 20.04" [2021-07-02T12:43:43.236Z] > git --version # 'git version 2.17.1' [2021-07-02T12:43:43.237Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-02T12:43:43.237Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42591/head:refs/remotes/origin/PR-42591 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-07-02T12:43:43.549Z] > git config core.sparsecheckout # timeout=10 [2021-07-02T12:43:43.563Z] > git checkout -f 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 # timeout=10 [2021-07-02T12:43:43.605Z] > git remote # timeout=10 [2021-07-02T12:43:43.608Z] > git config --get remote.origin.url # timeout=10 [2021-07-02T12:43:43.611Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-02T12:43:43.612Z] > git merge 46a7ebc540db90e7d066478325cd1f49fc5fa7ab # timeout=10 [2021-07-02T12:43:43.619Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-02T12:43:43.634Z] > git config core.sparsecheckout # timeout=10 [2021-07-02T12:43:43.637Z] > git checkout -f 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 # timeout=10 [2021-07-02T12:43:43.692Z] > git rev-list --no-walk 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-07-02T12:43:44.475Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42591:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-07-02T12:43:47.030Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "amd64" skipped due to when conditional Stage "rootless" skipped due to when conditional Stage "cgroup2" skipped due to when conditional Stage "arm64" skipped due to when conditional Stage "win-RS5" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [2021-07-02T12:43:47.245Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0190b6de146ebe887) in /home/ubuntu/workspace/moby_PR-42591 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] node Stage "amd64" skipped due to when conditional [Pipeline] } Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" skipped due to when conditional [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] } Stage "win-RS5" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2021-07-02T12:43:47.312Z] The recommended git tool is: git [2021-07-02T12:43:47.320Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-07-02T12:43:47.333Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-07-02T12:43:47.337Z] Fetching without tags [Pipeline] // stage [2021-07-02T12:43:47.348Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-42591 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "amd64" skipped due to when conditional [Pipeline] } Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" skipped due to when conditional [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] } Stage "win-RS5" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] // stage [2021-07-02T12:43:47.507Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] // stage Stage "amd64" skipped due to when conditional [Pipeline] } Stage "rootless" skipped due to when conditional [Pipeline] } Stage "cgroup2" skipped due to when conditional [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2021-07-02T12:43:47.657Z] using credential docker-jenkins-github-credentials Stage "ppc64le" skipped due to when conditional [Pipeline] } [2021-07-02T12:43:47.673Z] Cloning the remote Git repository [2021-07-02T12:43:47.673Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2021-07-02T12:43:47.453Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42591/.git # timeout=10 [2021-07-02T12:43:47.461Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-02T12:43:47.508Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-02T12:43:47.508Z] > git --version # timeout=10 [2021-07-02T12:43:47.515Z] > git --version # 'git version 2.17.1' [2021-07-02T12:43:47.515Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-02T12:43:47.516Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42591/head:refs/remotes/origin/PR-42591 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-02T12:44:01.149Z] Cloning repository https://github.com/moby/moby.git [2021-07-02T12:44:01.165Z] > git init /home/jenkins/workspace/moby_PR-42591 # timeout=10 [2021-07-02T12:44:01.168Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-02T12:44:01.169Z] > git --version # timeout=10 [2021-07-02T12:44:01.174Z] > git --version # 'git version 2.25.1' [2021-07-02T12:44:01.174Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-02T12:44:01.175Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42591/head:refs/remotes/origin/PR-42591 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-07-02T12:43:54.986Z] Fetching without tags [2021-07-02T12:43:55.270Z] Merging remotes/origin/20.10 commit 46a7ebc540db90e7d066478325cd1f49fc5fa7ab into PR head commit 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 [2021-07-02T12:43:55.570Z] Merge succeeded, producing 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 [2021-07-02T12:43:55.570Z] Checking out Revision 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 (PR-42591) [2021-07-02T12:44:08.417Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-02T12:44:08.419Z] > git config --add remote.origin.fetch +refs/pull/42591/head:refs/remotes/origin/PR-42591 # timeout=10 [2021-07-02T12:44:08.426Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-07-02T12:44:08.447Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-02T12:44:08.463Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-02T12:44:08.463Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-02T12:44:08.463Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42591/head:refs/remotes/origin/PR-42591 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-07-02T12:44:08.746Z] > git config core.sparsecheckout # timeout=10 [2021-07-02T12:44:08.755Z] > git checkout -f 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 # timeout=10 [2021-07-02T12:44:09.010Z] > git remote # timeout=10 [2021-07-02T12:44:09.016Z] > git config --get remote.origin.url # timeout=10 [2021-07-02T12:44:09.017Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-02T12:44:09.018Z] > git merge 46a7ebc540db90e7d066478325cd1f49fc5fa7ab # timeout=10 [2021-07-02T12:44:09.034Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-02T12:44:09.046Z] > git config core.sparsecheckout # timeout=10 [2021-07-02T12:44:09.048Z] > git checkout -f 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 # timeout=10 [2021-07-02T12:43:56.058Z] Commit message: "Run s390x tests on Ubuntu 20.04" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-02T12:43:56.856Z] + docker version [2021-07-02T12:43:56.856Z] Client: Docker Engine - Community [2021-07-02T12:43:56.856Z] Version: 20.10.7 [2021-07-02T12:43:56.856Z] API version: 1.41 [2021-07-02T12:43:56.856Z] Go version: go1.13.15 [2021-07-02T12:43:56.856Z] Git commit: f0df350 [2021-07-02T12:43:56.856Z] Built: Thu Jun 10 10:05:43 2021 [2021-07-02T12:43:56.856Z] OS/Arch: linux/s390x [2021-07-02T12:43:56.856Z] Context: default [2021-07-02T12:43:56.856Z] Experimental: true [2021-07-02T12:43:56.856Z] [2021-07-02T12:43:56.856Z] Server: Docker Engine - Community [2021-07-02T12:43:56.856Z] Engine: [2021-07-02T12:43:56.856Z] Version: 20.10.7 [2021-07-02T12:43:56.856Z] API version: 1.41 (minimum version 1.12) [2021-07-02T12:43:56.856Z] Go version: go1.13.15 [2021-07-02T12:43:56.856Z] Git commit: b0f5bc3 [2021-07-02T12:43:56.856Z] Built: Thu Jun 10 10:04:57 2021 [2021-07-02T12:43:56.856Z] OS/Arch: linux/s390x [2021-07-02T12:43:56.856Z] Experimental: true [2021-07-02T12:43:56.856Z] containerd: [2021-07-02T12:43:56.856Z] Version: 1.5.2 [2021-07-02T12:43:56.856Z] GitCommit: 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-07-02T12:43:56.856Z] runc: [2021-07-02T12:43:56.856Z] Version: 1.0.0-rc95 [2021-07-02T12:43:56.856Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-02T12:43:56.856Z] docker-init: [2021-07-02T12:43:56.856Z] Version: 0.19.0 [2021-07-02T12:43:56.856Z] GitCommit: de40ad0 [Pipeline] sh [2021-07-02T12:43:57.240Z] + docker info [2021-07-02T12:43:57.240Z] Client: [2021-07-02T12:43:57.240Z] Context: default [2021-07-02T12:43:57.240Z] Debug Mode: false [2021-07-02T12:43:57.240Z] Plugins: [2021-07-02T12:43:57.240Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-07-02T12:43:57.240Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-07-02T12:43:57.240Z] [2021-07-02T12:43:57.240Z] Server: [2021-07-02T12:43:57.240Z] Containers: 0 [2021-07-02T12:43:57.240Z] Running: 0 [2021-07-02T12:43:57.240Z] Paused: 0 [2021-07-02T12:43:57.240Z] Stopped: 0 [2021-07-02T12:43:57.240Z] Images: 0 [2021-07-02T12:43:57.240Z] Server Version: 20.10.7 [2021-07-02T12:43:57.240Z] Storage Driver: overlay2 [2021-07-02T12:43:57.240Z] Backing Filesystem: extfs [2021-07-02T12:43:57.240Z] Supports d_type: true [2021-07-02T12:43:57.240Z] Native Overlay Diff: true [2021-07-02T12:43:57.240Z] userxattr: false [2021-07-02T12:43:57.240Z] Logging Driver: json-file [2021-07-02T12:43:57.240Z] Cgroup Driver: cgroupfs [2021-07-02T12:43:57.240Z] Cgroup Version: 1 [2021-07-02T12:43:57.240Z] Plugins: [2021-07-02T12:43:57.240Z] Volume: local [2021-07-02T12:43:57.240Z] Network: bridge host ipvlan macvlan null overlay [2021-07-02T12:43:57.240Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-07-02T12:43:57.240Z] Swarm: inactive [2021-07-02T12:43:57.240Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-07-02T12:43:57.240Z] Default Runtime: runc [2021-07-02T12:43:57.240Z] Init Binary: docker-init [2021-07-02T12:43:57.240Z] containerd version: 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-07-02T12:43:57.240Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-02T12:43:57.240Z] init version: de40ad0 [2021-07-02T12:43:57.240Z] Security Options: [2021-07-02T12:43:57.240Z] apparmor [2021-07-02T12:43:57.240Z] seccomp [2021-07-02T12:43:57.240Z] Profile: default [2021-07-02T12:43:57.240Z] Kernel Version: 4.15.0-147-generic [2021-07-02T12:43:57.240Z] Operating System: Ubuntu 20.04.2 LTS [2021-07-02T12:43:57.240Z] OSType: linux [2021-07-02T12:43:57.240Z] Architecture: s390x [2021-07-02T12:43:57.240Z] CPUs: 2 [2021-07-02T12:43:57.240Z] Total Memory: 7.861GiB [2021-07-02T12:43:57.240Z] Name: s390x-ubuntu-16 [2021-07-02T12:43:57.240Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-07-02T12:43:57.240Z] Docker Root Dir: /var/lib/docker [2021-07-02T12:43:57.240Z] Debug Mode: false [2021-07-02T12:43:57.240Z] Registry: https://index.docker.io/v1/ [2021-07-02T12:43:57.240Z] Labels: [2021-07-02T12:43:57.240Z] Experimental: true [2021-07-02T12:43:57.240Z] Insecure Registries: [2021-07-02T12:43:57.240Z] 127.0.0.0/8 [2021-07-02T12:43:57.240Z] Live Restore Enabled: false [2021-07-02T12:43:57.240Z] [2021-07-02T12:43:57.240Z] WARNING: No swap limit support [Pipeline] sh [2021-07-02T12:43:57.632Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-07-02T12:43:57.632Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-07-02T12:43:57.632Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-42591/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-07-02T12:43:57.632Z] + bash /home/jenkins/workspace/moby_PR-42591/check-config.sh [2021-07-02T12:43:57.632Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-07-02T12:43:57.632Z] info: reading kernel config from /boot/config-4.15.0-147-generic ... [2021-07-02T12:43:57.632Z] [2021-07-02T12:43:57.632Z] Generally Necessary: [2021-07-02T12:43:57.632Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-07-02T12:43:57.632Z] - apparmor: enabled and tools installed [2021-07-02T12:43:57.632Z] - CONFIG_NAMESPACES: enabled [2021-07-02T12:43:57.632Z] - CONFIG_NET_NS: enabled [2021-07-02T12:43:57.632Z] - CONFIG_PID_NS: enabled [2021-07-02T12:43:57.632Z] - CONFIG_IPC_NS: enabled [2021-07-02T12:43:57.632Z] - CONFIG_UTS_NS: enabled [2021-07-02T12:43:57.632Z] - CONFIG_CGROUPS: enabled [2021-07-02T12:43:57.632Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-07-02T12:43:57.632Z] - CONFIG_CGROUP_DEVICE: enabled [2021-07-02T12:43:57.633Z] - CONFIG_CGROUP_FREEZER: enabled [2021-07-02T12:43:57.633Z] - CONFIG_CGROUP_SCHED: enabled [2021-07-02T12:43:57.633Z] - CONFIG_CPUSETS: enabled [2021-07-02T12:43:57.633Z] - CONFIG_MEMCG: enabled [2021-07-02T12:43:57.633Z] - CONFIG_KEYS: enabled [2021-07-02T12:43:57.633Z] - CONFIG_VETH: enabled (as module) [2021-07-02T12:43:57.633Z] - CONFIG_BRIDGE: enabled (as module) [2021-07-02T12:43:57.633Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-07-02T12:43:57.633Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-07-02T12:43:57.633Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-07-02T12:43:57.633Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-07-02T12:43:57.633Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-07-02T12:43:57.633Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_NF_NAT: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-07-02T12:43:57.925Z] - CONFIG_POSIX_MQUEUE: enabled [2021-07-02T12:43:57.925Z] [2021-07-02T12:43:57.925Z] Optional Features: [2021-07-02T12:43:57.925Z] - CONFIG_USER_NS: enabled [2021-07-02T12:43:57.925Z] - CONFIG_SECCOMP: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CGROUP_PIDS: enabled [2021-07-02T12:43:57.925Z] - CONFIG_MEMCG_SWAP: enabled [2021-07-02T12:43:57.925Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-07-02T12:43:57.925Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-07-02T12:43:57.925Z] - CONFIG_BLK_CGROUP: enabled [2021-07-02T12:43:57.925Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-07-02T12:43:57.925Z] - CONFIG_IOSCHED_CFQ: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CGROUP_PERF: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-07-02T12:43:57.925Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-07-02T12:43:57.925Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-07-02T12:43:57.925Z] - CONFIG_RT_GROUP_SCHED: missing [2021-07-02T12:43:57.925Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_IP_VS: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_IP_VS_NFCT: enabled [2021-07-02T12:43:57.925Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-07-02T12:43:57.925Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-07-02T12:43:57.925Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_EXT4_FS: enabled [2021-07-02T12:43:57.925Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-07-02T12:43:57.925Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-07-02T12:43:57.925Z] - Network Drivers: [2021-07-02T12:43:57.925Z] - "overlay": [2021-07-02T12:43:57.925Z] - CONFIG_VXLAN: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-07-02T12:43:57.925Z] Optional (for encrypted networks): [2021-07-02T12:43:57.925Z] - CONFIG_CRYPTO: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CRYPTO_AEAD: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CRYPTO_GCM: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-07-02T12:43:57.925Z] - CONFIG_CRYPTO_GHASH: enabled [2021-07-02T12:43:57.925Z] - CONFIG_XFRM: enabled [2021-07-02T12:43:57.925Z] - CONFIG_XFRM_USER: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_INET_ESP: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-07-02T12:43:57.925Z] - "ipvlan": [2021-07-02T12:43:57.925Z] - CONFIG_IPVLAN: enabled (as module) [2021-07-02T12:43:57.925Z] - "macvlan": [2021-07-02T12:43:57.925Z] - CONFIG_MACVLAN: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_DUMMY: enabled (as module) [2021-07-02T12:43:57.925Z] - "ftp,tftp client in container": [2021-07-02T12:43:57.925Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-07-02T12:43:57.925Z] - Storage Drivers: [2021-07-02T12:43:57.925Z] - "aufs": [2021-07-02T12:43:57.925Z] - CONFIG_AUFS_FS: enabled (as module) [2021-07-02T12:43:57.925Z] - "btrfs": [2021-07-02T12:43:57.925Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-07-02T12:43:57.925Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-07-02T12:43:57.925Z] - "devicemapper": [2021-07-02T12:43:57.925Z] - CONFIG_BLK_DEV_DM: enabled [2021-07-02T12:43:57.925Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-07-02T12:43:57.925Z] - "overlay": [2021-07-02T12:43:57.925Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-07-02T12:43:57.925Z] - "zfs": [2021-07-02T12:43:57.925Z] - /dev/zfs: missing [2021-07-02T12:43:57.925Z] - zfs command: missing [2021-07-02T12:43:57.925Z] - zpool command: missing [2021-07-02T12:43:57.925Z] [2021-07-02T12:43:57.925Z] Limits: [2021-07-02T12:43:57.925Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-07-02T12:43:57.925Z] [2021-07-02T12:43:57.925Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-07-02T12:43:58.357Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 . [2021-07-02T12:43:58.357Z] #1 [internal] load build definition from Dockerfile [2021-07-02T12:43:58.357Z] #1 sha256:f8c48f6a176faccad1a1424ce15c2a161c2a35c961515b681d432030defa862c [2021-07-02T12:43:58.357Z] #1 transferring dockerfile: 17.02kB done [2021-07-02T12:43:58.357Z] #1 DONE 0.0s [2021-07-02T12:43:58.357Z] [2021-07-02T12:43:58.357Z] #2 [internal] load .dockerignore [2021-07-02T12:43:58.357Z] #2 sha256:e3b0b2992ef279408f24a637572169e256940127f3384299909ee85a3eb75e36 [2021-07-02T12:43:58.357Z] #2 transferring context: 87B done [2021-07-02T12:43:58.357Z] #2 DONE 0.0s [2021-07-02T12:43:58.357Z] [2021-07-02T12:43:58.357Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-07-02T12:43:58.357Z] #3 sha256:d55f599dd30014ba696c9388caeb175e4864bf4f1946692a6305d0342430d29f [2021-07-02T12:43:58.650Z] #3 DONE 0.3s [2021-07-02T12:43:58.942Z] [2021-07-02T12:43:58.942Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-07-02T12:43:58.942Z] #4 sha256:e29063798f95bdf0650ad337dc0cb061e33d942fbdc3c3ab840c056e056cfdd9 [2021-07-02T12:43:58.942Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-07-02T12:43:58.942Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0B / 9.68MB 0.1s [2021-07-02T12:43:58.942Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-07-02T12:43:58.942Z] #4 sha256:6ce32b7af840de740a21ba297f7d1c31e0f1eb0d6b03c0efc03ae0cca9c8fd2a 528B / 528B done [2021-07-02T12:43:58.942Z] #4 sha256:86c932e21798e5a8d71bfc2953075f408c771ba1e111cf08762f5fe4f681358e 1.20kB / 1.20kB done [2021-07-02T12:43:58.942Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 9.68MB / 9.68MB 0.2s [2021-07-02T12:43:58.942Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd [2021-07-02T12:43:58.942Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 9.68MB / 9.68MB 0.2s done [2021-07-02T12:43:59.234Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0.3s done [2021-07-02T12:43:59.234Z] #4 DONE 0.6s [2021-07-02T12:43:59.527Z] [2021-07-02T12:43:59.527Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-07-02T12:43:59.527Z] #8 sha256:43d141443cfbf091d98646c3284248b862b93d85376c920332e58ac2c7823297 [2021-07-02T12:44:01.042Z] #8 DONE 1.2s [2021-07-02T12:44:01.042Z] [2021-07-02T12:44:01.042Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-07-02T12:44:01.042Z] #5 sha256:e0e2f042b16f2f03a0b824e5213ac047fd4e1265fb963f18c9b072d45c074dc9 [2021-07-02T12:44:01.042Z] #5 DONE 1.1s [2021-07-02T12:44:01.042Z] [2021-07-02T12:44:01.042Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-02T12:44:01.042Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-07-02T12:44:01.042Z] #7 DONE 1.2s [2021-07-02T12:44:01.042Z] [2021-07-02T12:44:01.042Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-02T12:44:01.042Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-02T12:44:01.042Z] #6 DONE 1.2s [2021-07-02T12:44:01.042Z] [2021-07-02T12:44:01.042Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-02T12:44:01.042Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-02T12:44:01.042Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-07-02T12:44:01.375Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-07-02T12:44:01.375Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-07-02T12:44:01.375Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.0s [2021-07-02T12:44:01.375Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-02T12:44:01.638Z] Merging remotes/origin/20.10 commit 46a7ebc540db90e7d066478325cd1f49fc5fa7ab into PR head commit 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 [2021-07-02T12:44:01.698Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 0.2s [2021-07-02T12:44:01.698Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.24MB / 9.86MB 0.4s [2021-07-02T12:44:01.698Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 8.39MB / 9.86MB 0.5s [2021-07-02T12:44:01.698Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-07-02T12:44:01.992Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-07-02T12:44:01.992Z] #62 ... [2021-07-02T12:44:01.992Z] [2021-07-02T12:44:01.992Z] #23 [internal] load build context [2021-07-02T12:44:01.992Z] #23 sha256:8c33c314a1f29cb6eba4ee5a014f7ce8a8d5c4d6c2a53a7417c0410133c2ff0b [2021-07-02T12:44:01.992Z] #23 transferring context: 53.39MB 0.9s done [2021-07-02T12:44:01.992Z] #23 DONE 0.9s [2021-07-02T12:44:02.097Z] Merge succeeded, producing 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 [2021-07-02T12:44:02.098Z] Checking out Revision 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 (PR-42591) [2021-07-02T12:44:02.288Z] [2021-07-02T12:44:02.288Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-02T12:44:02.288Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-02T12:44:02.353Z] Commit message: "Run s390x tests on Ubuntu 20.04" [2021-07-02T12:44:02.594Z] #62 ... [2021-07-02T12:44:02.594Z] [2021-07-02T12:44:02.594Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-02T12:44:02.594Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-02T12:44:02.594Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-07-02T12:44:02.594Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-02T12:44:02.594Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-07-02T12:44:02.594Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-07-02T12:44:02.594Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2021-07-02T12:44:02.594Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done [2021-07-02T12:44:02.594Z] #64 DONE 1.4s [2021-07-02T12:44:02.594Z] [2021-07-02T12:44:02.594Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-02T12:44:02.594Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-02T12:44:02.594Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.7s done [2021-07-02T12:44:02.594Z] #62 DONE 1.6s [2021-07-02T12:44:02.594Z] [2021-07-02T12:44:02.594Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-07-02T12:44:02.594Z] #9 sha256:0275c92749e07b9239e157bef08248851dfd04b2a58827fe7db6d1cd11752060 [2021-07-02T12:44:02.594Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-07-02T12:44:02.594Z] #9 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2021-07-02T12:44:02.594Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-07-02T12:44:02.594Z] #9 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2021-07-02T12:44:02.594Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 15.73MB / 48.97MB 1.4s [2021-07-02T12:44:02.594Z] #9 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 5.24MB / 7.39MB 1.2s [2021-07-02T12:44:02.594Z] #9 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 1.4s done [2021-07-02T12:44:02.594Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0B / 51.38MB 1.4s [2021-07-02T12:44:02.594Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0B / 56.74MB 1.4s [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-07-02T12:44:02.895Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 19.92MB / 48.97MB 1.5s [2021-07-02T12:44:02.895Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 4.19MB / 51.38MB 1.6s [2021-07-02T12:44:03.191Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 27.26MB / 48.97MB 1.8s [2021-07-02T12:44:03.191Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 9.44MB / 51.38MB 1.8s [2021-07-02T12:44:03.191Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 7.34MB / 56.74MB 1.8s [2021-07-02T12:44:03.191Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 30.41MB / 48.97MB 1.9s [2021-07-02T12:44:03.191Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 10.49MB / 56.74MB 1.9s [2021-07-02T12:44:03.191Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 14.68MB / 51.38MB 2.0s [2021-07-02T12:44:01.768Z] > git config core.sparsecheckout # timeout=10 [2021-07-02T12:44:01.773Z] > git checkout -f 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 # timeout=10 [2021-07-02T12:44:02.200Z] > git remote # timeout=10 [2021-07-02T12:44:02.205Z] > git config --get remote.origin.url # timeout=10 [2021-07-02T12:44:02.210Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-02T12:44:02.211Z] > git merge 46a7ebc540db90e7d066478325cd1f49fc5fa7ab # timeout=10 [2021-07-02T12:44:02.220Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-02T12:44:02.227Z] > git config core.sparsecheckout # timeout=10 [2021-07-02T12:44:02.231Z] > git checkout -f 618f6a79ab22ce581cb7a2f96b5a1e5aae196173 # timeout=10 [2021-07-02T12:44:03.200Z] + [ PR != PR ] [2021-07-02T12:44:03.200Z] + [ 20.10 != master ] [2021-07-02T12:44:03.200Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-02T12:44:03.487Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 34.60MB / 48.97MB 2.1s [2021-07-02T12:44:03.487Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 15.73MB / 56.74MB 2.1s [2021-07-02T12:44:03.487Z] #9 ... [2021-07-02T12:44:03.487Z] [2021-07-02T12:44:03.487Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-07-02T12:44:03.487Z] #63 sha256:fd359d70bcb00ff87571ae1239bfc0b2cd1e8d52e2ff39a7bc5b88df5fa3f84e [2021-07-02T12:44:03.487Z] #63 DONE 0.3s [2021-07-02T12:44:03.487Z] [2021-07-02T12:44:03.487Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-07-02T12:44:03.487Z] #9 sha256:0275c92749e07b9239e157bef08248851dfd04b2a58827fe7db6d1cd11752060 [2021-07-02T12:44:03.487Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 37.75MB / 48.97MB 2.2s [2021-07-02T12:44:03.487Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 19.92MB / 51.38MB 2.2s [2021-07-02T12:44:03.556Z] + docker version [2021-07-02T12:44:03.556Z] Client: Docker Engine - Community [2021-07-02T12:44:03.556Z] Version: 20.10.6 [2021-07-02T12:44:03.556Z] API version: 1.41 [2021-07-02T12:44:03.556Z] Go version: go1.13.15 [2021-07-02T12:44:03.556Z] Git commit: 370c289 [2021-07-02T12:44:03.556Z] Built: Fri Apr 9 22:46:01 2021 [2021-07-02T12:44:03.556Z] OS/Arch: linux/amd64 [2021-07-02T12:44:03.556Z] Context: default [2021-07-02T12:44:03.556Z] Experimental: true [2021-07-02T12:44:03.556Z] [2021-07-02T12:44:03.556Z] Server: Docker Engine - Community [2021-07-02T12:44:03.556Z] Engine: [2021-07-02T12:44:03.556Z] Version: 20.10.6 [2021-07-02T12:44:03.556Z] API version: 1.41 (minimum version 1.12) [2021-07-02T12:44:03.556Z] Go version: go1.13.15 [2021-07-02T12:44:03.556Z] Git commit: 8728dd2 [2021-07-02T12:44:03.556Z] Built: Fri Apr 9 22:44:13 2021 [2021-07-02T12:44:03.556Z] OS/Arch: linux/amd64 [2021-07-02T12:44:03.556Z] Experimental: true [2021-07-02T12:44:03.556Z] containerd: [2021-07-02T12:44:03.556Z] Version: 1.4.6 [2021-07-02T12:44:03.556Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-02T12:44:03.556Z] runc: [2021-07-02T12:44:03.556Z] Version: 1.0.0-rc95 [2021-07-02T12:44:03.556Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-02T12:44:03.556Z] docker-init: [2021-07-02T12:44:03.556Z] Version: 0.19.0 [2021-07-02T12:44:03.556Z] GitCommit: de40ad0 [Pipeline] sh [2021-07-02T12:44:03.781Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 42.99MB / 48.97MB 2.4s [2021-07-02T12:44:03.781Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 25.17MB / 51.38MB 2.4s [2021-07-02T12:44:03.781Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 23.07MB / 56.74MB 2.4s [2021-07-02T12:44:03.781Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 46.14MB / 48.97MB 2.5s [2021-07-02T12:44:03.781Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 2.6s [2021-07-02T12:44:03.781Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 29.36MB / 51.38MB 2.6s [2021-07-02T12:44:03.781Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 28.31MB / 56.74MB 2.6s [2021-07-02T12:44:03.881Z] + docker info [2021-07-02T12:44:03.881Z] Client: [2021-07-02T12:44:03.881Z] Context: default [2021-07-02T12:44:03.881Z] Debug Mode: false [2021-07-02T12:44:03.881Z] Plugins: [2021-07-02T12:44:03.881Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-07-02T12:44:03.881Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-07-02T12:44:03.881Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-07-02T12:44:03.881Z] [2021-07-02T12:44:03.881Z] Server: [2021-07-02T12:44:03.881Z] Containers: 0 [2021-07-02T12:44:03.881Z] Running: 0 [2021-07-02T12:44:03.881Z] Paused: 0 [2021-07-02T12:44:03.881Z] Stopped: 0 [2021-07-02T12:44:03.881Z] Images: 4 [2021-07-02T12:44:03.881Z] Server Version: 20.10.6 [2021-07-02T12:44:03.881Z] Storage Driver: overlay2 [2021-07-02T12:44:03.881Z] Backing Filesystem: extfs [2021-07-02T12:44:03.881Z] Supports d_type: true [2021-07-02T12:44:03.881Z] Native Overlay Diff: true [2021-07-02T12:44:03.881Z] userxattr: false [2021-07-02T12:44:03.881Z] Logging Driver: json-file [2021-07-02T12:44:03.881Z] Cgroup Driver: cgroupfs [2021-07-02T12:44:03.881Z] Cgroup Version: 1 [2021-07-02T12:44:03.881Z] Plugins: [2021-07-02T12:44:03.881Z] Volume: local [2021-07-02T12:44:03.881Z] Network: bridge host ipvlan macvlan null overlay [2021-07-02T12:44:03.881Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-07-02T12:44:03.881Z] Swarm: inactive [2021-07-02T12:44:03.881Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-07-02T12:44:03.881Z] Default Runtime: runc [2021-07-02T12:44:03.881Z] Init Binary: docker-init [2021-07-02T12:44:03.881Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-02T12:44:03.881Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-02T12:44:03.881Z] init version: de40ad0 [2021-07-02T12:44:03.881Z] Security Options: [2021-07-02T12:44:03.881Z] apparmor [2021-07-02T12:44:03.881Z] seccomp [2021-07-02T12:44:03.881Z] Profile: default [2021-07-02T12:44:03.881Z] Kernel Version: 5.4.0-1048-aws [2021-07-02T12:44:03.881Z] Operating System: Ubuntu 18.04.5 LTS [2021-07-02T12:44:03.881Z] OSType: linux [2021-07-02T12:44:03.881Z] Architecture: x86_64 [2021-07-02T12:44:03.881Z] CPUs: 2 [2021-07-02T12:44:03.881Z] Total Memory: 7.487GiB [2021-07-02T12:44:03.881Z] Name: ip-10-100-89-202 [2021-07-02T12:44:03.881Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-07-02T12:44:03.881Z] Docker Root Dir: /var/lib/docker [2021-07-02T12:44:03.881Z] Debug Mode: false [2021-07-02T12:44:03.881Z] Registry: https://index.docker.io/v1/ [2021-07-02T12:44:03.881Z] Labels: [2021-07-02T12:44:03.881Z] Experimental: true [2021-07-02T12:44:03.881Z] Insecure Registries: [2021-07-02T12:44:03.881Z] 127.0.0.0/8 [2021-07-02T12:44:03.881Z] Live Restore Enabled: true [2021-07-02T12:44:03.881Z] [2021-07-02T12:44:03.881Z] WARNING: No swap limit support [Pipeline] sh [2021-07-02T12:44:04.075Z] #9 ... [2021-07-02T12:44:04.075Z] [2021-07-02T12:44:04.075Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-07-02T12:44:04.075Z] #65 sha256:21d1bf3bd428d11476d10d82084acb53ebbde330469f00f92aa5aff233e0794f [2021-07-02T12:44:04.075Z] #65 DONE 0.4s [2021-07-02T12:44:04.075Z] [2021-07-02T12:44:04.075Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-07-02T12:44:04.075Z] #9 sha256:0275c92749e07b9239e157bef08248851dfd04b2a58827fe7db6d1cd11752060 [2021-07-02T12:44:04.075Z] #9 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 2.7s done [2021-07-02T12:44:04.075Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 32.51MB / 51.38MB 2.7s [2021-07-02T12:44:04.075Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 2.7s [2021-07-02T12:44:04.075Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 35.65MB / 51.38MB 2.8s [2021-07-02T12:44:04.075Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 32.51MB / 56.74MB 2.8s [2021-07-02T12:44:04.075Z] #9 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0.1s [2021-07-02T12:44:04.198Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-07-02T12:44:04.198Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-07-02T12:44:04.198Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42591/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-07-02T12:44:04.198Z] + bash /home/ubuntu/workspace/moby_PR-42591/check-config.sh [2021-07-02T12:44:04.198Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-07-02T12:44:04.198Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-07-02T12:44:04.198Z] [2021-07-02T12:44:04.198Z] Generally Necessary: [2021-07-02T12:44:04.198Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-07-02T12:44:04.198Z] - apparmor: enabled and tools installed [2021-07-02T12:44:04.198Z] - CONFIG_NAMESPACES: enabled [2021-07-02T12:44:04.198Z] - CONFIG_NET_NS: enabled [2021-07-02T12:44:04.198Z] - CONFIG_PID_NS: enabled [2021-07-02T12:44:04.198Z] - CONFIG_IPC_NS: enabled [2021-07-02T12:44:04.198Z] - CONFIG_UTS_NS: enabled [2021-07-02T12:44:04.198Z] - CONFIG_CGROUPS: enabled [2021-07-02T12:44:04.198Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-07-02T12:44:04.198Z] - CONFIG_CGROUP_DEVICE: enabled [2021-07-02T12:44:04.198Z] - CONFIG_CGROUP_FREEZER: enabled [2021-07-02T12:44:04.198Z] - CONFIG_CGROUP_SCHED: enabled [2021-07-02T12:44:04.198Z] - CONFIG_CPUSETS: enabled [2021-07-02T12:44:04.198Z] - CONFIG_MEMCG: enabled [2021-07-02T12:44:04.198Z] - CONFIG_KEYS: enabled [2021-07-02T12:44:04.198Z] - CONFIG_VETH: enabled (as module) [2021-07-02T12:44:04.198Z] - CONFIG_BRIDGE: enabled (as module) [2021-07-02T12:44:04.198Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-07-02T12:44:04.371Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 35.65MB / 56.74MB 2.9s [2021-07-02T12:44:04.371Z] #9 ... [2021-07-02T12:44:04.371Z] [2021-07-02T12:44:04.371Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-07-02T12:44:04.371Z] #26 sha256:76eb8374d55c3d5dd6b6c1cd3a399de2d347240e9e8a9aab49e9c3bbdc7abc4f [2021-07-02T12:44:04.371Z] #26 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 0.0s done [2021-07-02T12:44:04.371Z] #26 sha256:2b8d113de06cefaa0768df3e10da0c3b8272e15922e18ea75b0bb4dee23b551d 49.00MB / 49.00MB 0.8s done [2021-07-02T12:44:04.371Z] #26 sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 1.85kB / 1.85kB done [2021-07-02T12:44:04.371Z] #26 sha256:ac1d083483675b7f711590bc130b71988e3408bf8a4487e2c2a4be0f235e3d79 529B / 529B done [2021-07-02T12:44:04.371Z] #26 sha256:de0abc15e3fbda6d3dd67845c2f3b0001e7c073688efb567ba6f9b1ee4085c3f 1.46kB / 1.46kB done [2021-07-02T12:44:04.371Z] #26 extracting sha256:2b8d113de06cefaa0768df3e10da0c3b8272e15922e18ea75b0bb4dee23b551d 1.9s done [2021-07-02T12:44:04.371Z] #26 DONE 3.2s [2021-07-02T12:44:04.371Z] [2021-07-02T12:44:04.371Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-07-02T12:44:04.371Z] #9 sha256:0275c92749e07b9239e157bef08248851dfd04b2a58827fe7db6d1cd11752060 [2021-07-02T12:44:04.371Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 39.85MB / 51.38MB 3.0s [2021-07-02T12:44:04.371Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 38.80MB / 56.74MB 3.0s [2021-07-02T12:44:04.371Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 6.29MB / 102.23MB 3.0s [2021-07-02T12:44:04.371Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 46.14MB / 51.38MB 3.2s [2021-07-02T12:44:04.371Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 44.04MB / 56.74MB 3.2s [2021-07-02T12:44:04.371Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 11.53MB / 102.23MB 3.2s [2021-07-02T12:44:04.454Z] - CONFIG_NF_NAT_IPV4: missing [2021-07-02T12:44:04.454Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_NF_NAT: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_NF_NAT_NEEDED: missing [2021-07-02T12:44:04.454Z] - CONFIG_POSIX_MQUEUE: enabled [2021-07-02T12:44:04.454Z] [2021-07-02T12:44:04.454Z] Optional Features: [2021-07-02T12:44:04.454Z] - CONFIG_USER_NS: enabled [2021-07-02T12:44:04.454Z] - CONFIG_SECCOMP: enabled [2021-07-02T12:44:04.454Z] - CONFIG_CGROUP_PIDS: enabled [2021-07-02T12:44:04.454Z] - CONFIG_MEMCG_SWAP: enabled [2021-07-02T12:44:04.454Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-07-02T12:44:04.454Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-07-02T12:44:04.454Z] - CONFIG_BLK_CGROUP: enabled [2021-07-02T12:44:04.454Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-07-02T12:44:04.454Z] - CONFIG_IOSCHED_CFQ: missing [2021-07-02T12:44:04.454Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-07-02T12:44:04.454Z] - CONFIG_CGROUP_PERF: enabled [2021-07-02T12:44:04.454Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-07-02T12:44:04.454Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-07-02T12:44:04.454Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-07-02T12:44:04.454Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-07-02T12:44:04.454Z] - CONFIG_RT_GROUP_SCHED: missing [2021-07-02T12:44:04.454Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_IP_VS: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_IP_VS_NFCT: enabled [2021-07-02T12:44:04.454Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-07-02T12:44:04.454Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-07-02T12:44:04.454Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_EXT4_FS: enabled [2021-07-02T12:44:04.454Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-07-02T12:44:04.454Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-07-02T12:44:04.454Z] - Network Drivers: [2021-07-02T12:44:04.454Z] - "overlay": [2021-07-02T12:44:04.454Z] - CONFIG_VXLAN: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-07-02T12:44:04.454Z] Optional (for encrypted networks): [2021-07-02T12:44:04.454Z] - CONFIG_CRYPTO: enabled [2021-07-02T12:44:04.454Z] - CONFIG_CRYPTO_AEAD: enabled [2021-07-02T12:44:04.454Z] - CONFIG_CRYPTO_GCM: enabled [2021-07-02T12:44:04.454Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-07-02T12:44:04.454Z] - CONFIG_CRYPTO_GHASH: enabled [2021-07-02T12:44:04.454Z] - CONFIG_XFRM: enabled [2021-07-02T12:44:04.454Z] - CONFIG_XFRM_USER: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_INET_ESP: enabled (as module) [2021-07-02T12:44:04.454Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-07-02T12:44:04.454Z] - "ipvlan": [2021-07-02T12:44:04.664Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 3.4s [2021-07-02T12:44:04.664Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 49.28MB / 56.74MB 3.4s [2021-07-02T12:44:04.664Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 16.78MB / 102.23MB 3.4s [2021-07-02T12:44:04.664Z] #9 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 3.5s done [2021-07-02T12:44:04.664Z] #9 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0B / 156B 3.5s [2021-07-02T12:44:04.710Z] - CONFIG_IPVLAN: enabled (as module) [2021-07-02T12:44:04.710Z] - "macvlan": [2021-07-02T12:44:04.710Z] - CONFIG_MACVLAN: enabled (as module) [2021-07-02T12:44:04.710Z] - CONFIG_DUMMY: enabled (as module) [2021-07-02T12:44:04.710Z] - "ftp,tftp client in container": [2021-07-02T12:44:04.710Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-07-02T12:44:04.710Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-07-02T12:44:04.710Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-07-02T12:44:04.710Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-07-02T12:44:04.710Z] - Storage Drivers: [2021-07-02T12:44:04.710Z] - "aufs": [2021-07-02T12:44:04.710Z] - CONFIG_AUFS_FS: enabled (as module) [2021-07-02T12:44:04.710Z] - "btrfs": [2021-07-02T12:44:04.710Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-07-02T12:44:04.710Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-07-02T12:44:04.710Z] - "devicemapper": [2021-07-02T12:44:04.710Z] - CONFIG_BLK_DEV_DM: enabled [2021-07-02T12:44:04.710Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-07-02T12:44:04.710Z] - "overlay": [2021-07-02T12:44:04.710Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-07-02T12:44:04.710Z] - "zfs": [2021-07-02T12:44:04.710Z] - /dev/zfs: present [2021-07-02T12:44:04.710Z] - zfs command: missing [2021-07-02T12:44:04.710Z] - zpool command: missing [2021-07-02T12:44:04.710Z] [2021-07-02T12:44:04.710Z] Limits: [2021-07-02T12:44:04.710Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-07-02T12:44:04.710Z] [2021-07-02T12:44:04.710Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-07-02T12:44:04.958Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 53.48MB / 56.74MB 3.6s [2021-07-02T12:44:04.958Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 22.02MB / 102.23MB 3.6s [2021-07-02T12:44:04.958Z] #9 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 3.6s done [2021-07-02T12:44:04.958Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 3.7s [2021-07-02T12:44:05.071Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 . [2021-07-02T12:44:05.072Z] #1 [internal] load build definition from Dockerfile [2021-07-02T12:44:05.072Z] #1 sha256:f91b402f54a66889c1c19d6f30dc49bef4c6adb77397dc484d31da764b10f906 [2021-07-02T12:44:05.072Z] #1 transferring dockerfile: 17.02kB done [2021-07-02T12:44:05.072Z] #1 DONE 0.0s [2021-07-02T12:44:05.072Z] [2021-07-02T12:44:05.072Z] #2 [internal] load .dockerignore [2021-07-02T12:44:05.072Z] #2 sha256:44e2af0a8c08f0cd92ff1699f64bb17eda4e6509d168c33e9f39294746e06ba3 [2021-07-02T12:44:05.072Z] #2 transferring context: 87B done [2021-07-02T12:44:05.072Z] #2 DONE 0.0s [2021-07-02T12:44:05.072Z] [2021-07-02T12:44:05.072Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-07-02T12:44:05.072Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-07-02T12:44:05.251Z] #9 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 3.7s done [2021-07-02T12:44:05.251Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 27.26MB / 102.23MB 3.8s [2021-07-02T12:44:05.251Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 34.72MB / 102.23MB 4.1s [2021-07-02T12:44:05.327Z] #3 DONE 0.2s [2021-07-02T12:44:05.327Z] [2021-07-02T12:44:05.327Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-07-02T12:44:05.327Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-07-02T12:44:05.327Z] #4 CACHED [2021-07-02T12:44:05.544Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 39.85MB / 102.23MB 4.3s [2021-07-02T12:44:05.584Z] [2021-07-02T12:44:05.584Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-02T12:44:05.584Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-07-02T12:44:05.584Z] #8 DONE 0.1s [2021-07-02T12:44:05.584Z] [2021-07-02T12:44:05.584Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-02T12:44:05.584Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-02T12:44:05.584Z] #7 DONE 0.1s [2021-07-02T12:44:05.584Z] [2021-07-02T12:44:05.584Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-07-02T12:44:05.584Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-07-02T12:44:05.584Z] #5 DONE 0.1s [2021-07-02T12:44:05.584Z] [2021-07-02T12:44:05.584Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-07-02T12:44:05.585Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-07-02T12:44:05.839Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 45.09MB / 102.23MB 4.5s [2021-07-02T12:44:05.839Z] #9 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.7s done [2021-07-02T12:44:05.839Z] #9 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2021-07-02T12:44:05.842Z] #6 DONE 0.2s [2021-07-02T12:44:05.842Z] [2021-07-02T12:44:05.842Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-02T12:44:05.842Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-02T12:44:05.842Z] #64 DONE 0.0s [2021-07-02T12:44:05.842Z] [2021-07-02T12:44:05.842Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-02T12:44:05.842Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-02T12:44:05.842Z] #62 DONE 0.0s [2021-07-02T12:44:05.842Z] [2021-07-02T12:44:05.842Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-07-02T12:44:05.842Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-07-02T12:44:05.842Z] #26 DONE 0.0s [2021-07-02T12:44:05.842Z] [2021-07-02T12:44:05.842Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-07-02T12:44:05.842Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-07-02T12:44:05.842Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-07-02T12:44:06.098Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-07-02T12:44:06.099Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-07-02T12:44:06.099Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-07-02T12:44:06.099Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.10MB / 50.40MB 0.1s [2021-07-02T12:44:06.099Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s [2021-07-02T12:44:06.099Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.1s [2021-07-02T12:44:06.099Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.34MB / 50.40MB 0.2s [2021-07-02T12:44:06.099Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.2s [2021-07-02T12:44:06.099Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 5.24MB / 10.00MB 0.2s [2021-07-02T12:44:06.165Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 50.33MB / 102.23MB 4.7s [2021-07-02T12:44:06.165Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 55.57MB / 102.23MB 4.9s [2021-07-02T12:44:06.360Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s [2021-07-02T12:44:06.360Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.3s done [2021-07-02T12:44:06.360Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.3s [2021-07-02T12:44:06.360Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.68MB / 50.40MB 0.4s [2021-07-02T12:44:06.360Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done [2021-07-02T12:44:06.360Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.19MB / 51.83MB 0.4s [2021-07-02T12:44:06.457Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 60.82MB / 102.23MB 5.1s [2021-07-02T12:44:06.458Z] #9 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.4s done [2021-07-02T12:44:06.458Z] #9 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2021-07-02T12:44:06.621Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 33.55MB / 50.40MB 0.6s [2021-07-02T12:44:06.621Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.63MB / 51.83MB 0.6s [2021-07-02T12:44:06.621Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 9.44MB / 68.67MB 0.6s [2021-07-02T12:44:06.621Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.70MB / 50.40MB 0.7s [2021-07-02T12:44:06.621Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.83MB / 51.83MB 0.7s [2021-07-02T12:44:06.750Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 66.06MB / 102.23MB 5.3s [2021-07-02T12:44:06.750Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 71.30MB / 102.23MB 5.5s [2021-07-02T12:44:06.750Z] #9 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.4s done [2021-07-02T12:44:06.878Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 42.26MB / 50.40MB 0.9s [2021-07-02T12:44:06.878Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.17MB / 51.83MB 0.9s [2021-07-02T12:44:06.878Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.97MB / 68.67MB 0.9s [2021-07-02T12:44:06.878Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.0s [2021-07-02T12:44:06.878Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.41MB / 51.83MB 1.0s [2021-07-02T12:44:06.878Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.21MB / 68.67MB 1.0s [2021-07-02T12:44:06.878Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.80MB / 51.83MB 1.1s [2021-07-02T12:44:06.878Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 30.41MB / 68.67MB 1.1s [2021-07-02T12:44:07.043Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 76.55MB / 102.23MB 5.7s [2021-07-02T12:44:07.043Z] #9 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [2021-07-02T12:44:07.134Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.97MB / 51.83MB 1.2s [2021-07-02T12:44:07.134Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 35.65MB / 68.67MB 1.3s [2021-07-02T12:44:07.335Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 84.93MB / 102.23MB 6.0s [2021-07-02T12:44:07.391Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 44.04MB / 68.67MB 1.4s [2021-07-02T12:44:07.391Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done [2021-07-02T12:44:07.391Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.41MB / 68.67MB 1.6s [2021-07-02T12:44:07.628Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 90.18MB / 102.23MB 6.2s [2021-07-02T12:44:07.628Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 95.42MB / 102.23MB 6.4s [2021-07-02T12:44:07.647Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 63.96MB / 68.67MB 1.7s [2021-07-02T12:44:07.647Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 1.8s [2021-07-02T12:44:07.647Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-07-02T12:44:07.905Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.8s done [2021-07-02T12:44:07.905Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 1.9s [2021-07-02T12:44:07.921Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 100.66MB / 102.23MB 6.6s [2021-07-02T12:44:07.922Z] #9 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 6.8s done [2021-07-02T12:44:08.473Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.3s done [2021-07-02T12:44:08.473Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.3s done [2021-07-02T12:44:08.473Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.24MB / 120.17MB 2.4s [2021-07-02T12:44:08.473Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.63MB / 120.17MB 2.5s [2021-07-02T12:44:08.473Z] #9 ... [2021-07-02T12:44:08.473Z] [2021-07-02T12:44:08.473Z] #23 [internal] load build context [2021-07-02T12:44:08.473Z] #23 sha256:c637cba295cb440496beff6641bd8b0fac2aeeceee8350a66b921a2a55d291a9 [2021-07-02T12:44:08.473Z] #23 transferring context: 53.39MB 2.6s done [2021-07-02T12:44:08.473Z] #23 DONE 2.6s [2021-07-02T12:44:08.473Z] [2021-07-02T12:44:08.473Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-07-02T12:44:08.473Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-07-02T12:44:08.473Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 27.26MB / 120.17MB 2.7s [2021-07-02T12:44:08.731Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.04MB / 120.17MB 2.9s [2021-07-02T12:44:08.966Z] #9 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.9s done [2021-07-02T12:44:08.966Z] #9 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [2021-07-02T12:44:08.990Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.43MB / 120.17MB 3.0s [2021-07-02T12:44:08.990Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 72.35MB / 120.17MB 3.2s [2021-07-02T12:44:09.250Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 81.79MB / 120.17MB 3.3s [2021-07-02T12:44:09.250Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 3.4s [2021-07-02T12:44:09.509Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 104.86MB / 120.17MB 3.5s [2021-07-02T12:44:09.509Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.6s [2021-07-02T12:44:09.766Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.6s done [2021-07-02T12:44:10.480Z] #9 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.6s done [2021-07-02T12:44:10.693Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.1s done [2021-07-02T12:44:10.693Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-07-02T12:44:10.776Z] #9 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 [2021-07-02T12:44:11.263Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [2021-07-02T12:44:11.263Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-07-02T12:44:11.427Z] #9 ... [2021-07-02T12:44:11.427Z] [2021-07-02T12:44:11.427Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-07-02T12:44:11.427Z] #27 sha256:1ed45e20f02f2e102b02b46035d724b71382ff5c5048adb98caab7319768662f [2021-07-02T12:44:11.427Z] #27 0.688 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-02T12:44:11.427Z] #27 0.701 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-07-02T12:44:11.427Z] #27 0.730 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-02T12:44:11.427Z] #27 0.812 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-02T12:44:11.427Z] #27 0.908 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-02T12:44:11.427Z] #27 1.461 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-02T12:44:11.427Z] #27 2.054 Fetched 8140 kB in 1s (5861 kB/s) [2021-07-02T12:44:11.427Z] #27 2.054 Reading package lists... [2021-07-02T12:44:11.427Z] #27 2.539 Reading package lists... [2021-07-02T12:44:11.427Z] #27 2.980 Building dependency tree... [2021-07-02T12:44:11.427Z] #27 3.097 The following additional packages will be installed: [2021-07-02T12:44:11.427Z] #27 3.097 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-07-02T12:44:11.427Z] #27 3.097 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-07-02T12:44:11.427Z] #27 3.097 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-07-02T12:44:11.427Z] #27 3.097 Suggested packages: [2021-07-02T12:44:11.427Z] #27 3.097 krb5-doc krb5-user [2021-07-02T12:44:11.427Z] #27 3.097 Recommended packages: [2021-07-02T12:44:11.427Z] #27 3.097 krb5-locales publicsuffix libsasl2-modules [2021-07-02T12:44:11.427Z] #27 3.247 The following NEW packages will be installed: [2021-07-02T12:44:11.427Z] #27 3.247 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-07-02T12:44:11.427Z] #27 3.247 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-07-02T12:44:11.427Z] #27 3.247 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-07-02T12:44:11.427Z] #27 3.247 libssh2-1 libssl1.1 openssl [2021-07-02T12:44:11.427Z] #27 3.277 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-07-02T12:44:11.427Z] #27 3.277 Need to get 4604 kB of archives. [2021-07-02T12:44:11.427Z] #27 3.277 After this operation, 11.9 MB of additional disk space will be used. [2021-07-02T12:44:11.427Z] #27 3.277 Get:1 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u6 [1199 kB] [2021-07-02T12:44:11.427Z] #27 3.334 Get:2 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u6 [830 kB] [2021-07-02T12:44:11.427Z] #27 3.346 Get:3 http://deb.debian.org/debian buster/main s390x ca-certificates all 20200601~deb10u2 [166 kB] [2021-07-02T12:44:11.427Z] #27 3.346 Get:4 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2021-07-02T12:44:11.427Z] #27 3.346 Get:5 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2021-07-02T12:44:11.427Z] #27 3.348 Get:6 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2021-07-02T12:44:11.427Z] #27 3.348 Get:7 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2021-07-02T12:44:11.427Z] #27 3.352 Get:8 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2021-07-02T12:44:11.427Z] #27 3.354 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2021-07-02T12:44:11.427Z] #27 3.355 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2021-07-02T12:44:11.427Z] #27 3.356 Get:11 http://deb.debian.org/debian buster/main s390x libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-07-02T12:44:11.427Z] #27 3.357 Get:12 http://deb.debian.org/debian buster/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u6 [213 kB] [2021-07-02T12:44:11.427Z] #27 3.365 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2021-07-02T12:44:11.427Z] #27 3.367 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2021-07-02T12:44:11.427Z] #27 3.369 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2021-07-02T12:44:11.427Z] #27 3.370 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2021-07-02T12:44:11.427Z] #27 3.371 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u2 [310 kB] [2021-07-02T12:44:11.427Z] #27 3.375 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u2 [260 kB] [2021-07-02T12:44:11.427Z] #27 3.414 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-07-02T12:44:11.427Z] #27 3.477 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-07-02T12:44:11.427Z] #27 3.478 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-07-02T12:44:11.427Z] #27 3.559 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:44:11.427Z] #27 3.567 Fetched 4604 kB in 0s (20.4 MB/s) [2021-07-02T12:44:11.427Z] #27 3.697 Selecting previously unselected package libssl1.1:s390x. [2021-07-02T12:44:11.427Z] #27 3.697 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6675 files and directories currently installed.) [2021-07-02T12:44:11.427Z] #27 3.697 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 3.701 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u6) ... [2021-07-02T12:44:11.427Z] #27 3.865 Selecting previously unselected package openssl. [2021-07-02T12:44:11.427Z] #27 3.865 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 3.869 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-07-02T12:44:11.427Z] #27 4.002 Selecting previously unselected package ca-certificates. [2021-07-02T12:44:11.427Z] #27 4.002 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-07-02T12:44:11.427Z] #27 4.005 Unpacking ca-certificates (20200601~deb10u2) ... [2021-07-02T12:44:11.427Z] #27 4.053 Selecting previously unselected package libkeyutils1:s390x. [2021-07-02T12:44:11.427Z] #27 4.053 Preparing to unpack .../03-libkeyutils1_1.6-6_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.063 Unpacking libkeyutils1:s390x (1.6-6) ... [2021-07-02T12:44:11.427Z] #27 4.078 Selecting previously unselected package libkrb5support0:s390x. [2021-07-02T12:44:11.427Z] #27 4.078 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.082 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-07-02T12:44:11.427Z] #27 4.117 Selecting previously unselected package libk5crypto3:s390x. [2021-07-02T12:44:11.427Z] #27 4.117 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.119 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-07-02T12:44:11.427Z] #27 4.156 Selecting previously unselected package libkrb5-3:s390x. [2021-07-02T12:44:11.427Z] #27 4.156 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.160 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-07-02T12:44:11.427Z] #27 4.227 Selecting previously unselected package libgssapi-krb5-2:s390x. [2021-07-02T12:44:11.427Z] #27 4.227 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.229 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-07-02T12:44:11.427Z] #27 4.285 Selecting previously unselected package libsasl2-modules-db:s390x. [2021-07-02T12:44:11.427Z] #27 4.285 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.288 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-07-02T12:44:11.427Z] #27 4.317 Selecting previously unselected package libsasl2-2:s390x. [2021-07-02T12:44:11.427Z] #27 4.317 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.320 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-07-02T12:44:11.427Z] #27 4.345 Selecting previously unselected package libldap-common. [2021-07-02T12:44:11.427Z] #27 4.345 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-07-02T12:44:11.427Z] #27 4.348 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-02T12:44:11.427Z] #27 4.380 Selecting previously unselected package libldap-2.4-2:s390x. [2021-07-02T12:44:11.427Z] #27 4.380 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.382 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-07-02T12:44:11.427Z] #27 4.428 Selecting previously unselected package libnghttp2-14:s390x. [2021-07-02T12:44:11.427Z] #27 4.428 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.434 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-07-02T12:44:11.427Z] #27 4.462 Selecting previously unselected package libpsl5:s390x. [2021-07-02T12:44:11.427Z] #27 4.462 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.465 Unpacking libpsl5:s390x (0.20.2-2) ... [2021-07-02T12:44:11.427Z] #27 4.500 Selecting previously unselected package librtmp1:s390x. [2021-07-02T12:44:11.427Z] #27 4.500 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.512 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-07-02T12:44:11.427Z] #27 4.540 Selecting previously unselected package libssh2-1:s390x. [2021-07-02T12:44:11.427Z] #27 4.540 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.542 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2021-07-02T12:44:11.427Z] #27 4.587 Selecting previously unselected package libcurl4:s390x. [2021-07-02T12:44:11.427Z] #27 4.587 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_s390x.deb ... [2021-07-02T12:44:11.427Z] #27 4.591 Unpacking libcurl4:s390x (7.64.0-4+deb10u2) ... [2021-07-02T12:44:11.427Z] #27 4.642 Selecting previously unselected package curl. [2021-07-02T12:44:11.428Z] #27 4.642 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_s390x.deb ... [2021-07-02T12:44:11.428Z] #27 4.644 Unpacking curl (7.64.0-4+deb10u2) ... [2021-07-02T12:44:11.428Z] #27 4.685 Selecting previously unselected package libonig5:s390x. [2021-07-02T12:44:11.428Z] #27 4.685 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2021-07-02T12:44:11.428Z] #27 4.688 Unpacking libonig5:s390x (6.9.1-1) ... [2021-07-02T12:44:11.428Z] #27 4.725 Selecting previously unselected package libjq1:s390x. [2021-07-02T12:44:11.428Z] #27 4.725 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-07-02T12:44:11.428Z] #27 4.728 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-07-02T12:44:11.428Z] #27 4.759 Selecting previously unselected package jq. [2021-07-02T12:44:11.428Z] #27 4.759 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-07-02T12:44:11.428Z] #27 4.767 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-02T12:44:11.428Z] #27 4.790 Setting up libkeyutils1:s390x (1.6-6) ... [2021-07-02T12:44:11.428Z] #27 4.797 Setting up libpsl5:s390x (0.20.2-2) ... [2021-07-02T12:44:11.428Z] #27 4.804 Setting up libssl1.1:s390x (1.1.1d-0+deb10u6) ... [2021-07-02T12:44:11.428Z] #27 4.878 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-07-02T12:44:11.428Z] #27 4.885 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-02T12:44:11.428Z] #27 4.893 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-07-02T12:44:11.428Z] #27 4.900 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-07-02T12:44:11.428Z] #27 4.906 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-07-02T12:44:11.428Z] #27 4.914 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-07-02T12:44:11.428Z] #27 4.921 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-07-02T12:44:11.428Z] #27 4.929 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2021-07-02T12:44:11.428Z] #27 4.936 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-07-02T12:44:11.428Z] #27 4.944 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-07-02T12:44:11.428Z] #27 4.962 Setting up libonig5:s390x (6.9.1-1) ... [2021-07-02T12:44:11.428Z] #27 4.969 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-07-02T12:44:11.428Z] #27 4.976 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-07-02T12:44:11.428Z] #27 4.983 Setting up ca-certificates (20200601~deb10u2) ... [2021-07-02T12:44:11.428Z] #27 5.324 Updating certificates in /etc/ssl/certs... [2021-07-02T12:44:11.428Z] #27 5.667 137 added, 0 removed; done. [2021-07-02T12:44:11.428Z] #27 5.688 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-07-02T12:44:11.428Z] #27 5.695 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-02T12:44:11.428Z] #27 5.701 Setting up libcurl4:s390x (7.64.0-4+deb10u2) ... [2021-07-02T12:44:11.428Z] #27 5.707 Setting up curl (7.64.0-4+deb10u2) ... [2021-07-02T12:44:11.428Z] #27 5.715 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:44:11.428Z] #27 5.726 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-07-02T12:44:11.428Z] #27 5.735 Updating certificates in /etc/ssl/certs... [2021-07-02T12:44:11.428Z] #27 6.102 0 added, 0 removed; done. [2021-07-02T12:44:11.428Z] #27 6.102 Running hooks in /etc/ca-certificates/update.d... [2021-07-02T12:44:11.428Z] #27 6.103 done. [2021-07-02T12:44:11.428Z] #27 DONE 7.1s [2021-07-02T12:44:11.428Z] [2021-07-02T12:44:11.428Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-07-02T12:44:11.428Z] #9 sha256:0275c92749e07b9239e157bef08248851dfd04b2a58827fe7db6d1cd11752060 [2021-07-02T12:44:11.428Z] #9 ... [2021-07-02T12:44:11.428Z] [2021-07-02T12:44:11.428Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-07-02T12:44:11.428Z] #28 sha256:fd5189f27cf42f18e4c2b20878d0b4105041c8d6236e50ae51b7853b9ae668ac [2021-07-02T12:44:11.520Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done [2021-07-02T12:44:11.520Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-07-02T12:44:11.721Z] #28 DONE 0.2s [2021-07-02T12:44:11.721Z] [2021-07-02T12:44:11.721Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:11.721Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:13.234Z] #29 1.582 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-07-02T12:44:13.413Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.9s done [2021-07-02T12:44:13.530Z] #29 1.715 [2021-07-02T12:44:13.669Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-07-02T12:44:13.825Z] #29 1.850 0.0% #### 6.4% ######### 12.6% ############ [2021-07-02T12:44:13.825Z] #29 ... [2021-07-02T12:44:13.825Z] [2021-07-02T12:44:13.825Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-07-02T12:44:13.825Z] #9 sha256:0275c92749e07b9239e157bef08248851dfd04b2a58827fe7db6d1cd11752060 [2021-07-02T12:44:13.825Z] #9 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 2.6s done [2021-07-02T12:44:13.825Z] #9 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 done [2021-07-02T12:44:13.825Z] #9 DONE 12.8s [2021-07-02T12:44:13.825Z] [2021-07-02T12:44:13.825Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:13.825Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:15.066Z] #29 1.850 0.0% #### 6.4% ######### 12.6% ############ 17.5% ################ 23.6% ##################### 29.2% ######################## 34.5% ############################ 40.0% ################################# 46.0% ##################################### 51.6% ######################################### 57.2% ########################################### 60.4% ################################################## 70.3% ###################################################### 75.7% [2021-07-02T12:44:15.066Z] #29 ... [2021-07-02T12:44:15.066Z] [2021-07-02T12:44:15.066Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-07-02T12:44:15.066Z] #10 sha256:d9dda1359d8d2fd1d5d1e326a3df8669b1cc80fed8afd8e0cec7699c9a3c0f29 [2021-07-02T12:44:15.066Z] #10 DONE 1.2s [2021-07-02T12:44:15.066Z] [2021-07-02T12:44:15.066Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:15.066Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:15.358Z] #29 1.850 0.0% #### 6.4% ######### 12.6% ############ 17.5% ################ 23.6% ##################### 29.2% ######################## 34.5% ############################ 40.0% ################################# 46.0% ##################################### 51.6% ######################################### 57.2% ########################################### 60.4% ################################################## 70.3% ###################################################### 75.7% ########################################################## 81.4% ############################################################## 86.4% ################################################################# 90.3% ######################################################################## 100.0% [2021-07-02T12:44:15.651Z] #29 3.892 [2021-07-02T12:44:15.953Z] #29 4.043 0.0% ############################# [2021-07-02T12:44:15.953Z] #29 ... [2021-07-02T12:44:15.953Z] [2021-07-02T12:44:15.953Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-07-02T12:44:15.953Z] #11 sha256:81a5d99190832ebb924a1c1dff40215e31f262aaf0a61c38f40220d04e3ff54b [2021-07-02T12:44:15.953Z] #11 DONE 0.8s [2021-07-02T12:44:15.953Z] [2021-07-02T12:44:15.953Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-07-02T12:44:15.953Z] #31 sha256:de39a80aa1d68372b44034318e89f9edab24dc964630df115a840d509c81653a [2021-07-02T12:44:15.953Z] #31 DONE 0.1s [2021-07-02T12:44:15.953Z] [2021-07-02T12:44:15.953Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:15.953Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:15.953Z] #29 4.043 0.0% ############################# 41.4% ####################################29 ... [2021-07-02T12:44:15.953Z] [2021-07-02T12:44:15.953Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-07-02T12:44:15.953Z] #39 sha256:23e8b7406e99a4517598af77001cb654705c959b6671e27b7a8ef0937c820d24 [2021-07-02T12:44:15.953Z] #39 DONE 0.2s [2021-07-02T12:44:15.953Z] [2021-07-02T12:44:15.953Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:15.953Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:15.953Z] #29 4.043 0.0% ############################# 41.4% ########################################################### 82.0% ######################################################################## 100.0% [2021-07-02T12:44:16.187Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.3s done [2021-07-02T12:44:16.187Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-07-02T12:44:16.246Z] #29 4.448 [2021-07-02T12:44:16.844Z] #29 4.603 0.1% ################### 26.5% ###################################### 53.7% ######################################################### 80.5% ######################################################################## 100.0% [2021-07-02T12:44:17.192Z] #29 ... [2021-07-02T12:44:17.192Z] [2021-07-02T12:44:17.192Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-07-02T12:44:17.192Z] #12 sha256:ce899dcf8d9e99a46cf001a07687e060b4d43eb6678b9dd5116b563bc2f50e22 [2021-07-02T12:44:17.192Z] #12 DONE 1.1s [2021-07-02T12:44:17.192Z] [2021-07-02T12:44:17.192Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:17.192Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:17.192Z] #29 5.257 [2021-07-02T12:44:18.975Z] #29 5.408 0.1% ##### 7.5% ######## 11.1% ########### 15.9% ############### 21.3% ################## 26.2% ###################### 31.6% ######################## 33.7% ############################## 42.7% ################################## 48.0% ###################################### 53.2% ########################################## 58.5% ############################################# 63.9% ################################################# 69.1% ##################################################### 74.4% ######################################################### 80.5% ############################################################ 84.5% ################################################################# 90.6% ##################################################################### 96.5% ######################################################################## 100.0% [2021-07-02T12:44:19.271Z] #29 7.655 [2021-07-02T12:44:20.355Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.0s done [2021-07-02T12:44:20.355Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-07-02T12:44:20.611Z] #9 DONE 14.6s [2021-07-02T12:44:20.611Z] [2021-07-02T12:44:20.611Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-07-02T12:44:20.611Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-07-02T12:44:22.500Z] #10 DONE 1.9s [2021-07-02T12:44:22.500Z] [2021-07-02T12:44:22.500Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-07-02T12:44:22.500Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-07-02T12:44:23.438Z] #11 DONE 0.5s [2021-07-02T12:44:23.438Z] [2021-07-02T12:44:23.438Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-07-02T12:44:23.438Z] #24 sha256:beb3c5d06cbd814144f9c2b1d9f246b2d5b1fa454a5f355d6a23dc97d5c6e4b1 [2021-07-02T12:44:23.438Z] #24 ... [2021-07-02T12:44:23.438Z] [2021-07-02T12:44:23.438Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-07-02T12:44:23.438Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-07-02T12:44:23.438Z] #31 DONE 0.2s [2021-07-02T12:44:23.438Z] [2021-07-02T12:44:23.438Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-07-02T12:44:23.438Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-07-02T12:44:23.438Z] #39 DONE 0.2s [2021-07-02T12:44:23.438Z] [2021-07-02T12:44:23.438Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:44:23.438Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-07-02T12:44:25.839Z] #29 7.871 0.0% # 2.3% ## 3.5% #### 5.8% ##### 7.6% ####### 10.1% ######## 11.9% ######### 13.5% ########### 15.3% ############ 17.2% ############# 19.1% ############### 21.6% ################ 23.4% ################## 25.3% ################### 27.2% #################### 29.0% ###################### 30.9% ####################### 32.7% ######################## 33.9% ######################### 35.8% ########################### 37.7% ############################ 39.6% ############################# 41.4% ############################### 43.3% ################################ 45.2% ################################# 47.0% ################################### 48.9% #################################### 50.8% ##################################### 52.0% ###################################### 53.9% ######################################## 56.4% ######################################### 58.3% ########################################## 58.9% ########################################### 60.8% ############################################ 62.0% ############################################## 64.5% ################################################ 67.6% ################################################## 70.1% #################################################### 72.6% ###################################################### 75.1% ######################################################## 78.2% ########################################################## 81.3% ########################################################### 83.2% ############################################################# 85.0% ############################################################## 86.9% ############################################################### 88.8% ################################################################# 91.2% ################################################################### 93.1% #################################################################### 95.6% ###################################################################### 97.5% ####################################################################### 99.3% ######################################################################## 100.0% [2021-07-02T12:44:25.839Z] #29 ... [2021-07-02T12:44:25.839Z] [2021-07-02T12:44:25.839Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:44:25.839Z] #34 sha256:a9a78e444d8d0203db996d5781521c6c7c8020489801df55a7cd4bcdd82cbc4f [2021-07-02T12:44:25.839Z] #34 2.760 + RM_GOPATH=0 [2021-07-02T12:44:25.839Z] #34 2.760 + TMP_GOPATH= [2021-07-02T12:44:25.839Z] #34 2.760 + : /build [2021-07-02T12:44:25.839Z] #34 2.760 + '[' -z '' ']' [2021-07-02T12:44:25.839Z] #34 2.762 ++ mktemp -d [2021-07-02T12:44:25.839Z] #34 2.762 + export GOPATH=/tmp/tmp.ZgdE4QN6tw [2021-07-02T12:44:25.839Z] #34 2.762 + GOPATH=/tmp/tmp.ZgdE4QN6tw [2021-07-02T12:44:25.839Z] #34 2.762 + RM_GOPATH=1 [2021-07-02T12:44:25.839Z] #34 2.762 + case "$(go env GOARCH)" in [2021-07-02T12:44:25.839Z] #34 2.762 ++ go env GOARCH [2021-07-02T12:44:25.839Z] #34 2.774 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-07-02T12:44:25.839Z] #34 2.775 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:25.839Z] #34 2.775 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:25.839Z] #34 2.775 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:25.839Z] #34 2.775 + dir=/tmp/install [2021-07-02T12:44:25.839Z] #34 2.775 + bin=tomlv [2021-07-02T12:44:25.839Z] #34 2.775 + shift [2021-07-02T12:44:25.839Z] #34 2.775 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-07-02T12:44:25.839Z] #34 2.775 + . /tmp/install/tomlv.installer [2021-07-02T12:44:25.839Z] #34 2.775 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-07-02T12:44:25.839Z] #34 2.775 + install_tomlv [2021-07-02T12:44:25.839Z] #34 2.775 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-07-02T12:44:25.839Z] #34 2.775 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ZgdE4QN6tw/src/github.com/BurntSushi/toml [2021-07-02T12:44:25.839Z] #34 2.783 Cloning into '/tmp/tmp.ZgdE4QN6tw/src/github.com/BurntSushi/toml'... [2021-07-02T12:44:25.839Z] #34 3.703 + cd /tmp/tmp.ZgdE4QN6tw/src/github.com/BurntSushi/toml [2021-07-02T12:44:25.839Z] #34 3.703 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-07-02T12:44:25.839Z] #34 3.709 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-07-02T12:44:25.839Z] #34 4.203 runtime/internal/atomic [2021-07-02T12:44:25.839Z] #34 4.204 internal/cpu [2021-07-02T12:44:25.839Z] #34 4.404 runtime/internal/sys [2021-07-02T12:44:25.839Z] #34 4.554 runtime/internal/math [2021-07-02T12:44:25.839Z] #34 4.619 internal/bytealg [2021-07-02T12:44:25.839Z] #34 4.623 math/bits [2021-07-02T12:44:25.839Z] #34 4.946 runtime [2021-07-02T12:44:25.839Z] #34 5.003 math [2021-07-02T12:44:25.839Z] #34 8.822 internal/testlog [2021-07-02T12:44:25.839Z] #34 9.034 encoding [2021-07-02T12:44:25.839Z] #34 9.146 runtime/cgo [2021-07-02T12:44:26.132Z] #34 ... [2021-07-02T12:44:26.132Z] [2021-07-02T12:44:26.132Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:44:26.132Z] #49 sha256:e4cc575c2f9defa65b204aa1968d0163420dcbb9472e36cf3f7c989fba2e3a42 [2021-07-02T12:44:26.132Z] #49 2.373 + RM_GOPATH=0 [2021-07-02T12:44:26.132Z] #49 2.373 + TMP_GOPATH= [2021-07-02T12:44:26.132Z] #49 2.373 + : /build [2021-07-02T12:44:26.132Z] #49 2.373 + '[' -z '' ']' [2021-07-02T12:44:26.132Z] #49 2.373 ++ mktemp -d [2021-07-02T12:44:26.132Z] #49 2.373 + export GOPATH=/tmp/tmp.ehrBo7Rkbd [2021-07-02T12:44:26.132Z] #49 2.373 + GOPATH=/tmp/tmp.ehrBo7Rkbd [2021-07-02T12:44:26.132Z] #49 2.373 + RM_GOPATH=1 [2021-07-02T12:44:26.132Z] #49 2.373 + case "$(go env GOARCH)" in [2021-07-02T12:44:26.132Z] #49 2.373 ++ go env GOARCH [2021-07-02T12:44:26.132Z] #49 2.373 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:26.132Z] #49 2.373 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:26.132Z] #49 2.376 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:26.132Z] #49 2.381 + dir=/tmp/install [2021-07-02T12:44:26.132Z] #49 2.381 + bin=golangci_lint [2021-07-02T12:44:26.132Z] #49 2.381 + shift [2021-07-02T12:44:26.132Z] #49 2.381 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-07-02T12:44:26.132Z] #49 2.381 + . /tmp/install/golangci_lint.installer [2021-07-02T12:44:26.132Z] #49 2.381 ++ : v1.23.8 [2021-07-02T12:44:26.132Z] #49 2.381 + install_golangci_lint [2021-07-02T12:44:26.132Z] #49 2.381 + set -e [2021-07-02T12:44:26.132Z] #49 2.381 + export GO111MODULE=on [2021-07-02T12:44:26.132Z] #49 2.381 + GO111MODULE=on [2021-07-02T12:44:26.132Z] #49 2.381 + GOBIN=/build [2021-07-02T12:44:26.132Z] #49 2.381 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-07-02T12:44:26.132Z] #49 2.382 go: finding github.com v1.23.8 [2021-07-02T12:44:26.132Z] #49 2.388 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-07-02T12:44:26.132Z] #49 2.388 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-07-02T12:44:26.132Z] #49 2.388 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-07-02T12:44:26.132Z] #49 2.388 go: finding github.com/golangci v1.23.8 [2021-07-02T12:44:26.132Z] #49 2.820 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-07-02T12:44:26.132Z] #49 3.359 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-07-02T12:44:26.132Z] #49 6.328 go: downloading github.com/spf13/cobra v0.0.5 [2021-07-02T12:44:26.132Z] #49 6.354 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-07-02T12:44:26.132Z] #49 6.359 go: downloading github.com/fatih/color v1.7.0 [2021-07-02T12:44:26.132Z] #49 6.387 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-07-02T12:44:26.132Z] #49 6.408 go: downloading github.com/spf13/pflag v1.0.5 [2021-07-02T12:44:26.132Z] #49 6.413 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-02T12:44:26.132Z] #49 6.417 go: downloading github.com/pkg/errors v0.8.1 [2021-07-02T12:44:26.132Z] #49 6.454 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-02T12:44:26.132Z] #49 6.488 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-02T12:44:26.132Z] #49 6.627 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-07-02T12:44:26.132Z] #49 6.675 go: downloading github.com/spf13/viper v1.6.1 [2021-07-02T12:44:26.132Z] #49 6.694 go: extracting github.com/fatih/color v1.7.0 [2021-07-02T12:44:26.132Z] #49 6.706 go: extracting github.com/spf13/cobra v0.0.5 [2021-07-02T12:44:26.132Z] #49 6.707 go: extracting github.com/pkg/errors v0.8.1 [2021-07-02T12:44:26.132Z] #49 6.733 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-07-02T12:44:26.132Z] #49 6.736 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-02T12:44:26.132Z] #49 6.761 go: downloading github.com/stretchr/testify v1.4.0 [2021-07-02T12:44:26.132Z] #49 6.957 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-07-02T12:44:26.132Z] #49 7.007 go: extracting github.com/spf13/pflag v1.0.5 [2021-07-02T12:44:26.132Z] #49 7.065 go: extracting github.com/spf13/viper v1.6.1 [2021-07-02T12:44:26.132Z] #49 7.285 go: extracting github.com/stretchr/testify v1.4.0 [2021-07-02T12:44:26.132Z] #49 7.306 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-07-02T12:44:26.132Z] #49 7.314 go: downloading github.com/subosito/gotenv v1.2.0 [2021-07-02T12:44:26.132Z] #49 7.368 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-07-02T12:44:26.132Z] #49 7.662 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-07-02T12:44:26.132Z] #49 7.683 go: extracting github.com/subosito/gotenv v1.2.0 [2021-07-02T12:44:26.132Z] #49 7.684 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-02T12:44:26.132Z] #49 7.684 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-07-02T12:44:26.132Z] #49 7.755 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-07-02T12:44:26.132Z] #49 7.813 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-02T12:44:26.132Z] #49 7.824 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-07-02T12:44:26.132Z] #49 7.832 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-02T12:44:26.132Z] #49 7.886 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-02T12:44:26.132Z] #49 7.889 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-02T12:44:26.132Z] #49 7.936 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-07-02T12:44:26.132Z] #49 8.005 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-02T12:44:26.132Z] #49 8.076 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-02T12:44:26.132Z] #49 8.511 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-02T12:44:26.132Z] #49 8.919 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-02T12:44:26.132Z] #49 9.958 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-02T12:44:26.132Z] #49 10.25 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-02T12:44:26.132Z] #49 ... [2021-07-02T12:44:26.132Z] [2021-07-02T12:44:26.132Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-07-02T12:44:26.132Z] #55 sha256:7aa06de600cf373a6956769a3c622c16e800fcd73fd3931bfce318619bfa78c8 [2021-07-02T12:44:26.132Z] #55 3.127 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-02T12:44:26.132Z] #55 3.152 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-02T12:44:26.132Z] #55 3.247 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-02T12:44:26.132Z] #55 3.826 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-02T12:44:26.132Z] #55 5.506 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-02T12:44:26.132Z] #55 7.413 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-02T12:44:26.425Z] #55 ... [2021-07-02T12:44:26.425Z] [2021-07-02T12:44:26.425Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:44:26.425Z] #36 sha256:4e837319d21c53da7fdc70c134e46cd4046670577523d333c656836a6925ef46 [2021-07-02T12:44:26.425Z] #36 3.270 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-02T12:44:26.425Z] #36 3.300 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-02T12:44:26.425Z] #36 3.327 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-02T12:44:26.425Z] #36 3.879 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-02T12:44:26.425Z] #36 5.407 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-02T12:44:26.425Z] #36 7.320 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-02T12:44:26.425Z] #36 ... [2021-07-02T12:44:26.425Z] [2021-07-02T12:44:26.425Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-07-02T12:44:26.425Z] #67 sha256:58487c307783a689c89935e76d278d12205240561aa61012f55e20a07d530c78 [2021-07-02T12:44:26.425Z] #67 2.103 + RM_GOPATH=0 [2021-07-02T12:44:26.425Z] #67 2.103 + TMP_GOPATH= [2021-07-02T12:44:26.425Z] #67 2.103 + : /build [2021-07-02T12:44:26.425Z] #67 2.103 + '[' -z '' ']' [2021-07-02T12:44:26.425Z] #67 2.103 ++ mktemp -d [2021-07-02T12:44:26.425Z] #67 2.107 + export GOPATH=/tmp/tmp.aImjCg5QGd [2021-07-02T12:44:26.425Z] #67 2.107 + GOPATH=/tmp/tmp.aImjCg5QGd [2021-07-02T12:44:26.425Z] #67 2.107 + RM_GOPATH=1 [2021-07-02T12:44:26.425Z] #67 2.107 + case "$(go env GOARCH)" in [2021-07-02T12:44:26.425Z] #67 2.111 ++ go env GOARCH [2021-07-02T12:44:26.425Z] #67 2.116 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:26.425Z] #67 2.116 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:26.425Z] #67 2.116 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:26.425Z] #67 2.117 + dir=/tmp/install [2021-07-02T12:44:26.425Z] #67 2.117 + bin=proxy [2021-07-02T12:44:26.425Z] #67 2.117 + shift [2021-07-02T12:44:26.425Z] #67 2.117 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-07-02T12:44:26.425Z] #67 2.117 + . /tmp/install/proxy.installer [2021-07-02T12:44:26.425Z] #67 2.117 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-07-02T12:44:26.425Z] #67 2.117 + install_proxy [2021-07-02T12:44:26.425Z] #67 2.117 + case "$1" in [2021-07-02T12:44:26.425Z] #67 2.117 + export CGO_ENABLED=0 [2021-07-02T12:44:26.425Z] #67 2.117 + CGO_ENABLED=0 [2021-07-02T12:44:26.426Z] #67 2.117 + _install_proxy [2021-07-02T12:44:26.426Z] #67 2.117 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-07-02T12:44:26.426Z] #67 2.117 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.aImjCg5QGd/src/github.com/docker/libnetwork [2021-07-02T12:44:26.426Z] #67 2.117 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-07-02T12:44:26.426Z] #67 2.120 Cloning into '/tmp/tmp.aImjCg5QGd/src/github.com/docker/libnetwork'... [2021-07-02T12:44:26.718Z] #67 ... [2021-07-02T12:44:26.718Z] [2021-07-02T12:44:26.718Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:26.718Z] #42 sha256:1542285c14d1468d46382b19b8ba1862db088793040cb25dd467768ab9137a5f [2021-07-02T12:44:26.718Z] #42 3.347 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-02T12:44:26.718Z] #42 3.379 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-02T12:44:26.718Z] #42 3.389 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-02T12:44:26.718Z] #42 4.048 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-02T12:44:26.718Z] #42 5.891 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-02T12:44:26.718Z] #42 7.441 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-02T12:44:26.718Z] #42 ... [2021-07-02T12:44:26.718Z] [2021-07-02T12:44:26.718Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-07-02T12:44:26.718Z] #58 sha256:27de5ef27035abe55fc419e7eba31b9247a58c8b8036b02997782b81bd851f1f [2021-07-02T12:44:26.718Z] #58 2.592 + RM_GOPATH=0 [2021-07-02T12:44:26.718Z] #58 2.592 + TMP_GOPATH= [2021-07-02T12:44:26.718Z] #58 2.592 + : /build [2021-07-02T12:44:26.719Z] #58 2.592 + '[' -z '' ']' [2021-07-02T12:44:26.719Z] #58 2.592 ++ mktemp -d [2021-07-02T12:44:26.719Z] #58 2.600 + export GOPATH=/tmp/tmp.xTfekwkta2 [2021-07-02T12:44:26.719Z] #58 2.600 + GOPATH=/tmp/tmp.xTfekwkta2 [2021-07-02T12:44:26.719Z] #58 2.600 + RM_GOPATH=1 [2021-07-02T12:44:26.719Z] #58 2.600 + case "$(go env GOARCH)" in [2021-07-02T12:44:26.719Z] #58 2.600 ++ go env GOARCH [2021-07-02T12:44:26.719Z] #58 2.632 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-07-02T12:44:26.719Z] #58 2.632 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:26.719Z] #58 2.632 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:26.719Z] #58 2.632 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:26.719Z] #58 2.632 + dir=/tmp/install [2021-07-02T12:44:26.719Z] #58 2.632 + bin=rootlesskit [2021-07-02T12:44:26.719Z] #58 2.632 + shift [2021-07-02T12:44:26.719Z] #58 2.632 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-07-02T12:44:26.719Z] #58 2.632 + . /tmp/install/rootlesskit.installer [2021-07-02T12:44:26.719Z] #58 2.632 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-07-02T12:44:26.719Z] #58 2.632 + install_rootlesskit [2021-07-02T12:44:26.719Z] #58 2.632 + case "$1" in [2021-07-02T12:44:26.719Z] #58 2.632 + export CGO_ENABLED=0 [2021-07-02T12:44:26.719Z] #58 2.632 + CGO_ENABLED=0 [2021-07-02T12:44:26.719Z] #58 2.632 + _install_rootlesskit [2021-07-02T12:44:26.719Z] #58 2.632 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-07-02T12:44:26.719Z] #58 2.632 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.xTfekwkta2/src/github.com/rootless-containers/rootlesskit [2021-07-02T12:44:26.719Z] #58 2.632 Cloning into '/tmp/tmp.xTfekwkta2/src/github.com/rootless-containers/rootlesskit'... [2021-07-02T12:44:26.719Z] #58 5.289 + cd /tmp/tmp.xTfekwkta2/src/github.com/rootless-containers/rootlesskit [2021-07-02T12:44:26.719Z] #58 5.289 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-07-02T12:44:26.719Z] #58 5.404 + export GO111MODULE=on [2021-07-02T12:44:26.719Z] #58 5.404 + GO111MODULE=on [2021-07-02T12:44:26.719Z] #58 5.404 + export GOPROXY=https://proxy.golang.org [2021-07-02T12:44:26.719Z] #58 5.404 + GOPROXY=https://proxy.golang.org [2021-07-02T12:44:26.719Z] #58 5.404 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-02T12:44:26.719Z] #58 5.405 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-07-02T12:44:26.719Z] #58 6.738 go: downloading github.com/pkg/errors v0.9.1 [2021-07-02T12:44:26.719Z] #58 6.756 go: downloading github.com/gofrs/flock v0.8.0 [2021-07-02T12:44:26.719Z] #58 6.771 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-07-02T12:44:26.719Z] #58 6.784 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-07-02T12:44:26.719Z] #58 6.788 go: downloading github.com/moby/vpnkit v0.5.0 [2021-07-02T12:44:26.719Z] #58 6.794 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-02T12:44:26.719Z] #58 6.794 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-02T12:44:26.719Z] #58 6.794 go: downloading github.com/google/uuid v1.2.0 [2021-07-02T12:44:26.719Z] #58 6.861 go: extracting github.com/gofrs/flock v0.8.0 [2021-07-02T12:44:26.719Z] #58 6.865 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-02T12:44:26.719Z] #58 6.947 go: extracting github.com/pkg/errors v0.9.1 [2021-07-02T12:44:26.719Z] #58 7.104 go: downloading github.com/gorilla/mux v1.8.0 [2021-07-02T12:44:26.719Z] #58 7.122 go: extracting github.com/google/uuid v1.2.0 [2021-07-02T12:44:26.719Z] #58 7.143 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-07-02T12:44:26.719Z] #58 7.166 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-02T12:44:26.719Z] #58 7.251 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-07-02T12:44:26.719Z] #58 7.681 go: extracting github.com/gorilla/mux v1.8.0 [2021-07-02T12:44:26.719Z] #58 7.931 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-02T12:44:26.719Z] #58 8.024 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-07-02T12:44:26.719Z] #58 8.525 go: extracting github.com/moby/vpnkit v0.5.0 [2021-07-02T12:44:26.719Z] #58 8.764 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-07-02T12:44:26.719Z] #58 8.793 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-02T12:44:26.719Z] #58 9.106 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-02T12:44:26.719Z] #58 10.13 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-07-02T12:44:27.012Z] #58 ... [2021-07-02T12:44:27.012Z] [2021-07-02T12:44:27.012Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-07-02T12:44:27.012Z] #24 sha256:92ceae0009fe0f1997df09ec74bd5392c7ce6a8290f81c32fc1e6b67552c6a99 [2021-07-02T12:44:27.012Z] #24 3.089 + RM_GOPATH=0 [2021-07-02T12:44:27.012Z] #24 3.090 + TMP_GOPATH= [2021-07-02T12:44:27.012Z] #24 3.090 + : /build [2021-07-02T12:44:27.012Z] #24 3.090 + '[' -z '' ']' [2021-07-02T12:44:27.012Z] #24 3.090 ++ mktemp -d [2021-07-02T12:44:27.012Z] #24 3.091 + export GOPATH=/tmp/tmp.IW0bM6pPrO [2021-07-02T12:44:27.012Z] #24 3.091 + GOPATH=/tmp/tmp.IW0bM6pPrO [2021-07-02T12:44:27.012Z] #24 3.091 + RM_GOPATH=1 [2021-07-02T12:44:27.012Z] #24 3.091 + case "$(go env GOARCH)" in [2021-07-02T12:44:27.012Z] #24 3.091 ++ go env GOARCH [2021-07-02T12:44:27.012Z] #24 3.108 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:27.012Z] #24 3.108 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:27.012Z] #24 3.108 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:27.012Z] #24 3.115 + dir=/tmp/install [2021-07-02T12:44:27.012Z] #24 3.115 + bin=dockercli [2021-07-02T12:44:27.012Z] #24 3.115 + shift [2021-07-02T12:44:27.012Z] #24 3.115 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-07-02T12:44:27.012Z] #24 3.115 + . /tmp/install/dockercli.installer [2021-07-02T12:44:27.012Z] #24 3.115 ++ : stable [2021-07-02T12:44:27.012Z] #24 3.115 ++ : 17.06.2-ce [2021-07-02T12:44:27.012Z] #24 3.115 + install_dockercli [2021-07-02T12:44:27.012Z] #24 3.115 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-07-02T12:44:27.012Z] #24 3.115 Install docker/cli version 17.06.2-ce from stable [2021-07-02T12:44:27.012Z] #24 3.115 ++ uname -m [2021-07-02T12:44:27.012Z] #24 3.115 + arch=s390x [2021-07-02T12:44:27.012Z] #24 3.115 + '[' s390x '!=' x86_64 ']' [2021-07-02T12:44:27.012Z] #24 3.115 + '[' s390x '!=' s390x ']' [2021-07-02T12:44:27.012Z] #24 3.115 + url=https://download.docker.com/linux/static [2021-07-02T12:44:27.012Z] #24 3.116 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-07-02T12:44:27.012Z] #24 3.116 + tar -xz docker/docker [2021-07-02T12:44:27.012Z] #24 ... [2021-07-02T12:44:27.012Z] [2021-07-02T12:44:27.012Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:44:27.012Z] #40 sha256:08ea1d7bde110f09cde233c4f18f89839aa9270634bf99cf68b0432da7840a2c [2021-07-02T12:44:27.012Z] #40 2.946 + git clone https://github.com/docker/distribution.git . [2021-07-02T12:44:27.012Z] #40 2.951 Cloning into '.'... [2021-07-02T12:44:27.305Z] #40 ... [2021-07-02T12:44:27.305Z] [2021-07-02T12:44:27.305Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:44:27.305Z] #13 sha256:8c0c708ce89c0495df6820f33e1f1c23af900312056c5762832e92372b9cf2ee [2021-07-02T12:44:27.305Z] #13 2.313 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-02T12:44:27.305Z] #13 2.884 Get:2 http://deb.debian.org/debian buster-backports/main s390x Packages [449 kB] [2021-07-02T12:44:27.305Z] #13 3.333 Get:3 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-02T12:44:27.305Z] #13 3.452 Get:4 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-02T12:44:27.305Z] #13 3.470 Get:5 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-02T12:44:27.305Z] #13 4.244 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-02T12:44:27.305Z] #13 6.627 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-02T12:44:27.305Z] #13 8.618 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-02T12:44:27.305Z] #13 ... [2021-07-02T12:44:27.305Z] [2021-07-02T12:44:27.305Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:44:27.305Z] #32 sha256:9f23364269c9f08f69e0d519b0909d23964b8ca6a3095a61039e5d5a9c76c9de [2021-07-02T12:44:27.305Z] #32 3.019 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-07-02T12:44:27.305Z] #32 3.020 Cloning into '.'... [2021-07-02T12:44:27.598Z] #32 ... [2021-07-02T12:44:27.598Z] [2021-07-02T12:44:27.598Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:44:27.598Z] #51 sha256:8239ea997d7440893ae7e813927cc475e8558687915214d1507fff782b128be9 [2021-07-02T12:44:27.598Z] #51 1.714 + RM_GOPATH=0 [2021-07-02T12:44:27.598Z] #51 1.714 + TMP_GOPATH= [2021-07-02T12:44:27.598Z] #51 1.714 + : /build [2021-07-02T12:44:27.598Z] #51 1.714 + '[' -z '' ']' [2021-07-02T12:44:27.598Z] #51 1.714 ++ mktemp -d [2021-07-02T12:44:27.598Z] #51 1.716 + export GOPATH=/tmp/tmp.D2QLxA4tgZ [2021-07-02T12:44:27.598Z] #51 1.716 + GOPATH=/tmp/tmp.D2QLxA4tgZ [2021-07-02T12:44:27.598Z] #51 1.716 + RM_GOPATH=1 [2021-07-02T12:44:27.598Z] #51 1.716 + case "$(go env GOARCH)" in [2021-07-02T12:44:27.598Z] #51 1.717 ++ go env GOARCH [2021-07-02T12:44:27.598Z] #51 1.722 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:27.598Z] #51 1.722 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:27.598Z] #51 1.722 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:27.598Z] #51 1.722 + dir=/tmp/install [2021-07-02T12:44:27.598Z] #51 1.722 + bin=shfmt [2021-07-02T12:44:27.598Z] #51 1.722 + shift [2021-07-02T12:44:27.598Z] #51 1.722 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-07-02T12:44:27.598Z] #51 1.722 + . /tmp/install/shfmt.installer [2021-07-02T12:44:27.598Z] #51 1.722 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-02T12:44:27.598Z] #51 1.722 + install_shfmt [2021-07-02T12:44:27.598Z] #51 1.723 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-07-02T12:44:27.598Z] #51 1.723 + git clone https://github.com/mvdan/sh.git /tmp/tmp.D2QLxA4tgZ/src/github.com/mvdan/sh [2021-07-02T12:44:27.598Z] #51 1.723 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-02T12:44:27.598Z] #51 1.725 Cloning into '/tmp/tmp.D2QLxA4tgZ/src/github.com/mvdan/sh'... [2021-07-02T12:44:27.598Z] #51 6.875 + cd /tmp/tmp.D2QLxA4tgZ/src/github.com/mvdan/sh [2021-07-02T12:44:27.598Z] #51 6.875 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-02T12:44:27.598Z] #51 6.972 + GO111MODULE=on [2021-07-02T12:44:27.598Z] #51 6.972 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-07-02T12:44:27.598Z] #51 7.981 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-02T12:44:27.598Z] #51 8.045 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-02T12:44:27.598Z] #51 8.057 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-02T12:44:27.598Z] #51 8.165 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-02T12:44:27.598Z] #51 8.173 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-02T12:44:27.598Z] #51 8.958 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-02T12:44:27.598Z] #51 9.558 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-02T12:44:27.598Z] #51 10.57 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-02T12:44:27.598Z] #51 11.74 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-02T12:44:27.598Z] #51 ... [2021-07-02T12:44:27.598Z] [2021-07-02T12:44:27.598Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:44:27.598Z] #45 sha256:2e45010c12b2ea669c466de827a3dcdd1332349562d424fc0f7b49907593f31a [2021-07-02T12:44:27.598Z] #45 2.763 + RM_GOPATH=0 [2021-07-02T12:44:27.598Z] #45 2.763 + TMP_GOPATH= [2021-07-02T12:44:27.598Z] #45 2.763 + : /build [2021-07-02T12:44:27.598Z] #45 2.763 + '[' -z '' ']' [2021-07-02T12:44:27.598Z] #45 2.763 ++ mktemp -d [2021-07-02T12:44:27.598Z] #45 2.764 + export GOPATH=/tmp/tmp.g8jau88JRU [2021-07-02T12:44:27.598Z] #45 2.764 + GOPATH=/tmp/tmp.g8jau88JRU [2021-07-02T12:44:27.598Z] #45 2.764 + RM_GOPATH=1 [2021-07-02T12:44:27.598Z] #45 2.765 + case "$(go env GOARCH)" in [2021-07-02T12:44:27.598Z] #45 2.765 ++ go env GOARCH [2021-07-02T12:44:27.598Z] #45 2.774 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:27.598Z] #45 2.774 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:27.598Z] #45 2.774 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:27.598Z] #45 2.783 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-02T12:44:27.598Z] #45 2.783 + dir=/tmp/install [2021-07-02T12:44:27.598Z] #45 2.783 + bin=vndr [2021-07-02T12:44:27.598Z] #45 2.783 + shift [2021-07-02T12:44:27.598Z] #45 2.783 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-07-02T12:44:27.598Z] #45 2.783 + . /tmp/install/vndr.installer [2021-07-02T12:44:27.598Z] #45 2.783 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-02T12:44:27.598Z] #45 2.783 + install_vndr [2021-07-02T12:44:27.598Z] #45 2.783 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-07-02T12:44:27.598Z] #45 2.783 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.g8jau88JRU/src/github.com/LK4D4/vndr [2021-07-02T12:44:27.598Z] #45 2.783 Cloning into '/tmp/tmp.g8jau88JRU/src/github.com/LK4D4/vndr'... [2021-07-02T12:44:27.598Z] #45 3.406 + cd /tmp/tmp.g8jau88JRU/src/github.com/LK4D4/vndr [2021-07-02T12:44:27.598Z] #45 3.406 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-02T12:44:27.598Z] #45 3.420 + go build -buildmode=pie -v -o /build/vndr . [2021-07-02T12:44:27.598Z] #45 4.226 internal/cpu [2021-07-02T12:44:27.598Z] #45 4.235 runtime/internal/atomic [2021-07-02T12:44:27.598Z] #45 4.394 runtime/internal/sys [2021-07-02T12:44:27.598Z] #45 4.543 runtime/internal/math [2021-07-02T12:44:27.598Z] #45 4.589 internal/race [2021-07-02T12:44:27.598Z] #45 4.653 internal/bytealg [2021-07-02T12:44:27.598Z] #45 4.660 sync/atomic [2021-07-02T12:44:27.598Z] #45 4.807 unicode [2021-07-02T12:44:27.598Z] #45 4.946 runtime [2021-07-02T12:44:27.598Z] #45 7.303 unicode/utf8 [2021-07-02T12:44:27.598Z] #45 7.739 math [2021-07-02T12:44:27.598Z] #45 11.60 unicode/utf16 [2021-07-02T12:44:27.622Z] #40 ... [2021-07-02T12:44:27.622Z] [2021-07-02T12:44:27.622Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-07-02T12:44:27.622Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-07-02T12:44:27.622Z] #12 DONE 4.0s [2021-07-02T12:44:27.622Z] [2021-07-02T12:44:27.622Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:44:27.622Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:44:27.893Z] #45 11.86 container/list [2021-07-02T12:44:27.894Z] #45 ... [2021-07-02T12:44:27.894Z] [2021-07-02T12:44:27.894Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-07-02T12:44:27.894Z] #47 sha256:9d358a68e9c9d4d8c4cfbc8a9e97fa99fa90d8f5b96f0c2391a7adea1077f696 [2021-07-02T12:44:27.894Z] #47 2.298 + RM_GOPATH=0 [2021-07-02T12:44:27.894Z] #47 2.298 + TMP_GOPATH= [2021-07-02T12:44:27.894Z] #47 2.298 + : /build [2021-07-02T12:44:27.894Z] #47 2.298 + '[' -z '' ']' [2021-07-02T12:44:27.894Z] #47 2.298 ++ mktemp -d [2021-07-02T12:44:27.894Z] #47 2.298 + export GOPATH=/tmp/tmp.k7OWBjAhf7 [2021-07-02T12:44:27.894Z] #47 2.298 + GOPATH=/tmp/tmp.k7OWBjAhf7 [2021-07-02T12:44:27.894Z] #47 2.298 + RM_GOPATH=1 [2021-07-02T12:44:27.894Z] #47 2.298 + case "$(go env GOARCH)" in [2021-07-02T12:44:27.894Z] #47 2.298 ++ go env GOARCH [2021-07-02T12:44:27.894Z] #47 2.314 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:27.894Z] #47 2.314 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:27.894Z] #47 2.314 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:27.894Z] #47 2.314 + dir=/tmp/install [2021-07-02T12:44:27.894Z] #47 2.314 + bin=gotestsum [2021-07-02T12:44:27.894Z] #47 2.314 + shift [2021-07-02T12:44:27.894Z] #47 2.314 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-07-02T12:44:27.894Z] #47 2.314 + . /tmp/install/gotestsum.installer [2021-07-02T12:44:27.894Z] #47 2.314 ++ : v0.5.3 [2021-07-02T12:44:27.894Z] #47 2.314 + install_gotestsum [2021-07-02T12:44:27.894Z] #47 2.321 + set -e [2021-07-02T12:44:27.894Z] #47 2.321 + export GO111MODULE=on [2021-07-02T12:44:27.894Z] #47 2.321 + GO111MODULE=on [2021-07-02T12:44:27.894Z] #47 2.321 + GOBIN=/build [2021-07-02T12:44:27.894Z] #47 2.321 + go get gotest.tools/gotestsum@v0.5.3 [2021-07-02T12:44:27.894Z] #47 2.340 go: finding gotest.tools/gotestsum v0.5.3 [2021-07-02T12:44:27.894Z] #47 2.341 go: finding gotest.tools v0.5.3 [2021-07-02T12:44:27.894Z] #47 2.653 go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-02T12:44:27.894Z] #47 3.306 go: extracting gotest.tools/gotestsum v0.5.3 [2021-07-02T12:44:27.894Z] #47 3.663 go: downloading github.com/fatih/color v1.9.0 [2021-07-02T12:44:27.894Z] #47 3.665 go: downloading github.com/pkg/errors v0.9.1 [2021-07-02T12:44:27.894Z] #47 3.669 go: downloading github.com/spf13/pflag v1.0.3 [2021-07-02T12:44:27.894Z] #47 3.701 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-02T12:44:27.894Z] #47 3.722 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-02T12:44:27.894Z] #47 3.781 go: extracting github.com/fatih/color v1.9.0 [2021-07-02T12:44:27.894Z] #47 3.805 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-02T12:44:27.894Z] #47 3.871 go: extracting github.com/pkg/errors v0.9.1 [2021-07-02T12:44:27.894Z] #47 3.888 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-02T12:44:27.894Z] #47 3.903 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-07-02T12:44:27.894Z] #47 3.914 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-02T12:44:27.894Z] #47 3.923 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-02T12:44:27.894Z] #47 3.954 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-02T12:44:27.894Z] #47 3.957 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-02T12:44:27.894Z] #47 4.003 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-02T12:44:27.894Z] #47 4.078 go: extracting github.com/spf13/pflag v1.0.3 [2021-07-02T12:44:27.894Z] #47 4.171 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-07-02T12:44:27.894Z] #47 4.433 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-02T12:44:27.894Z] #47 4.453 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-07-02T12:44:27.894Z] #47 5.446 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-02T12:44:27.894Z] #47 6.261 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-02T12:44:27.894Z] #47 6.424 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-02T12:44:27.894Z] #47 9.464 go: finding github.com/fatih/color v1.9.0 [2021-07-02T12:44:27.894Z] #47 9.470 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-02T12:44:27.894Z] #47 9.566 go: finding github.com/pkg/errors v0.9.1 [2021-07-02T12:44:27.894Z] #47 9.626 go: finding github.com/mattn/go-colorable v0.1.6 [2021-07-02T12:44:27.894Z] #47 9.627 go: finding github.com/spf13/pflag v1.0.3 [2021-07-02T12:44:27.894Z] #47 9.660 go: finding github.com/mattn/go-isatty v0.0.12 [2021-07-02T12:44:27.894Z] #47 9.783 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-02T12:44:27.894Z] #47 9.978 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-07-02T12:44:27.894Z] #47 10.07 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-02T12:44:27.894Z] #47 10.07 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-02T12:44:27.894Z] #47 10.08 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-02T12:44:27.894Z] #47 ... [2021-07-02T12:44:27.894Z] [2021-07-02T12:44:27.894Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:44:27.894Z] #51 sha256:8239ea997d7440893ae7e813927cc475e8558687915214d1507fff782b128be9 [2021-07-02T12:44:27.894Z] #51 11.86 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-02T12:44:27.894Z] #51 11.93 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-02T12:44:28.186Z] #51 12.09 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-02T12:44:28.490Z] #51 12.58 runtime [2021-07-02T12:44:28.490Z] #51 12.60 runtime/cgo [2021-07-02T12:44:30.902Z] #13 3.314 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-07-02T12:44:30.902Z] #13 3.317 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-07-02T12:44:30.902Z] #13 3.317 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-07-02T12:44:30.902Z] #13 3.317 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-07-02T12:44:32.024Z] #51 ... [2021-07-02T12:44:32.024Z] [2021-07-02T12:44:32.024Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-07-02T12:44:32.024Z] #24 sha256:92ceae0009fe0f1997df09ec74bd5392c7ce6a8290f81c32fc1e6b67552c6a99 [2021-07-02T12:44:32.024Z] #24 14.19 + mkdir -p /build [2021-07-02T12:44:32.024Z] #24 14.20 + mv docker/docker /build/ [2021-07-02T12:44:32.024Z] #24 14.20 + rmdir docker [2021-07-02T12:44:32.024Z] #24 DONE 15.5s [2021-07-02T12:44:32.024Z] [2021-07-02T12:44:32.024Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:44:32.024Z] #49 sha256:e4cc575c2f9defa65b204aa1968d0163420dcbb9472e36cf3f7c989fba2e3a42 [2021-07-02T12:44:32.024Z] #49 10.45 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-02T12:44:32.024Z] #49 10.55 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-07-02T12:44:32.024Z] #49 10.57 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-07-02T12:44:32.024Z] #49 10.58 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-07-02T12:44:32.024Z] #49 11.08 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-07-02T12:44:32.024Z] #49 11.90 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-07-02T12:44:32.024Z] #49 12.08 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-07-02T12:44:32.024Z] #49 12.47 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-02T12:44:32.024Z] #49 12.48 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.48 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.49 go: downloading github.com/ultraware/funlen v0.0.2 [2021-07-02T12:44:32.024Z] #49 12.49 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.49 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-02T12:44:32.024Z] #49 12.54 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-02T12:44:32.024Z] #49 12.64 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.65 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-02T12:44:32.024Z] #49 12.65 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-02T12:44:32.024Z] #49 12.65 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.65 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-02T12:44:32.024Z] #49 12.66 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-02T12:44:32.024Z] #49 12.67 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.68 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-02T12:44:32.024Z] #49 12.70 go: extracting github.com/ultraware/funlen v0.0.2 [2021-07-02T12:44:32.024Z] #49 12.77 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-02T12:44:32.024Z] #49 12.77 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-07-02T12:44:32.024Z] #49 12.78 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-02T12:44:32.024Z] #49 12.79 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-02T12:44:32.024Z] #49 12.79 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-02T12:44:32.024Z] #49 12.79 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.79 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.79 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-02T12:44:32.024Z] #49 12.81 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-07-02T12:44:32.024Z] #49 12.85 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-02T12:44:32.024Z] #49 12.86 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-07-02T12:44:32.024Z] #49 12.86 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-07-02T12:44:32.024Z] #49 12.86 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-07-02T12:44:32.024Z] #49 12.86 go: downloading github.com/magiconair/properties v1.8.1 [2021-07-02T12:44:32.024Z] #49 12.86 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-02T12:44:32.024Z] #49 12.95 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-02T12:44:32.024Z] #49 12.97 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-02T12:44:32.024Z] #49 12.97 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-02T12:44:32.024Z] #49 12.98 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-02T12:44:32.024Z] #49 13.07 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-02T12:44:32.024Z] #49 13.07 go: downloading github.com/stretchr/objx v0.2.0 [2021-07-02T12:44:32.024Z] #49 13.07 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-02T12:44:32.024Z] #49 13.08 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-07-02T12:44:32.024Z] #49 13.08 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-07-02T12:44:32.024Z] #49 13.08 go: extracting github.com/magiconair/properties v1.8.1 [2021-07-02T12:44:32.024Z] #49 13.08 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-02T12:44:32.024Z] #49 13.16 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-02T12:44:32.024Z] #49 13.16 go: downloading github.com/kisielk/gotool v1.0.0 [2021-07-02T12:44:32.024Z] #49 13.21 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-02T12:44:32.024Z] #49 13.22 go: downloading github.com/spf13/cast v1.3.0 [2021-07-02T12:44:32.024Z] #49 13.26 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-02T12:44:32.024Z] #49 13.33 go: extracting github.com/spf13/cast v1.3.0 [2021-07-02T12:44:32.024Z] #49 13.35 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-02T12:44:32.024Z] #49 13.36 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-02T12:44:32.024Z] #49 13.36 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-02T12:44:32.024Z] #49 13.39 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-02T12:44:32.024Z] #49 13.40 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-02T12:44:32.024Z] #49 13.41 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-02T12:44:32.024Z] #49 13.41 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-07-02T12:44:32.024Z] #49 13.41 go: extracting github.com/kisielk/gotool v1.0.0 [2021-07-02T12:44:32.024Z] #49 13.42 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-07-02T12:44:32.024Z] #49 13.42 go: extracting github.com/stretchr/objx v0.2.0 [2021-07-02T12:44:32.024Z] #49 13.46 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-02T12:44:32.024Z] #49 13.48 go: downloading golang.org/x/text v0.3.2 [2021-07-02T12:44:32.024Z] #49 13.50 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-02T12:44:32.024Z] #49 13.51 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-02T12:44:32.024Z] #49 13.51 go: downloading github.com/gogo/protobuf v1.2.1 [2021-07-02T12:44:32.024Z] #49 13.58 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-07-02T12:44:32.024Z] #49 13.58 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-02T12:44:32.024Z] #49 13.61 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-07-02T12:44:32.024Z] #49 13.69 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-02T12:44:32.024Z] #49 13.69 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-02T12:44:32.024Z] #49 13.86 go: downloading github.com/spf13/afero v1.1.2 [2021-07-02T12:44:32.024Z] #49 13.88 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-07-02T12:44:32.024Z] #49 14.03 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-07-02T12:44:32.024Z] #49 14.13 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-02T12:44:32.024Z] #49 14.16 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-07-02T12:44:32.024Z] #49 14.20 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-07-02T12:44:32.024Z] #49 14.23 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-02T12:44:32.024Z] #49 14.25 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-02T12:44:32.024Z] #49 14.30 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-02T12:44:32.024Z] #49 14.35 go: extracting github.com/spf13/afero v1.1.2 [2021-07-02T12:44:32.024Z] #49 14.48 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-07-02T12:44:32.024Z] #49 14.58 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-02T12:44:32.024Z] #49 14.68 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-07-02T12:44:32.024Z] #49 14.80 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-02T12:44:32.024Z] #49 14.81 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-02T12:44:32.024Z] #49 14.85 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-07-02T12:44:32.024Z] #49 14.90 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-02T12:44:32.024Z] #49 14.94 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-02T12:44:32.024Z] #49 15.32 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-02T12:44:32.024Z] #49 15.34 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-02T12:44:32.024Z] #49 15.34 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-07-02T12:44:32.024Z] #49 15.38 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-02T12:44:32.024Z] #49 15.46 go: downloading github.com/gobwas/glob v0.2.3 [2021-07-02T12:44:32.024Z] #49 15.68 go: extracting github.com/gobwas/glob v0.2.3 [2021-07-02T12:44:32.024Z] #49 15.86 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-07-02T12:44:32.024Z] #49 16.04 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-02T12:44:32.024Z] #49 16.06 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-02T12:44:32.024Z] #49 16.07 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-07-02T12:44:32.024Z] #49 16.09 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-02T12:44:32.024Z] #49 16.21 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-07-02T12:44:32.317Z] #49 16.43 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-02T12:44:32.610Z] #49 16.62 go: extracting github.com/gogo/protobuf v1.2.1 [2021-07-02T12:44:32.610Z] #49 16.67 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-07-02T12:44:32.795Z] #13 ... [2021-07-02T12:44:32.795Z] [2021-07-02T12:44:32.795Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-07-02T12:44:32.795Z] #47 sha256:8076c0455e41837c38e980948753f46c2ce69839a67f88f7fe5448d6a529ece1 [2021-07-02T12:44:32.795Z] #47 4.709 + RM_GOPATH=0 [2021-07-02T12:44:32.795Z] #47 4.709 + TMP_GOPATH= [2021-07-02T12:44:32.795Z] #47 4.709 + : /build [2021-07-02T12:44:32.795Z] #47 4.709 + '[' -z '' ']' [2021-07-02T12:44:32.795Z] #47 4.709 ++ mktemp -d [2021-07-02T12:44:32.795Z] #47 4.722 + export GOPATH=/tmp/tmp.2rVD8MRZ0e [2021-07-02T12:44:32.795Z] #47 4.722 + GOPATH=/tmp/tmp.2rVD8MRZ0e [2021-07-02T12:44:32.795Z] #47 4.722 + RM_GOPATH=1 [2021-07-02T12:44:32.795Z] #47 4.722 + case "$(go env GOARCH)" in [2021-07-02T12:44:32.795Z] #47 4.722 ++ go env GOARCH [2021-07-02T12:44:32.795Z] #47 4.749 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:32.795Z] #47 4.749 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:32.795Z] #47 4.749 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:32.795Z] #47 4.757 + dir=/tmp/install [2021-07-02T12:44:32.795Z] #47 4.757 + bin=gotestsum [2021-07-02T12:44:32.795Z] #47 4.757 + shift [2021-07-02T12:44:32.795Z] #47 4.757 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-07-02T12:44:32.795Z] #47 4.757 + . /tmp/install/gotestsum.installer [2021-07-02T12:44:32.795Z] #47 4.757 ++ : v0.5.3 [2021-07-02T12:44:32.795Z] #47 4.757 + install_gotestsum [2021-07-02T12:44:32.795Z] #47 4.757 + set -e [2021-07-02T12:44:32.795Z] #47 4.758 + export GO111MODULE=on [2021-07-02T12:44:32.795Z] #47 4.758 + GO111MODULE=on [2021-07-02T12:44:32.795Z] #47 4.758 + GOBIN=/build [2021-07-02T12:44:32.795Z] #47 4.758 + go get gotest.tools/gotestsum@v0.5.3 [2021-07-02T12:44:32.795Z] #47 4.776 go: finding gotest.tools/gotestsum v0.5.3 [2021-07-02T12:44:32.795Z] #47 4.776 go: finding gotest.tools v0.5.3 [2021-07-02T12:44:32.795Z] #47 5.598 go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-02T12:44:32.795Z] #47 6.147 go: extracting gotest.tools/gotestsum v0.5.3 [2021-07-02T12:44:32.795Z] #47 7.136 go: downloading github.com/pkg/errors v0.9.1 [2021-07-02T12:44:32.795Z] #47 7.223 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-02T12:44:32.795Z] #47 7.226 go: downloading github.com/fatih/color v1.9.0 [2021-07-02T12:44:32.795Z] #47 7.286 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-02T12:44:32.795Z] #47 7.289 go: extracting github.com/pkg/errors v0.9.1 [2021-07-02T12:44:32.795Z] #47 7.497 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-02T12:44:32.795Z] #47 7.498 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-02T12:44:32.795Z] #47 7.598 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-02T12:44:32.795Z] #47 7.601 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-02T12:44:32.795Z] #47 7.749 go: extracting github.com/fatih/color v1.9.0 [2021-07-02T12:44:32.795Z] #47 7.761 go: downloading github.com/spf13/pflag v1.0.3 [2021-07-02T12:44:32.795Z] #47 7.863 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-02T12:44:32.795Z] #47 7.884 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-02T12:44:32.795Z] #47 7.968 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-02T12:44:32.795Z] #47 8.468 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-07-02T12:44:32.795Z] #47 8.506 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-07-02T12:44:32.795Z] #47 8.522 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-07-02T12:44:32.795Z] #47 8.644 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-02T12:44:32.795Z] #47 8.727 go: extracting github.com/spf13/pflag v1.0.3 [2021-07-02T12:44:33.052Z] #47 ... [2021-07-02T12:44:33.052Z] [2021-07-02T12:44:33.052Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:44:33.052Z] #34 sha256:da7cb80751352d8bc96b298c6b726a39f1c1e63b71504e9707ad079a447deecd [2021-07-02T12:44:33.052Z] #34 5.251 + RM_GOPATH=0 [2021-07-02T12:44:33.052Z] #34 5.251 + TMP_GOPATH= [2021-07-02T12:44:33.052Z] #34 5.251 + : /build [2021-07-02T12:44:33.052Z] #34 5.251 + '[' -z '' ']' [2021-07-02T12:44:33.052Z] #34 5.251 ++ mktemp -d [2021-07-02T12:44:33.052Z] #34 5.251 + export GOPATH=/tmp/tmp.ns1t8g5utD [2021-07-02T12:44:33.052Z] #34 5.251 + GOPATH=/tmp/tmp.ns1t8g5utD [2021-07-02T12:44:33.052Z] #34 5.251 + RM_GOPATH=1 [2021-07-02T12:44:33.052Z] #34 5.251 + case "$(go env GOARCH)" in [2021-07-02T12:44:33.052Z] #34 5.251 ++ go env GOARCH [2021-07-02T12:44:33.052Z] #34 5.262 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.052Z] #34 5.262 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.052Z] #34 5.262 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:33.052Z] #34 5.263 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-07-02T12:44:33.052Z] #34 5.263 + dir=/tmp/install [2021-07-02T12:44:33.052Z] #34 5.263 + bin=tomlv [2021-07-02T12:44:33.052Z] #34 5.263 + shift [2021-07-02T12:44:33.052Z] #34 5.263 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-07-02T12:44:33.052Z] #34 5.263 + . /tmp/install/tomlv.installer [2021-07-02T12:44:33.052Z] #34 5.263 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-07-02T12:44:33.052Z] #34 5.263 + install_tomlv [2021-07-02T12:44:33.052Z] #34 5.263 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-07-02T12:44:33.052Z] #34 5.263 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ns1t8g5utD/src/github.com/BurntSushi/toml [2021-07-02T12:44:33.052Z] #34 5.274 Cloning into '/tmp/tmp.ns1t8g5utD/src/github.com/BurntSushi/toml'... [2021-07-02T12:44:33.052Z] #34 6.732 + cd /tmp/tmp.ns1t8g5utD/src/github.com/BurntSushi/toml [2021-07-02T12:44:33.052Z] #34 6.732 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-07-02T12:44:33.052Z] #34 6.742 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-07-02T12:44:33.052Z] #34 7.513 runtime/internal/atomic [2021-07-02T12:44:33.052Z] #34 7.587 internal/cpu [2021-07-02T12:44:33.052Z] #34 7.697 runtime/internal/sys [2021-07-02T12:44:33.052Z] #34 7.996 runtime/internal/math [2021-07-02T12:44:33.052Z] #34 8.113 math/bits [2021-07-02T12:44:33.052Z] #34 8.233 internal/bytealg [2021-07-02T12:44:33.052Z] #34 8.675 math [2021-07-02T12:44:33.052Z] #34 9.241 runtime [2021-07-02T12:44:33.308Z] #34 ... [2021-07-02T12:44:33.308Z] [2021-07-02T12:44:33.308Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-07-02T12:44:33.308Z] #67 sha256:66fa7706a5e955ca29f6a57375e0df462e2cecc07cf1972e565007298500d256 [2021-07-02T12:44:33.308Z] #67 4.028 + RM_GOPATH=0 [2021-07-02T12:44:33.308Z] #67 4.028 + TMP_GOPATH= [2021-07-02T12:44:33.308Z] #67 4.028 + : /build [2021-07-02T12:44:33.308Z] #67 4.028 + '[' -z '' ']' [2021-07-02T12:44:33.308Z] #67 4.028 ++ mktemp -d [2021-07-02T12:44:33.308Z] #67 4.028 + export GOPATH=/tmp/tmp.FmAxMnMHrX [2021-07-02T12:44:33.308Z] #67 4.028 + GOPATH=/tmp/tmp.FmAxMnMHrX [2021-07-02T12:44:33.308Z] #67 4.028 + RM_GOPATH=1 [2021-07-02T12:44:33.308Z] #67 4.028 + case "$(go env GOARCH)" in [2021-07-02T12:44:33.308Z] #67 4.028 ++ go env GOARCH [2021-07-02T12:44:33.308Z] #67 4.032 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.308Z] #67 4.032 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.308Z] #67 4.033 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:33.308Z] #67 4.034 + dir=/tmp/install [2021-07-02T12:44:33.308Z] #67 4.034 + bin=proxy [2021-07-02T12:44:33.308Z] #67 4.034 + shift [2021-07-02T12:44:33.308Z] #67 4.034 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-07-02T12:44:33.308Z] #67 4.034 + . /tmp/install/proxy.installer [2021-07-02T12:44:33.308Z] #67 4.034 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-07-02T12:44:33.308Z] #67 4.034 + install_proxy [2021-07-02T12:44:33.308Z] #67 4.034 + case "$1" in [2021-07-02T12:44:33.308Z] #67 4.034 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-07-02T12:44:33.308Z] #67 4.034 + export CGO_ENABLED=0 [2021-07-02T12:44:33.308Z] #67 4.034 + CGO_ENABLED=0 [2021-07-02T12:44:33.308Z] #67 4.034 + _install_proxy [2021-07-02T12:44:33.308Z] #67 4.034 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-07-02T12:44:33.308Z] #67 4.034 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.FmAxMnMHrX/src/github.com/docker/libnetwork [2021-07-02T12:44:33.308Z] #67 4.037 Cloning into '/tmp/tmp.FmAxMnMHrX/src/github.com/docker/libnetwork'... [2021-07-02T12:44:33.308Z] #67 ... [2021-07-02T12:44:33.308Z] [2021-07-02T12:44:33.308Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:44:33.308Z] #49 sha256:7eaa315c2a20d0c0bdbc893d6379d82ab8e3359dd06248766ed79edbb6e39001 [2021-07-02T12:44:33.308Z] #49 3.502 + RM_GOPATH=0 [2021-07-02T12:44:33.308Z] #49 3.502 + TMP_GOPATH= [2021-07-02T12:44:33.308Z] #49 3.502 + : /build [2021-07-02T12:44:33.308Z] #49 3.502 + '[' -z '' ']' [2021-07-02T12:44:33.308Z] #49 3.504 ++ mktemp -d [2021-07-02T12:44:33.308Z] #49 3.504 + export GOPATH=/tmp/tmp.Sm6KHG7CTe [2021-07-02T12:44:33.308Z] #49 3.504 + GOPATH=/tmp/tmp.Sm6KHG7CTe [2021-07-02T12:44:33.308Z] #49 3.504 + RM_GOPATH=1 [2021-07-02T12:44:33.308Z] #49 3.504 + case "$(go env GOARCH)" in [2021-07-02T12:44:33.308Z] #49 3.515 ++ go env GOARCH [2021-07-02T12:44:33.308Z] #49 3.516 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.308Z] #49 3.516 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.308Z] #49 3.516 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:33.308Z] #49 3.517 + dir=/tmp/install [2021-07-02T12:44:33.308Z] #49 3.517 + bin=golangci_lint [2021-07-02T12:44:33.308Z] #49 3.517 + shift [2021-07-02T12:44:33.308Z] #49 3.517 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-07-02T12:44:33.308Z] #49 3.517 + . /tmp/install/golangci_lint.installer [2021-07-02T12:44:33.308Z] #49 3.517 ++ : v1.23.8 [2021-07-02T12:44:33.308Z] #49 3.517 + install_golangci_lint [2021-07-02T12:44:33.308Z] #49 3.517 + set -e [2021-07-02T12:44:33.308Z] #49 3.517 + export GO111MODULE=on [2021-07-02T12:44:33.308Z] #49 3.517 + GO111MODULE=on [2021-07-02T12:44:33.308Z] #49 3.517 + GOBIN=/build [2021-07-02T12:44:33.308Z] #49 3.517 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-07-02T12:44:33.308Z] #49 3.529 go: finding github.com v1.23.8 [2021-07-02T12:44:33.308Z] #49 3.529 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-07-02T12:44:33.308Z] #49 3.529 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-07-02T12:44:33.308Z] #49 3.529 go: finding github.com/golangci v1.23.8 [2021-07-02T12:44:33.308Z] #49 3.529 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-07-02T12:44:33.308Z] #49 3.673 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-07-02T12:44:33.308Z] #49 4.107 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-07-02T12:44:33.308Z] #49 8.707 go: downloading github.com/spf13/pflag v1.0.5 [2021-07-02T12:44:33.308Z] #49 8.815 go: downloading github.com/spf13/cobra v0.0.5 [2021-07-02T12:44:33.308Z] #49 8.834 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-02T12:44:33.308Z] #49 8.839 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-02T12:44:33.308Z] #49 8.852 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-07-02T12:44:33.308Z] #49 8.913 go: downloading github.com/pkg/errors v0.8.1 [2021-07-02T12:44:33.308Z] #49 9.226 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-02T12:44:33.308Z] #49 9.275 go: downloading github.com/fatih/color v1.7.0 [2021-07-02T12:44:33.308Z] #49 9.276 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-02T12:44:33.308Z] #49 9.451 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-02T12:44:33.308Z] #49 9.453 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-02T12:44:33.308Z] #49 9.510 go: extracting github.com/pkg/errors v0.8.1 [2021-07-02T12:44:33.308Z] #49 9.520 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-07-02T12:44:33.308Z] #49 9.532 go: extracting github.com/spf13/pflag v1.0.5 [2021-07-02T12:44:33.308Z] #49 9.565 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-02T12:44:33.308Z] #49 9.605 go: extracting github.com/spf13/cobra v0.0.5 [2021-07-02T12:44:33.308Z] #49 9.639 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-02T12:44:33.308Z] #49 9.684 go: downloading github.com/ultraware/funlen v0.0.2 [2021-07-02T12:44:33.309Z] #49 9.849 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-02T12:44:33.309Z] #49 10.04 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-02T12:44:33.309Z] #49 10.10 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-02T12:44:33.309Z] #49 10.10 go: extracting github.com/ultraware/funlen v0.0.2 [2021-07-02T12:44:33.309Z] #49 10.15 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-02T12:44:33.309Z] #49 10.15 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-02T12:44:33.309Z] #49 10.17 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-02T12:44:33.309Z] #49 10.18 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-02T12:44:33.309Z] #49 10.18 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-07-02T12:44:33.309Z] #49 10.27 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-02T12:44:33.309Z] #49 10.31 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-02T12:44:33.309Z] #49 10.31 go: extracting github.com/fatih/color v1.7.0 [2021-07-02T12:44:33.309Z] #49 10.35 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-02T12:44:33.565Z] #49 10.43 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-02T12:44:33.565Z] #49 10.43 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-02T12:44:33.565Z] #49 10.49 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-07-02T12:44:33.565Z] #49 ... [2021-07-02T12:44:33.565Z] [2021-07-02T12:44:33.565Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-07-02T12:44:33.565Z] #58 sha256:8fa87f78370bcacee159797906b45a81deb17cd109d447028cdb5fc20cda66ec [2021-07-02T12:44:33.565Z] #58 6.190 + RM_GOPATH=0 [2021-07-02T12:44:33.565Z] #58 6.190 + TMP_GOPATH= [2021-07-02T12:44:33.565Z] #58 6.190 + : /build [2021-07-02T12:44:33.565Z] #58 6.190 + '[' -z '' ']' [2021-07-02T12:44:33.565Z] #58 6.190 ++ mktemp -d [2021-07-02T12:44:33.565Z] #58 6.190 + export GOPATH=/tmp/tmp.pPmpXOPnNz [2021-07-02T12:44:33.565Z] #58 6.190 + GOPATH=/tmp/tmp.pPmpXOPnNz [2021-07-02T12:44:33.565Z] #58 6.190 + RM_GOPATH=1 [2021-07-02T12:44:33.565Z] #58 6.190 + case "$(go env GOARCH)" in [2021-07-02T12:44:33.565Z] #58 6.190 ++ go env GOARCH [2021-07-02T12:44:33.565Z] #58 6.282 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.565Z] #58 6.282 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.565Z] #58 6.282 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:33.565Z] #58 6.282 + dir=/tmp/install [2021-07-02T12:44:33.565Z] #58 6.282 + bin=rootlesskit [2021-07-02T12:44:33.565Z] #58 6.282 + shift [2021-07-02T12:44:33.565Z] #58 6.282 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-07-02T12:44:33.565Z] #58 6.282 + . /tmp/install/rootlesskit.installer [2021-07-02T12:44:33.565Z] #58 6.282 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-07-02T12:44:33.565Z] #58 6.282 + install_rootlesskit [2021-07-02T12:44:33.565Z] #58 6.282 + case "$1" in [2021-07-02T12:44:33.565Z] #58 6.282 + export CGO_ENABLED=0 [2021-07-02T12:44:33.565Z] #58 6.282 + CGO_ENABLED=0 [2021-07-02T12:44:33.565Z] #58 6.282 + _install_rootlesskit [2021-07-02T12:44:33.565Z] #58 6.310 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-07-02T12:44:33.565Z] #58 6.310 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-07-02T12:44:33.565Z] #58 6.310 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.pPmpXOPnNz/src/github.com/rootless-containers/rootlesskit [2021-07-02T12:44:33.565Z] #58 6.310 Cloning into '/tmp/tmp.pPmpXOPnNz/src/github.com/rootless-containers/rootlesskit'... [2021-07-02T12:44:33.648Z] #49 ... [2021-07-02T12:44:33.648Z] [2021-07-02T12:44:33.648Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:33.648Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:33.648Z] #29 7.871 0.0% # 2.3% ## 3.5% #### 5.8% ##### 7.6% ####### 10.1% ######## 11.9% ######### 13.5% ########### 15.3% ############ 17.2% ############# 19.1% ############### 21.6% ################ 23.4% ################## 25.3% ################### 27.2% #################### 29.0% ###################### 30.9% ####################### 32.7% ######################## 33.9% ######################### 35.8% ########################### 37.7% ############################ 39.6% ############################# 41.4% ############################### 43.3% ################################ 45.2% ################################# 47.0% ################################### 48.9% #################################### 50.8% ##################################### 52.0% ###################################### 53.9% ######################################## 56.4% ######################################### 58.3% ########################################## 58.9% ########################################### 60.8% ############################################ 62.0% ############################################## 64.5% ################################################ 67.6% ################################################## 70.1% #################################################### 72.6% ###################################################### 75.1% ######################################################## 78.2% ########################################################## 81.3% ########################################################### 83.2% ############################################################# 85.0% ############################################################## 86.9% ############################################################### 88.8% ################################################################# 91.2% ################################################################### 93.1% #################################################################### 95.6% ###################################################################### 97.5% ####################################################################### 99.3% ######################################################################## 100.0% [2021-07-02T12:44:33.648Z] #29 14.33 [2021-07-02T12:44:33.648Z] #29 15.45 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-07-02T12:44:33.648Z] #29 20.79 [2021-07-02T12:44:33.648Z] #29 21.02 0.1% ######################################################################## 100.0% [2021-07-02T12:44:33.648Z] #29 21.17 [2021-07-02T12:44:33.648Z] #29 22.12 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-07-02T12:44:33.822Z] #58 ... [2021-07-02T12:44:33.822Z] [2021-07-02T12:44:33.822Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-07-02T12:44:33.822Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-07-02T12:44:33.822Z] #55 6.695 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-07-02T12:44:33.822Z] #55 6.695 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-07-02T12:44:33.822Z] #55 6.695 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-07-02T12:44:33.822Z] #55 9.687 Reading package lists... [2021-07-02T12:44:33.822Z] #55 ... [2021-07-02T12:44:33.822Z] [2021-07-02T12:44:33.822Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:44:33.822Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:44:33.822Z] #51 4.813 + RM_GOPATH=0 [2021-07-02T12:44:33.822Z] #51 4.813 + TMP_GOPATH= [2021-07-02T12:44:33.822Z] #51 4.813 + : /build [2021-07-02T12:44:33.822Z] #51 4.813 + '[' -z '' ']' [2021-07-02T12:44:33.822Z] #51 4.813 ++ mktemp -d [2021-07-02T12:44:33.822Z] #51 4.813 + export GOPATH=/tmp/tmp.IdkTmN3qDu [2021-07-02T12:44:33.822Z] #51 4.813 + GOPATH=/tmp/tmp.IdkTmN3qDu [2021-07-02T12:44:33.822Z] #51 4.813 + RM_GOPATH=1 [2021-07-02T12:44:33.822Z] #51 4.813 + case "$(go env GOARCH)" in [2021-07-02T12:44:33.822Z] #51 4.823 ++ go env GOARCH [2021-07-02T12:44:33.822Z] #51 4.829 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-02T12:44:33.822Z] #51 4.835 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.822Z] #51 4.835 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:33.822Z] #51 4.835 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:33.822Z] #51 4.835 + dir=/tmp/install [2021-07-02T12:44:33.822Z] #51 4.835 + bin=shfmt [2021-07-02T12:44:33.822Z] #51 4.835 + shift [2021-07-02T12:44:33.822Z] #51 4.835 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-07-02T12:44:33.822Z] #51 4.835 + . /tmp/install/shfmt.installer [2021-07-02T12:44:33.822Z] #51 4.835 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-02T12:44:33.822Z] #51 4.835 + install_shfmt [2021-07-02T12:44:33.822Z] #51 4.835 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-07-02T12:44:33.822Z] #51 4.835 + git clone https://github.com/mvdan/sh.git /tmp/tmp.IdkTmN3qDu/src/github.com/mvdan/sh [2021-07-02T12:44:33.822Z] #51 4.835 Cloning into '/tmp/tmp.IdkTmN3qDu/src/github.com/mvdan/sh'... [2021-07-02T12:44:33.822Z] #51 ... [2021-07-02T12:44:33.822Z] [2021-07-02T12:44:33.822Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:44:33.822Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:44:33.944Z] #29 22.14 skipping existing aab193acf6ba [2021-07-02T12:44:33.944Z] #29 22.20 [2021-07-02T12:44:34.078Z] #45 5.696 + RM_GOPATH=0 [2021-07-02T12:44:34.078Z] #45 5.696 + TMP_GOPATH= [2021-07-02T12:44:34.078Z] #45 5.696 + : /build [2021-07-02T12:44:34.078Z] #45 5.696 + '[' -z '' ']' [2021-07-02T12:44:34.078Z] #45 5.696 ++ mktemp -d [2021-07-02T12:44:34.078Z] #45 5.721 + export GOPATH=/tmp/tmp.4U9fYAi5lI [2021-07-02T12:44:34.078Z] #45 5.721 + GOPATH=/tmp/tmp.4U9fYAi5lI [2021-07-02T12:44:34.078Z] #45 5.721 + RM_GOPATH=1 [2021-07-02T12:44:34.078Z] #45 5.721 + case "$(go env GOARCH)" in [2021-07-02T12:44:34.078Z] #45 5.721 ++ go env GOARCH [2021-07-02T12:44:34.078Z] #45 5.729 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:34.078Z] #45 5.729 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:34.078Z] #45 5.730 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:34.078Z] #45 5.735 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-02T12:44:34.078Z] #45 5.735 + dir=/tmp/install [2021-07-02T12:44:34.078Z] #45 5.735 + bin=vndr [2021-07-02T12:44:34.078Z] #45 5.735 + shift [2021-07-02T12:44:34.078Z] #45 5.735 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-07-02T12:44:34.078Z] #45 5.735 + . /tmp/install/vndr.installer [2021-07-02T12:44:34.079Z] #45 5.735 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-02T12:44:34.079Z] #45 5.735 + install_vndr [2021-07-02T12:44:34.079Z] #45 5.735 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-07-02T12:44:34.079Z] #45 5.735 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.4U9fYAi5lI/src/github.com/LK4D4/vndr [2021-07-02T12:44:34.079Z] #45 5.755 Cloning into '/tmp/tmp.4U9fYAi5lI/src/github.com/LK4D4/vndr'... [2021-07-02T12:44:34.079Z] #45 6.571 + cd /tmp/tmp.4U9fYAi5lI/src/github.com/LK4D4/vndr [2021-07-02T12:44:34.079Z] #45 6.571 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-02T12:44:34.079Z] #45 6.592 + go build -buildmode=pie -v -o /build/vndr . [2021-07-02T12:44:34.079Z] #45 8.082 runtime/internal/math [2021-07-02T12:44:34.079Z] #45 8.112 internal/cpu [2021-07-02T12:44:34.079Z] #45 8.165 internal/race [2021-07-02T12:44:34.079Z] #45 8.323 sync/atomic [2021-07-02T12:44:34.079Z] #45 8.584 internal/bytealg [2021-07-02T12:44:34.079Z] #45 8.629 unicode [2021-07-02T12:44:34.079Z] #45 9.453 runtime [2021-07-02T12:44:34.079Z] #45 ... [2021-07-02T12:44:34.079Z] [2021-07-02T12:44:34.079Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:34.079Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-07-02T12:44:34.079Z] #42 6.561 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-07-02T12:44:34.079Z] #42 6.569 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-07-02T12:44:34.079Z] #42 6.571 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-07-02T12:44:34.336Z] #42 9.547 Reading package lists... [2021-07-02T12:44:34.336Z] #42 ... [2021-07-02T12:44:34.336Z] [2021-07-02T12:44:34.336Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:44:34.336Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-07-02T12:44:34.336Z] #36 5.896 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-07-02T12:44:34.336Z] #36 5.905 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-07-02T12:44:34.336Z] #36 5.905 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-07-02T12:44:34.337Z] #36 9.226 Reading package lists... [2021-07-02T12:44:34.337Z] #36 ... [2021-07-02T12:44:34.337Z] [2021-07-02T12:44:34.337Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:44:34.337Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-07-02T12:44:34.337Z] #32 5.679 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-07-02T12:44:34.337Z] #32 5.683 Cloning into '.'... [2021-07-02T12:44:34.593Z] #32 ... [2021-07-02T12:44:34.593Z] [2021-07-02T12:44:34.593Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:44:34.593Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:44:35.520Z] #29 23.54 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-07-02T12:44:35.520Z] #29 23.82 [2021-07-02T12:44:37.087Z] #29 23.96 #=#=# ##O#- # 0.0% 0.6% # 1.8% ### 5.1% ######## 11.8% ############# 18.7% [2021-07-02T12:44:37.087Z] #29 ... [2021-07-02T12:44:37.087Z] [2021-07-02T12:44:37.087Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-07-02T12:44:37.087Z] #58 sha256:27de5ef27035abe55fc419e7eba31b9247a58c8b8036b02997782b81bd851f1f [2021-07-02T12:44:37.087Z] #58 11.21 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-02T12:44:37.087Z] #58 12.81 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-02T12:44:37.087Z] #58 13.10 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-07-02T12:44:37.087Z] #58 13.26 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-02T12:44:37.087Z] #58 13.26 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-07-02T12:44:37.087Z] #58 13.49 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-07-02T12:44:37.087Z] #58 15.67 go: finding github.com/pkg/errors v0.9.1 [2021-07-02T12:44:37.087Z] #58 15.72 go: finding github.com/sirupsen/logrus v1.8.1 [2021-07-02T12:44:37.087Z] #58 16.06 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-02T12:44:37.087Z] #58 16.22 go: finding github.com/google/uuid v1.2.0 [2021-07-02T12:44:37.087Z] #58 16.22 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-02T12:44:37.087Z] #58 16.24 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-02T12:44:37.087Z] #58 16.30 go: finding github.com/gofrs/flock v0.8.0 [2021-07-02T12:44:37.087Z] #58 16.33 go: finding github.com/moby/vpnkit v0.5.0 [2021-07-02T12:44:37.087Z] #58 16.38 go: finding github.com/gorilla/mux v1.8.0 [2021-07-02T12:44:37.087Z] #58 16.40 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-07-02T12:44:37.087Z] #58 16.41 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-02T12:44:37.087Z] #58 16.46 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-07-02T12:44:37.087Z] #58 16.55 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-07-02T12:44:37.087Z] #58 16.62 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-02T12:44:37.087Z] #58 16.78 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-07-02T12:44:37.087Z] #58 ... [2021-07-02T12:44:37.087Z] [2021-07-02T12:44:37.087Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:37.087Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:38.264Z] #29 23.96 #=#=# ##O#- # 0.0% 0.6% # 1.8% ### 5.1% ######## 11.8% ############# 18.7% ################ 22.5% ##################### 30.5% ######################## 34.4% ############################ 40.0% ################################# 45.8% #################################### 50.2% ####################################### 54.2% ########################################### 60.3% ############################################### 66.4% [2021-07-02T12:44:38.264Z] #29 ... [2021-07-02T12:44:38.264Z] [2021-07-02T12:44:38.264Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:44:38.264Z] #45 sha256:2e45010c12b2ea669c466de827a3dcdd1332349562d424fc0f7b49907593f31a [2021-07-02T12:44:38.264Z] #45 12.32 crypto/internal/subtle [2021-07-02T12:44:38.264Z] #45 12.37 crypto/subtle [2021-07-02T12:44:38.264Z] #45 12.49 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-07-02T12:44:38.264Z] #45 12.59 internal/nettrace [2021-07-02T12:44:38.264Z] #45 12.64 runtime/cgo [2021-07-02T12:44:38.264Z] #45 ... [2021-07-02T12:44:38.264Z] [2021-07-02T12:44:38.264Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:38.264Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:38.764Z] #13 7.405 Reading package lists... [2021-07-02T12:44:38.764Z] #13 ... [2021-07-02T12:44:38.764Z] [2021-07-02T12:44:38.764Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-07-02T12:44:38.764Z] #24 sha256:beb3c5d06cbd814144f9c2b1d9f246b2d5b1fa454a5f355d6a23dc97d5c6e4b1 [2021-07-02T12:44:38.764Z] #24 6.220 + RM_GOPATH=0 [2021-07-02T12:44:38.764Z] #24 6.220 + TMP_GOPATH= [2021-07-02T12:44:38.764Z] #24 6.220 + : /build [2021-07-02T12:44:38.764Z] #24 6.220 + '[' -z '' ']' [2021-07-02T12:44:38.764Z] #24 6.220 ++ mktemp -d [2021-07-02T12:44:38.764Z] #24 6.224 + export GOPATH=/tmp/tmp.A7D2WaXw0D [2021-07-02T12:44:38.764Z] #24 6.224 + GOPATH=/tmp/tmp.A7D2WaXw0D [2021-07-02T12:44:38.764Z] #24 6.224 + RM_GOPATH=1 [2021-07-02T12:44:38.764Z] #24 6.224 + case "$(go env GOARCH)" in [2021-07-02T12:44:38.764Z] #24 6.224 ++ go env GOARCH [2021-07-02T12:44:38.764Z] #24 6.286 Install docker/cli version 17.06.2-ce from stable [2021-07-02T12:44:38.764Z] #24 6.286 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:38.764Z] #24 6.286 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:38.764Z] #24 6.286 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:38.764Z] #24 6.286 + dir=/tmp/install [2021-07-02T12:44:38.764Z] #24 6.286 + bin=dockercli [2021-07-02T12:44:38.764Z] #24 6.286 + shift [2021-07-02T12:44:38.764Z] #24 6.286 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-07-02T12:44:38.764Z] #24 6.286 + . /tmp/install/dockercli.installer [2021-07-02T12:44:38.764Z] #24 6.286 ++ : stable [2021-07-02T12:44:38.764Z] #24 6.286 ++ : 17.06.2-ce [2021-07-02T12:44:38.764Z] #24 6.286 + install_dockercli [2021-07-02T12:44:38.764Z] #24 6.286 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-07-02T12:44:38.764Z] #24 6.302 ++ uname -m [2021-07-02T12:44:38.764Z] #24 6.302 + arch=x86_64 [2021-07-02T12:44:38.764Z] #24 6.302 + '[' x86_64 '!=' x86_64 ']' [2021-07-02T12:44:38.764Z] #24 6.302 + url=https://download.docker.com/linux/static [2021-07-02T12:44:38.764Z] #24 6.310 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-07-02T12:44:38.764Z] #24 6.310 + tar -xz docker/docker [2021-07-02T12:44:38.764Z] #24 14.74 + mkdir -p /build [2021-07-02T12:44:38.764Z] #24 14.74 + mv docker/docker /build/ [2021-07-02T12:44:38.764Z] #24 14.75 + rmdir docker [2021-07-02T12:44:38.764Z] #24 DONE 15.1s [2021-07-02T12:44:38.764Z] [2021-07-02T12:44:38.764Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-07-02T12:44:38.764Z] #58 sha256:8fa87f78370bcacee159797906b45a81deb17cd109d447028cdb5fc20cda66ec [2021-07-02T12:44:38.764Z] #58 11.10 + cd /tmp/tmp.pPmpXOPnNz/src/github.com/rootless-containers/rootlesskit [2021-07-02T12:44:38.764Z] #58 11.11 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-07-02T12:44:38.764Z] #58 11.16 + export GO111MODULE=on [2021-07-02T12:44:38.764Z] #58 11.16 + GO111MODULE=on [2021-07-02T12:44:38.764Z] #58 11.16 + export GOPROXY=https://proxy.golang.org [2021-07-02T12:44:38.764Z] #58 11.16 + GOPROXY=https://proxy.golang.org [2021-07-02T12:44:38.764Z] #58 11.16 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-02T12:44:38.764Z] #58 11.16 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-07-02T12:44:38.764Z] #58 12.95 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-02T12:44:38.764Z] #58 13.05 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-07-02T12:44:38.764Z] #58 13.05 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-07-02T12:44:38.764Z] #58 13.23 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-02T12:44:38.764Z] #58 13.28 go: downloading github.com/gofrs/flock v0.8.0 [2021-07-02T12:44:38.764Z] #58 13.28 go: downloading github.com/gorilla/mux v1.8.0 [2021-07-02T12:44:38.764Z] #58 13.32 go: downloading github.com/google/uuid v1.2.0 [2021-07-02T12:44:38.764Z] #58 13.40 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-07-02T12:44:38.764Z] #58 13.41 go: downloading github.com/pkg/errors v0.9.1 [2021-07-02T12:44:38.764Z] #58 13.93 go: downloading github.com/moby/vpnkit v0.5.0 [2021-07-02T12:44:38.764Z] #58 14.00 go: extracting github.com/gofrs/flock v0.8.0 [2021-07-02T12:44:38.764Z] #58 14.04 go: extracting github.com/pkg/errors v0.9.1 [2021-07-02T12:44:38.764Z] #58 14.21 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-07-02T12:44:38.764Z] #58 14.21 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-07-02T12:44:38.764Z] #58 14.21 go: extracting github.com/gorilla/mux v1.8.0 [2021-07-02T12:44:38.764Z] #58 14.31 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-02T12:44:38.764Z] #58 14.36 go: extracting github.com/google/uuid v1.2.0 [2021-07-02T12:44:38.764Z] #58 14.82 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-02T12:44:38.764Z] #58 15.37 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-02T12:44:38.902Z] #29 23.96 #=#=# ##O#- # 0.0% 0.6% # 1.8% ### 5.1% ######## 11.8% ############# 18.7% ################ 22.5% ##################### 30.5% ######################## 34.4% ############################ 40.0% ################################# 45.8% #################################### 50.2% ####################################### 54.2% ########################################### 60.3% ############################################### 66.4% #################################################### 72.6% ####################################################### 76.6% ########################################################### 82.8% ################################################################ 88.9% #################################################################### 95.1% ######################################################################## 100.0% [2021-07-02T12:44:38.902Z] #29 27.31 [2021-07-02T12:44:39.340Z] #58 ... [2021-07-02T12:44:39.340Z] [2021-07-02T12:44:39.340Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-07-02T12:44:39.340Z] #28 sha256:593dcae5d8318c70f26c18b1fed0e834acb685ce43f5c424205b2500f1942be6 [2021-07-02T12:44:39.340Z] #28 CACHED [2021-07-02T12:44:39.340Z] [2021-07-02T12:44:39.340Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-07-02T12:44:39.340Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-07-02T12:44:39.340Z] #27 CACHED [2021-07-02T12:44:39.340Z] [2021-07-02T12:44:39.340Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:39.340Z] #29 sha256:e34f05129f346c3f3355eff53ea030953c00414d74670c2559364bd0729f0bea [2021-07-02T12:44:39.340Z] #29 CACHED [2021-07-02T12:44:39.340Z] [2021-07-02T12:44:39.340Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:44:39.340Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-07-02T12:44:39.340Z] #40 6.034 + git clone https://github.com/docker/distribution.git . [2021-07-02T12:44:39.340Z] #40 6.050 Cloning into '.'... [2021-07-02T12:44:39.340Z] #40 ... [2021-07-02T12:44:39.340Z] [2021-07-02T12:44:39.340Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:44:39.340Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:44:39.340Z] #51 16.33 + cd /tmp/tmp.IdkTmN3qDu/src/github.com/mvdan/sh [2021-07-02T12:44:39.340Z] #51 16.33 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-02T12:44:39.538Z] #29 ... [2021-07-02T12:44:39.538Z] [2021-07-02T12:44:39.538Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:44:39.538Z] #40 sha256:08ea1d7bde110f09cde233c4f18f89839aa9270634bf99cf68b0432da7840a2c [2021-07-02T12:44:39.538Z] #40 13.58 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-07-02T12:44:39.538Z] #40 15.34 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-07-02T12:44:39.597Z] #51 16.47 + GO111MODULE=on [2021-07-02T12:44:39.597Z] #51 16.47 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-07-02T12:44:39.831Z] #40 ... [2021-07-02T12:44:39.831Z] [2021-07-02T12:44:39.831Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:44:39.831Z] #34 sha256:a9a78e444d8d0203db996d5781521c6c7c8020489801df55a7cd4bcdd82cbc4f [2021-07-02T12:44:39.831Z] #34 23.66 sync [2021-07-02T12:44:39.831Z] #34 23.66 internal/reflectlite [2021-07-02T12:44:39.831Z] #34 ... [2021-07-02T12:44:39.831Z] [2021-07-02T12:44:39.831Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-07-02T12:44:39.831Z] #55 sha256:7aa06de600cf373a6956769a3c622c16e800fcd73fd3931bfce318619bfa78c8 [2021-07-02T12:44:39.831Z] #55 14.13 Fetched 8140 kB in 11s (728 kB/s) [2021-07-02T12:44:39.831Z] #55 14.13 Reading package lists... [2021-07-02T12:44:39.831Z] #55 17.97 Reading package lists... [2021-07-02T12:44:39.831Z] #55 20.80 Building dependency tree... [2021-07-02T12:44:39.831Z] #55 21.83 The following additional packages will be installed: [2021-07-02T12:44:39.831Z] #55 21.83 libbtrfs0 [2021-07-02T12:44:39.831Z] #55 22.00 The following NEW packages will be installed: [2021-07-02T12:44:39.831Z] #55 22.01 libbtrfs-dev libbtrfs0 [2021-07-02T12:44:39.831Z] #55 22.14 0 upgraded, 2 newly installed, 0 to remove and 34 not upgraded. [2021-07-02T12:44:39.831Z] #55 22.14 Need to get 118 kB of archives. [2021-07-02T12:44:39.832Z] #55 22.14 After this operation, 390 kB of additional disk space will be used. [2021-07-02T12:44:39.832Z] #55 22.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-07-02T12:44:39.832Z] #55 22.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-07-02T12:44:39.832Z] #55 22.96 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:44:39.832Z] #55 23.04 Fetched 118 kB in 0s (636 kB/s) [2021-07-02T12:44:39.832Z] #55 23.09 Selecting previously unselected package libbtrfs0. [2021-07-02T12:44:39.832Z] #55 23.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-07-02T12:44:39.832Z] #55 23.22 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2021-07-02T12:44:39.832Z] #55 23.23 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-02T12:44:39.832Z] #55 23.33 Selecting previously unselected package libbtrfs-dev. [2021-07-02T12:44:39.832Z] #55 23.33 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-07-02T12:44:39.832Z] #55 23.34 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-02T12:44:39.832Z] #55 23.48 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-02T12:44:39.832Z] #55 23.48 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-02T12:44:39.832Z] #55 23.49 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:44:39.832Z] #55 DONE 24.0s [2021-07-02T12:44:40.124Z] [2021-07-02T12:44:40.125Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:44:40.125Z] #49 sha256:e4cc575c2f9defa65b204aa1968d0163420dcbb9472e36cf3f7c989fba2e3a42 [2021-07-02T12:44:40.125Z] #49 17.66 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-02T12:44:40.125Z] #49 19.03 go: extracting golang.org/x/text v0.3.2 [2021-07-02T12:44:40.125Z] #49 22.81 go: finding github.com/fatih/color v1.7.0 [2021-07-02T12:44:40.125Z] #49 22.89 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-02T12:44:40.125Z] #49 22.89 go: finding github.com/mattn/go-colorable v0.1.4 [2021-07-02T12:44:40.125Z] #49 22.90 go: finding github.com/mattn/go-isatty v0.0.8 [2021-07-02T12:44:40.125Z] #49 22.95 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-02T12:44:40.125Z] #49 22.96 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-02T12:44:40.125Z] #49 22.99 go: finding github.com/go-critic/go-critic v0.4.1 [2021-07-02T12:44:40.125Z] #49 23.00 go: finding github.com/pkg/errors v0.8.1 [2021-07-02T12:44:40.125Z] #49 23.01 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-07-02T12:44:40.125Z] #49 23.02 go: finding github.com/sirupsen/logrus v1.4.2 [2021-07-02T12:44:40.125Z] #49 23.03 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.04 go: finding github.com/stretchr/testify v1.4.0 [2021-07-02T12:44:40.125Z] #49 23.05 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-07-02T12:44:40.125Z] #49 23.07 go: finding github.com/davecgh/go-spew v1.1.1 [2021-07-02T12:44:40.125Z] #49 23.08 go: finding github.com/spf13/viper v1.6.1 [2021-07-02T12:44:40.125Z] #49 23.09 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.10 go: finding github.com/stretchr/objx v0.2.0 [2021-07-02T12:44:40.125Z] #49 23.14 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.14 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-07-02T12:44:40.125Z] #49 23.19 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.23 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.25 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.30 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-02T12:44:40.125Z] #49 23.31 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.34 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-02T12:44:40.125Z] #49 23.35 go: finding github.com/gobwas/glob v0.2.3 [2021-07-02T12:44:40.125Z] #49 23.35 go: finding github.com/spf13/cobra v0.0.5 [2021-07-02T12:44:40.125Z] #49 23.36 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-07-02T12:44:40.125Z] #49 23.44 go: finding github.com/spf13/pflag v1.0.5 [2021-07-02T12:44:40.125Z] #49 23.47 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-02T12:44:40.125Z] #49 23.48 go: finding github.com/hashicorp/hcl v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.50 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.72 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-02T12:44:40.125Z] #49 23.75 go: finding github.com/magiconair/properties v1.8.1 [2021-07-02T12:44:40.125Z] #49 23.76 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-07-02T12:44:40.125Z] #49 23.77 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-02T12:44:40.125Z] #49 23.77 go: finding github.com/pelletier/go-toml v1.2.0 [2021-07-02T12:44:40.125Z] #49 23.80 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-02T12:44:40.125Z] #49 23.80 go: finding github.com/spf13/afero v1.1.2 [2021-07-02T12:44:40.125Z] #49 23.82 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-02T12:44:40.125Z] #49 23.82 go: finding github.com/spf13/cast v1.3.0 [2021-07-02T12:44:40.125Z] #49 23.82 go: finding golang.org/x/text v0.3.2 [2021-07-02T12:44:40.125Z] #49 23.85 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-02T12:44:40.125Z] #49 23.85 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-07-02T12:44:40.125Z] #49 23.86 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-02T12:44:40.125Z] #49 23.95 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-02T12:44:40.125Z] #49 23.97 go: finding github.com/subosito/gotenv v1.2.0 [2021-07-02T12:44:40.125Z] #49 23.99 go: finding gopkg.in/ini.v1 v1.51.0 [2021-07-02T12:44:40.125Z] #49 23.99 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-02T12:44:40.125Z] #49 24.00 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-02T12:44:40.125Z] #49 24.01 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-02T12:44:40.125Z] #49 24.02 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-02T12:44:40.125Z] #49 24.04 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-02T12:44:40.125Z] #49 24.05 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-02T12:44:40.125Z] #49 24.05 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-02T12:44:40.125Z] #49 24.06 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-02T12:44:40.125Z] #49 24.06 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-02T12:44:40.125Z] #49 24.08 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-02T12:44:40.125Z] #49 24.08 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-02T12:44:40.125Z] #49 24.10 go: finding github.com/kisielk/gotool v1.0.0 [2021-07-02T12:44:40.125Z] #49 24.18 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-02T12:44:40.125Z] #49 24.18 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-07-02T12:44:40.125Z] #49 24.19 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-02T12:44:40.125Z] #49 24.23 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-02T12:44:40.125Z] #49 24.23 go: finding github.com/ultraware/funlen v0.0.2 [2021-07-02T12:44:40.125Z] #49 24.23 go: finding github.com/ultraware/whitespace v0.0.4 [2021-07-02T12:44:40.125Z] #49 24.29 go: finding github.com/uudashr/gocognit v1.0.1 [2021-07-02T12:44:40.125Z] #49 ... [2021-07-02T12:44:40.125Z] [2021-07-02T12:44:40.125Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:44:40.125Z] #36 sha256:4e837319d21c53da7fdc70c134e46cd4046670577523d333c656836a6925ef46 [2021-07-02T12:44:40.125Z] #36 14.23 Fetched 8140 kB in 11s (739 kB/s) [2021-07-02T12:44:40.125Z] #36 14.23 Reading package lists... [2021-07-02T12:44:40.125Z] #36 17.79 Reading package lists... [2021-07-02T12:44:40.125Z] #36 21.71 Building dependency tree... [2021-07-02T12:44:40.125Z] #36 23.00 The following additional packages will be installed: [2021-07-02T12:44:40.125Z] #36 23.01 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-07-02T12:44:40.125Z] #36 23.01 Suggested packages: [2021-07-02T12:44:40.125Z] #36 23.01 cmake-doc ninja-build lrzip [2021-07-02T12:44:40.125Z] #36 23.01 Recommended packages: [2021-07-02T12:44:40.125Z] #36 23.01 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-07-02T12:44:40.125Z] #36 23.74 The following NEW packages will be installed: [2021-07-02T12:44:40.125Z] #36 23.75 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-07-02T12:44:40.125Z] #36 23.75 vim-common xxd [2021-07-02T12:44:40.125Z] #36 23.93 0 upgraded, 10 newly installed, 0 to remove and 34 not upgraded. [2021-07-02T12:44:40.125Z] #36 23.93 Need to get 14.0 MB of archives. [2021-07-02T12:44:40.125Z] #36 23.93 After this operation, 62.1 MB of additional disk space will be used. [2021-07-02T12:44:40.125Z] #36 23.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-07-02T12:44:40.125Z] #36 23.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-07-02T12:44:40.125Z] #36 23.97 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2021-07-02T12:44:40.125Z] #36 24.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-07-02T12:44:40.125Z] #36 ... [2021-07-02T12:44:40.125Z] [2021-07-02T12:44:40.125Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-07-02T12:44:40.125Z] #67 sha256:58487c307783a689c89935e76d278d12205240561aa61012f55e20a07d530c78 [2021-07-02T12:44:40.125Z] #67 14.24 Checking out files: 80% (1541/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-07-02T12:44:40.125Z] #67 14.62 + cd /tmp/tmp.aImjCg5QGd/src/github.com/docker/libnetwork [2021-07-02T12:44:40.125Z] #67 14.62 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-07-02T12:44:40.125Z] #67 15.35 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-07-02T12:44:40.427Z] #67 ... [2021-07-02T12:44:40.427Z] [2021-07-02T12:44:40.427Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:40.427Z] #42 sha256:1542285c14d1468d46382b19b8ba1862db088793040cb25dd467768ab9137a5f [2021-07-02T12:44:40.427Z] #42 14.45 Fetched 8140 kB in 11s (730 kB/s) [2021-07-02T12:44:40.427Z] #42 14.45 Reading package lists... [2021-07-02T12:44:40.427Z] #42 18.38 Reading package lists... [2021-07-02T12:44:40.427Z] #42 22.36 Building dependency tree... [2021-07-02T12:44:40.427Z] #42 23.51 The following additional packages will be installed: [2021-07-02T12:44:40.427Z] #42 23.53 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-07-02T12:44:40.427Z] #42 23.54 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-07-02T12:44:40.427Z] #42 23.54 Suggested packages: [2021-07-02T12:44:40.427Z] #42 23.54 manpages-dev python-setuptools [2021-07-02T12:44:40.427Z] #42 24.36 The following NEW packages will be installed: [2021-07-02T12:44:40.427Z] #42 24.36 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-07-02T12:44:40.427Z] #42 24.37 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-07-02T12:44:40.427Z] #42 24.37 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-07-02T12:44:40.427Z] #42 24.37 python-six zlib1g-dev [2021-07-02T12:44:40.427Z] #42 24.59 0 upgraded, 17 newly installed, 0 to remove and 34 not upgraded. [2021-07-02T12:44:40.427Z] #42 24.59 Need to get 3742 kB of archives. [2021-07-02T12:44:40.427Z] #42 24.59 After this operation, 22.0 MB of additional disk space will be used. [2021-07-02T12:44:40.427Z] #42 24.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2021-07-02T12:44:40.427Z] #42 ... [2021-07-02T12:44:40.427Z] [2021-07-02T12:44:40.427Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:44:40.427Z] #49 sha256:e4cc575c2f9defa65b204aa1968d0163420dcbb9472e36cf3f7c989fba2e3a42 [2021-07-02T12:44:40.427Z] #49 24.30 go: finding github.com/gogo/protobuf v1.2.1 [2021-07-02T12:44:40.427Z] #49 24.31 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-02T12:44:40.427Z] #49 24.40 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-02T12:44:40.427Z] #49 24.42 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-02T12:44:40.427Z] #49 24.43 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-02T12:44:40.427Z] #49 24.47 go: finding github.com/BurntSushi/toml v0.3.1 [2021-07-02T12:44:40.427Z] #49 24.47 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-02T12:44:40.973Z] #51 17.60 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-02T12:44:40.973Z] #51 17.71 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-02T12:44:40.973Z] #51 17.76 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-02T12:44:41.234Z] #51 18.09 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-02T12:44:41.234Z] #51 18.19 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-02T12:44:42.164Z] #51 18.97 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-02T12:44:42.505Z] #49 ... [2021-07-02T12:44:42.505Z] [2021-07-02T12:44:42.505Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-02T12:44:42.505Z] #29 sha256:4f081649423fcef06ef5c027451f0ea528834d6a461bcc98547fc349c046bc9d [2021-07-02T12:44:42.505Z] #29 28.51 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-07-02T12:44:42.505Z] #29 28.97 #=#=# [2021-07-02T12:44:42.505Z] #29 29.11 #=#=# ######################################################################## 100.0% [2021-07-02T12:44:42.505Z] #29 29.24 [2021-07-02T12:44:42.505Z] #29 29.83 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-07-02T12:44:42.505Z] #29 30.09 [2021-07-02T12:44:42.505Z] #29 30.27 ######################################################################## 100.0% [2021-07-02T12:44:42.505Z] #29 30.30 [2021-07-02T12:44:42.505Z] #29 30.34 Download of images into '/build' complete. [2021-07-02T12:44:42.505Z] #29 30.34 Use something like the following to load the result into a Docker daemon: [2021-07-02T12:44:42.505Z] #29 30.34 tar -cC '/build' . | docker load [2021-07-02T12:44:42.505Z] #29 DONE 30.5s [2021-07-02T12:44:42.505Z] [2021-07-02T12:44:42.505Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:44:42.505Z] #56 sha256:966a6b86f84f31429dc9de5a0d83bda61a2d050ebf2ad6aee931ddbf648cc46c [2021-07-02T12:44:42.505Z] #56 0.908 + RM_GOPATH=0 [2021-07-02T12:44:42.505Z] #56 0.908 + TMP_GOPATH= [2021-07-02T12:44:42.505Z] #56 0.908 + : /build [2021-07-02T12:44:42.505Z] #56 0.908 + '[' -z '' ']' [2021-07-02T12:44:42.505Z] #56 0.908 ++ mktemp -d [2021-07-02T12:44:42.505Z] #56 0.909 + export GOPATH=/tmp/tmp.tpJJRT2TSs [2021-07-02T12:44:42.505Z] #56 0.909 + GOPATH=/tmp/tmp.tpJJRT2TSs [2021-07-02T12:44:42.505Z] #56 0.909 + RM_GOPATH=1 [2021-07-02T12:44:42.505Z] #56 0.909 + case "$(go env GOARCH)" in [2021-07-02T12:44:42.505Z] #56 0.909 ++ go env GOARCH [2021-07-02T12:44:42.505Z] #56 0.914 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:42.505Z] #56 0.914 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:42.505Z] #56 0.915 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:42.505Z] #56 0.916 + dir=/tmp/install [2021-07-02T12:44:42.505Z] #56 0.916 + bin=containerd [2021-07-02T12:44:42.505Z] #56 0.916 + shift [2021-07-02T12:44:42.505Z] #56 0.916 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-07-02T12:44:42.505Z] #56 0.916 + . /tmp/install/containerd.installer [2021-07-02T12:44:42.505Z] #56 0.917 ++ set -e [2021-07-02T12:44:42.505Z] #56 0.917 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-02T12:44:42.505Z] #56 0.918 + install_containerd [2021-07-02T12:44:42.505Z] #56 0.919 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d' [2021-07-02T12:44:42.505Z] #56 0.919 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-02T12:44:42.505Z] #56 0.919 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tpJJRT2TSs/src/github.com/containerd/containerd [2021-07-02T12:44:42.505Z] #56 0.926 Cloning into '/tmp/tmp.tpJJRT2TSs/src/github.com/containerd/containerd'... [2021-07-02T12:44:42.505Z] #56 ... [2021-07-02T12:44:42.505Z] [2021-07-02T12:44:42.505Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:44:42.505Z] #13 sha256:8c0c708ce89c0495df6820f33e1f1c23af900312056c5762832e92372b9cf2ee [2021-07-02T12:44:42.505Z] #13 15.37 Fetched 8636 kB in 13s (660 kB/s) [2021-07-02T12:44:42.505Z] #13 15.37 Reading package lists... [2021-07-02T12:44:42.505Z] #13 19.42 Reading package lists... [2021-07-02T12:44:42.505Z] #13 23.35 Building dependency tree... [2021-07-02T12:44:42.505Z] #13 24.39 The following additional packages will be installed: [2021-07-02T12:44:42.505Z] #13 24.39 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-07-02T12:44:42.505Z] #13 24.39 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-07-02T12:44:42.505Z] #13 24.39 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-07-02T12:44:42.505Z] #13 24.39 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-07-02T12:44:42.505Z] #13 24.40 mingw-w64-common mingw-w64-x86-64-dev [2021-07-02T12:44:42.505Z] #13 24.40 Suggested packages: [2021-07-02T12:44:42.505Z] #13 24.40 gcc-8-locales seccomp wine64 [2021-07-02T12:44:42.505Z] #13 25.33 The following NEW packages will be installed: [2021-07-02T12:44:42.505Z] #13 25.33 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-07-02T12:44:42.505Z] #13 25.33 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-07-02T12:44:42.505Z] #13 25.33 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-07-02T12:44:42.505Z] #13 25.33 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-07-02T12:44:42.505Z] #13 25.33 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-07-02T12:44:42.505Z] #13 25.33 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-07-02T12:44:42.505Z] #13 25.33 The following packages will be upgraded: [2021-07-02T12:44:42.505Z] #13 25.33 libseccomp2 libsystemd0 libudev1 [2021-07-02T12:44:42.505Z] #13 ... [2021-07-02T12:44:42.505Z] [2021-07-02T12:44:42.505Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:44:42.505Z] #36 sha256:4e837319d21c53da7fdc70c134e46cd4046670577523d333c656836a6925ef46 [2021-07-02T12:44:42.505Z] #36 24.84 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u2 [607 kB] [2021-07-02T12:44:42.505Z] #36 24.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2021-07-02T12:44:42.505Z] #36 24.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2021-07-02T12:44:42.505Z] #36 24.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2021-07-02T12:44:42.505Z] #36 24.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2021-07-02T12:44:42.505Z] #36 25.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2021-07-02T12:44:42.505Z] #36 26.30 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:44:42.505Z] #36 26.43 Fetched 14.0 MB in 2s (7644 kB/s) [2021-07-02T12:44:42.505Z] #36 26.52 Selecting previously unselected package xxd. [2021-07-02T12:44:42.505Z] #36 26.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-07-02T12:44:42.505Z] #36 26.68 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-07-02T12:44:42.505Z] #36 26.70 Unpacking xxd (2:8.1.0875-5) ... [2021-07-02T12:44:42.868Z] #36 ... [2021-07-02T12:44:42.868Z] [2021-07-02T12:44:42.868Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-07-02T12:44:42.868Z] #67 sha256:58487c307783a689c89935e76d278d12205240561aa61012f55e20a07d530c78 [2021-07-02T12:44:42.868Z] #67 DONE 27.0s [2021-07-02T12:44:42.868Z] [2021-07-02T12:44:42.868Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:44:42.868Z] #36 sha256:4e837319d21c53da7fdc70c134e46cd4046670577523d333c656836a6925ef46 [2021-07-02T12:44:42.868Z] #36 26.95 Selecting previously unselected package vim-common. [2021-07-02T12:44:42.868Z] #36 26.95 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-02T12:44:42.868Z] #36 27.01 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-02T12:44:43.095Z] #51 19.75 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-02T12:44:43.160Z] #36 27.44 Selecting previously unselected package cmake-data. [2021-07-02T12:44:43.454Z] #36 27.46 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-07-02T12:44:43.454Z] #36 27.48 Unpacking cmake-data (3.13.4-1) ... [2021-07-02T12:44:43.658Z] #51 ... [2021-07-02T12:44:43.658Z] [2021-07-02T12:44:43.658Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-07-02T12:44:43.658Z] #47 sha256:8076c0455e41837c38e980948753f46c2ce69839a67f88f7fe5448d6a529ece1 [2021-07-02T12:44:43.658Z] #47 10.52 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-02T12:44:43.658Z] #47 10.71 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-02T12:44:43.658Z] #47 13.19 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-02T12:44:43.658Z] #47 17.19 go: finding github.com/fatih/color v1.9.0 [2021-07-02T12:44:43.658Z] #47 17.20 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-02T12:44:43.658Z] #47 17.29 go: finding github.com/pkg/errors v0.9.1 [2021-07-02T12:44:43.658Z] #47 17.46 go: finding github.com/mattn/go-colorable v0.1.6 [2021-07-02T12:44:43.658Z] #47 17.49 go: finding github.com/spf13/pflag v1.0.3 [2021-07-02T12:44:43.658Z] #47 17.52 go: finding github.com/mattn/go-isatty v0.0.12 [2021-07-02T12:44:43.658Z] #47 17.65 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-02T12:44:43.658Z] #47 17.94 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-02T12:44:43.658Z] #47 17.99 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-07-02T12:44:43.658Z] #47 18.09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-02T12:44:43.658Z] #47 18.10 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-02T12:44:43.658Z] #47 ... [2021-07-02T12:44:43.658Z] [2021-07-02T12:44:43.658Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-07-02T12:44:43.658Z] #67 sha256:66fa7706a5e955ca29f6a57375e0df462e2cecc07cf1972e565007298500d256 [2021-07-02T12:44:43.915Z] #67 20.11 Checking out files: 62% (1185/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-07-02T12:44:43.915Z] #67 20.83 + cd /tmp/tmp.FmAxMnMHrX/src/github.com/docker/libnetwork [2021-07-02T12:44:43.915Z] #67 20.83 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-07-02T12:44:43.915Z] #67 ... [2021-07-02T12:44:43.915Z] [2021-07-02T12:44:43.915Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:44:43.915Z] #49 sha256:7eaa315c2a20d0c0bdbc893d6379d82ab8e3359dd06248766ed79edbb6e39001 [2021-07-02T12:44:43.915Z] #49 10.82 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-07-02T12:44:43.915Z] #49 10.89 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-02T12:44:43.915Z] #49 11.03 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-02T12:44:43.916Z] #49 11.13 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-07-02T12:44:43.916Z] #49 11.19 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-02T12:44:43.916Z] #49 11.22 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-02T12:44:43.916Z] #49 11.28 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-02T12:44:43.916Z] #49 11.36 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-02T12:44:43.916Z] #49 11.46 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-07-02T12:44:43.916Z] #49 12.88 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-02T12:44:43.916Z] #49 15.08 go: downloading github.com/stretchr/testify v1.4.0 [2021-07-02T12:44:43.916Z] #49 15.08 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-02T12:44:43.916Z] #49 15.09 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-02T12:44:43.916Z] #49 15.14 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-02T12:44:43.916Z] #49 15.21 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-02T12:44:43.916Z] #49 15.40 go: downloading github.com/spf13/viper v1.6.1 [2021-07-02T12:44:43.916Z] #49 15.40 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-02T12:44:43.916Z] #49 15.40 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-02T12:44:43.916Z] #49 15.66 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-02T12:44:43.916Z] #49 15.68 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-02T12:44:43.916Z] #49 15.84 go: extracting github.com/spf13/viper v1.6.1 [2021-07-02T12:44:43.916Z] #49 16.03 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-02T12:44:43.916Z] #49 16.04 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-02T12:44:43.916Z] #49 16.06 go: extracting github.com/stretchr/testify v1.4.0 [2021-07-02T12:44:43.916Z] #49 16.09 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-02T12:44:43.916Z] #49 16.10 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-02T12:44:43.916Z] #49 16.14 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-02T12:44:43.916Z] #49 16.20 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-07-02T12:44:43.916Z] #49 16.31 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-07-02T12:44:43.916Z] #49 16.40 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-02T12:44:43.916Z] #49 16.47 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-07-02T12:44:43.916Z] #49 16.55 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-02T12:44:43.916Z] #49 16.55 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-07-02T12:44:43.916Z] #49 16.60 go: downloading github.com/magiconair/properties v1.8.1 [2021-07-02T12:44:43.916Z] #49 16.80 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-02T12:44:43.916Z] #49 16.83 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-02T12:44:43.916Z] #49 16.84 go: downloading github.com/subosito/gotenv v1.2.0 [2021-07-02T12:44:43.916Z] #49 16.89 go: extracting github.com/magiconair/properties v1.8.1 [2021-07-02T12:44:43.916Z] #49 16.90 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-07-02T12:44:43.916Z] #49 17.00 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-02T12:44:43.916Z] #49 17.06 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-07-02T12:44:43.916Z] #49 17.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-02T12:44:43.916Z] #49 17.18 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-07-02T12:44:43.916Z] #49 17.40 go: extracting github.com/subosito/gotenv v1.2.0 [2021-07-02T12:44:43.916Z] #49 17.45 go: downloading golang.org/x/text v0.3.2 [2021-07-02T12:44:43.916Z] #49 17.75 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-02T12:44:43.916Z] #49 17.76 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-02T12:44:43.916Z] #49 17.80 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-02T12:44:43.916Z] #49 17.89 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-07-02T12:44:43.916Z] #49 17.98 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-02T12:44:43.916Z] #49 18.07 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-02T12:44:43.916Z] #49 18.22 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-07-02T12:44:43.916Z] #49 18.33 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-02T12:44:43.916Z] #49 18.33 go: downloading github.com/spf13/cast v1.3.0 [2021-07-02T12:44:43.916Z] #49 18.48 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-02T12:44:43.916Z] #49 18.51 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-07-02T12:44:43.916Z] #49 18.51 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-07-02T12:44:43.916Z] #49 18.61 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-02T12:44:43.916Z] #49 18.63 go: extracting github.com/spf13/cast v1.3.0 [2021-07-02T12:44:43.916Z] #49 18.74 go: downloading github.com/gobwas/glob v0.2.3 [2021-07-02T12:44:43.916Z] #49 18.91 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-02T12:44:43.916Z] #49 18.97 go: downloading github.com/kisielk/gotool v1.0.0 [2021-07-02T12:44:43.916Z] #49 19.15 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-07-02T12:44:43.916Z] #49 19.19 go: downloading github.com/stretchr/objx v0.2.0 [2021-07-02T12:44:43.916Z] #49 19.34 go: extracting github.com/gobwas/glob v0.2.3 [2021-07-02T12:44:43.916Z] #49 19.52 go: extracting github.com/kisielk/gotool v1.0.0 [2021-07-02T12:44:43.916Z] #49 19.53 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-02T12:44:43.916Z] #49 19.74 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-02T12:44:43.916Z] #49 19.99 go: extracting github.com/stretchr/objx v0.2.0 [2021-07-02T12:44:43.916Z] #49 20.02 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-02T12:44:43.916Z] #49 20.11 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-07-02T12:44:43.916Z] #49 20.26 go: downloading github.com/gogo/protobuf v1.2.1 [2021-07-02T12:44:43.916Z] #49 20.51 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-07-02T12:44:43.916Z] #49 20.60 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-07-02T12:44:43.916Z] #49 20.68 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-07-02T12:44:43.916Z] #49 20.91 go: downloading github.com/spf13/afero v1.1.2 [2021-07-02T12:44:44.173Z] #49 ... [2021-07-02T12:44:44.173Z] [2021-07-02T12:44:44.173Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:44:44.173Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:44:44.173Z] #51 21.08 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-02T12:44:45.529Z] #36 29.48 Selecting previously unselected package libicu63:s390x. [2021-07-02T12:44:45.529Z] #36 29.51 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-07-02T12:44:45.529Z] #36 29.52 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-07-02T12:44:45.542Z] #51 ... [2021-07-02T12:44:45.542Z] [2021-07-02T12:44:45.542Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:44:45.542Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:44:45.542Z] #45 12.06 unicode/utf8 [2021-07-02T12:44:45.542Z] #45 12.66 math [2021-07-02T12:44:45.542Z] #45 16.62 unicode/utf16 [2021-07-02T12:44:45.542Z] #45 17.09 container/list [2021-07-02T12:44:45.542Z] #45 17.91 crypto/internal/subtle [2021-07-02T12:44:45.542Z] #45 17.98 crypto/subtle [2021-07-02T12:44:45.542Z] #45 18.07 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-07-02T12:44:45.542Z] #45 18.21 internal/nettrace [2021-07-02T12:44:45.542Z] #45 18.38 runtime/cgo [2021-07-02T12:44:45.542Z] #45 ... [2021-07-02T12:44:45.542Z] [2021-07-02T12:44:45.542Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:44:45.542Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:44:45.542Z] #51 22.35 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-02T12:44:45.542Z] #51 22.45 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-02T12:44:45.542Z] #51 22.58 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-02T12:44:45.799Z] #51 22.62 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-02T12:44:46.363Z] #51 ... [2021-07-02T12:44:46.363Z] [2021-07-02T12:44:46.363Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:44:46.363Z] #34 sha256:da7cb80751352d8bc96b298c6b726a39f1c1e63b71504e9707ad079a447deecd [2021-07-02T12:44:46.363Z] #34 13.11 internal/testlog [2021-07-02T12:44:46.363Z] #34 13.61 encoding [2021-07-02T12:44:46.363Z] #34 13.84 runtime/cgo [2021-07-02T12:44:46.363Z] #34 ... [2021-07-02T12:44:46.363Z] [2021-07-02T12:44:46.363Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:44:46.363Z] #49 sha256:7eaa315c2a20d0c0bdbc893d6379d82ab8e3359dd06248766ed79edbb6e39001 [2021-07-02T12:44:46.363Z] #49 21.48 go: extracting github.com/spf13/afero v1.1.2 [2021-07-02T12:44:46.363Z] #49 21.50 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-02T12:44:46.363Z] #49 21.55 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-07-02T12:44:46.363Z] #49 21.73 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-02T12:44:46.363Z] #49 21.76 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-02T12:44:46.363Z] #49 21.76 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-07-02T12:44:46.363Z] #49 21.85 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-02T12:44:46.363Z] #49 21.97 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-02T12:44:46.363Z] #49 22.05 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-02T12:44:46.363Z] #49 22.09 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-07-02T12:44:46.363Z] #49 22.51 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-07-02T12:44:46.363Z] #49 22.55 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-02T12:44:46.363Z] #49 22.66 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-07-02T12:44:46.363Z] #49 22.80 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-02T12:44:46.363Z] #49 23.01 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-02T12:44:46.363Z] #49 23.02 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-02T12:44:46.363Z] #49 23.11 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-07-02T12:44:46.363Z] #49 23.26 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-02T12:44:46.363Z] #49 23.27 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-07-02T12:44:46.363Z] #49 23.34 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-07-02T12:44:46.619Z] #49 23.41 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-02T12:44:46.876Z] #49 23.65 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-07-02T12:44:46.876Z] #49 23.77 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-07-02T12:44:47.134Z] #49 23.90 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-07-02T12:44:47.134Z] #49 24.15 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-07-02T12:44:47.390Z] #49 24.34 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-07-02T12:44:48.320Z] #49 24.95 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-07-02T12:44:48.577Z] #49 25.45 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-07-02T12:44:49.058Z] #36 ... [2021-07-02T12:44:49.058Z] [2021-07-02T12:44:49.058Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:49.058Z] #42 sha256:1542285c14d1468d46382b19b8ba1862db088793040cb25dd467768ab9137a5f [2021-07-02T12:44:49.058Z] #42 24.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-07-02T12:44:49.058Z] #42 24.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2021-07-02T12:44:49.058Z] #42 24.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-07-02T12:44:49.058Z] #42 25.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2021-07-02T12:44:49.058Z] #42 25.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-07-02T12:44:49.058Z] #42 25.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2021-07-02T12:44:49.058Z] #42 25.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2021-07-02T12:44:49.058Z] #42 25.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2021-07-02T12:44:49.058Z] #42 25.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2021-07-02T12:44:49.058Z] #42 26.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2021-07-02T12:44:49.058Z] #42 26.31 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2021-07-02T12:44:49.058Z] #42 26.40 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2021-07-02T12:44:49.058Z] #42 26.51 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2021-07-02T12:44:49.058Z] #42 26.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2021-07-02T12:44:49.058Z] #42 26.59 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2021-07-02T12:44:49.058Z] #42 26.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2021-07-02T12:44:49.058Z] #42 27.98 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:44:49.058Z] #42 28.01 Fetched 3742 kB in 3s (1381 kB/s) [2021-07-02T12:44:49.058Z] #42 28.06 Selecting previously unselected package libcap-dev:s390x. [2021-07-02T12:44:49.058Z] #42 28.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-07-02T12:44:49.058Z] #42 28.09 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 28.10 Unpacking libcap-dev:s390x (1:2.25-2) ... [2021-07-02T12:44:49.058Z] #42 28.17 Selecting previously unselected package libnet1:s390x. [2021-07-02T12:44:49.058Z] #42 28.17 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 28.18 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-07-02T12:44:49.058Z] #42 28.25 Selecting previously unselected package libnet1-dev. [2021-07-02T12:44:49.058Z] #42 28.25 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 28.26 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-07-02T12:44:49.058Z] #42 28.42 Selecting previously unselected package libnl-3-200:s390x. [2021-07-02T12:44:49.058Z] #42 28.42 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 28.43 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-07-02T12:44:49.058Z] #42 28.50 Selecting previously unselected package libnl-3-dev:s390x. [2021-07-02T12:44:49.058Z] #42 28.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 28.51 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2021-07-02T12:44:49.058Z] #42 28.72 Selecting previously unselected package libprotobuf-c1:s390x. [2021-07-02T12:44:49.058Z] #42 28.72 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 28.72 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-07-02T12:44:49.058Z] #42 28.78 Selecting previously unselected package libprotobuf-c-dev:s390x. [2021-07-02T12:44:49.058Z] #42 28.78 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 28.79 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-07-02T12:44:49.058Z] #42 28.87 Selecting previously unselected package zlib1g-dev:s390x. [2021-07-02T12:44:49.058Z] #42 28.87 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 28.87 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-07-02T12:44:49.058Z] #42 29.13 Selecting previously unselected package libprotobuf17:s390x. [2021-07-02T12:44:49.058Z] #42 29.13 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 29.13 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2021-07-02T12:44:49.058Z] #42 29.72 Selecting previously unselected package libprotobuf-lite17:s390x. [2021-07-02T12:44:49.058Z] #42 29.72 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 29.73 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-07-02T12:44:49.058Z] #42 29.89 Selecting previously unselected package libprotobuf-dev:s390x. [2021-07-02T12:44:49.058Z] #42 29.90 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 29.90 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-07-02T12:44:49.058Z] #42 30.74 Selecting previously unselected package libprotoc17:s390x. [2021-07-02T12:44:49.058Z] #42 30.74 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 30.74 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2021-07-02T12:44:49.058Z] #42 31.22 Selecting previously unselected package protobuf-c-compiler. [2021-07-02T12:44:49.058Z] #42 31.25 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 31.25 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-07-02T12:44:49.058Z] #42 31.31 Selecting previously unselected package protobuf-compiler. [2021-07-02T12:44:49.058Z] #42 31.31 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 31.32 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-07-02T12:44:49.058Z] #42 31.46 Selecting previously unselected package python-pkg-resources. [2021-07-02T12:44:49.058Z] #42 31.47 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-07-02T12:44:49.058Z] #42 31.48 Unpacking python-pkg-resources (40.8.0-1) ... [2021-07-02T12:44:49.058Z] #42 31.61 Selecting previously unselected package python-six. [2021-07-02T12:44:49.058Z] #42 31.61 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-07-02T12:44:49.058Z] #42 31.62 Unpacking python-six (1.12.0-1) ... [2021-07-02T12:44:49.058Z] #42 31.68 Selecting previously unselected package python-protobuf. [2021-07-02T12:44:49.058Z] #42 31.68 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2021-07-02T12:44:49.058Z] #42 31.69 Unpacking python-protobuf (3.6.1.3-2) ... [2021-07-02T12:44:49.058Z] #42 32.06 Setting up python-pkg-resources (40.8.0-1) ... [2021-07-02T12:44:49.696Z] #42 33.76 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-07-02T12:44:49.696Z] #42 33.77 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-07-02T12:44:49.696Z] #42 33.77 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-07-02T12:44:49.696Z] #42 33.78 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-07-02T12:44:49.696Z] #42 33.79 Setting up python-six (1.12.0-1) ... [2021-07-02T12:44:49.946Z] #49 26.79 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-07-02T12:44:49.946Z] #49 26.79 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-07-02T12:44:49.946Z] #49 26.80 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-07-02T12:44:49.946Z] #49 26.82 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-07-02T12:44:49.946Z] #49 26.82 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-07-02T12:44:49.946Z] #49 26.82 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-07-02T12:44:49.946Z] #49 26.86 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-07-02T12:44:49.946Z] #49 ... [2021-07-02T12:44:49.946Z] [2021-07-02T12:44:49.946Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:44:49.946Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-07-02T12:44:49.946Z] #36 9.226 Reading package lists... [2021-07-02T12:44:49.946Z] #36 17.14 Reading package lists... [2021-07-02T12:44:49.946Z] #36 24.20 Building dependency tree... [2021-07-02T12:44:49.946Z] #36 25.78 Reading state information... [2021-07-02T12:44:49.946Z] #36 ... [2021-07-02T12:44:49.946Z] [2021-07-02T12:44:49.946Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-07-02T12:44:49.946Z] #58 sha256:8fa87f78370bcacee159797906b45a81deb17cd109d447028cdb5fc20cda66ec [2021-07-02T12:44:49.946Z] #58 16.74 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-02T12:44:49.946Z] #58 16.93 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-07-02T12:44:49.946Z] #58 18.01 go: extracting github.com/moby/vpnkit v0.5.0 [2021-07-02T12:44:49.946Z] #58 18.34 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-02T12:44:49.946Z] #58 19.37 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-07-02T12:44:49.946Z] #58 21.53 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-02T12:44:49.946Z] #58 22.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-02T12:44:49.946Z] #58 23.01 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-02T12:44:49.946Z] #58 23.02 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-07-02T12:44:49.946Z] #58 23.48 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-07-02T12:44:49.946Z] #58 24.40 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-07-02T12:44:49.946Z] #58 26.92 go: finding github.com/pkg/errors v0.9.1 [2021-07-02T12:44:50.203Z] #58 27.11 go: finding github.com/sirupsen/logrus v1.8.1 [2021-07-02T12:44:50.203Z] #58 ... [2021-07-02T12:44:50.203Z] [2021-07-02T12:44:50.203Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:44:50.203Z] #49 sha256:7eaa315c2a20d0c0bdbc893d6379d82ab8e3359dd06248766ed79edbb6e39001 [2021-07-02T12:44:50.203Z] #49 26.88 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-07-02T12:44:50.203Z] #49 26.88 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-07-02T12:44:50.203Z] #49 27.00 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-07-02T12:44:50.203Z] #49 27.03 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-07-02T12:44:50.203Z] #49 27.09 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-07-02T12:44:50.203Z] #49 ... [2021-07-02T12:44:50.203Z] [2021-07-02T12:44:50.203Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:50.203Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-07-02T12:44:50.203Z] #42 9.547 Reading package lists... [2021-07-02T12:44:50.203Z] #42 17.48 Reading package lists... [2021-07-02T12:44:50.203Z] #42 23.87 Building dependency tree... [2021-07-02T12:44:50.203Z] #42 25.33 Reading state information... [2021-07-02T12:44:50.203Z] #42 27.12 The following additional packages will be installed: [2021-07-02T12:44:50.203Z] #42 27.15 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-07-02T12:44:50.203Z] #42 27.15 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-07-02T12:44:50.203Z] #42 27.16 Suggested packages: [2021-07-02T12:44:50.203Z] #42 27.16 manpages-dev python-setuptools [2021-07-02T12:44:50.342Z] #42 ... [2021-07-02T12:44:50.342Z] [2021-07-02T12:44:50.342Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:44:50.342Z] #36 sha256:4e837319d21c53da7fdc70c134e46cd4046670577523d333c656836a6925ef46 [2021-07-02T12:44:50.342Z] #36 34.37 Selecting previously unselected package libxml2:s390x. [2021-07-02T12:44:50.342Z] #36 34.38 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_s390x.deb ... [2021-07-02T12:44:50.342Z] #36 34.38 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u2) ... [2021-07-02T12:44:50.460Z] #42 ... [2021-07-02T12:44:50.460Z] [2021-07-02T12:44:50.460Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-07-02T12:44:50.460Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-07-02T12:44:50.460Z] #55 9.687 Reading package lists... [2021-07-02T12:44:50.460Z] #55 17.88 Reading package lists... [2021-07-02T12:44:50.460Z] #55 24.45 Building dependency tree... [2021-07-02T12:44:50.460Z] #55 25.90 Reading state information... [2021-07-02T12:44:50.639Z] #36 34.80 Selecting previously unselected package libarchive13:s390x. [2021-07-02T12:44:50.639Z] #36 34.81 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2021-07-02T12:44:50.639Z] #36 34.81 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-07-02T12:44:50.717Z] #55 ... [2021-07-02T12:44:50.717Z] [2021-07-02T12:44:50.717Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-07-02T12:44:50.717Z] #58 sha256:8fa87f78370bcacee159797906b45a81deb17cd109d447028cdb5fc20cda66ec [2021-07-02T12:44:50.717Z] #58 27.30 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-02T12:44:50.717Z] #58 27.32 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-02T12:44:50.717Z] #58 27.45 go: finding github.com/google/uuid v1.2.0 [2021-07-02T12:44:50.717Z] #58 27.48 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-02T12:44:50.717Z] #58 27.62 go: finding github.com/gofrs/flock v0.8.0 [2021-07-02T12:44:50.717Z] #58 27.63 go: finding github.com/moby/vpnkit v0.5.0 [2021-07-02T12:44:50.717Z] #58 27.65 go: finding github.com/gorilla/mux v1.8.0 [2021-07-02T12:44:50.932Z] #36 35.05 Selecting previously unselected package libjsoncpp1:s390x. [2021-07-02T12:44:50.933Z] #36 35.06 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2021-07-02T12:44:50.933Z] #36 35.06 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2021-07-02T12:44:50.974Z] #58 27.71 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-07-02T12:44:50.974Z] #58 27.75 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-07-02T12:44:50.974Z] #58 27.81 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-02T12:44:50.974Z] #58 27.88 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-07-02T12:44:50.974Z] #58 27.96 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-02T12:44:51.225Z] #36 35.16 Selecting previously unselected package librhash0:s390x. [2021-07-02T12:44:51.225Z] #36 35.16 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2021-07-02T12:44:51.225Z] #36 35.17 Unpacking librhash0:s390x (1.3.8-1) ... [2021-07-02T12:44:51.225Z] #36 35.32 Selecting previously unselected package libuv1:s390x. [2021-07-02T12:44:51.225Z] #36 35.32 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2021-07-02T12:44:51.225Z] #36 35.32 Unpacking libuv1:s390x (1.24.1-1) ... [2021-07-02T12:44:51.225Z] #36 35.44 Selecting previously unselected package cmake. [2021-07-02T12:44:51.231Z] #58 28.15 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-07-02T12:44:51.518Z] #36 35.45 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2021-07-02T12:44:51.518Z] #36 35.45 Unpacking cmake (3.13.4-1) ... [2021-07-02T12:44:51.518Z] #36 ... [2021-07-02T12:44:51.518Z] [2021-07-02T12:44:51.518Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:44:51.518Z] #34 sha256:a9a78e444d8d0203db996d5781521c6c7c8020489801df55a7cd4bcdd82cbc4f [2021-07-02T12:44:51.518Z] #34 25.56 errors [2021-07-02T12:44:51.518Z] #34 25.57 sort [2021-07-02T12:44:51.518Z] #34 25.89 strconv [2021-07-02T12:44:51.518Z] #34 26.33 io [2021-07-02T12:44:51.518Z] #34 28.03 internal/oserror [2021-07-02T12:44:51.518Z] #34 28.05 syscall [2021-07-02T12:44:51.518Z] #34 29.16 reflect [2021-07-02T12:44:51.518Z] #34 33.23 time [2021-07-02T12:44:51.518Z] #34 ... [2021-07-02T12:44:51.518Z] [2021-07-02T12:44:51.518Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:51.518Z] #42 sha256:1542285c14d1468d46382b19b8ba1862db088793040cb25dd467768ab9137a5f [2021-07-02T12:44:51.518Z] #42 35.10 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-07-02T12:44:51.518Z] #42 35.11 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-07-02T12:44:51.518Z] #42 35.13 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2021-07-02T12:44:51.518Z] #42 35.14 Setting up libcap-dev:s390x (1:2.25-2) ... [2021-07-02T12:44:51.518Z] #42 35.16 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2021-07-02T12:44:51.518Z] #42 35.17 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-07-02T12:44:51.518Z] #42 35.18 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-07-02T12:44:51.518Z] #42 35.18 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-07-02T12:44:51.518Z] #42 35.19 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-07-02T12:44:51.518Z] #42 35.20 Setting up python-protobuf (3.6.1.3-2) ... [2021-07-02T12:44:52.157Z] #42 ... [2021-07-02T12:44:52.157Z] [2021-07-02T12:44:52.157Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-07-02T12:44:52.157Z] #47 sha256:9d358a68e9c9d4d8c4cfbc8a9e97fa99fa90d8f5b96f0c2391a7adea1077f696 [2021-07-02T12:44:52.157Z] #47 DONE 36.3s [2021-07-02T12:44:52.161Z] #58 ... [2021-07-02T12:44:52.161Z] [2021-07-02T12:44:52.161Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:44:52.161Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:44:52.161Z] #13 7.405 Reading package lists... [2021-07-02T12:44:52.161Z] #13 15.25 Reading package lists... [2021-07-02T12:44:52.161Z] #13 22.11 Building dependency tree... [2021-07-02T12:44:52.161Z] #13 23.71 Reading state information... [2021-07-02T12:44:52.161Z] #13 ... [2021-07-02T12:44:52.161Z] [2021-07-02T12:44:52.161Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:44:52.161Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:44:52.161Z] #45 28.98 vendor/golang.org/x/crypto/curve25519 [2021-07-02T12:44:52.452Z] [2021-07-02T12:44:52.452Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:44:52.452Z] #13 sha256:8c0c708ce89c0495df6820f33e1f1c23af900312056c5762832e92372b9cf2ee [2021-07-02T12:44:52.452Z] #13 25.71 3 upgraded, 25 newly installed, 0 to remove and 32 not upgraded. [2021-07-02T12:44:52.452Z] #13 25.71 Need to get 73.8 MB of archives. [2021-07-02T12:44:52.452Z] #13 25.71 After this operation, 494 MB of additional disk space will be used. [2021-07-02T12:44:52.452Z] #13 25.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u7 [309 kB] [2021-07-02T12:44:52.452Z] #13 25.72 Get:2 http://deb.debian.org/debian buster-backports/main s390x libseccomp2 s390x 2.4.1-2~bpo10+1 [44.9 kB] [2021-07-02T12:44:52.452Z] #13 25.83 Get:3 http://deb.debian.org/debian buster-backports/main s390x libseccomp-dev s390x 2.4.1-2~bpo10+1 [65.3 kB] [2021-07-02T12:44:52.452Z] #13 26.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u7 [145 kB] [2021-07-02T12:44:52.452Z] #13 26.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2021-07-02T12:44:52.452Z] #13 26.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2021-07-02T12:44:52.453Z] #13 26.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-07-02T12:44:52.453Z] #13 26.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2021-07-02T12:44:52.453Z] #13 26.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2021-07-02T12:44:52.453Z] #13 26.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2021-07-02T12:44:52.453Z] #13 27.05 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-07-02T12:44:52.453Z] #13 27.23 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2021-07-02T12:44:52.453Z] #13 27.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2021-07-02T12:44:52.453Z] #13 30.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-07-02T12:44:52.453Z] #13 31.42 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-07-02T12:44:52.453Z] #13 31.42 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-07-02T12:44:52.453Z] #13 31.43 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-07-02T12:44:52.453Z] #13 31.43 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-07-02T12:44:52.453Z] #13 31.43 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2021-07-02T12:44:52.453Z] #13 31.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u7 [110 kB] [2021-07-02T12:44:52.453Z] #13 31.43 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2021-07-02T12:44:52.453Z] #13 31.47 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2021-07-02T12:44:52.453Z] #13 31.61 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2021-07-02T12:44:52.453Z] #13 31.69 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2021-07-02T12:44:52.453Z] #13 31.72 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2021-07-02T12:44:52.453Z] #13 31.72 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2021-07-02T12:44:52.453Z] #13 31.88 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2021-07-02T12:44:52.453Z] #13 32.06 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u7 [322 kB] [2021-07-02T12:44:52.453Z] #13 32.89 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:44:52.453Z] #13 33.03 Fetched 73.8 MB in 7s (11.0 MB/s) [2021-07-02T12:44:52.453Z] #13 33.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-07-02T12:44:52.453Z] #13 33.14 Preparing to unpack .../libsystemd0_241-7~deb10u7_s390x.deb ... [2021-07-02T12:44:52.453Z] #13 33.16 Unpacking libsystemd0:s390x (241-7~deb10u7) over (241-7~deb10u4) ... [2021-07-02T12:44:52.453Z] #13 33.44 Setting up libsystemd0:s390x (241-7~deb10u7) ... [2021-07-02T12:44:52.453Z] #13 33.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-07-02T12:44:52.453Z] #13 33.60 Preparing to unpack .../libseccomp2_2.4.1-2~bpo10+1_s390x.deb ... [2021-07-02T12:44:52.453Z] #13 33.62 Unpacking libseccomp2:s390x (2.4.1-2~bpo10+1) over (2.3.3-4) ... [2021-07-02T12:44:52.453Z] #13 33.71 Setting up libseccomp2:s390x (2.4.1-2~bpo10+1) ... [2021-07-02T12:44:52.453Z] #13 33.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-07-02T12:44:52.453Z] #13 33.82 Preparing to unpack .../libudev1_241-7~deb10u7_s390x.deb ... [2021-07-02T12:44:52.453Z] #13 33.85 Unpacking libudev1:s390x (241-7~deb10u7) over (241-7~deb10u4) ... [2021-07-02T12:44:52.453Z] #13 33.98 Setting up libudev1:s390x (241-7~deb10u7) ... [2021-07-02T12:44:52.453Z] #13 34.04 Selecting previously unselected package binutils-mingw-w64-i686. [2021-07-02T12:44:52.453Z] #13 34.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-07-02T12:44:52.453Z] #13 34.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2021-07-02T12:44:52.453Z] #13 34.09 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-02T12:44:53.091Z] #13 36.00 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-07-02T12:44:53.091Z] #13 36.00 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2021-07-02T12:44:53.091Z] #13 36.04 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-02T12:44:53.091Z] #13 ... [2021-07-02T12:44:53.091Z] [2021-07-02T12:44:53.091Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:44:53.091Z] #45 sha256:2e45010c12b2ea669c466de827a3dcdd1332349562d424fc0f7b49907593f31a [2021-07-02T12:44:53.091Z] #45 27.15 github.com/LK4D4/vndr/godl/singleflight [2021-07-02T12:44:53.091Z] #45 27.16 io [2021-07-02T12:44:53.091Z] #45 27.60 strconv [2021-07-02T12:44:53.091Z] #45 28.29 bytes [2021-07-02T12:44:53.091Z] #45 29.70 bufio [2021-07-02T12:44:53.091Z] #45 29.92 reflect [2021-07-02T12:44:53.091Z] #45 30.89 syscall [2021-07-02T12:44:53.091Z] #45 36.47 time [2021-07-02T12:44:53.091Z] #45 ... [2021-07-02T12:44:53.091Z] [2021-07-02T12:44:53.091Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:44:53.091Z] #32 sha256:9f23364269c9f08f69e0d519b0909d23964b8ca6a3095a61039e5d5a9c76c9de [2021-07-02T12:44:53.091Z] #32 29.52 Checking out files: 93% (1423/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-07-02T12:44:53.091Z] #32 29.63 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-07-02T12:44:53.091Z] #32 30.46 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:44:53.384Z] #32 ... [2021-07-02T12:44:53.384Z] [2021-07-02T12:44:53.384Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:44:53.384Z] #34 sha256:a9a78e444d8d0203db996d5781521c6c7c8020489801df55a7cd4bcdd82cbc4f [2021-07-02T12:44:53.384Z] #34 37.62 internal/poll [2021-07-02T12:44:54.054Z] #45 ... [2021-07-02T12:44:54.054Z] [2021-07-02T12:44:54.054Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-07-02T12:44:54.054Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-07-02T12:44:54.054Z] #55 27.83 The following additional packages will be installed: [2021-07-02T12:44:54.054Z] #55 27.85 libbtrfs0 [2021-07-02T12:44:54.054Z] #55 28.06 The following NEW packages will be installed: [2021-07-02T12:44:54.054Z] #55 28.07 libbtrfs-dev libbtrfs0 [2021-07-02T12:44:54.054Z] #55 28.44 0 upgraded, 2 newly installed, 0 to remove and 34 not upgraded. [2021-07-02T12:44:54.054Z] #55 28.44 Need to get 119 kB of archives. [2021-07-02T12:44:54.054Z] #55 28.44 After this operation, 387 kB of additional disk space will be used. [2021-07-02T12:44:54.054Z] #55 28.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-02T12:44:54.054Z] #55 28.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-02T12:44:54.054Z] #55 29.45 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:44:54.054Z] #55 29.70 Fetched 119 kB in 0s (439 kB/s) [2021-07-02T12:44:54.054Z] #55 29.81 Selecting previously unselected package libbtrfs0. [2021-07-02T12:44:54.054Z] #55 29.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-07-02T12:44:54.054Z] #55 29.88 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-02T12:44:54.054Z] #55 29.89 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-02T12:44:54.054Z] #55 30.06 Selecting previously unselected package libbtrfs-dev. [2021-07-02T12:44:54.054Z] #55 30.06 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-02T12:44:54.054Z] #55 30.07 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-02T12:44:54.054Z] #55 30.29 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-02T12:44:54.054Z] #55 30.33 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-02T12:44:54.054Z] #55 30.38 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:44:54.054Z] #55 DONE 31.1s [2021-07-02T12:44:54.312Z] [2021-07-02T12:44:54.312Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:44:54.312Z] #56 sha256:5aae4413d33492560ae8ca2d245e0207660beac5567ca1ef7e2146847be182b1 [2021-07-02T12:44:54.423Z] #34 38.32 internal/fmtsort [2021-07-02T12:44:54.423Z] #34 ... [2021-07-02T12:44:54.423Z] [2021-07-02T12:44:54.423Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:44:54.423Z] #36 sha256:4e837319d21c53da7fdc70c134e46cd4046670577523d333c656836a6925ef46 [2021-07-02T12:44:54.423Z] #36 37.88 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-07-02T12:44:54.423Z] #36 37.89 Setting up xxd (2:8.1.0875-5) ... [2021-07-02T12:44:54.423Z] #36 37.90 Setting up libuv1:s390x (1.24.1-1) ... [2021-07-02T12:44:54.423Z] #36 37.90 Setting up vim-common (2:8.1.0875-5) ... [2021-07-02T12:44:54.423Z] #36 37.91 Setting up librhash0:s390x (1.3.8-1) ... [2021-07-02T12:44:54.423Z] #36 37.92 Setting up cmake-data (3.13.4-1) ... [2021-07-02T12:44:54.423Z] #36 37.93 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u2) ... [2021-07-02T12:44:54.423Z] #36 37.94 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2021-07-02T12:44:54.423Z] #36 37.95 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-07-02T12:44:54.423Z] #36 37.96 Setting up cmake (3.13.4-1) ... [2021-07-02T12:44:54.423Z] #36 37.97 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:44:54.423Z] #36 38.03 Processing triggers for mime-support (3.62) ... [2021-07-02T12:44:54.423Z] #36 DONE 38.4s [2021-07-02T12:44:54.423Z] [2021-07-02T12:44:54.424Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:54.424Z] #42 sha256:1542285c14d1468d46382b19b8ba1862db088793040cb25dd467768ab9137a5f [2021-07-02T12:44:54.424Z] #42 38.12 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2021-07-02T12:44:54.424Z] #42 38.13 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:44:54.424Z] #42 DONE 38.5s [2021-07-02T12:44:54.424Z] [2021-07-02T12:44:54.424Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:44:54.424Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:44:54.569Z] #56 ... [2021-07-02T12:44:54.569Z] [2021-07-02T12:44:54.569Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-07-02T12:44:54.569Z] #67 sha256:66fa7706a5e955ca29f6a57375e0df462e2cecc07cf1972e565007298500d256 [2021-07-02T12:44:54.569Z] #67 21.49 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-07-02T12:44:54.827Z] #67 ... [2021-07-02T12:44:54.827Z] [2021-07-02T12:44:54.827Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:54.827Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-07-02T12:44:54.827Z] #42 28.43 The following NEW packages will be installed: [2021-07-02T12:44:54.827Z] #42 28.44 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-07-02T12:44:54.827Z] #42 28.44 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-07-02T12:44:54.827Z] #42 28.44 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-07-02T12:44:54.827Z] #42 28.45 python-six zlib1g-dev [2021-07-02T12:44:54.827Z] #42 28.87 0 upgraded, 17 newly installed, 0 to remove and 34 not upgraded. [2021-07-02T12:44:54.827Z] #42 28.87 Need to get 4095 kB of archives. [2021-07-02T12:44:54.827Z] #42 28.87 After this operation, 22.5 MB of additional disk space will be used. [2021-07-02T12:44:54.827Z] #42 28.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-07-02T12:44:54.827Z] #42 28.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-02T12:44:54.827Z] #42 29.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-07-02T12:44:54.827Z] #42 29.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-02T12:44:54.827Z] #42 29.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-07-02T12:44:54.827Z] #42 29.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-02T12:44:54.827Z] #42 29.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-07-02T12:44:54.827Z] #42 29.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-07-02T12:44:54.827Z] #42 29.13 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-07-02T12:44:54.827Z] #42 29.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-07-02T12:44:54.827Z] #42 29.24 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-07-02T12:44:54.827Z] #42 29.34 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-07-02T12:44:54.827Z] #42 29.42 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-07-02T12:44:54.827Z] #42 29.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-07-02T12:44:54.827Z] #42 29.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-07-02T12:44:54.827Z] #42 29.47 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-07-02T12:44:54.827Z] #42 29.48 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-07-02T12:44:54.827Z] #42 30.83 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:44:54.827Z] #42 31.21 Fetched 4095 kB in 1s (4205 kB/s) [2021-07-02T12:44:54.827Z] #42 31.46 Selecting previously unselected package libcap-dev:amd64. [2021-07-02T12:44:54.827Z] #42 31.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-07-02T12:44:54.827Z] #42 31.56 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-07-02T12:44:54.827Z] #42 31.57 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-07-02T12:44:55.076Z] #43 ... [2021-07-02T12:44:55.076Z] [2021-07-02T12:44:55.076Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:44:55.076Z] #51 sha256:8239ea997d7440893ae7e813927cc475e8558687915214d1507fff782b128be9 [2021-07-02T12:44:55.076Z] #51 29.29 bytes [2021-07-02T12:44:55.076Z] #51 29.29 syscall [2021-07-02T12:44:55.076Z] #51 31.27 reflect [2021-07-02T12:44:55.076Z] #51 33.86 time [2021-07-02T12:44:55.076Z] #51 38.26 context [2021-07-02T12:44:55.076Z] #51 39.21 internal/poll [2021-07-02T12:44:55.082Z] #42 31.91 Selecting previously unselected package libnet1:amd64. [2021-07-02T12:44:55.082Z] #42 31.91 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-02T12:44:55.082Z] #42 31.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-02T12:44:55.339Z] #42 32.21 Selecting previously unselected package libnet1-dev. [2021-07-02T12:44:55.339Z] #42 32.21 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-02T12:44:55.339Z] #42 32.23 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-07-02T12:44:55.369Z] #51 ... [2021-07-02T12:44:55.369Z] [2021-07-02T12:44:55.369Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:44:55.369Z] #13 sha256:8c0c708ce89c0495df6820f33e1f1c23af900312056c5762832e92372b9cf2ee [2021-07-02T12:44:55.369Z] #13 37.91 Selecting previously unselected package binutils-mingw-w64. [2021-07-02T12:44:55.369Z] #13 37.91 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-07-02T12:44:55.369Z] #13 37.92 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-02T12:44:55.369Z] #13 38.02 Selecting previously unselected package libdevmapper1.02.1:s390x. [2021-07-02T12:44:55.369Z] #13 38.02 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-07-02T12:44:55.369Z] #13 38.03 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-07-02T12:44:55.369Z] #13 38.18 Selecting previously unselected package dmsetup. [2021-07-02T12:44:55.369Z] #13 38.18 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2021-07-02T12:44:55.369Z] #13 38.18 Unpacking dmsetup (2:1.02.155-3) ... [2021-07-02T12:44:55.369Z] #13 38.29 Selecting previously unselected package mingw-w64-common. [2021-07-02T12:44:55.369Z] #13 38.29 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-07-02T12:44:55.369Z] #13 38.29 Unpacking mingw-w64-common (6.0.0-3) ... [2021-07-02T12:44:55.595Z] #42 32.47 Selecting previously unselected package libnl-3-200:amd64. [2021-07-02T12:44:55.595Z] #42 32.48 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-02T12:44:55.595Z] #42 32.50 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-02T12:44:55.852Z] #42 32.66 Selecting previously unselected package libnl-3-dev:amd64. [2021-07-02T12:44:55.852Z] #42 32.66 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-07-02T12:44:55.852Z] #42 32.67 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-07-02T12:44:56.109Z] #42 32.97 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-02T12:44:56.109Z] #42 32.98 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-02T12:44:56.109Z] #42 32.98 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-02T12:44:56.366Z] #42 33.10 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-07-02T12:44:56.366Z] #42 33.11 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-07-02T12:44:56.366Z] #42 33.12 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-07-02T12:44:56.366Z] #42 33.26 Selecting previously unselected package zlib1g-dev:amd64. [2021-07-02T12:44:56.366Z] #42 33.28 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-07-02T12:44:56.366Z] #42 33.29 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-07-02T12:44:56.623Z] #42 ... [2021-07-02T12:44:56.623Z] [2021-07-02T12:44:56.623Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:44:56.623Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:44:56.623Z] #51 23.43 runtime [2021-07-02T12:44:56.623Z] #51 23.50 runtime/cgo [2021-07-02T12:44:56.880Z] #51 ... [2021-07-02T12:44:56.880Z] [2021-07-02T12:44:56.880Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:44:56.880Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-07-02T12:44:56.880Z] #42 33.57 Selecting previously unselected package libprotobuf17:amd64. [2021-07-02T12:44:56.880Z] #42 33.58 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-07-02T12:44:56.880Z] #42 33.58 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-02T12:44:56.880Z] #42 ... [2021-07-02T12:44:56.880Z] [2021-07-02T12:44:56.880Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:44:56.880Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-07-02T12:44:56.880Z] #40 23.46 Checking out files: 85% (1456/1696) Checking out files: 86% (1459/1696) Checking out files: 87% (1476/1696) Checking out files: 88% (1493/1696) Checking out files: 89% (1510/1696) Checking out files: 90% (1527/1696) Checking out files: 91% (1544/1696) Checking out files: 92% (1561/1696) Checking out files: 93% (1578/1696) Checking out files: 94% (1595/1696) Checking out files: 95% (1612/1696) Checking out files: 96% (1629/1696) Checking out files: 97% (1646/1696) Checking out files: 98% (1663/1696) Checking out files: 99% (1680/1696) Checking out files: 100% (1696/1696) Checking out files: 100% (1696/1696), done. [2021-07-02T12:44:56.880Z] #40 23.70 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-07-02T12:44:56.880Z] #40 25.30 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-07-02T12:44:57.136Z] #40 ... [2021-07-02T12:44:57.136Z] [2021-07-02T12:44:57.136Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:44:57.136Z] #56 sha256:5aae4413d33492560ae8ca2d245e0207660beac5567ca1ef7e2146847be182b1 [2021-07-02T12:44:57.136Z] #56 1.245 + RM_GOPATH=0 [2021-07-02T12:44:57.136Z] #56 1.245 + TMP_GOPATH= [2021-07-02T12:44:57.136Z] #56 1.245 + : /build [2021-07-02T12:44:57.136Z] #56 1.245 + '[' -z '' ']' [2021-07-02T12:44:57.136Z] #56 1.245 ++ mktemp -d [2021-07-02T12:44:57.136Z] #56 1.247 + export GOPATH=/tmp/tmp.y5dSSEpnKy [2021-07-02T12:44:57.136Z] #56 1.248 + GOPATH=/tmp/tmp.y5dSSEpnKy [2021-07-02T12:44:57.136Z] #56 1.248 + RM_GOPATH=1 [2021-07-02T12:44:57.136Z] #56 1.249 + case "$(go env GOARCH)" in [2021-07-02T12:44:57.136Z] #56 1.252 ++ go env GOARCH [2021-07-02T12:44:57.137Z] #56 1.284 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:57.137Z] #56 1.284 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:57.137Z] #56 1.285 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:57.137Z] #56 1.294 + dir=/tmp/install [2021-07-02T12:44:57.137Z] #56 1.301 + bin=containerd [2021-07-02T12:44:57.137Z] #56 1.301 + shift [2021-07-02T12:44:57.137Z] #56 1.301 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-07-02T12:44:57.137Z] #56 1.301 + . /tmp/install/containerd.installer [2021-07-02T12:44:57.137Z] #56 1.301 ++ set -e [2021-07-02T12:44:57.137Z] #56 1.302 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-02T12:44:57.137Z] #56 1.302 + install_containerd [2021-07-02T12:44:57.137Z] #56 1.305 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d' [2021-07-02T12:44:57.137Z] #56 1.306 + git clone https://github.com/containerd/containerd.git /tmp/tmp.y5dSSEpnKy/src/github.com/containerd/containerd [2021-07-02T12:44:57.137Z] #56 1.306 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-02T12:44:57.137Z] #56 1.320 Cloning into '/tmp/tmp.y5dSSEpnKy/src/github.com/containerd/containerd'... [2021-07-02T12:44:59.831Z] #13 42.52 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-07-02T12:44:59.831Z] #13 42.52 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-07-02T12:44:59.831Z] #13 42.52 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-02T12:44:59.831Z] #13 ... [2021-07-02T12:44:59.831Z] [2021-07-02T12:44:59.831Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-07-02T12:44:59.831Z] #37 sha256:65668607bf77f24525d4c1507d68d6280f392508943db7538484c85b212c3061 [2021-07-02T12:44:59.831Z] #37 0.870 + RM_GOPATH=0 [2021-07-02T12:44:59.831Z] #37 0.871 + TMP_GOPATH= [2021-07-02T12:44:59.831Z] #37 0.871 + : /build [2021-07-02T12:44:59.831Z] #37 0.871 + '[' -z '' ']' [2021-07-02T12:44:59.831Z] #37 0.871 ++ mktemp -d [2021-07-02T12:44:59.831Z] #37 0.872 + export GOPATH=/tmp/tmp.fbcEeHrW30 [2021-07-02T12:44:59.831Z] #37 0.872 + GOPATH=/tmp/tmp.fbcEeHrW30 [2021-07-02T12:44:59.831Z] #37 0.872 + RM_GOPATH=1 [2021-07-02T12:44:59.831Z] #37 0.872 + case "$(go env GOARCH)" in [2021-07-02T12:44:59.831Z] #37 0.873 ++ go env GOARCH [2021-07-02T12:44:59.831Z] #37 0.878 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:59.831Z] #37 0.878 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:44:59.831Z] #37 0.880 ++ dirname /tmp/install/install.sh [2021-07-02T12:44:59.831Z] #37 0.880 + dir=/tmp/install [2021-07-02T12:44:59.831Z] #37 0.880 + bin=tini [2021-07-02T12:44:59.831Z] #37 0.880 + shift [2021-07-02T12:44:59.831Z] #37 0.880 + '[' '!' -f /tmp/install/tini.installer ']' [2021-07-02T12:44:59.831Z] #37 0.880 + . /tmp/install/tini.installer [2021-07-02T12:44:59.831Z] #37 0.881 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-02T12:44:59.831Z] #37 0.881 + install_tini [2021-07-02T12:44:59.831Z] #37 0.881 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-07-02T12:44:59.831Z] #37 0.881 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-02T12:44:59.831Z] #37 0.881 + git clone https://github.com/krallin/tini.git /tmp/tmp.fbcEeHrW30/tini [2021-07-02T12:44:59.831Z] #37 0.884 Cloning into '/tmp/tmp.fbcEeHrW30/tini'... [2021-07-02T12:44:59.831Z] #37 1.394 + cd /tmp/tmp.fbcEeHrW30/tini [2021-07-02T12:44:59.831Z] #37 1.394 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-02T12:44:59.831Z] #37 1.404 + cmake . [2021-07-02T12:44:59.831Z] #37 1.745 -- The C compiler identification is GNU 8.3.0 [2021-07-02T12:44:59.831Z] #37 1.767 -- Check for working C compiler: /usr/bin/cc [2021-07-02T12:44:59.831Z] #37 2.234 -- Check for working C compiler: /usr/bin/cc -- works [2021-07-02T12:44:59.831Z] #37 2.235 -- Detecting C compiler ABI info [2021-07-02T12:44:59.831Z] #37 2.549 -- Detecting C compiler ABI info - done [2021-07-02T12:44:59.831Z] #37 2.553 -- Detecting C compile features [2021-07-02T12:44:59.831Z] #37 3.521 -- Detecting C compile features - done [2021-07-02T12:44:59.831Z] #37 3.530 -- Performing Test HAS_BUILTIN_FORTIFY [2021-07-02T12:44:59.831Z] #37 3.631 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-07-02T12:44:59.831Z] #37 3.717 -- Configuring done [2021-07-02T12:44:59.831Z] #37 3.734 -- Generating done [2021-07-02T12:44:59.831Z] #37 3.748 -- Build files have been written to: /tmp/tmp.fbcEeHrW30/tini [2021-07-02T12:44:59.831Z] #37 3.757 + make tini-static [2021-07-02T12:44:59.831Z] #37 4.066 Scanning dependencies of target tini-static [2021-07-02T12:44:59.831Z] #37 4.131 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-07-02T12:44:59.831Z] #37 4.831 [100%] Linking C executable tini-static [2021-07-02T12:44:59.831Z] #37 5.239 [100%] Built target tini-static [2021-07-02T12:44:59.831Z] #37 5.282 + mkdir -p /build [2021-07-02T12:44:59.831Z] #37 5.284 + cp tini-static /build/docker-init [2021-07-02T12:44:59.831Z] #37 DONE 5.5s [2021-07-02T12:45:00.130Z] [2021-07-02T12:45:00.130Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:00.130Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:00.130Z] #43 1.734 Note: Building without setproctitle() and strlcpy() support. [2021-07-02T12:45:00.130Z] #43 1.734 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-07-02T12:45:00.130Z] #43 1.743 Note: Building without GnuTLS support [2021-07-02T12:45:00.130Z] #43 1.750 Makefile.config:39: Warn: you have no libnftables installed [2021-07-02T12:45:00.130Z] #43 1.750 Makefile.config:40: Warn: Building without nftables support [2021-07-02T12:45:00.130Z] #43 2.629 fatal: not a git repository (or any of the parent directories): .git [2021-07-02T12:45:00.130Z] #43 2.663 GEN .gitid [2021-07-02T12:45:00.130Z] #43 2.677 GEN criu/include/version.h [2021-07-02T12:45:00.130Z] #43 2.703 GEN include/common/asm [2021-07-02T12:45:00.130Z] #43 3.486 PBCC images/timens.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.504 DEP images/timens.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.547 PBCC images/fown.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.550 PBCC images/google/protobuf/descriptor.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.584 PBCC images/opts.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.612 PBCC images/memfd.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.651 DEP images/fown.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.659 DEP images/google/protobuf/descriptor.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.708 DEP images/opts.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.727 DEP images/memfd.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.755 PBCC images/sit.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.800 DEP images/sit.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.810 PBCC images/macvlan.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.834 DEP images/macvlan.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.858 PBCC images/autofs.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.860 DEP images/autofs.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.904 PBCC images/sysctl.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.926 DEP images/sysctl.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.935 PBCC images/time.pb-c.c [2021-07-02T12:45:00.130Z] #43 3.950 DEP images/time.pb-c.d [2021-07-02T12:45:00.130Z] #43 3.988 PBCC images/binfmt-misc.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.003 DEP images/binfmt-misc.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.044 PBCC images/seccomp.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.050 DEP images/seccomp.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.075 PBCC images/userns.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.085 DEP images/userns.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.121 PBCC images/cgroup.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.124 DEP images/cgroup.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.167 PBCC images/ext-file.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.180 DEP images/ext-file.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.186 PBCC images/rpc.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.247 DEP images/rpc.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.271 PBCC images/siginfo.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.287 DEP images/siginfo.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.296 PBCC images/pagemap.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.319 DEP images/pagemap.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.359 PBCC images/rlimit.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.362 DEP images/rlimit.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.421 PBCC images/file-lock.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.424 DEP images/file-lock.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.479 PBCC images/tty.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.545 DEP images/tty.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.556 PBCC images/tun.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.657 PBCC images/netdev.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.664 DEP images/tun.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.709 DEP images/netdev.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.730 PBCC images/vma.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.750 DEP images/vma.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.797 PBCC images/creds.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.820 DEP images/creds.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.860 PBCC images/utsns.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.900 DEP images/utsns.pb-c.d [2021-07-02T12:45:00.130Z] #43 4.907 PBCC images/ipc-desc.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.932 PBCC images/ipc-sem.pb-c.c [2021-07-02T12:45:00.130Z] #43 4.939 DEP images/ipc-desc.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.018 DEP images/ipc-sem.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.034 PBCC images/ipc-msg.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.043 DEP images/ipc-msg.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.055 PBCC images/ipc-shm.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.074 DEP images/ipc-shm.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.149 PBCC images/ipc-var.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.154 DEP images/ipc-var.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.185 PBCC images/sk-opts.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.199 PBCC images/packet-sock.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.205 DEP images/sk-opts.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.256 DEP images/packet-sock.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.288 PBCC images/sk-netlink.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.319 DEP images/sk-netlink.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.345 PBCC images/sk-inet.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.401 DEP images/sk-inet.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.426 PBCC images/sk-unix.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.497 DEP images/sk-unix.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.634 PBCC images/mm.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.744 DEP images/mm.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.809 PBCC images/timerfd.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.850 DEP images/timerfd.pb-c.d [2021-07-02T12:45:00.130Z] #43 5.892 PBCC images/timer.pb-c.c [2021-07-02T12:45:00.130Z] #43 5.917 DEP images/timer.pb-c.d [2021-07-02T12:45:00.423Z] #43 5.948 PBCC images/sa.pb-c.c [2021-07-02T12:45:00.423Z] #43 5.997 DEP images/sa.pb-c.d [2021-07-02T12:45:00.423Z] #43 6.049 PBCC images/pipe-data.pb-c.c [2021-07-02T12:45:00.423Z] #43 6.065 DEP images/pipe-data.pb-c.d [2021-07-02T12:45:00.423Z] #43 6.144 PBCC images/mnt.pb-c.c [2021-07-02T12:45:00.423Z] #43 6.170 DEP images/mnt.pb-c.d [2021-07-02T12:45:00.716Z] #43 6.226 PBCC images/sk-packet.pb-c.c [2021-07-02T12:45:00.716Z] #43 6.271 DEP images/sk-packet.pb-c.d [2021-07-02T12:45:00.716Z] #43 6.304 PBCC images/tcp-stream.pb-c.c [2021-07-02T12:45:00.716Z] #43 6.310 DEP images/tcp-stream.pb-c.d [2021-07-02T12:45:00.716Z] #43 6.396 PBCC images/pipe.pb-c.c [2021-07-02T12:45:00.716Z] #43 6.475 DEP images/pipe.pb-c.d [2021-07-02T12:45:00.716Z] #43 6.500 PBCC images/pstree.pb-c.c [2021-07-02T12:45:01.009Z] #43 6.507 DEP images/pstree.pb-c.d [2021-07-02T12:45:01.009Z] #43 6.529 PBCC images/fs.pb-c.c [2021-07-02T12:45:01.009Z] #43 6.540 DEP images/fs.pb-c.d [2021-07-02T12:45:01.009Z] #43 6.555 PBCC images/signalfd.pb-c.c [2021-07-02T12:45:01.009Z] #43 6.587 DEP images/signalfd.pb-c.d [2021-07-02T12:45:01.009Z] #43 6.604 PBCC images/fh.pb-c.c [2021-07-02T12:45:01.009Z] #43 6.644 PBCC images/fsnotify.pb-c.c [2021-07-02T12:45:01.009Z] #43 6.667 DEP images/fh.pb-c.d [2021-07-02T12:45:01.009Z] #43 6.721 DEP images/fsnotify.pb-c.d [2021-07-02T12:45:01.009Z] #43 6.733 PBCC images/eventpoll.pb-c.c [2021-07-02T12:45:01.009Z] #43 6.741 DEP images/eventpoll.pb-c.d [2021-07-02T12:45:01.009Z] #43 6.751 PBCC images/eventfd.pb-c.c [2021-07-02T12:45:01.009Z] #43 6.762 DEP images/eventfd.pb-c.d [2021-07-02T12:45:01.009Z] #43 6.810 PBCC images/remap-file-path.pb-c.c [2021-07-02T12:45:01.009Z] #43 6.828 DEP images/remap-file-path.pb-c.d [2021-07-02T12:45:01.302Z] #43 6.836 PBCC images/fifo.pb-c.c [2021-07-02T12:45:01.302Z] #43 6.862 DEP images/fifo.pb-c.d [2021-07-02T12:45:01.302Z] #43 6.871 PBCC images/ghost-file.pb-c.c [2021-07-02T12:45:01.302Z] #43 6.917 DEP images/ghost-file.pb-c.d [2021-07-02T12:45:01.302Z] #43 6.941 PBCC images/regfile.pb-c.c [2021-07-02T12:45:01.302Z] #43 6.964 DEP images/regfile.pb-c.d [2021-07-02T12:45:01.302Z] #43 6.993 PBCC images/ns.pb-c.c [2021-07-02T12:45:01.302Z] #43 7.001 DEP images/ns.pb-c.d [2021-07-02T12:45:01.302Z] #43 7.045 PBCC images/fdinfo.pb-c.c [2021-07-02T12:45:01.307Z] #56 ... [2021-07-02T12:45:01.307Z] [2021-07-02T12:45:01.307Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:45:01.307Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-07-02T12:45:01.307Z] #36 27.84 The following additional packages will be installed: [2021-07-02T12:45:01.307Z] #36 27.85 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-07-02T12:45:01.307Z] #36 27.86 Suggested packages: [2021-07-02T12:45:01.307Z] #36 27.87 cmake-doc ninja-build lrzip [2021-07-02T12:45:01.307Z] #36 27.87 Recommended packages: [2021-07-02T12:45:01.307Z] #36 27.87 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-07-02T12:45:01.307Z] #36 28.98 The following NEW packages will be installed: [2021-07-02T12:45:01.307Z] #36 28.98 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-07-02T12:45:01.307Z] #36 28.99 vim-common xxd [2021-07-02T12:45:01.307Z] #36 29.39 0 upgraded, 10 newly installed, 0 to remove and 34 not upgraded. [2021-07-02T12:45:01.307Z] #36 29.39 Need to get 14.9 MB of archives. [2021-07-02T12:45:01.307Z] #36 29.39 After this operation, 61.8 MB of additional disk space will be used. [2021-07-02T12:45:01.307Z] #36 29.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-02T12:45:01.307Z] #36 29.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-02T12:45:01.307Z] #36 29.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-07-02T12:45:01.307Z] #36 29.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-02T12:45:01.307Z] #36 30.32 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-07-02T12:45:01.307Z] #36 30.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-07-02T12:45:01.307Z] #36 30.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-07-02T12:45:01.307Z] #36 30.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-07-02T12:45:01.307Z] #36 30.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-07-02T12:45:01.307Z] #36 30.46 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-07-02T12:45:01.307Z] #36 32.32 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:45:01.307Z] #36 32.59 Fetched 14.9 MB in 2s (8802 kB/s) [2021-07-02T12:45:01.307Z] #36 32.69 Selecting previously unselected package xxd. [2021-07-02T12:45:01.307Z] #36 32.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-07-02T12:45:01.307Z] #36 32.82 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-02T12:45:01.307Z] #36 32.83 Unpacking xxd (2:8.1.0875-5) ... [2021-07-02T12:45:01.307Z] #36 33.04 Selecting previously unselected package vim-common. [2021-07-02T12:45:01.307Z] #36 33.05 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-02T12:45:01.307Z] #36 33.09 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-02T12:45:01.307Z] #36 33.43 Selecting previously unselected package cmake-data. [2021-07-02T12:45:01.307Z] #36 33.44 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-07-02T12:45:01.307Z] #36 33.45 Unpacking cmake-data (3.13.4-1) ... [2021-07-02T12:45:01.307Z] #36 36.63 Selecting previously unselected package libicu63:amd64. [2021-07-02T12:45:01.307Z] #36 36.63 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-02T12:45:01.307Z] #36 36.66 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-02T12:45:01.307Z] #36 ... [2021-07-02T12:45:01.307Z] [2021-07-02T12:45:01.307Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:45:01.307Z] #49 sha256:7eaa315c2a20d0c0bdbc893d6379d82ab8e3359dd06248766ed79edbb6e39001 [2021-07-02T12:45:01.307Z] #49 27.97 go: extracting github.com/gogo/protobuf v1.2.1 [2021-07-02T12:45:01.307Z] #49 30.30 go: extracting golang.org/x/text v0.3.2 [2021-07-02T12:45:01.307Z] #49 36.18 go: finding github.com/fatih/color v1.7.0 [2021-07-02T12:45:01.307Z] #49 36.25 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-02T12:45:01.307Z] #49 36.30 go: finding github.com/mattn/go-colorable v0.1.4 [2021-07-02T12:45:01.307Z] #49 36.32 go: finding github.com/mattn/go-isatty v0.0.8 [2021-07-02T12:45:01.307Z] #49 36.47 go: finding github.com/go-critic/go-critic v0.4.1 [2021-07-02T12:45:01.307Z] #49 36.47 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-02T12:45:01.307Z] #49 36.53 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-02T12:45:01.307Z] #49 36.54 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-07-02T12:45:01.307Z] #49 36.55 go: finding github.com/pkg/errors v0.8.1 [2021-07-02T12:45:01.307Z] #49 36.59 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-07-02T12:45:01.307Z] #49 36.61 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-07-02T12:45:01.307Z] #49 36.65 go: finding github.com/sirupsen/logrus v1.4.2 [2021-07-02T12:45:01.307Z] #49 36.66 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-07-02T12:45:01.307Z] #49 36.68 go: finding github.com/stretchr/testify v1.4.0 [2021-07-02T12:45:01.307Z] #49 36.70 go: finding github.com/davecgh/go-spew v1.1.1 [2021-07-02T12:45:01.307Z] #49 36.71 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-07-02T12:45:01.307Z] #49 36.72 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-07-02T12:45:01.307Z] #49 36.74 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-07-02T12:45:01.307Z] #49 36.77 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-07-02T12:45:01.307Z] #49 36.78 go: finding github.com/spf13/viper v1.6.1 [2021-07-02T12:45:01.307Z] #49 36.80 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-07-02T12:45:01.307Z] #49 36.95 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-07-02T12:45:01.307Z] #49 36.96 go: finding github.com/stretchr/objx v0.2.0 [2021-07-02T12:45:01.307Z] #49 36.98 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-02T12:45:01.307Z] #49 37.01 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-07-02T12:45:01.307Z] #49 37.08 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-07-02T12:45:01.307Z] #49 37.13 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-02T12:45:01.307Z] #49 37.13 go: finding github.com/hashicorp/hcl v1.0.0 [2021-07-02T12:45:01.307Z] #49 37.13 go: finding github.com/spf13/cobra v0.0.5 [2021-07-02T12:45:01.307Z] #49 37.15 go: finding github.com/gobwas/glob v0.2.3 [2021-07-02T12:45:01.307Z] #49 37.15 go: finding github.com/spf13/pflag v1.0.5 [2021-07-02T12:45:01.307Z] #49 37.20 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-02T12:45:01.307Z] #49 37.35 go: finding github.com/magiconair/properties v1.8.1 [2021-07-02T12:45:01.307Z] #49 37.42 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-07-02T12:45:01.307Z] #49 37.49 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-02T12:45:01.307Z] #49 37.57 go: finding github.com/pelletier/go-toml v1.2.0 [2021-07-02T12:45:01.307Z] #49 37.59 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-02T12:45:01.307Z] #49 37.63 go: finding github.com/spf13/afero v1.1.2 [2021-07-02T12:45:01.307Z] #49 37.64 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-02T12:45:01.307Z] #49 37.67 go: finding github.com/spf13/cast v1.3.0 [2021-07-02T12:45:01.308Z] #49 37.67 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-02T12:45:01.308Z] #49 37.70 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-07-02T12:45:01.308Z] #49 37.82 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-02T12:45:01.308Z] #49 37.86 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-02T12:45:01.308Z] #49 37.87 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-02T12:45:01.308Z] #49 37.89 go: finding github.com/subosito/gotenv v1.2.0 [2021-07-02T12:45:01.308Z] #49 37.90 go: finding gopkg.in/ini.v1 v1.51.0 [2021-07-02T12:45:01.308Z] #49 37.97 go: finding golang.org/x/text v0.3.2 [2021-07-02T12:45:01.308Z] #49 38.05 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-02T12:45:01.308Z] #49 38.08 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-02T12:45:01.308Z] #49 ... [2021-07-02T12:45:01.308Z] [2021-07-02T12:45:01.308Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:45:01.308Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-07-02T12:45:01.308Z] #42 34.56 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-07-02T12:45:01.308Z] #42 34.56 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-07-02T12:45:01.308Z] #42 34.57 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-07-02T12:45:01.308Z] #42 34.81 Selecting previously unselected package libprotobuf-dev:amd64. [2021-07-02T12:45:01.308Z] #42 34.85 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-07-02T12:45:01.308Z] #42 34.87 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-07-02T12:45:01.308Z] #42 36.39 Selecting previously unselected package libprotoc17:amd64. [2021-07-02T12:45:01.308Z] #42 36.39 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-07-02T12:45:01.308Z] #42 36.43 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-07-02T12:45:01.308Z] #42 37.16 Selecting previously unselected package protobuf-c-compiler. [2021-07-02T12:45:01.308Z] #42 37.19 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-07-02T12:45:01.308Z] #42 37.21 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-07-02T12:45:01.308Z] #42 37.32 Selecting previously unselected package protobuf-compiler. [2021-07-02T12:45:01.308Z] #42 37.33 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-07-02T12:45:01.308Z] #42 37.36 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-07-02T12:45:01.308Z] #42 37.50 Selecting previously unselected package python-pkg-resources. [2021-07-02T12:45:01.308Z] #42 37.51 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-07-02T12:45:01.308Z] #42 37.52 Unpacking python-pkg-resources (40.8.0-1) ... [2021-07-02T12:45:01.308Z] #42 37.75 Selecting previously unselected package python-six. [2021-07-02T12:45:01.308Z] #42 37.75 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-07-02T12:45:01.308Z] #42 37.76 Unpacking python-six (1.12.0-1) ... [2021-07-02T12:45:01.308Z] #42 37.86 Selecting previously unselected package python-protobuf. [2021-07-02T12:45:01.308Z] #42 37.90 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-07-02T12:45:01.308Z] #42 37.90 Unpacking python-protobuf (3.6.1.3-2) ... [2021-07-02T12:45:01.594Z] #43 7.101 DEP images/fdinfo.pb-c.d [2021-07-02T12:45:01.594Z] #43 7.115 PBCC images/core-aarch64.pb-c.c [2021-07-02T12:45:01.594Z] #43 7.165 PBCC images/core-arm.pb-c.c [2021-07-02T12:45:01.594Z] #43 7.185 PBCC images/core-ppc64.pb-c.c [2021-07-02T12:45:01.594Z] #43 7.207 PBCC images/core-s390.pb-c.c [2021-07-02T12:45:01.594Z] #43 7.235 PBCC images/core-x86.pb-c.c [2021-07-02T12:45:01.594Z] #43 7.273 PBCC images/core.pb-c.c [2021-07-02T12:45:01.594Z] #43 7.325 PBCC images/inventory.pb-c.c [2021-07-02T12:45:01.594Z] #43 7.374 DEP images/core-aarch64.pb-c.d [2021-07-02T12:45:01.871Z] #42 38.62 Setting up python-pkg-resources (40.8.0-1) ... [2021-07-02T12:45:01.887Z] #43 7.422 DEP images/core-arm.pb-c.d [2021-07-02T12:45:01.887Z] #43 7.461 DEP images/core-ppc64.pb-c.d [2021-07-02T12:45:01.887Z] #43 7.509 DEP images/core-s390.pb-c.d [2021-07-02T12:45:01.887Z] #43 7.529 DEP images/core-x86.pb-c.d [2021-07-02T12:45:01.887Z] #43 7.542 DEP images/core.pb-c.d [2021-07-02T12:45:02.131Z] #42 ... [2021-07-02T12:45:02.131Z] [2021-07-02T12:45:02.131Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-07-02T12:45:02.131Z] #67 sha256:66fa7706a5e955ca29f6a57375e0df462e2cecc07cf1972e565007298500d256 [2021-07-02T12:45:02.131Z] #67 DONE 38.9s [2021-07-02T12:45:02.131Z] [2021-07-02T12:45:02.131Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:45:02.131Z] #49 sha256:7eaa315c2a20d0c0bdbc893d6379d82ab8e3359dd06248766ed79edbb6e39001 [2021-07-02T12:45:02.131Z] #49 38.14 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-02T12:45:02.131Z] #49 38.20 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-02T12:45:02.131Z] #49 38.30 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-02T12:45:02.131Z] #49 38.34 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-02T12:45:02.131Z] #49 38.36 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-02T12:45:02.131Z] #49 38.39 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-02T12:45:02.131Z] #49 38.39 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-02T12:45:02.131Z] #49 38.42 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-02T12:45:02.131Z] #49 38.43 go: finding github.com/kisielk/gotool v1.0.0 [2021-07-02T12:45:02.131Z] #49 38.46 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-02T12:45:02.131Z] #49 38.47 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-02T12:45:02.131Z] #49 38.50 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-07-02T12:45:02.131Z] #49 38.54 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-02T12:45:02.131Z] #49 38.55 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-02T12:45:02.131Z] #49 38.55 go: finding github.com/ultraware/funlen v0.0.2 [2021-07-02T12:45:02.131Z] #49 38.57 go: finding github.com/ultraware/whitespace v0.0.4 [2021-07-02T12:45:02.131Z] #49 38.58 go: finding github.com/uudashr/gocognit v1.0.1 [2021-07-02T12:45:02.131Z] #49 38.69 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-02T12:45:02.131Z] #49 38.76 go: finding github.com/gogo/protobuf v1.2.1 [2021-07-02T12:45:02.131Z] #49 38.97 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-02T12:45:02.179Z] #43 7.673 DEP images/inventory.pb-c.d [2021-07-02T12:45:02.179Z] #43 7.696 PBCC images/cpuinfo.pb-c.c [2021-07-02T12:45:02.179Z] #43 7.714 DEP images/cpuinfo.pb-c.d [2021-07-02T12:45:02.179Z] #43 7.724 PBCC images/stats.pb-c.c [2021-07-02T12:45:02.179Z] #43 7.750 DEP images/stats.pb-c.d [2021-07-02T12:45:02.389Z] #49 39.13 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-02T12:45:02.389Z] #49 39.19 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-02T12:45:02.389Z] #49 39.41 go: finding github.com/BurntSushi/toml v0.3.1 [2021-07-02T12:45:02.646Z] #49 39.54 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-02T12:45:02.815Z] #43 8.443 make[1]: Nothing to be done for 'all'. [2021-07-02T12:45:02.903Z] #49 ... [2021-07-02T12:45:02.903Z] [2021-07-02T12:45:02.903Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:45:02.903Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:45:02.903Z] #13 25.75 The following additional packages will be installed: [2021-07-02T12:45:02.903Z] #13 25.76 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-07-02T12:45:02.903Z] #13 25.76 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-07-02T12:45:02.903Z] #13 25.76 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-07-02T12:45:02.903Z] #13 25.76 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-07-02T12:45:02.903Z] #13 25.76 mingw-w64-common mingw-w64-x86-64-dev [2021-07-02T12:45:02.903Z] #13 25.77 Suggested packages: [2021-07-02T12:45:02.903Z] #13 25.78 gcc-8-locales seccomp wine64 [2021-07-02T12:45:02.903Z] #13 27.20 The following NEW packages will be installed: [2021-07-02T12:45:02.903Z] #13 27.20 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-07-02T12:45:02.903Z] #13 27.20 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-07-02T12:45:02.903Z] #13 27.20 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-07-02T12:45:02.903Z] #13 27.20 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-07-02T12:45:02.903Z] #13 27.20 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-07-02T12:45:02.903Z] #13 27.20 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-07-02T12:45:02.903Z] #13 27.22 The following packages will be upgraded: [2021-07-02T12:45:02.903Z] #13 27.23 libseccomp2 libsystemd0 libudev1 [2021-07-02T12:45:02.903Z] #13 27.76 3 upgraded, 25 newly installed, 0 to remove and 32 not upgraded. [2021-07-02T12:45:02.903Z] #13 27.76 Need to get 78.2 MB of archives. [2021-07-02T12:45:02.903Z] #13 27.76 After this operation, 487 MB of additional disk space will be used. [2021-07-02T12:45:02.903Z] #13 27.76 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-07-02T12:45:02.903Z] #13 27.76 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-07-02T12:45:02.903Z] #13 27.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-07-02T12:45:02.903Z] #13 27.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-07-02T12:45:02.903Z] #13 27.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-07-02T12:45:02.903Z] #13 28.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-07-02T12:45:02.903Z] #13 28.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-07-02T12:45:02.903Z] #13 28.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-07-02T12:45:02.903Z] #13 28.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-07-02T12:45:02.903Z] #13 28.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-07-02T12:45:02.903Z] #13 28.93 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-07-02T12:45:02.903Z] #13 29.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-07-02T12:45:02.903Z] #13 29.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-07-02T12:45:02.903Z] #13 33.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-07-02T12:45:03.160Z] #13 35.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-07-02T12:45:03.160Z] #13 35.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-07-02T12:45:03.160Z] #13 35.99 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-02T12:45:03.160Z] #13 35.99 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-02T12:45:03.160Z] #13 35.99 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-07-02T12:45:03.160Z] #13 36.00 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-07-02T12:45:03.160Z] #13 36.00 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-07-02T12:45:03.160Z] #13 36.03 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-07-02T12:45:03.160Z] #13 36.04 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-07-02T12:45:03.160Z] #13 36.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-07-02T12:45:03.160Z] #13 36.11 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-07-02T12:45:03.160Z] #13 36.17 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-07-02T12:45:03.160Z] #13 36.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-07-02T12:45:03.417Z] #13 36.20 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-07-02T12:45:03.674Z] #13 ... [2021-07-02T12:45:03.674Z] [2021-07-02T12:45:03.674Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:03.674Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:45:03.674Z] #45 40.45 github.com/LK4D4/vndr/godl/singleflight [2021-07-02T12:45:03.674Z] #45 40.45 internal/reflectlite [2021-07-02T12:45:03.853Z] #43 9.331 CC images/stats.o [2021-07-02T12:45:03.853Z] #43 9.587 CC images/core.o [2021-07-02T12:45:03.931Z] #45 40.86 math/rand [2021-07-02T12:45:04.146Z] #43 9.848 CC images/core-x86.o [2021-07-02T12:45:04.146Z] #43 ... [2021-07-02T12:45:04.146Z] [2021-07-02T12:45:04.146Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:45:04.146Z] #13 sha256:8c0c708ce89c0495df6820f33e1f1c23af900312056c5762832e92372b9cf2ee [2021-07-02T12:45:04.146Z] #13 47.17 Selecting previously unselected package gcc-mingw-w64-base. [2021-07-02T12:45:04.146Z] #13 47.17 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-07-02T12:45:04.146Z] #13 47.18 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:04.438Z] #13 47.26 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-07-02T12:45:04.438Z] #13 47.26 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-07-02T12:45:04.438Z] #13 47.26 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:04.732Z] #13 ... [2021-07-02T12:45:04.732Z] [2021-07-02T12:45:04.732Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:45:04.732Z] #34 sha256:a9a78e444d8d0203db996d5781521c6c7c8020489801df55a7cd4bcdd82cbc4f [2021-07-02T12:45:04.732Z] #34 38.72 internal/syscall/execenv [2021-07-02T12:45:04.732Z] #34 38.86 internal/syscall/unix [2021-07-02T12:45:04.732Z] #34 39.11 strings [2021-07-02T12:45:04.732Z] #34 39.26 os [2021-07-02T12:45:04.732Z] #34 40.82 path [2021-07-02T12:45:04.732Z] #34 41.25 fmt [2021-07-02T12:45:04.732Z] #34 41.32 path/filepath [2021-07-02T12:45:04.732Z] #34 42.34 io/ioutil [2021-07-02T12:45:04.732Z] #34 42.75 text/tabwriter [2021-07-02T12:45:04.732Z] #34 43.62 flag [2021-07-02T12:45:04.732Z] #34 43.63 github.com/BurntSushi/toml [2021-07-02T12:45:04.732Z] #34 44.81 log [2021-07-02T12:45:04.732Z] #34 46.69 github.com/BurntSushi/toml/cmd/tomlv [2021-07-02T12:45:04.732Z] #34 ... [2021-07-02T12:45:04.732Z] [2021-07-02T12:45:04.732Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:04.732Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:04.732Z] #43 10.23 CC images/core-arm.o [2021-07-02T12:45:04.732Z] #43 10.41 CC images/core-aarch64.o [2021-07-02T12:45:05.031Z] #43 10.67 CC images/core-ppc64.o [2021-07-02T12:45:05.301Z] #45 41.96 internal/singleflight [2021-07-02T12:45:05.324Z] #43 ... [2021-07-02T12:45:05.324Z] [2021-07-02T12:45:05.324Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:05.324Z] #45 sha256:2e45010c12b2ea669c466de827a3dcdd1332349562d424fc0f7b49907593f31a [2021-07-02T12:45:05.324Z] #45 39.29 strings [2021-07-02T12:45:05.324Z] #45 40.42 os [2021-07-02T12:45:05.324Z] #45 40.96 regexp/syntax [2021-07-02T12:45:05.324Z] #45 42.96 fmt [2021-07-02T12:45:05.324Z] #45 43.67 regexp [2021-07-02T12:45:05.324Z] #45 45.84 go/token [2021-07-02T12:45:05.324Z] #45 46.53 go/scanner [2021-07-02T12:45:05.324Z] #45 46.63 internal/lazyregexp [2021-07-02T12:45:05.324Z] #45 46.80 net/url [2021-07-02T12:45:05.324Z] #45 47.31 go/ast [2021-07-02T12:45:05.324Z] #45 47.77 text/template/parse [2021-07-02T12:45:05.324Z] #45 ... [2021-07-02T12:45:05.324Z] [2021-07-02T12:45:05.324Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:45:05.324Z] #34 sha256:a9a78e444d8d0203db996d5781521c6c7c8020489801df55a7cd4bcdd82cbc4f [2021-07-02T12:45:05.324Z] #34 DONE 49.4s [2021-07-02T12:45:05.324Z] [2021-07-02T12:45:05.324Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:45:05.324Z] #51 sha256:8239ea997d7440893ae7e813927cc475e8558687915214d1507fff782b128be9 [2021-07-02T12:45:05.324Z] #51 40.26 encoding/binary [2021-07-02T12:45:05.324Z] #51 40.28 os [2021-07-02T12:45:05.324Z] #51 41.57 encoding/base64 [2021-07-02T12:45:05.324Z] #51 42.25 golang.org/x/sys/unix [2021-07-02T12:45:05.324Z] #51 43.05 fmt [2021-07-02T12:45:05.324Z] #51 46.06 encoding/json [2021-07-02T12:45:05.324Z] #51 47.93 github.com/pkg/diff [2021-07-02T12:45:05.324Z] #51 48.74 go/ast [2021-07-02T12:45:05.617Z] #51 ... [2021-07-02T12:45:05.617Z] [2021-07-02T12:45:05.617Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:05.617Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:05.617Z] #43 11.13 CC images/core-s390.o [2021-07-02T12:45:05.910Z] #43 11.72 CC images/cpuinfo.o [2021-07-02T12:45:06.204Z] #43 11.89 CC images/inventory.o [2021-07-02T12:45:06.204Z] #43 11.98 CC images/fdinfo.o [2021-07-02T12:45:06.232Z] #45 43.08 io [2021-07-02T12:45:06.232Z] #45 43.08 strconv [2021-07-02T12:45:06.496Z] #43 12.13 CC images/fown.o [2021-07-02T12:45:06.496Z] #43 12.20 CC images/ns.o [2021-07-02T12:45:06.789Z] #43 12.29 CC images/regfile.o [2021-07-02T12:45:06.789Z] #43 12.41 CC images/ghost-file.o [2021-07-02T12:45:06.789Z] #43 12.52 CC images/fifo.o [2021-07-02T12:45:06.789Z] #43 12.63 CC images/remap-file-path.o [2021-07-02T12:45:07.082Z] #43 12.73 CC images/eventfd.o [2021-07-02T12:45:07.374Z] #43 12.89 CC images/eventpoll.o [2021-07-02T12:45:07.374Z] #43 13.07 CC images/fh.o [2021-07-02T12:45:07.601Z] #45 44.35 bytes [2021-07-02T12:45:07.667Z] #43 13.30 CC images/fsnotify.o [2021-07-02T12:45:07.960Z] #43 13.64 CC images/signalfd.o [2021-07-02T12:45:08.253Z] #43 13.76 CC images/fs.o [2021-07-02T12:45:08.253Z] #43 13.91 CC images/pstree.o [2021-07-02T12:45:08.253Z] #43 13.97 CC images/pipe.o [2021-07-02T12:45:08.546Z] #43 14.09 CC images/tcp-stream.o [2021-07-02T12:45:08.546Z] #43 14.17 CC images/sk-packet.o [2021-07-02T12:45:08.839Z] #43 14.37 CC images/mnt.o [2021-07-02T12:45:08.839Z] #43 14.45 CC images/pipe-data.o [2021-07-02T12:45:08.839Z] #43 14.52 CC images/sa.o [2021-07-02T12:45:08.839Z] #43 14.65 CC images/timer.o [2021-07-02T12:45:08.971Z] #45 ... [2021-07-02T12:45:08.971Z] [2021-07-02T12:45:08.971Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:45:08.971Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:45:08.971Z] #13 37.50 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:45:08.971Z] #13 37.76 Fetched 78.2 MB in 9s (8944 kB/s) [2021-07-02T12:45:08.971Z] #13 37.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-07-02T12:45:08.971Z] #13 37.96 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-07-02T12:45:08.971Z] #13 37.98 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-07-02T12:45:08.971Z] #13 38.53 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-07-02T12:45:08.971Z] #13 38.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-07-02T12:45:08.971Z] #13 38.79 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-02T12:45:08.971Z] #13 38.81 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-07-02T12:45:08.971Z] #13 39.05 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-07-02T12:45:08.971Z] #13 39.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-07-02T12:45:08.971Z] #13 39.38 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-07-02T12:45:08.971Z] #13 39.39 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-07-02T12:45:08.971Z] #13 39.66 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-07-02T12:45:08.971Z] #13 39.82 Selecting previously unselected package binutils-mingw-w64-i686. [2021-07-02T12:45:08.971Z] #13 39.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-07-02T12:45:08.971Z] #13 39.92 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-07-02T12:45:08.971Z] #13 39.93 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-02T12:45:09.133Z] #43 14.87 CC images/timerfd.o [2021-07-02T12:45:09.426Z] #43 15.02 CC images/mm.o [2021-07-02T12:45:09.426Z] #43 15.19 CC images/sk-opts.o [2021-07-02T12:45:09.720Z] #43 15.28 CC images/sk-unix.o [2021-07-02T12:45:09.720Z] #43 15.47 CC images/sk-inet.o [2021-07-02T12:45:09.901Z] #13 42.50 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-07-02T12:45:09.901Z] #13 42.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-07-02T12:45:09.901Z] #13 42.52 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-02T12:45:10.013Z] #43 15.78 CC images/tun.o [2021-07-02T12:45:10.306Z] #43 15.94 CC images/sk-netlink.o [2021-07-02T12:45:10.306Z] #43 16.08 CC images/packet-sock.o [2021-07-02T12:45:10.599Z] #43 16.33 CC images/ipc-var.o [2021-07-02T12:45:10.892Z] #43 16.46 CC images/ipc-desc.o [2021-07-02T12:45:10.892Z] #43 16.59 CC images/ipc-shm.o [2021-07-02T12:45:10.892Z] #43 16.70 CC images/ipc-msg.o [2021-07-02T12:45:11.185Z] #43 16.84 CC images/ipc-sem.o [2021-07-02T12:45:11.185Z] #43 16.99 CC images/utsns.o [2021-07-02T12:45:11.273Z] #13 ... [2021-07-02T12:45:11.273Z] [2021-07-02T12:45:11.273Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:45:11.273Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-07-02T12:45:11.273Z] #32 47.75 Checking out files: 88% (1342/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) [2021-07-02T12:45:11.273Z] #32 ... [2021-07-02T12:45:11.273Z] [2021-07-02T12:45:11.273Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:45:11.273Z] #34 sha256:da7cb80751352d8bc96b298c6b726a39f1c1e63b71504e9707ad079a447deecd [2021-07-02T12:45:11.273Z] #34 38.23 sync [2021-07-02T12:45:11.273Z] #34 38.23 internal/reflectlite [2021-07-02T12:45:11.273Z] #34 41.20 errors [2021-07-02T12:45:11.273Z] #34 41.20 sort [2021-07-02T12:45:11.273Z] #34 41.62 strconv [2021-07-02T12:45:11.273Z] #34 42.44 io [2021-07-02T12:45:11.273Z] #34 43.55 internal/oserror [2021-07-02T12:45:11.273Z] #34 43.74 syscall [2021-07-02T12:45:11.273Z] #34 45.78 reflect [2021-07-02T12:45:11.478Z] #43 17.14 CC images/creds.o [2021-07-02T12:45:11.478Z] #43 17.23 CC images/vma.o [2021-07-02T12:45:11.530Z] #34 ... [2021-07-02T12:45:11.530Z] [2021-07-02T12:45:11.530Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:45:11.530Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-07-02T12:45:11.770Z] #43 17.32 CC images/netdev.o [2021-07-02T12:45:11.771Z] #43 17.56 CC images/tty.o [2021-07-02T12:45:11.786Z] #32 47.75 Checking out files: 88% (1342/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-07-02T12:45:11.787Z] #32 48.30 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-07-02T12:45:12.063Z] #43 17.79 CC images/file-lock.o [2021-07-02T12:45:12.321Z] #32 48.79 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:45:12.356Z] #43 17.93 CC images/rlimit.o [2021-07-02T12:45:12.356Z] #43 17.99 CC images/pagemap.o [2021-07-02T12:45:12.649Z] #43 18.10 CC images/siginfo.o [2021-07-02T12:45:12.649Z] #43 18.26 CC images/rpc.o [2021-07-02T12:45:13.254Z] #32 ... [2021-07-02T12:45:13.254Z] [2021-07-02T12:45:13.255Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-07-02T12:45:13.255Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-07-02T12:45:13.255Z] #36 44.52 Selecting previously unselected package libxml2:amd64. [2021-07-02T12:45:13.255Z] #36 44.52 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-07-02T12:45:13.255Z] #36 44.53 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-02T12:45:13.255Z] #36 45.19 Selecting previously unselected package libarchive13:amd64. [2021-07-02T12:45:13.255Z] #36 45.20 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-07-02T12:45:13.255Z] #36 45.20 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-02T12:45:13.255Z] #36 45.57 Selecting previously unselected package libjsoncpp1:amd64. [2021-07-02T12:45:13.255Z] #36 45.57 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-07-02T12:45:13.255Z] #36 45.60 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-02T12:45:13.255Z] #36 45.79 Selecting previously unselected package librhash0:amd64. [2021-07-02T12:45:13.255Z] #36 45.79 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-07-02T12:45:13.255Z] #36 45.80 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-07-02T12:45:13.255Z] #36 45.94 Selecting previously unselected package libuv1:amd64. [2021-07-02T12:45:13.255Z] #36 45.94 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-07-02T12:45:13.255Z] #36 45.96 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-07-02T12:45:13.255Z] #36 46.19 Selecting previously unselected package cmake. [2021-07-02T12:45:13.255Z] #36 46.19 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-07-02T12:45:13.255Z] #36 46.19 Unpacking cmake (3.13.4-1) ... [2021-07-02T12:45:13.255Z] #36 49.28 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-02T12:45:13.255Z] #36 49.30 Setting up xxd (2:8.1.0875-5) ... [2021-07-02T12:45:13.255Z] #36 49.31 Setting up libuv1:amd64 (1.24.1-1) ... [2021-07-02T12:45:13.255Z] #36 49.32 Setting up vim-common (2:8.1.0875-5) ... [2021-07-02T12:45:13.255Z] #36 49.35 Setting up librhash0:amd64 (1.3.8-1) ... [2021-07-02T12:45:13.255Z] #36 49.41 Setting up cmake-data (3.13.4-1) ... [2021-07-02T12:45:13.255Z] #36 49.44 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-02T12:45:13.255Z] #36 49.46 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-02T12:45:13.255Z] #36 49.48 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-02T12:45:13.255Z] #36 49.50 Setting up cmake (3.13.4-1) ... [2021-07-02T12:45:13.255Z] #36 49.52 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:45:13.255Z] #36 49.57 Processing triggers for mime-support (3.62) ... [2021-07-02T12:45:13.255Z] #36 DONE 50.1s [2021-07-02T12:45:13.286Z] #43 18.69 CC images/ext-file.o [2021-07-02T12:45:13.286Z] #43 18.77 CC images/cgroup.o [2021-07-02T12:45:13.515Z] [2021-07-02T12:45:13.515Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:45:13.515Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:45:13.515Z] #13 45.44 Selecting previously unselected package binutils-mingw-w64. [2021-07-02T12:45:13.515Z] #13 45.48 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-07-02T12:45:13.515Z] #13 45.49 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-02T12:45:13.515Z] #13 45.65 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-07-02T12:45:13.515Z] #13 45.65 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-02T12:45:13.515Z] #13 45.68 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-02T12:45:13.515Z] #13 45.95 Selecting previously unselected package dmsetup. [2021-07-02T12:45:13.515Z] #13 45.95 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-07-02T12:45:13.515Z] #13 45.95 Unpacking dmsetup (2:1.02.155-3) ... [2021-07-02T12:45:13.515Z] #13 46.17 Selecting previously unselected package mingw-w64-common. [2021-07-02T12:45:13.515Z] #13 46.18 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-07-02T12:45:13.515Z] #13 46.25 Unpacking mingw-w64-common (6.0.0-3) ... [2021-07-02T12:45:13.579Z] #43 19.01 CC images/userns.o [2021-07-02T12:45:13.579Z] #43 19.18 CC images/google/protobuf/descriptor.o [2021-07-02T12:45:14.214Z] #43 19.95 CC images/opts.o [2021-07-02T12:45:14.507Z] #43 20.02 CC images/seccomp.o [2021-07-02T12:45:14.507Z] #43 20.18 CC images/binfmt-misc.o [2021-07-02T12:45:14.507Z] #43 20.27 CC images/time.o [2021-07-02T12:45:14.801Z] #43 ... [2021-07-02T12:45:14.801Z] [2021-07-02T12:45:14.801Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:45:14.801Z] #51 sha256:8239ea997d7440893ae7e813927cc475e8558687915214d1507fff782b128be9 [2021-07-02T12:45:14.801Z] #51 50.23 golang.org/x/crypto/ssh/terminal [2021-07-02T12:45:14.801Z] #51 50.85 mvdan.cc/editorconfig [2021-07-02T12:45:14.801Z] #51 51.70 mvdan.cc/sh/v3/fileutil [2021-07-02T12:45:14.801Z] #51 51.76 mvdan.cc/sh/v3/syntax [2021-07-02T12:45:14.801Z] #51 55.59 mvdan.cc/sh/v3/cmd/shfmt [2021-07-02T12:45:14.801Z] #51 DONE 59.0s [2021-07-02T12:45:14.801Z] [2021-07-02T12:45:14.801Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:14.801Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:14.801Z] #43 20.45 CC images/sysctl.o [2021-07-02T12:45:14.801Z] #43 ... [2021-07-02T12:45:14.801Z] [2021-07-02T12:45:14.801Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:45:14.801Z] #56 sha256:966a6b86f84f31429dc9de5a0d83bda61a2d050ebf2ad6aee931ddbf648cc46c [2021-07-02T12:45:14.801Z] #56 28.58 Checking out files: 83% (3410/4071) Checking out files: 84% (3420/4071) Checking out files: 85% (3461/4071) Checking out files: 86% (3502/4071) Checking out files: 87% (3542/4071) Checking out files: 88% (3583/4071) Checking out files: 89% (3624/4071) Checking out files: 90% (3664/4071) Checking out files: 91% (3705/4071) Checking out files: 92% (3746/4071) Checking out files: 93% (3787/4071) Checking out files: 94% (3827/4071) Checking out files: 95% (3868/4071) Checking out files: 96% (3909/4071) Checking out files: 97% (3949/4071) Checking out files: 98% (3990/4071) Checking out files: 99% (4031/4071) Checking out files: 100% (4071/4071) Checking out files: 100% (4071/4071), done. [2021-07-02T12:45:14.801Z] #56 28.87 + cd /tmp/tmp.tpJJRT2TSs/src/github.com/containerd/containerd [2021-07-02T12:45:14.801Z] #56 28.88 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-02T12:45:14.801Z] #56 30.89 + export 'BUILDTAGS=netgo osusergo static_build' [2021-07-02T12:45:14.801Z] #56 30.89 + BUILDTAGS='netgo osusergo static_build' [2021-07-02T12:45:14.801Z] #56 30.89 + export EXTRA_FLAGS=-buildmode=pie [2021-07-02T12:45:14.801Z] #56 30.89 + EXTRA_FLAGS=-buildmode=pie [2021-07-02T12:45:14.801Z] #56 30.89 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-07-02T12:45:14.801Z] #56 30.89 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-07-02T12:45:14.801Z] #56 30.89 + '[' '' = dynamic ']' [2021-07-02T12:45:14.801Z] #56 30.89 + make [2021-07-02T12:45:14.801Z] #56 31.37 + bin/ctr [2021-07-02T12:45:15.094Z] #56 ... [2021-07-02T12:45:15.094Z] [2021-07-02T12:45:15.094Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:15.094Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:15.094Z] #43 20.68 CC images/autofs.o [2021-07-02T12:45:15.387Z] #43 20.87 CC images/macvlan.o [2021-07-02T12:45:15.681Z] #43 21.18 CC images/sit.o [2021-07-02T12:45:15.681Z] #43 21.35 CC images/memfd.o [2021-07-02T12:45:15.681Z] #43 21.42 CC images/timens.o [2021-07-02T12:45:15.973Z] #43 21.51 LINK images/built-in.o [2021-07-02T12:45:15.973Z] #43 21.54 GEN compel/include/asm [2021-07-02T12:45:15.973Z] #43 21.55 GEN compel/include/version.h [2021-07-02T12:45:15.973Z] #43 21.56 touch .config [2021-07-02T12:45:15.973Z] #43 21.58 GEN include/common/config.h [2021-07-02T12:45:15.973Z] #43 21.62 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2021-07-02T12:45:15.973Z] #43 ... [2021-07-02T12:45:15.973Z] [2021-07-02T12:45:15.973Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:15.973Z] #45 sha256:2e45010c12b2ea669c466de827a3dcdd1332349562d424fc0f7b49907593f31a [2021-07-02T12:45:15.973Z] #45 50.04 go/parser [2021-07-02T12:45:15.973Z] #45 51.38 text/template [2021-07-02T12:45:15.973Z] #45 51.95 encoding/xml [2021-07-02T12:45:15.973Z] #45 54.20 go/doc [2021-07-02T12:45:15.973Z] #45 55.24 github.com/LK4D4/vndr/versioned [2021-07-02T12:45:15.973Z] #45 55.32 compress/flate [2021-07-02T12:45:15.973Z] #45 56.27 github.com/LK4D4/vndr/build [2021-07-02T12:45:15.973Z] #45 57.00 hash/crc32 [2021-07-02T12:45:15.973Z] #45 57.30 compress/gzip [2021-07-02T12:45:15.973Z] #45 57.71 net [2021-07-02T12:45:15.973Z] #45 58.19 vendor/golang.org/x/text/transform [2021-07-02T12:45:15.973Z] #45 58.74 vendor/golang.org/x/text/unicode/bidi [2021-07-02T12:45:15.973Z] #45 60.12 vendor/golang.org/x/text/secure/bidirule [2021-07-02T12:45:15.973Z] #45 60.25 vendor/golang.org/x/text/unicode/norm [2021-07-02T12:45:15.973Z] #45 ... [2021-07-02T12:45:15.973Z] [2021-07-02T12:45:15.973Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:15.973Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:15.973Z] #43 21.67 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-07-02T12:45:15.973Z] #43 21.68 GEN compel/plugins/include/uapi/std/syscall.h [2021-07-02T12:45:15.973Z] #43 21.69 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2021-07-02T12:45:15.973Z] #43 21.69 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2021-07-02T12:45:15.973Z] #43 21.70 DEP compel/arch/s390/plugins/std/parasite-head.d [2021-07-02T12:45:15.973Z] #43 21.72 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-07-02T12:45:15.973Z] #43 21.73 DEP compel/plugins/std/infect.d [2021-07-02T12:45:16.266Z] #43 21.81 DEP compel/plugins/std/string.d [2021-07-02T12:45:16.266Z] #43 21.91 DEP compel/plugins/std/log.d [2021-07-02T12:45:16.266Z] #43 22.01 DEP compel/plugins/std/fds.d [2021-07-02T12:45:16.559Z] #43 22.12 DEP compel/plugins/std/std.d [2021-07-02T12:45:16.559Z] #43 22.23 DEP compel/plugins/shmem/shmem.d [2021-07-02T12:45:16.559Z] #43 22.32 DEP compel/plugins/fds/fds.d [2021-07-02T12:45:16.852Z] #43 22.43 CC compel/plugins/std/std.o [2021-07-02T12:45:17.145Z] #43 22.64 CC compel/plugins/std/fds.o [2021-07-02T12:45:17.145Z] #43 22.86 CC compel/plugins/std/log.o [2021-07-02T12:45:17.693Z] #13 ... [2021-07-02T12:45:17.693Z] [2021-07-02T12:45:17.693Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:45:17.693Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-07-02T12:45:17.693Z] #42 44.07 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-07-02T12:45:17.693Z] #42 44.08 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-02T12:45:17.693Z] #42 44.10 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-02T12:45:17.693Z] #42 44.11 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-07-02T12:45:17.693Z] #42 44.12 Setting up python-six (1.12.0-1) ... [2021-07-02T12:45:17.693Z] #42 48.09 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-07-02T12:45:17.693Z] #42 48.10 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-02T12:45:17.693Z] #42 48.12 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-02T12:45:17.693Z] #42 48.13 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-07-02T12:45:17.693Z] #42 48.16 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-07-02T12:45:17.693Z] #42 48.18 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-07-02T12:45:17.693Z] #42 48.19 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-07-02T12:45:17.693Z] #42 48.20 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-07-02T12:45:17.693Z] #42 48.22 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-07-02T12:45:17.693Z] #42 48.23 Setting up python-protobuf (3.6.1.3-2) ... [2021-07-02T12:45:17.693Z] #42 ... [2021-07-02T12:45:17.693Z] [2021-07-02T12:45:17.693Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-07-02T12:45:17.693Z] #37 sha256:06b6b93361d3ced6b2f2193c82f6c06fcf93f5c89983afa55423f5eef27d311a [2021-07-02T12:45:17.693Z] #37 1.158 + RM_GOPATH=0 [2021-07-02T12:45:17.693Z] #37 1.159 + TMP_GOPATH= [2021-07-02T12:45:17.693Z] #37 1.159 + : /build [2021-07-02T12:45:17.693Z] #37 1.159 + '[' -z '' ']' [2021-07-02T12:45:17.693Z] #37 1.164 ++ mktemp -d [2021-07-02T12:45:17.693Z] #37 1.172 + export GOPATH=/tmp/tmp.3zJloltK0q [2021-07-02T12:45:17.693Z] #37 1.183 + GOPATH=/tmp/tmp.3zJloltK0q [2021-07-02T12:45:17.693Z] #37 1.183 + RM_GOPATH=1 [2021-07-02T12:45:17.693Z] #37 1.188 + case "$(go env GOARCH)" in [2021-07-02T12:45:17.693Z] #37 1.188 ++ go env GOARCH [2021-07-02T12:45:17.693Z] #37 1.224 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:45:17.693Z] #37 1.227 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:45:17.693Z] #37 1.228 ++ dirname /tmp/install/install.sh [2021-07-02T12:45:17.693Z] #37 1.232 + dir=/tmp/install [2021-07-02T12:45:17.693Z] #37 1.232 + bin=tini [2021-07-02T12:45:17.693Z] #37 1.232 + shift [2021-07-02T12:45:17.693Z] #37 1.232 + '[' '!' -f /tmp/install/tini.installer ']' [2021-07-02T12:45:17.693Z] #37 1.233 + . /tmp/install/tini.installer [2021-07-02T12:45:17.693Z] #37 1.236 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-02T12:45:17.693Z] #37 1.236 + install_tini [2021-07-02T12:45:17.693Z] #37 1.240 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-07-02T12:45:17.693Z] #37 1.248 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-02T12:45:17.693Z] #37 1.248 + git clone https://github.com/krallin/tini.git /tmp/tmp.3zJloltK0q/tini [2021-07-02T12:45:17.693Z] #37 1.250 Cloning into '/tmp/tmp.3zJloltK0q/tini'... [2021-07-02T12:45:17.693Z] #37 2.080 + cd /tmp/tmp.3zJloltK0q/tini [2021-07-02T12:45:17.693Z] #37 2.080 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-02T12:45:17.693Z] #37 2.096 + cmake . [2021-07-02T12:45:17.693Z] #37 2.679 -- The C compiler identification is GNU 8.3.0 [2021-07-02T12:45:17.693Z] #37 2.752 -- Check for working C compiler: /usr/bin/cc [2021-07-02T12:45:17.693Z] #37 3.549 -- Check for working C compiler: /usr/bin/cc -- works [2021-07-02T12:45:17.693Z] #37 3.573 -- Detecting C compiler ABI info [2021-07-02T12:45:17.693Z] #37 4.537 -- Detecting C compiler ABI info - done [2021-07-02T12:45:17.693Z] #37 4.589 -- Detecting C compile features [2021-07-02T12:45:17.781Z] #43 23.31 CC compel/plugins/std/string.o [2021-07-02T12:45:18.075Z] #43 23.78 CC compel/plugins/std/infect.o [2021-07-02T12:45:18.368Z] #43 24.09 CC compel/arch/s390/plugins/std/parasite-head.o [2021-07-02T12:45:18.368Z] #43 24.11 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2021-07-02T12:45:18.368Z] #43 24.13 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2021-07-02T12:45:18.661Z] #43 24.21 AR compel/plugins/std.lib.a [2021-07-02T12:45:18.661Z] #43 24.23 CC compel/plugins/fds/fds.o [2021-07-02T12:45:18.661Z] #43 24.33 AR compel/plugins/fds.lib.a [2021-07-02T12:45:18.661Z] #43 24.36 HOSTDEP compel/src/lib/log-host.d [2021-07-02T12:45:18.661Z] #43 24.38 HOSTDEP compel/src/lib/handle-elf-host.d [2021-07-02T12:45:18.698Z] #37 ... [2021-07-02T12:45:18.698Z] [2021-07-02T12:45:18.698Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-07-02T12:45:18.698Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-07-02T12:45:18.698Z] #42 54.95 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-07-02T12:45:18.698Z] #42 54.97 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:45:18.698Z] #42 DONE 55.5s [2021-07-02T12:45:18.698Z] [2021-07-02T12:45:18.698Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:18.698Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:18.954Z] #43 24.57 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2021-07-02T12:45:18.954Z] #43 24.62 HOSTDEP compel/src/main-host.d [2021-07-02T12:45:18.954Z] #43 24.73 DEP compel/src/lib/ptrace.d [2021-07-02T12:45:19.247Z] #43 24.87 DEP compel/src/lib/infect.d [2021-07-02T12:45:19.582Z] #43 25.03 DEP compel/src/lib/infect-util.d [2021-07-02T12:45:19.582Z] #43 25.13 DEP compel/src/lib/infect-rpc.d [2021-07-02T12:45:19.582Z] #43 25.27 DEP compel/arch/s390/src/lib/infect.d [2021-07-02T12:45:19.582Z] #43 25.41 DEP compel/arch/s390/src/lib/cpu.d [2021-07-02T12:45:19.634Z] #43 ... [2021-07-02T12:45:19.634Z] [2021-07-02T12:45:19.634Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:19.634Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:45:19.634Z] #45 46.41 bufio [2021-07-02T12:45:19.634Z] #45 47.05 reflect [2021-07-02T12:45:19.634Z] #45 48.26 syscall [2021-07-02T12:45:19.634Z] #45 55.57 time [2021-07-02T12:45:19.887Z] #43 25.42 DEP compel/src/lib/log.d [2021-07-02T12:45:19.887Z] #43 25.46 DEP compel/src/main.d [2021-07-02T12:45:19.887Z] #43 25.56 DEP compel/src/lib/handle-elf.d [2021-07-02T12:45:19.887Z] #43 25.62 DEP compel/arch/s390/src/lib/handle-elf.d [2021-07-02T12:45:19.887Z] #43 25.69 CC compel/src/lib/log.o [2021-07-02T12:45:19.891Z] #45 ... [2021-07-02T12:45:19.891Z] [2021-07-02T12:45:19.891Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-07-02T12:45:19.891Z] #47 sha256:8076c0455e41837c38e980948753f46c2ce69839a67f88f7fe5448d6a529ece1 [2021-07-02T12:45:19.891Z] #47 DONE 56.8s [2021-07-02T12:45:19.891Z] [2021-07-02T12:45:19.891Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:45:19.891Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:45:19.891Z] #51 48.78 reflect [2021-07-02T12:45:19.891Z] #51 48.82 syscall [2021-07-02T12:45:20.180Z] #43 25.89 CC compel/arch/s390/src/lib/cpu.o [2021-07-02T12:45:20.473Z] #43 26.06 CC compel/arch/s390/src/lib/infect.o [2021-07-02T12:45:20.765Z] #43 26.50 CC compel/src/lib/infect-rpc.o [2021-07-02T12:45:21.058Z] #43 26.77 CC compel/src/lib/infect-util.o [2021-07-02T12:45:21.263Z] #51 58.07 time [2021-07-02T12:45:21.263Z] #51 ... [2021-07-02T12:45:21.263Z] [2021-07-02T12:45:21.263Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-07-02T12:45:21.263Z] #37 sha256:06b6b93361d3ced6b2f2193c82f6c06fcf93f5c89983afa55423f5eef27d311a [2021-07-02T12:45:21.263Z] #37 7.920 -- Detecting C compile features - done [2021-07-02T12:45:21.263Z] #37 7.981 -- Performing Test HAS_BUILTIN_FORTIFY [2021-07-02T12:45:21.351Z] #43 26.97 CC compel/src/lib/infect.o [2021-07-02T12:45:21.520Z] #37 8.247 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-07-02T12:45:21.520Z] #37 8.330 -- Configuring done [2021-07-02T12:45:21.777Z] #37 8.353 -- Generating done [2021-07-02T12:45:21.777Z] #37 8.376 -- Build files have been written to: /tmp/tmp.3zJloltK0q/tini [2021-07-02T12:45:21.777Z] #37 8.384 + make tini-static [2021-07-02T12:45:22.034Z] #37 8.924 Scanning dependencies of target tini-static [2021-07-02T12:45:22.598Z] #37 9.115 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-07-02T12:45:22.864Z] #43 28.15 CC compel/src/lib/ptrace.o [2021-07-02T12:45:22.864Z] #43 28.49 AR compel/libcompel.a [2021-07-02T12:45:22.864Z] #43 28.51 HOSTCC compel/src/main-host.o [2021-07-02T12:45:23.156Z] #43 28.83 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2021-07-02T12:45:23.449Z] #43 28.96 HOSTCC compel/src/lib/handle-elf-host.o [2021-07-02T12:45:23.449Z] #43 29.14 HOSTCC compel/src/lib/log-host.o [2021-07-02T12:45:23.449Z] #43 29.23 HOSTLINK compel/compel-host-bin [2021-07-02T12:45:23.742Z] #43 29.26 DEP soccr/soccr.d [2021-07-02T12:45:23.742Z] #43 29.36 CC soccr/soccr.o [2021-07-02T12:45:23.967Z] #37 10.55 [100%] Linking C executable tini-static [2021-07-02T12:45:24.531Z] #37 11.21 [100%] Built target tini-static [2021-07-02T12:45:24.531Z] #37 11.29 + mkdir -p /build [2021-07-02T12:45:24.531Z] #37 11.29 + cp tini-static /build/docker-init [2021-07-02T12:45:24.781Z] #43 30.11 AR soccr/libsoccr.a [2021-07-02T12:45:24.781Z] #43 30.13 make[1]: 'soccr/libsoccr.a' is up to date. [2021-07-02T12:45:24.781Z] #43 30.32 DEP criu/arch/s390/sigframe.d [2021-07-02T12:45:24.781Z] #43 30.40 DEP criu/arch/s390/crtools.d [2021-07-02T12:45:24.788Z] #37 DONE 11.5s [2021-07-02T12:45:24.788Z] [2021-07-02T12:45:24.788Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:24.788Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:24.788Z] #43 2.982 Note: Building without setproctitle() and strlcpy() support. [2021-07-02T12:45:24.788Z] #43 2.983 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-07-02T12:45:24.788Z] #43 3.008 Note: Building without GnuTLS support [2021-07-02T12:45:24.788Z] #43 3.026 Makefile.config:39: Warn: you have no libnftables installed [2021-07-02T12:45:24.788Z] #43 3.026 Makefile.config:40: Warn: Building without nftables support [2021-07-02T12:45:24.788Z] #43 4.986 fatal: not a git repository (or any of the parent directories): .git [2021-07-02T12:45:24.788Z] #43 5.057 GEN .gitid [2021-07-02T12:45:24.788Z] #43 5.081 GEN criu/include/version.h [2021-07-02T12:45:24.788Z] #43 5.168 GEN include/common/asm [2021-07-02T12:45:24.788Z] #43 ... [2021-07-02T12:45:24.788Z] [2021-07-02T12:45:24.788Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:45:24.788Z] #34 sha256:da7cb80751352d8bc96b298c6b726a39f1c1e63b71504e9707ad079a447deecd [2021-07-02T12:45:24.788Z] #34 51.82 time [2021-07-02T12:45:24.788Z] #34 58.66 internal/poll [2021-07-02T12:45:24.788Z] #34 60.28 internal/syscall/execenv [2021-07-02T12:45:24.788Z] #34 60.56 internal/syscall/unix [2021-07-02T12:45:24.788Z] #34 60.63 internal/fmtsort [2021-07-02T12:45:24.788Z] #34 60.74 os [2021-07-02T12:45:24.788Z] #34 61.55 strings [2021-07-02T12:45:25.045Z] #34 ... [2021-07-02T12:45:25.045Z] [2021-07-02T12:45:25.045Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:25.045Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:45:25.045Z] #45 61.96 os [2021-07-02T12:45:25.074Z] #43 30.56 DEP criu/arch/s390/cpu.d [2021-07-02T12:45:25.074Z] #43 30.66 CC criu/arch/s390/cpu.o [2021-07-02T12:45:25.366Z] #43 30.99 CC criu/arch/s390/crtools.o [2021-07-02T12:45:25.608Z] #45 62.66 strings [2021-07-02T12:45:26.002Z] #43 31.64 CC criu/arch/s390/sigframe.o [2021-07-02T12:45:26.002Z] #43 31.78 LINK criu/arch/s390/crtools.built-in.o [2021-07-02T12:45:26.002Z] #43 31.81 DEP criu/pie/util-vdso.d [2021-07-02T12:45:26.294Z] #43 31.88 DEP criu/pie/util.d [2021-07-02T12:45:26.294Z] #43 32.02 CC criu/pie/util.o [2021-07-02T12:45:26.588Z] #43 32.26 CC criu/pie/util-vdso.o [2021-07-02T12:45:27.223Z] #43 32.76 AR criu/pie/pie.lib.a [2021-07-02T12:45:27.223Z] #43 32.80 DEP criu/pie/restorer.d [2021-07-02T12:45:27.223Z] #43 32.95 DEP criu/arch/s390/restorer.d [2021-07-02T12:45:27.516Z] #43 33.08 DEP criu/arch/s390/vdso-pie.d [2021-07-02T12:45:27.516Z] #43 33.18 DEP criu/pie/parasite-vdso.d [2021-07-02T12:45:27.809Z] #43 33.29 DEP criu/pie/parasite.d [2021-07-02T12:45:27.809Z] #43 33.44 CC criu/pie/parasite.o [2021-07-02T12:45:27.809Z] #43 ... [2021-07-02T12:45:27.809Z] [2021-07-02T12:45:27.809Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:45:27.809Z] #13 sha256:8c0c708ce89c0495df6820f33e1f1c23af900312056c5762832e92372b9cf2ee [2021-07-02T12:45:27.809Z] #13 60.81 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-07-02T12:45:27.809Z] #13 60.81 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-07-02T12:45:27.809Z] #13 60.83 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:27.809Z] #13 70.39 Selecting previously unselected package libapparmor1:s390x. [2021-07-02T12:45:27.809Z] #13 70.39 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2021-07-02T12:45:27.809Z] #13 70.40 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-07-02T12:45:27.809Z] #13 70.45 Selecting previously unselected package libapparmor-dev:s390x. [2021-07-02T12:45:27.809Z] #13 70.45 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-07-02T12:45:27.809Z] #13 70.45 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-07-02T12:45:27.809Z] #13 70.54 Selecting previously unselected package libbtrfs0. [2021-07-02T12:45:27.809Z] #13 70.54 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2021-07-02T12:45:27.809Z] #13 70.54 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-02T12:45:27.809Z] #13 70.57 Selecting previously unselected package libbtrfs-dev. [2021-07-02T12:45:27.809Z] #13 70.58 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-07-02T12:45:27.809Z] #13 70.58 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-02T12:45:27.809Z] #13 70.63 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2021-07-02T12:45:27.809Z] #13 70.63 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-07-02T12:45:27.809Z] #13 70.64 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-07-02T12:45:27.809Z] #13 70.66 Selecting previously unselected package libudev-dev:s390x. [2021-07-02T12:45:27.809Z] #13 70.66 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_s390x.deb ... [2021-07-02T12:45:27.809Z] #13 70.67 Unpacking libudev-dev:s390x (241-7~deb10u7) ... [2021-07-02T12:45:27.809Z] #13 70.76 Selecting previously unselected package libsepol1-dev:s390x. [2021-07-02T12:45:27.809Z] #13 70.76 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2021-07-02T12:45:27.809Z] #13 70.77 Unpacking libsepol1-dev:s390x (2.8-1) ... [2021-07-02T12:45:28.102Z] #13 70.96 Selecting previously unselected package libpcre16-3:s390x. [2021-07-02T12:45:28.102Z] #13 70.96 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2021-07-02T12:45:28.102Z] #13 70.96 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2021-07-02T12:45:28.102Z] #13 71.03 Selecting previously unselected package libpcre32-3:s390x. [2021-07-02T12:45:28.102Z] #13 ... [2021-07-02T12:45:28.102Z] [2021-07-02T12:45:28.102Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:28.102Z] #45 sha256:2e45010c12b2ea669c466de827a3dcdd1332349562d424fc0f7b49907593f31a [2021-07-02T12:45:28.102Z] #45 62.06 vendor/golang.org/x/net/idna [2021-07-02T12:45:28.102Z] #45 63.59 vendor/golang.org/x/net/http2/hpack [2021-07-02T12:45:28.102Z] #45 64.48 mime [2021-07-02T12:45:28.102Z] #45 65.50 mime/quotedprintable [2021-07-02T12:45:28.102Z] #45 65.81 net/http/internal [2021-07-02T12:45:28.102Z] #45 68.32 net/textproto [2021-07-02T12:45:28.102Z] #45 68.32 crypto/x509 [2021-07-02T12:45:28.102Z] #45 69.00 vendor/golang.org/x/net/http/httpguts [2021-07-02T12:45:28.102Z] #45 69.16 vendor/golang.org/x/net/http/httpproxy [2021-07-02T12:45:28.102Z] #45 69.58 mime/multipart [2021-07-02T12:45:28.102Z] #45 70.87 crypto/tls [2021-07-02T12:45:28.102Z] #45 ... [2021-07-02T12:45:28.102Z] [2021-07-02T12:45:28.102Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:45:28.102Z] #13 sha256:8c0c708ce89c0495df6820f33e1f1c23af900312056c5762832e92372b9cf2ee [2021-07-02T12:45:28.102Z] #13 71.04 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2021-07-02T12:45:28.102Z] #13 71.04 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2021-07-02T12:45:28.102Z] #13 71.18 Selecting previously unselected package libpcrecpp0v5:s390x. [2021-07-02T12:45:28.395Z] #13 71.18 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2021-07-02T12:45:28.395Z] #13 71.18 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2021-07-02T12:45:28.395Z] #13 71.25 Selecting previously unselected package libpcre3-dev:s390x. [2021-07-02T12:45:28.395Z] #13 71.26 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2021-07-02T12:45:28.395Z] #13 71.26 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2021-07-02T12:45:28.688Z] #13 71.48 Selecting previously unselected package libselinux1-dev:s390x. [2021-07-02T12:45:28.688Z] #13 71.48 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2021-07-02T12:45:28.688Z] #13 71.49 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2021-07-02T12:45:28.688Z] #13 71.63 Selecting previously unselected package libdevmapper-dev:s390x. [2021-07-02T12:45:28.688Z] #13 71.63 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2021-07-02T12:45:28.688Z] #13 71.64 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-07-02T12:45:28.688Z] #13 71.69 Selecting previously unselected package libseccomp-dev:s390x. [2021-07-02T12:45:28.688Z] #13 71.69 Preparing to unpack .../23-libseccomp-dev_2.4.1-2~bpo10+1_s390x.deb ... [2021-07-02T12:45:28.688Z] #13 71.70 Unpacking libseccomp-dev:s390x (2.4.1-2~bpo10+1) ... [2021-07-02T12:45:28.882Z] #45 65.49 regexp/syntax [2021-07-02T12:45:28.987Z] #13 71.79 Selecting previously unselected package libsystemd-dev:s390x. [2021-07-02T12:45:28.987Z] #13 71.80 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_s390x.deb ... [2021-07-02T12:45:28.987Z] #13 71.80 Unpacking libsystemd-dev:s390x (241-7~deb10u7) ... [2021-07-02T12:45:29.139Z] #45 65.95 fmt [2021-07-02T12:45:29.283Z] #13 72.18 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2021-07-02T12:45:29.283Z] #13 72.20 Setting up libseccomp-dev:s390x (2.4.1-2~bpo10+1) ... [2021-07-02T12:45:29.283Z] #13 72.21 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-07-02T12:45:29.283Z] #13 72.22 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-02T12:45:29.283Z] #13 72.22 Setting up libpcre16-3:s390x (2:8.39-12) ... [2021-07-02T12:45:29.283Z] #13 72.23 Setting up libsepol1-dev:s390x (2.8-1) ... [2021-07-02T12:45:29.283Z] #13 72.23 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:29.283Z] #13 72.24 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-02T12:45:29.283Z] #13 72.25 Setting up libpcre32-3:s390x (2:8.39-12) ... [2021-07-02T12:45:29.283Z] #13 72.26 Setting up libudev-dev:s390x (241-7~deb10u7) ... [2021-07-02T12:45:29.283Z] #13 72.27 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-02T12:45:29.283Z] #13 72.27 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-02T12:45:29.283Z] #13 72.28 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-07-02T12:45:29.283Z] #13 72.29 Setting up mingw-w64-common (6.0.0-3) ... [2021-07-02T12:45:29.283Z] #13 72.29 Setting up libsystemd-dev:s390x (241-7~deb10u7) ... [2021-07-02T12:45:29.283Z] #13 72.31 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-02T12:45:29.283Z] #13 72.31 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2021-07-02T12:45:29.283Z] #13 72.32 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:29.283Z] #13 72.33 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-07-02T12:45:29.283Z] #13 72.33 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-07-02T12:45:29.283Z] #13 72.33 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:29.283Z] #13 72.34 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-02T12:45:29.283Z] #13 72.35 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-02T12:45:29.283Z] #13 72.35 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-02T12:45:29.283Z] #13 72.36 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2021-07-02T12:45:29.283Z] #13 72.37 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-07-02T12:45:29.283Z] #13 72.37 Setting up dmsetup (2:1.02.155-3) ... [2021-07-02T12:45:29.283Z] #13 72.38 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-07-02T12:45:29.283Z] #13 72.39 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-07-02T12:45:29.283Z] #13 72.39 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:45:29.921Z] #13 DONE 72.8s [2021-07-02T12:45:29.921Z] [2021-07-02T12:45:29.921Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:45:29.921Z] #53 sha256:128737921d3d6d5be93444137a977c6c9d77856c43db3b00041756218ce1ad7e [2021-07-02T12:45:30.509Z] #45 ... [2021-07-02T12:45:30.509Z] [2021-07-02T12:45:30.509Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:30.509Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:30.509Z] #43 7.879 PBCC images/timens.pb-c.c [2021-07-02T12:45:30.509Z] #43 7.926 DEP images/timens.pb-c.d [2021-07-02T12:45:30.509Z] #43 7.975 PBCC images/fown.pb-c.c [2021-07-02T12:45:30.509Z] #43 7.998 PBCC images/google/protobuf/descriptor.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.043 PBCC images/opts.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.085 PBCC images/memfd.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.159 DEP images/fown.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.234 DEP images/google/protobuf/descriptor.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.320 DEP images/opts.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.404 DEP images/memfd.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.481 PBCC images/sit.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.542 DEP images/sit.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.591 PBCC images/macvlan.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.614 DEP images/macvlan.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.668 PBCC images/autofs.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.693 DEP images/autofs.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.747 PBCC images/sysctl.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.813 DEP images/sysctl.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.857 PBCC images/time.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.867 DEP images/time.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.905 PBCC images/binfmt-misc.pb-c.c [2021-07-02T12:45:30.509Z] #43 8.955 DEP images/binfmt-misc.pb-c.d [2021-07-02T12:45:30.509Z] #43 8.976 PBCC images/seccomp.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.019 DEP images/seccomp.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.058 PBCC images/userns.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.080 DEP images/userns.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.138 PBCC images/cgroup.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.164 DEP images/cgroup.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.268 PBCC images/ext-file.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.277 DEP images/ext-file.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.333 PBCC images/rpc.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.378 DEP images/rpc.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.477 PBCC images/siginfo.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.484 DEP images/siginfo.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.518 PBCC images/pagemap.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.554 DEP images/pagemap.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.599 PBCC images/rlimit.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.628 DEP images/rlimit.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.673 PBCC images/file-lock.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.715 DEP images/file-lock.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.778 PBCC images/tty.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.853 DEP images/tty.pb-c.d [2021-07-02T12:45:30.509Z] #43 9.914 PBCC images/tun.pb-c.c [2021-07-02T12:45:30.509Z] #43 9.998 PBCC images/netdev.pb-c.c [2021-07-02T12:45:30.509Z] #43 10.06 DEP images/tun.pb-c.d [2021-07-02T12:45:30.509Z] #43 10.10 DEP images/netdev.pb-c.d [2021-07-02T12:45:30.509Z] #43 10.17 PBCC images/vma.pb-c.c [2021-07-02T12:45:30.509Z] #43 10.25 DEP images/vma.pb-c.d [2021-07-02T12:45:30.509Z] #43 10.30 PBCC images/creds.pb-c.c [2021-07-02T12:45:30.509Z] #43 10.32 DEP images/creds.pb-c.d [2021-07-02T12:45:30.509Z] #43 10.37 PBCC images/utsns.pb-c.c [2021-07-02T12:45:30.509Z] #43 10.39 DEP images/utsns.pb-c.d [2021-07-02T12:45:30.509Z] #43 10.44 PBCC images/ipc-desc.pb-c.c [2021-07-02T12:45:30.509Z] #43 10.50 PBCC images/ipc-sem.pb-c.c [2021-07-02T12:45:30.510Z] #43 10.54 DEP images/ipc-desc.pb-c.d [2021-07-02T12:45:30.510Z] #43 10.61 DEP images/ipc-sem.pb-c.d [2021-07-02T12:45:30.510Z] #43 10.69 PBCC images/ipc-msg.pb-c.c [2021-07-02T12:45:30.510Z] #43 10.71 DEP images/ipc-msg.pb-c.d [2021-07-02T12:45:30.510Z] #43 10.76 PBCC images/ipc-shm.pb-c.c [2021-07-02T12:45:30.510Z] #43 10.79 DEP images/ipc-shm.pb-c.d [2021-07-02T12:45:30.510Z] #43 10.83 PBCC images/ipc-var.pb-c.c [2021-07-02T12:45:30.510Z] #43 10.90 DEP images/ipc-var.pb-c.d [2021-07-02T12:45:30.510Z] #43 10.95 PBCC images/sk-opts.pb-c.c [2021-07-02T12:45:30.510Z] #43 10.99 PBCC images/packet-sock.pb-c.c [2021-07-02T12:45:30.510Z] #43 11.05 DEP images/sk-opts.pb-c.d [2021-07-02T12:45:30.510Z] #43 11.10 DEP images/packet-sock.pb-c.d [2021-07-02T12:45:30.510Z] #43 11.18 PBCC images/sk-netlink.pb-c.c [2021-07-02T12:45:30.510Z] #43 11.23 DEP images/sk-netlink.pb-c.d [2021-07-02T12:45:30.510Z] #43 11.30 PBCC images/sk-inet.pb-c.c [2021-07-02T12:45:30.510Z] #43 11.39 DEP images/sk-inet.pb-c.d [2021-07-02T12:45:30.510Z] #43 11.47 PBCC images/sk-unix.pb-c.c [2021-07-02T12:45:30.510Z] #43 11.56 DEP images/sk-unix.pb-c.d [2021-07-02T12:45:30.510Z] #43 11.63 PBCC images/mm.pb-c.c [2021-07-02T12:45:30.510Z] #43 11.69 DEP images/mm.pb-c.d [2021-07-02T12:45:30.510Z] #43 11.76 PBCC images/timerfd.pb-c.c [2021-07-02T12:45:30.510Z] #43 11.81 DEP images/timerfd.pb-c.d [2021-07-02T12:45:30.510Z] #43 11.86 PBCC images/timer.pb-c.c [2021-07-02T12:45:30.510Z] #43 11.91 DEP images/timer.pb-c.d [2021-07-02T12:45:30.510Z] #43 11.95 PBCC images/sa.pb-c.c [2021-07-02T12:45:30.510Z] #43 12.01 DEP images/sa.pb-c.d [2021-07-02T12:45:30.510Z] #43 12.06 PBCC images/pipe-data.pb-c.c [2021-07-02T12:45:30.766Z] #43 12.10 DEP images/pipe-data.pb-c.d [2021-07-02T12:45:30.766Z] #43 12.14 PBCC images/mnt.pb-c.c [2021-07-02T12:45:30.766Z] #43 12.19 DEP images/mnt.pb-c.d [2021-07-02T12:45:30.766Z] #43 12.27 PBCC images/sk-packet.pb-c.c [2021-07-02T12:45:30.766Z] #43 12.29 DEP images/sk-packet.pb-c.d [2021-07-02T12:45:31.019Z] #53 ... [2021-07-02T12:45:31.019Z] [2021-07-02T12:45:31.019Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-07-02T12:45:31.019Z] #14 sha256:93b83e812771acc465e3a0ba1e9518c2150ecefbc480915a7226e46a81d70b5b [2021-07-02T12:45:31.019Z] #14 DONE 0.9s [2021-07-02T12:45:31.019Z] [2021-07-02T12:45:31.019Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:45:31.019Z] #53 sha256:128737921d3d6d5be93444137a977c6c9d77856c43db3b00041756218ce1ad7e [2021-07-02T12:45:31.019Z] #53 0.867 + RM_GOPATH=0 [2021-07-02T12:45:31.019Z] #53 0.867 + TMP_GOPATH= [2021-07-02T12:45:31.019Z] #53 0.867 + : /build [2021-07-02T12:45:31.019Z] #53 0.867 + '[' -z '' ']' [2021-07-02T12:45:31.019Z] #53 0.867 ++ mktemp -d [2021-07-02T12:45:31.019Z] #53 0.869 + export GOPATH=/tmp/tmp.rwpjr6XopW [2021-07-02T12:45:31.019Z] #53 0.869 + GOPATH=/tmp/tmp.rwpjr6XopW [2021-07-02T12:45:31.019Z] #53 0.869 + RM_GOPATH=1 [2021-07-02T12:45:31.019Z] #53 0.869 + case "$(go env GOARCH)" in [2021-07-02T12:45:31.019Z] #53 0.869 ++ go env GOARCH [2021-07-02T12:45:31.019Z] #53 0.880 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:45:31.019Z] #53 0.880 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:45:31.019Z] #53 0.887 ++ dirname /tmp/install/install.sh [2021-07-02T12:45:31.019Z] #53 0.890 + dir=/tmp/install [2021-07-02T12:45:31.019Z] #53 0.890 + bin=runc [2021-07-02T12:45:31.019Z] #53 0.890 + shift [2021-07-02T12:45:31.019Z] #53 0.890 + '[' '!' -f /tmp/install/runc.installer ']' [2021-07-02T12:45:31.019Z] #53 0.890 + . /tmp/install/runc.installer [2021-07-02T12:45:31.019Z] #53 0.891 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-02T12:45:31.019Z] #53 0.891 + install_runc [2021-07-02T12:45:31.019Z] #53 0.891 + grep -q '^3\.10\.0.*\.el7\.' [2021-07-02T12:45:31.019Z] #53 0.891 + uname -r [2021-07-02T12:45:31.019Z] #53 0.893 + RUNC_BUILDTAGS='seccomp ' [2021-07-02T12:45:31.019Z] #53 0.893 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-07-02T12:45:31.019Z] #53 0.893 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-07-02T12:45:31.019Z] #53 0.893 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.rwpjr6XopW/src/github.com/opencontainers/runc [2021-07-02T12:45:31.019Z] #53 0.898 Cloning into '/tmp/tmp.rwpjr6XopW/src/github.com/opencontainers/runc'... [2021-07-02T12:45:31.023Z] #43 12.35 PBCC images/tcp-stream.pb-c.c [2021-07-02T12:45:31.023Z] #43 12.40 DEP images/tcp-stream.pb-c.d [2021-07-02T12:45:31.023Z] #43 12.48 PBCC images/pipe.pb-c.c [2021-07-02T12:45:31.023Z] #43 12.52 DEP images/pipe.pb-c.d [2021-07-02T12:45:31.280Z] #43 12.63 PBCC images/pstree.pb-c.c [2021-07-02T12:45:31.280Z] #43 12.66 DEP images/pstree.pb-c.d [2021-07-02T12:45:31.280Z] #43 12.75 PBCC images/fs.pb-c.c [2021-07-02T12:45:31.537Z] #43 12.78 DEP images/fs.pb-c.d [2021-07-02T12:45:31.537Z] #43 12.86 PBCC images/signalfd.pb-c.c [2021-07-02T12:45:31.537Z] #43 ... [2021-07-02T12:45:31.537Z] [2021-07-02T12:45:31.537Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:45:31.537Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:45:31.537Z] #13 54.32 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-07-02T12:45:31.537Z] #13 54.33 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-07-02T12:45:31.537Z] #13 54.36 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-02T12:45:31.537Z] #13 60.75 Selecting previously unselected package gcc-mingw-w64-base. [2021-07-02T12:45:31.537Z] #13 60.75 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-02T12:45:31.537Z] #13 60.76 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:31.537Z] #13 60.92 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-07-02T12:45:31.537Z] #13 60.92 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-02T12:45:31.537Z] #13 60.93 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:31.537Z] #13 ... [2021-07-02T12:45:31.537Z] [2021-07-02T12:45:31.537Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:31.537Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:31.537Z] #43 12.90 DEP images/signalfd.pb-c.d [2021-07-02T12:45:31.537Z] #43 12.95 PBCC images/fh.pb-c.c [2021-07-02T12:45:31.537Z] #43 13.00 PBCC images/fsnotify.pb-c.c [2021-07-02T12:45:31.665Z] #53 ... [2021-07-02T12:45:31.665Z] [2021-07-02T12:45:31.665Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-07-02T12:45:31.665Z] #15 sha256:35dce5eeb43191d45d2a6d8632f9ec169ec76f8ee07f99cc6af192f8b99ef882 [2021-07-02T12:45:31.665Z] #15 DONE 0.8s [2021-07-02T12:45:31.665Z] [2021-07-02T12:45:31.665Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-07-02T12:45:31.665Z] #16 sha256:c3ae3d6c6adb6b92e2fa50329c1b13d0a67d00736178619f4edb3aec6450cabb [2021-07-02T12:45:31.793Z] #43 13.05 DEP images/fh.pb-c.d [2021-07-02T12:45:31.794Z] #43 13.14 DEP images/fsnotify.pb-c.d [2021-07-02T12:45:31.794Z] #43 13.21 PBCC images/eventpoll.pb-c.c [2021-07-02T12:45:31.794Z] #43 13.27 DEP images/eventpoll.pb-c.d [2021-07-02T12:45:32.051Z] #43 13.37 PBCC images/eventfd.pb-c.c [2021-07-02T12:45:32.051Z] #43 13.41 DEP images/eventfd.pb-c.d [2021-07-02T12:45:32.051Z] #43 13.49 PBCC images/remap-file-path.pb-c.c [2021-07-02T12:45:32.051Z] #43 13.52 DEP images/remap-file-path.pb-c.d [2021-07-02T12:45:32.300Z] #16 0.636 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-07-02T12:45:32.300Z] #16 DONE 0.8s [2021-07-02T12:45:32.300Z] [2021-07-02T12:45:32.300Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-07-02T12:45:32.300Z] #17 sha256:27676d912f8eb85abfbe3ad507fe3bc168f479f340416d153ed1060d111187f1 [2021-07-02T12:45:32.308Z] #43 13.55 PBCC images/fifo.pb-c.c [2021-07-02T12:45:32.308Z] #43 13.58 DEP images/fifo.pb-c.d [2021-07-02T12:45:32.308Z] #43 13.65 PBCC images/ghost-file.pb-c.c [2021-07-02T12:45:32.308Z] #43 13.69 DEP images/ghost-file.pb-c.d [2021-07-02T12:45:32.308Z] #43 13.78 PBCC images/regfile.pb-c.c [2021-07-02T12:45:32.565Z] #43 13.82 DEP images/regfile.pb-c.d [2021-07-02T12:45:32.565Z] #43 13.91 PBCC images/ns.pb-c.c [2021-07-02T12:45:32.565Z] #43 13.92 DEP images/ns.pb-c.d [2021-07-02T12:45:32.565Z] #43 13.96 PBCC images/fdinfo.pb-c.c [2021-07-02T12:45:32.822Z] #43 14.08 DEP images/fdinfo.pb-c.d [2021-07-02T12:45:32.822Z] #43 14.16 PBCC images/core-aarch64.pb-c.c [2021-07-02T12:45:32.822Z] #43 14.28 PBCC images/core-arm.pb-c.c [2021-07-02T12:45:33.079Z] #43 14.37 PBCC images/core-ppc64.pb-c.c [2021-07-02T12:45:33.079Z] #43 14.45 PBCC images/core-s390.pb-c.c [2021-07-02T12:45:33.079Z] #43 14.50 PBCC images/core-x86.pb-c.c [2021-07-02T12:45:33.079Z] #43 14.58 PBCC images/core.pb-c.c [2021-07-02T12:45:33.079Z] #43 14.64 PBCC images/inventory.pb-c.c [2021-07-02T12:45:33.335Z] #43 14.72 DEP images/core-aarch64.pb-c.d [2021-07-02T12:45:33.335Z] #43 14.82 DEP images/core-arm.pb-c.d [2021-07-02T12:45:33.335Z] #43 14.90 DEP images/core-ppc64.pb-c.d [2021-07-02T12:45:33.339Z] #17 DONE 0.9s [2021-07-02T12:45:33.339Z] [2021-07-02T12:45:33.339Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-07-02T12:45:33.339Z] #18 sha256:1f72ac1631f3a6f2057da471dbc9469e0fbf13659c5ed014950912de9ee33784 [2021-07-02T12:45:33.592Z] #43 14.99 DEP images/core-s390.pb-c.d [2021-07-02T12:45:33.592Z] #43 15.08 DEP images/core-x86.pb-c.d [2021-07-02T12:45:33.592Z] #43 15.16 DEP images/core.pb-c.d [2021-07-02T12:45:33.849Z] #43 15.25 DEP images/inventory.pb-c.d [2021-07-02T12:45:33.849Z] #43 15.33 PBCC images/cpuinfo.pb-c.c [2021-07-02T12:45:33.849Z] #43 15.35 DEP images/cpuinfo.pb-c.d [2021-07-02T12:45:33.849Z] #43 15.41 PBCC images/stats.pb-c.c [2021-07-02T12:45:33.979Z] #18 DONE 0.8s [2021-07-02T12:45:33.979Z] [2021-07-02T12:45:33.979Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:33.979Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:33.979Z] #43 34.18 LINK criu/pie/parasite.built-in.o [2021-07-02T12:45:33.979Z] #43 34.19 GEN criu/pie/parasite-blob.h [2021-07-02T12:45:33.979Z] #43 34.21 CC criu/pie/parasite-vdso.o [2021-07-02T12:45:33.979Z] #43 34.61 CC criu/arch/s390/vdso-pie.o [2021-07-02T12:45:33.979Z] #43 34.74 CC criu/arch/s390/restorer.o [2021-07-02T12:45:33.979Z] #43 35.08 CC criu/pie/restorer.o [2021-07-02T12:45:33.979Z] #43 36.89 LINK criu/pie/restorer.built-in.o [2021-07-02T12:45:33.979Z] #43 36.89 GEN criu/pie/restorer-blob.h [2021-07-02T12:45:33.979Z] #43 36.97 DEP criu/vdso.d [2021-07-02T12:45:33.979Z] #43 37.46 DEP criu/uts_ns.d [2021-07-02T12:45:33.979Z] #43 37.59 DEP criu/util.d [2021-07-02T12:45:33.979Z] #43 37.86 DEP criu/uffd.d [2021-07-02T12:45:33.979Z] #43 38.11 DEP criu/tun.d [2021-07-02T12:45:33.979Z] #43 38.26 DEP criu/tty.d [2021-07-02T12:45:33.979Z] #43 38.43 DEP criu/timerfd.d [2021-07-02T12:45:33.979Z] #43 38.66 DEP criu/timens.d [2021-07-02T12:45:33.979Z] #43 38.79 DEP criu/sysfs_parse.d [2021-07-02T12:45:33.979Z] #43 39.05 DEP criu/sysctl.d [2021-07-02T12:45:33.979Z] #43 39.26 DEP criu/string.d [2021-07-02T12:45:33.979Z] #43 39.31 DEP criu/stats.d [2021-07-02T12:45:33.979Z] #43 39.45 DEP criu/sockets.d [2021-07-02T12:45:33.979Z] #43 39.64 DEP criu/sk-unix.d [2021-07-02T12:45:34.105Z] #43 15.47 DEP images/stats.pb-c.d [2021-07-02T12:45:34.273Z] #43 39.81 DEP criu/sk-tcp.d [2021-07-02T12:45:34.273Z] #43 40.00 DEP criu/sk-queue.d [2021-07-02T12:45:34.568Z] #43 40.14 DEP criu/sk-packet.d [2021-07-02T12:45:34.568Z] #43 40.27 DEP criu/sk-netlink.d [2021-07-02T12:45:34.568Z] #43 ... [2021-07-02T12:45:34.568Z] [2021-07-02T12:45:34.568Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-07-02T12:45:34.568Z] #19 sha256:dde01d158e008470513a84bdfd88808a617f3e7529f11ab50211e4b5bfbf377a [2021-07-02T12:45:34.568Z] #19 DONE 0.8s [2021-07-02T12:45:34.568Z] [2021-07-02T12:45:34.568Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:34.568Z] #45 sha256:2e45010c12b2ea669c466de827a3dcdd1332349562d424fc0f7b49907593f31a [2021-07-02T12:45:34.568Z] #45 74.64 net/http/httptrace [2021-07-02T12:45:34.568Z] #45 74.76 net/http [2021-07-02T12:45:35.475Z] #43 16.90 make[1]: Nothing to be done for 'all'. [2021-07-02T12:45:35.606Z] #45 ... [2021-07-02T12:45:35.606Z] [2021-07-02T12:45:35.606Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:35.606Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:35.606Z] #43 40.50 DEP criu/sk-inet.d [2021-07-02T12:45:35.606Z] #43 40.73 DEP criu/signalfd.d [2021-07-02T12:45:35.606Z] #43 40.93 DEP criu/sigframe.d [2021-07-02T12:45:35.606Z] #43 41.06 DEP criu/shmem.d [2021-07-02T12:45:35.606Z] #43 41.19 DEP criu/servicefd.d [2021-07-02T12:45:35.606Z] #43 41.38 DEP criu/seize.d [2021-07-02T12:45:35.899Z] #43 41.48 DEP criu/seccomp.d [2021-07-02T12:45:35.899Z] #43 41.60 DEP criu/rst-malloc.d [2021-07-02T12:45:35.899Z] #43 41.69 DEP criu/rbtree.d [2021-07-02T12:45:35.899Z] #43 41.71 DEP criu/pstree.d [2021-07-02T12:45:36.208Z] #43 ... [2021-07-02T12:45:36.208Z] [2021-07-02T12:45:36.208Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-07-02T12:45:36.208Z] #58 sha256:27de5ef27035abe55fc419e7eba31b9247a58c8b8036b02997782b81bd851f1f [2021-07-02T12:45:36.208Z] #58 74.22 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-02T12:45:36.208Z] #58 74.22 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-07-02T12:45:36.208Z] #58 DONE 80.2s [2021-07-02T12:45:36.208Z] [2021-07-02T12:45:36.208Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-07-02T12:45:36.208Z] #59 sha256:a8d04de4df1359f4442d2bdacd41969befe6fca1ddabeb690e0d0f7cfac404b2 [2021-07-02T12:45:36.208Z] #59 DONE 0.2s [2021-07-02T12:45:36.208Z] [2021-07-02T12:45:36.208Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-07-02T12:45:36.208Z] #60 sha256:f726194c8c7230650d8cf05a3ef805ff13c9f6918f302364528ba3511bff877b [2021-07-02T12:45:36.518Z] #60 DONE 0.1s [2021-07-02T12:45:36.518Z] [2021-07-02T12:45:36.518Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:36.518Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:36.518Z] #43 41.90 DEP criu/protobuf.d [2021-07-02T12:45:36.518Z] #43 42.05 GEN criu/protobuf-desc-gen.h [2021-07-02T12:45:36.844Z] #43 ... [2021-07-02T12:45:36.844Z] [2021-07-02T12:45:36.844Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:45:36.844Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:45:36.844Z] #51 63.80 context [2021-07-02T12:45:36.844Z] #51 63.91 encoding/binary [2021-07-02T12:45:36.844Z] #51 64.69 fmt [2021-07-02T12:45:36.844Z] #51 65.82 encoding/base64 [2021-07-02T12:45:36.844Z] #51 66.75 golang.org/x/sys/unix [2021-07-02T12:45:36.844Z] #51 69.51 encoding/json [2021-07-02T12:45:37.101Z] #51 ... [2021-07-02T12:45:37.101Z] [2021-07-02T12:45:37.101Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:37.101Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:45:37.101Z] #45 69.49 regexp [2021-07-02T12:45:37.101Z] #45 70.40 go/token [2021-07-02T12:45:37.101Z] #45 71.20 go/scanner [2021-07-02T12:45:37.101Z] #45 72.40 go/ast [2021-07-02T12:45:37.101Z] #45 73.25 internal/lazyregexp [2021-07-02T12:45:37.101Z] #45 73.55 net/url [2021-07-02T12:45:37.573Z] #43 43.34 DEP criu/protobuf-desc.d [2021-07-02T12:45:37.573Z] #43 43.41 DEP criu/proc_parse.d [2021-07-02T12:45:37.664Z] #45 ... [2021-07-02T12:45:37.664Z] [2021-07-02T12:45:37.664Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:45:37.664Z] #34 sha256:da7cb80751352d8bc96b298c6b726a39f1c1e63b71504e9707ad079a447deecd [2021-07-02T12:45:37.664Z] #34 64.62 fmt [2021-07-02T12:45:37.664Z] #34 65.02 path/filepath [2021-07-02T12:45:37.664Z] #34 66.22 io/ioutil [2021-07-02T12:45:37.664Z] #34 66.67 path [2021-07-02T12:45:37.664Z] #34 67.16 text/tabwriter [2021-07-02T12:45:37.664Z] #34 68.53 flag [2021-07-02T12:45:37.664Z] #34 68.54 github.com/BurntSushi/toml [2021-07-02T12:45:37.664Z] #34 70.40 log [2021-07-02T12:45:37.664Z] #34 72.64 github.com/BurntSushi/toml/cmd/tomlv [2021-07-02T12:45:37.866Z] #43 43.53 DEP criu/plugin.d [2021-07-02T12:45:37.866Z] #43 43.62 DEP criu/pipes.d [2021-07-02T12:45:37.922Z] #34 ... [2021-07-02T12:45:37.922Z] [2021-07-02T12:45:37.922Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:37.922Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:37.922Z] #43 18.50 CC images/stats.o [2021-07-02T12:45:37.922Z] #43 18.92 CC images/core.o [2021-07-02T12:45:38.158Z] #43 43.71 DEP criu/pie-util.d [2021-07-02T12:45:38.158Z] #43 43.79 DEP criu/pie-util-vdso.d [2021-07-02T12:45:38.158Z] #43 43.93 DEP criu/path.d [2021-07-02T12:45:38.451Z] #43 44.03 DEP criu/parasite-syscall.d [2021-07-02T12:45:38.485Z] #43 19.71 CC images/core-x86.o [2021-07-02T12:45:38.743Z] #43 44.26 DEP criu/pagemap.d [2021-07-02T12:45:38.743Z] #43 44.46 DEP criu/pagemap-cache.d [2021-07-02T12:45:39.036Z] #43 44.59 DEP criu/page-xfer.d [2021-07-02T12:45:39.036Z] #43 44.70 DEP criu/page-pipe.d [2021-07-02T12:45:39.036Z] #43 44.79 DEP criu/netfilter.d [2021-07-02T12:45:39.049Z] #43 20.33 CC images/core-arm.o [2021-07-02T12:45:39.329Z] #43 44.88 DEP criu/net.d [2021-07-02T12:45:39.329Z] #43 45.14 DEP criu/namespaces.d [2021-07-02T12:45:39.612Z] #43 20.89 CC images/core-aarch64.o [2021-07-02T12:45:39.621Z] #43 45.28 DEP criu/mount.d [2021-07-02T12:45:39.869Z] #43 ... [2021-07-02T12:45:39.869Z] [2021-07-02T12:45:39.869Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-07-02T12:45:39.869Z] #34 sha256:da7cb80751352d8bc96b298c6b726a39f1c1e63b71504e9707ad079a447deecd [2021-07-02T12:45:39.869Z] #34 DONE 76.7s [2021-07-02T12:45:39.869Z] [2021-07-02T12:45:39.869Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:39.869Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:39.869Z] #43 21.25 CC images/core-ppc64.o [2021-07-02T12:45:39.914Z] #43 45.46 DEP criu/memfd.d [2021-07-02T12:45:39.914Z] #43 45.65 DEP criu/mem.d [2021-07-02T12:45:40.206Z] #43 45.89 DEP criu/lsm.d [2021-07-02T12:45:40.206Z] #43 45.97 DEP criu/log.d [2021-07-02T12:45:40.499Z] #43 46.06 DEP criu/libnetlink.d [2021-07-02T12:45:40.499Z] #43 46.14 DEP criu/kerndat.d [2021-07-02T12:45:40.499Z] #43 46.27 DEP criu/kcmp-ids.d [2021-07-02T12:45:40.792Z] #43 46.34 DEP criu/irmap.d [2021-07-02T12:45:40.792Z] #43 46.45 DEP criu/ipc_ns.d [2021-07-02T12:45:40.792Z] #43 46.56 DEP criu/image.d [2021-07-02T12:45:40.798Z] #43 22.21 CC images/core-s390.o [2021-07-02T12:45:41.084Z] #43 46.69 DEP criu/image-desc.d [2021-07-02T12:45:41.084Z] #43 46.77 DEP criu/fsnotify.d [2021-07-02T12:45:41.361Z] #43 22.85 CC images/cpuinfo.o [2021-07-02T12:45:41.376Z] #43 46.89 DEP criu/filesystems.d [2021-07-02T12:45:41.377Z] #43 46.99 DEP criu/files.d [2021-07-02T12:45:41.377Z] #43 47.14 DEP criu/files-reg.d [2021-07-02T12:45:41.669Z] #43 47.27 DEP criu/files-ext.d [2021-07-02T12:45:41.924Z] #43 23.28 CC images/inventory.o [2021-07-02T12:45:41.965Z] #43 47.41 DEP criu/file-lock.d [2021-07-02T12:45:41.965Z] #43 47.49 DEP criu/file-ids.d [2021-07-02T12:45:41.965Z] #43 47.60 DEP criu/fifo.d [2021-07-02T12:45:41.965Z] #43 47.69 DEP criu/fdstore.d [2021-07-02T12:45:42.181Z] #43 23.53 CC images/fdinfo.o [2021-07-02T12:45:42.258Z] #43 47.79 DEP criu/fault-injection.d [2021-07-02T12:45:42.258Z] #43 47.82 DEP criu/external.d [2021-07-02T12:45:42.580Z] #43 23.97 CC images/fown.o [2021-07-02T12:45:42.612Z] #43 47.99 DEP criu/eventpoll.d [2021-07-02T12:45:42.612Z] #43 48.20 DEP criu/eventfd.d [2021-07-02T12:45:42.612Z] #43 48.28 DEP criu/crtools.d [2021-07-02T12:45:42.612Z] #43 48.38 DEP criu/cr-service.d [2021-07-02T12:45:42.838Z] #43 24.17 CC images/ns.o [2021-07-02T12:45:42.905Z] #43 48.59 DEP criu/cr-restore.d [2021-07-02T12:45:43.095Z] #43 24.41 CC images/regfile.o [2021-07-02T12:45:43.095Z] #43 24.60 CC images/ghost-file.o [2021-07-02T12:45:43.198Z] #43 48.74 DEP criu/cr-errno.d [2021-07-02T12:45:43.198Z] #43 48.75 DEP criu/cr-dump.d [2021-07-02T12:45:43.198Z] #43 48.94 DEP criu/cr-dedup.d [2021-07-02T12:45:43.491Z] #43 49.03 DEP criu/cr-check.d [2021-07-02T12:45:43.491Z] #43 49.14 DEP criu/config.d [2021-07-02T12:45:43.659Z] #43 24.94 CC images/fifo.o [2021-07-02T12:45:43.784Z] #43 49.24 DEP criu/clone-noasan.d [2021-07-02T12:45:43.784Z] #43 49.32 DEP criu/cgroup.d [2021-07-02T12:45:43.784Z] #43 49.48 DEP criu/cgroup-props.d [2021-07-02T12:45:43.784Z] #43 49.59 DEP criu/bitmap.d [2021-07-02T12:45:43.784Z] #43 49.61 DEP criu/bfd.d [2021-07-02T12:45:43.916Z] #43 25.22 CC images/remap-file-path.o [2021-07-02T12:45:44.077Z] #43 49.67 DEP criu/autofs.d [2021-07-02T12:45:44.077Z] #43 49.76 DEP criu/aio.d [2021-07-02T12:45:44.173Z] #43 25.51 CC images/eventfd.o [2021-07-02T12:45:44.370Z] #43 49.95 DEP criu/action-scripts.d [2021-07-02T12:45:44.430Z] #43 25.79 CC images/eventpoll.o [2021-07-02T12:45:44.687Z] #43 26.14 CC images/fh.o [2021-07-02T12:45:44.732Z] #43 50.23 CC criu/action-scripts.o [2021-07-02T12:45:44.733Z] #43 ... [2021-07-02T12:45:44.733Z] [2021-07-02T12:45:44.733Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:45:44.733Z] #20 sha256:987cfdea4efa8de862ccf1b0ea323d236034e39ba248952dd2da617c04122d62 [2021-07-02T12:45:44.733Z] #20 0.947 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-02T12:45:44.733Z] #20 0.983 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-02T12:45:44.733Z] #20 1.035 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-02T12:45:44.733Z] #20 1.057 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-02T12:45:44.733Z] #20 1.391 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [449 kB] [2021-07-02T12:45:44.733Z] #20 2.386 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-02T12:45:44.733Z] #20 3.688 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-02T12:45:44.733Z] #20 4.799 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-02T12:45:44.733Z] #20 7.001 Fetched 8636 kB in 6s (1420 kB/s) [2021-07-02T12:45:44.733Z] #20 7.001 Reading package lists... [2021-07-02T12:45:45.026Z] #20 9.097 Reading package lists... [2021-07-02T12:45:45.026Z] #20 ... [2021-07-02T12:45:45.026Z] [2021-07-02T12:45:45.026Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:45.026Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:45.026Z] #43 50.66 CC criu/aio.o [2021-07-02T12:45:45.251Z] #43 26.50 CC images/fsnotify.o [2021-07-02T12:45:45.508Z] #43 27.05 CC images/signalfd.o [2021-07-02T12:45:45.661Z] #43 51.20 CC criu/autofs.o [2021-07-02T12:45:45.765Z] #43 27.31 CC images/fs.o [2021-07-02T12:45:46.022Z] #43 27.50 CC images/pstree.o [2021-07-02T12:45:46.279Z] #43 27.74 CC images/pipe.o [2021-07-02T12:45:46.536Z] #43 28.00 CC images/tcp-stream.o [2021-07-02T12:45:46.741Z] #43 52.13 CC criu/bfd.o [2021-07-02T12:45:46.741Z] #43 ... [2021-07-02T12:45:46.741Z] [2021-07-02T12:45:46.741Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:46.741Z] #45 sha256:2e45010c12b2ea669c466de827a3dcdd1332349562d424fc0f7b49907593f31a [2021-07-02T12:45:46.741Z] #45 84.04 github.com/LK4D4/vndr/godl [2021-07-02T12:45:46.741Z] #45 84.61 github.com/LK4D4/vndr [2021-07-02T12:45:46.741Z] #45 DONE 90.8s [2021-07-02T12:45:46.741Z] [2021-07-02T12:45:46.741Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:45:46.741Z] #20 sha256:987cfdea4efa8de862ccf1b0ea323d236034e39ba248952dd2da617c04122d62 [2021-07-02T12:45:46.741Z] #20 9.097 Reading package lists... [2021-07-02T12:45:46.741Z] #20 10.83 Building dependency tree... [2021-07-02T12:45:46.741Z] #20 11.33 libcap2-bin is already the newest version (1:2.25-2). [2021-07-02T12:45:46.741Z] #20 11.33 The following additional packages will be installed: [2021-07-02T12:45:46.741Z] #20 11.33 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-07-02T12:45:46.741Z] #20 11.33 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-07-02T12:45:46.741Z] #20 11.33 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-07-02T12:45:46.741Z] #20 11.33 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-07-02T12:45:46.741Z] #20 11.33 python3.7 python3.7-minimal vim-runtime xxd [2021-07-02T12:45:46.741Z] #20 11.33 Suggested packages: [2021-07-02T12:45:46.741Z] #20 11.33 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-07-02T12:45:46.741Z] #20 11.33 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-07-02T12:45:46.741Z] #20 11.33 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-07-02T12:45:46.741Z] #20 11.33 Recommended packages: [2021-07-02T12:45:46.741Z] #20 11.33 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-07-02T12:45:46.741Z] #20 11.33 python3-keyrings.alt python3-xdg unzip [2021-07-02T12:45:46.793Z] #43 ... [2021-07-02T12:45:46.793Z] [2021-07-02T12:45:46.793Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:45:46.793Z] #56 sha256:5aae4413d33492560ae8ca2d245e0207660beac5567ca1ef7e2146847be182b1 [2021-07-02T12:45:46.793Z] #56 48.79 Checking out files: 50% (2055/4071) Checking out files: 51% (2077/4071) Checking out files: 52% (2117/4071) Checking out files: 53% (2158/4071) Checking out files: 54% (2199/4071) Checking out files: 55% (2240/4071) Checking out files: 56% (2280/4071) Checking out files: 57% (2321/4071) Checking out files: 58% (2362/4071) Checking out files: 59% (2402/4071) Checking out files: 60% (2443/4071) Checking out files: 61% (2484/4071) Checking out files: 62% (2525/4071) Checking out files: 63% (2565/4071) Checking out files: 64% (2606/4071) Checking out files: 65% (2647/4071) Checking out files: 66% (2687/4071) Checking out files: 67% (2728/4071) Checking out files: 68% (2769/4071) Checking out files: 69% (2809/4071) Checking out files: 70% (2850/4071) Checking out files: 71% (2891/4071) Checking out files: 72% (2932/4071) Checking out files: 73% (2972/4071) Checking out files: 74% (3013/4071) Checking out files: 75% (3054/4071) Checking out files: 76% (3094/4071) Checking out files: 77% (3135/4071) Checking out files: 78% (3176/4071) Checking out files: 79% (3217/4071) Checking out files: 80% (3257/4071) Checking out files: 81% (3298/4071) Checking out files: 82% (3339/4071) Checking out files: 83% (3379/4071) Checking out files: 84% (3420/4071) Checking out files: 85% (3461/4071) Checking out files: 86% (3502/4071) Checking out files: 87% (3542/4071) Checking out files: 88% (3583/4071) Checking out files: 89% (3624/4071) Checking out files: 90% (3664/4071) Checking out files: 91% (3705/4071) Checking out files: 92% (3746/4071) Checking out files: 92% (3771/4071) Checking out files: 93% (3787/4071) Checking out files: 94% (3827/4071) Checking out files: 95% (3868/4071) Checking out files: 96% (3909/4071) Checking out files: 97% (3949/4071) Checking out files: 98% (3990/4071) Checking out files: 99% (4031/4071) Checking out files: 100% (4071/4071) Checking out files: 100% (4071/4071), done. [2021-07-02T12:45:46.793Z] #56 50.07 + cd /tmp/tmp.y5dSSEpnKy/src/github.com/containerd/containerd [2021-07-02T12:45:46.793Z] #56 50.07 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-02T12:45:46.793Z] #56 51.85 + export 'BUILDTAGS=netgo osusergo static_build' [2021-07-02T12:45:46.793Z] #56 51.85 + BUILDTAGS='netgo osusergo static_build' [2021-07-02T12:45:46.793Z] #56 51.85 + export EXTRA_FLAGS=-buildmode=pie [2021-07-02T12:45:46.793Z] #56 51.85 + EXTRA_FLAGS=-buildmode=pie [2021-07-02T12:45:46.793Z] #56 51.85 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-07-02T12:45:46.793Z] #56 51.85 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-07-02T12:45:46.793Z] #56 51.86 + '[' '' = dynamic ']' [2021-07-02T12:45:46.793Z] #56 51.86 + make [2021-07-02T12:45:47.042Z] #20 12.44 The following NEW packages will be installed: [2021-07-02T12:45:47.344Z] #20 12.44 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-07-02T12:45:47.344Z] #20 12.44 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-07-02T12:45:47.344Z] #20 12.44 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-07-02T12:45:47.344Z] #20 12.44 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-07-02T12:45:47.344Z] #20 12.44 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-07-02T12:45:47.344Z] #20 12.44 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-07-02T12:45:47.344Z] #20 12.44 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-07-02T12:45:47.344Z] #20 12.44 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-07-02T12:45:47.344Z] #20 12.44 xz-utils zip [2021-07-02T12:45:47.344Z] #20 12.57 0 upgraded, 48 newly installed, 0 to remove and 32 not upgraded. [2021-07-02T12:45:47.344Z] #20 12.57 Need to get 27.7 MB of archives. [2021-07-02T12:45:47.344Z] #20 12.57 After this operation, 117 MB of additional disk space will be used. [2021-07-02T12:45:47.344Z] #20 12.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2021-07-02T12:45:47.344Z] #20 12.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u3 [586 kB] [2021-07-02T12:45:47.344Z] #20 ... [2021-07-02T12:45:47.344Z] [2021-07-02T12:45:47.344Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:45:47.344Z] #53 sha256:128737921d3d6d5be93444137a977c6c9d77856c43db3b00041756218ce1ad7e [2021-07-02T12:45:47.344Z] #53 7.577 + cd /tmp/tmp.rwpjr6XopW/src/github.com/opencontainers/runc [2021-07-02T12:45:47.344Z] #53 7.577 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-02T12:45:47.344Z] #53 8.012 + '[' -z '' ']' [2021-07-02T12:45:47.344Z] #53 8.027 + target=static [2021-07-02T12:45:47.344Z] #53 8.027 + make 'BUILDTAGS=seccomp ' static [2021-07-02T12:45:47.344Z] #53 8.148 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-07-02T12:45:47.356Z] #56 53.09 + bin/ctr [2021-07-02T12:45:47.636Z] #53 ... [2021-07-02T12:45:47.636Z] [2021-07-02T12:45:47.636Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:47.636Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:45:47.636Z] #43 52.59 CC criu/bitmap.o [2021-07-02T12:45:47.636Z] #43 52.73 CC criu/cgroup-props.o [2021-07-02T12:45:47.636Z] #43 53.28 CC criu/cgroup.o [2021-07-02T12:45:47.919Z] #56 ... [2021-07-02T12:45:47.919Z] [2021-07-02T12:45:47.919Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:45:47.919Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:45:47.919Z] #51 74.91 github.com/pkg/diff [2021-07-02T12:45:47.919Z] #51 75.30 go/ast [2021-07-02T12:45:47.919Z] #51 76.16 golang.org/x/crypto/ssh/terminal [2021-07-02T12:45:47.919Z] #51 77.71 mvdan.cc/editorconfig [2021-07-02T12:45:47.919Z] #51 78.89 mvdan.cc/sh/v3/fileutil [2021-07-02T12:45:47.919Z] #51 79.13 mvdan.cc/sh/v3/syntax [2021-07-02T12:45:48.176Z] #51 ... [2021-07-02T12:45:48.176Z] [2021-07-02T12:45:48.176Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:48.176Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:48.176Z] #43 28.30 CC images/sk-packet.o [2021-07-02T12:45:48.176Z] #43 28.71 CC images/mnt.o [2021-07-02T12:45:48.176Z] #43 28.93 CC images/pipe-data.o [2021-07-02T12:45:48.176Z] #43 29.10 CC images/sa.o [2021-07-02T12:45:48.176Z] #43 29.43 CC images/timer.o [2021-07-02T12:45:48.432Z] #43 29.83 CC images/timerfd.o [2021-07-02T12:45:48.432Z] #43 ... [2021-07-02T12:45:48.432Z] [2021-07-02T12:45:48.432Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:48.432Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:45:48.432Z] #45 75.25 text/template/parse [2021-07-02T12:45:48.432Z] #45 77.43 go/parser [2021-07-02T12:45:48.432Z] #45 79.75 text/template [2021-07-02T12:45:48.432Z] #45 80.73 encoding/xml [2021-07-02T12:45:48.432Z] #45 84.38 go/doc [2021-07-02T12:45:48.689Z] #45 ... [2021-07-02T12:45:48.689Z] [2021-07-02T12:45:48.689Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:48.689Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:48.689Z] #43 30.07 CC images/mm.o [2021-07-02T12:45:48.946Z] #43 30.45 CC images/sk-opts.o [2021-07-02T12:45:49.150Z] #43 54.80 CC criu/clone-noasan.o [2021-07-02T12:45:49.150Z] #43 54.92 CC criu/config.o [2021-07-02T12:45:49.202Z] #43 30.65 CC images/sk-unix.o [2021-07-02T12:45:49.459Z] #43 30.97 CC images/sk-inet.o [2021-07-02T12:45:49.843Z] #43 55.63 CC criu/cr-check.o [2021-07-02T12:45:50.023Z] #43 31.37 CC images/tun.o [2021-07-02T12:45:50.143Z] #43 ... [2021-07-02T12:45:50.143Z] [2021-07-02T12:45:50.143Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:45:50.143Z] #32 sha256:9f23364269c9f08f69e0d519b0909d23964b8ca6a3095a61039e5d5a9c76c9de [2021-07-02T12:45:50.143Z] #32 DONE 94.1s [2021-07-02T12:45:50.143Z] [2021-07-02T12:45:50.143Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:45:50.143Z] #20 sha256:987cfdea4efa8de862ccf1b0ea323d236034e39ba248952dd2da617c04122d62 [2021-07-02T12:45:50.143Z] #20 13.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u3 [1590 kB] [2021-07-02T12:45:50.143Z] #20 14.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2021-07-02T12:45:50.143Z] #20 14.10 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2021-07-02T12:45:50.143Z] #20 14.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u3 [1686 kB] [2021-07-02T12:45:50.143Z] #20 14.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u3 [330 kB] [2021-07-02T12:45:50.143Z] #20 14.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2021-07-02T12:45:50.143Z] #20 14.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2021-07-02T12:45:50.143Z] #20 14.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2021-07-02T12:45:50.143Z] #20 15.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2021-07-02T12:45:50.143Z] #20 15.11 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2021-07-02T12:45:50.143Z] #20 15.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2021-07-02T12:45:50.143Z] #20 15.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2021-07-02T12:45:50.143Z] #20 15.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2021-07-02T12:45:50.143Z] #20 15.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2021-07-02T12:45:50.143Z] #20 15.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-07-02T12:45:50.143Z] #20 15.39 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-07-02T12:45:50.143Z] #20 15.40 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2021-07-02T12:45:50.280Z] #43 31.74 CC images/sk-netlink.o [2021-07-02T12:45:50.439Z] #20 15.55 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2021-07-02T12:45:50.439Z] #20 15.56 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2021-07-02T12:45:50.439Z] #20 15.57 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2021-07-02T12:45:50.439Z] #20 15.60 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2021-07-02T12:45:50.439Z] #20 15.61 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-07-02T12:45:50.439Z] #20 15.77 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-07-02T12:45:50.439Z] #20 15.86 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-07-02T12:45:50.537Z] #43 31.99 CC images/packet-sock.o [2021-07-02T12:45:50.731Z] #20 15.99 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2021-07-02T12:45:50.731Z] #20 16.07 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2021-07-02T12:45:50.731Z] #20 16.08 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-07-02T12:45:50.794Z] #43 32.32 CC images/ipc-var.o [2021-07-02T12:45:51.024Z] #20 16.29 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-07-02T12:45:51.024Z] #20 16.30 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-07-02T12:45:51.024Z] #20 16.30 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-07-02T12:45:51.024Z] #20 16.30 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2021-07-02T12:45:51.024Z] #20 16.30 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2021-07-02T12:45:51.024Z] #20 16.31 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2021-07-02T12:45:51.024Z] #20 16.33 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-07-02T12:45:51.024Z] #20 16.34 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2021-07-02T12:45:51.024Z] #20 16.34 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2021-07-02T12:45:51.024Z] #20 16.34 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-02T12:45:51.024Z] #20 16.35 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2021-07-02T12:45:51.024Z] #20 16.36 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2021-07-02T12:45:51.051Z] #43 32.54 CC images/ipc-desc.o [2021-07-02T12:45:51.308Z] #43 32.76 CC images/ipc-shm.o [2021-07-02T12:45:51.317Z] #20 16.57 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB] [2021-07-02T12:45:51.565Z] #43 33.02 CC images/ipc-msg.o [2021-07-02T12:45:51.955Z] #20 17.07 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2021-07-02T12:45:51.955Z] #20 17.19 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2021-07-02T12:45:51.955Z] #20 17.19 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-07-02T12:45:52.129Z] #43 33.33 CC images/ipc-sem.o [2021-07-02T12:45:52.247Z] #20 17.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2021-07-02T12:45:52.386Z] #43 33.60 CC images/utsns.o [2021-07-02T12:45:52.386Z] #43 33.82 CC images/creds.o [2021-07-02T12:45:52.540Z] #20 17.70 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2021-07-02T12:45:52.540Z] #20 17.71 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2021-07-02T12:45:52.643Z] #43 34.14 CC images/vma.o [2021-07-02T12:45:52.833Z] #20 18.09 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:45:52.833Z] #20 18.13 Fetched 27.7 MB in 5s (5301 kB/s) [2021-07-02T12:45:52.833Z] #20 18.16 Selecting previously unselected package pigz. [2021-07-02T12:45:52.902Z] #43 34.42 CC images/netdev.o [2021-07-02T12:45:53.126Z] #20 18.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23201 files and directories currently installed.) [2021-07-02T12:45:53.126Z] #20 18.20 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2021-07-02T12:45:53.126Z] #20 18.21 Unpacking pigz (2.4-1) ... [2021-07-02T12:45:53.126Z] #20 18.24 Selecting previously unselected package libpython3.7-minimal:s390x. [2021-07-02T12:45:53.126Z] #20 18.24 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_s390x.deb ... [2021-07-02T12:45:53.126Z] #20 18.25 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u3) ... [2021-07-02T12:45:53.126Z] #20 18.48 Selecting previously unselected package python3.7-minimal. [2021-07-02T12:45:53.418Z] #20 18.48 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_s390x.deb ... [2021-07-02T12:45:53.418Z] #20 18.49 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-02T12:45:53.465Z] #43 34.74 CC images/tty.o [2021-07-02T12:45:53.711Z] #20 18.97 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u3) ... [2021-07-02T12:45:53.711Z] #20 18.99 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-02T12:45:54.028Z] #43 35.32 CC images/file-lock.o [2021-07-02T12:45:54.028Z] #43 ... [2021-07-02T12:45:54.028Z] [2021-07-02T12:45:54.028Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-07-02T12:45:54.028Z] #51 sha256:432402b6e57fe402ea7e221feb19da0cc9b6b1c4ebf702f4dfb37ddaada1c3d2 [2021-07-02T12:45:54.028Z] #51 85.87 mvdan.cc/sh/v3/cmd/shfmt [2021-07-02T12:45:54.028Z] #51 DONE 90.9s [2021-07-02T12:45:54.028Z] [2021-07-02T12:45:54.028Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:45:54.028Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:45:54.028Z] #13 84.91 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-07-02T12:45:54.028Z] #13 84.92 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-02T12:45:54.028Z] #13 84.92 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:45:55.223Z] #20 20.17 Selecting previously unselected package python3-minimal. [2021-07-02T12:45:55.223Z] #20 20.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23450 files and directories currently installed.) [2021-07-02T12:45:55.223Z] #20 20.20 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2021-07-02T12:45:55.223Z] #20 20.21 Unpacking python3-minimal (3.7.3-1) ... [2021-07-02T12:45:55.223Z] #20 20.28 Selecting previously unselected package libmpdec2:s390x. [2021-07-02T12:45:55.223Z] #20 20.28 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2021-07-02T12:45:55.223Z] #20 20.28 Unpacking libmpdec2:s390x (2.4.2-2) ... [2021-07-02T12:45:55.223Z] #20 20.34 Selecting previously unselected package libpython3.7-stdlib:s390x. [2021-07-02T12:45:55.223Z] #20 20.34 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_s390x.deb ... [2021-07-02T12:45:55.223Z] #20 20.34 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u3) ... [2021-07-02T12:45:55.868Z] #20 20.99 Selecting previously unselected package python3.7. [2021-07-02T12:45:55.868Z] #20 20.99 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_s390x.deb ... [2021-07-02T12:45:55.868Z] #20 20.99 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-02T12:45:55.868Z] #20 21.06 Selecting previously unselected package libpython3-stdlib:s390x. [2021-07-02T12:45:55.868Z] #20 21.06 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2021-07-02T12:45:55.868Z] #20 21.06 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2021-07-02T12:45:55.868Z] #20 21.14 Setting up python3-minimal (3.7.3-1) ... [2021-07-02T12:45:56.162Z] #20 21.53 Selecting previously unselected package python3. [2021-07-02T12:45:56.455Z] #20 21.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23862 files and directories currently installed.) [2021-07-02T12:45:56.455Z] #20 21.58 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2021-07-02T12:45:56.455Z] #20 21.59 Unpacking python3 (3.7.3-1) ... [2021-07-02T12:45:56.455Z] #20 21.64 Selecting previously unselected package libip4tc0:s390x. [2021-07-02T12:45:56.455Z] #20 21.64 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2021-07-02T12:45:56.455Z] #20 21.64 Unpacking libip4tc0:s390x (1.8.2-4) ... [2021-07-02T12:45:56.455Z] #20 21.70 Selecting previously unselected package libip6tc0:s390x. [2021-07-02T12:45:56.455Z] #20 21.70 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2021-07-02T12:45:56.455Z] #20 21.70 Unpacking libip6tc0:s390x (1.8.2-4) ... [2021-07-02T12:45:56.455Z] #20 21.73 Selecting previously unselected package libiptc0:s390x. [2021-07-02T12:45:56.455Z] #20 21.73 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2021-07-02T12:45:56.455Z] #20 21.73 Unpacking libiptc0:s390x (1.8.2-4) ... [2021-07-02T12:45:56.455Z] #20 21.76 Selecting previously unselected package libnfnetlink0:s390x. [2021-07-02T12:45:56.455Z] #20 21.76 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2021-07-02T12:45:56.455Z] #20 21.76 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-07-02T12:45:56.455Z] #20 21.79 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2021-07-02T12:45:56.455Z] #20 21.79 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2021-07-02T12:45:56.455Z] #20 21.80 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-07-02T12:45:56.455Z] #20 21.84 Selecting previously unselected package libnftnl11:s390x. [2021-07-02T12:45:56.455Z] #20 21.84 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2021-07-02T12:45:56.455Z] #20 21.85 Unpacking libnftnl11:s390x (1.1.2-2) ... [2021-07-02T12:45:56.455Z] #20 21.88 Selecting previously unselected package iptables. [2021-07-02T12:45:56.754Z] #20 21.89 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2021-07-02T12:45:56.754Z] #20 21.89 Unpacking iptables (1.8.2-4) ... [2021-07-02T12:45:56.754Z] #20 22.11 Selecting previously unselected package xxd. [2021-07-02T12:45:56.754Z] #20 22.12 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-07-02T12:45:56.754Z] #20 22.12 Unpacking xxd (2:8.1.0875-5) ... [2021-07-02T12:45:57.047Z] #20 22.20 Selecting previously unselected package vim-common. [2021-07-02T12:45:57.047Z] #20 22.20 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-02T12:45:57.047Z] #20 22.21 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-02T12:45:57.047Z] #20 22.32 Selecting previously unselected package bash-completion. [2021-07-02T12:45:57.047Z] #20 22.32 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-07-02T12:45:58.085Z] #20 23.36 Unpacking bash-completion (1:2.8-6) ... [2021-07-02T12:45:58.352Z] #13 ... [2021-07-02T12:45:58.352Z] [2021-07-02T12:45:58.352Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:58.352Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:58.352Z] #43 35.81 CC images/rlimit.o [2021-07-02T12:45:58.352Z] #43 36.14 CC images/pagemap.o [2021-07-02T12:45:58.352Z] #43 36.52 CC images/siginfo.o [2021-07-02T12:45:58.352Z] #43 36.87 CC images/rpc.o [2021-07-02T12:45:58.352Z] #43 38.15 CC images/ext-file.o [2021-07-02T12:45:58.352Z] #43 38.40 CC images/cgroup.o [2021-07-02T12:45:58.352Z] #43 38.97 CC images/userns.o [2021-07-02T12:45:58.352Z] #43 39.25 CC images/google/protobuf/descriptor.o [2021-07-02T12:45:58.378Z] #20 23.60 Selecting previously unselected package bzip2. [2021-07-02T12:45:58.378Z] #20 23.61 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2021-07-02T12:45:58.378Z] #20 23.61 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-02T12:45:58.378Z] #20 23.66 Selecting previously unselected package xz-utils. [2021-07-02T12:45:58.378Z] #20 23.66 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2021-07-02T12:45:58.378Z] #20 23.66 Unpacking xz-utils (5.2.4-1) ... [2021-07-02T12:45:58.670Z] #20 23.78 Selecting previously unselected package apparmor. [2021-07-02T12:45:58.670Z] #20 23.78 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2021-07-02T12:45:58.670Z] #20 23.81 Unpacking apparmor (2.13.2-10) ... [2021-07-02T12:45:58.965Z] #20 24.08 Selecting previously unselected package aufs-tools. [2021-07-02T12:45:58.965Z] #20 24.09 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2021-07-02T12:45:58.965Z] #20 24.09 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-07-02T12:45:58.965Z] #20 24.16 Selecting previously unselected package libonig5:s390x. [2021-07-02T12:45:58.965Z] #20 24.17 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2021-07-02T12:45:58.965Z] #20 24.17 Unpacking libonig5:s390x (6.9.1-1) ... [2021-07-02T12:45:58.965Z] #20 24.25 Selecting previously unselected package libjq1:s390x. [2021-07-02T12:45:58.965Z] #20 24.26 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-07-02T12:45:58.965Z] #20 24.26 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-07-02T12:45:59.258Z] #20 24.33 Selecting previously unselected package jq. [2021-07-02T12:45:59.258Z] #20 24.33 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-07-02T12:45:59.258Z] #20 24.33 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-02T12:45:59.258Z] #20 24.39 Selecting previously unselected package libaio1:s390x. [2021-07-02T12:45:59.258Z] #20 24.39 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2021-07-02T12:45:59.258Z] #20 24.39 Unpacking libaio1:s390x (0.3.112-3) ... [2021-07-02T12:45:59.258Z] #20 24.42 Selecting previously unselected package libgpm2:s390x. [2021-07-02T12:45:59.258Z] #20 24.42 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2021-07-02T12:45:59.258Z] #20 24.42 Unpacking libgpm2:s390x (1.20.7-5) ... [2021-07-02T12:45:59.258Z] #20 24.44 Selecting previously unselected package libicu63:s390x. [2021-07-02T12:45:59.258Z] #20 24.44 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-07-02T12:45:59.258Z] #20 24.44 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-07-02T12:45:59.280Z] #43 ... [2021-07-02T12:45:59.280Z] [2021-07-02T12:45:59.280Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:45:59.280Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:45:59.280Z] #45 86.14 github.com/LK4D4/vndr/versioned [2021-07-02T12:45:59.280Z] #45 86.22 compress/flate [2021-07-02T12:45:59.280Z] #45 87.53 github.com/LK4D4/vndr/build [2021-07-02T12:45:59.280Z] #45 88.92 hash/crc32 [2021-07-02T12:45:59.280Z] #45 89.36 compress/gzip [2021-07-02T12:45:59.280Z] #45 90.10 vendor/golang.org/x/crypto/cryptobyte [2021-07-02T12:45:59.280Z] #45 91.32 net [2021-07-02T12:45:59.280Z] #45 92.41 vendor/golang.org/x/crypto/internal/chacha20 [2021-07-02T12:45:59.280Z] #45 92.90 vendor/golang.org/x/crypto/poly1305 [2021-07-02T12:45:59.280Z] #45 93.37 vendor/golang.org/x/sys/cpu [2021-07-02T12:45:59.280Z] #45 93.64 vendor/golang.org/x/crypto/chacha20poly1305 [2021-07-02T12:45:59.280Z] #45 94.78 vendor/golang.org/x/crypto/hkdf [2021-07-02T12:45:59.280Z] #45 94.94 vendor/golang.org/x/text/transform [2021-07-02T12:45:59.280Z] #45 95.70 vendor/golang.org/x/text/unicode/bidi [2021-07-02T12:45:59.536Z] #45 ... [2021-07-02T12:45:59.536Z] [2021-07-02T12:45:59.536Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:45:59.536Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:45:59.536Z] #43 40.83 CC images/opts.o [2021-07-02T12:45:59.793Z] #43 41.06 CC images/seccomp.o [2021-07-02T12:45:59.793Z] #43 41.28 CC images/binfmt-misc.o [2021-07-02T12:46:00.355Z] #43 41.51 CC images/time.o [2021-07-02T12:46:00.355Z] #43 41.76 CC images/sysctl.o [2021-07-02T12:46:00.612Z] #43 41.92 CC images/autofs.o [2021-07-02T12:46:00.612Z] #43 42.08 CC images/macvlan.o [2021-07-02T12:46:00.868Z] #43 42.30 CC images/sit.o [2021-07-02T12:46:01.124Z] #43 42.51 CC images/memfd.o [2021-07-02T12:46:01.352Z] #20 ... [2021-07-02T12:46:01.352Z] [2021-07-02T12:46:01.352Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:01.352Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:01.352Z] #43 56.75 CC criu/cr-dedup.o [2021-07-02T12:46:01.352Z] #43 56.99 CC criu/cr-dump.o [2021-07-02T12:46:01.352Z] #43 58.06 CC criu/cr-errno.o [2021-07-02T12:46:01.352Z] #43 58.09 CC criu/cr-restore.o [2021-07-02T12:46:01.352Z] #43 60.12 CC criu/cr-service.o [2021-07-02T12:46:01.352Z] #43 61.03 CC criu/crtools.o [2021-07-02T12:46:01.352Z] #43 61.36 CC criu/eventfd.o [2021-07-02T12:46:01.352Z] #43 61.53 CC criu/eventpoll.o [2021-07-02T12:46:01.352Z] #43 62.03 CC criu/external.o [2021-07-02T12:46:01.352Z] #43 62.21 CC criu/fault-injection.o [2021-07-02T12:46:01.352Z] #43 62.29 CC criu/fdstore.o [2021-07-02T12:46:01.352Z] #43 62.45 CC criu/fifo.o [2021-07-02T12:46:01.352Z] #43 62.67 CC criu/file-ids.o [2021-07-02T12:46:01.352Z] #43 62.96 CC criu/file-lock.o [2021-07-02T12:46:01.352Z] #43 63.58 CC criu/files-ext.o [2021-07-02T12:46:01.352Z] #43 63.77 CC criu/files-reg.o [2021-07-02T12:46:01.352Z] #43 64.97 CC criu/files.o [2021-07-02T12:46:01.352Z] #43 66.09 CC criu/filesystems.o [2021-07-02T12:46:01.352Z] #43 66.42 CC criu/fsnotify.o [2021-07-02T12:46:01.352Z] #43 67.06 CC criu/image-desc.o [2021-07-02T12:46:01.352Z] #43 67.15 CC criu/image.o [2021-07-02T12:46:01.380Z] #43 42.77 CC images/timens.o [2021-07-02T12:46:01.637Z] #43 43.03 LINK images/built-in.o [2021-07-02T12:46:01.637Z] #43 43.14 GEN compel/include/asm [2021-07-02T12:46:01.675Z] #43 ... [2021-07-02T12:46:01.675Z] [2021-07-02T12:46:01.675Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:46:01.675Z] #20 sha256:987cfdea4efa8de862ccf1b0ea323d236034e39ba248952dd2da617c04122d62 [2021-07-02T12:46:01.675Z] #20 26.87 Selecting previously unselected package libnet1:s390x. [2021-07-02T12:46:01.675Z] #20 26.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-07-02T12:46:01.675Z] #20 26.88 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-07-02T12:46:01.675Z] #20 26.91 Selecting previously unselected package libnl-3-200:s390x. [2021-07-02T12:46:01.675Z] #20 26.91 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2021-07-02T12:46:01.675Z] #20 26.91 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-07-02T12:46:01.675Z] #20 26.94 Selecting previously unselected package libprotobuf-c1:s390x. [2021-07-02T12:46:01.675Z] #20 26.94 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-07-02T12:46:01.675Z] #20 26.94 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-07-02T12:46:01.675Z] #20 26.96 Selecting previously unselected package libreadline5:s390x. [2021-07-02T12:46:01.675Z] #20 26.97 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2021-07-02T12:46:01.675Z] #20 26.97 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-07-02T12:46:01.675Z] #20 27.01 Selecting previously unselected package net-tools. [2021-07-02T12:46:01.675Z] #20 27.01 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2021-07-02T12:46:01.675Z] #20 27.01 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-02T12:46:01.675Z] #20 27.09 Selecting previously unselected package python-pip-whl. [2021-07-02T12:46:01.675Z] #20 27.09 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-07-02T12:46:01.675Z] #20 27.11 Unpacking python-pip-whl (18.1-5) ... [2021-07-02T12:46:01.894Z] #43 43.18 GEN compel/include/version.h [2021-07-02T12:46:01.894Z] #43 43.21 touch .config [2021-07-02T12:46:01.894Z] #43 43.26 GEN include/common/config.h [2021-07-02T12:46:01.894Z] #43 43.32 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-07-02T12:46:01.894Z] #43 43.34 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-07-02T12:46:01.894Z] #43 43.37 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-07-02T12:46:02.150Z] #43 43.39 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-07-02T12:46:02.150Z] #43 43.41 DEP compel/arch/x86/plugins/std/memcpy.d [2021-07-02T12:46:02.150Z] #43 43.45 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-07-02T12:46:02.150Z] #43 43.46 GEN compel/plugins/include/uapi/std/syscall.h [2021-07-02T12:46:02.150Z] #43 43.51 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-07-02T12:46:02.150Z] #43 43.52 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-07-02T12:46:02.150Z] #43 43.54 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-07-02T12:46:02.150Z] #43 43.54 DEP compel/plugins/std/infect.d [2021-07-02T12:46:02.150Z] #43 43.65 DEP compel/plugins/std/string.d [2021-07-02T12:46:02.311Z] #20 27.46 Selecting previously unselected package python3-lib2to3. [2021-07-02T12:46:02.311Z] #20 27.46 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-07-02T12:46:02.311Z] #20 27.47 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-07-02T12:46:02.311Z] #20 27.54 Selecting previously unselected package python3-distutils. [2021-07-02T12:46:02.311Z] #20 27.54 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-07-02T12:46:02.311Z] #20 27.55 Unpacking python3-distutils (3.7.3-1) ... [2021-07-02T12:46:02.311Z] #20 27.65 Selecting previously unselected package python3-pip. [2021-07-02T12:46:02.311Z] #20 27.65 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-07-02T12:46:02.311Z] #20 27.65 Unpacking python3-pip (18.1-5) ... [2021-07-02T12:46:02.311Z] #20 27.76 Selecting previously unselected package python3-pkg-resources. [2021-07-02T12:46:02.407Z] #43 43.75 DEP compel/plugins/std/log.d [2021-07-02T12:46:02.407Z] #43 43.89 DEP compel/plugins/std/fds.d [2021-07-02T12:46:02.604Z] #20 27.76 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-02T12:46:02.604Z] #20 27.76 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-02T12:46:02.604Z] #20 27.83 Selecting previously unselected package python3-setuptools. [2021-07-02T12:46:02.604Z] #20 27.83 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-07-02T12:46:02.604Z] #20 27.84 Unpacking python3-setuptools (40.8.0-1) ... [2021-07-02T12:46:02.604Z] #20 27.98 Selecting previously unselected package python3-wheel. [2021-07-02T12:46:02.604Z] #20 27.98 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-07-02T12:46:02.604Z] #20 27.98 Unpacking python3-wheel (0.32.3-2) ... [2021-07-02T12:46:02.664Z] #43 44.04 DEP compel/plugins/std/std.d [2021-07-02T12:46:02.664Z] #43 44.15 DEP compel/plugins/shmem/shmem.d [2021-07-02T12:46:02.896Z] #20 28.03 Selecting previously unselected package sudo. [2021-07-02T12:46:02.896Z] #20 28.03 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ... [2021-07-02T12:46:02.896Z] #20 28.03 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-07-02T12:46:02.920Z] #43 44.27 DEP compel/plugins/fds/fds.d [2021-07-02T12:46:02.921Z] #43 44.40 CC compel/plugins/std/std.o [2021-07-02T12:46:03.189Z] #20 28.39 Selecting previously unselected package thin-provisioning-tools. [2021-07-02T12:46:03.189Z] #20 28.39 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2021-07-02T12:46:03.189Z] #20 28.39 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-07-02T12:46:03.189Z] #20 28.56 Selecting previously unselected package uidmap. [2021-07-02T12:46:03.189Z] #20 28.56 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2021-07-02T12:46:03.189Z] #20 28.57 Unpacking uidmap (1:4.5-1.1) ... [2021-07-02T12:46:03.481Z] #20 28.64 Selecting previously unselected package vim-runtime. [2021-07-02T12:46:03.481Z] #20 28.64 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-07-02T12:46:03.481Z] #20 28.65 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-07-02T12:46:03.481Z] #20 28.66 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-07-02T12:46:03.481Z] #20 28.67 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-07-02T12:46:03.484Z] #43 44.83 CC compel/plugins/std/fds.o [2021-07-02T12:46:04.047Z] #43 45.35 CC compel/plugins/std/log.o [2021-07-02T12:46:05.098Z] #43 46.34 CC compel/plugins/std/string.o [2021-07-02T12:46:05.557Z] #20 30.75 Selecting previously unselected package vim. [2021-07-02T12:46:05.557Z] #20 30.75 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2021-07-02T12:46:05.557Z] #20 30.76 Unpacking vim (2:8.1.0875-5) ... [2021-07-02T12:46:05.660Z] #43 47.01 CC compel/plugins/std/infect.o [2021-07-02T12:46:05.850Z] #20 31.12 Selecting previously unselected package xfsprogs. [2021-07-02T12:46:05.850Z] #20 31.12 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2021-07-02T12:46:05.850Z] #20 31.13 Unpacking xfsprogs (4.20.0-1) ... [2021-07-02T12:46:06.143Z] #20 31.42 Selecting previously unselected package zip. [2021-07-02T12:46:06.143Z] #20 31.42 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2021-07-02T12:46:06.143Z] #20 31.42 Unpacking zip (3.0-11+b1) ... [2021-07-02T12:46:06.143Z] #20 31.56 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-07-02T12:46:06.223Z] #43 47.53 CC compel/arch/x86/plugins/std/parasite-head.o [2021-07-02T12:46:06.223Z] #43 47.58 CC compel/arch/x86/plugins/std/memcpy.o [2021-07-02T12:46:06.223Z] #43 47.64 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-07-02T12:46:06.223Z] #43 47.71 AR compel/plugins/std.lib.a [2021-07-02T12:46:06.223Z] #43 47.78 CC compel/plugins/fds/fds.o [2021-07-02T12:46:06.435Z] #20 31.57 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-02T12:46:06.436Z] #20 31.58 Setting up libip6tc0:s390x (1.8.2-4) ... [2021-07-02T12:46:06.436Z] #20 31.59 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-07-02T12:46:06.436Z] #20 31.60 Setting up libgpm2:s390x (1.20.7-5) ... [2021-07-02T12:46:06.436Z] #20 31.60 Setting up libip4tc0:s390x (1.8.2-4) ... [2021-07-02T12:46:06.436Z] #20 31.61 Setting up uidmap (1:4.5-1.1) ... [2021-07-02T12:46:06.436Z] #20 31.62 Setting up libnftnl11:s390x (1.1.2-2) ... [2021-07-02T12:46:06.436Z] #20 31.62 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-07-02T12:46:06.436Z] #20 31.63 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-02T12:46:06.436Z] #20 31.63 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-07-02T12:46:06.436Z] #20 31.64 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-07-02T12:46:06.436Z] #20 31.65 Setting up xxd (2:8.1.0875-5) ... [2021-07-02T12:46:06.436Z] #20 31.66 Setting up zip (3.0-11+b1) ... [2021-07-02T12:46:06.436Z] #20 31.67 Setting up vim-common (2:8.1.0875-5) ... [2021-07-02T12:46:06.436Z] #20 31.68 Setting up bash-completion (1:2.8-6) ... [2021-07-02T12:46:06.786Z] #43 47.97 AR compel/plugins/fds.lib.a [2021-07-02T12:46:06.786Z] #43 48.02 HOSTDEP compel/src/lib/log-host.d [2021-07-02T12:46:06.786Z] #43 48.10 HOSTDEP compel/src/lib/handle-elf-host.d [2021-07-02T12:46:06.786Z] #43 48.19 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-07-02T12:46:06.786Z] #43 48.29 HOSTDEP compel/src/main-host.d [2021-07-02T12:46:07.043Z] #43 48.38 DEP compel/src/lib/ptrace.d [2021-07-02T12:46:07.299Z] #43 48.49 DEP compel/src/lib/infect.d [2021-07-02T12:46:07.299Z] #43 48.69 DEP compel/src/lib/infect-util.d [2021-07-02T12:46:07.299Z] #43 48.77 DEP compel/src/lib/infect-rpc.d [2021-07-02T12:46:07.556Z] #43 48.87 DEP compel/arch/x86/src/lib/infect.d [2021-07-02T12:46:07.556Z] #43 ... [2021-07-02T12:46:07.556Z] [2021-07-02T12:46:07.556Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:46:07.556Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:46:07.556Z] #13 100.3 Selecting previously unselected package libapparmor1:amd64. [2021-07-02T12:46:07.556Z] #13 100.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-07-02T12:46:07.556Z] #13 100.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-07-02T12:46:07.556Z] #13 100.4 Selecting previously unselected package libapparmor-dev:amd64. [2021-07-02T12:46:07.556Z] #13 100.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-07-02T12:46:07.556Z] #13 100.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-02T12:46:07.813Z] #13 100.6 Selecting previously unselected package libbtrfs0. [2021-07-02T12:46:07.813Z] #13 100.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-02T12:46:07.813Z] #13 100.6 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-02T12:46:07.813Z] #13 100.7 Selecting previously unselected package libbtrfs-dev. [2021-07-02T12:46:07.813Z] #13 100.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-02T12:46:07.813Z] #13 100.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-02T12:46:07.813Z] #13 100.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-07-02T12:46:07.813Z] #13 100.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-02T12:46:07.813Z] #13 100.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-02T12:46:07.813Z] #13 100.9 Selecting previously unselected package libudev-dev:amd64. [2021-07-02T12:46:07.948Z] #20 33.11 Setting up libiptc0:s390x (1.8.2-4) ... [2021-07-02T12:46:07.948Z] #20 33.12 Setting up xz-utils (5.2.4-1) ... [2021-07-02T12:46:07.948Z] #20 33.13 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-07-02T12:46:07.948Z] #20 33.15 Setting up sudo (1.8.27-1+deb10u3) ... [2021-07-02T12:46:07.948Z] #20 33.20 invoke-rc.d: could not determine current runlevel [2021-07-02T12:46:07.948Z] #20 33.22 invoke-rc.d: policy-rc.d denied execution of start. [2021-07-02T12:46:07.948Z] #20 33.22 Setting up pigz (2.4-1) ... [2021-07-02T12:46:07.948Z] #20 33.23 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-07-02T12:46:07.948Z] #20 33.24 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-07-02T12:46:07.948Z] #20 33.25 Setting up python-pip-whl (18.1-5) ... [2021-07-02T12:46:07.948Z] #20 33.25 Setting up libmpdec2:s390x (2.4.2-2) ... [2021-07-02T12:46:07.948Z] #20 33.26 Setting up vim-runtime (2:8.1.0875-5) ... [2021-07-02T12:46:08.069Z] #13 100.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-07-02T12:46:08.069Z] #13 100.9 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-02T12:46:08.069Z] #13 101.0 Selecting previously unselected package libsepol1-dev:amd64. [2021-07-02T12:46:08.069Z] #13 101.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-07-02T12:46:08.069Z] #13 101.0 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-07-02T12:46:08.241Z] #20 33.50 Setting up libaio1:s390x (0.3.112-3) ... [2021-07-02T12:46:08.241Z] #20 33.51 Setting up libonig5:s390x (6.9.1-1) ... [2021-07-02T12:46:08.241Z] #20 33.51 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u3) ... [2021-07-02T12:46:08.241Z] #20 33.52 Setting up vim (2:8.1.0875-5) ... [2021-07-02T12:46:08.242Z] #20 33.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-07-02T12:46:08.242Z] #20 33.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-07-02T12:46:08.242Z] #20 33.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-07-02T12:46:08.242Z] #20 33.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-07-02T12:46:08.242Z] #20 33.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-07-02T12:46:08.242Z] #20 33.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-07-02T12:46:08.242Z] #20 33.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-07-02T12:46:08.242Z] #20 33.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-07-02T12:46:08.242Z] #20 33.58 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-07-02T12:46:08.242Z] #20 33.59 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-07-02T12:46:08.242Z] #20 33.60 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-07-02T12:46:08.534Z] #20 33.61 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-02T12:46:08.534Z] #20 33.62 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2021-07-02T12:46:08.534Z] #20 33.62 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-02T12:46:08.632Z] #13 101.3 Selecting previously unselected package libpcre16-3:amd64. [2021-07-02T12:46:08.632Z] #13 101.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-07-02T12:46:08.632Z] #13 101.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-07-02T12:46:08.632Z] #13 101.5 Selecting previously unselected package libpcre32-3:amd64. [2021-07-02T12:46:08.632Z] #13 101.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-07-02T12:46:08.632Z] #13 101.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-07-02T12:46:08.890Z] #13 101.7 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-07-02T12:46:08.890Z] #13 101.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-07-02T12:46:08.890Z] #13 101.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-02T12:46:08.890Z] #13 101.8 Selecting previously unselected package libpcre3-dev:amd64. [2021-07-02T12:46:08.890Z] #13 101.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-07-02T12:46:08.890Z] #13 101.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-02T12:46:09.453Z] #13 102.2 Selecting previously unselected package libselinux1-dev:amd64. [2021-07-02T12:46:09.453Z] #13 102.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-07-02T12:46:09.453Z] #13 102.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-02T12:46:09.710Z] #13 102.5 Selecting previously unselected package libdevmapper-dev:amd64. [2021-07-02T12:46:09.710Z] #13 102.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-07-02T12:46:09.710Z] #13 102.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-02T12:46:09.710Z] #13 102.6 Selecting previously unselected package libseccomp-dev:amd64. [2021-07-02T12:46:09.710Z] #13 102.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-02T12:46:09.710Z] #13 102.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-02T12:46:09.710Z] #13 102.7 Selecting previously unselected package libsystemd-dev:amd64. [2021-07-02T12:46:09.710Z] #13 102.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-07-02T12:46:09.967Z] #13 102.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-02T12:46:10.047Z] #20 35.26 Setting up iptables (1.8.2-4) ... [2021-07-02T12:46:10.048Z] #20 35.27 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-02T12:46:10.048Z] #20 35.27 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-02T12:46:10.048Z] #20 35.28 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-02T12:46:10.048Z] #20 35.28 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-02T12:46:10.048Z] #20 35.28 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-07-02T12:46:10.048Z] #20 35.28 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-07-02T12:46:10.048Z] #20 35.29 Setting up python3 (3.7.3-1) ... [2021-07-02T12:46:10.340Z] #20 35.56 Setting up python3-wheel (0.32.3-2) ... [2021-07-02T12:46:10.531Z] #13 103.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-02T12:46:10.531Z] #13 103.3 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-02T12:46:10.531Z] #13 103.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-07-02T12:46:10.531Z] #13 103.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-02T12:46:10.531Z] #13 103.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-07-02T12:46:10.531Z] #13 103.4 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-07-02T12:46:10.531Z] #13 103.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:46:10.531Z] #13 ... [2021-07-02T12:46:10.531Z] [2021-07-02T12:46:10.531Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:46:10.531Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:46:10.531Z] #45 97.38 vendor/golang.org/x/text/secure/bidirule [2021-07-02T12:46:10.531Z] #45 97.76 vendor/golang.org/x/text/unicode/norm [2021-07-02T12:46:10.531Z] #45 101.5 vendor/golang.org/x/net/idna [2021-07-02T12:46:10.531Z] #45 103.5 vendor/golang.org/x/net/http2/hpack [2021-07-02T12:46:10.531Z] #45 104.5 mime [2021-07-02T12:46:10.531Z] #45 106.0 mime/quotedprintable [2021-07-02T12:46:10.531Z] #45 106.4 net/http/internal [2021-07-02T12:46:10.531Z] #45 ... [2021-07-02T12:46:10.531Z] [2021-07-02T12:46:10.531Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-07-02T12:46:10.531Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-07-02T12:46:10.531Z] #13 103.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:46:10.531Z] #13 103.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-02T12:46:10.531Z] #13 103.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-07-02T12:46:10.531Z] #13 103.4 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-02T12:46:10.531Z] #13 103.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-02T12:46:10.531Z] #13 103.5 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-02T12:46:10.531Z] #13 103.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-02T12:46:10.531Z] #13 103.5 Setting up mingw-w64-common (6.0.0-3) ... [2021-07-02T12:46:10.531Z] #13 103.5 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-02T12:46:10.633Z] #20 36.06 Setting up apparmor (2.13.2-10) ... [2021-07-02T12:46:10.788Z] #13 103.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-02T12:46:10.788Z] #13 103.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-02T12:46:10.788Z] #13 103.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:46:10.788Z] #13 103.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-07-02T12:46:10.788Z] #13 103.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-07-02T12:46:10.788Z] #13 103.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-02T12:46:10.788Z] #13 103.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-02T12:46:10.788Z] #13 103.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-02T12:46:10.788Z] #13 103.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-02T12:46:10.788Z] #13 103.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-02T12:46:10.788Z] #13 103.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-02T12:46:10.788Z] #13 103.6 Setting up dmsetup (2:1.02.155-3) ... [2021-07-02T12:46:10.788Z] #13 103.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-02T12:46:10.788Z] #13 103.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-02T12:46:10.788Z] #13 103.7 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:46:11.352Z] #13 DONE 104.2s [2021-07-02T12:46:11.352Z] [2021-07-02T12:46:11.352Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:46:11.352Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:46:11.671Z] #20 37.07 Setting up xfsprogs (4.20.0-1) ... [2021-07-02T12:46:11.965Z] #20 37.08 Setting up python3-lib2to3 (3.7.3-1) ... [2021-07-02T12:46:11.965Z] #20 ... [2021-07-02T12:46:11.965Z] [2021-07-02T12:46:11.965Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:11.965Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:11.965Z] #43 67.76 CC criu/ipc_ns.o [2021-07-02T12:46:11.965Z] #43 68.42 CC criu/irmap.o [2021-07-02T12:46:11.965Z] #43 68.81 CC criu/kcmp-ids.o [2021-07-02T12:46:11.965Z] #43 68.99 CC criu/kerndat.o [2021-07-02T12:46:11.965Z] #43 69.57 CC criu/libnetlink.o [2021-07-02T12:46:11.965Z] #43 69.75 CC criu/log.o [2021-07-02T12:46:11.965Z] #43 70.07 CC criu/lsm.o [2021-07-02T12:46:11.965Z] #43 70.27 CC criu/mem.o [2021-07-02T12:46:11.965Z] #43 71.27 CC criu/memfd.o [2021-07-02T12:46:11.965Z] #43 71.68 CC criu/mount.o [2021-07-02T12:46:11.965Z] #43 74.31 CC criu/namespaces.o [2021-07-02T12:46:11.965Z] #43 75.31 CC criu/net.o [2021-07-02T12:46:11.965Z] #43 77.24 CC criu/netfilter.o [2021-07-02T12:46:11.965Z] #43 77.52 CC criu/page-pipe.o [2021-07-02T12:46:12.258Z] #43 77.81 CC criu/page-xfer.o [2021-07-02T12:46:12.258Z] #43 ... [2021-07-02T12:46:12.258Z] [2021-07-02T12:46:12.258Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:46:12.258Z] #40 sha256:08ea1d7bde110f09cde233c4f18f89839aa9270634bf99cf68b0432da7840a2c [2021-07-02T12:46:12.258Z] #40 115.9 + dpkg --print-architecture [2021-07-02T12:46:12.258Z] #40 115.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-07-02T12:46:12.551Z] #40 116.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-07-02T12:46:12.551Z] #40 116.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-07-02T12:46:13.246Z] #53 ... [2021-07-02T12:46:13.246Z] [2021-07-02T12:46:13.246Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-07-02T12:46:13.246Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-07-02T12:46:13.246Z] #14 DONE 1.7s [2021-07-02T12:46:13.246Z] [2021-07-02T12:46:13.246Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:46:13.246Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:46:13.246Z] #53 1.669 + RM_GOPATH=0 [2021-07-02T12:46:13.246Z] #53 1.669 + TMP_GOPATH= [2021-07-02T12:46:13.246Z] #53 1.669 + : /build [2021-07-02T12:46:13.246Z] #53 1.669 + '[' -z '' ']' [2021-07-02T12:46:13.246Z] #53 1.669 ++ mktemp -d [2021-07-02T12:46:13.246Z] #53 1.673 + export GOPATH=/tmp/tmp.CN2sd96Rhq [2021-07-02T12:46:13.246Z] #53 1.673 + GOPATH=/tmp/tmp.CN2sd96Rhq [2021-07-02T12:46:13.246Z] #53 1.673 + RM_GOPATH=1 [2021-07-02T12:46:13.246Z] #53 1.673 + case "$(go env GOARCH)" in [2021-07-02T12:46:13.246Z] #53 1.673 ++ go env GOARCH [2021-07-02T12:46:13.246Z] #53 1.700 + export GO_BUILDMODE=-buildmode=pie [2021-07-02T12:46:13.246Z] #53 1.700 + GO_BUILDMODE=-buildmode=pie [2021-07-02T12:46:13.246Z] #53 1.700 ++ dirname /tmp/install/install.sh [2021-07-02T12:46:13.246Z] #53 1.704 + dir=/tmp/install [2021-07-02T12:46:13.246Z] #53 1.704 + bin=runc [2021-07-02T12:46:13.246Z] #53 1.704 + shift [2021-07-02T12:46:13.246Z] #53 1.704 + '[' '!' -f /tmp/install/runc.installer ']' [2021-07-02T12:46:13.246Z] #53 1.704 + . /tmp/install/runc.installer [2021-07-02T12:46:13.246Z] #53 1.705 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-02T12:46:13.246Z] #53 1.705 + install_runc [2021-07-02T12:46:13.247Z] #53 1.707 + grep -q '^3\.10\.0.*\.el7\.' [2021-07-02T12:46:13.247Z] #53 1.708 + uname -r [2021-07-02T12:46:13.247Z] #53 1.713 + RUNC_BUILDTAGS='seccomp ' [2021-07-02T12:46:13.247Z] #53 1.714 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-07-02T12:46:13.247Z] #53 1.714 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-07-02T12:46:13.247Z] #53 1.714 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CN2sd96Rhq/src/github.com/opencontainers/runc [2021-07-02T12:46:13.247Z] #53 1.717 Cloning into '/tmp/tmp.CN2sd96Rhq/src/github.com/opencontainers/runc'... [2021-07-02T12:46:14.178Z] #53 ... [2021-07-02T12:46:14.178Z] [2021-07-02T12:46:14.178Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-07-02T12:46:14.178Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-07-02T12:46:14.178Z] #15 DONE 1.1s [2021-07-02T12:46:14.435Z] [2021-07-02T12:46:14.435Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-07-02T12:46:14.435Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-07-02T12:46:15.325Z] #40 ... [2021-07-02T12:46:15.325Z] [2021-07-02T12:46:15.325Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:46:15.325Z] #20 sha256:987cfdea4efa8de862ccf1b0ea323d236034e39ba248952dd2da617c04122d62 [2021-07-02T12:46:15.325Z] #20 37.37 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-02T12:46:15.325Z] #20 37.94 Setting up python3-distutils (3.7.3-1) ... [2021-07-02T12:46:15.325Z] #20 38.26 Setting up python3-setuptools (40.8.0-1) ... [2021-07-02T12:46:15.325Z] #20 39.04 Setting up python3-pip (18.1-5) ... [2021-07-02T12:46:15.325Z] #20 39.59 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:46:15.325Z] #20 39.63 Processing triggers for mime-support (3.62) ... [2021-07-02T12:46:15.325Z] #20 DONE 40.2s [2021-07-02T12:46:15.325Z] [2021-07-02T12:46:15.325Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-07-02T12:46:15.325Z] #21 sha256:e514210bf380150d0d65e288e23e7fdc2be1341efcd29aa8d0ed3220a5ce5162 [2021-07-02T12:46:15.366Z] #16 1.133 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-07-02T12:46:15.367Z] #16 DONE 1.2s [2021-07-02T12:46:15.367Z] [2021-07-02T12:46:15.367Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-07-02T12:46:15.367Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-07-02T12:46:15.618Z] #21 0.623 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-07-02T12:46:15.618Z] #21 0.625 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-07-02T12:46:15.618Z] #21 0.628 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-07-02T12:46:15.911Z] #21 DONE 0.8s [2021-07-02T12:46:15.911Z] [2021-07-02T12:46:15.911Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-07-02T12:46:15.911Z] #22 sha256:5dd520f453387af15cd87933f04325bfc0ae4c16993f2b18fec0f677ac56c4df [2021-07-02T12:46:16.299Z] #17 DONE 1.1s [2021-07-02T12:46:16.299Z] [2021-07-02T12:46:16.299Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:16.299Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:46:16.299Z] #43 48.99 DEP compel/arch/x86/src/lib/cpu.d [2021-07-02T12:46:16.299Z] #43 49.03 DEP compel/src/lib/log.d [2021-07-02T12:46:16.299Z] #43 49.13 DEP compel/src/main.d [2021-07-02T12:46:16.299Z] #43 49.23 DEP compel/src/lib/handle-elf.d [2021-07-02T12:46:16.299Z] #43 49.32 DEP compel/arch/x86/src/lib/handle-elf.d [2021-07-02T12:46:16.299Z] #43 49.48 CC compel/src/lib/log.o [2021-07-02T12:46:16.299Z] #43 49.68 CC compel/arch/x86/src/lib/cpu.o [2021-07-02T12:46:16.299Z] #43 50.47 CC compel/arch/x86/src/lib/infect.o [2021-07-02T12:46:16.299Z] #43 51.36 CC compel/src/lib/infect-rpc.o [2021-07-02T12:46:16.299Z] #43 51.74 CC compel/src/lib/infect-util.o [2021-07-02T12:46:16.299Z] #43 51.95 CC compel/src/lib/infect.o [2021-07-02T12:46:16.299Z] #43 55.15 CC compel/src/lib/ptrace.o [2021-07-02T12:46:16.299Z] #43 56.00 AR compel/libcompel.a [2021-07-02T12:46:16.299Z] #43 56.23 HOSTCC compel/src/main-host.o [2021-07-02T12:46:16.299Z] #43 56.71 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-07-02T12:46:16.299Z] #43 57.10 HOSTCC compel/src/lib/handle-elf-host.o [2021-07-02T12:46:16.299Z] #43 57.64 HOSTCC compel/src/lib/log-host.o [2021-07-02T12:46:16.557Z] #43 57.95 HOSTLINK compel/compel-host-bin [2021-07-02T12:46:16.557Z] #43 ... [2021-07-02T12:46:16.557Z] [2021-07-02T12:46:16.557Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-07-02T12:46:16.557Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-07-02T12:46:17.489Z] #18 DONE 1.2s [2021-07-02T12:46:17.489Z] [2021-07-02T12:46:17.489Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:17.489Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:46:17.489Z] #43 58.38 DEP soccr/soccr.d [2021-07-02T12:46:17.489Z] #43 58.63 CC soccr/soccr.o [2021-07-02T12:46:18.648Z] #22 3.125 Collecting yamllint==1.26.1 [2021-07-02T12:46:18.865Z] #43 ... [2021-07-02T12:46:18.865Z] [2021-07-02T12:46:18.865Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-07-02T12:46:18.865Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-07-02T12:46:18.865Z] #19 DONE 1.1s [2021-07-02T12:46:18.865Z] [2021-07-02T12:46:18.865Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:46:18.865Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-07-02T12:46:18.944Z] #22 3.342 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-07-02T12:46:19.579Z] #22 3.960 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-07-02T12:46:19.579Z] #22 3.993 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-07-02T12:46:19.872Z] #22 4.010 Collecting pyyaml (from yamllint==1.26.1) [2021-07-02T12:46:19.872Z] #22 4.150 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-07-02T12:46:20.165Z] #22 4.439 Installing build dependencies: started [2021-07-02T12:46:20.768Z] #20 1.570 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-07-02T12:46:20.768Z] #20 1.571 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-07-02T12:46:20.768Z] #20 1.571 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-07-02T12:46:20.768Z] #20 1.648 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-07-02T12:46:22.979Z] #22 ... [2021-07-02T12:46:22.979Z] [2021-07-02T12:46:22.979Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:22.979Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:22.979Z] #43 78.62 CC criu/pagemap-cache.o [2021-07-02T12:46:22.979Z] #43 78.90 CC criu/pagemap.o [2021-07-02T12:46:22.979Z] #43 79.45 CC criu/parasite-syscall.o [2021-07-02T12:46:22.979Z] #43 80.09 CC criu/path.o [2021-07-02T12:46:22.979Z] #43 80.34 CC criu/pie-util-vdso.o [2021-07-02T12:46:22.979Z] #43 80.65 CC criu/pie-util.o [2021-07-02T12:46:22.979Z] #43 80.78 CC criu/pipes.o [2021-07-02T12:46:22.979Z] #43 81.25 CC criu/plugin.o [2021-07-02T12:46:22.979Z] #43 81.55 CC criu/proc_parse.o [2021-07-02T12:46:22.979Z] #43 83.27 CC criu/protobuf-desc.o [2021-07-02T12:46:22.979Z] #43 83.90 CC criu/protobuf.o [2021-07-02T12:46:22.979Z] #43 84.24 CC criu/pstree.o [2021-07-02T12:46:22.979Z] #43 84.97 CC criu/rbtree.o [2021-07-02T12:46:22.979Z] #43 85.16 CC criu/rst-malloc.o [2021-07-02T12:46:22.979Z] #43 85.45 CC criu/seccomp.o [2021-07-02T12:46:22.979Z] #43 86.01 CC criu/seize.o [2021-07-02T12:46:22.979Z] #43 86.57 CC criu/servicefd.o [2021-07-02T12:46:22.979Z] #43 86.86 CC criu/shmem.o [2021-07-02T12:46:22.979Z] #43 87.51 CC criu/sigframe.o [2021-07-02T12:46:22.979Z] #43 87.67 CC criu/signalfd.o [2021-07-02T12:46:22.979Z] #43 87.83 CC criu/sk-inet.o [2021-07-02T12:46:22.979Z] #43 88.52 CC criu/sk-netlink.o [2021-07-02T12:46:23.271Z] #43 88.82 CC criu/sk-packet.o [2021-07-02T12:46:23.292Z] #20 4.243 Reading package lists... [2021-07-02T12:46:23.292Z] #20 ... [2021-07-02T12:46:23.292Z] [2021-07-02T12:46:23.292Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:46:23.292Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:46:23.292Z] #45 110.0 crypto/tls [2021-07-02T12:46:23.292Z] #45 119.0 net/http/httptrace [2021-07-02T12:46:23.292Z] #45 119.3 net/http [2021-07-02T12:46:23.292Z] #45 ... [2021-07-02T12:46:23.292Z] [2021-07-02T12:46:23.292Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:23.292Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:46:23.292Z] #43 60.99 AR soccr/libsoccr.a [2021-07-02T12:46:23.292Z] #43 61.07 make[1]: 'soccr/libsoccr.a' is up to date. [2021-07-02T12:46:23.292Z] #43 61.45 DEP criu/arch/x86/sigframe.d [2021-07-02T12:46:23.292Z] #43 61.54 DEP criu/arch/x86/sigaction_compat.d [2021-07-02T12:46:23.292Z] #43 61.63 DEP criu/arch/x86/kerndat.d [2021-07-02T12:46:23.292Z] #43 61.70 DEP criu/arch/x86/crtools.d [2021-07-02T12:46:23.292Z] #43 61.78 DEP criu/arch/x86/cpu.d [2021-07-02T12:46:23.292Z] #43 61.94 CC criu/arch/x86/cpu.o [2021-07-02T12:46:23.292Z] #43 62.55 CC criu/arch/x86/crtools.o [2021-07-02T12:46:23.292Z] #43 63.92 CC criu/arch/x86/kerndat.o [2021-07-02T12:46:23.292Z] #43 64.48 CC criu/arch/x86/sigaction_compat.o [2021-07-02T12:46:23.550Z] #43 64.81 CC criu/arch/x86/sigframe.o [2021-07-02T12:46:23.564Z] #43 89.27 CC criu/sk-queue.o [2021-07-02T12:46:23.807Z] #43 65.23 LINK criu/arch/x86/crtools.built-in.o [2021-07-02T12:46:23.807Z] #43 65.28 DEP criu/pie/util-vdso-elf32.d [2021-07-02T12:46:24.064Z] #43 65.39 DEP criu/pie/util-vdso.d [2021-07-02T12:46:24.064Z] #43 65.52 DEP criu/pie/util.d [2021-07-02T12:46:24.199Z] #43 89.72 CC criu/sk-tcp.o [2021-07-02T12:46:24.322Z] #43 65.67 CC criu/pie/util.o [2021-07-02T12:46:24.492Z] #43 90.04 CC criu/sk-unix.o [2021-07-02T12:46:24.886Z] #43 66.17 CC criu/pie/util-vdso.o [2021-07-02T12:46:25.451Z] #43 66.91 CC criu/pie/util-vdso-elf32.o [2021-07-02T12:46:26.005Z] #43 91.47 CC criu/sockets.o [2021-07-02T12:46:26.015Z] #43 ... [2021-07-02T12:46:26.015Z] [2021-07-02T12:46:26.015Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:46:26.015Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:46:26.015Z] #53 14.43 + cd /tmp/tmp.CN2sd96Rhq/src/github.com/opencontainers/runc [2021-07-02T12:46:26.015Z] #53 14.43 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-02T12:46:26.580Z] #53 15.05 + '[' -z '' ']' [2021-07-02T12:46:26.580Z] #53 15.07 + target=static [2021-07-02T12:46:26.580Z] #53 15.07 + make 'BUILDTAGS=seccomp ' static [2021-07-02T12:46:26.641Z] #43 92.10 CC criu/stats.o [2021-07-02T12:46:26.641Z] #43 92.32 CC criu/string.o [2021-07-02T12:46:26.838Z] #53 15.44 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-07-02T12:46:26.933Z] #43 92.40 CC criu/sysctl.o [2021-07-02T12:46:27.226Z] #43 92.79 CC criu/sysfs_parse.o [2021-07-02T12:46:27.226Z] #43 ... [2021-07-02T12:46:27.226Z] [2021-07-02T12:46:27.226Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-07-02T12:46:27.226Z] #22 sha256:5dd520f453387af15cd87933f04325bfc0ae4c16993f2b18fec0f677ac56c4df [2021-07-02T12:46:27.226Z] #22 11.52 Installing build dependencies: finished with status 'done' [2021-07-02T12:46:29.365Z] #53 ... [2021-07-02T12:46:29.365Z] [2021-07-02T12:46:29.365Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-07-02T12:46:29.365Z] #58 sha256:8fa87f78370bcacee159797906b45a81deb17cd109d447028cdb5fc20cda66ec [2021-07-02T12:46:29.365Z] #58 118.2 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-02T12:46:29.365Z] #58 118.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-07-02T12:46:29.365Z] #58 DONE 126.2s [2021-07-02T12:46:29.365Z] [2021-07-02T12:46:29.365Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-07-02T12:46:29.365Z] #59 sha256:6aa4db2d359266dc85069614bcd8d961f691863de3907720952e5bed055b8c7d [2021-07-02T12:46:29.365Z] #59 DONE 0.0s [2021-07-02T12:46:29.365Z] [2021-07-02T12:46:29.365Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-07-02T12:46:29.365Z] #60 sha256:cda10551bb0a26a08ab78b1c36eac2569154d2468ce3e74f2b8b1f56789a6bc8 [2021-07-02T12:46:29.365Z] #60 DONE 0.1s [2021-07-02T12:46:29.365Z] [2021-07-02T12:46:29.365Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:29.365Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:46:29.365Z] #43 67.70 AR criu/pie/pie.lib.a [2021-07-02T12:46:29.365Z] #43 67.76 DEP criu/pie/restorer.d [2021-07-02T12:46:29.365Z] #43 67.98 DEP criu/arch/x86/sigaction_compat_pie.d [2021-07-02T12:46:29.365Z] #43 68.14 DEP criu/arch/x86/restorer_unmap.d [2021-07-02T12:46:29.365Z] #43 68.17 DEP criu/arch/x86/restorer.d [2021-07-02T12:46:29.365Z] #43 68.33 DEP criu/arch/x86/vdso-pie.d [2021-07-02T12:46:29.365Z] #43 68.46 DEP criu/pie/parasite-vdso.d [2021-07-02T12:46:29.365Z] #43 68.62 DEP criu/pie/parasite.d [2021-07-02T12:46:29.365Z] #43 68.95 CC criu/pie/parasite.o [2021-07-02T12:46:29.365Z] #43 70.44 LINK criu/pie/parasite.built-in.o [2021-07-02T12:46:29.365Z] #43 70.45 GEN criu/pie/parasite-blob.h [2021-07-02T12:46:29.365Z] #43 70.47 CC criu/pie/parasite-vdso.o [2021-07-02T12:46:29.965Z] #22 ... [2021-07-02T12:46:29.965Z] [2021-07-02T12:46:29.965Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:46:29.965Z] #49 sha256:e4cc575c2f9defa65b204aa1968d0163420dcbb9472e36cf3f7c989fba2e3a42 [2021-07-02T12:46:29.965Z] #49 133.2 + /build/golangci-lint --version [2021-07-02T12:46:29.965Z] #49 133.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-07-02T12:46:29.965Z] #49 DONE 134.0s [2021-07-02T12:46:30.258Z] [2021-07-02T12:46:30.258Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:30.258Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:30.258Z] #43 93.06 CC criu/timens.o [2021-07-02T12:46:30.258Z] #43 93.35 CC criu/timerfd.o [2021-07-02T12:46:30.258Z] #43 93.61 CC criu/tty.o [2021-07-02T12:46:30.258Z] #43 94.98 CC criu/tun.o [2021-07-02T12:46:30.258Z] #43 95.35 CC criu/uffd.o [2021-07-02T12:46:30.552Z] #43 ... [2021-07-02T12:46:30.552Z] [2021-07-02T12:46:30.552Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:46:30.552Z] #40 sha256:08ea1d7bde110f09cde233c4f18f89839aa9270634bf99cf68b0432da7840a2c [2021-07-02T12:46:30.552Z] #40 DONE 134.5s [2021-07-02T12:46:30.736Z] #43 ... [2021-07-02T12:46:30.736Z] [2021-07-02T12:46:30.736Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-07-02T12:46:30.736Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-07-02T12:46:30.736Z] #63 CACHED [2021-07-02T12:46:30.736Z] [2021-07-02T12:46:30.736Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-07-02T12:46:30.736Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-07-02T12:46:30.736Z] #65 CACHED [2021-07-02T12:46:30.736Z] [2021-07-02T12:46:30.736Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:30.736Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:46:30.736Z] #43 71.98 CC criu/arch/x86/vdso-pie.o [2021-07-02T12:46:30.848Z] [2021-07-02T12:46:30.848Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:30.848Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:30.848Z] #43 96.34 CC criu/util.o [2021-07-02T12:46:30.994Z] #43 72.27 CC criu/arch/x86/restorer.o [2021-07-02T12:46:31.251Z] #43 72.78 CC criu/arch/x86/restorer_unmap.o [2021-07-02T12:46:31.508Z] #43 72.82 CC criu/arch/x86/sigaction_compat_pie.o [2021-07-02T12:46:31.765Z] #43 73.19 CC criu/pie/restorer.o [2021-07-02T12:46:31.887Z] #43 97.44 CC criu/uts_ns.o [2021-07-02T12:46:31.888Z] #43 97.59 CC criu/vdso.o [2021-07-02T12:46:32.180Z] #43 97.87 LINK criu/built-in.o [2021-07-02T12:46:32.180Z] #43 97.92 LINK criu/criu [2021-07-02T12:46:32.472Z] #43 98.06 DEP lib/c/criu.d [2021-07-02T12:46:32.472Z] #43 98.10 CC images/rpc.pb-c.o [2021-07-02T12:46:32.472Z] #43 ... [2021-07-02T12:46:32.472Z] [2021-07-02T12:46:32.472Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-07-02T12:46:32.472Z] #22 sha256:5dd520f453387af15cd87933f04325bfc0ae4c16993f2b18fec0f677ac56c4df [2021-07-02T12:46:32.472Z] #22 14.99 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-07-02T12:46:32.472Z] #22 14.99 Building wheels for collected packages: yamllint, pyyaml [2021-07-02T12:46:32.472Z] #22 14.99 Running setup.py bdist_wheel for yamllint: started [2021-07-02T12:46:32.472Z] #22 15.64 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-07-02T12:46:32.472Z] #22 15.64 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-07-02T12:46:32.472Z] #22 15.66 Running setup.py bdist_wheel for pyyaml: started [2021-07-02T12:46:32.472Z] #22 16.46 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-07-02T12:46:32.472Z] #22 16.46 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-07-02T12:46:32.472Z] #22 16.51 Successfully built yamllint pyyaml [2021-07-02T12:46:32.472Z] #22 16.52 Installing collected packages: pathspec, pyyaml, yamllint [2021-07-02T12:46:32.472Z] #22 16.67 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-07-02T12:46:32.472Z] #22 DONE 16.9s [2021-07-02T12:46:32.765Z] [2021-07-02T12:46:32.765Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-07-02T12:46:32.765Z] #25 sha256:237b8ca22a91ac77528cb66b58ef9930321cfa8b6809d1cdac4800fe7aeacd19 [2021-07-02T12:46:32.765Z] #25 DONE 0.2s [2021-07-02T12:46:32.765Z] [2021-07-02T12:46:32.765Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-07-02T12:46:32.765Z] #30 sha256:d01312a50205b3fa5b430c3e7b791acc389b688ad78b351bca692f2eb85eeb49 [2021-07-02T12:46:34.841Z] #30 DONE 1.7s [2021-07-02T12:46:34.841Z] [2021-07-02T12:46:34.841Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-07-02T12:46:34.841Z] #33 sha256:df126eddc85a796bc89a76e3a2645e28789956645df60802b7034f7d5c9d849d [2021-07-02T12:46:34.841Z] #33 DONE 0.2s [2021-07-02T12:46:34.841Z] [2021-07-02T12:46:34.841Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:34.841Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:34.841Z] #43 98.47 CC lib/c/criu.o [2021-07-02T12:46:34.841Z] #43 99.02 LINK lib/c/built-in.o [2021-07-02T12:46:34.841Z] #43 99.03 LINK lib/c/libcriu.so [2021-07-02T12:46:34.841Z] #43 99.06 LINK lib/c/libcriu.a [2021-07-02T12:46:34.841Z] #43 99.18 GEN magic.py [2021-07-02T12:46:34.841Z] #43 99.24 Note: Building without setproctitle() and strlcpy() support. [2021-07-02T12:46:34.841Z] #43 99.24 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-07-02T12:46:34.841Z] #43 99.25 Note: Building without GnuTLS support [2021-07-02T12:46:34.841Z] #43 99.25 Makefile.config:39: Warn: you have no libnftables installed [2021-07-02T12:46:34.841Z] #43 99.25 Makefile.config:40: Warn: Building without nftables support [2021-07-02T12:46:34.841Z] #43 99.57 fatal: not a git repository (or any of the parent directories): .git [2021-07-02T12:46:34.841Z] #43 99.85 make[1]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 100.2 make[1]: 'images/built-in.o' is up to date. [2021-07-02T12:46:34.841Z] #43 100.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-07-02T12:46:34.841Z] #43 100.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-07-02T12:46:34.841Z] #43 100.3 make[1]: 'compel/libcompel.a' is up to date. [2021-07-02T12:46:34.841Z] #43 100.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-07-02T12:46:34.841Z] #43 100.3 make[1]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 100.3 make[1]: 'soccr/libsoccr.a' is up to date. [2021-07-02T12:46:34.841Z] #43 ... [2021-07-02T12:46:34.841Z] [2021-07-02T12:46:34.841Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-07-02T12:46:34.841Z] #35 sha256:b39b1c99cb0038ed84202f326cee6becdf80ed983beb33d9a83533dd8f3ca2b3 [2021-07-02T12:46:34.841Z] #35 DONE 0.1s [2021-07-02T12:46:34.841Z] [2021-07-02T12:46:34.841Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:34.841Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:34.841Z] #43 100.4 make[2]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 100.4 make[2]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 100.4 make[2]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 100.5 make[2]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 100.5 make[2]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 100.5 make[2]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 100.5 make[2]: Nothing to be done for 'all'. [2021-07-02T12:46:34.841Z] #43 ... [2021-07-02T12:46:34.841Z] [2021-07-02T12:46:34.841Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-07-02T12:46:34.841Z] #38 sha256:3e0fde7b5ef905f3388577cebdf407d878e465ce0589521bc882777d6470ed23 [2021-07-02T12:46:34.841Z] #38 DONE 0.1s [2021-07-02T12:46:34.841Z] [2021-07-02T12:46:34.841Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:34.841Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:34.841Z] #43 100.6 make[2]: Nothing to be done for 'all'. [2021-07-02T12:46:35.089Z] #43 76.52 LINK criu/pie/restorer.built-in.o [2021-07-02T12:46:35.089Z] #43 76.55 GEN criu/pie/restorer-blob.h [2021-07-02T12:46:35.136Z] #43 ... [2021-07-02T12:46:35.136Z] [2021-07-02T12:46:35.136Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-07-02T12:46:35.136Z] #41 sha256:85e56713402a906b46702e2555edcc7a560d6706aaea0ad3333a51d9f47c99e5 [2021-07-02T12:46:35.136Z] #41 DONE 0.2s [2021-07-02T12:46:35.136Z] [2021-07-02T12:46:35.136Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:35.136Z] #43 sha256:601b993017c1b69c611f1956bfc9f2d34e5fd172c62db59454051214d312f7d7 [2021-07-02T12:46:35.136Z] #43 100.6 INSTALL criu/criu [2021-07-02T12:46:35.136Z] #43 DONE 100.8s [2021-07-02T12:46:35.136Z] [2021-07-02T12:46:35.136Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:46:35.136Z] #56 sha256:966a6b86f84f31429dc9de5a0d83bda61a2d050ebf2ad6aee931ddbf648cc46c [2021-07-02T12:46:35.346Z] #43 76.65 DEP criu/vdso.d [2021-07-02T12:46:35.346Z] #43 76.84 DEP criu/vdso-compat.d [2021-07-02T12:46:35.604Z] #43 76.95 DEP criu/uts_ns.d [2021-07-02T12:46:35.604Z] #43 77.07 DEP criu/util.d [2021-07-02T12:46:35.861Z] #43 77.29 DEP criu/uffd.d [2021-07-02T12:46:36.118Z] #43 77.52 DEP criu/tun.d [2021-07-02T12:46:36.184Z] #56 ... [2021-07-02T12:46:36.184Z] [2021-07-02T12:46:36.184Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-07-02T12:46:36.184Z] #44 sha256:6f8e5412fc638d3fb6b5a5631c30c51368cc2408365550e4c47687bd33303a5f [2021-07-02T12:46:36.184Z] #44 DONE 0.1s [2021-07-02T12:46:36.184Z] [2021-07-02T12:46:36.184Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-07-02T12:46:36.184Z] #46 sha256:59ee4e4a2ac3494a97d6138380bf0cd7f67d65b80ca15beecfbc0a75a45bf080 [2021-07-02T12:46:36.184Z] #46 DONE 0.1s [2021-07-02T12:46:36.184Z] [2021-07-02T12:46:36.184Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-07-02T12:46:36.184Z] #48 sha256:4806f5855bcd880764a29e25708ece19220a046b5019ac3d1d4c6fe775dd1b6c [2021-07-02T12:46:36.375Z] #43 77.70 DEP criu/tty.d [2021-07-02T12:46:36.375Z] #43 ... [2021-07-02T12:46:36.375Z] [2021-07-02T12:46:36.375Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:46:36.375Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:46:36.375Z] #45 133.4 github.com/LK4D4/vndr/godl [2021-07-02T12:46:36.477Z] #48 DONE 0.2s [2021-07-02T12:46:36.477Z] [2021-07-02T12:46:36.477Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-07-02T12:46:36.477Z] #50 sha256:03748ae98b683d70649ae71123fe7c87a35712b123f5576947b734812567d429 [2021-07-02T12:46:36.477Z] #50 DONE 0.2s [2021-07-02T12:46:36.477Z] [2021-07-02T12:46:36.477Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:46:36.477Z] #53 sha256:128737921d3d6d5be93444137a977c6c9d77856c43db3b00041756218ce1ad7e [2021-07-02T12:46:36.770Z] #53 ... [2021-07-02T12:46:36.770Z] [2021-07-02T12:46:36.770Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-07-02T12:46:36.770Z] #52 sha256:de60bc5d03afc965d252943ce8914136f5e39d4af98eb56aae6556673b5fe8a6 [2021-07-02T12:46:36.770Z] #52 DONE 0.1s [2021-07-02T12:46:36.770Z] [2021-07-02T12:46:36.770Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:46:36.770Z] #56 sha256:966a6b86f84f31429dc9de5a0d83bda61a2d050ebf2ad6aee931ddbf648cc46c [2021-07-02T12:46:37.305Z] #45 134.1 github.com/LK4D4/vndr [2021-07-02T12:46:37.870Z] #45 ... [2021-07-02T12:46:37.870Z] [2021-07-02T12:46:37.870Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:46:37.870Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-07-02T12:46:37.870Z] #20 4.243 Reading package lists... [2021-07-02T12:46:37.870Z] #20 9.237 Reading package lists... [2021-07-02T12:46:37.870Z] #20 14.01 Building dependency tree... [2021-07-02T12:46:37.870Z] #20 14.95 Reading state information... [2021-07-02T12:46:37.870Z] #20 15.96 libcap2-bin is already the newest version (1:2.25-2). [2021-07-02T12:46:37.870Z] #20 15.96 The following additional packages will be installed: [2021-07-02T12:46:37.870Z] #20 15.97 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-07-02T12:46:37.870Z] #20 15.97 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-07-02T12:46:37.870Z] #20 15.97 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-07-02T12:46:37.870Z] #20 15.97 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-07-02T12:46:37.870Z] #20 15.97 python3.7 python3.7-minimal vim-runtime xxd [2021-07-02T12:46:37.870Z] #20 15.98 Suggested packages: [2021-07-02T12:46:37.870Z] #20 15.98 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-07-02T12:46:37.870Z] #20 15.98 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-07-02T12:46:37.870Z] #20 15.98 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-07-02T12:46:37.870Z] #20 15.99 Recommended packages: [2021-07-02T12:46:37.870Z] #20 15.99 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-07-02T12:46:37.870Z] #20 15.99 python3-keyrings.alt python3-xdg unzip [2021-07-02T12:46:37.870Z] #20 18.08 The following NEW packages will be installed: [2021-07-02T12:46:37.870Z] #20 18.08 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-07-02T12:46:37.870Z] #20 18.09 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-07-02T12:46:37.870Z] #20 18.09 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-07-02T12:46:37.870Z] #20 18.09 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-07-02T12:46:37.870Z] #20 18.09 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-07-02T12:46:37.870Z] #20 18.09 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-07-02T12:46:37.870Z] #20 18.09 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-07-02T12:46:37.870Z] #20 18.09 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-07-02T12:46:37.870Z] #20 18.09 xz-utils zip [2021-07-02T12:46:37.870Z] #20 18.46 0 upgraded, 48 newly installed, 0 to remove and 32 not upgraded. [2021-07-02T12:46:37.870Z] #20 18.46 Need to get 28.5 MB of archives. [2021-07-02T12:46:37.870Z] #20 18.46 After this operation, 116 MB of additional disk space will be used. [2021-07-02T12:46:37.870Z] #20 18.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-07-02T12:46:37.870Z] #20 18.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-02T12:46:37.870Z] #20 18.47 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-02T12:46:37.870Z] #20 18.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-02T12:46:37.870Z] #20 18.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-02T12:46:37.870Z] #20 18.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-02T12:46:37.870Z] #20 18.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-02T12:46:37.870Z] #20 18.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-02T12:46:37.870Z] #20 18.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-02T12:46:37.870Z] #20 18.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-07-02T12:46:37.870Z] #20 18.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-07-02T12:46:37.870Z] #20 18.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-07-02T12:46:37.870Z] #20 18.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-07-02T12:46:37.870Z] #20 18.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-07-02T12:46:37.870Z] #20 18.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-07-02T12:46:37.870Z] #20 18.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-07-02T12:46:37.870Z] #20 18.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-02T12:46:37.870Z] #20 18.77 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-02T12:46:37.870Z] #20 18.78 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-07-02T12:46:37.870Z] #20 18.79 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-07-02T12:46:37.870Z] #20 18.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-07-02T12:46:37.870Z] #20 18.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-07-02T12:46:37.870Z] #20 18.86 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-07-02T12:46:37.870Z] #20 18.87 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-02T12:46:37.870Z] #20 18.87 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-02T12:46:37.870Z] #20 18.89 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-02T12:46:37.870Z] #20 18.90 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-07-02T12:46:37.870Z] #20 18.91 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-07-02T12:46:37.870Z] #20 18.91 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-02T12:46:37.870Z] #20 ... [2021-07-02T12:46:37.870Z] [2021-07-02T12:46:37.870Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:37.870Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:46:37.870Z] #43 77.98 DEP criu/timerfd.d [2021-07-02T12:46:37.870Z] #43 78.15 DEP criu/timens.d [2021-07-02T12:46:37.870Z] #43 78.39 DEP criu/sysfs_parse.d [2021-07-02T12:46:37.870Z] #43 78.61 DEP criu/sysctl.d [2021-07-02T12:46:37.870Z] #43 78.73 DEP criu/string.d [2021-07-02T12:46:37.870Z] #43 78.78 DEP criu/stats.d [2021-07-02T12:46:37.870Z] #43 78.95 DEP criu/sockets.d [2021-07-02T12:46:37.870Z] #43 79.23 DEP criu/sk-unix.d [2021-07-02T12:46:38.127Z] #43 79.48 DEP criu/sk-tcp.d [2021-07-02T12:46:38.384Z] #43 79.74 DEP criu/sk-queue.d [2021-07-02T12:46:38.384Z] #43 79.85 DEP criu/sk-packet.d [2021-07-02T12:46:38.641Z] #43 79.99 DEP criu/sk-netlink.d [2021-07-02T12:46:38.898Z] #43 80.24 DEP criu/sk-inet.d [2021-07-02T12:46:39.154Z] #43 80.47 DEP criu/signalfd.d [2021-07-02T12:46:39.428Z] #43 80.69 DEP criu/sigframe.d [2021-07-02T12:46:39.428Z] #43 80.79 DEP criu/shmem.d [2021-07-02T12:46:39.428Z] #43 80.94 DEP criu/servicefd.d [2021-07-02T12:46:39.685Z] #43 81.16 DEP criu/seize.d [2021-07-02T12:46:39.942Z] #43 81.39 DEP criu/seccomp.d [2021-07-02T12:46:40.199Z] #43 81.55 DEP criu/rst-malloc.d [2021-07-02T12:46:40.199Z] #43 81.61 DEP criu/rbtree.d [2021-07-02T12:46:40.199Z] #43 81.65 DEP criu/pstree.d [2021-07-02T12:46:40.456Z] #43 81.91 DEP criu/protobuf.d [2021-07-02T12:46:40.713Z] #43 82.11 GEN criu/protobuf-desc-gen.h [2021-07-02T12:46:42.607Z] #43 83.89 DEP criu/protobuf-desc.d [2021-07-02T12:46:42.607Z] #43 84.09 DEP criu/proc_parse.d [2021-07-02T12:46:42.864Z] #43 84.37 DEP criu/plugin.d [2021-07-02T12:46:43.120Z] #43 84.47 DEP criu/pipes.d [2021-07-02T12:46:43.120Z] #43 84.64 DEP criu/pie-util.d [2021-07-02T12:46:43.377Z] #43 84.75 DEP criu/pie-util-vdso.d [2021-07-02T12:46:43.377Z] #43 84.88 DEP criu/pie-util-vdso-elf32.d [2021-07-02T12:46:43.634Z] #43 85.07 DEP criu/path.d [2021-07-02T12:46:43.891Z] #43 85.27 DEP criu/parasite-syscall.d [2021-07-02T12:46:44.148Z] #43 85.49 DEP criu/pagemap.d [2021-07-02T12:46:44.148Z] #43 ... [2021-07-02T12:46:44.148Z] [2021-07-02T12:46:44.148Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:46:44.148Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-07-02T12:46:44.148Z] #20 19.51 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-02T12:46:44.148Z] #20 19.52 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-02T12:46:44.148Z] #20 19.52 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-02T12:46:44.148Z] #20 19.52 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-07-02T12:46:44.148Z] #20 19.52 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-07-02T12:46:44.148Z] #20 19.54 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-07-02T12:46:44.148Z] #20 19.68 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-07-02T12:46:44.148Z] #20 19.69 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-07-02T12:46:44.148Z] #20 19.69 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-07-02T12:46:44.148Z] #20 19.70 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-02T12:46:44.148Z] #20 19.72 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-07-02T12:46:44.148Z] #20 19.74 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-07-02T12:46:44.148Z] #20 19.74 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-07-02T12:46:44.148Z] #20 19.83 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-07-02T12:46:44.148Z] #20 19.87 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-07-02T12:46:44.148Z] #20 19.88 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-07-02T12:46:44.148Z] #20 20.24 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-07-02T12:46:44.148Z] #20 20.31 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-07-02T12:46:44.148Z] #20 20.35 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-07-02T12:46:44.148Z] #20 21.11 debconf: delaying package configuration, since apt-utils is not installed [2021-07-02T12:46:44.148Z] #20 21.27 Fetched 28.5 MB in 2s (13.0 MB/s) [2021-07-02T12:46:44.148Z] #20 21.35 Selecting previously unselected package pigz. [2021-07-02T12:46:44.148Z] #20 21.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-07-02T12:46:44.148Z] #20 21.44 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-07-02T12:46:44.148Z] #20 21.45 Unpacking pigz (2.4-1) ... [2021-07-02T12:46:44.148Z] #20 21.58 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-02T12:46:44.148Z] #20 21.58 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-02T12:46:44.148Z] #20 21.59 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-02T12:46:44.148Z] #20 22.17 Selecting previously unselected package python3.7-minimal. [2021-07-02T12:46:44.148Z] #20 22.19 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-02T12:46:44.148Z] #20 22.20 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-02T12:46:44.148Z] #20 23.35 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-02T12:46:44.148Z] #20 23.37 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-02T12:46:44.712Z] #20 26.00 Selecting previously unselected package python3-minimal. [2021-07-02T12:46:44.968Z] #20 26.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-07-02T12:46:44.968Z] #20 26.05 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-02T12:46:44.968Z] #20 26.06 Unpacking python3-minimal (3.7.3-1) ... [2021-07-02T12:46:44.968Z] #20 26.21 Selecting previously unselected package libmpdec2:amd64. [2021-07-02T12:46:44.968Z] #20 26.21 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-02T12:46:44.968Z] #20 26.22 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-02T12:46:45.225Z] #20 26.35 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-02T12:46:45.225Z] #20 26.35 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-02T12:46:45.225Z] #20 26.36 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-02T12:46:45.334Z] #56 124.9 + bin/containerd [2021-07-02T12:46:45.789Z] #20 ... [2021-07-02T12:46:45.789Z] [2021-07-02T12:46:45.789Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-07-02T12:46:45.789Z] #45 sha256:801c8f144fd7542b96e349c2c25c9ee4a8e308e5bd8f1f82863e717630efd9b9 [2021-07-02T12:46:45.789Z] #45 DONE 142.7s [2021-07-02T12:46:45.789Z] [2021-07-02T12:46:45.789Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:45.789Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:46:45.789Z] #43 85.70 DEP criu/pagemap-cache.d [2021-07-02T12:46:45.789Z] #43 85.91 DEP criu/page-xfer.d [2021-07-02T12:46:45.789Z] #43 86.13 DEP criu/page-pipe.d [2021-07-02T12:46:45.789Z] #43 86.26 DEP criu/netfilter.d [2021-07-02T12:46:45.789Z] #43 86.40 DEP criu/net.d [2021-07-02T12:46:45.789Z] #43 86.60 DEP criu/namespaces.d [2021-07-02T12:46:45.789Z] #43 86.75 DEP criu/mount.d [2021-07-02T12:46:45.789Z] #43 86.91 DEP criu/memfd.d [2021-07-02T12:46:45.789Z] #43 87.03 DEP criu/mem.d [2021-07-02T12:46:45.789Z] #43 87.33 DEP criu/lsm.d [2021-07-02T12:46:46.046Z] #43 87.62 DEP criu/log.d [2021-07-02T12:46:46.303Z] #43 87.88 DEP criu/libnetlink.d [2021-07-02T12:46:46.866Z] #43 88.26 DEP criu/kerndat.d [2021-07-02T12:46:47.408Z] #56 ... [2021-07-02T12:46:47.408Z] [2021-07-02T12:46:47.408Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:46:47.408Z] #53 sha256:128737921d3d6d5be93444137a977c6c9d77856c43db3b00041756218ce1ad7e [2021-07-02T12:46:47.408Z] #53 76.66 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-07-02T12:46:47.408Z] #53 77.18 + mkdir -p /build [2021-07-02T12:46:47.408Z] #53 77.18 + cp runc /build/runc [2021-07-02T12:46:47.408Z] #53 DONE 77.5s [2021-07-02T12:46:47.408Z] [2021-07-02T12:46:47.408Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:46:47.408Z] #56 sha256:966a6b86f84f31429dc9de5a0d83bda61a2d050ebf2ad6aee931ddbf648cc46c [2021-07-02T12:46:47.429Z] #43 88.67 DEP criu/kcmp-ids.d [2021-07-02T12:46:47.429Z] #43 88.86 DEP criu/irmap.d [2021-07-02T12:46:47.686Z] #43 89.01 DEP criu/ipc_ns.d [2021-07-02T12:46:47.686Z] #43 89.17 DEP criu/image.d [2021-07-02T12:46:47.943Z] #43 89.31 DEP criu/image-desc.d [2021-07-02T12:46:47.943Z] #43 89.45 DEP criu/fsnotify.d [2021-07-02T12:46:48.200Z] #43 89.63 DEP criu/filesystems.d [2021-07-02T12:46:48.452Z] #56 ... [2021-07-02T12:46:48.452Z] [2021-07-02T12:46:48.452Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-07-02T12:46:48.452Z] #54 sha256:2a37b10ff2f48d41a3a63f61f8bf0ff220c7cde98615bd6c10a2e9b5c26d14ae [2021-07-02T12:46:48.452Z] #54 DONE 0.2s [2021-07-02T12:46:48.452Z] [2021-07-02T12:46:48.452Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:46:48.452Z] #56 sha256:966a6b86f84f31429dc9de5a0d83bda61a2d050ebf2ad6aee931ddbf648cc46c [2021-07-02T12:46:48.457Z] #43 89.80 DEP criu/files.d [2021-07-02T12:46:48.721Z] #43 89.98 DEP criu/files-reg.d [2021-07-02T12:46:48.721Z] #43 90.11 DEP criu/files-ext.d [2021-07-02T12:46:48.979Z] #43 90.23 DEP criu/file-lock.d [2021-07-02T12:46:48.979Z] #43 90.44 DEP criu/file-ids.d [2021-07-02T12:46:49.235Z] #43 90.56 DEP criu/fifo.d [2021-07-02T12:46:49.236Z] #43 90.66 DEP criu/fdstore.d [2021-07-02T12:46:49.236Z] #43 90.75 DEP criu/fault-injection.d [2021-07-02T12:46:49.236Z] #43 90.78 DEP criu/external.d [2021-07-02T12:46:49.492Z] #43 90.86 DEP criu/eventpoll.d [2021-07-02T12:46:49.492Z] #43 91.03 DEP criu/eventfd.d [2021-07-02T12:46:49.749Z] #43 91.18 DEP criu/crtools.d [2021-07-02T12:46:50.007Z] #43 91.35 DEP criu/cr-service.d [2021-07-02T12:46:50.007Z] #43 91.56 DEP criu/cr-restore.d [2021-07-02T12:46:50.264Z] #43 91.83 DEP criu/cr-errno.d [2021-07-02T12:46:50.521Z] #43 91.85 DEP criu/cr-dump.d [2021-07-02T12:46:50.778Z] #43 92.05 DEP criu/cr-dedup.d [2021-07-02T12:46:50.778Z] #43 92.26 DEP criu/cr-check.d [2021-07-02T12:46:51.035Z] #43 92.49 DEP criu/config.d [2021-07-02T12:46:51.313Z] #43 92.67 DEP criu/clone-noasan.d [2021-07-02T12:46:51.313Z] #43 92.79 DEP criu/cgroup.d [2021-07-02T12:46:51.570Z] #43 93.03 DEP criu/cgroup-props.d [2021-07-02T12:46:51.826Z] #43 93.13 DEP criu/bitmap.d [2021-07-02T12:46:51.826Z] #43 93.15 DEP criu/bfd.d [2021-07-02T12:46:51.826Z] #43 93.23 DEP criu/autofs.d [2021-07-02T12:46:51.826Z] #43 93.38 DEP criu/aio.d [2021-07-02T12:46:52.082Z] #43 93.51 DEP criu/action-scripts.d [2021-07-02T12:46:52.645Z] #43 93.85 CC criu/action-scripts.o [2021-07-02T12:46:52.901Z] #43 94.32 CC criu/aio.o [2021-07-02T12:46:53.158Z] #43 ... [2021-07-02T12:46:53.158Z] [2021-07-02T12:46:53.159Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:46:53.159Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-07-02T12:46:53.159Z] #20 27.87 Selecting previously unselected package python3.7. [2021-07-02T12:46:53.159Z] #20 27.87 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 27.90 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-02T12:46:53.159Z] #20 28.19 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-02T12:46:53.159Z] #20 28.19 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 28.21 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-02T12:46:53.159Z] #20 28.43 Setting up python3-minimal (3.7.3-1) ... [2021-07-02T12:46:53.159Z] #20 29.56 Selecting previously unselected package python3. [2021-07-02T12:46:53.159Z] #20 29.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-07-02T12:46:53.159Z] #20 29.63 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 29.66 Unpacking python3 (3.7.3-1) ... [2021-07-02T12:46:53.159Z] #20 29.77 Selecting previously unselected package libip4tc0:amd64. [2021-07-02T12:46:53.159Z] #20 29.77 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 29.77 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-07-02T12:46:53.159Z] #20 29.86 Selecting previously unselected package libip6tc0:amd64. [2021-07-02T12:46:53.159Z] #20 29.86 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 29.87 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-07-02T12:46:53.159Z] #20 29.99 Selecting previously unselected package libiptc0:amd64. [2021-07-02T12:46:53.159Z] #20 29.99 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 30.00 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-07-02T12:46:53.159Z] #20 30.07 Selecting previously unselected package libnfnetlink0:amd64. [2021-07-02T12:46:53.159Z] #20 30.07 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 30.08 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-02T12:46:53.159Z] #20 30.13 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-07-02T12:46:53.159Z] #20 30.13 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 30.14 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-02T12:46:53.159Z] #20 30.23 Selecting previously unselected package libnftnl11:amd64. [2021-07-02T12:46:53.159Z] #20 30.25 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 30.26 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-07-02T12:46:53.159Z] #20 30.34 Selecting previously unselected package iptables. [2021-07-02T12:46:53.159Z] #20 30.34 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 30.35 Unpacking iptables (1.8.2-4) ... [2021-07-02T12:46:53.159Z] #20 30.73 Selecting previously unselected package xxd. [2021-07-02T12:46:53.159Z] #20 30.75 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-02T12:46:53.159Z] #20 30.75 Unpacking xxd (2:8.1.0875-5) ... [2021-07-02T12:46:53.159Z] #20 30.89 Selecting previously unselected package vim-common. [2021-07-02T12:46:53.159Z] #20 30.90 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-02T12:46:53.159Z] #20 30.92 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-02T12:46:53.159Z] #20 31.12 Selecting previously unselected package bash-completion. [2021-07-02T12:46:53.159Z] #20 31.13 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-07-02T12:46:53.159Z] #20 34.24 Unpacking bash-completion (1:2.8-6) ... [2021-07-02T12:46:53.415Z] #20 34.61 Selecting previously unselected package bzip2. [2021-07-02T12:46:53.415Z] #20 34.63 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-07-02T12:46:53.415Z] #20 34.64 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-02T12:46:53.672Z] #20 34.74 Selecting previously unselected package xz-utils. [2021-07-02T12:46:53.672Z] #20 34.75 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-07-02T12:46:53.672Z] #20 34.77 Unpacking xz-utils (5.2.4-1) ... [2021-07-02T12:46:53.672Z] #20 34.97 Selecting previously unselected package apparmor. [2021-07-02T12:46:53.672Z] #20 34.98 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-07-02T12:46:53.929Z] #20 35.07 Unpacking apparmor (2.13.2-10) ... [2021-07-02T12:46:54.443Z] #20 35.48 Selecting previously unselected package aufs-tools. [2021-07-02T12:46:54.443Z] #20 35.49 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-07-02T12:46:54.443Z] #20 35.49 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-07-02T12:46:54.443Z] #20 35.66 Selecting previously unselected package libonig5:amd64. [2021-07-02T12:46:54.443Z] #20 35.66 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-07-02T12:46:54.443Z] #20 35.67 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-02T12:46:54.700Z] #20 35.83 Selecting previously unselected package libjq1:amd64. [2021-07-02T12:46:54.700Z] #20 35.83 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-02T12:46:54.700Z] #20 35.85 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-02T12:46:54.700Z] #20 35.97 Selecting previously unselected package jq. [2021-07-02T12:46:54.700Z] #20 35.99 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-02T12:46:54.700Z] #20 36.00 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-02T12:46:54.957Z] #20 36.11 Selecting previously unselected package libaio1:amd64. [2021-07-02T12:46:54.957Z] #20 36.12 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-07-02T12:46:54.957Z] #20 36.13 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-07-02T12:46:54.957Z] #20 36.19 Selecting previously unselected package libgpm2:amd64. [2021-07-02T12:46:54.957Z] #20 36.19 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-07-02T12:46:54.957Z] #20 36.19 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-07-02T12:46:54.957Z] #20 36.28 Selecting previously unselected package libicu63:amd64. [2021-07-02T12:46:54.957Z] #20 36.28 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-02T12:46:55.213Z] #20 36.29 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-02T12:46:57.733Z] #20 ... [2021-07-02T12:46:57.733Z] [2021-07-02T12:46:57.733Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-02T12:46:57.733Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-07-02T12:46:57.733Z] #32 DONE 154.0s [2021-07-02T12:46:57.733Z] [2021-07-02T12:46:57.733Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:46:57.733Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:46:57.733Z] #43 94.97 CC criu/autofs.o [2021-07-02T12:46:57.733Z] #43 96.45 CC criu/bfd.o [2021-07-02T12:46:57.733Z] #43 97.07 CC criu/bitmap.o [2021-07-02T12:46:57.733Z] #43 97.25 CC criu/cgroup-props.o [2021-07-02T12:46:57.733Z] #43 98.11 CC criu/cgroup.o [2021-07-02T12:46:59.627Z] #43 ... [2021-07-02T12:46:59.627Z] [2021-07-02T12:46:59.627Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:46:59.627Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-07-02T12:46:59.627Z] #20 40.61 Selecting previously unselected package libnet1:amd64. [2021-07-02T12:46:59.627Z] #20 40.61 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-02T12:46:59.627Z] #20 40.63 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-02T12:46:59.627Z] #20 40.74 Selecting previously unselected package libnl-3-200:amd64. [2021-07-02T12:46:59.627Z] #20 40.75 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-02T12:46:59.627Z] #20 40.75 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-02T12:46:59.627Z] #20 40.85 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-02T12:46:59.627Z] #20 40.85 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-02T12:46:59.627Z] #20 40.87 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-02T12:46:59.627Z] #20 40.95 Selecting previously unselected package libreadline5:amd64. [2021-07-02T12:46:59.884Z] #20 40.95 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-07-02T12:46:59.884Z] #20 40.96 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-02T12:46:59.884Z] #20 41.05 Selecting previously unselected package net-tools. [2021-07-02T12:46:59.884Z] #20 41.06 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-07-02T12:46:59.884Z] #20 41.07 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-02T12:47:00.141Z] #20 41.28 Selecting previously unselected package python-pip-whl. [2021-07-02T12:47:00.141Z] #20 41.29 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-07-02T12:47:00.141Z] #20 41.30 Unpacking python-pip-whl (18.1-5) ... [2021-07-02T12:47:00.704Z] #20 41.88 Selecting previously unselected package python3-lib2to3. [2021-07-02T12:47:00.704Z] #20 41.89 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-07-02T12:47:00.704Z] #20 41.90 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-07-02T12:47:00.704Z] #20 42.00 Selecting previously unselected package python3-distutils. [2021-07-02T12:47:00.961Z] #20 42.00 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-07-02T12:47:00.961Z] #20 42.01 Unpacking python3-distutils (3.7.3-1) ... [2021-07-02T12:47:00.961Z] #20 42.13 Selecting previously unselected package python3-pip. [2021-07-02T12:47:00.961Z] #20 42.14 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-07-02T12:47:00.961Z] #20 42.16 Unpacking python3-pip (18.1-5) ... [2021-07-02T12:47:01.218Z] #20 42.31 Selecting previously unselected package python3-pkg-resources. [2021-07-02T12:47:01.218Z] #20 42.31 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-02T12:47:01.218Z] #20 42.32 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-02T12:47:01.218Z] #20 42.46 Selecting previously unselected package python3-setuptools. [2021-07-02T12:47:01.218Z] #20 42.46 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-07-02T12:47:01.218Z] #20 42.48 Unpacking python3-setuptools (40.8.0-1) ... [2021-07-02T12:47:01.475Z] #20 42.71 Selecting previously unselected package python3-wheel. [2021-07-02T12:47:01.475Z] #20 42.71 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-07-02T12:47:01.475Z] #20 42.71 Unpacking python3-wheel (0.32.3-2) ... [2021-07-02T12:47:01.475Z] #20 42.79 Selecting previously unselected package sudo. [2021-07-02T12:47:01.475Z] #20 42.79 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-07-02T12:47:01.475Z] #20 42.81 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-07-02T12:47:02.039Z] #20 43.35 Selecting previously unselected package thin-provisioning-tools. [2021-07-02T12:47:02.039Z] #20 43.35 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-07-02T12:47:02.039Z] #20 43.36 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-07-02T12:47:02.296Z] #20 43.54 Selecting previously unselected package uidmap. [2021-07-02T12:47:02.296Z] #20 43.54 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-07-02T12:47:02.296Z] #20 43.54 Unpacking uidmap (1:4.5-1.1) ... [2021-07-02T12:47:02.296Z] #20 43.66 Selecting previously unselected package vim-runtime. [2021-07-02T12:47:02.296Z] #20 43.66 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-07-02T12:47:02.553Z] #20 43.71 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-07-02T12:47:02.553Z] #20 43.74 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-07-02T12:47:02.553Z] #20 43.76 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-07-02T12:47:05.826Z] #20 47.12 Selecting previously unselected package vim. [2021-07-02T12:47:05.826Z] #20 47.12 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-07-02T12:47:05.826Z] #20 47.13 Unpacking vim (2:8.1.0875-5) ... [2021-07-02T12:47:06.389Z] #20 47.63 Selecting previously unselected package xfsprogs. [2021-07-02T12:47:06.646Z] #20 47.64 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-07-02T12:47:06.646Z] #20 47.64 Unpacking xfsprogs (4.20.0-1) ... [2021-07-02T12:47:06.903Z] #20 48.18 Selecting previously unselected package zip. [2021-07-02T12:47:07.053Z] #56 145.2 + bin/containerd-stress [2021-07-02T12:47:07.053Z] #56 146.6 + bin/containerd-shim [2021-07-02T12:47:07.160Z] #20 48.19 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-07-02T12:47:07.160Z] #20 48.19 Unpacking zip (3.0-11+b1) ... [2021-07-02T12:47:07.160Z] #20 48.37 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-07-02T12:47:07.160Z] #20 48.39 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-02T12:47:07.160Z] #20 48.41 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-07-02T12:47:07.160Z] #20 48.42 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-02T12:47:07.160Z] #20 48.43 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-07-02T12:47:07.160Z] #20 48.44 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-07-02T12:47:07.160Z] #20 48.45 Setting up uidmap (1:4.5-1.1) ... [2021-07-02T12:47:07.160Z] #20 48.46 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-07-02T12:47:07.160Z] #20 48.47 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-02T12:47:07.160Z] #20 48.49 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-02T12:47:07.160Z] #20 48.50 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-02T12:47:07.160Z] #20 48.51 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-02T12:47:07.160Z] #20 48.52 Setting up xxd (2:8.1.0875-5) ... [2021-07-02T12:47:07.160Z] #20 48.53 Setting up zip (3.0-11+b1) ... [2021-07-02T12:47:07.416Z] #20 48.55 Setting up vim-common (2:8.1.0875-5) ... [2021-07-02T12:47:07.417Z] #20 48.58 Setting up bash-completion (1:2.8-6) ... [2021-07-02T12:47:10.688Z] #20 51.36 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-07-02T12:47:10.688Z] #20 ... [2021-07-02T12:47:10.688Z] [2021-07-02T12:47:10.688Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:47:10.688Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:47:10.688Z] #43 101.5 CC criu/clone-noasan.o [2021-07-02T12:47:10.688Z] #43 101.7 CC criu/config.o [2021-07-02T12:47:10.688Z] #43 103.0 CC criu/cr-check.o [2021-07-02T12:47:10.688Z] #43 104.6 CC criu/cr-dedup.o [2021-07-02T12:47:10.688Z] #43 105.0 CC criu/cr-dump.o [2021-07-02T12:47:10.688Z] #43 107.0 CC criu/cr-errno.o [2021-07-02T12:47:10.688Z] #43 107.1 CC criu/cr-restore.o [2021-07-02T12:47:10.688Z] #43 111.6 CC criu/cr-service.o [2021-07-02T12:47:10.688Z] #43 ... [2021-07-02T12:47:10.688Z] [2021-07-02T12:47:10.688Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-02T12:47:10.688Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-07-02T12:47:10.688Z] #20 51.36 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-07-02T12:47:10.688Z] #20 51.37 Setting up xz-utils (5.2.4-1) ... [2021-07-02T12:47:10.688Z] #20 51.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-07-02T12:47:10.688Z] #20 51.40 Setting up sudo (1.8.27-1+deb10u3) ... [2021-07-02T12:47:10.688Z] #20 51.44 invoke-rc.d: could not determine current runlevel [2021-07-02T12:47:10.688Z] #20 51.46 invoke-rc.d: policy-rc.d denied execution of start. [2021-07-02T12:47:10.688Z] #20 51.47 Setting up pigz (2.4-1) ... [2021-07-02T12:47:10.688Z] #20 51.48 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-02T12:47:10.688Z] #20 51.49 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-02T12:47:10.688Z] #20 51.51 Setting up python-pip-whl (18.1-5) ... [2021-07-02T12:47:10.688Z] #20 51.52 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-02T12:47:10.688Z] #20 51.53 Setting up vim-runtime (2:8.1.0875-5) ... [2021-07-02T12:47:10.688Z] #20 51.96 Setting up libaio1:amd64 (0.3.112-3) ... [2021-07-02T12:47:10.688Z] #20 51.97 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-02T12:47:10.688Z] #20 51.98 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-02T12:47:10.688Z] #20 51.99 Setting up vim (2:8.1.0875-5) ... [2021-07-02T12:47:10.688Z] #20 52.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-07-02T12:47:10.688Z] #20 52.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-07-02T12:47:10.688Z] #20 52.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-07-02T12:47:10.688Z] #20 52.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-07-02T12:47:10.688Z] #20 52.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-07-02T12:47:10.945Z] #20 52.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-07-02T12:47:10.945Z] #20 52.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-07-02T12:47:10.945Z] #20 52.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-07-02T12:47:10.945Z] #20 52.07 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-02T12:47:10.945Z] #20 52.09 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-07-02T12:47:10.945Z] #20 52.10 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-02T12:47:10.945Z] #20 52.11 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-02T12:47:10.945Z] #20 52.12 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-02T12:47:10.945Z] #20 52.13 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-02T12:47:11.609Z] #56 151.0 + bin/containerd-shim-runc-v1 [2021-07-02T12:47:13.683Z] #56 153.9 + bin/containerd-shim-runc-v2 [2021-07-02T12:47:14.220Z] #20 55.04 Setting up iptables (1.8.2-4) ... [2021-07-02T12:47:14.220Z] #20 55.06 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-02T12:47:14.220Z] #20 55.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-02T12:47:14.220Z] #20 55.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-02T12:47:14.220Z] #20 55.08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-02T12:47:14.220Z] #20 55.09 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-07-02T12:47:14.220Z] #20 55.09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-07-02T12:47:14.220Z] #20 55.10 Setting up python3 (3.7.3-1) ... [2021-07-02T12:47:14.220Z] #20 55.47 Setting up python3-wheel (0.32.3-2) ... [2021-07-02T12:47:14.722Z] #56 154.6 + binaries [2021-07-02T12:47:14.722Z] #56 154.6 + install -D bin/containerd /build/containerd [2021-07-02T12:47:14.722Z] #56 154.6 + install -D bin/containerd-shim /build/containerd-shim [2021-07-02T12:47:14.722Z] #56 154.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-07-02T12:47:14.722Z] #56 154.6 + install -D bin/ctr /build/ctr [2021-07-02T12:47:15.015Z] #56 DONE 155.2s [2021-07-02T12:47:15.150Z] #20 56.20 Setting up apparmor (2.13.2-10) ... [2021-07-02T12:47:15.654Z] [2021-07-02T12:47:15.654Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-07-02T12:47:15.654Z] #57 sha256:0a757d5049e8dae26668783926c65d006a1a3673a2cdae4f46a1a22754b98274 [2021-07-02T12:47:15.949Z] #57 DONE 0.3s [2021-07-02T12:47:15.949Z] [2021-07-02T12:47:15.949Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-07-02T12:47:15.949Z] #61 sha256:5798e2a57c1bc2f31a5bbe918442b88271fea1c5941936cbd895f06917941463 [2021-07-02T12:47:16.242Z] #61 DONE 0.3s [2021-07-02T12:47:16.242Z] [2021-07-02T12:47:16.242Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-07-02T12:47:16.242Z] #66 sha256:358a39b44cf8c9cee7abee35cf099eb8f0a9da1a7df8afaad5861f392988cf4d [2021-07-02T12:47:16.519Z] #20 57.76 Setting up xfsprogs (4.20.0-1) ... [2021-07-02T12:47:16.776Z] #20 57.77 Setting up python3-lib2to3 (3.7.3-1) ... [2021-07-02T12:47:16.877Z] #66 DONE 0.5s [2021-07-02T12:47:16.877Z] [2021-07-02T12:47:16.877Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-07-02T12:47:16.877Z] #68 sha256:847ee5fd3a77f855bd5f1d3f1eaf5956c5b3a490f432f576ecec5a4bae652c2c [2021-07-02T12:47:16.877Z] #68 DONE 0.2s [2021-07-02T12:47:16.877Z] [2021-07-02T12:47:16.877Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-07-02T12:47:16.877Z] #69 sha256:62ab186e66c8741f2d4a44e06916a84a7d2892aadc12b432eb7304bc989df792 [2021-07-02T12:47:16.877Z] #69 DONE 0.1s [2021-07-02T12:47:17.033Z] #20 58.19 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-02T12:47:17.170Z] [2021-07-02T12:47:17.170Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-07-02T12:47:17.170Z] #70 sha256:d7c2d70b7be4816bf30b042126527a3124ac4372ea9b5014972fd44831e3fc42 [2021-07-02T12:47:17.967Z] #20 59.20 Setting up python3-distutils (3.7.3-1) ... [2021-07-02T12:47:18.529Z] #20 59.67 Setting up python3-setuptools (40.8.0-1) ... [2021-07-02T12:47:19.310Z] #70 DONE 2.1s [2021-07-02T12:47:19.310Z] [2021-07-02T12:47:19.310Z] #71 exporting to image [2021-07-02T12:47:19.310Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-07-02T12:47:19.310Z] #71 exporting layers [2021-07-02T12:47:19.457Z] #20 60.85 Setting up python3-pip (18.1-5) ... [2021-07-02T12:47:20.822Z] #20 62.04 Processing triggers for libc-bin (2.28-10) ... [2021-07-02T12:47:20.822Z] #20 62.09 Processing triggers for mime-support (3.62) ... [2021-07-02T12:47:21.386Z] #20 DONE 62.6s [2021-07-02T12:47:21.386Z] [2021-07-02T12:47:21.386Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:47:21.386Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:47:21.386Z] #43 113.0 CC criu/crtools.o [2021-07-02T12:47:21.386Z] #43 113.6 CC criu/eventfd.o [2021-07-02T12:47:21.386Z] #43 114.0 CC criu/eventpoll.o [2021-07-02T12:47:21.386Z] #43 114.9 CC criu/external.o [2021-07-02T12:47:21.386Z] #43 115.3 CC criu/fault-injection.o [2021-07-02T12:47:21.386Z] #43 115.4 CC criu/fdstore.o [2021-07-02T12:47:21.386Z] #43 115.8 CC criu/fifo.o [2021-07-02T12:47:21.386Z] #43 116.2 CC criu/file-ids.o [2021-07-02T12:47:21.386Z] #43 116.5 CC criu/file-lock.o [2021-07-02T12:47:21.386Z] #43 117.5 CC criu/files-ext.o [2021-07-02T12:47:21.386Z] #43 117.8 CC criu/files-reg.o [2021-07-02T12:47:21.386Z] #43 120.2 CC criu/files.o [2021-07-02T12:47:21.386Z] #43 122.3 CC criu/filesystems.o [2021-07-02T12:47:21.386Z] #43 ... [2021-07-02T12:47:21.386Z] [2021-07-02T12:47:21.386Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-07-02T12:47:21.386Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-07-02T12:47:22.316Z] #21 1.020 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-07-02T12:47:22.573Z] #21 1.022 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-07-02T12:47:22.573Z] #21 1.026 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-07-02T12:47:22.573Z] #21 DONE 1.1s [2021-07-02T12:47:22.573Z] [2021-07-02T12:47:22.573Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-07-02T12:47:22.573Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-07-02T12:47:25.006Z] #71 exporting layers 5.2s done [2021-07-02T12:47:25.006Z] #71 writing image sha256:0d26df69a7f5dd64f5245c1b73d7717780d9ddd6888827ed4f76138a010eefc6 done [2021-07-02T12:47:25.006Z] #71 naming to docker.io/library/docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 done [2021-07-02T12:47:25.006Z] #71 DONE 5.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-07-02T12:47:25.494Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42591/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 hack/test/unit [2021-07-02T12:47:27.568Z] ? github.com/docker/docker/api [no test files] [2021-07-02T12:47:27.870Z] #22 5.102 Collecting yamllint==1.26.1 [2021-07-02T12:47:28.802Z] #22 ... [2021-07-02T12:47:28.802Z] [2021-07-02T12:47:28.802Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:47:28.802Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:47:28.802Z] #43 123.0 CC criu/fsnotify.o [2021-07-02T12:47:28.802Z] #43 124.5 CC criu/image-desc.o [2021-07-02T12:47:28.802Z] #43 124.6 CC criu/image.o [2021-07-02T12:47:28.802Z] #43 125.4 CC criu/ipc_ns.o [2021-07-02T12:47:28.802Z] #43 126.6 CC criu/irmap.o [2021-07-02T12:47:28.802Z] #43 127.4 CC criu/kcmp-ids.o [2021-07-02T12:47:28.802Z] #43 127.8 CC criu/kerndat.o [2021-07-02T12:47:28.802Z] #43 129.0 CC criu/libnetlink.o [2021-07-02T12:47:28.802Z] #43 129.3 CC criu/log.o [2021-07-02T12:47:28.802Z] #43 129.7 CC criu/lsm.o [2021-07-02T12:47:28.802Z] #43 130.1 CC criu/mem.o [2021-07-02T12:47:30.696Z] #43 131.7 CC criu/memfd.o [2021-07-02T12:47:30.696Z] #43 ... [2021-07-02T12:47:30.696Z] [2021-07-02T12:47:30.696Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:47:30.696Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-07-02T12:47:30.696Z] #40 187.2 + dpkg --print-architecture [2021-07-02T12:47:30.696Z] #40 187.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-07-02T12:47:30.953Z] #40 187.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-07-02T12:47:30.953Z] #40 187.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-07-02T12:47:36.075Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2021-07-02T12:47:37.502Z] #40 ... [2021-07-02T12:47:37.502Z] [2021-07-02T12:47:37.502Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-07-02T12:47:37.502Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-07-02T12:47:37.502Z] #22 10.51 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-07-02T12:47:37.502Z] #22 11.63 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-07-02T12:47:37.502Z] #22 11.67 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-07-02T12:47:37.502Z] #22 11.74 Collecting pyyaml (from yamllint==1.26.1) [2021-07-02T12:47:37.502Z] #22 11.98 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-07-02T12:47:37.502Z] #22 12.32 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-07-02T12:47:37.502Z] #22 12.33 Building wheels for collected packages: yamllint [2021-07-02T12:47:37.502Z] #22 12.33 Running setup.py bdist_wheel for yamllint: started [2021-07-02T12:47:37.502Z] #22 13.48 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-07-02T12:47:37.502Z] #22 13.49 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-07-02T12:47:37.502Z] #22 13.54 Successfully built yamllint [2021-07-02T12:47:37.502Z] #22 13.57 Installing collected packages: pathspec, pyyaml, yamllint [2021-07-02T12:47:37.502Z] #22 13.97 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-07-02T12:47:37.502Z] #22 DONE 14.3s [2021-07-02T12:47:37.502Z] [2021-07-02T12:47:37.502Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-07-02T12:47:37.502Z] #25 sha256:f5598529ae9f9f60f6985819a69874e02f4b2365d4ade39dade1f60b640d6910 [2021-07-02T12:47:37.502Z] #25 DONE 0.2s [2021-07-02T12:47:37.502Z] [2021-07-02T12:47:37.502Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:47:37.502Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:47:37.502Z] #43 132.3 CC criu/mount.o [2021-07-02T12:47:37.502Z] #43 136.1 CC criu/namespaces.o [2021-07-02T12:47:37.502Z] #43 138.2 CC criu/net.o [2021-07-02T12:47:37.502Z] #43 ... [2021-07-02T12:47:37.502Z] [2021-07-02T12:47:37.502Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-07-02T12:47:37.502Z] #30 sha256:49d89993d04bee043abe194aca16fb18412024339bc854729852a9fb7be576a4 [2021-07-02T12:47:39.398Z] #30 DONE 2.1s [2021-07-02T12:47:39.398Z] [2021-07-02T12:47:39.398Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-07-02T12:47:39.398Z] #33 sha256:40216800adbed4f8da5d4f7b53eaea1c4804e9d6136ed4db8c59710997316bdf [2021-07-02T12:47:39.398Z] #33 DONE 0.1s [2021-07-02T12:47:39.398Z] [2021-07-02T12:47:39.398Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:47:39.398Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:47:39.398Z] #53 ... [2021-07-02T12:47:39.398Z] [2021-07-02T12:47:39.398Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-07-02T12:47:39.398Z] #35 sha256:a952cf3e7b59ac28448e7587fa5931fae1564fbbeb8769345ce72e7bf193ccf7 [2021-07-02T12:47:39.398Z] #35 DONE 0.1s [2021-07-02T12:47:39.398Z] [2021-07-02T12:47:39.398Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-07-02T12:47:39.398Z] #38 sha256:7371a35f94437a1f5295f99e4d9019c3a740440493497a42a3adb32a8e94dd93 [2021-07-02T12:47:39.398Z] #38 DONE 0.1s [2021-07-02T12:47:39.398Z] [2021-07-02T12:47:39.398Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:47:39.398Z] #49 sha256:7eaa315c2a20d0c0bdbc893d6379d82ab8e3359dd06248766ed79edbb6e39001 [2021-07-02T12:47:40.330Z] #49 ... [2021-07-02T12:47:40.330Z] [2021-07-02T12:47:40.330Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:47:40.330Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:47:40.330Z] #43 141.6 CC criu/netfilter.o [2021-07-02T12:47:40.587Z] #43 142.0 CC criu/page-pipe.o [2021-07-02T12:47:41.151Z] #43 142.6 CC criu/page-xfer.o [2021-07-02T12:47:42.521Z] #43 143.8 CC criu/pagemap-cache.o [2021-07-02T12:47:42.778Z] #43 144.2 CC criu/pagemap.o [2021-07-02T12:47:43.709Z] #43 145.0 CC criu/parasite-syscall.o [2021-07-02T12:47:44.640Z] #43 145.9 CC criu/path.o [2021-07-02T12:47:44.897Z] #43 146.2 CC criu/pie-util-vdso-elf32.o [2021-07-02T12:47:45.490Z] #43 146.8 CC criu/pie-util-vdso.o [2021-07-02T12:47:45.746Z] #43 147.1 CC criu/pie-util.o [2021-07-02T12:47:46.002Z] #43 147.3 CC criu/pipes.o [2021-07-02T12:47:46.930Z] #43 148.0 CC criu/plugin.o [2021-07-02T12:47:46.930Z] #43 148.4 CC criu/proc_parse.o [2021-07-02T12:47:49.446Z] #43 150.9 CC criu/protobuf-desc.o [2021-07-02T12:47:50.374Z] #43 151.8 CC criu/protobuf.o [2021-07-02T12:47:50.634Z] #43 152.2 CC criu/pstree.o [2021-07-02T12:47:52.000Z] #43 153.4 CC criu/rbtree.o [2021-07-02T12:47:52.563Z] #43 153.8 CC criu/rst-malloc.o [2021-07-02T12:47:52.818Z] #43 154.0 CC criu/seccomp.o [2021-07-02T12:47:53.380Z] #43 154.7 CC criu/seize.o [2021-07-02T12:47:54.309Z] #43 155.6 CC criu/servicefd.o [2021-07-02T12:47:54.565Z] #43 156.1 CC criu/shmem.o [2021-07-02T12:47:55.932Z] #43 157.1 CC criu/sigframe.o [2021-07-02T12:47:55.932Z] #43 157.3 CC criu/signalfd.o [2021-07-02T12:47:56.188Z] #43 157.6 CC criu/sk-inet.o [2021-07-02T12:47:57.116Z] #43 ... [2021-07-02T12:47:57.116Z] [2021-07-02T12:47:57.116Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-07-02T12:47:57.116Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-07-02T12:47:57.116Z] #40 DONE 213.8s [2021-07-02T12:47:57.372Z] [2021-07-02T12:47:57.372Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:47:57.372Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:47:57.372Z] #43 158.8 CC criu/sk-netlink.o [2021-07-02T12:47:58.300Z] #43 159.5 CC criu/sk-packet.o [2021-07-02T12:47:58.557Z] #43 ... [2021-07-02T12:47:58.557Z] [2021-07-02T12:47:58.557Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-07-02T12:47:58.557Z] #41 sha256:2c1bb2f3ece82fb3873615bafb9939cb7d48318126d8ee7c9f0d000b706a55cb [2021-07-02T12:47:58.557Z] #41 DONE 0.1s [2021-07-02T12:47:58.557Z] [2021-07-02T12:47:58.557Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:47:58.557Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:47:58.813Z] #53 ... [2021-07-02T12:47:58.813Z] [2021-07-02T12:47:58.813Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:47:58.813Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:47:58.813Z] #43 160.2 CC criu/sk-queue.o [2021-07-02T12:47:59.375Z] #43 160.6 CC criu/sk-tcp.o [2021-07-02T12:47:59.631Z] #43 161.1 CC criu/sk-unix.o [2021-07-02T12:48:01.524Z] #43 162.7 CC criu/sockets.o [2021-07-02T12:48:01.524Z] #43 ... [2021-07-02T12:48:01.524Z] [2021-07-02T12:48:01.524Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-07-02T12:48:01.524Z] #49 sha256:7eaa315c2a20d0c0bdbc893d6379d82ab8e3359dd06248766ed79edbb6e39001 [2021-07-02T12:48:01.524Z] #49 217.8 + /build/golangci-lint --version [2021-07-02T12:48:01.524Z] #49 218.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-07-02T12:48:01.524Z] #49 DONE 218.3s [2021-07-02T12:48:01.780Z] [2021-07-02T12:48:01.780Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:48:01.780Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:48:02.712Z] #53 ... [2021-07-02T12:48:02.712Z] [2021-07-02T12:48:02.712Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-07-02T12:48:02.712Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-07-02T12:48:02.712Z] #43 163.9 CC criu/stats.o [2021-07-02T12:48:02.712Z] #43 164.3 CC criu/string.o [2021-07-02T12:48:02.969Z] #43 164.4 CC criu/sysctl.o [2021-07-02T12:48:03.532Z] #43 165.0 CC criu/sysfs_parse.o [2021-07-02T12:48:03.789Z] #43 165.2 CC criu/timens.o [2021-07-02T12:48:04.045Z] #43 165.4 CC criu/timerfd.o [2021-07-02T12:48:04.302Z] #43 165.7 CC criu/tty.o [2021-07-02T12:48:05.672Z] #43 167.0 CC criu/tun.o [2021-07-02T12:48:05.929Z] #43 167.4 CC criu/uffd.o [2021-07-02T12:48:06.860Z] #43 168.1 CC criu/util.o [2021-07-02T12:48:07.798Z] #43 169.1 CC criu/uts_ns.o [2021-07-02T12:48:07.798Z] #43 169.2 CC criu/vdso-compat.o [2021-07-02T12:48:08.055Z] #43 169.3 CC criu/vdso.o [2021-07-02T12:48:08.311Z] #43 169.7 LINK criu/built-in.o [2021-07-02T12:48:08.311Z] #43 169.9 LINK criu/criu [2021-07-02T12:48:08.873Z] #43 170.2 DEP lib/c/criu.d [2021-07-02T12:48:08.873Z] #43 170.3 CC images/rpc.pb-c.o [2021-07-02T12:48:09.436Z] #43 170.7 CC lib/c/criu.o [2021-07-02T12:48:10.000Z] #43 171.3 LINK lib/c/built-in.o [2021-07-02T12:48:10.000Z] #43 171.3 LINK lib/c/libcriu.so [2021-07-02T12:48:10.000Z] #43 171.4 LINK lib/c/libcriu.a [2021-07-02T12:48:10.000Z] #43 171.5 GEN magic.py [2021-07-02T12:48:10.257Z] #43 171.6 Note: Building without setproctitle() and strlcpy() support. [2021-07-02T12:48:10.257Z] #43 171.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-07-02T12:48:10.257Z] #43 171.6 Note: Building without GnuTLS support [2021-07-02T12:48:10.257Z] #43 171.6 Makefile.config:39: Warn: you have no libnftables installed [2021-07-02T12:48:10.257Z] #43 171.6 Makefile.config:40: Warn: Building without nftables support [2021-07-02T12:48:10.821Z] #43 172.2 fatal: not a git repository (or any of the parent directories): .git [2021-07-02T12:48:11.384Z] #43 172.7 make[1]: Nothing to be done for 'all'. [2021-07-02T12:48:11.640Z] #43 173.2 make[1]: 'images/built-in.o' is up to date. [2021-07-02T12:48:11.896Z] #43 173.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-07-02T12:48:11.896Z] #43 173.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-07-02T12:48:11.896Z] #43 173.3 make[1]: 'compel/libcompel.a' is up to date. [2021-07-02T12:48:11.896Z] #43 173.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-07-02T12:48:11.896Z] #43 173.3 make[1]: Nothing to be done for 'all'. [2021-07-02T12:48:11.896Z] #43 173.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-07-02T12:48:12.153Z] #43 173.5 make[2]: Nothing to be done for 'all'. [2021-07-02T12:48:12.153Z] #43 173.5 make[2]: Nothing to be done for 'all'. [2021-07-02T12:48:12.153Z] #43 173.6 make[2]: Nothing to be done for 'all'. [2021-07-02T12:48:12.153Z] #43 173.6 make[2]: Nothing to be done for 'all'. [2021-07-02T12:48:12.153Z] #43 173.7 make[2]: Nothing to be done for 'all'. [2021-07-02T12:48:12.153Z] #43 173.7 make[2]: Nothing to be done for 'all'. [2021-07-02T12:48:12.153Z] #43 173.7 make[2]: Nothing to be done for 'all'. [2021-07-02T12:48:12.410Z] #43 173.8 make[2]: Nothing to be done for 'all'. [2021-07-02T12:48:12.410Z] #43 173.8 INSTALL criu/criu [2021-07-02T12:48:12.666Z] #43 DONE 174.0s [2021-07-02T12:48:12.666Z] [2021-07-02T12:48:12.666Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:48:12.666Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:48:13.601Z] #53 ... [2021-07-02T12:48:13.601Z] [2021-07-02T12:48:13.601Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-07-02T12:48:13.601Z] #44 sha256:0dd7ac46e5766f1df6c7b8b643274d7e0ab91a7beab572aa1f7a907c699073d5 [2021-07-02T12:48:13.866Z] #44 DONE 0.1s [2021-07-02T12:48:13.866Z] [2021-07-02T12:48:13.866Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-07-02T12:48:13.866Z] #46 sha256:41ef4bfe574aca69e90a6d83556f0b516ee560ba2e7faf44ce2f532aa262ff0d [2021-07-02T12:48:13.866Z] #46 DONE 0.1s [2021-07-02T12:48:13.866Z] [2021-07-02T12:48:13.866Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-07-02T12:48:13.866Z] #48 sha256:d506adcd6b11bfef6c0b7951365e21e156402348e770e9a2c5dcba321a15d2f6 [2021-07-02T12:48:13.866Z] #48 DONE 0.1s [2021-07-02T12:48:13.866Z] [2021-07-02T12:48:13.866Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-07-02T12:48:13.866Z] #50 sha256:a090457950dc810bf7fdf88ea6eb8a7eceea2c2ccf6cb11b3283282e0388bc0d [2021-07-02T12:48:14.122Z] #50 DONE 0.1s [2021-07-02T12:48:14.122Z] [2021-07-02T12:48:14.122Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-07-02T12:48:14.122Z] #52 sha256:ec24e0fd1b1ed842d73ed873e08908d56bbd273d63ef41c2fe6ca601babce8ca [2021-07-02T12:48:14.122Z] #52 DONE 0.1s [2021-07-02T12:48:14.122Z] [2021-07-02T12:48:14.122Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:48:14.122Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:48:20.666Z] #53 ... [2021-07-02T12:48:20.666Z] [2021-07-02T12:48:20.666Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:48:20.666Z] #56 sha256:5aae4413d33492560ae8ca2d245e0207660beac5567ca1ef7e2146847be182b1 [2021-07-02T12:48:20.666Z] #56 206.4 + bin/containerd [2021-07-02T12:48:25.914Z] #56 ... [2021-07-02T12:48:25.914Z] [2021-07-02T12:48:25.914Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-07-02T12:48:25.914Z] #53 sha256:a92cbdaf94abb5a15623507a2b11eba957ff0736732b011b0b22a6ccd06a8a43 [2021-07-02T12:48:25.914Z] #53 133.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-07-02T12:48:25.914Z] #53 134.4 + mkdir -p /build [2021-07-02T12:48:25.914Z] #53 134.4 + cp runc /build/runc [2021-07-02T12:48:25.914Z] #53 DONE 134.6s [2021-07-02T12:48:26.173Z] [2021-07-02T12:48:26.173Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:48:26.173Z] #56 sha256:5aae4413d33492560ae8ca2d245e0207660beac5567ca1ef7e2146847be182b1 [2021-07-02T12:48:27.105Z] #56 ... [2021-07-02T12:48:27.105Z] [2021-07-02T12:48:27.105Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-07-02T12:48:27.105Z] #54 sha256:b0c4df46bb13cbcdee5e21c3eb61d7e692a3e8c998ed3ff87fe8b1e9e85bb757 [2021-07-02T12:48:27.105Z] #54 DONE 0.1s [2021-07-02T12:48:27.105Z] [2021-07-02T12:48:27.105Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-07-02T12:48:27.105Z] #56 sha256:5aae4413d33492560ae8ca2d245e0207660beac5567ca1ef7e2146847be182b1 [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-07-02T12:48:33.072Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2021-07-02T12:48:33.072Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-07-02T12:48:33.072Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 5.7% of statements [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/container [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/events [no test files] [2021-07-02T12:48:33.072Z] ok github.com/docker/docker/api/types/filters 0.001s coverage: 92.2% of statements [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/image [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/network [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-07-02T12:48:33.072Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-07-02T12:48:33.072Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-07-02T12:48:33.072Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2021-07-02T12:48:33.073Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-07-02T12:48:33.073Z] ok github.com/docker/docker/builder/remotecontext 0.375s coverage: 13.7% of statements [2021-07-02T12:48:33.073Z] ok github.com/docker/docker/builder/dockerfile 0.855s coverage: 48.5% of statements [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-07-02T12:48:33.073Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2021-07-02T12:48:33.073Z] ok github.com/docker/docker/builder/remotecontext/git 0.828s coverage: 86.3% of statements [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/cli [no test files] [2021-07-02T12:48:33.073Z] ? github.com/docker/docker/cli/config [no test files] [2021-07-02T12:48:35.136Z] ok github.com/docker/docker/client 0.101s coverage: 75.4% of statements [2021-07-02T12:48:53.618Z] #56 237.1 + bin/containerd-stress [2021-07-02T12:48:53.618Z] #56 238.9 + bin/containerd-shim [2021-07-02T12:49:00.171Z] #56 245.6 + bin/containerd-shim-runc-v1 [2021-07-02T12:49:02.287Z] ok github.com/docker/docker/cmd/dockerd 0.121s coverage: 29.1% of statements [2021-07-02T12:49:02.287Z] ok github.com/docker/docker/container 0.110s coverage: 34.5% of statements [2021-07-02T12:49:02.287Z] ? github.com/docker/docker/container/stream [no test files] [2021-07-02T12:49:02.287Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-07-02T12:49:02.287Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-07-02T12:49:02.287Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-07-02T12:49:04.346Z] #56 250.1 + bin/containerd-shim-runc-v2 [2021-07-02T12:49:05.077Z] ok github.com/docker/docker/daemon/cluster 0.049s coverage: 0.5% of statements [2021-07-02T12:49:05.276Z] #56 251.0 + binaries [2021-07-02T12:49:05.276Z] #56 251.0 + install -D bin/containerd /build/containerd [2021-07-02T12:49:05.276Z] #56 251.0 + install -D bin/containerd-shim /build/containerd-shim [2021-07-02T12:49:05.276Z] #56 251.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-07-02T12:49:05.276Z] #56 251.1 + install -D bin/ctr /build/ctr [2021-07-02T12:49:05.532Z] #56 DONE 251.4s [2021-07-02T12:49:06.121Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2021-07-02T12:49:06.463Z] [2021-07-02T12:49:06.463Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-07-02T12:49:06.463Z] #57 sha256:7d4d11e43602f63f3d88549725bbe70e8ab9a42c9270c7a6ca62a8e419b9ff4a [2021-07-02T12:49:06.463Z] #57 DONE 0.2s [2021-07-02T12:49:06.463Z] [2021-07-02T12:49:06.463Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-07-02T12:49:06.463Z] #61 sha256:bb2354aaba395aa372df3f8ef9a3b17151773445ae3b49043067684305bf5551 [2021-07-02T12:49:06.463Z] #61 DONE 0.1s [2021-07-02T12:49:06.719Z] [2021-07-02T12:49:06.719Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-07-02T12:49:06.719Z] #66 sha256:7571d39d667ea749edfc62600fc20dd77e75083b1f84eaee2e77657f84a21b14 [2021-07-02T12:49:06.975Z] #66 DONE 0.5s [2021-07-02T12:49:06.975Z] [2021-07-02T12:49:06.975Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-07-02T12:49:06.975Z] #68 sha256:3d0832370fe31484d4a5fea3e447f75b9324ee88bc2ccbeeee78c76ef381ff12 [2021-07-02T12:49:06.975Z] #68 DONE 0.0s [2021-07-02T12:49:06.975Z] [2021-07-02T12:49:06.975Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-07-02T12:49:06.975Z] #69 sha256:7fea7ff019e9f4c253f7dde8f79ca94d277a8f76fd2f915bb94323ba78763a00 [2021-07-02T12:49:06.975Z] #69 DONE 0.0s [2021-07-02T12:49:07.156Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-07-02T12:49:07.230Z] [2021-07-02T12:49:07.231Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-07-02T12:49:07.231Z] #70 sha256:733023e980ec82b42162081b10a0edd88d1f1b30c54e9c11ea9603e28629d483 [2021-07-02T12:49:10.497Z] #70 DONE 3.2s [2021-07-02T12:49:10.497Z] [2021-07-02T12:49:10.497Z] #71 exporting to image [2021-07-02T12:49:10.497Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-07-02T12:49:10.497Z] #71 exporting layers [2021-07-02T12:49:14.171Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.453s coverage: 13.8% of statements [2021-07-02T12:49:15.202Z] ok github.com/docker/docker/daemon/config 0.019s coverage: 81.8% of statements [2021-07-02T12:49:15.834Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2021-07-02T12:49:16.464Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2021-07-02T12:49:17.095Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2021-07-02T12:49:18.194Z] ok github.com/docker/docker/daemon 12.260s coverage: 17.1% of statements [2021-07-02T12:49:18.194Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-07-02T12:49:18.194Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-07-02T12:49:18.194Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-07-02T12:49:18.194Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-07-02T12:49:18.585Z] #71 exporting layers 7.6s done [2021-07-02T12:49:18.585Z] #71 writing image sha256:49a53a0aa6c075e7d3189976ecf9119e45b31baef871060e9585ed72163baa6a done [2021-07-02T12:49:18.585Z] #71 naming to docker.io/library/docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 done [2021-07-02T12:49:18.585Z] #71 DONE 7.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-07-02T12:49:18.906Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42591/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42591/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 hack/validate/default [2021-07-02T12:49:19.763Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2021-07-02T12:49:19.835Z] Congratulations! All commits are properly signed with the DCO! [2021-07-02T12:49:20.053Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.194s coverage: 56.2% of statements [2021-07-02T12:49:20.764Z] Congratulations! Seccomp profile generation is done correctly. [2021-07-02T12:49:20.764Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-07-02T12:49:24.622Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.207s coverage: 46.2% of statements [2021-07-02T12:49:25.253Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.9% of statements [2021-07-02T12:49:28.767Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.330s coverage: 49.4% of statements [2021-07-02T12:49:28.857Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2021-07-02T12:49:30.750Z] Congratulations! All API changes are done the right way. [2021-07-02T12:49:30.750Z] Congratulations! All TOML source files changed here have valid syntax. [2021-07-02T12:49:30.750Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-07-02T12:49:30.750Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-07-02T12:49:30.750Z] Congratulations! No new tests were added to integration-cli. [2021-07-02T12:49:30.750Z] [2021-07-02T12:49:30.750Z] INFO Start validation with golang-ci-lint [2021-07-02T12:49:30.750Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-07-02T12:49:30.750Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-07-02T12:49:30.750Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-07-02T12:49:34.388Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.651s coverage: 73.3% of statements [2021-07-02T12:49:34.388Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-07-02T12:49:35.418Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 57.5% of statements [2021-07-02T12:49:35.709Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.519s coverage: 57.7% of statements [2021-07-02T12:49:35.709Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-07-02T12:49:35.709Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-07-02T12:49:35.999Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2021-07-02T12:49:36.290Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2021-07-02T12:49:38.352Z] ok github.com/docker/docker/daemon/logger 0.213s coverage: 43.2% of statements [2021-07-02T12:49:38.352Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 6.7% of statements [2021-07-02T12:49:38.352Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-07-02T12:49:38.352Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-07-02T12:49:38.983Z] ok github.com/docker/docker/daemon/logger/gelf 0.014s coverage: 67.0% of statements [2021-07-02T12:49:39.614Z] ok github.com/docker/docker/daemon/logger/awslogs 0.074s coverage: 77.4% of statements [2021-07-02T12:49:39.614Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-07-02T12:49:39.614Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-07-02T12:49:39.905Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2021-07-02T12:49:40.604Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2021-07-02T12:49:40.604Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 87.2% of statements [2021-07-02T12:49:41.234Z] ok github.com/docker/docker/daemon/logger/local 0.010s coverage: 75.2% of statements [2021-07-02T12:49:41.234Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-07-02T12:49:41.524Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 55.1% of statements [2021-07-02T12:49:42.224Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.018s coverage: 31.5% of statements [2021-07-02T12:49:43.256Z] ok github.com/docker/docker/daemon/logger/syslog 0.002s coverage: 46.8% of statements [2021-07-02T12:49:43.546Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2021-07-02T12:49:44.179Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2021-07-02T12:49:44.179Z] ok github.com/docker/docker/daemon/logger/splunk 1.478s coverage: 82.5% of statements [2021-07-02T12:49:44.179Z] ? github.com/docker/docker/daemon/names [no test files] [2021-07-02T12:49:44.179Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-07-02T12:49:45.210Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2021-07-02T12:49:45.909Z] ok github.com/docker/docker/distribution 0.273s coverage: 25.0% of statements [2021-07-02T12:49:45.909Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-07-02T12:49:46.540Z] ok github.com/docker/docker/errdefs 0.002s coverage: 53.1% of statements [2021-07-02T12:49:47.572Z] ok github.com/docker/docker/image 0.013s coverage: 86.8% of statements [2021-07-02T12:49:47.862Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2021-07-02T12:49:48.153Z] ok github.com/docker/docker/distribution/xfer 1.878s coverage: 85.6% of statements [2021-07-02T12:49:48.153Z] ? github.com/docker/docker/dockerversion [no test files] [2021-07-02T12:49:48.153Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-07-02T12:49:48.443Z] ok github.com/docker/docker/image/v1 0.011s coverage: 25.0% of statements [2021-07-02T12:49:48.443Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-07-02T12:49:49.074Z] ok github.com/docker/docker/libcontainerd/queue 0.037s coverage: 100.0% of statements [2021-07-02T12:49:50.105Z] ok github.com/docker/docker/oci 0.004s coverage: 38.4% of statements [2021-07-02T12:49:50.396Z] ok github.com/docker/docker/opts 0.014s coverage: 67.1% of statements [2021-07-02T12:49:50.396Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-07-02T12:49:51.427Z] ok github.com/docker/docker/pkg/archive 0.211s coverage: 82.1% of statements [2021-07-02T12:49:52.457Z] ok github.com/docker/docker/pkg/authorization 0.162s coverage: 68.3% of statements [2021-07-02T12:49:52.457Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-07-02T12:49:52.746Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2021-07-02T12:49:57.186Z] ok github.com/docker/docker/pkg/chrootarchive 3.481s coverage: 43.2% of statements [2021-07-02T12:49:57.186Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-07-02T12:49:57.186Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2021-07-02T12:49:57.476Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 97.6% of statements [2021-07-02T12:49:57.766Z] ok github.com/docker/docker/layer 7.905s coverage: 68.8% of statements [2021-07-02T12:49:57.766Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-07-02T12:49:57.766Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-07-02T12:49:57.766Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-07-02T12:49:57.766Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-07-02T12:49:57.766Z] ? github.com/docker/docker/oci/caps [no test files] [2021-07-02T12:49:57.766Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-07-02T12:49:57.766Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-07-02T12:49:58.397Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2021-07-02T12:49:58.687Z] ok github.com/docker/docker/pkg/discovery/nodes 0.001s coverage: 93.8% of statements [2021-07-02T12:49:58.978Z] ok github.com/docker/docker/pkg/dmesg 0.001s coverage: 83.3% of statements [2021-07-02T12:50:00.009Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2021-07-02T12:50:00.639Z] ok github.com/docker/docker/pkg/fileutils 0.026s coverage: 89.5% of statements [2021-07-02T12:50:01.271Z] ok github.com/docker/docker/pkg/discovery/kv 3.107s coverage: 84.1% of statements [2021-07-02T12:50:01.271Z] ok github.com/docker/docker/pkg/fsutils 0.401s coverage: 85.1% of statements [2021-07-02T12:50:01.561Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2021-07-02T12:50:02.191Z] ok github.com/docker/docker/pkg/idtools 0.326s coverage: 69.5% of statements [2021-07-02T12:50:02.482Z] ok github.com/docker/docker/pkg/ioutils 0.316s coverage: 70.6% of statements [2021-07-02T12:50:02.482Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2021-07-02T12:50:02.482Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-07-02T12:50:02.772Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2021-07-02T12:50:02.773Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-07-02T12:50:02.773Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-07-02T12:50:02.773Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2021-07-02T12:50:02.773Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-07-02T12:50:02.773Z] ok github.com/docker/docker/pkg/parsers 0.011s coverage: 97.0% of statements [2021-07-02T12:50:03.063Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2021-07-02T12:50:03.353Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2021-07-02T12:50:03.353Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2021-07-02T12:50:03.353Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-07-02T12:50:03.353Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-07-02T12:50:03.984Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.024s coverage: 56.8% of statements [2021-07-02T12:50:04.615Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2021-07-02T12:50:04.615Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2021-07-02T12:50:04.905Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-07-02T12:50:06.408Z] ok github.com/docker/docker/pkg/pubsub 1.028s coverage: 75.0% of statements [2021-07-02T12:50:06.408Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2021-07-02T12:50:10.849Z] ok github.com/docker/docker/pkg/signal 3.343s coverage: 62.3% of statements [2021-07-02T12:50:10.849Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-07-02T12:50:10.849Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-07-02T12:50:10.849Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-07-02T12:50:11.480Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2021-07-02T12:50:11.770Z] ok github.com/docker/docker/pkg/system 0.044s coverage: 36.9% of statements [2021-07-02T12:50:12.063Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2021-07-02T12:50:12.353Z] ok github.com/docker/docker/pkg/tarsum 0.030s coverage: 89.3% of statements [2021-07-02T12:50:12.643Z] testing: warning: no tests to run [2021-07-02T12:50:12.643Z] coverage: [no statements] [2021-07-02T12:50:12.643Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-07-02T12:50:12.934Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2021-07-02T12:50:13.225Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-07-02T12:50:13.225Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-07-02T12:50:14.863Z] ok github.com/docker/docker/plugin 0.557s coverage: 23.2% of statements [2021-07-02T12:50:15.504Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-07-02T12:50:15.794Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 86.4% of statements [2021-07-02T12:50:17.297Z] ok github.com/docker/docker/quota 0.647s coverage: 71.4% of statements [2021-07-02T12:50:17.587Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2021-07-02T12:50:18.618Z] ok github.com/docker/docker/registry 0.084s coverage: 57.2% of statements [2021-07-02T12:50:19.248Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2021-07-02T12:50:19.248Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2021-07-02T12:50:19.879Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2021-07-02T12:50:20.169Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2021-07-02T12:50:22.231Z] ok github.com/docker/docker/volume/drivers 0.002s coverage: 36.1% of statements [2021-07-02T12:50:23.262Z] ok github.com/docker/docker/volume/local 0.300s coverage: 76.4% of statements [2021-07-02T12:50:23.552Z] ok github.com/docker/docker/volume/mounts 0.021s coverage: 67.0% of statements [2021-07-02T12:50:24.584Z] ok github.com/docker/docker/volume/service 0.008s coverage: 73.1% of statements [2021-07-02T12:50:39.905Z] ok github.com/docker/docker/pkg/plugins 33.610s coverage: 76.6% of statements [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/pkg/term [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/rootless [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/testutil/request [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/volume [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-07-02T12:50:39.905Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-07-02T12:50:39.905Z] [2021-07-02T12:50:39.905Z] === Skipped [2021-07-02T12:50:39.905Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-07-02T12:50:39.905Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-07-02T12:50:39.905Z] [2021-07-02T12:50:39.905Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-07-02T12:50:39.905Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-07-02T12:50:39.905Z] [2021-07-02T12:50:39.905Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-07-02T12:50:39.905Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.905Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T12:50:39.905Z] [2021-07-02T12:50:39.905Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-07-02T12:50:39.905Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.905Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T12:50:39.905Z] [2021-07-02T12:50:39.905Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-07-02T12:50:39.905Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.905Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T12:50:39.905Z] [2021-07-02T12:50:39.905Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:73: No driver to put! [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-07-02T12:50:39.906Z] time="2021-07-02T12:49:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-07-02T12:50:39.906Z] time="2021-07-02T12:49:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-07-02T12:50:39.906Z] time="2021-07-02T12:49:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-07-02T12:50:39.906Z] time="2021-07-02T12:49:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-07-02T12:50:39.906Z] time="2021-07-02T12:49:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:73: No driver to put! [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-07-02T12:50:39.906Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-07-02T12:50:39.906Z] overlay_test.go:49: Fails to compute changes intermittently [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-07-02T12:50:39.906Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T12:50:39.906Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-07-02T12:50:39.906Z] graphtest_unix.go:73: No driver to put! [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-07-02T12:50:39.906Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-07-02T12:50:39.906Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] [2021-07-02T12:50:39.906Z] DONE 2230 tests, 26 skipped in 191.223s Post stage [Pipeline] junit [2021-07-02T12:50:39.951Z] Recording test results [2021-07-02T12:50:41.540Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-07-02T12:50:41.959Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42591/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 hack/make.sh dynbinary test-integration [2021-07-02T12:50:42.249Z] [2021-07-02T12:50:42.249Z] Removing bundles/ [2021-07-02T12:50:42.249Z] [2021-07-02T12:50:42.249Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-07-02T12:50:42.540Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-07-02T12:50:42.540Z] GOOS="" GOARCH="" GOARM="" [2021-07-02T12:51:37.178Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|types_sizes|deps|exports_file|files|imports) took 2m0.703300938s [2021-07-02T12:51:37.178Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 452.901468ms [2021-07-02T12:51:39.505Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-07-02T12:51:39.505Z] [2021-07-02T12:51:39.505Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-07-02T12:51:39.505Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-07-02T12:51:39.505Z] HOSTNAME=339e26b5362d [2021-07-02T12:51:39.505Z] TESTDEBUG=0 [2021-07-02T12:51:39.505Z] DEST=bundles/test-integration [2021-07-02T12:51:39.505Z] PWD=/go/src/github.com/docker/docker [2021-07-02T12:51:39.505Z] DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 [2021-07-02T12:51:39.505Z] container=docker [2021-07-02T12:51:39.505Z] HOME=/root [2021-07-02T12:51:39.505Z] GOLANG_VERSION=1.13.15 [2021-07-02T12:51:39.505Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-07-02T12:51:39.505Z] VALIDATE_BRANCH=20.10 [2021-07-02T12:51:39.505Z] TERM=xterm [2021-07-02T12:51:39.505Z] DOCKER_PKG=github.com/docker/docker [2021-07-02T12:51:39.505Z] SHLVL=1 [2021-07-02T12:51:39.505Z] TIMEOUT=120m [2021-07-02T12:51:39.505Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-07-02T12:51:39.505Z] DOCKER_GRAPHDRIVER=overlay2 [2021-07-02T12:51:39.505Z] GO111MODULE=off [2021-07-02T12:51:39.505Z] DOCKER_EXPERIMENTAL=1 [2021-07-02T12:51:39.505Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-07-02T12:51:39.505Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-07-02T12:51:39.505Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-07-02T12:51:39.505Z] GOPATH=/go [2021-07-02T12:51:39.505Z] PKG_CONFIG=pkg-config [2021-07-02T12:51:39.505Z] _=/usr/bin/env [2021-07-02T12:51:39.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-07-02T12:51:58.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-07-02T12:51:59.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-07-02T12:52:11.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-07-02T12:52:18.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-07-02T12:52:19.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-07-02T12:52:20.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-07-02T12:52:20.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-07-02T12:52:20.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-07-02T12:52:21.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-07-02T12:52:23.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-07-02T12:52:24.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-07-02T12:52:26.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-07-02T12:52:26.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-07-02T12:52:27.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-07-02T12:52:28.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-07-02T12:52:29.422Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-07-02T12:52:30.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-07-02T12:52:31.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-07-02T12:52:31.762Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-07-02T12:52:31.763Z] Using test binary docker [2021-07-02T12:52:31.763Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-07-02T12:52:31.763Z] +++ /etc/init.d/apparmor start [2021-07-02T12:52:31.763Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-07-02T12:52:31.763Z] INFO: Waiting for daemon to start... [2021-07-02T12:52:31.763Z] Starting dockerd [2021-07-02T12:52:31.763Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-07-02T12:52:33.972Z] . [2021-07-02T12:52:33.972Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-07-02T12:52:33.972Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-07-02T12:52:33.972Z] Error: No such image: emptyfs [2021-07-02T12:52:33.972Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-07-02T12:52:33.972Z] ++++ docker load [2021-07-02T12:52:33.972Z] Running integration-test (iteration 1) [2021-07-02T12:52:33.972Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-07-02T12:52:33.972Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:52:33.972Z] ++ set -e [2021-07-02T12:52:33.972Z] ++ '[' -n 0 ']' [2021-07-02T12:52:33.972Z] ++ set -x [2021-07-02T12:52:33.972Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:52:42.493Z] Loaded image: buildpack-deps:buster [2021-07-02T12:52:42.493Z] Loaded image: busybox:latest [2021-07-02T12:52:42.493Z] Loaded image: busybox:glibc [2021-07-02T12:52:43.995Z] Loaded image: debian:bullseye [2021-07-02T12:52:43.995Z] Loaded image: hello-world:latest [2021-07-02T12:52:43.995Z] Loaded image: arm32v7/hello-world:latest [2021-07-02T12:52:43.995Z] INFO: Testing against a local daemon [2021-07-02T12:52:43.995Z] === RUN TestCgroupNamespacesBuild [2021-07-02T12:52:47.502Z] --- PASS: TestCgroupNamespacesBuild (2.73s) [2021-07-02T12:52:47.502Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-07-02T12:52:49.006Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.98s) [2021-07-02T12:52:49.006Z] === RUN TestBuildWithSession [2021-07-02T12:52:49.006Z] --- SKIP: TestBuildWithSession (0.00s) [2021-07-02T12:52:49.006Z] build_session_test.go:25: TODO: BuildKit [2021-07-02T12:52:49.006Z] === RUN TestBuildSquashParent [2021-07-02T12:52:57.474Z] --- PASS: TestBuildSquashParent (7.93s) [2021-07-02T12:52:57.474Z] === RUN TestBuildWithRemoveAndForceRemove [2021-07-02T12:52:57.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-02T12:52:57.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-02T12:52:57.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-02T12:52:57.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-02T12:52:57.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-02T12:52:57.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-02T12:52:57.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-02T12:52:57.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-02T12:52:57.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-02T12:52:57.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-02T12:52:57.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-02T12:52:57.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-02T12:52:57.474Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-02T12:52:57.474Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-02T12:52:58.570Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.201518109s with top 10 stages: buildssa: 1m40.263822543s, goimports: 21.809363542s, unconvert: 12.540948702s, gosec: 10.460080159s, golint: 5.517936859s, ineffassign: 4.622584723s, misspell: 4.023922794s, inspect: 3.56046569s, vrp: 2.224445804s, printf: 1.894405513s [2021-07-02T12:52:59.592Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-02T12:52:59.882Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-02T12:53:02.607Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-02T12:53:02.607Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-02T12:53:05.363Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-07-02T12:53:05.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.90s) [2021-07-02T12:53:05.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.01s) [2021-07-02T12:53:05.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.89s) [2021-07-02T12:53:05.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.84s) [2021-07-02T12:53:05.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.74s) [2021-07-02T12:53:05.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.81s) [2021-07-02T12:53:05.363Z] === RUN TestBuildMultiStageCopy [2021-07-02T12:53:05.363Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-07-02T12:53:08.905Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-07-02T12:53:08.905Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-07-02T12:53:09.580Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-07-02T12:53:10.211Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-07-02T12:53:10.749Z] INFO [runner/unused/goanalysis] analyzers took 27.233648444s with top 10 stages: buildssa: 23.24665393s, U1000: 3.986994514s [2021-07-02T12:53:10.749Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2021-07-02T12:53:10.749Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, cgo: 1682/2262, exclude-rules: 64/1577, path_prettifier: 1682/1682, autogenerated_exclude: 1577/1682, skip_dirs: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, filename_unadjuster: 1682/1682, skip_files: 1682/1682 [2021-07-02T12:53:10.749Z] INFO [runner] processing took 149.514257ms with stages: nolint: 59.743333ms, identifier_marker: 42.378523ms, path_prettifier: 28.318601ms, autogenerated_exclude: 7.261311ms, exclude-rules: 6.440539ms, skip_dirs: 3.713102ms, cgo: 894.648µs, filename_unadjuster: 752.602µs, path_shortener: 5.802µs, max_same_issues: 1.645µs, uniq_by_line: 989ns, max_from_linter: 616ns, diff: 584ns, source_code: 570ns, skip_files: 557ns, exclude: 516ns, max_per_file_from_linter: 319ns [2021-07-02T12:53:10.749Z] INFO [runner] linters took 1m38.822486234s with stages: goanalysis_metalinter: 1m19.16006669s, unused: 19.512630617s [2021-07-02T12:53:10.749Z] INFO File cache stats: 1451 entries of total size 6.8MiB [2021-07-02T12:53:10.842Z] --- PASS: TestBuildMultiStageCopy (5.51s) [2021-07-02T12:53:10.842Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.00s) [2021-07-02T12:53:10.842Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2021-07-02T12:53:10.842Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2021-07-02T12:53:10.842Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s) [2021-07-02T12:53:10.842Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.71s) [2021-07-02T12:53:10.842Z] === RUN TestBuildMultiStageParentConfig [2021-07-02T12:53:11.313Z] INFO Memory: 1651 samples, avg is 250.2MB, max is 3495.2MB [2021-07-02T12:53:11.313Z] INFO Execution took 3m40.734306749s [2021-07-02T12:53:11.569Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-07-02T12:53:12.449Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42591/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 hack/make.sh dynbinary-daemon test-docker-py [2021-07-02T12:53:12.707Z] [2021-07-02T12:53:12.903Z] --- PASS: TestBuildMultiStageParentConfig (1.66s) [2021-07-02T12:53:12.903Z] === RUN TestBuildLabelWithTargets [2021-07-02T12:53:12.966Z] Removing bundles/ [2021-07-02T12:53:12.966Z] [2021-07-02T12:53:12.966Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-07-02T12:53:12.966Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-07-02T12:53:12.966Z] GOOS="" GOARCH="" GOARM="" [2021-07-02T12:53:15.035Z] --- PASS: TestBuildLabelWithTargets (2.52s) [2021-07-02T12:53:15.035Z] === RUN TestBuildWithEmptyLayers [2021-07-02T12:53:16.633Z] --- PASS: TestBuildWithEmptyLayers (1.14s) [2021-07-02T12:53:16.633Z] === RUN TestBuildMultiStageOnBuild [2021-07-02T12:53:20.198Z] --- PASS: TestBuildMultiStageOnBuild (3.41s) [2021-07-02T12:53:20.198Z] === RUN TestBuildUncleanTarFilenames [2021-07-02T12:53:21.228Z] --- PASS: TestBuildUncleanTarFilenames (1.41s) [2021-07-02T12:53:21.228Z] === RUN TestBuildMultiStageLayerLeak [2021-07-02T12:53:24.735Z] --- PASS: TestBuildMultiStageLayerLeak (3.41s) [2021-07-02T12:53:24.735Z] === RUN TestBuildWithHugeFile [2021-07-02T12:53:51.925Z] --- PASS: TestBuildWithHugeFile (27.33s) [2021-07-02T12:53:51.925Z] === RUN TestBuildWithEmptyDockerfile [2021-07-02T12:53:52.215Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-02T12:53:52.215Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-02T12:53:52.215Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-02T12:53:52.215Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-02T12:53:52.215Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-02T12:53:52.215Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-02T12:53:52.215Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-02T12:53:52.215Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-02T12:53:52.505Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-02T12:53:52.505Z] --- PASS: TestBuildWithEmptyDockerfile (0.27s) [2021-07-02T12:53:52.505Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2021-07-02T12:53:52.505Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-07-02T12:53:52.505Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-07-02T12:53:52.505Z] === RUN TestBuildPreserveOwnership [2021-07-02T12:53:52.505Z] === RUN TestBuildPreserveOwnership/copy_from [2021-07-02T12:53:58.070Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-07-02T12:54:00.195Z] --- PASS: TestBuildPreserveOwnership (7.52s) [2021-07-02T12:54:00.195Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.93s) [2021-07-02T12:54:00.195Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.58s) [2021-07-02T12:54:00.195Z] === RUN TestBuildPlatformInvalid [2021-07-02T12:54:00.195Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2021-07-02T12:54:00.195Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-07-02T12:54:10.697Z] Loaded image: buildpack-deps:buster [2021-07-02T12:54:10.697Z] Loaded image: busybox:latest [2021-07-02T12:54:10.697Z] Loaded image: busybox:glibc [2021-07-02T12:54:10.697Z] Loaded image: debian:bullseye [2021-07-02T12:54:10.697Z] Loaded image: hello-world:latest [2021-07-02T12:54:10.987Z] Loaded image: arm32v7/hello-world:latest [2021-07-02T12:54:17.915Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.34s) [2021-07-02T12:54:17.915Z] PASS [2021-07-02T12:54:17.915Z] [2021-07-02T12:54:17.915Z] === Skipped [2021-07-02T12:54:17.915Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-07-02T12:54:17.915Z] build_session_test.go:25: TODO: BuildKit [2021-07-02T12:54:17.915Z] [2021-07-02T12:54:17.915Z] [2021-07-02T12:54:17.915Z] DONE 33 tests, 1 skipped in 103.509s [2021-07-02T12:54:17.915Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-07-02T12:54:17.915Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:54:17.915Z] ++ set -e [2021-07-02T12:54:17.915Z] ++ '[' -n 0 ']' [2021-07-02T12:54:17.915Z] ++ set -x [2021-07-02T12:54:17.915Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:54:17.915Z] INFO: Testing against a local daemon [2021-07-02T12:54:17.915Z] === RUN TestConfigInspect [2021-07-02T12:54:22.372Z] --- PASS: TestConfigInspect (4.27s) [2021-07-02T12:54:22.372Z] === RUN TestConfigList [2021-07-02T12:54:25.969Z] --- PASS: TestConfigList (3.64s) [2021-07-02T12:54:25.969Z] === RUN TestConfigsCreateAndDelete [2021-07-02T12:54:29.487Z] --- PASS: TestConfigsCreateAndDelete (3.73s) [2021-07-02T12:54:29.487Z] === RUN TestConfigsUpdate [2021-07-02T12:54:33.079Z] --- PASS: TestConfigsUpdate (3.67s) [2021-07-02T12:54:33.079Z] === RUN TestTemplatedConfig [2021-07-02T12:54:37.533Z] --- PASS: TestTemplatedConfig (4.05s) [2021-07-02T12:54:37.533Z] === RUN TestConfigCreateResolve [2021-07-02T12:54:41.141Z] --- PASS: TestConfigCreateResolve (3.78s) [2021-07-02T12:54:41.141Z] === RUN TestConfigDaemonLibtrustID [2021-07-02T12:54:41.433Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2021-07-02T12:54:41.433Z] PASS [2021-07-02T12:54:41.433Z] [2021-07-02T12:54:41.433Z] DONE 7 tests in 23.856s [2021-07-02T12:54:41.433Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-07-02T12:54:41.433Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:54:41.433Z] ++ set -e [2021-07-02T12:54:41.433Z] ++ '[' -n 0 ']' [2021-07-02T12:54:41.433Z] ++ set -x [2021-07-02T12:54:41.433Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:54:41.724Z] INFO: Testing against a local daemon [2021-07-02T12:54:41.724Z] === RUN TestCheckpoint [2021-07-02T12:54:41.724Z] --- SKIP: TestCheckpoint (0.00s) [2021-07-02T12:54:41.724Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-02T12:54:41.724Z] === RUN TestContainerInvalidJSON [2021-07-02T12:54:41.724Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-07-02T12:54:41.724Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-07-02T12:54:41.724Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-07-02T12:54:41.724Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-07-02T12:54:41.724Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-07-02T12:54:41.724Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-07-02T12:54:41.724Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-07-02T12:54:41.724Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-07-02T12:54:41.724Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-07-02T12:54:41.724Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-07-02T12:54:41.724Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-07-02T12:54:41.724Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-07-02T12:54:41.724Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-07-02T12:54:41.724Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-07-02T12:54:42.016Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2021-07-02T12:54:42.016Z] === RUN TestCopyFromContainerPathIsNotDir [2021-07-02T12:54:42.016Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2021-07-02T12:54:42.016Z] === RUN TestCopyToContainerPathDoesNotExist [2021-07-02T12:54:42.308Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2021-07-02T12:54:42.308Z] === RUN TestCopyToContainerPathIsNotDir [2021-07-02T12:54:42.308Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2021-07-02T12:54:42.308Z] === RUN TestCopyFromContainer [2021-07-02T12:54:45.083Z] === RUN TestCopyFromContainer// [2021-07-02T12:54:45.083Z] === RUN TestCopyFromContainer//bar/root [2021-07-02T12:54:45.083Z] === RUN TestCopyFromContainer//bar/root/ [2021-07-02T12:54:45.083Z] === RUN TestCopyFromContainer/bar/quux [2021-07-02T12:54:45.083Z] === RUN TestCopyFromContainer/bar/quux/ [2021-07-02T12:54:45.408Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-07-02T12:54:45.408Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-07-02T12:54:45.408Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-07-02T12:54:45.700Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-07-02T12:54:45.700Z] === RUN TestCopyFromContainer/bar/notarget [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer (3.42s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-07-02T12:54:45.700Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-07-02T12:54:45.700Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-07-02T12:54:45.700Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-02T12:54:45.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-02T12:54:45.700Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-02T12:54:45.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-02T12:54:45.700Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-02T12:54:45.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-02T12:54:45.700Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-02T12:54:45.700Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-02T12:54:45.700Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-02T12:54:45.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-07-02T12:54:45.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-07-02T12:54:45.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-07-02T12:54:45.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-07-02T12:54:45.700Z] === RUN TestCreateLinkToNonExistingContainer [2021-07-02T12:54:46.003Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-07-02T12:54:46.003Z] === RUN TestCreateWithInvalidEnv [2021-07-02T12:54:46.003Z] === RUN TestCreateWithInvalidEnv/0 [2021-07-02T12:54:46.003Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-07-02T12:54:46.003Z] === RUN TestCreateWithInvalidEnv/1 [2021-07-02T12:54:46.003Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-07-02T12:54:46.003Z] === RUN TestCreateWithInvalidEnv/2 [2021-07-02T12:54:46.003Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-07-02T12:54:46.003Z] === CONT TestCreateWithInvalidEnv/0 [2021-07-02T12:54:46.003Z] === CONT TestCreateWithInvalidEnv/2 [2021-07-02T12:54:46.003Z] === CONT TestCreateWithInvalidEnv/1 [2021-07-02T12:54:46.003Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-07-02T12:54:46.003Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-07-02T12:54:46.003Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-07-02T12:54:46.003Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-07-02T12:54:46.003Z] === RUN TestCreateTmpfsMountsTarget [2021-07-02T12:54:46.003Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-07-02T12:54:46.003Z] === RUN TestCreateWithCustomMaskedPaths [2021-07-02T12:54:48.741Z] --- PASS: TestCreateWithCustomMaskedPaths (2.88s) [2021-07-02T12:54:48.741Z] === RUN TestCreateWithCustomReadonlyPaths [2021-07-02T12:54:49.363Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-07-02T12:54:49.363Z] [2021-07-02T12:54:49.363Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-07-02T12:54:49.363Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-07-02T12:54:49.363Z] Using test binary docker [2021-07-02T12:54:49.363Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-07-02T12:54:49.363Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-07-02T12:54:49.363Z] INFO: Waiting for daemon to start... [2021-07-02T12:54:49.363Z] Starting dockerd [2021-07-02T12:54:49.363Z] . [2021-07-02T12:54:49.363Z] INFO: Building docker-sdk-python3:4.4.1... [2021-07-02T12:54:52.317Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.00s) [2021-07-02T12:54:52.318Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-07-02T12:54:52.318Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-02T12:54:52.318Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-02T12:54:52.318Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-02T12:54:52.318Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-02T12:54:52.318Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-02T12:54:52.318Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-02T12:54:52.318Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-02T12:54:52.318Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-02T12:54:52.318Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-02T12:54:52.318Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-02T12:54:52.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-02T12:54:52.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-02T12:54:52.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-02T12:54:52.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-02T12:54:52.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-02T12:54:52.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-07-02T12:54:52.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-07-02T12:54:52.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-07-02T12:54:52.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-07-02T12:54:52.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-07-02T12:54:52.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-07-02T12:54:52.318Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-07-02T12:54:52.609Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.97s) [2021-07-02T12:54:52.609Z] === RUN TestCreateDifferentPlatform [2021-07-02T12:54:52.903Z] === RUN TestCreateDifferentPlatform/different_os [2021-07-02T12:54:52.903Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-07-02T12:54:52.903Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-07-02T12:54:52.903Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-07-02T12:54:52.903Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-07-02T12:54:52.903Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-07-02T12:54:52.903Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-07-02T12:54:52.903Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-07-02T12:54:52.903Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2021-07-02T12:54:52.903Z] === RUN TestContainerStartOnDaemonRestart [2021-07-02T12:54:52.903Z] === PAUSE TestContainerStartOnDaemonRestart [2021-07-02T12:54:52.903Z] === RUN TestDaemonRestartIpcMode [2021-07-02T12:54:52.903Z] === PAUSE TestDaemonRestartIpcMode [2021-07-02T12:54:52.903Z] === RUN TestDaemonHostGatewayIP [2021-07-02T12:54:52.903Z] === PAUSE TestDaemonHostGatewayIP [2021-07-02T12:54:52.903Z] === RUN TestRestartDaemonWithRestartingContainer [2021-07-02T12:54:52.903Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-07-02T12:54:52.903Z] === RUN TestContainerKillOnDaemonStart [2021-07-02T12:54:52.903Z] === PAUSE TestContainerKillOnDaemonStart [2021-07-02T12:54:52.903Z] === RUN TestDiff [2021-07-02T12:54:53.937Z] --- PASS: TestDiff (0.96s) [2021-07-02T12:54:53.938Z] === RUN TestExecWithCloseStdin [2021-07-02T12:54:54.974Z] --- PASS: TestExecWithCloseStdin (1.20s) [2021-07-02T12:54:54.974Z] === RUN TestExec [2021-07-02T12:54:56.482Z] --- PASS: TestExec (1.23s) [2021-07-02T12:54:56.482Z] === RUN TestExecUser [2021-07-02T12:54:57.517Z] --- PASS: TestExecUser (1.17s) [2021-07-02T12:54:57.517Z] === RUN TestExportContainerAndImportImage [2021-07-02T12:54:59.028Z] --- PASS: TestExportContainerAndImportImage (1.34s) [2021-07-02T12:54:59.028Z] === RUN TestExportContainerAfterDaemonRestart [2021-07-02T12:55:00.574Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2021-07-02T12:55:00.574Z] === RUN TestHealthCheckWorkdir [2021-07-02T12:55:01.796Z] --- PASS: TestHealthCheckWorkdir (1.48s) [2021-07-02T12:55:01.796Z] === RUN TestHealthKillContainer [2021-07-02T12:55:05.314Z] --- PASS: TestHealthKillContainer (3.21s) [2021-07-02T12:55:05.314Z] === RUN TestInspectCpusetInConfigPre120 [2021-07-02T12:55:06.350Z] --- PASS: TestInspectCpusetInConfigPre120 (1.02s) [2021-07-02T12:55:06.350Z] === RUN TestIpcModeNone [2021-07-02T12:55:07.387Z] --- PASS: TestIpcModeNone (1.19s) [2021-07-02T12:55:07.387Z] === RUN TestIpcModePrivate [2021-07-02T12:55:08.424Z] --- PASS: TestIpcModePrivate (1.20s) [2021-07-02T12:55:08.424Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:119, shared: false, mustBeShared: false [2021-07-02T12:55:08.424Z] === RUN TestIpcModeShareable [2021-07-02T12:55:09.934Z] --- PASS: TestIpcModeShareable (1.32s) [2021-07-02T12:55:09.934Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:113, shared: true, mustBeShared: true [2021-07-02T12:55:09.934Z] === RUN TestAPIIpcModeShareableAndContainer [2021-07-02T12:55:13.453Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.59s) [2021-07-02T12:55:13.453Z] === RUN TestAPIIpcModeHost [2021-07-02T12:55:14.489Z] --- PASS: TestAPIIpcModeHost (1.08s) [2021-07-02T12:55:14.489Z] === RUN TestDaemonIpcModeShareable [2021-07-02T12:55:16.558Z] --- PASS: TestDaemonIpcModeShareable (2.09s) [2021-07-02T12:55:16.558Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:123, shared: true, mustBeShared: true [2021-07-02T12:55:16.558Z] === RUN TestDaemonIpcModePrivate [2021-07-02T12:55:18.625Z] --- PASS: TestDaemonIpcModePrivate (2.08s) [2021-07-02T12:55:18.625Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:129, shared: false, mustBeShared: false [2021-07-02T12:55:18.625Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-07-02T12:55:20.694Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.04s) [2021-07-02T12:55:20.694Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:129, shared: false, mustBeShared: false [2021-07-02T12:55:20.694Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-07-02T12:55:22.795Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.07s) [2021-07-02T12:55:22.795Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:123, shared: true, mustBeShared: true [2021-07-02T12:55:22.795Z] === RUN TestIpcModeOlderClient [2021-07-02T12:55:22.795Z] === PAUSE TestIpcModeOlderClient [2021-07-02T12:55:22.795Z] === RUN TestKillContainerInvalidSignal [2021-07-02T12:55:23.829Z] --- PASS: TestKillContainerInvalidSignal (0.98s) [2021-07-02T12:55:23.829Z] === RUN TestKillContainer [2021-07-02T12:55:23.829Z] === RUN TestKillContainer/no_signal [2021-07-02T12:55:24.864Z] === RUN TestKillContainer/non_killing_signal [2021-07-02T12:55:25.500Z] === RUN TestKillContainer/killing_signal [2021-07-02T12:55:27.009Z] --- PASS: TestKillContainer (3.11s) [2021-07-02T12:55:27.009Z] --- PASS: TestKillContainer/no_signal (1.04s) [2021-07-02T12:55:27.009Z] --- PASS: TestKillContainer/non_killing_signal (0.67s) [2021-07-02T12:55:27.009Z] --- PASS: TestKillContainer/killing_signal (1.01s) [2021-07-02T12:55:27.009Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-07-02T12:55:27.009Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-07-02T12:55:28.030Z] sha256:1f034a4f305977172b3f1893ae4e3ba6d30d3300c1cd33ffbbcbe6efb80ccf04 [2021-07-02T12:55:28.030Z] INFO: Starting docker-py tests... [2021-07-02T12:55:28.047Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-07-02T12:55:28.959Z] ============================= test session starts ============================== [2021-07-02T12:55:28.959Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-07-02T12:55:28.959Z] rootdir: /src, inifile: pytest.ini [2021-07-02T12:55:28.959Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-07-02T12:55:29.081Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.05s) [2021-07-02T12:55:29.082Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.05s) [2021-07-02T12:55:29.082Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2021-07-02T12:55:29.082Z] === RUN TestKillStoppedContainer [2021-07-02T12:55:29.082Z] --- PASS: TestKillStoppedContainer (0.11s) [2021-07-02T12:55:29.082Z] === RUN TestKillStoppedContainerAPIPre120 [2021-07-02T12:55:29.082Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2021-07-02T12:55:29.082Z] === RUN TestKillDifferentUserContainer [2021-07-02T12:55:29.888Z] collected 389 items / 1 deselected / 388 selected [2021-07-02T12:55:29.888Z] [2021-07-02T12:55:30.116Z] --- PASS: TestKillDifferentUserContainer (1.03s) [2021-07-02T12:55:30.116Z] === RUN TestInspectOomKilledTrue [2021-07-02T12:55:30.116Z] --- SKIP: TestInspectOomKilledTrue (0.02s) [2021-07-02T12:55:30.116Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-02T12:55:30.116Z] === RUN TestInspectOomKilledFalse [2021-07-02T12:55:30.116Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-07-02T12:55:30.117Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-02T12:55:30.117Z] === RUN TestLinksEtcHostsContentMatch [2021-07-02T12:55:31.151Z] --- PASS: TestLinksEtcHostsContentMatch (0.81s) [2021-07-02T12:55:31.151Z] === RUN TestLinksContainerNames [2021-07-02T12:55:33.219Z] --- PASS: TestLinksContainerNames (1.98s) [2021-07-02T12:55:33.219Z] === RUN TestLogsFollowTailEmpty [2021-07-02T12:55:34.254Z] --- PASS: TestLogsFollowTailEmpty (1.04s) [2021-07-02T12:55:34.254Z] === RUN TestContainerNetworkMountsNoChown [2021-07-02T12:55:35.289Z] --- PASS: TestContainerNetworkMountsNoChown (0.99s) [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/default [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/default [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/private [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/private [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rprivate [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rprivate [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/slave [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/slave [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rslave [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rslave [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/shared [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/shared [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rshared [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rshared [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/default [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/default/bind_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/default/mount_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/default/bind_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rshared [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rprivate [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/shared [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rslave [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/slave [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/private [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/private/bind_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-07-02T12:55:35.289Z] === RUN TestMountDaemonRoot/private/mount_root [2021-07-02T12:55:35.289Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/default/mount_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-07-02T12:55:35.289Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-07-02T12:55:35.582Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-07-02T12:55:35.874Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-07-02T12:55:35.874Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-07-02T12:55:35.874Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-07-02T12:55:35.874Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-07-02T12:55:35.874Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-07-02T12:55:35.874Z] === CONT TestMountDaemonRoot/private/mount_root [2021-07-02T12:55:35.874Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-07-02T12:55:35.874Z] === CONT TestMountDaemonRoot/private/bind_root [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot (0.01s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-07-02T12:55:35.874Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-07-02T12:55:35.874Z] === RUN TestContainerBindMountNonRecursive [2021-07-02T12:55:38.606Z] --- PASS: TestContainerBindMountNonRecursive (2.36s) [2021-07-02T12:55:38.606Z] === RUN TestContainerVolumesMountedAsShared [2021-07-02T12:55:39.239Z] --- PASS: TestContainerVolumesMountedAsShared (0.91s) [2021-07-02T12:55:39.239Z] === RUN TestContainerVolumesMountedAsSlave [2021-07-02T12:55:40.275Z] --- PASS: TestContainerVolumesMountedAsSlave (0.91s) [2021-07-02T12:55:40.275Z] === RUN TestNetworkNat [2021-07-02T12:55:41.310Z] --- PASS: TestNetworkNat (1.16s) [2021-07-02T12:55:41.310Z] === RUN TestNetworkLocalhostTCPNat [2021-07-02T12:55:42.346Z] --- PASS: TestNetworkLocalhostTCPNat (1.04s) [2021-07-02T12:55:42.346Z] === RUN TestNetworkLoopbackNat [2021-07-02T12:55:45.929Z] --- PASS: TestNetworkLoopbackNat (3.52s) [2021-07-02T12:55:45.929Z] === RUN TestPause [2021-07-02T12:55:46.970Z] --- PASS: TestPause (1.06s) [2021-07-02T12:55:46.970Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-07-02T12:55:46.970Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-02T12:55:46.970Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-02T12:55:46.970Z] === RUN TestPauseStopPausedContainer [2021-07-02T12:55:48.057Z] --- PASS: TestPauseStopPausedContainer (0.99s) [2021-07-02T12:55:48.057Z] === RUN TestPsFilter [2021-07-02T12:55:48.057Z] --- PASS: TestPsFilter (0.29s) [2021-07-02T12:55:48.057Z] === RUN TestRemoveContainerWithRemovedVolume [2021-07-02T12:55:49.404Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.00s) [2021-07-02T12:55:49.404Z] === RUN TestRemoveContainerWithVolume [2021-07-02T12:55:50.036Z] --- PASS: TestRemoveContainerWithVolume (0.95s) [2021-07-02T12:55:50.036Z] === RUN TestRemoveContainerRunning [2021-07-02T12:55:51.088Z] --- PASS: TestRemoveContainerRunning (0.99s) [2021-07-02T12:55:51.088Z] === RUN TestRemoveContainerForceRemoveRunning [2021-07-02T12:55:51.919Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-07-02T12:55:52.122Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.03s) [2021-07-02T12:55:52.123Z] === RUN TestRemoveInvalidContainer [2021-07-02T12:55:52.123Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-07-02T12:55:52.123Z] === RUN TestRenameLinkedContainer [2021-07-02T12:55:52.481Z] tests/integration/api_client_test.py ..... [ 7%] [2021-07-02T12:55:54.228Z] tests/integration/api_config_test.py ..... [ 8%] [2021-07-02T12:55:56.629Z] --- PASS: TestRenameLinkedContainer (4.13s) [2021-07-02T12:55:56.629Z] === RUN TestRenameStoppedContainer [2021-07-02T12:55:57.262Z] --- PASS: TestRenameStoppedContainer (0.98s) [2021-07-02T12:55:57.262Z] === RUN TestRenameRunningContainerAndReuse [2021-07-02T12:55:59.339Z] --- PASS: TestRenameRunningContainerAndReuse (1.99s) [2021-07-02T12:55:59.339Z] === RUN TestRenameInvalidName [2021-07-02T12:56:00.411Z] --- PASS: TestRenameInvalidName (1.03s) [2021-07-02T12:56:00.411Z] === RUN TestRenameAnonymousContainer [2021-07-02T12:56:05.987Z] --- PASS: TestRenameAnonymousContainer (5.55s) [2021-07-02T12:56:05.987Z] === RUN TestRenameContainerWithSameName [2021-07-02T12:56:07.038Z] --- PASS: TestRenameContainerWithSameName (1.08s) [2021-07-02T12:56:07.038Z] === RUN TestRenameContainerWithLinkedContainer [2021-07-02T12:56:09.108Z] --- PASS: TestRenameContainerWithLinkedContainer (2.14s) [2021-07-02T12:56:09.108Z] === RUN TestResize [2021-07-02T12:56:10.144Z] --- PASS: TestResize (0.98s) [2021-07-02T12:56:10.144Z] === RUN TestResizeWithInvalidSize [2021-07-02T12:56:11.179Z] --- PASS: TestResizeWithInvalidSize (1.05s) [2021-07-02T12:56:11.179Z] === RUN TestResizeWhenContainerNotStarted [2021-07-02T12:56:12.217Z] --- PASS: TestResizeWhenContainerNotStarted (1.05s) [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-02T12:56:12.217Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-02T12:56:12.217Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-02T12:56:12.217Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-02T12:56:12.217Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-02T12:56:14.951Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-02T12:56:14.951Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-02T12:56:16.462Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-02T12:56:16.462Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-02T12:56:17.973Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-02T12:56:17.973Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-02T12:56:20.707Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-02T12:56:20.707Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-02T12:56:23.465Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-02T12:56:23.757Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.66s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.69s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.51s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.48s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.54s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.24s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.23s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.45s) [2021-07-02T12:56:26.505Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.52s) [2021-07-02T12:56:26.505Z] === RUN TestCgroupNamespacesRun [2021-07-02T12:56:28.573Z] --- PASS: TestCgroupNamespacesRun (2.03s) [2021-07-02T12:56:28.573Z] === RUN TestCgroupNamespacesRunPrivileged [2021-07-02T12:56:30.133Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s) [2021-07-02T12:56:30.133Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-07-02T12:56:31.593Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-07-02T12:56:32.257Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.00s) [2021-07-02T12:56:32.257Z] === RUN TestCgroupNamespacesRunHostMode [2021-07-02T12:56:33.770Z] --- PASS: TestCgroupNamespacesRunHostMode (2.04s) [2021-07-02T12:56:33.770Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-07-02T12:56:36.504Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.10s) [2021-07-02T12:56:36.504Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-07-02T12:56:38.125Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.74s) [2021-07-02T12:56:38.125Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-07-02T12:56:38.759Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2021-07-02T12:56:38.759Z] === RUN TestCgroupNamespacesRunOlderClient [2021-07-02T12:56:40.827Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.12s) [2021-07-02T12:56:40.827Z] === RUN TestNISDomainname [2021-07-02T12:56:42.339Z] --- PASS: TestNISDomainname (1.35s) [2021-07-02T12:56:42.339Z] === RUN TestHostnameDnsResolution [2021-07-02T12:56:44.476Z] --- PASS: TestHostnameDnsResolution (1.98s) [2021-07-02T12:56:44.476Z] === RUN TestStats [2021-07-02T12:56:47.240Z] --- PASS: TestStats (3.10s) [2021-07-02T12:56:47.240Z] === RUN TestStopContainerWithTimeout [2021-07-02T12:56:47.240Z] === RUN TestStopContainerWithTimeout/0 [2021-07-02T12:56:47.240Z] === PAUSE TestStopContainerWithTimeout/0 [2021-07-02T12:56:47.240Z] === RUN TestStopContainerWithTimeout/1 [2021-07-02T12:56:47.240Z] === PAUSE TestStopContainerWithTimeout/1 [2021-07-02T12:56:47.240Z] === RUN TestStopContainerWithTimeout/3 [2021-07-02T12:56:47.240Z] === PAUSE TestStopContainerWithTimeout/3 [2021-07-02T12:56:47.240Z] === RUN TestStopContainerWithTimeout/-1 [2021-07-02T12:56:47.240Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-07-02T12:56:47.240Z] === CONT TestStopContainerWithTimeout/0 [2021-07-02T12:56:47.240Z] === CONT TestStopContainerWithTimeout/3 [2021-07-02T12:56:48.276Z] === CONT TestStopContainerWithTimeout/-1 [2021-07-02T12:56:50.404Z] === CONT TestStopContainerWithTimeout/1 [2021-07-02T12:56:52.515Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-07-02T12:56:52.515Z] --- PASS: TestStopContainerWithTimeout/0 (1.20s) [2021-07-02T12:56:52.515Z] --- PASS: TestStopContainerWithTimeout/3 (3.12s) [2021-07-02T12:56:52.515Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2021-07-02T12:56:52.515Z] --- PASS: TestStopContainerWithTimeout/1 (2.02s) [2021-07-02T12:56:52.515Z] === RUN TestDeleteDevicemapper [2021-07-02T12:56:52.515Z] --- SKIP: TestDeleteDevicemapper (0.01s) [2021-07-02T12:56:52.515Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-02T12:56:52.515Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-07-02T12:56:57.025Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.12s) [2021-07-02T12:56:57.025Z] === RUN TestUpdateMemory [2021-07-02T12:56:57.025Z] --- SKIP: TestUpdateMemory (0.01s) [2021-07-02T12:56:57.025Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-07-02T12:56:57.025Z] === RUN TestUpdateCPUQuota [2021-07-02T12:57:00.609Z] --- PASS: TestUpdateCPUQuota (4.26s) [2021-07-02T12:57:00.609Z] === RUN TestUpdatePidsLimit [2021-07-02T12:57:00.609Z] === RUN TestUpdatePidsLimit/update_from_none [2021-07-02T12:57:01.290Z] === RUN TestUpdatePidsLimit/no_change [2021-07-02T12:57:01.925Z] === RUN TestUpdatePidsLimit/update_lower [2021-07-02T12:57:02.559Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-07-02T12:57:03.264Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-07-02T12:57:03.897Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-07-02T12:57:04.530Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-07-02T12:57:06.604Z] --- PASS: TestUpdatePidsLimit (5.50s) [2021-07-02T12:57:06.604Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.61s) [2021-07-02T12:57:06.604Z] --- PASS: TestUpdatePidsLimit/no_change (0.62s) [2021-07-02T12:57:06.604Z] --- PASS: TestUpdatePidsLimit/update_lower (0.61s) [2021-07-02T12:57:06.604Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.67s) [2021-07-02T12:57:06.604Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s) [2021-07-02T12:57:06.604Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.65s) [2021-07-02T12:57:06.604Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.63s) [2021-07-02T12:57:06.604Z] === RUN TestUpdateRestartPolicy [2021-07-02T12:57:20.640Z] --- PASS: TestUpdateRestartPolicy (13.74s) [2021-07-02T12:57:20.640Z] === RUN TestUpdateRestartWithAutoRemove [2021-07-02T12:57:20.933Z] --- PASS: TestUpdateRestartWithAutoRemove (1.00s) [2021-07-02T12:57:20.933Z] === RUN TestWaitNonBlocked [2021-07-02T12:57:20.933Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-02T12:57:20.933Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-02T12:57:20.933Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-02T12:57:20.933Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-02T12:57:20.933Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-02T12:57:20.933Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-02T12:57:22.443Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-07-02T12:57:22.443Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s) [2021-07-02T12:57:22.443Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2021-07-02T12:57:22.443Z] === RUN TestWaitBlocked [2021-07-02T12:57:22.443Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-02T12:57:22.443Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-02T12:57:22.443Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-07-02T12:57:22.443Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-07-02T12:57:22.443Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-02T12:57:22.443Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-07-02T12:57:23.951Z] --- PASS: TestWaitBlocked (0.01s) [2021-07-02T12:57:23.951Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.37s) [2021-07-02T12:57:23.951Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.46s) [2021-07-02T12:57:23.951Z] === CONT TestContainerStartOnDaemonRestart [2021-07-02T12:57:23.951Z] === CONT TestContainerKillOnDaemonStart [2021-07-02T12:57:27.470Z] --- PASS: TestContainerStartOnDaemonRestart (3.36s) [2021-07-02T12:57:27.470Z] === CONT TestIpcModeOlderClient [2021-07-02T12:57:27.470Z] --- PASS: TestIpcModeOlderClient (0.18s) [2021-07-02T12:57:27.470Z] === CONT TestDaemonHostGatewayIP [2021-07-02T12:57:31.052Z] --- PASS: TestDaemonHostGatewayIP (3.89s) [2021-07-02T12:57:31.052Z] === CONT TestRestartDaemonWithRestartingContainer [2021-07-02T12:57:34.573Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.10s) [2021-07-02T12:57:34.573Z] === CONT TestDaemonRestartIpcMode [2021-07-02T12:57:36.082Z] --- PASS: TestContainerKillOnDaemonStart (12.56s) [2021-07-02T12:57:38.899Z] --- PASS: TestDaemonRestartIpcMode (4.22s) [2021-07-02T12:57:38.899Z] PASS [2021-07-02T12:57:38.899Z] [2021-07-02T12:57:38.899Z] === Skipped [2021-07-02T12:57:38.899Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-07-02T12:57:38.899Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-02T12:57:38.899Z] [2021-07-02T12:57:38.899Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.02s) [2021-07-02T12:57:38.899Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-02T12:57:38.899Z] [2021-07-02T12:57:38.899Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-07-02T12:57:38.899Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-02T12:57:38.899Z] [2021-07-02T12:57:38.899Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-02T12:57:38.899Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-02T12:57:38.899Z] [2021-07-02T12:57:38.899Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.01s) [2021-07-02T12:57:38.899Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-02T12:57:38.899Z] [2021-07-02T12:57:38.899Z] === SKIP: s390x.integration.container TestUpdateMemory (0.01s) [2021-07-02T12:57:38.899Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-07-02T12:57:38.899Z] [2021-07-02T12:57:38.899Z] [2021-07-02T12:57:38.899Z] DONE 195 tests, 6 skipped in 176.867s [2021-07-02T12:57:38.899Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-07-02T12:57:38.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:57:38.899Z] ++ set -e [2021-07-02T12:57:38.899Z] ++ '[' -n 0 ']' [2021-07-02T12:57:38.899Z] ++ set -x [2021-07-02T12:57:38.899Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:57:38.899Z] INFO: Testing against a local daemon [2021-07-02T12:57:38.900Z] === RUN TestCommitInheritsEnv [2021-07-02T12:57:39.191Z] --- PASS: TestCommitInheritsEnv (0.64s) [2021-07-02T12:57:39.191Z] === RUN TestImportExtremelyLargeImageWorks [2021-07-02T12:57:39.191Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-07-02T12:57:39.191Z] === RUN TestImagesFilterMultiReference [2021-07-02T12:57:39.191Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2021-07-02T12:57:39.191Z] === RUN TestImagePullPlatformInvalid [2021-07-02T12:57:39.304Z] ..........................xx.................... [ 29%] [2021-07-02T12:57:39.483Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2021-07-02T12:57:39.483Z] === RUN TestRemoveImageOrphaning [2021-07-02T12:57:40.116Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2021-07-02T12:57:40.116Z] === RUN TestRemoveImageGarbageCollector [2021-07-02T12:57:40.116Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2021-07-02T12:57:40.116Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T12:57:40.116Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-07-02T12:57:40.116Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-07-02T12:57:40.116Z] === RUN TestTagInvalidReference [2021-07-02T12:57:40.116Z] --- PASS: TestTagInvalidReference (0.01s) [2021-07-02T12:57:40.116Z] === RUN TestTagValidPrefixedRepo [2021-07-02T12:57:40.116Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2021-07-02T12:57:40.116Z] === RUN TestTagExistedNameWithoutForce [2021-07-02T12:57:40.116Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2021-07-02T12:57:40.116Z] === RUN TestTagOfficialNames [2021-07-02T12:57:40.116Z] --- PASS: TestTagOfficialNames (0.04s) [2021-07-02T12:57:40.116Z] === RUN TestTagMatchesDigest [2021-07-02T12:57:40.116Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-07-02T12:57:40.117Z] === CONT TestImportExtremelyLargeImageWorks [2021-07-02T12:58:05.624Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-07-02T12:58:15.272Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-07-02T12:58:19.556Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-07-02T12:58:39.860Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-07-02T12:58:46.930Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-07-02T12:58:48.674Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-07-02T12:58:54.636Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-07-02T12:59:02.412Z] --- PASS: TestImportExtremelyLargeImageWorks (77.13s) [2021-07-02T12:59:02.412Z] PASS [2021-07-02T12:59:02.412Z] [2021-07-02T12:59:02.412Z] === Skipped [2021-07-02T12:59:02.412Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.01s) [2021-07-02T12:59:02.412Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T12:59:02.412Z] [2021-07-02T12:59:02.412Z] [2021-07-02T12:59:02.412Z] DONE 12 tests, 1 skipped in 78.804s [2021-07-02T12:59:02.412Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-07-02T12:59:02.412Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:59:02.412Z] ++ set -e [2021-07-02T12:59:02.412Z] ++ '[' -n 0 ']' [2021-07-02T12:59:02.412Z] ++ set -x [2021-07-02T12:59:02.412Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:59:02.412Z] INFO: Testing against a local daemon [2021-07-02T12:59:02.412Z] === RUN TestNetworkCreateDelete [2021-07-02T12:59:02.412Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-07-02T12:59:02.412Z] === RUN TestDockerNetworkDeletePreferID [2021-07-02T12:59:02.412Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-07-02T12:59:02.412Z] === RUN TestDaemonDNSFallback [2021-07-02T12:59:02.412Z] --- PASS: TestDaemonDNSFallback (2.71s) [2021-07-02T12:59:02.412Z] === RUN TestInspectNetwork [2021-07-02T12:59:06.927Z] === RUN TestInspectNetwork/full_network_id [2021-07-02T12:59:06.927Z] === RUN TestInspectNetwork/partial_network_id [2021-07-02T12:59:06.927Z] === RUN TestInspectNetwork/network_name [2021-07-02T12:59:06.927Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-07-02T12:59:07.380Z] ......................... [ 67%] [2021-07-02T12:59:12.549Z] --- PASS: TestInspectNetwork (11.36s) [2021-07-02T12:59:12.549Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-07-02T12:59:12.549Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-07-02T12:59:12.549Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-07-02T12:59:12.549Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-07-02T12:59:12.549Z] === RUN TestRunContainerWithBridgeNone [2021-07-02T12:59:15.282Z] --- PASS: TestRunContainerWithBridgeNone (3.21s) [2021-07-02T12:59:15.282Z] === RUN TestNetworkInvalidJSON [2021-07-02T12:59:15.282Z] === RUN TestNetworkInvalidJSON//networks/create [2021-07-02T12:59:15.282Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-07-02T12:59:15.282Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-07-02T12:59:15.282Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-07-02T12:59:15.282Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-02T12:59:15.282Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-02T12:59:15.282Z] === CONT TestNetworkInvalidJSON//networks/create [2021-07-02T12:59:15.282Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-02T12:59:15.282Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-07-02T12:59:15.282Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-07-02T12:59:15.282Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-07-02T12:59:15.282Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-07-02T12:59:15.282Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-07-02T12:59:15.282Z] === RUN TestNetworkList [2021-07-02T12:59:15.282Z] === RUN TestNetworkList//networks [2021-07-02T12:59:15.282Z] === PAUSE TestNetworkList//networks [2021-07-02T12:59:15.282Z] === RUN TestNetworkList//networks/ [2021-07-02T12:59:15.282Z] === PAUSE TestNetworkList//networks/ [2021-07-02T12:59:15.282Z] === CONT TestNetworkList//networks [2021-07-02T12:59:15.282Z] === CONT TestNetworkList//networks/ [2021-07-02T12:59:15.282Z] --- PASS: TestNetworkList (0.01s) [2021-07-02T12:59:15.282Z] --- PASS: TestNetworkList//networks (0.00s) [2021-07-02T12:59:15.282Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-07-02T12:59:15.282Z] === RUN TestHostIPv4BridgeLabel [2021-07-02T12:59:15.574Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2021-07-02T12:59:15.574Z] === RUN TestDaemonRestartWithLiveRestore [2021-07-02T12:59:16.608Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-07-02T12:59:16.608Z] === RUN TestDaemonDefaultNetworkPools [2021-07-02T12:59:17.639Z] --- PASS: TestDaemonDefaultNetworkPools (0.87s) [2021-07-02T12:59:17.639Z] === RUN TestDaemonRestartWithExistingNetwork [2021-07-02T12:59:18.670Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2021-07-02T12:59:18.670Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-07-02T12:59:20.174Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2021-07-02T12:59:20.174Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-07-02T12:59:20.805Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2021-07-02T12:59:20.805Z] === RUN TestServiceWithPredefinedNetwork [2021-07-02T12:59:24.386Z] --- PASS: TestServiceWithPredefinedNetwork (3.75s) [2021-07-02T12:59:24.386Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-07-02T12:59:24.386Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-02T12:59:24.386Z] service_test.go:242: FLAKY_TEST [2021-07-02T12:59:24.386Z] === RUN TestServiceWithDataPathPortInit [2021-07-02T12:59:46.828Z] --- PASS: TestServiceWithDataPathPortInit (20.84s) [2021-07-02T12:59:46.828Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-07-02T12:59:49.948Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-07-02T12:59:57.184Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.66s) [2021-07-02T12:59:57.184Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:hwl14rznmijm77oac001bz77a Created:2021-07-02 13:00:00.298637338 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[7db2d52acc64fd054e7c308112092dc3761c78202a23abc45eeb8c5fa70e47b2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yu77jlbhjxauhdn21qj3lz9jj EndpointID:814cde64757beabc765a16f5bbeb53726d8c676b782f436926b560a424de094a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c5ef630f095f8ed3c6c47cce8349adf4cffed90094af94c339c44fea2b3b974f MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:186fc7959c6e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yu77jlbhjxauhdn21qj3lz9jj EndpointID:814cde64757beabc765a16f5bbeb53726d8c676b782f436926b560a424de094a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-07-02T12:59:57.184Z] PASS [2021-07-02T12:59:57.184Z] [2021-07-02T12:59:57.184Z] === Skipped [2021-07-02T12:59:57.184Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-02T12:59:57.184Z] service_test.go:242: FLAKY_TEST [2021-07-02T12:59:57.184Z] [2021-07-02T12:59:57.184Z] [2021-07-02T12:59:57.184Z] DONE 26 tests, 1 skipped in 58.680s [2021-07-02T12:59:57.184Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-07-02T12:59:57.184Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:59:57.184Z] ++ set -e [2021-07-02T12:59:57.184Z] ++ '[' -n 0 ']' [2021-07-02T12:59:57.184Z] ++ set -x [2021-07-02T12:59:57.184Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:59:57.184Z] INFO: Testing against a local daemon [2021-07-02T12:59:57.184Z] === RUN TestDockerNetworkIpvlanPersistance [2021-07-02T12:59:57.184Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-07-02T12:59:57.184Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-02T12:59:57.184Z] === RUN TestDockerNetworkIpvlan [2021-07-02T12:59:57.184Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-07-02T12:59:57.184Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-02T12:59:57.184Z] PASS [2021-07-02T12:59:57.184Z] [2021-07-02T12:59:57.184Z] === Skipped [2021-07-02T12:59:57.184Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-07-02T12:59:57.184Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-02T12:59:57.184Z] [2021-07-02T12:59:57.184Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-07-02T12:59:57.184Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-02T12:59:57.184Z] [2021-07-02T12:59:57.184Z] [2021-07-02T12:59:57.184Z] DONE 2 tests, 2 skipped in 0.154s [2021-07-02T12:59:57.184Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-07-02T12:59:57.184Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:59:57.184Z] ++ set -e [2021-07-02T12:59:57.184Z] ++ '[' -n 0 ']' [2021-07-02T12:59:57.184Z] ++ set -x [2021-07-02T12:59:57.184Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-07-02T12:59:57.184Z] INFO: Testing against a local daemon [2021-07-02T12:59:57.184Z] === RUN TestDockerNetworkMacvlanPersistance [2021-07-02T12:59:57.815Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.52s) [2021-07-02T12:59:57.815Z] === RUN TestDockerNetworkMacvlan [2021-07-02T12:59:58.446Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-07-02T12:59:59.479Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-07-02T13:00:00.532Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-07-02T13:00:05.040Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-07-02T13:00:05.293Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-07-02T13:00:07.181Z] tests/integration/client_test.py ..... [ 75%] [2021-07-02T13:00:07.438Z] tests/integration/context_api_test.py ... [ 76%] [2021-07-02T13:00:08.000Z] tests/integration/errors_test.py . [ 76%] [2021-07-02T13:00:09.484Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-07-02T13:00:17.951Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-07-02T13:00:20.015Z] --- PASS: TestDockerNetworkMacvlan (21.99s) [2021-07-02T13:00:20.015Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-07-02T13:00:20.015Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2021-07-02T13:00:20.015Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.90s) [2021-07-02T13:00:20.015Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.05s) [2021-07-02T13:00:20.015Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.57s) [2021-07-02T13:00:20.015Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.81s) [2021-07-02T13:00:20.015Z] PASS [2021-07-02T13:00:20.015Z] [2021-07-02T13:00:20.015Z] DONE 8 tests in 23.659s [2021-07-02T13:00:20.015Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-07-02T13:00:20.015Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:00:20.015Z] ++ set -e [2021-07-02T13:00:20.015Z] ++ '[' -n 0 ']' [2021-07-02T13:00:20.015Z] ++ set -x [2021-07-02T13:00:20.015Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:00:20.015Z] testing: warning: no tests to run [2021-07-02T13:00:20.015Z] PASS [2021-07-02T13:00:20.015Z] [2021-07-02T13:00:20.015Z] DONE 0 tests in 0.052s [2021-07-02T13:00:20.016Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-07-02T13:00:20.016Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:00:20.016Z] ++ set -e [2021-07-02T13:00:20.016Z] ++ '[' -n 0 ']' [2021-07-02T13:00:20.016Z] ++ set -x [2021-07-02T13:00:20.016Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:00:20.016Z] INFO: Testing against a local daemon [2021-07-02T13:00:20.016Z] === RUN TestAuthZPluginAllowRequest [2021-07-02T13:00:22.078Z] --- PASS: TestAuthZPluginAllowRequest (1.89s) [2021-07-02T13:00:22.078Z] === RUN TestAuthZPluginTLS [2021-07-02T13:00:22.368Z] --- PASS: TestAuthZPluginTLS (0.53s) [2021-07-02T13:00:22.368Z] === RUN TestAuthZPluginDenyRequest [2021-07-02T13:00:22.998Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2021-07-02T13:00:22.998Z] === RUN TestAuthZPluginAPIDenyResponse [2021-07-02T13:00:23.289Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2021-07-02T13:00:23.289Z] === RUN TestAuthZPluginDenyResponse [2021-07-02T13:00:23.919Z] --- PASS: TestAuthZPluginDenyResponse (0.52s) [2021-07-02T13:00:23.919Z] === RUN TestAuthZPluginAllowEventStream [2021-07-02T13:00:25.981Z] --- PASS: TestAuthZPluginAllowEventStream (1.89s) [2021-07-02T13:00:25.981Z] === RUN TestAuthZPluginErrorResponse [2021-07-02T13:00:26.274Z] --- PASS: TestAuthZPluginErrorResponse (0.52s) [2021-07-02T13:00:26.274Z] === RUN TestAuthZPluginErrorRequest [2021-07-02T13:00:26.906Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2021-07-02T13:00:26.906Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-07-02T13:00:27.536Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-07-02T13:00:27.536Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-07-02T13:00:29.606Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.28s) [2021-07-02T13:00:29.606Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-07-02T13:00:32.331Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.42s) [2021-07-02T13:00:32.331Z] === RUN TestAuthZPluginHeader [2021-07-02T13:00:32.962Z] --- PASS: TestAuthZPluginHeader (0.87s) [2021-07-02T13:00:32.962Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-07-02T13:00:32.962Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-07-02T13:00:32.962Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:00:32.962Z] === RUN TestAuthZPluginV2Disable [2021-07-02T13:00:32.962Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-07-02T13:00:32.962Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:00:32.962Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-07-02T13:00:32.962Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-07-02T13:00:32.962Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:00:32.962Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-07-02T13:00:32.962Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-07-02T13:00:32.962Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:00:32.962Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-07-02T13:00:34.579Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-07-02T13:00:51.624Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.22s) [2021-07-02T13:00:51.624Z] PASS [2021-07-02T13:00:51.624Z] [2021-07-02T13:00:51.624Z] === Skipped [2021-07-02T13:00:51.624Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-07-02T13:00:51.624Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:00:51.624Z] [2021-07-02T13:00:51.624Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-07-02T13:00:51.624Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:00:51.624Z] [2021-07-02T13:00:51.624Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-07-02T13:00:51.624Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:00:51.624Z] [2021-07-02T13:00:51.624Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-07-02T13:00:51.624Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:00:51.624Z] [2021-07-02T13:00:51.624Z] [2021-07-02T13:00:51.624Z] DONE 17 tests, 4 skipped in 30.413s [2021-07-02T13:00:51.624Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-07-02T13:00:51.624Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:00:51.624Z] ++ set -e [2021-07-02T13:00:51.624Z] ++ '[' -n 0 ']' [2021-07-02T13:00:51.624Z] ++ set -x [2021-07-02T13:00:51.624Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:00:51.624Z] INFO: Testing against a local daemon [2021-07-02T13:00:51.624Z] === RUN TestPluginInvalidJSON [2021-07-02T13:00:51.624Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-07-02T13:00:51.624Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-07-02T13:00:51.624Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-07-02T13:00:51.624Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-07-02T13:00:51.624Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-07-02T13:00:51.624Z] === RUN TestPluginInstall [2021-07-02T13:00:51.624Z] === RUN TestPluginInstall/no_auth [2021-07-02T13:00:52.255Z] time="2021-07-02T13:01:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-02T13:00:52.255Z] time="2021-07-02T13:01:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:34f5a4822d53f70e31cb3b937039eea63c8419c4a3a50f47d2619ce111a27b5b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-02T13:00:52.255Z] time="2021-07-02T13:01:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-02T13:00:52.255Z] time="2021-07-02T13:01:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:34f5a4822d53f70e31cb3b937039eea63c8419c4a3a50f47d2619ce111a27b5b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-02T13:00:52.546Z] === RUN TestPluginInstall/with_htpasswd [2021-07-02T13:00:53.177Z] time="2021-07-02T13:01:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-02T13:00:53.177Z] time="2021-07-02T13:01:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28a2eab3e057b0c90ddc41f26c8d4b71a1fca4038ef4e317711736d584cdeee7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-02T13:00:53.177Z] time="2021-07-02T13:01:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-02T13:00:53.177Z] time="2021-07-02T13:01:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:28a2eab3e057b0c90ddc41f26c8d4b71a1fca4038ef4e317711736d584cdeee7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-02T13:00:53.400Z] ......... [ 86%] [2021-07-02T13:00:53.468Z] === RUN TestPluginInstall/with_insecure [2021-07-02T13:00:54.560Z] time="2021-07-02T13:01:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-02T13:00:54.560Z] time="2021-07-02T13:01:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:80909acbf39bd62a8a29c0ef70ad5d46392ed6da340fd0a61896cdbbad6c44c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-02T13:00:54.560Z] time="2021-07-02T13:01:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-02T13:00:54.560Z] time="2021-07-02T13:01:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:80909acbf39bd62a8a29c0ef70ad5d46392ed6da340fd0a61896cdbbad6c44c8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-02T13:00:54.560Z] --- PASS: TestPluginInstall (4.20s) [2021-07-02T13:00:54.560Z] --- PASS: TestPluginInstall/no_auth (2.16s) [2021-07-02T13:00:54.560Z] --- PASS: TestPluginInstall/with_htpasswd (0.83s) [2021-07-02T13:00:54.560Z] --- PASS: TestPluginInstall/with_insecure (1.22s) [2021-07-02T13:00:54.560Z] plugin_test.go:165: [d072d3b470a4c] daemon is not started [2021-07-02T13:00:54.560Z] === RUN TestPluginsWithRuntimes [2021-07-02T13:00:56.622Z] === RUN TestPluginsWithRuntimes/No_Args [2021-07-02T13:00:58.125Z] === RUN TestPluginsWithRuntimes/With_Args [2021-07-02T13:00:58.270Z] tests/integration/models_images_test.py ............... [ 89%] [2021-07-02T13:00:59.629Z] --- PASS: TestPluginsWithRuntimes (4.68s) [2021-07-02T13:00:59.629Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.41s) [2021-07-02T13:00:59.629Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.35s) [2021-07-02T13:00:59.629Z] === RUN TestPluginBackCompatMediaTypes [2021-07-02T13:00:59.892Z] tests/integration/models_networks_test.py .... [ 90%] [2021-07-02T13:01:00.259Z] --- PASS: TestPluginBackCompatMediaTypes (0.74s) [2021-07-02T13:01:00.259Z] PASS [2021-07-02T13:01:00.259Z] [2021-07-02T13:01:00.259Z] DONE 10 tests in 9.880s [2021-07-02T13:01:00.259Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-07-02T13:01:00.259Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:00.259Z] ++ set -e [2021-07-02T13:01:00.259Z] ++ '[' -n 0 ']' [2021-07-02T13:01:00.259Z] ++ set -x [2021-07-02T13:01:00.259Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:00.259Z] INFO: Testing against a local daemon [2021-07-02T13:01:00.259Z] === RUN TestExternalGraphDriver [2021-07-02T13:01:00.259Z] === RUN TestExternalGraphDriver/json [2021-07-02T13:01:03.037Z] === RUN TestExternalGraphDriver/spec [2021-07-02T13:01:05.099Z] === RUN TestExternalGraphDriver/pull [2021-07-02T13:01:05.139Z] tests/integration/models_nodes_test.py . [ 91%] [2021-07-02T13:01:06.505Z] tests/integration/models_resources_test.py . [ 91%] [2021-07-02T13:01:07.162Z] --- PASS: TestExternalGraphDriver (6.87s) [2021-07-02T13:01:07.162Z] --- PASS: TestExternalGraphDriver/json (2.19s) [2021-07-02T13:01:07.162Z] --- PASS: TestExternalGraphDriver/spec (2.20s) [2021-07-02T13:01:07.162Z] --- PASS: TestExternalGraphDriver/pull (2.35s) [2021-07-02T13:01:07.162Z] === RUN TestGraphdriverPluginV2 [2021-07-02T13:01:07.162Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-07-02T13:01:07.162Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:01:07.162Z] PASS [2021-07-02T13:01:07.162Z] [2021-07-02T13:01:07.162Z] === Skipped [2021-07-02T13:01:07.162Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-07-02T13:01:07.162Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:01:07.162Z] [2021-07-02T13:01:07.162Z] [2021-07-02T13:01:07.162Z] DONE 5 tests, 1 skipped in 7.119s [2021-07-02T13:01:07.162Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-07-02T13:01:07.162Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:07.162Z] ++ set -e [2021-07-02T13:01:07.162Z] ++ '[' -n 0 ']' [2021-07-02T13:01:07.162Z] ++ set -x [2021-07-02T13:01:07.162Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:07.453Z] INFO: Testing against a local daemon [2021-07-02T13:01:07.453Z] === RUN TestContinueAfterPluginCrash [2021-07-02T13:01:07.453Z] === PAUSE TestContinueAfterPluginCrash [2021-07-02T13:01:07.453Z] === RUN TestReadPluginNoRead [2021-07-02T13:01:07.453Z] === PAUSE TestReadPluginNoRead [2021-07-02T13:01:07.453Z] === RUN TestDaemonStartWithLogOpt [2021-07-02T13:01:07.453Z] === PAUSE TestDaemonStartWithLogOpt [2021-07-02T13:01:07.453Z] === CONT TestContinueAfterPluginCrash [2021-07-02T13:01:07.453Z] === CONT TestDaemonStartWithLogOpt [2021-07-02T13:01:08.772Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-07-02T13:01:11.898Z] --- PASS: TestDaemonStartWithLogOpt (3.85s) [2021-07-02T13:01:11.898Z] === CONT TestReadPluginNoRead [2021-07-02T13:01:12.041Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-07-02T13:01:12.041Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-07-02T13:01:13.961Z] === RUN TestReadPluginNoRead/disabled_caching [2021-07-02T13:01:16.024Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-07-02T13:01:16.314Z] --- PASS: TestContinueAfterPluginCrash (9.09s) [2021-07-02T13:01:16.746Z] tests/integration/regression_test.py ...... [ 98%] [2021-07-02T13:01:17.003Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-07-02T13:01:17.003Z] tests/integration/credentials/utils_test.py . [100%] [2021-07-02T13:01:17.003Z] [2021-07-02T13:01:17.003Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-07-02T13:01:17.003Z] =========================== short test summary info ============================ [2021-07-02T13:01:17.003Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-07-02T13:01:17.003Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-07-02T13:01:17.003Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-07-02T13:01:17.003Z] Not supported on most drivers [2021-07-02T13:01:17.003Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-07-02T13:01:17.003Z] Output of docker top depends on host distro, and is not formalized. [2021-07-02T13:01:17.003Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-07-02T13:01:17.003Z] Output of docker top depends on host distro, and is not formalized. [2021-07-02T13:01:17.003Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-07-02T13:01:17.003Z] Can fail if eth0 has multiple IP addresses [2021-07-02T13:01:17.003Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-07-02T13:01:17.003Z] This doesn't seem to be taken into account by the engine [2021-07-02T13:01:17.003Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-07-02T13:01:17.003Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-07-02T13:01:17.003Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 348.04 seconds == [2021-07-02T13:01:17.259Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-07-02T13:01:18.377Z] === RUN TestReadPluginNoRead/default [2021-07-02T13:01:20.439Z] --- PASS: TestReadPluginNoRead (8.99s) [2021-07-02T13:01:20.439Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.07s) [2021-07-02T13:01:20.439Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.95s) [2021-07-02T13:01:20.439Z] --- PASS: TestReadPluginNoRead/default (2.17s) [2021-07-02T13:01:20.439Z] read_test.go:92: [d3f0c626288c0] daemon is not started [2021-07-02T13:01:20.439Z] PASS [2021-07-02T13:01:20.439Z] [2021-07-02T13:01:20.439Z] DONE 6 tests in 12.937s [2021-07-02T13:01:20.439Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-07-02T13:01:20.439Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:20.439Z] ++ set -e [2021-07-02T13:01:20.439Z] ++ '[' -n 0 ']' [2021-07-02T13:01:20.439Z] ++ set -x [2021-07-02T13:01:20.439Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:20.439Z] testing: warning: no tests to run [2021-07-02T13:01:20.439Z] PASS [2021-07-02T13:01:20.439Z] [2021-07-02T13:01:20.439Z] DONE 0 tests in 0.084s [2021-07-02T13:01:20.439Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-07-02T13:01:20.439Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:20.439Z] ++ set -e [2021-07-02T13:01:20.439Z] ++ '[' -n 0 ']' [2021-07-02T13:01:20.439Z] ++ set -x [2021-07-02T13:01:20.439Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:20.439Z] INFO: Testing against a local daemon [2021-07-02T13:01:20.439Z] === RUN TestPluginWithDevMounts [2021-07-02T13:01:20.439Z] === PAUSE TestPluginWithDevMounts [2021-07-02T13:01:20.439Z] === CONT TestPluginWithDevMounts [2021-07-02T13:01:22.510Z] --- PASS: TestPluginWithDevMounts (1.87s) [2021-07-02T13:01:22.510Z] PASS [2021-07-02T13:01:22.510Z] [2021-07-02T13:01:22.510Z] DONE 1 tests in 1.986s [2021-07-02T13:01:22.510Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-07-02T13:01:22.510Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:22.510Z] ++ set -e [2021-07-02T13:01:22.510Z] ++ '[' -n 0 ']' [2021-07-02T13:01:22.510Z] ++ set -x [2021-07-02T13:01:22.510Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:22.510Z] INFO: Testing against a local daemon [2021-07-02T13:01:22.510Z] === RUN TestSecretInspect [2021-07-02T13:01:26.178Z] --- PASS: TestSecretInspect (3.69s) [2021-07-02T13:01:26.178Z] === RUN TestSecretList [2021-07-02T13:01:29.422Z] Leaving: AppArmorNo profiles have been unloaded. [2021-07-02T13:01:29.422Z] [2021-07-02T13:01:29.422Z] Unloading profiles will leave already running processes permanently [2021-07-02T13:01:29.422Z] unconfined, which can lead to unexpected situations. [2021-07-02T13:01:29.422Z] [2021-07-02T13:01:29.422Z] To set a process to complain mode, use the command line tool [2021-07-02T13:01:29.422Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-07-02T13:01:29.422Z] Post stage [Pipeline] junit [2021-07-02T13:01:29.689Z] Recording test results [2021-07-02T13:01:29.769Z] --- PASS: TestSecretList (3.32s) [2021-07-02T13:01:29.769Z] === RUN TestSecretsCreateAndDelete [2021-07-02T13:01:29.812Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-07-02T13:01:30.125Z] + echo Ensuring container killed. [2021-07-02T13:01:30.125Z] Ensuring container killed. [2021-07-02T13:01:30.125Z] + docker rm -vf docker-pr2 [2021-07-02T13:01:30.125Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-07-02T13:01:30.439Z] + echo Chowning /workspace to jenkins user [2021-07-02T13:01:30.440Z] Chowning /workspace to jenkins user [2021-07-02T13:01:30.440Z] + id -u [2021-07-02T13:01:30.440Z] + id -g [2021-07-02T13:01:30.440Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42591:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-02T13:01:32.134Z] + bundleName=docker-py [2021-07-02T13:01:32.134Z] + echo Creating docker-py-bundles.tar.gz [2021-07-02T13:01:32.134Z] Creating docker-py-bundles.tar.gz [2021-07-02T13:01:32.134Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2021-07-02T13:01:32.143Z] Archiving artifacts [2021-07-02T13:01:32.396Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42591/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-07-02T13:01:32.787Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42591/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 -e DOCKER_GRAPHDRIVER docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 hack/make.sh binary-daemon [2021-07-02T13:01:33.348Z] [2021-07-02T13:01:33.348Z] Removing bundles/ [2021-07-02T13:01:33.348Z] [2021-07-02T13:01:33.348Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-07-02T13:01:33.348Z] Building: bundles/binary-daemon/dockerd-dev [2021-07-02T13:01:33.348Z] GOOS="" GOARCH="" GOARM="" [2021-07-02T13:01:33.437Z] --- PASS: TestSecretsCreateAndDelete (3.71s) [2021-07-02T13:01:33.437Z] === RUN TestSecretsUpdate [2021-07-02T13:01:37.021Z] --- PASS: TestSecretsUpdate (3.74s) [2021-07-02T13:01:37.021Z] === RUN TestTemplatedSecret [2021-07-02T13:01:41.465Z] --- PASS: TestTemplatedSecret (4.09s) [2021-07-02T13:01:41.465Z] === RUN TestSecretCreateResolve [2021-07-02T13:01:45.050Z] --- PASS: TestSecretCreateResolve (3.74s) [2021-07-02T13:01:45.050Z] PASS [2021-07-02T13:01:45.050Z] [2021-07-02T13:01:45.050Z] DONE 6 tests in 22.441s [2021-07-02T13:01:45.050Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-07-02T13:01:45.050Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:45.050Z] ++ set -e [2021-07-02T13:01:45.050Z] ++ '[' -n 0 ']' [2021-07-02T13:01:45.050Z] ++ set -x [2021-07-02T13:01:45.050Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:01:45.050Z] INFO: Testing against a local daemon [2021-07-02T13:01:45.050Z] === RUN TestServiceCreateInit [2021-07-02T13:01:45.050Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-07-02T13:01:50.677Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-07-02T13:01:56.302Z] --- PASS: TestServiceCreateInit (11.42s) [2021-07-02T13:01:56.302Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.71s) [2021-07-02T13:01:56.302Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.70s) [2021-07-02T13:01:56.302Z] === RUN TestCreateServiceMultipleTimes [2021-07-02T13:02:23.453Z] --- PASS: TestCreateServiceMultipleTimes (23.83s) [2021-07-02T13:02:23.453Z] === RUN TestCreateServiceConflict [2021-07-02T13:02:23.744Z] --- PASS: TestCreateServiceConflict (3.81s) [2021-07-02T13:02:23.744Z] === RUN TestCreateServiceMaxReplicas [2021-07-02T13:02:28.203Z] --- PASS: TestCreateServiceMaxReplicas (4.12s) [2021-07-02T13:02:28.203Z] === RUN TestCreateWithDuplicateNetworkNames [2021-07-02T13:02:46.772Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.87s) [2021-07-02T13:02:46.772Z] === RUN TestCreateServiceSecretFileMode [2021-07-02T13:02:47.403Z] --- PASS: TestCreateServiceSecretFileMode (3.64s) [2021-07-02T13:02:47.403Z] === RUN TestCreateServiceConfigFileMode [2021-07-02T13:02:51.849Z] --- PASS: TestCreateServiceConfigFileMode (3.67s) [2021-07-02T13:02:51.849Z] === RUN TestCreateServiceSysctls [2021-07-02T13:02:54.734Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-07-02T13:02:54.990Z] Copying nested executables into bundles/binary-daemon [2021-07-02T13:02:56.331Z] --- PASS: TestCreateServiceSysctls (4.80s) [2021-07-02T13:02:56.331Z] === RUN TestCreateServiceCapabilities [2021-07-02T13:02:56.354Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-07-02T13:02:57.622Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42591/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 -e DOCKER_GRAPHDRIVER docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 hack/make.sh cross [2021-07-02T13:02:58.186Z] [2021-07-02T13:02:58.186Z] Removing bundles/ [2021-07-02T13:02:58.186Z] [2021-07-02T13:02:58.186Z] ---> Making bundle: cross (in bundles/cross) [2021-07-02T13:02:58.186Z] Cross building: bundles/cross/linux/amd64 [2021-07-02T13:02:58.186Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-07-02T13:02:58.186Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-07-02T13:02:59.840Z] --- PASS: TestCreateServiceCapabilities (3.81s) [2021-07-02T13:02:59.840Z] === RUN TestInspect [2021-07-02T13:03:04.334Z] --- PASS: TestInspect (3.81s) [2021-07-02T13:03:04.334Z] === RUN TestCreateJob [2021-07-02T13:03:08.829Z] --- PASS: TestCreateJob (4.78s) [2021-07-02T13:03:08.829Z] === RUN TestReplicatedJob [2021-07-02T13:03:17.316Z] --- PASS: TestReplicatedJob (7.94s) [2021-07-02T13:03:17.316Z] === RUN TestUpdateReplicatedJob [2021-07-02T13:03:20.858Z] --- PASS: TestUpdateReplicatedJob (4.47s) [2021-07-02T13:03:20.858Z] === RUN TestServiceListWithStatuses [2021-07-02T13:03:20.858Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2021-07-02T13:03:20.858Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-02T13:03:20.858Z] === RUN TestDockerNetworkConnectAlias [2021-07-02T13:03:31.265Z] --- PASS: TestDockerNetworkConnectAlias (8.86s) [2021-07-02T13:03:31.265Z] === RUN TestDockerNetworkReConnect [2021-07-02T13:03:36.861Z] --- PASS: TestDockerNetworkReConnect (6.72s) [2021-07-02T13:03:36.861Z] === RUN TestServicePlugin [2021-07-02T13:03:36.861Z] --- SKIP: TestServicePlugin (0.00s) [2021-07-02T13:03:36.861Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:03:36.861Z] === RUN TestServiceUpdateLabel [2021-07-02T13:03:40.372Z] --- PASS: TestServiceUpdateLabel (3.75s) [2021-07-02T13:03:40.372Z] === RUN TestServiceUpdateSecrets [2021-07-02T13:03:58.962Z] --- PASS: TestServiceUpdateSecrets (16.05s) [2021-07-02T13:03:58.962Z] === RUN TestServiceUpdateConfigs [2021-07-02T13:04:14.376Z] --- PASS: TestServiceUpdateConfigs (15.98s) [2021-07-02T13:04:14.376Z] === RUN TestServiceUpdateNetwork [2021-07-02T13:04:29.842Z] --- PASS: TestServiceUpdateNetwork (16.95s) [2021-07-02T13:04:29.842Z] === RUN TestServiceUpdatePidsLimit [2021-07-02T13:04:30.473Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-07-02T13:04:31.503Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-07-02T13:04:34.601Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-07-02T13:04:34.601Z] Copying nested executables into bundles/cross/linux/amd64 [2021-07-02T13:04:34.601Z] Cross building: bundles/cross/windows/amd64 [2021-07-02T13:04:34.601Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-07-02T13:04:34.601Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-07-02T13:04:40.039Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-07-02T13:04:48.511Z] --- PASS: TestServiceUpdatePidsLimit (18.27s) [2021-07-02T13:04:48.511Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.02s) [2021-07-02T13:04:48.511Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.34s) [2021-07-02T13:04:48.511Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.34s) [2021-07-02T13:04:48.511Z] PASS [2021-07-02T13:04:48.511Z] [2021-07-02T13:04:48.511Z] === Skipped [2021-07-02T13:04:48.511Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2021-07-02T13:04:48.511Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-02T13:04:48.511Z] [2021-07-02T13:04:48.511Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-07-02T13:04:48.511Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-02T13:04:48.511Z] [2021-07-02T13:04:48.511Z] [2021-07-02T13:04:48.511Z] DONE 27 tests, 2 skipped in 182.654s [2021-07-02T13:04:48.511Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-07-02T13:04:48.511Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:04:48.511Z] ++ set -e [2021-07-02T13:04:48.511Z] ++ '[' -n 0 ']' [2021-07-02T13:04:48.511Z] ++ set -x [2021-07-02T13:04:48.511Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:04:48.511Z] INFO: Testing against a local daemon [2021-07-02T13:04:48.511Z] === RUN TestSessionCreate [2021-07-02T13:04:48.511Z] --- PASS: TestSessionCreate (0.03s) [2021-07-02T13:04:48.511Z] === RUN TestSessionCreateWithBadUpgrade [2021-07-02T13:04:48.511Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-07-02T13:04:48.511Z] PASS [2021-07-02T13:04:48.511Z] [2021-07-02T13:04:48.511Z] DONE 2 tests in 0.197s [2021-07-02T13:04:48.511Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-07-02T13:04:48.511Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:04:48.511Z] ++ set -e [2021-07-02T13:04:48.511Z] ++ '[' -n 0 ']' [2021-07-02T13:04:48.511Z] ++ set -x [2021-07-02T13:04:48.511Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:04:48.511Z] INFO: Testing against a local daemon [2021-07-02T13:04:48.511Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-07-02T13:04:48.511Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-02T13:04:48.511Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-07-02T13:04:48.511Z] === RUN TestEventsExecDie [2021-07-02T13:04:48.803Z] --- PASS: TestEventsExecDie (1.21s) [2021-07-02T13:04:48.803Z] === RUN TestEventsBackwardsCompatible [2021-07-02T13:04:48.803Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-07-02T13:04:48.803Z] === RUN TestInfoBinaryCommits [2021-07-02T13:04:49.093Z] --- PASS: TestInfoBinaryCommits (0.01s) [2021-07-02T13:04:49.093Z] === RUN TestInfoAPIVersioned [2021-07-02T13:04:49.093Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-07-02T13:04:49.093Z] === RUN TestInfoDiscoveryBackend [2021-07-02T13:04:49.384Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-07-02T13:04:49.384Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-07-02T13:04:50.417Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-07-02T13:04:50.417Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-07-02T13:04:51.047Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-07-02T13:04:51.048Z] === RUN TestInfoAPI [2021-07-02T13:04:51.048Z] --- PASS: TestInfoAPI (0.01s) [2021-07-02T13:04:51.048Z] === RUN TestInfoAPIWarnings [2021-07-02T13:05:09.657Z] --- PASS: TestInfoAPIWarnings (16.28s) [2021-07-02T13:05:09.657Z] === RUN TestInfoDebug [2021-07-02T13:05:09.657Z] --- PASS: TestInfoDebug (0.52s) [2021-07-02T13:05:09.657Z] === RUN TestInfoInsecureRegistries [2021-07-02T13:05:09.657Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-07-02T13:05:09.657Z] === RUN TestInfoRegistryMirrors [2021-07-02T13:05:09.657Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-07-02T13:05:09.657Z] === RUN TestLoginFailsWithBadCredentials [2021-07-02T13:05:09.657Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-07-02T13:05:09.657Z] === RUN TestPingCacheHeaders [2021-07-02T13:05:09.657Z] --- PASS: TestPingCacheHeaders (0.01s) [2021-07-02T13:05:09.657Z] === RUN TestPingGet [2021-07-02T13:05:09.657Z] --- PASS: TestPingGet (0.01s) [2021-07-02T13:05:09.657Z] === RUN TestPingHead [2021-07-02T13:05:09.657Z] --- PASS: TestPingHead (0.01s) [2021-07-02T13:05:09.657Z] === RUN TestVersion [2021-07-02T13:05:09.657Z] --- PASS: TestVersion (0.01s) [2021-07-02T13:05:09.657Z] PASS [2021-07-02T13:05:09.657Z] [2021-07-02T13:05:09.657Z] === Skipped [2021-07-02T13:05:09.657Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-02T13:05:09.657Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-07-02T13:05:09.657Z] [2021-07-02T13:05:09.657Z] [2021-07-02T13:05:09.657Z] DONE 18 tests, 1 skipped in 21.640s [2021-07-02T13:05:09.657Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-07-02T13:05:09.657Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:05:09.657Z] ++ set -e [2021-07-02T13:05:09.657Z] ++ '[' -n 0 ']' [2021-07-02T13:05:09.657Z] ++ set -x [2021-07-02T13:05:09.657Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-07-02T13:05:09.657Z] INFO: Testing against a local daemon [2021-07-02T13:05:09.657Z] === RUN TestVolumesCreateAndList [2021-07-02T13:05:09.657Z] --- PASS: TestVolumesCreateAndList (0.01s) [2021-07-02T13:05:09.657Z] === RUN TestVolumesRemove [2021-07-02T13:05:09.657Z] --- PASS: TestVolumesRemove (0.10s) [2021-07-02T13:05:09.657Z] === RUN TestVolumesInspect [2021-07-02T13:05:09.657Z] --- PASS: TestVolumesInspect (0.01s) [2021-07-02T13:05:09.657Z] === RUN TestVolumesInvalidJSON [2021-07-02T13:05:09.657Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-07-02T13:05:09.657Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-07-02T13:05:09.657Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-07-02T13:05:09.657Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-07-02T13:05:09.657Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-07-02T13:05:09.657Z] PASS [2021-07-02T13:05:09.657Z] [2021-07-02T13:05:09.657Z] DONE 5 tests in 0.253s [2021-07-02T13:05:09.657Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-07-02T13:05:09.657Z] ++++ cat bundles/test-integration/docker.pid [2021-07-02T13:05:09.657Z] +++ kill 12286 [2021-07-02T13:05:11.162Z] +++ /etc/init.d/apparmor stop [2021-07-02T13:05:11.162Z] Leaving: AppArmorNo profiles have been unloaded. [2021-07-02T13:05:11.162Z] [2021-07-02T13:05:11.162Z] Unloading profiles will leave already running processes permanently [2021-07-02T13:05:11.162Z] unconfined, which can lead to unexpected situations. [2021-07-02T13:05:11.162Z] [2021-07-02T13:05:11.162Z] To set a process to complain mode, use the command line tool [2021-07-02T13:05:11.162Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-07-02T13:05:11.162Z] +++ true [2021-07-02T13:05:11.162Z] exiting test-integration [2021-07-02T13:05:11.162Z] ++ exit 0 [2021-07-02T13:05:11.162Z] Post stage [Pipeline] junit [2021-07-02T13:05:13.272Z] Recording test results [2021-07-02T13:05:13.441Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-07-02T13:05:13.851Z] + echo Ensuring container killed. [2021-07-02T13:05:13.851Z] Ensuring container killed. [2021-07-02T13:05:13.851Z] + docker rm -vf docker-pr2 [2021-07-02T13:05:13.851Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-07-02T13:05:14.229Z] + echo Chowning /workspace to jenkins user [2021-07-02T13:05:14.229Z] Chowning /workspace to jenkins user [2021-07-02T13:05:14.229Z] + id -u [2021-07-02T13:05:14.229Z] + id -g [2021-07-02T13:05:14.229Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-42591:/workspace busybox chown -R 1001:1001 /workspace [2021-07-02T13:05:14.229Z] Unable to find image 'busybox:latest' locally [2021-07-02T13:05:14.519Z] latest: Pulling from library/busybox [2021-07-02T13:05:14.519Z] f0629ff4b1be: Pulling fs layer [2021-07-02T13:05:14.809Z] f0629ff4b1be: Verifying Checksum [2021-07-02T13:05:14.809Z] f0629ff4b1be: Download complete [2021-07-02T13:05:15.100Z] f0629ff4b1be: Pull complete [2021-07-02T13:05:15.100Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-07-02T13:05:15.100Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-02T13:05:17.550Z] + bundleName=s390x-integration [2021-07-02T13:05:17.550Z] + echo Creating s390x-integration-bundles.tar.gz [2021-07-02T13:05:17.550Z] Creating s390x-integration-bundles.tar.gz [2021-07-02T13:05:17.550Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2021-07-02T13:05:17.550Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-07-02T13:05:17.594Z] Archiving artifacts [2021-07-02T13:05:20.055Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42591/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-02T13:05:20.434Z] + make clean [2021-07-02T13:05:20.724Z] docker volume rm -f docker-dev-cache [2021-07-02T13:05:20.724Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-02T13:05:42.240Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-07-02T13:05:42.240Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-07-02T13:05:42.240Z] remote: Enumerating objects: 23, done. [2021-07-02T13:05:42.240Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-07-02T13:05:42.240Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-07-02T13:05:42.240Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-07-02T13:05:42.240Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-07-02T13:05:42.240Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-07-02T13:05:42.240Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-07-02T13:05:42.559Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42591/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 hack/test/unit [2021-07-02T13:05:45.076Z] ? github.com/docker/docker/api [no test files] [2021-07-02T13:05:59.923Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-07-02T13:07:21.347Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2021-07-02T13:07:21.347Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-07-02T13:07:21.347Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/container [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/events [no test files] [2021-07-02T13:07:21.347Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2021-07-02T13:07:21.347Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/image [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/network [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-07-02T13:07:21.347Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2021-07-02T13:07:21.347Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/builder [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-07-02T13:07:21.347Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-07-02T13:07:23.866Z] ok github.com/docker/docker/builder/dockerfile 0.160s coverage: 48.5% of statements [2021-07-02T13:07:23.866Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-07-02T13:07:23.866Z] ok github.com/docker/docker/builder/remotecontext 0.083s coverage: 13.7% of statements [2021-07-02T13:07:24.795Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-07-02T13:07:25.723Z] ok github.com/docker/docker/builder/remotecontext/git 1.249s coverage: 86.3% of statements [2021-07-02T13:07:25.723Z] ? github.com/docker/docker/cli [no test files] [2021-07-02T13:07:25.723Z] ? github.com/docker/docker/cli/config [no test files] [2021-07-02T13:07:29.897Z] ok github.com/docker/docker/client 0.169s coverage: 75.4% of statements [2021-07-02T13:08:08.561Z] ok github.com/docker/docker/cmd/dockerd 0.066s coverage: 29.1% of statements [2021-07-02T13:08:09.928Z] ok github.com/docker/docker/container 0.125s coverage: 34.5% of statements [2021-07-02T13:08:09.928Z] ? github.com/docker/docker/container/stream [no test files] [2021-07-02T13:08:09.928Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-07-02T13:08:09.928Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-07-02T13:08:09.928Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-07-02T13:08:22.102Z] ok github.com/docker/docker/daemon/cluster 0.075s coverage: 0.5% of statements [2021-07-02T13:08:22.665Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-07-02T13:08:24.031Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-07-02T13:08:34.001Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2021-07-02T13:08:34.257Z] ok github.com/docker/docker/daemon 12.179s coverage: 17.1% of statements [2021-07-02T13:08:34.257Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-07-02T13:08:34.257Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-07-02T13:08:34.819Z] ok github.com/docker/docker/daemon/config 0.047s coverage: 81.8% of statements [2021-07-02T13:08:35.747Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-07-02T13:08:36.309Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2021-07-02T13:08:36.309Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-07-02T13:08:36.309Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-07-02T13:08:37.237Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2021-07-02T13:08:39.755Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.474s coverage: 73.3% of statements [2021-07-02T13:08:39.755Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2021-07-02T13:08:41.122Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.368s coverage: 56.2% of statements [2021-07-02T13:08:43.648Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-07-02T13:08:45.020Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.625s coverage: 45.9% of statements [2021-07-02T13:08:45.020Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-07-02T13:08:45.276Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.299s coverage: 49.4% of statements [2021-07-02T13:08:47.166Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.485s coverage: 57.7% of statements [2021-07-02T13:08:47.166Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-07-02T13:08:47.166Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-07-02T13:08:47.423Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 57.5% of statements [2021-07-02T13:08:48.792Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2021-07-02T13:08:50.160Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2021-07-02T13:08:51.091Z] ok github.com/docker/docker/daemon/images 0.027s coverage: 6.7% of statements [2021-07-02T13:08:51.091Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-07-02T13:08:51.091Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-07-02T13:08:52.020Z] ok github.com/docker/docker/daemon/logger 0.236s coverage: 43.2% of statements [2021-07-02T13:08:53.388Z] ok github.com/docker/docker/daemon/logger/awslogs 0.183s coverage: 77.4% of statements [2021-07-02T13:08:53.388Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-07-02T13:08:53.388Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-07-02T13:08:53.645Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 67.0% of statements [2021-07-02T13:08:54.597Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-07-02T13:08:55.159Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 69.9% of statements [2021-07-02T13:08:55.159Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2021-07-02T13:08:56.526Z] ok github.com/docker/docker/daemon/logger/local 0.039s coverage: 75.2% of statements [2021-07-02T13:08:56.526Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-07-02T13:08:57.089Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 56.8% of statements [2021-07-02T13:08:58.017Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2021-07-02T13:08:59.383Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-07-02T13:08:59.639Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-07-02T13:09:00.569Z] ok github.com/docker/docker/daemon/logger/splunk 1.711s coverage: 82.5% of statements [2021-07-02T13:09:00.569Z] ? github.com/docker/docker/daemon/names [no test files] [2021-07-02T13:09:00.569Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2021-07-02T13:09:00.569Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-07-02T13:09:02.461Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2021-07-02T13:09:03.391Z] ok github.com/docker/docker/distribution 0.153s coverage: 25.0% of statements [2021-07-02T13:09:03.391Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-07-02T13:09:04.320Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-07-02T13:09:05.249Z] ok github.com/docker/docker/image 0.017s coverage: 86.8% of statements [2021-07-02T13:09:05.812Z] ok github.com/docker/docker/distribution/xfer 1.879s coverage: 85.1% of statements [2021-07-02T13:09:05.812Z] ? github.com/docker/docker/dockerversion [no test files] [2021-07-02T13:09:06.068Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-07-02T13:09:06.068Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-07-02T13:09:06.997Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-07-02T13:09:06.997Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-07-02T13:09:07.925Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-07-02T13:09:08.854Z] ok github.com/docker/docker/oci 0.009s coverage: 38.4% of statements [2021-07-02T13:09:09.417Z] ok github.com/docker/docker/opts 0.021s coverage: 67.1% of statements [2021-07-02T13:09:09.674Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-07-02T13:09:11.565Z] ok github.com/docker/docker/pkg/archive 0.283s coverage: 82.3% of statements [2021-07-02T13:09:12.128Z] ok github.com/docker/docker/pkg/authorization 0.091s coverage: 68.3% of statements [2021-07-02T13:09:12.385Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-07-02T13:09:12.642Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-07-02T13:09:15.912Z] ok github.com/docker/docker/pkg/chrootarchive 2.485s coverage: 43.2% of statements [2021-07-02T13:09:15.913Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-07-02T13:09:16.175Z] ok github.com/docker/docker/layer 7.393s coverage: 68.8% of statements [2021-07-02T13:09:16.175Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-07-02T13:09:16.175Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-07-02T13:09:16.175Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-07-02T13:09:16.175Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-07-02T13:09:16.175Z] ? github.com/docker/docker/oci/caps [no test files] [2021-07-02T13:09:16.175Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-07-02T13:09:16.175Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-07-02T13:09:16.432Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2021-07-02T13:09:16.999Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2021-07-02T13:09:17.563Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2021-07-02T13:09:18.126Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2021-07-02T13:09:18.689Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-07-02T13:09:19.617Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-07-02T13:09:20.547Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2021-07-02T13:09:21.110Z] ok github.com/docker/docker/pkg/discovery/kv 3.068s coverage: 84.1% of statements [2021-07-02T13:09:21.110Z] ok github.com/docker/docker/pkg/fsutils 0.155s coverage: 85.1% of statements [2021-07-02T13:09:21.366Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2021-07-02T13:09:22.733Z] ok github.com/docker/docker/pkg/idtools 0.459s coverage: 69.5% of statements [2021-07-02T13:09:22.989Z] ok github.com/docker/docker/pkg/ioutils 0.550s coverage: 69.3% of statements [2021-07-02T13:09:22.989Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2021-07-02T13:09:22.989Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-07-02T13:09:23.246Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-07-02T13:09:23.246Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-07-02T13:09:23.246Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-07-02T13:09:23.503Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2021-07-02T13:09:23.503Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-07-02T13:09:23.760Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-07-02T13:09:24.016Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2021-07-02T13:09:24.274Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2021-07-02T13:09:24.531Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-07-02T13:09:24.531Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-07-02T13:09:24.531Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-07-02T13:09:25.460Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2021-07-02T13:09:26.023Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-07-02T13:09:26.279Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-07-02T13:09:26.535Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-07-02T13:09:27.901Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-07-02T13:09:28.157Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-07-02T13:09:32.324Z] ok github.com/docker/docker/pkg/signal 3.384s coverage: 62.3% of statements [2021-07-02T13:09:32.324Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-07-02T13:09:32.580Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-07-02T13:09:32.836Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-07-02T13:09:33.763Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2021-07-02T13:09:34.020Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2021-07-02T13:09:34.584Z] ok github.com/docker/docker/pkg/tailfile 0.082s coverage: 88.6% of statements [2021-07-02T13:09:35.147Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-07-02T13:09:35.147Z] testing: warning: no tests to run [2021-07-02T13:09:35.147Z] coverage: [no statements] [2021-07-02T13:09:35.147Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-07-02T13:09:35.709Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-07-02T13:09:35.966Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-07-02T13:09:35.966Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-07-02T13:09:38.501Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2021-07-02T13:09:38.761Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-07-02T13:09:39.326Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-07-02T13:09:40.692Z] ok github.com/docker/docker/quota 0.260s coverage: 71.4% of statements [2021-07-02T13:09:41.254Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2021-07-02T13:09:42.623Z] ok github.com/docker/docker/registry 0.061s coverage: 57.2% of statements [2021-07-02T13:09:42.880Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-07-02T13:09:43.136Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-07-02T13:09:44.065Z] ok github.com/docker/docker/runconfig 0.010s coverage: 66.1% of statements [2021-07-02T13:09:44.065Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-07-02T13:09:46.582Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-07-02T13:09:47.950Z] ok github.com/docker/docker/volume/local 0.099s coverage: 76.4% of statements [2021-07-02T13:09:48.206Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2021-07-02T13:09:49.572Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2021-07-02T13:09:59.511Z] ok github.com/docker/docker/pkg/plugins 33.614s coverage: 76.6% of statements [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/pkg/term [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/rootless [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/testutil/request [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/volume [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-07-02T13:09:59.511Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === Skipped [2021-07-02T13:09:59.511Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-07-02T13:09:59.511Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-07-02T13:09:59.511Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver btrfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:73: No driver to put! [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-07-02T13:09:59.511Z] time="2021-07-02T13:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-07-02T13:09:59.511Z] time="2021-07-02T13:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-07-02T13:09:59.511Z] time="2021-07-02T13:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-07-02T13:09:59.511Z] time="2021-07-02T13:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-07-02T13:09:59.511Z] time="2021-07-02T13:08:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:73: No driver to put! [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-07-02T13:09:59.511Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-07-02T13:09:59.511Z] overlay_test.go:49: Fails to compute changes intermittently [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-07-02T13:09:59.511Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-02T13:09:59.511Z] graphtest_unix.go:46: Driver zfs not supported [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-07-02T13:09:59.511Z] graphtest_unix.go:73: No driver to put! [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-07-02T13:09:59.511Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-07-02T13:09:59.511Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] [2021-07-02T13:09:59.511Z] DONE 2230 tests, 26 skipped in 255.448s Post stage [Pipeline] junit [2021-07-02T13:09:59.777Z] Recording test results [2021-07-02T13:10:00.012Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-07-02T13:10:00.398Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42591/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=618f6a79ab22ce581cb7a2f96b5a1e5aae196173 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:618f6a79ab22ce581cb7a2f96b5a1e5aae196173 hack/validate/vendor [2021-07-02T13:10:01.326Z] 2021/07/02 13:10:00 Collecting initial packages [2021-07-02T13:10:01.326Z] 2021/07/02 13:10:01 Download dependencies [2021-07-02T13:10:04.592Z] 2021/07/02 13:10:04 Starting whole vndr cycle because no package specified [2021-07-02T13:10:04.592Z] 2021/07/02 13:10:04 Ignoring paths matching "^archive/tar" [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-07-02T13:10:05.156Z] 2021/07/02 13:10:05 Clone github.com/Microsoft/hcsshim, revision 89a9a3b524264d34985f1d48793ab2b2d2e430f6, attempt 1/20 [2021-07-02T13:10:06.086Z] 2021/07/02 13:10:06 Finished clone github.com/moby/locker [2021-07-02T13:10:06.086Z] 2021/07/02 13:10:06 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Finished clone github.com/mistifyio/go-zfs [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20 [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Finished clone github.com/tchap/go-patricia [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Finished clone github.com/docker/libtrust [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Finished clone github.com/creack/pty [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Finished clone github.com/opencontainers/go-digest [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Finished clone github.com/Azure/go-ansiterm [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Finished clone github.com/google/uuid [2021-07-02T13:10:06.344Z] 2021/07/02 13:10:06 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-07-02T13:10:06.601Z] 2021/07/02 13:10:06 Finished clone github.com/moby/term [2021-07-02T13:10:06.601Z] 2021/07/02 13:10:06 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-07-02T13:10:06.601Z] 2021/07/02 13:10:06 Finished clone github.com/Microsoft/go-winio [2021-07-02T13:10:06.601Z] 2021/07/02 13:10:06 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-07-02T13:10:06.601Z] 2021/07/02 13:10:06 Finished clone github.com/gorilla/mux [2021-07-02T13:10:06.601Z] 2021/07/02 13:10:06 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2021-07-02T13:10:06.601Z] 2021/07/02 13:10:06 Finished clone github.com/moby/sys [2021-07-02T13:10:06.601Z] 2021/07/02 13:10:06 Clone github.com/moby/buildkit, revision 244e8cde639f71a05a1a2e0670bd88e0206ce55c, attempt 1/20 [2021-07-02T13:10:07.166Z] 2021/07/02 13:10:06 Finished clone github.com/sirupsen/logrus [2021-07-02T13:10:07.166Z] 2021/07/02 13:10:06 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2021-07-02T13:10:07.166Z] 2021/07/02 13:10:07 Finished clone github.com/docker/go-units [2021-07-02T13:10:07.166Z] 2021/07/02 13:10:07 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-07-02T13:10:07.729Z] 2021/07/02 13:10:07 Finished clone github.com/syndtr/gocapability [2021-07-02T13:10:07.729Z] 2021/07/02 13:10:07 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-07-02T13:10:07.729Z] 2021/07/02 13:10:07 Finished clone github.com/RackSec/srslog [2021-07-02T13:10:07.729Z] 2021/07/02 13:10:07 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-07-02T13:10:07.987Z] 2021/07/02 13:10:07 Finished clone github.com/imdario/mergo [2021-07-02T13:10:07.987Z] 2021/07/02 13:10:07 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-07-02T13:10:08.244Z] 2021/07/02 13:10:08 Finished clone gotest.tools/v3 [2021-07-02T13:10:08.244Z] 2021/07/02 13:10:08 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-07-02T13:10:08.244Z] 2021/07/02 13:10:08 Finished clone golang.org/x/sync [2021-07-02T13:10:08.244Z] 2021/07/02 13:10:08 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-07-02T13:10:08.500Z] 2021/07/02 13:10:08 Finished clone github.com/google/go-cmp [2021-07-02T13:10:08.500Z] 2021/07/02 13:10:08 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-07-02T13:10:08.500Z] 2021/07/02 13:10:08 Finished clone github.com/tonistiigi/units [2021-07-02T13:10:08.500Z] 2021/07/02 13:10:08 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-07-02T13:10:08.757Z] 2021/07/02 13:10:08 Finished clone github.com/docker/go-connections [2021-07-02T13:10:08.757Z] 2021/07/02 13:10:08 Clone github.com/docker/libnetwork, revision 64b7a4574d1426139437d20e81c0b6d391130ec8, attempt 1/20 [2021-07-02T13:10:09.321Z] 2021/07/02 13:10:09 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-07-02T13:10:09.321Z] 2021/07/02 13:10:09 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-07-02T13:10:09.321Z] 2021/07/02 13:10:09 Finished clone github.com/google/shlex [2021-07-02T13:10:09.321Z] 2021/07/02 13:10:09 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-07-02T13:10:09.578Z] 2021/07/02 13:10:09 Finished clone github.com/opentracing/opentracing-go [2021-07-02T13:10:09.578Z] 2021/07/02 13:10:09 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-07-02T13:10:09.578Z] 2021/07/02 13:10:09 Finished clone github.com/opentracing-contrib/go-stdlib [2021-07-02T13:10:09.578Z] 2021/07/02 13:10:09 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-07-02T13:10:09.578Z] 2021/07/02 13:10:09 Finished clone github.com/mitchellh/hashstructure [2021-07-02T13:10:09.578Z] 2021/07/02 13:10:09 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-07-02T13:10:09.835Z] 2021/07/02 13:10:09 Finished clone github.com/gofrs/flock [2021-07-02T13:10:09.835Z] 2021/07/02 13:10:09 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-07-02T13:10:10.765Z] 2021/07/02 13:10:10 Finished clone github.com/docker/go-events [2021-07-02T13:10:10.765Z] 2021/07/02 13:10:10 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-07-02T13:10:10.765Z] 2021/07/02 13:10:10 Finished clone github.com/armon/go-radix [2021-07-02T13:10:10.765Z] 2021/07/02 13:10:10 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-07-02T13:10:11.022Z] 2021/07/02 13:10:10 Finished clone github.com/armon/go-metrics [2021-07-02T13:10:11.022Z] 2021/07/02 13:10:10 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-07-02T13:10:11.022Z] 2021/07/02 13:10:10 Finished clone github.com/sean-/seed [2021-07-02T13:10:11.022Z] 2021/07/02 13:10:10 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-07-02T13:10:11.279Z] 2021/07/02 13:10:11 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-07-02T13:10:11.279Z] 2021/07/02 13:10:11 Finished clone github.com/tonistiigi/fsutil [2021-07-02T13:10:12.210Z] 2021/07/02 13:10:11 Finished clone github.com/hashicorp/errwrap [2021-07-02T13:10:12.210Z] 2021/07/02 13:10:11 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-07-02T13:10:12.467Z] 2021/07/02 13:10:12 Finished clone github.com/hashicorp/go-multierror [2021-07-02T13:10:12.467Z] 2021/07/02 13:10:12 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-07-02T13:10:12.467Z] 2021/07/02 13:10:12 Finished clone github.com/hashicorp/memberlist [2021-07-02T13:10:12.467Z] 2021/07/02 13:10:12 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-07-02T13:10:13.030Z] 2021/07/02 13:10:12 Finished clone github.com/docker/libkv [2021-07-02T13:10:13.030Z] 2021/07/02 13:10:12 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2021-07-02T13:10:13.288Z] 2021/07/02 13:10:13 Finished clone github.com/golang/gddo [2021-07-02T13:10:13.288Z] 2021/07/02 13:10:13 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-07-02T13:10:13.288Z] 2021/07/02 13:10:13 Finished clone github.com/vishvananda/netns [2021-07-02T13:10:13.288Z] 2021/07/02 13:10:13 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-07-02T13:10:13.544Z] 2021/07/02 13:10:13 Finished clone github.com/hashicorp/go-sockaddr [2021-07-02T13:10:13.544Z] 2021/07/02 13:10:13 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2021-07-02T13:10:14.915Z] 2021/07/02 13:10:14 Finished clone github.com/moby/ipvs [2021-07-02T13:10:14.915Z] 2021/07/02 13:10:14 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-07-02T13:10:14.915Z] 2021/07/02 13:10:14 Finished clone github.com/deckarep/golang-set [2021-07-02T13:10:14.915Z] 2021/07/02 13:10:14 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2021-07-02T13:10:14.915Z] 2021/07/02 13:10:14 Finished clone github.com/BurntSushi/toml [2021-07-02T13:10:14.915Z] 2021/07/02 13:10:14 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-07-02T13:10:14.915Z] 2021/07/02 13:10:14 Finished clone github.com/samuel/go-zookeeper [2021-07-02T13:10:14.915Z] 2021/07/02 13:10:14 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-07-02T13:10:15.480Z] 2021/07/02 13:10:15 Finished clone github.com/vishvananda/netlink [2021-07-02T13:10:15.480Z] 2021/07/02 13:10:15 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2021-07-02T13:10:16.044Z] 2021/07/02 13:10:15 Finished clone github.com/hashicorp/go-msgpack [2021-07-02T13:10:16.044Z] 2021/07/02 13:10:15 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-07-02T13:10:16.301Z] 2021/07/02 13:10:16 Finished clone github.com/coreos/go-semver [2021-07-02T13:10:16.301Z] 2021/07/02 13:10:16 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-07-02T13:10:16.865Z] 2021/07/02 13:10:16 Finished clone github.com/ishidawataru/sctp [2021-07-02T13:10:16.865Z] 2021/07/02 13:10:16 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-07-02T13:10:17.795Z] 2021/07/02 13:10:17 Finished clone golang.org/x/net [2021-07-02T13:10:17.795Z] 2021/07/02 13:10:17 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-07-02T13:10:19.164Z] 2021/07/02 13:10:18 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-07-02T13:10:19.164Z] 2021/07/02 13:10:18 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-07-02T13:10:19.421Z] 2021/07/02 13:10:19 Finished clone go.etcd.io/bbolt [2021-07-02T13:10:19.421Z] 2021/07/02 13:10:19 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2021-07-02T13:10:19.985Z] 2021/07/02 13:10:19 Finished clone github.com/hashicorp/serf [2021-07-02T13:10:19.985Z] 2021/07/02 13:10:19 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2021-07-02T13:10:20.241Z] 2021/07/02 13:10:20 Finished clone github.com/gogo/googleapis [2021-07-02T13:10:20.241Z] 2021/07/02 13:10:20 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-07-02T13:10:21.609Z] 2021/07/02 13:10:21 Finished clone github.com/Microsoft/opengcs [2021-07-02T13:10:21.609Z] 2021/07/02 13:10:21 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-07-02T13:10:22.172Z] 2021/07/02 13:10:21 Finished clone github.com/vbatts/tar-split [2021-07-02T13:10:22.172Z] 2021/07/02 13:10:21 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-07-02T13:10:23.118Z] 2021/07/02 13:10:23 Finished clone github.com/cyphar/filepath-securejoin [2021-07-02T13:10:23.118Z] 2021/07/02 13:10:23 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2021-07-02T13:10:23.682Z] 2021/07/02 13:10:23 Finished clone github.com/opencontainers/runtime-spec [2021-07-02T13:10:23.682Z] 2021/07/02 13:10:23 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2021-07-02T13:10:24.611Z] 2021/07/02 13:10:24 Finished clone github.com/opencontainers/image-spec [2021-07-02T13:10:24.611Z] 2021/07/02 13:10:24 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-07-02T13:10:24.611Z] 2021/07/02 13:10:24 Finished clone github.com/coreos/go-systemd [2021-07-02T13:10:24.611Z] 2021/07/02 13:10:24 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2021-07-02T13:10:25.976Z] 2021/07/02 13:10:25 Finished clone github.com/coreos/go-systemd/v22 [2021-07-02T13:10:25.976Z] 2021/07/02 13:10:25 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-07-02T13:10:25.976Z] 2021/07/02 13:10:25 Finished clone github.com/godbus/dbus/v5 [2021-07-02T13:10:25.976Z] 2021/07/02 13:10:25 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-07-02T13:10:26.232Z] 2021/07/02 13:10:26 Finished clone github.com/Graylog2/go-gelf [2021-07-02T13:10:26.232Z] 2021/07/02 13:10:26 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-07-02T13:10:26.489Z] 2021/07/02 13:10:26 Finished clone github.com/fluent/fluent-logger-golang [2021-07-02T13:10:26.489Z] 2021/07/02 13:10:26 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-07-02T13:10:27.418Z] 2021/07/02 13:10:27 Finished clone github.com/philhofer/fwd [2021-07-02T13:10:27.418Z] 2021/07/02 13:10:27 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-07-02T13:10:27.982Z] 2021/07/02 13:10:27 Finished clone github.com/fsnotify/fsnotify [2021-07-02T13:10:27.982Z] 2021/07/02 13:10:27 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-07-02T13:10:28.239Z] 2021/07/02 13:10:28 Finished clone github.com/ugorji/go [2021-07-02T13:10:28.239Z] 2021/07/02 13:10:28 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-07-02T13:10:28.496Z] 2021/07/02 13:10:28 Finished clone github.com/docker/libnetwork [2021-07-02T13:10:28.496Z] 2021/07/02 13:10:28 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-07-02T13:10:29.425Z] 2021/07/02 13:10:29 Finished clone github.com/jmespath/go-jmespath [2021-07-02T13:10:29.425Z] 2021/07/02 13:10:29 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-07-02T13:10:29.682Z] 2021/07/02 13:10:29 Finished clone github.com/bsphere/le_go [2021-07-02T13:10:29.682Z] 2021/07/02 13:10:29 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-07-02T13:10:30.613Z] 2021/07/02 13:10:30 Finished clone github.com/tinylib/msgp [2021-07-02T13:10:30.613Z] 2021/07/02 13:10:30 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-07-02T13:10:30.613Z] 2021/07/02 13:10:30 Finished clone golang.org/x/oauth2 [2021-07-02T13:10:30.613Z] 2021/07/02 13:10:30 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-07-02T13:10:30.870Z] 2021/07/02 13:10:30 Finished clone github.com/golang/groupcache [2021-07-02T13:10:30.870Z] 2021/07/02 13:10:30 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-07-02T13:10:31.434Z] 2021/07/02 13:10:31 Finished clone golang.org/x/sys [2021-07-02T13:10:31.434Z] 2021/07/02 13:10:31 Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20 [2021-07-02T13:10:31.998Z] 2021/07/02 13:10:31 Finished clone github.com/miekg/dns [2021-07-02T13:10:31.998Z] 2021/07/02 13:10:31 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2021-07-02T13:10:31.998Z] 2021/07/02 13:10:31 Finished clone github.com/googleapis/gax-go [2021-07-02T13:10:31.998Z] 2021/07/02 13:10:31 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2021-07-02T13:10:33.368Z] 2021/07/02 13:10:33 Finished clone go.opencensus.io [2021-07-02T13:10:33.368Z] 2021/07/02 13:10:33 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2021-07-02T13:10:33.368Z] 2021/07/02 13:10:33 Finished clone github.com/containerd/fifo [2021-07-02T13:10:33.368Z] 2021/07/02 13:10:33 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2021-07-02T13:10:35.263Z] 2021/07/02 13:10:34 Finished clone golang.org/x/text [2021-07-02T13:10:35.263Z] 2021/07/02 13:10:34 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-07-02T13:10:35.263Z] 2021/07/02 13:10:35 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2021-07-02T13:10:35.263Z] 2021/07/02 13:10:35 Finished clone github.com/containerd/cgroups [2021-07-02T13:10:36.631Z] 2021/07/02 13:10:36 Finished clone github.com/containerd/go-runc [2021-07-02T13:10:36.631Z] 2021/07/02 13:10:36 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-07-02T13:10:36.631Z] 2021/07/02 13:10:36 Finished clone github.com/containerd/typeurl [2021-07-02T13:10:36.631Z] 2021/07/02 13:10:36 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-07-02T13:10:38.001Z] 2021/07/02 13:10:37 Finished clone github.com/containerd/console [2021-07-02T13:10:38.001Z] 2021/07/02 13:10:37 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2021-07-02T13:10:38.001Z] 2021/07/02 13:10:37 Finished clone github.com/containerd/ttrpc [2021-07-02T13:10:38.001Z] 2021/07/02 13:10:37 Clone github.com/docker/swarmkit, revision c9afb5fd44bb419bae719f400f31671712bcb99e, attempt 1/20 [2021-07-02T13:10:38.001Z] 2021/07/02 13:10:37 Finished clone github.com/beorn7/perks [2021-07-02T13:10:38.001Z] 2021/07/02 13:10:37 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2021-07-02T13:10:38.258Z] 2021/07/02 13:10:38 Finished clone github.com/opencontainers/runc [2021-07-02T13:10:38.258Z] 2021/07/02 13:10:38 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-07-02T13:10:38.258Z] 2021/07/02 13:10:38 Finished clone google.golang.org/grpc [2021-07-02T13:10:38.258Z] 2021/07/02 13:10:38 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-07-02T13:10:38.821Z] 2021/07/02 13:10:38 Finished clone github.com/containerd/continuity [2021-07-02T13:10:38.821Z] 2021/07/02 13:10:38 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-07-02T13:10:38.821Z] 2021/07/02 13:10:38 Finished clone github.com/moby/buildkit [2021-07-02T13:10:38.821Z] 2021/07/02 13:10:38 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-07-02T13:10:38.821Z] 2021/07/02 13:10:38 Finished clone github.com/docker/distribution [2021-07-02T13:10:38.821Z] 2021/07/02 13:10:38 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2021-07-02T13:10:40.189Z] 2021/07/02 13:10:39 Finished clone github.com/fernet/fernet-go [2021-07-02T13:10:40.189Z] 2021/07/02 13:10:39 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2021-07-02T13:10:40.189Z] 2021/07/02 13:10:39 Finished clone github.com/Microsoft/hcsshim [2021-07-02T13:10:40.189Z] 2021/07/02 13:10:39 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-07-02T13:10:42.081Z] 2021/07/02 13:10:41 Finished clone github.com/hashicorp/go-memdb [2021-07-02T13:10:42.081Z] 2021/07/02 13:10:41 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-07-02T13:10:42.081Z] 2021/07/02 13:10:41 Finished clone golang.org/x/time [2021-07-02T13:10:42.081Z] 2021/07/02 13:10:41 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-07-02T13:10:42.643Z] 2021/07/02 13:10:42 Finished clone github.com/hashicorp/go-immutable-radix [2021-07-02T13:10:42.643Z] 2021/07/02 13:10:42 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2021-07-02T13:10:43.206Z] 2021/07/02 13:10:43 Finished clone github.com/cilium/ebpf [2021-07-02T13:10:43.206Z] 2021/07/02 13:10:43 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-07-02T13:10:43.206Z] 2021/07/02 13:10:43 Finished clone github.com/hashicorp/golang-lru [2021-07-02T13:10:43.206Z] 2021/07/02 13:10:43 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-07-02T13:10:44.590Z] 2021/07/02 13:10:44 Finished clone github.com/coreos/pkg [2021-07-02T13:10:44.590Z] 2021/07/02 13:10:44 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2021-07-02T13:10:45.518Z] 2021/07/02 13:10:45 Finished clone golang.org/x/crypto [2021-07-02T13:10:45.518Z] 2021/07/02 13:10:45 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-07-02T13:10:46.885Z] 2021/07/02 13:10:46 Finished clone github.com/golang/protobuf [2021-07-02T13:10:46.885Z] 2021/07/02 13:10:46 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-07-02T13:10:47.141Z] 2021/07/02 13:10:46 Finished clone github.com/prometheus/client_model [2021-07-02T13:10:47.141Z] 2021/07/02 13:10:46 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-07-02T13:10:47.396Z] 2021/07/02 13:10:47 Finished clone github.com/prometheus/client_golang [2021-07-02T13:10:47.396Z] 2021/07/02 13:10:47 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-07-02T13:10:47.654Z] 2021/07/02 13:10:47 Finished clone github.com/spf13/cobra [2021-07-02T13:10:47.654Z] 2021/07/02 13:10:47 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-07-02T13:10:47.910Z] 2021/07/02 13:10:47 Finished clone code.cloudfoundry.org/clock [2021-07-02T13:10:47.910Z] 2021/07/02 13:10:47 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-07-02T13:10:48.839Z] 2021/07/02 13:10:48 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-07-02T13:10:48.839Z] 2021/07/02 13:10:48 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-07-02T13:10:49.402Z] 2021/07/02 13:10:49 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-07-02T13:10:49.402Z] 2021/07/02 13:10:49 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-07-02T13:10:49.402Z] 2021/07/02 13:10:49 Finished clone github.com/pkg/errors [2021-07-02T13:10:49.402Z] 2021/07/02 13:10:49 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-07-02T13:10:50.331Z] 2021/07/02 13:10:49 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-07-02T13:10:50.331Z] 2021/07/02 13:10:49 Finished clone github.com/prometheus/common [2021-07-02T13:10:50.331Z] 2021/07/02 13:10:50 Finished clone github.com/prometheus/procfs [2021-07-02T13:10:50.331Z] 2021/07/02 13:10:50 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-07-02T13:10:50.331Z] 2021/07/02 13:10:50 Finished clone github.com/cespare/xxhash/v2 [2021-07-02T13:10:50.331Z] 2021/07/02 13:10:50 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2021-07-02T13:10:50.587Z] 2021/07/02 13:10:50 Finished clone github.com/docker/go-metrics [2021-07-02T13:10:50.587Z] 2021/07/02 13:10:50 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2021-07-02T13:10:51.151Z] 2021/07/02 13:10:51 Finished clone github.com/spf13/pflag [2021-07-02T13:10:51.407Z] 2021/07/02 13:10:51 Finished clone github.com/inconshreveable/mousetrap [2021-07-02T13:10:51.664Z] 2021/07/02 13:10:51 Finished clone github.com/morikuni/aec [2021-07-02T13:10:51.920Z] 2021/07/02 13:10:51 Finished clone github.com/willf/bitset [2021-07-02T13:10:52.484Z] 2021/07/02 13:10:52 Finished clone github.com/google/certificate-transparency-go [2021-07-02T13:10:53.853Z] 2021/07/02 13:10:53 Finished clone github.com/opencontainers/selinux [2021-07-02T13:11:03.803Z] 2021/07/02 13:11:02 Finished clone github.com/cloudflare/cfssl [2021-07-02T13:11:13.753Z] 2021/07/02 13:11:12 Finished clone github.com/docker/swarmkit [2021-07-02T13:11:13.753Z] 2021/07/02 13:11:13 Finished clone github.com/coreos/etcd [2021-07-02T13:11:18.998Z] 2021/07/02 13:11:18 Finished clone cloud.google.com/go [2021-07-02T13:11:23.187Z] 2021/07/02 13:11:23 Finished clone github.com/containerd/containerd [2021-07-02T13:11:33.137Z] 2021/07/02 13:11:31 Finished clone google.golang.org/genproto [2021-07-02T13:11:33.137Z] 2021/07/02 13:11:32 Finished clone github.com/gogo/protobuf [2021-07-02T13:12:29.323Z] 2021/07/02 13:12:20 Finished clone github.com/hashicorp/consul [2021-07-02T13:12:29.323Z] 2021/07/02 13:12:24 Finished clone github.com/aws/aws-sdk-go [2021-07-02T13:15:20.782Z] 2021/07/02 13:15:13 Finished clone google.golang.org/api [2021-07-02T13:15:20.782Z] 2021/07/02 13:15:13 Dependencies downloaded. Download time: 5m8.760492783s [2021-07-02T13:15:20.782Z] 2021/07/02 13:15:13 Collecting all dependencies [2021-07-02T13:15:24.954Z] 2021/07/02 13:15:24 Clean vendor dir from unused packages [2021-07-02T13:15:24.954Z] 2021/07/02 13:15:24 Ignoring paths matching "^archive/tar" [2021-07-02T13:15:25.517Z] 2021/07/02 13:15:25 Success [2021-07-02T13:15:25.517Z] 2021/07/02 13:15:25 Running time: 5m24.305185183s [2021-07-02T13:15:25.517Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-07-02T13:15:26.419Z] + echo Ensuring container killed. [2021-07-02T13:15:26.419Z] Ensuring container killed. [2021-07-02T13:15:26.419Z] + docker rm -vf docker-pr2 [2021-07-02T13:15:26.419Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-07-02T13:15:26.736Z] + echo Chowning /workspace to jenkins user [2021-07-02T13:15:26.736Z] Chowning /workspace to jenkins user [2021-07-02T13:15:26.736Z] + id -u [2021-07-02T13:15:26.736Z] + id -g [2021-07-02T13:15:26.736Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42591:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-02T13:15:27.626Z] + bundleName=unit [2021-07-02T13:15:27.626Z] + echo Creating unit-bundles.tar.gz [2021-07-02T13:15:27.626Z] Creating unit-bundles.tar.gz [2021-07-02T13:15:27.626Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-07-02T13:15:27.626Z] bundles/junit-report.xml [2021-07-02T13:15:27.626Z] bundles/go-test-report.json [2021-07-02T13:15:27.626Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-07-02T13:15:27.635Z] Archiving artifacts [2021-07-02T13:15:27.987Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42591/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-02T13:15:28.293Z] + make clean [2021-07-02T13:15:28.293Z] docker volume rm -f docker-dev-cache [2021-07-02T13:15:28.548Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS