You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/08/19 08:37:45 UTC

Build failed in Jenkins: logging-log4net » develop #52

See <https://builds.apache.org/job/logging-log4net/job/develop/52/display/redirect>

------------------------------------------
Branch indexing
Connecting to https://api.github.com using dpsenner/****** (dpsenner at github)
Obtained Jenkinsfile from 38465f7a478103b952dcea5753d9dcfb33ece5d4
[Pipeline] node
Still waiting to schedule task
H0 doesn’t have label ubuntu; H1 doesn’t have label ubuntu; H10 doesn’t have label ubuntu; H11 doesn’t have label ubuntu; H12 doesn’t have label ubuntu; H13 doesn’t have label ubuntu; H2 doesn’t have label ubuntu; H3 doesn’t have label ubuntu; H4 doesn’t have label ubuntu; H5 doesn’t have label ubuntu; H6 doesn’t have label ubuntu; H7 doesn’t have label ubuntu; H8 doesn’t have label ubuntu; H9 doesn’t have label ubuntu; Jenkins doesn’t have label ubuntu; Waiting for pending items to get a node assigned; beam2 doesn’t have label ubuntu; beam3 doesn’t have label ubuntu; beam4 doesn’t have label ubuntu; beam5 doesn’t have label ubuntu; beam6 doesn’t have label ubuntu; beam7 doesn’t have label ubuntu; beam8 doesn’t have label ubuntu; cassandra1 doesn’t have label ubuntu; cassandra10 doesn’t have label ubuntu; cassandra11 doesn’t have label ubuntu; cassandra12 doesn’t have label ubuntu; cassandra13 doesn’t have label ubuntu; cassandra14 doesn’t have label ubuntu; cassandra15 doesn’t have label ubuntu; cassandra16 doesn’t have label ubuntu; cassandra2 doesn’t have label ubuntu; cassandra3 doesn’t have label ubuntu; cassandra4 doesn’t have label ubuntu; cassandra5 doesn’t have label ubuntu; cassandra6 doesn’t have label ubuntu; cassandra7 doesn’t have label ubuntu; cassandra8 doesn’t have label ubuntu; cassandra9 doesn’t have label ubuntu; couchdb-freebsd1 doesn’t have label ubuntu; couchdb-macos1 doesn’t have label ubuntu; hadoop-ppc64le-1 doesn’t have label ubuntu; hadoop-win1 doesn’t have label ubuntu; mesos1 doesn’t have label ubuntu; mesos2 doesn’t have label ubuntu; mxnet-win1 doesn’t have label ubuntu; mxnet-win2 doesn’t have label ubuntu; mxnet-win4 doesn’t have label ubuntu; mxnet-win5 doesn’t have label ubuntu; mxnet-win6 doesn’t have label ubuntu; mxnet10 doesn’t have label ubuntu; mxnet11 doesn’t have label ubuntu; mxnet2 doesn’t have label ubuntu; mxnet3 doesn’t have label ubuntu; mxnet5 doesn’t have label ubuntu; mxnet6 doesn’t have label ubuntu; mxnet7 doesn’t have label ubuntu; mxnet8 doesn’t have label ubuntu; mxnet9 doesn’t have label ubuntu; tapestry doesn’t have label ubuntu; windows-2012-1 doesn’t have label ubuntu; windows-2012-2 doesn’t have label ubuntu; windows-2012-3 doesn’t have label ubuntu
Running on H16 in /home/jenkins/jenkins-slave/workspace/logging-log4net_develop-Z5KVQW5HQFNQGLRBYE45RU72NJTRZPFZAQAODLEPLUE6ITPJP4FA
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] deleteDir
[Pipeline] checkout
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/apache/logging-log4net.git
 > git init /home/jenkins/jenkins-slave/workspace/logging-log4net_develop-Z5KVQW5HQFNQGLRBYE45RU72NJTRZPFZAQAODLEPLUE6ITPJP4FA # timeout=10
Fetching upstream changes from https://github.com/apache/logging-log4net.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --no-tags --progress https://github.com/apache/logging-log4net.git +refs/heads/develop:refs/remotes/origin/develop
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/apache/logging-log4net.git
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --no-tags --progress https://github.com/apache/logging-log4net.git +refs/heads/develop:refs/remotes/origin/develop
Checking out Revision 38465f7a478103b952dcea5753d9dcfb33ece5d4 (develop)
Commit message: "build: refactored netstandard target to mention 1.3"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 38465f7a478103b952dcea5753d9dcfb33ece5d4
 > git rev-list c7cf31f822c4116c486ebf327fdafed81cf6ed2b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build netstandard)
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/apache/logging-log4net.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --no-tags --progress https://github.com/apache/logging-log4net.git +refs/heads/develop:refs/remotes/origin/develop
Checking out Revision 38465f7a478103b952dcea5753d9dcfb33ece5d4 (develop)
Commit message: "build: refactored netstandard target to mention 1.3"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 38465f7a478103b952dcea5753d9dcfb33ece5d4
[Pipeline] sh
[logging-log4net_develop-Z5KVQW5HQFNQGLRBYE45RU72NJTRZPFZAQAODLEPLUE6ITPJP4FA] Running shell script
+ stat -c %u buildtools/docker/builder-netstandard
[Pipeline] sh
[logging-log4net_develop-Z5KVQW5HQFNQGLRBYE45RU72NJTRZPFZAQAODLEPLUE6ITPJP4FA] Running shell script
+ stat -c %g buildtools/docker/builder-netstandard
[Pipeline] sh
[logging-log4net_develop-Z5KVQW5HQFNQGLRBYE45RU72NJTRZPFZAQAODLEPLUE6ITPJP4FA] Running shell script
+ docker build -t builder-netstandard:latest --file buildtools/docker/builder-netstandard/Dockerfile --build-arg JENKINS_UID=10025 --build-arg JENKINS_GID=12036 buildtools/docker/builder-netstandard
Sending build context to Docker daemon   2.56kB
Error response from daemon: Dockerfile parse error line 20: Unknown instruction: ECHO
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build net-3.5)
Stage 'build net-3.5' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build net-3.5-cp)
Stage 'build net-3.5-cp' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build net-4.0)
Stage 'build net-4.0' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build net-4.0-cp)
Stage 'build net-4.0-cp' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build net-4.5)
Stage 'build net-4.5' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build mono-2.0)
Stage 'build mono-2.0' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build mono-3.5)
Stage 'build mono-3.5' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build mono-4.0)
Stage 'build mono-4.0' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build site)
Stage 'build site' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (prepare package)
Stage 'prepare package' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check test results)
Stage 'check test results' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (publish site)
Stage 'publish site' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] step