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

------------------------------------------
[...truncated 4.10 KB...]
 > git --version # timeout=10
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --tags --progress https://github.com/apache/logging-log4net.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/logging-log4net.git
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --tags --progress https://github.com/apache/logging-log4net.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin1.url https://github.com/apache/logging-log4net.git 
 > # timeout=10
Fetching upstream changes from https://github.com/apache/logging-log4net.git
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --tags --progress https://github.com/apache/logging-log4net.git 
 > +refs/pull/*/head:refs/remotes/origin/pr/*
Merging develop commit 35ef4bb3409e84f19a43b5f82263cb49d21de64a into PR head 
commit a847990ce9a71a4168cddaca8a47b23f5e7c77d2
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a847990ce9a71a4168cddaca8a47b23f5e7c77d2
 > git merge 35ef4bb3409e84f19a43b5f82263cb49d21de64a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 2bff1c82bebc3ad3762ea189cb422f8ac11504d9
Checking out Revision 2bff1c82bebc3ad3762ea189cb422f8ac11504d9 (PR-8)
Commit message: "Merge commit '35ef4bb3409e84f19a43b5f82263cb49d21de64a' into 
HEAD"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2bff1c82bebc3ad3762ea189cb422f8ac11504d9
 > git rev-list d5a5d64106af093f2f1c0142397aa2608b4b19c5 # timeout=10
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 2 remote Git repositories
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # 
 > 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 --tags --progress https://github.com/apache/logging-log4net.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin1.url https://github.com/apache/logging-log4net.git 
 > # timeout=10
Fetching upstream changes from https://github.com/apache/logging-log4net.git
using GIT_ASKPASS to set credentials dpsenner at github
 > git fetch --tags --progress https://github.com/apache/logging-log4net.git 
 > +refs/pull/*/head:refs/remotes/origin/pr/*
Merging develop commit 35ef4bb3409e84f19a43b5f82263cb49d21de64a into PR head 
commit a847990ce9a71a4168cddaca8a47b23f5e7c77d2
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a847990ce9a71a4168cddaca8a47b23f5e7c77d2
 > git merge 35ef4bb3409e84f19a43b5f82263cb49d21de64a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 4b6a2ce8d2f8a495d9fabf15490cf939c0cd91ca
Checking out Revision 4b6a2ce8d2f8a495d9fabf15490cf939c0cd91ca (PR-8)
Commit message: "Merge commit '35ef4bb3409e84f19a43b5f82263cb49d21de64a' into 
HEAD"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4b6a2ce8d2f8a495d9fabf15490cf939c0cd91ca
 > git rev-list d5a5d64106af093f2f1c0142397aa2608b4b19c5 # timeout=10
First time build. Skipping changelog.
[Pipeline] sh
[logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ] 
Running shell script
+ stat -c %u buildtools/docker/builder-netstandard
[Pipeline] sh
[logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ] 
Running shell script
+ stat -c %g buildtools/docker/builder-netstandard
[Pipeline] echo
9997
[Pipeline] echo
12036
[Pipeline] sh
[logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ] 
Running shell script
+ docker build -t builder-netstandard:latest --file 
buildtools/docker/builder-netstandard/Dockerfile --build-arg JENKINS_UID=9997 
--build-arg JENKINS_GID=12036 buildtools/docker/builder-netstandard
Sending build context to Docker daemon  2.56 kB
Step 1/10 : FROM microsoft/dotnet
 ---> ef5271f17648
Step 2/10 : ARG JENKINS_UID
 ---> Using cache
 ---> b6cebac28d90
Step 3/10 : ARG JENKINS_GID
 ---> Using cache
 ---> 22a55609c754
Step 4/10 : MAINTAINER "[email protected]"
 ---> Using cache
 ---> 6149a12f380c
Step 5/10 : RUN echo $JENKINS_UID
 ---> Using cache
 ---> 00bc4e8bf80e
Step 6/10 : RUN echo $JENKINS_GID
 ---> Using cache
 ---> 821fe223985a
Step 7/10 : RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 ---> Using cache
 ---> 371378e97a59
Step 8/10 : RUN groupadd -r -g $JENKINS_GID jenkins-slave
 ---> Using cache
 ---> 8d93147228ee
Step 9/10 : RUN useradd --base-dir /var/workspaces --create-home --shell 
/bin/bash --uid $JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M 
jenkins
 ---> Using cache
 ---> 0def9004e69f
Step 10/10 : RUN apt-get update && apt-get install -y nant git
 ---> Using cache
 ---> cdeede2920f1
Successfully built cdeede2920f1
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
[logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ] 
Running shell script
+ docker inspect -f . builder-netstandard:latest
.
[Pipeline] withDockerContainer
ubuntu-eu2 does not seem to be running inside a container
$ docker run -t -d -u 9997:12036 -w 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ
 -v 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ:/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ:rw,z
 -v 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ@tmp:/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ@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 ******** 
--entrypoint cat builder-netstandard:latest
[Pipeline] {
[Pipeline] sh
[logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ] 
Running shell script
+ nant compile-netstandard
NAnt 0.92 (Build 0.92.4526.0; rc1; 05/23/2012)
Copyright (C) 2001-2012 Gerry Shaw
http://nant.sourceforge.net

Buildfile: 
file:///home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ/log4net.build
Target framework: Mono 4.0 Profile
Target(s) specified: compile-netstandard 


check-current-build-config:


set-build-configuration:


set-debug-build-configuration:


check-current-build-config:


set-build-configuration-flags:


compile-netstandard:


set-debug-build-configuration:


check-current-build-config:


set-build-configuration-flags:


compile-netstandard-current-configuration:

     [echo] dotnet --version
     [exec] 1.0.4
     [echo] dotnet restore log4net.netstandard.sln
     [exec] 
     [exec] Welcome to .NET Core!
     [exec] ---------------------
     [exec] Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet 
--help to see available commands or go to https://aka.ms/dotnet-cli-docs.
     [exec] 
     [exec] Telemetry
     [exec] --------------
     [exec] The .NET Core tools collect usage data in order to improve your 
experience. The data is anonymous and does not include command-line arguments. 
The data is collected by Microsoft and shared with the community.
     [exec] You can opt out of telemetry by setting a 
DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
     [exec] You can read more about .NET Core tools telemetry @ 
https://aka.ms/dotnet-cli-telemetry.
     [exec] 
     [exec] Configuring...
     [exec] -------------------
     [exec] A command is running to initially populate your local package 
cache, to improve restore speed and enable offline access. This command will 
take up to a minute to complete and will only happen once.
     [exec] Decompressing 0%Decompressing 
1%Decompressing 2%Decompressing 
3%Decompressing 4%Decompressing 
5%Decompressing 6%Decompressing 
7%Decompressing 8%Decompressing 
9%Decompressing 10%Decompressing 
11%Decompressing 12%Decompressing 
13%Decompressing 14%Decompressing 
15%Decompressing 16%Decompressing 
17%Decompressing 18%Decompressing 
19%Decompressing 20%Decompressing 
21%Decompressing 22%Decompressing 
23%Decompressing 24%Decompressing 
25%Decompressing 26%Decompressing 
27%Decompressing 28%Decompressing 
29%Decompressing 30%Decompressing 
31%Decompressing 32%Decompressing 
33%Decompressing 34%Decompressing 
35%Decompressing 36%Decompressing 
37%Decompressing 38%Decompressing 
39%Decompressing 40%Decompressing 
41%Decompressing 42%Decompressing 
43%Decompressing 44%Decompressing 
45%Decompressing 46%Decompressing 
47%Decompressing 48%Decompressing 
49%Decompressing 50%Decompressing 
51%Decompressing 52%Decompressing 
53%Decompressing 54%Decompressing 
55%Decompressing 56%Decompressing 
57%Decompressing 58%Decompressing 
59%Decompressing 60%Decompressing 
61%Decompressing 62%Decompressing 
63%Decompressing 64%Decompressing 
65%Decompressing 66%Decompressing 
67%Decompressing 68%Decompressing 
69%Decompressing 70%Decompressing 
71%Decompressing 72%Decompressing 
73%Decompressing 74%Decompressing 
75%Decompressing 76%Decompressing 
77%Decompressing 78%Decompressing 
79%Decompressing 80%Decompressing 
81%Decompressing 82%Decompressing 
83%Decompressing 84%Decompressing 
85%Decompressing 86%Decompressing 
87%Decompressing 88%Decompressing 
89%Decompressing 90%Decompressing 
91%Decompressing 92%Decompressing 
93%Decompressing 94%Decompressing 
95%Decompressing 96%Decompressing 
97%Decompressing 98%Decompressing 
99%Decompressing 100% 6862 ms
     [exec] Expanding 0%Expanding 1%Expanding 
2%Expanding 3%Expanding 4%Expanding 
5%Expanding 6%Expanding 7%Expanding 
8%Expanding 9%Expanding 10%Expanding 
11%Expanding 12%Expanding 13%Expanding 
14%Expanding 15%Expanding 16%Expanding 
17%Expanding 18%Expanding 19%Expanding 
20%Expanding 21%Expanding 22%Expanding 
23%Expanding 24%Expanding 25%Expanding 
26%Expanding 27%Expanding 28%Expanding 
29%Expanding 30%Expanding 31%Expanding 
32%Expanding 33%Expanding 34%Expanding 
35%Expanding 36%Expanding 37%Expanding 
38%Expanding 39%Expanding 40%Expanding 
41%Expanding 42%Expanding 43%Expanding 
44%Expanding 45%Expanding 46%Expanding 
47%Expanding 48%Expanding 49%Expanding 
50%Expanding 51%Expanding 52%Expanding 
53%Expanding 54%Expanding 55%Expanding 
56%Expanding 57%Expanding 58%Expanding 
59%Expanding 60%Expanding 61%Expanding 
62%Expanding 63%Expanding 64%Expanding 
65%Expanding 66%Expanding 67%Expanding 
68%Expanding 69%Expanding 70%Expanding 
71%Expanding 72%Expanding 73%Expanding 
74%Expanding 75%Expanding 76%Expanding 
77%Expanding 78%Expanding 79%Expanding 
80%Expanding 81%Expanding 82%Expanding 
83%Expanding 84%Expanding 85%Expanding 
86%Expanding 87%Expanding 88%Expanding 
89%Expanding 90%Expanding 91%Expanding 
92%Expanding 93%Expanding 94%Expanding 
95%Expanding 96%Expanding 97%Expanding 
98%Expanding 99%Expanding 100% 13224 ms
     [exec]   Restoring packages for 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ/netstandard/log4net/log4net.csproj...
     [exec]   Restoring packages for 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ/netstandard/log4net.tests/log4net.tests.csproj...

BUILD FAILED

/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-8-L3ZBC7HUT6PPXKTYSI5PRYFDTVG34M52RN754AAOZWEMPORSOVFQ/log4net.build(1768,8):
External Program Failed: dotnet (return code was 139)

Total time: 37.9 seconds.

[Pipeline] }
$ docker stop --time=1 
71ab603748ce336eb25b5f9b8baf23127b4c9be227cbfd2b454576393f28365a
$ docker rm -f 71ab603748ce336eb25b5f9b8baf23127b4c9be227cbfd2b454576393f28365a
[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

Reply via email to