Skip to content
Failed

Console Output

Pull request #2694 closed
15:48:27 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 93bcc0497d8302aa2d78bd7ef756fc2ff3fd0912
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
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/_dependabot_pip_cryptography-3.2@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
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"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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] node
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03365ce7e3d816bcb) in /home/ubuntu/workspace/_dependabot_pip_cryptography-3.2
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/_dependabot_pip_cryptography-3.2@tmp/08e46ede-b5d0-419e-a505-aabb025534ac/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
15:49:43 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:49:43 chowning workspace
[Pipeline] sh
15:49:44 + pwd
15:49:44 + id -u
15:49:44 + id -g
15:49:44 + docker run --rm -v /home/ubuntu/workspace/_dependabot_pip_cryptography-3.2:/workspace busybox chown -R 1000:1000 /workspace
15:49:44 Unable to find image 'busybox:latest' locally
15:49:44 latest: Pulling from library/busybox
15:49:44 9758c28807f2: Pulling fs layer
15:49:44 9758c28807f2: Verifying Checksum
15:49:44 9758c28807f2: Download complete
15:49:45 9758c28807f2: Pull complete
15:49:45 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
15:49:45 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
15:49:48 Removing all docker containers
[Pipeline] sh
15:49:48 + docker container ls -aq
[Pipeline] echo
15:49:48 Docker containers have been removed
[Pipeline] echo
15:49:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:49:48 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
[Pipeline] sh
15:49:49 + git rev-parse HEAD
15:49:49 fatal: not a git repository (or any of the parent directories): .git
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 128
Finished: FAILURE