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

Changes:

[ocket8888] Remove commented out PATCH /jobs code, api_capability, and docs 
(#3985)

[ocket8888] Rewrote deliveryservice_stats to Go

[ocket8888] Fixed api.CreateInfluxClient always attempting to use SSL

[ocket8888] Added descriptions of the totalBytes and totalTransactions fields

[ocket8888] fixed influx client builder considering servers that are not ONLINE

[ocket8888] increased traffic_stats log verbosity

[ocket8888] Better error reporting

[ocket8888] added appropriate deprecation notices

[ocket8888] Fixed config key to conform to standard behavior

[ocket8888] fixed GoDoc comments

[ocket8888] Added sane default for 'Secure' flag to influx configs

[ocket8888] Moved MimeType into a dedicated RFC package/library

[ocket8888] returns now explicit

[ocket8888] fixed rfc test compilation

[ocket8888] fixed more implicit returns, match return type of db helper funcs

[ocket8888] s/Equal/Satisfy/g

[ocket8888] match snake_case for configuration variables

[ocket8888] consistent casing for initialisms

[ocket8888] use Ptr util funcs

[ocket8888] var/const blocks

[ocket8888] Move config object into lib/go-tc

[ocket8888] lowercase local variables

[ocket8888] fixed compilation errors introduced by earlier changes

[ocket8888] Split some functionality out into utilities

[ocket8888] Collapse conditionals

[ocket8888] Made checking for excludes more similar to checking for orderables

[ocket8888] All internal errors now straight-up 500s, details to client omitted

[ocket8888] Add test for config parsing

[ocket8888] Switched back to a regular expression for intervals

[ocket8888] Column name value->sum_count

[ocket8888] Added missing struct tag

[ocket8888] Fix erroneous warning log message


------------------------------------------
GitHub pull request #3758 of commit 1527b19b301ff36b13b46d0dde042de25d1a20a2, 
no merge conflicts.
Running as SYSTEM
Setting status of 1527b19b301ff36b13b46d0dde042de25d1a20a2 to PENDING with url 
https://builds.apache.org/job/trafficcontrol-PR/4479/ and message: 'Build 
started for merge commit.'
Using context: default
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu xenial) in workspace 
<https://builds.apache.org/job/trafficcontrol-PR/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential b205a645-1ea7-4dfd-973d-c14ac43cab07
Cloning the remote Git repository
Cloning repository git://github.com/apache/trafficcontrol.git
 > git init <https://builds.apache.org/job/trafficcontrol-PR/ws/> # 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 config remote.origin.url git://github.com/apache/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/trafficcontrol.git # 
 > timeout=10
Fetching upstream changes from git://github.com/apache/trafficcontrol.git
using GIT_SSH to set credentials 
 > git fetch --tags --progress git://github.com/apache/trafficcontrol.git 
 > +refs/pull/*:refs/remotes/origin/pr/*
 > git rev-parse 1527b19b301ff36b13b46d0dde042de25d1a20a2^{commit} # timeout=10
Checking out Revision 1527b19b301ff36b13b46d0dde042de25d1a20a2 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1527b19b301ff36b13b46d0dde042de25d1a20a2
Commit message: "Fix erroneous warning log message"
 > git rev-list --no-walk 994bef618c2d0293508d178d532ab8f42106e461 # timeout=10
[trafficcontrol-PR] $ /bin/bash /tmp/jenkins2275223636192873065.sh
++ echo jenkins-trafficcontrol-PR-4479
++ sed s/-//g
++ sed s/jenkins//
+ proj=trafficcontrolPR4479
+ yml=infrastructure/docker/build/docker-compose.yml
++ mktemp /tmp/docker-compose-XXXX
+ dc=/tmp/docker-compose-K4TW
++ mktemp /tmp/tc-status-XXXX
+ st=/tmp/tc-status-LopL
+ trap finish EXIT
++ uname -s
++ uname -m
+ curl -o /tmp/docker-compose-K4TW -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 --:--:-- --:--:-- --:--:--     
0100   617    0   617    0     0   1020      0 --:--:-- --:--:-- --:--:--  1021
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     
0100 8079k  100 8079k    0     0  4644k      0  0:00:01  0:00:01 --:--:-- 10.5M
+ chmod +x /tmp/docker-compose-K4TW
+ rm -rf dist
+ /tmp/docker-compose-K4TW -f infrastructure/docker/build/docker-compose.yml -p 
trafficcontrolPR4479 up
Creating network "trafficcontrolpr4479_default" with the default driver
Building traffic_stats_build
Step 1/7 : FROM centos:7
 ---> 67fa590cfc1c
Step 2/7 : MAINTAINER d...@trafficcontrol.apache.org
 ---> Using cache
 ---> 7f5a9392693b
Step 3/7 : VOLUME /trafficcontrol
 ---> Using cache
 ---> c61310063ae3
Step 4/7 : RUN  rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 &&   rpm 
--import https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7 &&        yum 
-y update ca-certificates &&        yum -y install          epel-release &&     
    yum -y clean all
 ---> Running in 307b50d25e2a
Service 'traffic_stats_build' failed to build: no status provided on response: 
unknown
+ exit 1
+ finish
+ /tmp/docker-compose-K4TW -f infrastructure/docker/build/docker-compose.yml -p 
trafficcontrolPR4479 down -v
Removing network trafficcontrolpr4479_default
+ /tmp/docker-compose-K4TW -f infrastructure/docker/build/docker-compose.yml -p 
trafficcontrolPR4479 rm -v -f
No stopped containers
+ rm -f /tmp/docker-compose-K4TW
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful

Reply via email to