See 
<https://builds.apache.org/job/incubator-trafficcontrol-PR/735/display/redirect?page=changes>

Changes:

[dangogh] cfg_test.go initial version

[dangogh] checkpoint

[dangogh] remove .json

[dangogh] a bit of cleanup

------------------------------------------
GitHub pull request #1542 of commit d35c6649b0add0934f61279f7d8c0c28ec8793fd, 
no merge conflicts.
Setting status of d35c6649b0add0934f61279f7d8c0c28ec8793fd to PENDING with url 
https://builds.apache.org/job/incubator-trafficcontrol-PR/735/ and message: 
'Build started sha1 is merged.'
Using context: default
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-2 (ubuntu trusty) in workspace 
<https://builds.apache.org/job/incubator-trafficcontrol-PR/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/apache/incubator-trafficcontrol.git
 > git init <https://builds.apache.org/job/incubator-trafficcontrol-PR/ws/> # 
 > timeout=10
Fetching upstream changes from 
git://github.com/apache/incubator-trafficcontrol.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress 
 > git://github.com/apache/incubator-trafficcontrol.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url 
 > git://github.com/apache/incubator-trafficcontrol.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url 
 > git://github.com/apache/incubator-trafficcontrol.git # timeout=10
Fetching upstream changes from 
git://github.com/apache/incubator-trafficcontrol.git
using GIT_SSH to set credentials 
 > git fetch --tags --progress 
 > git://github.com/apache/incubator-trafficcontrol.git 
 > +refs/pull/*:refs/remotes/origin/pr/*
 > git rev-parse d35c6649b0add0934f61279f7d8c0c28ec8793fd^{commit} # timeout=10
Checking out Revision d35c6649b0add0934f61279f7d8c0c28ec8793fd (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d35c6649b0add0934f61279f7d8c0c28ec8793fd
Commit message: "a bit of cleanup"
 > git rev-list 710702418f273f89c63d47d5201eaeddb47bbf67 # timeout=10
[incubator-trafficcontrol-PR] $ /bin/bash /tmp/jenkins8468659940714387786.sh
+ '[' '!' -x bin/docker-compose ']'
+ mkdir bin
++ uname -s
++ uname -m
+ curl -L 
https://github.com/docker/compose/releases/download/1.13.0/docker-compose-Linux-x86_64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 
  617    0   617    0     0   3404      0 --:--:-- --:--:-- --:--:--  3390
  5 8079k    5  406k    0     0   364k      0  0:00:22  0:00:01  0:00:21  364k 
51 8079k   51 4164k    0     0  1966k      0  0:00:04  0:00:02  0:00:02 
3750k100 8079k  100 8079k    0     0  3195k      0  0:00:02  0:00:02 --:--:-- 
5430k
+ chmod +x ./bin/docker-compose
+ docker version
Client:
 Version:      17.05.0-ce
 API version:  1.29
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:06:06 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.05.0-ce
 API version:  1.29 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:06:06 2017
 OS/Arch:      linux/amd64
 Experimental: false
+ rm -rf dist
+ export COMPOSE_HTTP_TIMEOUT=120
+ COMPOSE_HTTP_TIMEOUT=120
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-PR-735 -f 
infrastructure/docker/build/docker-compose.yml up --build
Creating network "jenkinsincubatortrafficcontrolpr735_default" with the default 
driver
Building traffic_portal_build
Step 1/10 : FROM centos:7
 ---> 3fa822599e10
Step 2/10 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> e39261ac422d
Step 3/10 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 130f47a25852
Step 4/10 : RUN yum -y install          epel-release            git             
rpm-build &&    yum -y clean all
 ---> Using cache
 ---> b0d72645e64d
Step 5/10 : RUN rpm -ivh 
https://kojipkgs.fedoraproject.org//packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm
 &&      yum -y install          gcc             libffi-devel            make   
         nodejs          npm             ruby-devel              rubygems
 ---> Running in 946030431e3b
curl: (22) The requested URL returned error: 503 Service Temporarily Unavailable
error: skipping 
https://kojipkgs.fedoraproject.org//packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm
 - transfer failed
Retrieving 
https://kojipkgs.fedoraproject.org//packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm
Service 'traffic_portal_build' failed to build: The command '/bin/sh -c rpm 
-ivh 
https://kojipkgs.fedoraproject.org//packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm
 &&      yum -y install          gcc             libffi-devel            make   
         nodejs          npm             ruby-devel              rubygems' 
returned a non-zero code: 1
+ find ./dist -type f -ls
find: `./dist': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script  : export COMPOSE_HTTP_TIMEOUT=120
./bin/docker-compose -p "${BUILD_TAG}" -f 
infrastructure/docker/build/docker-compose.yml down -v
[incubator-trafficcontrol-PR] $ /bin/bash -xe /tmp/jenkins2574331682378850164.sh
+ export COMPOSE_HTTP_TIMEOUT=120
+ COMPOSE_HTTP_TIMEOUT=120
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-PR-735 -f 
infrastructure/docker/build/docker-compose.yml down -v
Removing network jenkinsincubatortrafficcontrolpr735_default
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0

Reply via email to