Skip to content

Instantly share code, notes, and snippets.

@kolyshkin
Created November 30, 2017 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kolyshkin/0657a9e3fcb79d451f8772ad83cfebc1 to your computer and use it in GitHub Desktop.
Save kolyshkin/0657a9e3fcb79d451f8772ad83cfebc1 to your computer and use it in GitHub Desktop.
z failure
Console Output
Started by user Gordon
Notifying endpoint with url 'http://core-services.dockerproject.org:9090/notification/jenkins'
Obtained Jenkinsfile.docker-ee-pr-s390x from git git@github.com:docker/release-jenkinsfiles
[Pipeline] parallel
[Pipeline] [init] { (Branch: init)
[Pipeline] [init] stage
[Pipeline] [init] { (src)
[Pipeline] [init] node
[init] Running on s390x-01 in /var/jenkins_home/workspace/docker-ee-pr-s390x
[Pipeline] [init] {
[Pipeline] [init] withDockerRegistry
[init] Wrote authentication to /home/docker/.docker/config.json
[Pipeline] [init] {
[Pipeline] [init] wrap
[Pipeline] [init] {
[Pipeline] [init] wrap
[Pipeline] [init] {
[Pipeline] [init] echo
17:21:48 [init] cleanWorkspace: Ensuring workspace is owned by docker
[Pipeline] [init] echo
17:21:48 [init] chowning workspace
[Pipeline] [init] sh
17:21:48 [init] [docker-ee-pr-s390x] Running shell script
17:21:49 [init] + uname -m
[Pipeline] [init] sh
17:21:50 [init] [docker-ee-pr-s390x] Running shell script
17:21:51 [init] ++ pwd
17:21:51 [init] ++ id -u
17:21:51 [init] ++ id -g
17:21:51 [init] + docker run --rm -v /var/jenkins_home/workspace/docker-ee-pr-s390x:/workspace s390x/busybox chown -R 1002:1002 /workspace
17:21:51 [init] Unable to find image 's390x/busybox:latest' locally
17:21:51 [init] latest: Pulling from s390x/busybox
17:21:51 [init] 17d54128cfab: Pulling fs layer
17:21:51 [init] 17d54128cfab: Verifying Checksum
17:21:51 [init] 17d54128cfab: Download complete
17:21:51 [init] docker: failed to register layer: symlink ../79c46a3b07232c319a8dec520d197b542b224d1b8a92fde501730d8eab691dae/diff /var/jenkins_home/docker_data/overlay2/l/FU6DGDNXOGO7Z32YNIJZBRMKWX: no such file or directory.
17:21:51 [init] See 'docker run --help'.
[Pipeline] [init] echo
17:21:51 [init] hudson.AbortException: script returned exit code 127
[Pipeline] [init] echo
17:21:51 [init] cleanWorkspace: Removing existing workspace
[Pipeline] [init] deleteDir
[Pipeline] [init] echo
17:21:51 [init] cleanWorkspace: Workspace is clean.
[Pipeline] [init] checkout
17:21:51 [init] Cloning the remote Git repository
17:21:52 [init] Cloning repository git@github.com:docker/release-jenkinsfiles
17:21:52 [init] > git init /var/jenkins_home/workspace/docker-ee-pr-s390x # timeout=10
17:21:52 [init] Fetching upstream changes from git@github.com:docker/release-jenkinsfiles
17:21:52 [init] > git --version # timeout=10
17:21:52 [init] using GIT_SSH to set credentials docker-jenkins@github.com
17:21:52 [init] > git fetch --tags --progress git@github.com:docker/release-jenkinsfiles +refs/heads/*:refs/remotes/origin/*
17:21:52 [init] > git config remote.origin.url git@github.com:docker/release-jenkinsfiles # timeout=10
17:21:52 [init] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
17:21:52 [init] > git config remote.origin.url git@github.com:docker/release-jenkinsfiles # timeout=10
17:21:52 [init] Fetching upstream changes from git@github.com:docker/release-jenkinsfiles
17:21:52 [init] using GIT_SSH to set credentials docker-jenkins@github.com
17:21:52 [init] > git fetch --tags --progress git@github.com:docker/release-jenkinsfiles +refs/heads/*:refs/remotes/origin/*
17:21:53 [init] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
17:21:53 [init] > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
17:21:53 [init] Checking out Revision 276043adac019463bd0954d0b84d5f38df1decb8 (refs/remotes/origin/master)
17:21:53 [init] Commit message: "Merge pull request #36 from seemethere/add_pr_cleanup"
17:21:53 [init] > git config core.sparsecheckout # timeout=10
17:21:53 [init] > git checkout -f 276043adac019463bd0954d0b84d5f38df1decb8
17:21:53 [init] > git rev-list 276043adac019463bd0954d0b84d5f38df1decb8 # timeout=10
[Pipeline] [init] sh
17:21:54 [init] [docker-ee-pr-s390x] Running shell script
17:21:55 [init] + make -f Makefile-docker-ee-pr clean
17:21:55 [init] rm -f -r bundles
17:21:55 [init] rm -f -r docker-ee
17:21:55 [init] rm -f *.tgz
17:21:55 [init] rm -f *.txt
[Pipeline] [init] sshagent
17:21:55 [init] [ssh-agent] Using credentials git (docker-jenkins@github.com)
17:21:55 [init] [ssh-agent] Looking for ssh-agent implementation...
17:21:56 [init] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
17:21:56 [init] $ ssh-agent
17:21:56 [init] SSH_AUTH_SOCK=/tmp/ssh-XtnIQY5bx3bx/agent.28420
17:21:56 [init] SSH_AGENT_PID=28421
17:21:57 [init] $ ssh-add /var/jenkins_home/workspace/docker-ee-pr-s390x@tmp/private_key_3237954615797804495.key
17:21:57 [init] Identity added: /var/jenkins_home/workspace/docker-ee-pr-s390x@tmp/private_key_3237954615797804495.key (/var/jenkins_home/workspace/docker-ee-pr-s390x@tmp/private_key_3237954615797804495.key)
17:21:58 [init] [ssh-agent] Started.
[Pipeline] [init] {
[Pipeline] [init] sh
17:21:58 [init] [docker-ee-pr-s390x] Running shell script
17:21:59 [init] + make -f Makefile-docker-ee-pr IMAGE_PREFIX=s390x/ BASE_BRANCH=17.06 PR=124 docker-ee.tgz docker-dev binary-daemon binary-client
17:21:59 [init] git clone -b 17.06 git@github.com:docker/docker-ee docker-ee
17:21:59 [init] Cloning into 'docker-ee'...
17:21:59 [init] Cannot contact s390x-01: java.io.IOException: Remote call on s390x-01 failed
17:22:12 [init] git -C docker-ee fetch origin +refs/pull/124/head:refs/remotes/origin/pr/124
17:22:12 [init] From github.com:docker/docker-ee
17:22:12 [init] * [new ref] refs/pull/124/head -> origin/pr/124
17:22:12 [init] git -C docker-ee config user.email "jenkins@docker.com"
17:22:12 [init] git -C docker-ee config user.name "jenkins"
17:22:12 [init] git -C docker-ee merge origin/pr/124
17:22:12 [init] Updating e75fdb8a77..1f401e0855
17:22:12 [init] Fast-forward
17:22:12 [init] .../engine/daemon/graphdriver/overlay2/check.go | 32 ++++++++++++++++++++++
17:22:12 [init] .../engine/daemon/graphdriver/overlay2/overlay.go | 17 ++++++++----
17:22:12 [init] 2 files changed, 43 insertions(+), 6 deletions(-)
17:22:12 [init] tar czf docker-ee.tgz docker-ee
17:22:22 [init] ./make-docker-dev '/var/jenkins_home/workspace/docker-ee-pr-s390x/docker-ee/components/engine'
17:22:22 [init] + set -o pipefail
17:22:22 [init] + '[' 1 -lt 1 ']'
17:22:22 [init] + '[' '!' -d /var/jenkins_home/workspace/docker-ee-pr-s390x/docker-ee/components/engine ']'
17:22:22 [init] + DOCKER_DIR=/var/jenkins_home/workspace/docker-ee-pr-s390x/docker-ee/components/engine
17:22:22 [init] ++ git -C /var/jenkins_home/workspace/docker-ee-pr-s390x/docker-ee/components/engine rev-parse HEAD
17:22:22 [init] + DOCKER_COMMIT=1f401e0855a4841d0452f8200989e74d43a1a9ed
17:22:22 [init] + DOCKER_BUILD_IMG_NAME=dockerbuildbot/docker
17:22:22 [init] ++ uname -m
17:22:22 [init] + ARCH=s390x
17:22:22 [init] + '[' s390x = x86_64 ']'
17:22:22 [init] + ARCH_SUFFIX=-s390x
17:22:22 [init] + DOCKER_BUILD_ARGS=
17:22:22 [init] + DOCKER_BUILD_IMG=dockerbuildbot/docker:1f401e0855a4841d0452f8200989e74d43a1a9ed-s390x
17:22:22 [init] + FORCE_REBUILD=0
17:22:22 [init] + PULL_RET=0
17:22:22 [init] + docker pull dockerbuildbot/docker:1f401e0855a4841d0452f8200989e74d43a1a9ed-s390x
17:22:22 [init] Error response from daemon: manifest for dockerbuildbot/docker:1f401e0855a4841d0452f8200989e74d43a1a9ed-s390x not found
17:22:22 [init] + PULL_RET=1
17:22:22 [init] + '[' 0 -eq 1 ']'
17:22:22 [init] + '[' 1 -ne 0 ']'
17:22:22 [init] + BUILD_TAG=jenkins-docker-ee-pr-s390x-154
17:22:22 [init] + EXECUTOR_NUMBER=0
17:22:22 [init] ++ tr A-Z a-z
17:22:22 [init] ++ echo jenkins-docker-ee-pr-s390x-154-0:latest
17:22:22 [init] + TMP_IMG=jenkins-docker-ee-pr-s390x-154-0:latest
17:22:22 [init] + make -C /var/jenkins_home/workspace/docker-ee-pr-s390x/docker-ee/components/engine DOCKER_BUILD_ARGS= DOCKER_IMAGE=jenkins-docker-ee-pr-s390x-154-0:latest build
17:22:22 [init] make[1]: Entering directory '/var/jenkins_home/workspace/docker-ee-pr-s390x/docker-ee/components/engine'
17:22:22 [init] mkdir bundles
17:22:22 [init] Makefile:108: The docker client CLI has moved to github.com/docker/cli. By default, it is built from the git sha specified in hack/dockerfile/binaries-commits. For a dev-test cycle involving the CLI, run:
17:22:22 [init] DOCKER_CLI_PATH=/host/path/to/cli/binary make shell
17:22:22 [init] then change the cli and compile into a binary at the same location.
17:22:22 [init]
17:22:22 [init] docker build -t "jenkins-docker-ee-pr-s390x-154-0:latest" -f "Dockerfile.s390x" .
17:22:23 [init] Sending build context to Docker daemon 33.08MB
17:22:23 [init] Step 1/39 : FROM s390x/debian:jessie
17:22:23 [init] jessie: Pulling from s390x/debian
17:22:23 [init] a0a92d62c165: Pulling fs layer
17:22:25 [init] $ ssh-agent -k
17:22:25 [init] unset SSH_AUTH_SOCK;
17:22:25 [init] unset SSH_AGENT_PID;
17:22:25 [init] echo Agent pid 28421 killed;
17:22:25 [init] [ssh-agent] Stopped.
17:22:24 [init] a0a92d62c165: Download complete
17:22:24 [init] failed to register layer: symlink ../84a62b7ee8aa27055df96ad63d1146cba1404c15f62f71c46e0a5b3db48c95bd/diff /var/jenkins_home/docker_data/overlay2/l/WXKU3WZ6DWRI6G5SBLAON36SRT: no such file or directory
17:22:24 [init] Makefile:108: recipe for target 'build' failed
17:22:24 [init] make[1]: *** [build] Error 1
17:22:24 [init] make[1]: Leaving directory '/var/jenkins_home/workspace/docker-ee-pr-s390x/docker-ee/components/engine'
17:22:24 [init] Makefile-docker-ee-pr:36: recipe for target 'docker-dev' failed
17:22:24 [init] make: *** [docker-dev] Error 2
[Pipeline] [init] }
[Pipeline] [init] // sshagent
[Pipeline] [init] echo
17:22:25 [init] chowning workspace
[Pipeline] [init] sh
17:22:26 [init] [docker-ee-pr-s390x] Running shell script
17:22:26 [init] + uname -m
[Pipeline] [init] sh
17:22:27 [init] [docker-ee-pr-s390x] Running shell script
17:22:28 [init] ++ pwd
17:22:28 [init] ++ id -u
17:22:28 [init] ++ id -g
17:22:28 [init] + docker run --rm -v /var/jenkins_home/workspace/docker-ee-pr-s390x:/workspace s390x/busybox chown -R 1002:1002 /workspace
17:22:28 [init] Unable to find image 's390x/busybox:latest' locally
17:22:28 [init] latest: Pulling from s390x/busybox
17:22:28 [init] 17d54128cfab: Pulling fs layer
17:22:28 [init] 17d54128cfab: Verifying Checksum
17:22:28 [init] 17d54128cfab: Download complete
17:22:28 [init] docker: failed to register layer: symlink ../a6bb774be5aafe0359aa5ddfc7ce1a1ac2d18e0d3263fd14e7583787dedb3d0a/diff /var/jenkins_home/docker_data/overlay2/l/FKBFT3KUZIVA3IEULYNOWYDGPP: no such file or directory.
17:22:28 [init] See 'docker run --help'.
[Pipeline] [init] echo
17:22:28 [init] hudson.AbortException: script returned exit code 127
[Pipeline] [init] }
[Pipeline] [init] // wrap
[Pipeline] [init] }
[Pipeline] [init] // wrap
[Pipeline] [init] }
[Pipeline] [init] // withDockerRegistry
[Pipeline] [init] }
[Pipeline] [init] // node
[Pipeline] [init] }
[Pipeline] [init] // stage
[Pipeline] [init] }
[init] Failed in branch init
[Pipeline] // parallel
[Pipeline] End of Pipeline
Notifying endpoint with url 'http://core-services.dockerproject.org:9090/notification/jenkins'
ERROR: script returned exit code 2
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment