See 
<https://builds.apache.org/job/logging-log4net/job/feature%252Fcd-pipeline/202/display/redirect>

------------------------------------------
Started by user dpsenner
Connecting to https://api.github.com using dpsenner/****** (dpsenner at github)
Obtained Jenkinsfile from 382561fac26a9bf77bb99cf7bc72e2a82a5c0e6e
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on H26 in 
/home/jenkins/jenkins-slave/workspace/log4net_feature_cd-pipeline-76KUCPODUF6LCE45226EBUR4GNVLYPMYVC23Z4ITBOMNJT3CA2WA
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 4 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/log4net_feature_cd-pipeline-76KUCPODUF6LCE45226EBUR4GNVLYPMYVC23Z4ITBOMNJT3CA2WA
 >  # 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/feature/cd-pipeline:refs/remotes/origin/feature/cd-pipeline
 > git config remote.origin.url https://github.com/apache/logging-log4net.git # 
 > timeout=10
 > git config --add remote.origin.fetch 
 > +refs/heads/feature/cd-pipeline:refs/remotes/origin/feature/cd-pipeline # 
 > 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/feature/cd-pipeline:refs/remotes/origin/feature/cd-pipeline
Checking out Revision 382561fac26a9bf77bb99cf7bc72e2a82a5c0e6e 
(feature/cd-pipeline)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 382561fac26a9bf77bb99cf7bc72e2a82a5c0e6e
Commit message: "Use nunit 2.6.4 because 2.6.5 obsoletes attributes and this 
causes build warnings to show up as errors"
 > git rev-list --no-walk 382561fac26a9bf77bb99cf7bc72e2a82a5c0e6e # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build netstandard-1.3)
[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/feature/cd-pipeline:refs/remotes/origin/feature/cd-pipeline
Checking out Revision 382561fac26a9bf77bb99cf7bc72e2a82a5c0e6e 
(feature/cd-pipeline)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 382561fac26a9bf77bb99cf7bc72e2a82a5c0e6e
Commit message: "Use nunit 2.6.4 because 2.6.5 obsoletes attributes and this 
causes build warnings to show up as errors"
[Pipeline] sh
[log4net_feature_cd-pipeline-76KUCPODUF6LCE45226EBUR4GNVLYPMYVC23Z4ITBOMNJT3CA2WA]
 Running shell script
+ stat -c %u buildtools/docker/builder-netstandard-1.3
[Pipeline] sh
[log4net_feature_cd-pipeline-76KUCPODUF6LCE45226EBUR4GNVLYPMYVC23Z4ITBOMNJT3CA2WA]
 Running shell script
+ stat -c %g buildtools/docker/builder-netstandard-1.3
[Pipeline] sh
[log4net_feature_cd-pipeline-76KUCPODUF6LCE45226EBUR4GNVLYPMYVC23Z4ITBOMNJT3CA2WA]
 Running shell script
+ docker build -t builder-netstandard:latest --file 
buildtools/docker/builder-netstandard-1.3/Dockerfile --build-arg 
JENKINS_UID=910 --build-arg JENKINS_GID=910 
buildtools/docker/builder-netstandard-1.3
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x7f15839c4428 m=13

goroutine 0 [idle]:

goroutine 1 [chan receive]:
net/http.(*persistConn).readLoop.func4(0x1515360, 0xc420018170, 0xc4204df760, 
0xc4204df770)
        /usr/local/go/src/net/http/transport.go:1515 +0x109
net/http.(*bodyEOFSignal).condfn(0xc42051c040, 0x1515360, 0xc420018170, 0x2000, 
0x2)
        /usr/local/go/src/net/http/transport.go:2005 +0x43
net/http.(*bodyEOFSignal).Read(0xc42051c040, 0xc420538000, 0x200, 0x2000, 0x2, 
0x1515360, 0xc420018170)
        /usr/local/go/src/net/http/transport.go:1981 +0x1bb
io.(*LimitedReader).Read(0xc420518040, 0xc420538000, 0x2000, 0x2000, 
0xc420018568, 0xc4204df918, 0xc4204df878)
        /usr/local/go/src/io/io.go:436 +0x6c
io/ioutil.devNull.ReadFrom(0x0, 0x1516660, 0xc420518040, 0xc420018568, 
0x423601, 0x7f15805c5028)
        /usr/local/go/src/io/ioutil/ioutil.go:151 +0x85
io/ioutil.(*devNull).ReadFrom(0xc420018568, 0x1516660, 0xc420518040, 
0xc4204df910, 0x1, 0x10)
        <autogenerated>:9 +0x66
io.copyBuffer(0x1519d60, 0xc420018568, 0x1516660, 0xc420518040, 0x0, 0x0, 0x0, 
0xd8cea0, 0x1516c01, 0xc420518040)
        /usr/local/go/src/io/io.go:384 +0x323
io.Copy(0x1519d60, 0xc420018568, 0x1516660, 0xc420518040, 0xd51ac0, 0xd5f720, 
0xc4204dfa00)
        /usr/local/go/src/io/io.go:360 +0x68
io.CopyN(0x1519d60, 0xc420018568, 0x1516ca0, 0xc42051c040, 0x200, 0xc4204dfa40, 
0x457aa0, 0xc42052e0a0)
        /usr/local/go/src/io/io.go:336 +0x8c
github.com/docker/docker/client.ensureReaderClosed(0x151c6a0, 0xc42051c040, 
0xc4204693e0, 0xc8)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/client/request.go:244 +0x8d
github.com/docker/docker/client.(*Client).Ping(0xc4203b2880, 0x7f158170b028, 
0xc420018288, 0xc42046670c, 0x4, 0xc420466720, 0x5, 0x0, 0x0, 0x0)
        /usr/src/docker/.gopath/src/github.com/docker/docker/client/ping.go:31 
+0x3cc
github.com/docker/docker/cli/command.(*DockerCli).Initialize(0xc4203df810, 
0xc42036d140, 0x5, 0xc42045abd0)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/cli/command/cli.go:189 
+0x3e9
main.newDockerCommand.func2(0xc420414fc0, 0xc42045abd0, 0x1, 0x9, 0x0, 0x0)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/cmd/docker/docker.go:50 
+0xa2
github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).execute(0xc420414fc0,
 0xc42000c0d0, 0x9, 0x9, 0xc420414fc0, 0xc42000c0d0)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:628
 +0x571
