See <https://builds.apache.org/job/NuttX-Nightly-Build/144/display/redirect>
Changes: ------------------------------------------ Started by user btashton Rebuilds build #142 Running as SYSTEM [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInject] - Keeping Jenkins system variables. [EnvInject] - Keeping Jenkins build variables. [EnvInject] - Executing and processing the following script content: # This is a read-only credential and not explicitly a secret. There does not seem to be a way to do this with the Jenkins docker plugin... # This docker env plugin also manages to mess up pulling from docker hub... # see JENKINS-54021 rm ~/.docker/config.json docker pull alpine:3.6 set +x docker login https://docker.pkg.github.com -u btashton -p $GITHUB_RO_TOKEN set -x [jenkins-slave] $ /bin/bash -xe /tmp/jenkins427882338103979957.sh + rm /home/jenkins/.docker/config.json + docker pull alpine:3.6 3.6: Pulling from library/alpine Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475 Status: Image is up to date for alpine:3.6 docker.io/library/alpine:3.6 + set +x WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [EnvInject] - Script executed successfully. [EnvInject] - Injecting contributions. Building remotely on H27 (ubuntu) in workspace <https://builds.apache.org/job/NuttX-Nightly-Build/ws/> Pull Docker image docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux:latest from repository ... $ docker pull docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux:latest latest: Pulling from apache/incubator-nuttx-testing/nuttx-ci-linux Digest: sha256:2d978e178b9837ebec6ba3effb9359540c20d2a08429d969de09eb486a32a06f Status: Image is up to date for docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux:latest docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux:latest $ docker run --rm --entrypoint /bin/true alpine:3.6 $ docker run --tty --rm --entrypoint /sbin/ip alpine:3.6 route FATAL: Interrupted java.lang.RuntimeException: Interrupted at com.cloudbees.jenkins.plugins.docker_build_env.DockerBuildWrapper.startBuildContainer(DockerBuildWrapper.java:218) at com.cloudbees.jenkins.plugins.docker_build_env.DockerBuildWrapper.setUp(DockerBuildWrapper.java:185) at hudson.model.Build$BuildExecution.doRun(Build.java:157) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) at hudson.model.Run.execute(Run.java:1815) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)