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

------------------------------------------
[...truncated 337 B...]
 > 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 1beaeae04564e9451d7b30545443084dc02b15fb into PR head 
commit f331181519b36aebf9203bead1cce6e57c58b373
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f331181519b36aebf9203bead1cce6e57c58b373
 > git merge 1beaeae04564e9451d7b30545443084dc02b15fb # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing e5d4fe2201592f5dcd0c7b303130c138dc517b46
Checking out Revision e5d4fe2201592f5dcd0c7b303130c138dc517b46 (PR-2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5d4fe2201592f5dcd0c7b303130c138dc517b46
 > git rev-list 12243ffd4b5931c399376661dcbabeaae8e41262 # timeout=10
Running on ubuntu-2 in 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A
[Pipeline] node
[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 repository https://github.com/apache/logging-log4net.git
 > git init 
 > /home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A
 >  # 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.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 1beaeae04564e9451d7b30545443084dc02b15fb into PR head 
commit f331181519b36aebf9203bead1cce6e57c58b373
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f331181519b36aebf9203bead1cce6e57c58b373
 > git merge 1beaeae04564e9451d7b30545443084dc02b15fb # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 75b6b9bc4630bf6d0e13e58b026608d063f21f22
Checking out Revision 75b6b9bc4630bf6d0e13e58b026608d063f21f22 (PR-2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 75b6b9bc4630bf6d0e13e58b026608d063f21f22
 > git rev-list 12243ffd4b5931c399376661dcbabeaae8e41262 # timeout=10
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build netstandard)
[Pipeline] getContext
[Pipeline] readFile
[Pipeline] sh
[logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A] 
Running shell script
+ docker build -t c4ba4fa3c3f8b1ed7e1cc033fe3c630cf027a5ab -f 
buildtools/docker/builder-netstandard/Dockerfile 
buildtools/docker/builder-netstandard
Sending build context to Docker daemon  2.56 kB
Step 1 : FROM microsoft/dotnet
 ---> e692284946db
Step 2 : MAINTAINER "[email protected]"
 ---> Using cache
 ---> 4a76b9d068f2
Step 3 : RUN apt-get update && apt-get install -y nant git
 ---> Using cache
 ---> 3e13e04d3894
Step 4 : RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces
 ---> Running in bd3fe2a5b359
 ---> d880f33f0647
Removing intermediate container bd3fe2a5b359
Step 5 : RUN groupadd -r -g 12040 jenkins-slave
 ---> Running in f67c8e6e9d3c
 ---> 6d8c0d153615
Removing intermediate container f67c8e6e9d3c
Step 6 : RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash 
--uid 10025 --gid 12040 --groups 12040 -p -M jenkins
 ---> Running in 58b77a6b73df
 ---> 4b36f8626a15
Removing intermediate container 58b77a6b73df
Successfully built 4b36f8626a15
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
[logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A] 
Running shell script
+ docker inspect -f . c4ba4fa3c3f8b1ed7e1cc033fe3c630cf027a5ab
.
[Pipeline] withDockerContainer
ubuntu-2 does not seem to be running inside a container
$ docker run -t -d -u 2396:2396 -w 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A
 -v 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A:/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A:rw
 -v 
/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A@tmp:/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A@tmp:rw
 -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 
c4ba4fa3c3f8b1ed7e1cc033fe3c630cf027a5ab
[Pipeline] {
[Pipeline] withEnv
[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 1beaeae04564e9451d7b30545443084dc02b15fb into PR head 
commit f331181519b36aebf9203bead1cce6e57c58b373
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f331181519b36aebf9203bead1cce6e57c58b373
 > git merge 1beaeae04564e9451d7b30545443084dc02b15fb # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 432c9c43e9fb92ba992f860b5b594ba39424184b
Checking out Revision 432c9c43e9fb92ba992f860b5b594ba39424184b (PR-2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 432c9c43e9fb92ba992f860b5b594ba39424184b
 > git rev-list 12243ffd4b5931c399376661dcbabeaae8e41262 # timeout=10
First time build. Skipping changelog.
[Pipeline] sh
[logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A] 
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-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A/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] /usr/share/dotnet/sdk/1.0.4/NuGet.targets(97,5): error : Failed to 
read NuGet.Config due to unauthorized access. Path: 
'/.nuget/NuGet/NuGet.Config'. 
[/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A/netstandard/log4net.netstandard.sln]
     [exec] /usr/share/dotnet/sdk/1.0.4/NuGet.targets(97,5): error :   Access 
to the path '/.nuget/NuGet' is denied. 
[/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A/netstandard/log4net.netstandard.sln]
     [exec] /usr/share/dotnet/sdk/1.0.4/NuGet.targets(97,5): error :   
Permission denied 
[/home/jenkins/jenkins-slave/workspace/logging-log4net_PR-2-ZQZPAXWRNPDHOFPBEILXAXPEHKWUR66RTIHL2V7VVWRQ3A5Y232A/netstandard/log4net.netstandard.sln]

BUILD FAILED

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

Total time: 3.7 seconds.

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 
85efcc253935d64bb8b9fe3c7c4a337e476ce60aaf8539ea4c307ba5eeea1a91
$ docker rm -f 85efcc253935d64bb8b9fe3c7c4a337e476ce60aaf8539ea4c307ba5eeea1a91
[Pipeline] // withDockerContainer
[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)

Reply via email to