github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc4200afd40,
 0xc4203e6240, 0xc42038ff40, 0xc4200484d8)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:742
 +0x377
github.com/docker/docker/vendor/github.com/spf13/cobra.(*Command).Execute(0xc4200afd40,
 0xc4200afd40, 0x1517260)
        
/usr/src/docker/.gopath/src/github.com/docker/docker/vendor/github.com/spf13/cobra/command.go:695
 +0x2b
main.main()
        
/usr/src/docker/.gopath/src/github.com/docker/docker/cmd/docker/docker.go:169 
+0xcb

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
        /usr/local/go/src/runtime/asm_amd64.s:2086 +0x1

goroutine 5 [syscall]:
os/signal.signal_recv(0x0)
        /usr/local/go/src/runtime/sigqueue.go:116 +0x157
os/signal.loop()
        /usr/local/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
        /usr/local/go/src/os/signal/signal_unix.go:28 +0x41

goroutine 8 [runnable]:
net/http.(*Transport).tryPutIdleConn(0xc4200eea50, 0xc4202cfa00, 0x0, 0x0)
        /usr/local/go/src/net/http/transport.go:677 +0x372
net/http.(*persistConn).readLoop.func2(0x0, 0xc4200eec01)
        /usr/local/go/src/net/http/transport.go:1391 +0x40
net/http.(*persistConn).readLoop(0xc4202cfa00)
        /usr/local/go/src/net/http/transport.go:1548 +0x85d
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1062 +0x4e9

goroutine 9 [select]:
net/http.(*persistConn).writeLoop(0xc4202cfa00)
        /usr/local/go/src/net/http/transport.go:1646 +0x3bd
created by net/http.(*Transport).dialConn
        /usr/local/go/src/net/http/transport.go:1063 +0x50e

rax    0x0
rbx    0x7f1583d54700
rcx    0x7f15839c4428
rdx    0x6
rdi    0xd38
rsi    0xd4b
rbp    0xf1d11e
rsp    0x7f15797f99b8
r8     0x7f1583d55770
r9     0x7f15797fa700
r10    0x8
r11    0x202
r12    0x7f15580008c0
r13    0xf3
r14    0x30
r15    0x3
rip    0x7f15839c4428
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build net-2.0)
Stage 'build net-2.0' 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

Reply via email to