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/16 17:01:11 UTC

Build failed in Jenkins: logging-log4net » PR-14 #1

See <https://builds.apache.org/job/logging-log4net/job/PR-14/1/display/redirect>

------------------------------------------
Branch indexing
Connecting to https://api.github.com using dpsenner/****** (dpsenner at github)
Loading trusted files from base branch develop at c7cf31f822c4116c486ebf327fdafed81cf6ed2b rather than b30a7098c915041d52a9d206d697dafb0c611f4b
Obtained Jenkinsfile from c7cf31f822c4116c486ebf327fdafed81cf6ed2b
[Pipeline] node
Running on ubuntu-us1 in /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ
[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_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ # 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/pull/14/head:refs/remotes/origin/PR-14 +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/pull/14/head:refs/remotes/origin/PR-14 # 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/pull/14/head:refs/remotes/origin/PR-14 +refs/heads/develop:refs/remotes/origin/develop
Merging remotes/origin/develop commit c7cf31f822c4116c486ebf327fdafed81cf6ed2b into PR head commit b30a7098c915041d52a9d206d697dafb0c611f4b
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b30a7098c915041d52a9d206d697dafb0c611f4b
 > git merge c7cf31f822c4116c486ebf327fdafed81cf6ed2b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing b30a7098c915041d52a9d206d697dafb0c611f4b
Checking out Revision b30a7098c915041d52a9d206d697dafb0c611f4b (PR-14)
Commit message: "handle PlatformNotSupportedExceptions in UserNamePatternConverter"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b30a7098c915041d52a9d206d697dafb0c611f4b
First time build. Skipping changelog.
[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/pull/14/head:refs/remotes/origin/PR-14 +refs/heads/develop:refs/remotes/origin/develop
Merging remotes/origin/develop commit c7cf31f822c4116c486ebf327fdafed81cf6ed2b into PR head commit b30a7098c915041d52a9d206d697dafb0c611f4b
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b30a7098c915041d52a9d206d697dafb0c611f4b
 > git merge c7cf31f822c4116c486ebf327fdafed81cf6ed2b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing b30a7098c915041d52a9d206d697dafb0c611f4b
Checking out Revision b30a7098c915041d52a9d206d697dafb0c611f4b (PR-14)
Commit message: "handle PlatformNotSupportedExceptions in UserNamePatternConverter"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b30a7098c915041d52a9d206d697dafb0c611f4b
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ stat -c %u buildtools/docker/builder-netstandard
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ stat -c %g buildtools/docker/builder-netstandard
[Pipeline] echo
9997
[Pipeline] echo
12026
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ docker build -t builder-netstandard:latest --file buildtools/docker/builder-netstandard/Dockerfile --build-arg JENKINS_UID=9997 --build-arg JENKINS_GID=12026 buildtools/docker/builder-netstandard
Sending build context to Docker daemon  2.56 kB
Step 1 : FROM microsoft/dotnet:2.0.0-sdk-stretch
2.0.0-sdk-stretch: Pulling from microsoft/dotnet
06b22ddb1913: Pulling fs layer
336c28b408ed: Pulling fs layer
1f3e6b8d80c3: Pulling fs layer
5ccc640979f6: Pulling fs layer
ddd2eeb54216: Pulling fs layer
f40f8d815820: Pulling fs layer
94ef1b31dbc2: Pulling fs layer
5ccc640979f6: Waiting
94ef1b31dbc2: Waiting
ddd2eeb54216: Waiting
f40f8d815820: Waiting
1f3e6b8d80c3: Verifying Checksum
1f3e6b8d80c3: Download complete
336c28b408ed: Verifying Checksum
336c28b408ed: Download complete
ddd2eeb54216: Verifying Checksum
ddd2eeb54216: Download complete
06b22ddb1913: Verifying Checksum
06b22ddb1913: Download complete
5ccc640979f6: Verifying Checksum
5ccc640979f6: Download complete
06b22ddb1913: Pull complete
06b22ddb1913: Pull complete
f40f8d815820: Download complete
336c28b408ed: Pull complete
336c28b408ed: Pull complete
1f3e6b8d80c3: Pull complete
1f3e6b8d80c3: Pull complete
94ef1b31dbc2: Verifying Checksum
94ef1b31dbc2: Download complete
5ccc640979f6: Pull complete
5ccc640979f6: Pull complete
ddd2eeb54216: Pull complete
ddd2eeb54216: Pull complete
f40f8d815820: Pull complete
f40f8d815820: Pull complete
94ef1b31dbc2: Pull complete
94ef1b31dbc2: Pull complete
Digest: sha256:653badbd2d5f545d1d3653c6e1ea74ebfc24e0ab3302ea651d4d49d822b3a8af
Status: Downloaded newer image for microsoft/dotnet:2.0.0-sdk-stretch
 ---> c16cd06c17ac
Step 2 : ARG JENKINS_UID
 ---> Running in a188e045cc62
 ---> 5898d1d81557
Removing intermediate container a188e045cc62
Step 3 : ARG JENKINS_GID
 ---> Running in 36652322e382
 ---> 9820792f25ac
Removing intermediate container 36652322e382
Step 4 : MAINTAINER "dev@logging.apache.org"
 ---> Running in 66640a8caaa5
 ---> 28cf16d3b000
Removing intermediate container 66640a8caaa5
Step 5 : RUN echo $JENKINS_UID
 ---> Running in 191c9052c227
9997
 ---> ea2fced04514
Removing intermediate container 191c9052c227
Step 6 : RUN echo $JENKINS_GID
 ---> Running in 5506861e1484
12026
 ---> 4b2167294f7d
Removing intermediate container 5506861e1484
Step 7 : RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 ---> Running in f6478b6a9538
 ---> c43a3b77bab5
Removing intermediate container f6478b6a9538
Step 8 : RUN groupadd -r -g $JENKINS_GID jenkins-slave
 ---> Running in 5d200e8acbd1
 ---> bcf952afee39
Removing intermediate container 5d200e8acbd1
Step 9 : RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid $JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins
 ---> Running in 14a90ab2f39c
 ---> 55fca6e3fe2b
Removing intermediate container 14a90ab2f39c
Successfully built 55fca6e3fe2b
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ docker inspect -f . builder-netstandard:latest
.
[Pipeline] withDockerContainer
ubuntu-us1 does not seem to be running inside a container
$ docker run -t -d -u 9997:12026 -w /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ -v /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ:/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ:rw,z -v /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ@tmp:/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** --entrypoint cat builder-netstandard:latest
[Pipeline] {
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ nant compile-netstandard
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ@tmp/durable-bae2d4ec/script.sh: line 2: nant: command not found
[Pipeline] }
$ docker stop --time=1 babc51109413bb4326febc5e79b11d579478f6bd50215536a1a9a0658f915860
$ docker rm -f babc51109413bb4326febc5e79b11d579478f6bd50215536a1a9a0658f915860
[Pipeline] // withDockerContainer
[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

Build failed in Jenkins: logging-log4net » PR-14 #4

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/logging-log4net/job/PR-14/4/display/redirect>

------------------------------------------
Branch indexing
Connecting to https://api.github.com using dpsenner/****** (dpsenner at github)
Loading trusted files from base branch develop at ebfc7f507a61fdd8f6a4f1e90cbcccc5a40515cf rather than 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
Obtained Jenkinsfile from ebfc7f507a61fdd8f6a4f1e90cbcccc5a40515cf
[Pipeline] node
Running on ubuntu-us1 in /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ
[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_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ # 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/pull/14/head:refs/remotes/origin/PR-14 +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/pull/14/head:refs/remotes/origin/PR-14 # 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/pull/14/head:refs/remotes/origin/PR-14 +refs/heads/develop:refs/remotes/origin/develop
Merging remotes/origin/develop commit ebfc7f507a61fdd8f6a4f1e90cbcccc5a40515cf into PR head commit 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git merge ebfc7f507a61fdd8f6a4f1e90cbcccc5a40515cf # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build netstandard)
Stage 'build netstandard' skipped due to earlier failure(s)
[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

Build failed in Jenkins: logging-log4net » PR-14 #3

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/logging-log4net/job/PR-14/3/display/redirect>

------------------------------------------
Branch indexing
Connecting to https://api.github.com using dpsenner/****** (dpsenner at github)
Loading trusted files from base branch develop at 38465f7a478103b952dcea5753d9dcfb33ece5d4 rather than 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
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 ubuntu-us1 in /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ
[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_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ # 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/pull/14/head:refs/remotes/origin/PR-14 +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/pull/14/head:refs/remotes/origin/PR-14 # 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/pull/14/head:refs/remotes/origin/PR-14 +refs/heads/develop:refs/remotes/origin/develop
Merging remotes/origin/develop commit 38465f7a478103b952dcea5753d9dcfb33ece5d4 into PR head commit 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git merge 38465f7a478103b952dcea5753d9dcfb33ece5d4 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build netstandard)
Stage 'build netstandard' skipped due to earlier failure(s)
[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

Build failed in Jenkins: logging-log4net » PR-14 #2

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/logging-log4net/job/PR-14/2/display/redirect>

------------------------------------------
Branch indexing
Connecting to https://api.github.com using dpsenner/****** (dpsenner at github)
Loading trusted files from base branch develop at c7cf31f822c4116c486ebf327fdafed81cf6ed2b rather than 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
Obtained Jenkinsfile from c7cf31f822c4116c486ebf327fdafed81cf6ed2b
[Pipeline] node
Running on H24 in /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ
[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_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ # 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/pull/14/head:refs/remotes/origin/PR-14 +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/pull/14/head:refs/remotes/origin/PR-14 # 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/pull/14/head:refs/remotes/origin/PR-14 +refs/heads/develop:refs/remotes/origin/develop
Merging remotes/origin/develop commit c7cf31f822c4116c486ebf327fdafed81cf6ed2b into PR head commit 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git merge c7cf31f822c4116c486ebf327fdafed81cf6ed2b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
Checking out Revision 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed (PR-14)
Commit message: "separate nant targets for netstandard builds"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git rev-list b30a7098c915041d52a9d206d697dafb0c611f4b # 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/pull/14/head:refs/remotes/origin/PR-14 +refs/heads/develop:refs/remotes/origin/develop
Merging remotes/origin/develop commit c7cf31f822c4116c486ebf327fdafed81cf6ed2b into PR head commit 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
 > git merge c7cf31f822c4116c486ebf327fdafed81cf6ed2b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
Checking out Revision 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed (PR-14)
Commit message: "separate nant targets for netstandard builds"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20cb82c4969fd7cc3114e8aeb4a1e3d83d251fed
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ stat -c %u buildtools/docker/builder-netstandard
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ stat -c %g buildtools/docker/builder-netstandard
[Pipeline] echo
10025
[Pipeline] echo
12040
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ docker build -t builder-netstandard:latest --file buildtools/docker/builder-netstandard/Dockerfile --build-arg JENKINS_UID=10025 --build-arg JENKINS_GID=12040 buildtools/docker/builder-netstandard
Sending build context to Docker daemon  2.56 kB
Step 1/9 : FROM microsoft/dotnet:2.0.0-sdk-stretch
2.0.0-sdk-stretch: Pulling from microsoft/dotnet
06b22ddb1913: Pulling fs layer
336c28b408ed: Pulling fs layer
1f3e6b8d80c3: Pulling fs layer
5ccc640979f6: Pulling fs layer
0b49c15362b2: Pulling fs layer
cff28e89331a: Pulling fs layer
1e1548db2d66: Pulling fs layer
5ccc640979f6: Waiting
0b49c15362b2: Waiting
cff28e89331a: Waiting
1e1548db2d66: Waiting
1f3e6b8d80c3: Verifying Checksum
1f3e6b8d80c3: Download complete
336c28b408ed: Verifying Checksum
336c28b408ed: Download complete
0b49c15362b2: Verifying Checksum
0b49c15362b2: Download complete
06b22ddb1913: Download complete
5ccc640979f6: Verifying Checksum
5ccc640979f6: Download complete
06b22ddb1913: Pull complete
cff28e89331a: Verifying Checksum
cff28e89331a: Download complete
336c28b408ed: Pull complete
1f3e6b8d80c3: Pull complete
1e1548db2d66: Verifying Checksum
1e1548db2d66: Download complete
5ccc640979f6: Pull complete
Cannot contact H24: java.lang.InterruptedException
0b49c15362b2: Pull complete
cff28e89331a: Pull complete
1e1548db2d66: Pull complete
Digest: sha256:3ca5a6a9d56eba6e704441da3f9e36238cfb982dee27f2104c4de33a66ff2959
Status: Downloaded newer image for microsoft/dotnet:2.0.0-sdk-stretch
 ---> ae472e4c2fdd
Step 2/9 : ARG JENKINS_UID
 ---> Running in 9726c0fe1d6c
 ---> 8ffb2f55c196
Removing intermediate container 9726c0fe1d6c
Step 3/9 : ARG JENKINS_GID
 ---> Running in 4ae9b338dcdf
 ---> 42808e08a4f4
Removing intermediate container 4ae9b338dcdf
Step 4/9 : MAINTAINER "dev@logging.apache.org"
 ---> Running in 2c2f8db7c7af
 ---> 35a307d9eb47
Removing intermediate container 2c2f8db7c7af
Step 5/9 : RUN echo $JENKINS_UID
 ---> Running in a5b565b515f2
10025
 ---> e9ed7827222c
Removing intermediate container a5b565b515f2
Step 6/9 : RUN echo $JENKINS_GID
 ---> Running in 0be97b2b8dff
12040
 ---> 2393311a699e
Removing intermediate container 0be97b2b8dff
Step 7/9 : RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 ---> Running in 1a3a634d07ff
 ---> cb0ec81d0a1f
Removing intermediate container 1a3a634d07ff
Step 8/9 : RUN groupadd -r -g $JENKINS_GID jenkins-slave
 ---> Running in 0044d3a6423d
 ---> b53fff2add4e
Removing intermediate container 0044d3a6423d
Step 9/9 : RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid $JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins
 ---> Running in dc0e8d65d93d
 ---> 4d7cccf9bbd4
Removing intermediate container dc0e8d65d93d
Successfully built 4d7cccf9bbd4
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ docker inspect -f . builder-netstandard:latest
.
[Pipeline] withDockerContainer
H24 does not seem to be running inside a container
$ docker run -t -d -u 10025:12040 -w /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ -v /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ:/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ:rw,z -v /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ@tmp:/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** --entrypoint cat builder-netstandard:latest
[Pipeline] {
[Pipeline] sh
[logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ] Running shell script
+ nant compile-netstandard
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-14-B57Z5R4LG76LMCN6MOOC4HZRZH5XHZ3A6MRN5RHTXHFKWL3FDILQ@tmp/durable-640e5e52/script.sh: line 2: nant: command not found
[Pipeline] }
$ docker stop --time=1 3d7abbe0571be06069acb803ced6ce1efc6d14ef3090ee42f75956901908d83d
$ docker rm -f 3d7abbe0571be06069acb803ced6ce1efc6d14ef3090ee42f75956901908d83d
[Pipeline] // withDockerContainer
[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