See 
<https://builds.apache.org/job/trafficcontrol-traffic_ops-test/1712/display/redirect?page=changes>

Changes:

[mitchell852] Add TO Go deliveryservices/id/capacity (#2459)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H22 (ubuntu) in workspace 
<https://builds.apache.org/job/trafficcontrol-traffic_ops-test/ws/>
using credential b205a645-1ea7-4dfd-973d-c14ac43cab07
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/trafficcontrol.git # 
 > timeout=10
Fetching upstream changes from git://github.com/apache/trafficcontrol.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress -- git://github.com/apache/trafficcontrol.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision d7c43d3207e35e00393696b67ed40b11a41b9e12 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d7c43d3207e35e00393696b67ed40b11a41b9e12
Commit message: "Add TO Go deliveryservices/id/capacity (#2459)"
 > git rev-list --no-walk aff0186d5c982c00e82d8aad36e2a6c299049f5f # timeout=10
[trafficcontrol-traffic_ops-test] $ /bin/bash /tmp/jenkins2817153511770427997.sh
docker-compose version 1.25.0, build b42d419
docker-py version: 3.7.3
CPython version: 2.7.17
OpenSSL version: OpenSSL 1.1.1  11 Sep 2018
+ trap finish EXIT
+ proj=jenkins-trafficcontrol-traffic_ops-test-1712
++ pwd
+ 
compose=<https://builds.apache.org/job/trafficcontrol-traffic_ops-test/ws/bin/docker-compose>
+ cfile=traffic_ops/app/bin/tests/docker-compose.yml
+ [[ -z 
<https://builds.apache.org/job/trafficcontrol-traffic_ops-test/ws/bin/docker-compose>
 ]]
+ [[ ! -x 
<https://builds.apache.org/job/trafficcontrol-traffic_ops-test/ws/bin/docker-compose>
 ]]
+ 
<https://builds.apache.org/job/trafficcontrol-traffic_ops-test/ws/bin/docker-compose>
 -p jenkins-trafficcontrol-traffic_ops-test-1712 -f 
traffic_ops/app/bin/tests/docker-compose.yml up --build --exit-code-from 
unit_golang unit_golang
using --exit-code-from implies --abort-on-container-exit
Creating network "jenkinstrafficcontroltrafficopstest1712_default" with the 
default driver
Creating volume "jenkinstrafficcontroltrafficopstest1712_traffic_ops" with 
default driver
Creating volume "jenkinstrafficcontroltrafficopstest1712_traffic_ops_golang" 
with default driver
Building unit_golang
Step 1/8 : FROM golang:1.11
1.11: Pulling from library/golang
Digest: sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04
Status: Downloaded newer image for golang:1.11
 ---> 43a154fee764
Step 2/8 : MAINTAINER [email protected]
 ---> Using cache
 ---> 643475189a3c
Step 3/8 : ARG DIR=github.com/apache/trafficcontrol
 ---> Using cache
 ---> 8c14b0005443
Step 4/8 : ADD traffic_ops /go/src/$DIR/traffic_ops
 ---> af29745bbaef
Step 5/8 : ADD lib /go/src/$DIR/lib
 ---> a5558c95df08
Step 6/8 : ADD vendor /go/src/$DIR/vendor
 ---> 02c10cce0507
Step 7/8 : WORKDIR /go/src/$DIR/traffic_ops/traffic_ops_golang
 ---> Running in 7c5905fb9854
Removing intermediate container 7c5905fb9854
 ---> 10d868090068
Step 8/8 : CMD bash -c 'go get -v && go test -cover -v ./... 
../../lib/go-tc/...'
 ---> Running in 5c33b0ae13a6
Removing intermediate container 5c33b0ae13a6
 ---> 84dba16b9f01
Successfully built 84dba16b9f01
Successfully tagged jenkinstrafficcontroltrafficopstest1712_unit_golang:latest
Creating jenkinstrafficcontroltrafficopstest1712_unit_golang_1 ... 
Creating jenkinstrafficcontroltrafficopstest1712_unit_golang_1
Creating jenkinstrafficcontroltrafficopstest1712_unit_golang_1 ... 
doneAttaching to 
jenkinstrafficcontroltrafficopstest1712_unit_golang_1
unit_golang_1  | Fetching https://golang.org/x/crypto/scrypt?go-get=1
unit_golang_1  | Parsing meta tags from 
https://golang.org/x/crypto/scrypt?go-get=1 (status code 200)
unit_golang_1  | get "golang.org/x/crypto/scrypt": found meta tag 
get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", 
RepoRoot:"https://go.googlesource.com/crypto"} at 
https://golang.org/x/crypto/scrypt?go-get=1
unit_golang_1  | get "golang.org/x/crypto/scrypt": verifying 
non-authoritative meta tag
unit_golang_1  | Fetching https://golang.org/x/crypto?go-get=1
unit_golang_1  | Parsing meta tags from 
https://golang.org/x/crypto?go-get=1 (status code 200)
unit_golang_1  | golang.org/x/crypto (download)
unit_golang_1  | github.com/apache/trafficcontrol (download)
unit_golang_1  | package 
github.com/apache/trafficcontrol/traffic_monitor/cache: 
/go/src/github.com/apache/trafficcontrol exists but 
/go/src/github.com/apache/trafficcontrol/.git does not - stale checkout?
unit_golang_1  | Fetching https://golang.org/x/crypto/ed25519?go-get=1
unit_golang_1  | Parsing meta tags from 
https://golang.org/x/crypto/ed25519?go-get=1 (status code 200)
unit_golang_1  | get "golang.org/x/crypto/ed25519": found meta tag 
get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", 
RepoRoot:"https://go.googlesource.com/crypto"} at 
https://golang.org/x/crypto/ed25519?go-get=1
unit_golang_1  | get "golang.org/x/crypto/ed25519": verifying 
non-authoritative meta tag
unit_golang_1  | Fetching https://golang.org/x/net/ipv4?go-get=1
unit_golang_1  | Parsing meta tags from 
https://golang.org/x/net/ipv4?go-get=1 (status code 200)
unit_golang_1  | get "golang.org/x/net/ipv4": found meta tag 
get.metaImport{Prefix:"golang.org/x/net", VCS:"git", 
RepoRoot:"https://go.googlesource.com/net"} at 
https://golang.org/x/net/ipv4?go-get=1
unit_golang_1  | get "golang.org/x/net/ipv4": verifying 
non-authoritative meta tag
unit_golang_1  | Fetching https://golang.org/x/net?go-get=1
unit_golang_1  | Parsing meta tags from 
https://golang.org/x/net?go-get=1 (status code 200)
unit_golang_1  | golang.org/x/net (download)
unit_golang_1  | Fetching https://golang.org/x/sys/unix?go-get=1
unit_golang_1  | Parsing meta tags from 
https://golang.org/x/sys/unix?go-get=1 (status code 200)
unit_golang_1  | get "golang.org/x/sys/unix": found meta tag 
get.metaImport{Prefix:"golang.org/x/sys", VCS:"git", 
RepoRoot:"https://go.googlesource.com/sys"} at 
https://golang.org/x/sys/unix?go-get=1
unit_golang_1  | get "golang.org/x/sys/unix": verifying 
non-authoritative meta tag
unit_golang_1  | Fetching https://golang.org/x/sys?go-get=1
unit_golang_1  | Parsing meta tags from 
https://golang.org/x/sys?go-get=1 (status code 200)
unit_golang_1  | golang.org/x/sys (download)
unit_golang_1  | Fetching https://golang.org/x/net/ipv6?go-get=1
unit_golang_1  | Parsing meta tags from 
https://golang.org/x/net/ipv6?go-get=1 (status code 200)
unit_golang_1  | get "golang.org/x/net/ipv6": found meta tag 
get.metaImport{Prefix:"golang.org/x/net", VCS:"git", 
RepoRoot:"https://go.googlesource.com/net"} at 
https://golang.org/x/net/ipv6?go-get=1
unit_golang_1  | get "golang.org/x/net/ipv6": verifying 
non-authoritative meta tag
jenkinstrafficcontroltrafficopstest1712_unit_golang_1 exited with code 1
Aborting on container exit...
+ exit 1
+ finish
+ local st=1
+ [[ 1 -ne 0 ]]
+ echo 'Exiting with status 1'
Exiting with status 1
+ 
<https://builds.apache.org/job/trafficcontrol-traffic_ops-test/ws/bin/docker-compose>
 -p jenkins-trafficcontrol-traffic_ops-test-1712 -f 
traffic_ops/app/bin/tests/docker-compose.yml down -v
Removing jenkinstrafficcontroltrafficopstest1712_unit_golang_1 ... 
Removing jenkinstrafficcontroltrafficopstest1712_unit_golang_1 ... 
doneRemoving network 
jenkinstrafficcontroltrafficopstest1712_default
Removing volume jenkinstrafficcontroltrafficopstest1712_traffic_ops
Removing volume jenkinstrafficcontroltrafficopstest1712_traffic_ops_golang
Build step 'Execute shell' marked build as failure

Reply via email to