Build failed in Jenkins: trafficcontrol-PR-rat #1140

2018-06-20 Thread Apache Jenkins Server
See 

--
Started by upstream project "trafficcontrol-PR" build number 1870
originally caused by:
 GitHub pull request #2441 of commit eeb23797d32572e3193fbc2097215ef45872d08f, 
no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace 

[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins2757595182970129642.sh
+ rm -rf ' 
'
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' 
from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 
'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-2.3.0-incubating.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins1164502204995919271.sh
+ set -exu
++ ls apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tarball=apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tar xzf apache-trafficcontrol-2.3.0-incubating.tar.gz
++ pwd
++ basename apache-trafficcontrol-2.3.0-incubating.tar.gz .tar.gz
+ 
tcdir=
+ cd 

++ date +%Y
+ egrep 'Copyright .*-?2018 The Apache Software Foundation' NOTICE
Copyright 2016-2018 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/
 -sN
++ grep jar
++ awk -F '"' '{print $2}'
++ grep -ve md5 -e sha1
++ head -n 1
++ sort -r
++ cut -d / -f 12
+ ratver=apache-rat-0.13-20180329.151017-101.jar
++ mktemp -d
+ ratdir=/tmp/tmp.TAcFTdI3qK
+ ratjar=/tmp/tmp.TAcFTdI3qK/apache-rat-0.13.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.TAcFTdI3qK/apache-rat-0.13.SNAPSHOT.jar 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0100 
1587k  100 1587k0 0  1562k  0  0:00:01  0:00:01 --:--:-- 1563k
+ curl -L -o /tmp/tmp.TAcFTdI3qK/apache-rat-0.13.SNAPSHOT.jar.sha1 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar.sha1
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0100 
   40  100400 0 75  0 --:--:-- --:--:-- --:--:--75
++ sha1sum /tmp/tmp.TAcFTdI3qK/apache-rat-0.13.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.TAcFTdI3qK/apache-rat-0.13.SNAPSHOT.jar.sha1
+ [[ 635c5eccad31cff1d713c12144eaae7fc9f10cf4 == 
635c5eccad31cff1d713c12144eaae7fc9f10cf4 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.TAcFTdI3qK/apache-rat-0.13.SNAPSHOT.jar -E 

 -d 

+ rm -rf /tmp/tmp.TAcFTdI3qK
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=1
+ [[ 1 != 0 ]]
+ echo '1 Unknown Licenses'
1 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' 
ratreport.txt
+ sed s:::
Files with unapproved licenses:

  apache-trafficcontrol-2.3.0-incubating/misc/logos/atc-final.svg

*
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 735.51 KB of artifacts by 47.9% relative to #1139


[GitHub] rob05c opened a new pull request #2441: Add TO Go delete deliveryservice_server

2018-06-20 Thread GitBox
rob05c opened a new pull request #2441: Add TO Go delete deliveryservice_server
URL: https://github.com/apache/trafficcontrol/pull/2441
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rguiliani closed pull request #731: [TC-192] Differentiates between goTM and javaTM rpm builds

2018-06-20 Thread GitBox
rguiliani closed pull request #731: [TC-192] Differentiates between goTM and 
javaTM rpm builds
URL: https://github.com/apache/trafficcontrol/pull/731
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build/functions.sh b/build/functions.sh
index cdf8670bf..a27d6b184 100755
--- a/build/functions.sh
+++ b/build/functions.sh
@@ -76,7 +76,12 @@ function getVersion() {
local d="$1"
local vf="$d/VERSION"
[ -r $vf ] || { echo "Could not read $vf: $!"; exit 1; }
-   cat "$vf"
+   if [ "${TC_COMPILER}" == "go" ]; then
+   local version="$(cat ${vf})_go"
+   echo "${version}"
+   else
+   cat "$vf"
+   fi
 }
 
 # ---
@@ -118,6 +123,7 @@ function checkEnvironment {
echo "BUILD_NUMBER: $BUILD_NUMBER"
echo "RHEL_VERSION: $RHEL_VERSION"
echo "TC_VERSION: $TC_VERSION"
+   echo "TC_COMPILER: $TC_COMPILER"
echo "--"
 }
 
diff --git a/infrastructure/docker/build/docker-compose.yml 
b/infrastructure/docker/build/docker-compose.yml
index 518ed86e1..9924d10c7 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -34,16 +34,15 @@ services:
 volumes:
   - ../../..:/trafficcontrol
 
-  # NOTE: Disabled since rpm name collides with current traffic_monitor.  To
-  # build golang version,  uncomment this section and use `docker-compose ...
-  # up traffic_monitor_golang_build`
-  # traffic_monitor_golang_build:
-  #   image: traffic_monitor_golang_builder
-  #   build:
-  # dockerfile: 
infrastructure/docker/build/Dockerfile-traffic_monitor_golang
-  # context: ../../..
-  #   volumes:
-  # - ../../..:/trafficcontrol
+  traffic_monitor_golang_build:
+image: traffic_monitor_golang_builder
+build:
+  dockerfile: infrastructure/docker/build/Dockerfile-traffic_monitor_golang
+  context: ../../..
+volumes:
+  - ../../..:/trafficcontrol
+environment:
+  - TC_COMPILER=go
 
   traffic_ops_build:
 image: traffic_ops_builder


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2440: Add TO Go deliveryservices/servers/eligible

2018-06-20 Thread GitBox
asfgit commented on issue #2440: Add TO Go deliveryservices/servers/eligible
URL: https://github.com/apache/trafficcontrol/pull/2440#issuecomment-398935111
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/trafficcontrol-PR/1869/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rob05c edited a comment on issue #2232: Rewrite Traffic Ops CRConfig Table Endpoints in Go

2018-06-20 Thread GitBox
rob05c edited a comment on issue #2232: Rewrite Traffic Ops CRConfig Table 
Endpoints in Go
URL: https://github.com/apache/trafficcontrol/issues/2232#issuecomment-398070296
 
 
   # Table Usage
   
   ```
   get /api/1.1/cdns/:name/configs/routing
   - DB: Server, Profile, Cdn, Parameter, ProfileParameter, CacheGroup, Regex, 
Type, StaticDNSEntry, DeliveryService
   
   get /api/1.1/cdns/domains
   - DB: Profile, CDN
   
   get /api/1.1/servers/:id/configfiles/ats
   get /api/1.1/profiles/:id/configfiles/ats/:filename
   get /api/1.1/servers/:id/configfiles/ats/:filename
   get /api/1.1/cdns/:id/configfiles/ats/:filename
   
   get /api/1.1/dbdump
   - Ext: pg_dump
   
   put /api/1.1/deliveryservices/:id/safe
   - DB: Deliveryservice, DeliveryServiceRegex, Regex, Profile, Type, Tenant
   
   delete /api/1.1/deliveryservice_server/:dsId/:serverId
   - DB: DeliveryService, DeliveryServiceServer, Tenant
   
   get /api/1.1/deliveryservices/:id/health
   - DB: Tenant, DeliveryService
   - Ext: Monitor
   
   get /api/1.1/deliveryservices/:id/capacity
   - DB: Tenant, DeliveryService
   - Ext: Monitor
   
   get /api/1.1/deliveryservices/:id/routing
   - DB: Tenant, DeliveryService, DeliveryServiceRegex, Regex, Cdn, Type
   - Ext: Router
   
   get /api/1.1/deliveryservices/:id/state
   - DB: Tenant, DeliveryService, CDN
   - Ext: Monitor
   
   post /api/1.1/deliveryservices/request
   - Ext: Email
   
   get /api/1.1/steering/:id/targets
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   get /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   post /api/1.1/steering/:id/targets
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   put /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   delete /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget
   
   delete /api/1.1/divisions/name/:name
   - DB: Division, Region
   
   get /api/1.1/federations
   - DB: TmUser, FederationTmUser, FederationDeliveryService, DeliveryService
   
   post /api/1.1/federations
   put /api/1.1/federations
   delete /api/1.1/federations
   get /api/1.1/cdns/:name/federations
   get /api/1.1/cdns/:name/federations/:fedId
   post /api/1.1/cdns/:name/federations
   put /api/1.1/cdns/:name/federations/:fedId
   delete /api/1.1/cdns/:name/federations/:fedId
   get /api/1.1/federations/:fedId/users
   post /api/1.1/federations/:fedId/users
   delete /api/1.1/federations/:fedId/users/:userId
   get /api/1.1/federations/:fedId/deliveryservices
   post /api/1.1/federations/:fedId/deliveryservices
   delete /api/1.1/federations/:fedId/deliveryservices/:dsId
   get /api/1.1/federations/:fedId/federation_resolvers
   post /api/1.1/federations/:fedId/federation_resolvers
   post /api/1.1/federation_resolvers
   delete /api/1.1/federation_resolvers/:id
   - DB: TmUser, FederationTmUser, FederationDeliveryService, DeliveryService, 
FederationResolver, FederationFederationResolver
   
   get /api/1.1/hwinfo/dtdata
   - DB: HwInfo, Server
   
   get /api/1.1/osversions
   - DB: Parameter, Server
   - Ext: file:osversions.cfg
   
   post /api/1.1/isos
   - DB: Parameter
   - Ext: mkisofs
   
   get /api/1.1/jobs
   - DB: DeliveryService, Tenant, Job
   
   get /api/1.1/jobs/:id
   - DB: DeliveryService, Job
   
   get /api/1.1/user/current/jobs
   - DB: Tenant, DeliveryService, Job, TmUser
   
   post /api/1.1/user/current/jobs
   - DB: Tenant, DeliveryService, Job, TmUser
   
   post /api/1.1/parameters/validate
   - DB: Parameter
   
   get /api/1.1/cachegroups/:id/parameters
   - DB: Parameter, CachegroupParameter
   
   get /api/1.1/cachegroups/:id/unassigned_parameters
   - DB: Parameter, CachegroupParameter
   
   get /api/1.1/cachegroup/:parameter_id/parameter
   - DB: Cachegroup, CachegroupParameter
   
   get /api/1.1/cachegroupparameters
   - DB: CachegroupParameter
   
   post /api/1.1/cachegroupparameters
   - DB: Cachegroup, Parameter, ProfileParameter, CachegroupParameter
   
   delete /api/1.1/cachegroupparameters/:cachegroup_id/:parameter_id
   - DB: Cachegroup, Parameter, CachegroupParameter
   
   get /api/1.1/cachegroups/:parameter_id/parameter/available
   - DB: Cachegroup, CachegroupParameter
   
   post /api/1.1/regions/:region_name/phys_locations
   - DB: PhysLocation, Region
   
   post /api/1.1/profiles/name/:profile_name/copy/:profile_copy_from
   - DB: Profile, ProfileParameter
   
   get /api/1.1/profiles/:id/export
   - DB: Profile, ProfileParameter, Parameter
   
   post /api/1.1/profiles/import
   - DB: Cdn, Profile, ProfileTypeValue, Parameter, ProfileParameter
   
   get /api/1.1/parameters/:id/profiles
   - DB: Profile, ProfileParameter
   
   get /api/1.1/parameters/:id/unassigned_profiles
   - DB: Profile, ProfileParameter
   
   post /api/1.1/divisions/:division_name/regions
   - DB: Region, Division
   
   delete /api/1.1/regions/name/:name
   - DB: Region
   

Build failed in Jenkins: incubator-trafficcontrol-rat #814

2018-06-20 Thread Apache Jenkins Server
See 


--
Started by upstream project "incubator-trafficcontrol-master-build" build 
number 858
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu xenial) in workspace 

[incubator-trafficcontrol-rat] $ /bin/bash -xe 
/tmp/jenkins8272938750945011612.sh
+ rm -rf 

 

 '
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' 
from 'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-master-build
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 
'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-master-build:
[operations-center-context]   apache-trafficcontrol-2.3.0-incubating.tar.gz
[incubator-trafficcontrol-rat] $ /bin/bash -xe 
/tmp/jenkins1285278709509812563.sh
+ set -exu
++ ls apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tarball=apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tar xzf apache-trafficcontrol-2.3.0-incubating.tar.gz
++ pwd
++ basename apache-trafficcontrol-2.3.0-incubating.tar.gz .tar.gz
+ 
tcdir=
+ cd 

++ date +%Y
+ egrep 'Copyright .*-?2018 The Apache Software Foundation' NOTICE
Copyright 2016-2018 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ grep jar
++ curl 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/
 -sN
++ grep -ve md5 -e sha1
++ sort -r
++ head -n 1
++ awk -F '"' '{print $2}'
++ cut -d / -f 12
+ ratver=apache-rat-0.13-20180329.151017-101.jar
++ mktemp -d
+ ratdir=/tmp/tmp.xIl2Tpq2d3
+ ratjar=/tmp/tmp.xIl2Tpq2d3/apache-rat-0.13.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.xIl2Tpq2d3/apache-rat-0.13.SNAPSHOT.jar 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0100 
1587k  100 1587k0 0  1593k  0 --:--:-- --:--:-- --:--:-- 1593k
+ curl -L -o /tmp/tmp.xIl2Tpq2d3/apache-rat-0.13.SNAPSHOT.jar.sha1 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar.sha1
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0100 
   40  100400 0 73  0 --:--:-- --:--:-- --:--:--73
++ sha1sum /tmp/tmp.xIl2Tpq2d3/apache-rat-0.13.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.xIl2Tpq2d3/apache-rat-0.13.SNAPSHOT.jar.sha1
+ [[ 635c5eccad31cff1d713c12144eaae7fc9f10cf4 == 
635c5eccad31cff1d713c12144eaae7fc9f10cf4 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.xIl2Tpq2d3/apache-rat-0.13.SNAPSHOT.jar -E 

 -d 

+ rm -rf /tmp/tmp.xIl2Tpq2d3
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=1
+ [[ 1 != 0 ]]
+ echo '1 Unknown Licenses'
1 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' 
ratreport.txt
+ sed s:::
Files with unapproved licenses:

  apache-trafficcontrol-2.3.0-incubating/misc/logos/atc-final.svg

*
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 753.97 KB of artifacts by 50.9% relative to #811


[GitHub] asfgit commented on issue #2438: License compliance updates

2018-06-20 Thread GitBox
asfgit commented on issue #2438: License compliance updates
URL: https://github.com/apache/trafficcontrol/pull/2438#issuecomment-398914195
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1868/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2439: Add TO Go riak/bucket

2018-06-20 Thread GitBox
asfgit commented on issue #2439: Add TO Go riak/bucket
URL: https://github.com/apache/trafficcontrol/pull/2439#issuecomment-398913222
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1867/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #731: [TC-192] Differentiates between goTM and javaTM rpm builds

2018-06-20 Thread GitBox
asfgit commented on issue #731: [TC-192] Differentiates between goTM and javaTM 
rpm builds
URL: https://github.com/apache/trafficcontrol/pull/731#issuecomment-398912752
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #1993: [Issue-1617] - Traffic Ops Keeps track of configuration differences between database and Traffic Servers

2018-06-20 Thread GitBox
asfgit commented on issue #1993: [Issue-1617] - Traffic Ops Keeps track of 
configuration differences between database and Traffic Servers
URL: https://github.com/apache/trafficcontrol/pull/1993#issuecomment-398912636
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2289: Foundation for Java Api Client

2018-06-20 Thread GitBox
asfgit commented on issue #2289: Foundation for Java Api Client
URL: https://github.com/apache/trafficcontrol/pull/2289#issuecomment-398912517
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2407: Edge retrieval from origin - Configuring go_direct from traffic ops. [WIP]

2018-06-20 Thread GitBox
asfgit commented on issue #2407: Edge retrieval from origin - Configuring 
go_direct from traffic ops. [WIP]
URL: https://github.com/apache/trafficcontrol/pull/2407#issuecomment-398912289
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Jenkins build is back to normal : incubator-trafficcontrol-PR-rat #1136

2018-06-20 Thread Apache Jenkins Server
See 




[GitHub] asfgit commented on issue #2438: License compliance updates

2018-06-20 Thread GitBox
asfgit commented on issue #2438: License compliance updates
URL: https://github.com/apache/trafficcontrol/pull/2438#issuecomment-398911801
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1866/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DylanVolz edited a comment on issue #2232: Rewrite Traffic Ops CRConfig Table Endpoints in Go

2018-06-20 Thread GitBox
DylanVolz edited a comment on issue #2232: Rewrite Traffic Ops CRConfig Table 
Endpoints in Go
URL: https://github.com/apache/trafficcontrol/issues/2232#issuecomment-389995964
 
 
   Here is the expected form of the above routes comma delimited as Method,Route
   
   GET,asns/?$
   POST,asns/?$
   GET,caches/stats/?$
   GET,cachegroups/?$
   GET,cachegroups/trimmed/?$
   POST,cachegroups/?$
   GET,cdns/?$
   GET,cdns/name/{name}$
   POST,cdns/?$
   DELETE,cdns/name/{name}$
   GET,cdns/health/?$
   GET,cdns/{name}/health/?$
   GET,cdns/capacity/?$
   GET,cdns/routing/?$
   GET,cdns/{name}/snapshot/?$
   GET,cdns/{name}/snapshot/new/?$
   PUT,snapshot/{cdnName}$
   GET,cdns/metric_types/{metricType}/start_date/{startDate}/end_date/{endDate}$
   GET,cdns/name/{name}/dnsseckeys/?$
   POST,cdns/dnsseckeys/generate/?$
   GET,cdns/name/{name}/dnsseckeys/delete/?$
   GET,/internalcdns/dnsseckeys/refresh/?$
   GET,cdns/name/{name}/sslkeys/?$
   GET,cdns/configs/?$
   GET,cdns/{name}/configs/routing/?$
   GET,cdns/{name}/configs/monitoring/?$
   GET,cdns/domains/?$
   GET,logs/?$
   GET,logs/{days}/days/?$
   GET,logs/newcount/?$
   GET,servers/#id/configfiles/ats/?$
   GET,profiles/#id/configfiles/ats/#filename/?$
   GET,servers/#id/configfiles/ats/#filename/?$
   GET,cdns/#id/configfiles/ats/#filename/?$
   GET,dbdump/?$
   GET,deliveryservices/?$
   POST,deliveryservices/?$
   POST,deliveryservices/{xmlID}/servers/?$
   POST,deliveryservices/request/?$
   GET,/internalsteering/?$
   GET,/internalsteering/{xmlID}$
   PUT,/internalsteering/{xmlID}$
   GET,deliveryservices/xmlId/#xmlid/sslkeys/?$
   GET,deliveryservices/hostname/#hostname/sslkeys/?$
   POST,deliveryservices/sslkeys/generate/?$
   POST,deliveryservices/sslkeys/add/?$
   GET,deliveryservices/xmlId/{xmlid}/sslkeys/delete/?$
   POST,deliveryservices/xmlId/{xmlID}/urlkeys/generate/?$
   POST,deliveryservices/xmlId/{xmlID}/urlkeys/copyFromXmlId/{copyFromXmlID}$
   GET,deliveryservices/xmlId/{xmlID}/urlkeys/?$
   GET,deliveryservices/{id}/urlkeys/?$
   GET,deliveryservices_regexes/?$
   GET,deliveryservice_matches/?$
   GET,deliveryserviceserver/?$
   POST,deliveryserviceserver/?$
   GET,divisions/?$
   POST,divisions/?$
   DELETE,divisions/name/{name}$
   GET,/internalfederations/?$
   GET,federations/?$
   POST,federations/?$
   PUT,federations/?$
   DELETE,federations/?$
   GET,cdns/{name}/federations/?$
   GET,cdns/{name}/federations/{fedID}$
   POST,cdns/{name}/federations/?$
   PUT,cdns/{name}/federations/{fedID}$
   DELETE,cdns/{name}/federations/{fedID}$
   GET,hwinfo/dtdata/?$
   GET,hwinfo/?$
   GET,osversions/?$
   POST,isos/?$
   GET,jobs/?$
   GET,user/current/jobs/?$
   POST,user/current/jobs/?$
   GET,parameters/?$
   POST,parameters/?$
   POST,parameters/validate/?$
   GET,profiles/name/{name}/parameters/?$
   POST,profiles/name/{name}/parameters/?$
   GET,profileparameters/?$
   POST,profileparameters/?$
   POST,profileparameter/?$
   POST,parameterprofile/?$
   DELETE,profileparameters/{profileID}/{parameterID}$
   GET,cachegroup/{parameterID}/parameter/?$
   GET,cachegroupparameters/?$
   POST,cachegroupparameters/?$
   DELETE,cachegroupparameters/{cachegroupID}/{parameterID}$
   GET,cachegroups/{parameterID}/parameter/available/?$
   GET,phys_locations/?$
   GET,phys_locations/trimmed/?$
   POST,phys_locations/?$
   POST,regions/{regionName}/phys_locations/?$
   GET,profiles/?$
   GET,profiles/trimmed/?$
   POST,profiles/?$
   POST,profiles/name/{profileName}/copy/{profileCopyFrom}$
   POST,profiles/import/?$
   GET,regions/?$
   POST,regions/?$
   POST,divisions/{divisionName}/regions/?$
   DELETE,regions/name/{name}$
   GET,roles/?$
   GET,capabilities/?$
   GET,capabilities/{name}$
   PUT,capabilities/{name}$
   POST,capabilities/?$
   DELETE,capabilities/{name}$
   GET,api_capabilities/?$
   GET,api_capabilities/{id}$
   PUT,api_capabilities/{id}$
   POST,api_capabilities/?$
   DELETE,api_capabilities/{id}$
   GET,servers/?$
   POST,servers/?$
   GET,servers/details/?$
   GET,servers/hostname/{name}/details/?$
   GET,servers/totals/?$
   GET,servers/status/?$
   GET,servers/checks/?$
   GET,servercheck/aadata/?$
   POST,servercheck/?$
   GET,stats_summary/?$
   POST,stats_summary/create/?$
   GET,statuses/?$
   POST,statuses/?$
   GET,staticdnsentries/?$
   GET,system/info/?$
   GET,tenants/?$
   POST,tenants/?$
   GET,types/?$
   GET,types/trimmed/?$
   POST,types/?$
   GET,users/?$
   POST,users/?$
   POST,users/register/?$
   POST,deliveryservice_user/?$
   GET,user/current/?$
   PUT,user/current/?$
   POST,user/current/update/?$
   POST,user/login/?$
   POST,user/login/token/?$
   POST,user/logout/?$
   POST,user/reset_password/?$
   GET,keys/ping/?$
   GET,riak/ping/?$
   GET,riak/bucket/{bucket}/key/{key}/values/?$
   GET,to_extensions/?$
   POST,to_extensions/?$
   POST,to_extensions/{id}/delete/?$
   GET,traffic_monitor/stats/?$


This is an automated message 

[GitHub] rob05c edited a comment on issue #2232: Rewrite Traffic Ops CRConfig Table Endpoints in Go

2018-06-20 Thread GitBox
rob05c edited a comment on issue #2232: Rewrite Traffic Ops CRConfig Table 
Endpoints in Go
URL: https://github.com/apache/trafficcontrol/issues/2232#issuecomment-398070296
 
 
   # Table Usage
   
   ```
   get /api/1.1/cdns/:name/configs/routing
   - DB: Server, Profile, Cdn, Parameter, ProfileParameter, CacheGroup, Regex, 
Type, StaticDNSEntry, DeliveryService
   
   get /api/1.1/cdns/domains
   - DB: Profile, CDN
   
   get /api/1.1/servers/:id/configfiles/ats
   get /api/1.1/profiles/:id/configfiles/ats/:filename
   get /api/1.1/servers/:id/configfiles/ats/:filename
   get /api/1.1/cdns/:id/configfiles/ats/:filename
   
   get /api/1.1/dbdump
   - Ext: pg_dump
   
   put /api/1.1/deliveryservices/:id/safe
   - DB: Deliveryservice, DeliveryServiceRegex, Regex, Profile, Type, Tenant
   
   delete /api/1.1/deliveryservice_server/:dsId/:serverId
   - DB: DeliveryService, DeliveryServiceServer, Tenant
   
   get /api/1.1/deliveryservices/:id/health
   - DB: Tenant, DeliveryService
   - Ext: Monitor
   
   get /api/1.1/deliveryservices/:id/capacity
   - DB: Tenant, DeliveryService
   - Ext: Monitor
   
   get /api/1.1/deliveryservices/:id/routing
   - DB: Tenant, DeliveryService, DeliveryServiceRegex, Regex, Cdn, Type
   - Ext: Router
   
   get /api/1.1/deliveryservices/:id/state
   - DB: Tenant, DeliveryService, CDN
   - Ext: Monitor
   
   post /api/1.1/deliveryservices/request
   - Ext: Email
   
   get /api/1.1/steering/:id/targets
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   get /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   post /api/1.1/steering/:id/targets
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   put /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   delete /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget
   
   delete /api/1.1/divisions/name/:name
   - DB: Division, Region
   
   get /api/1.1/federations
   - DB: TmUser, FederationTmUser, FederationDeliveryService, DeliveryService
   
   post /api/1.1/federations
   put /api/1.1/federations
   delete /api/1.1/federations
   get /api/1.1/cdns/:name/federations
   get /api/1.1/cdns/:name/federations/:fedId
   post /api/1.1/cdns/:name/federations
   put /api/1.1/cdns/:name/federations/:fedId
   delete /api/1.1/cdns/:name/federations/:fedId
   get /api/1.1/federations/:fedId/users
   post /api/1.1/federations/:fedId/users
   delete /api/1.1/federations/:fedId/users/:userId
   get /api/1.1/federations/:fedId/deliveryservices
   post /api/1.1/federations/:fedId/deliveryservices
   delete /api/1.1/federations/:fedId/deliveryservices/:dsId
   get /api/1.1/federations/:fedId/federation_resolvers
   post /api/1.1/federations/:fedId/federation_resolvers
   post /api/1.1/federation_resolvers
   delete /api/1.1/federation_resolvers/:id
   - DB: TmUser, FederationTmUser, FederationDeliveryService, DeliveryService, 
FederationResolver, FederationFederationResolver
   
   get /api/1.1/hwinfo/dtdata
   - DB: HwInfo, Server
   
   get /api/1.1/osversions
   - DB: Parameter, Server
   - Ext: file:osversions.cfg
   
   post /api/1.1/isos
   - DB: Parameter
   - Ext: mkisofs
   
   get /api/1.1/jobs
   - DB: DeliveryService, Tenant, Job
   
   get /api/1.1/jobs/:id
   - DB: DeliveryService, Job
   
   get /api/1.1/user/current/jobs
   - DB: Tenant, DeliveryService, Job, TmUser
   
   post /api/1.1/user/current/jobs
   - DB: Tenant, DeliveryService, Job, TmUser
   
   post /api/1.1/parameters/validate
   - DB: Parameter
   
   get /api/1.1/cachegroups/:id/parameters
   - DB: Parameter, CachegroupParameter
   
   get /api/1.1/cachegroups/:id/unassigned_parameters
   - DB: Parameter, CachegroupParameter
   
   get /api/1.1/cachegroup/:parameter_id/parameter
   - DB: Cachegroup, CachegroupParameter
   
   get /api/1.1/cachegroupparameters
   - DB: CachegroupParameter
   
   post /api/1.1/cachegroupparameters
   - DB: Cachegroup, Parameter, ProfileParameter, CachegroupParameter
   
   delete /api/1.1/cachegroupparameters/:cachegroup_id/:parameter_id
   - DB: Cachegroup, Parameter, CachegroupParameter
   
   get /api/1.1/cachegroups/:parameter_id/parameter/available
   - DB: Cachegroup, CachegroupParameter
   
   post /api/1.1/regions/:region_name/phys_locations
   - DB: PhysLocation, Region
   
   post /api/1.1/profiles/name/:profile_name/copy/:profile_copy_from
   - DB: Profile, ProfileParameter
   
   get /api/1.1/profiles/:id/export
   - DB: Profile, ProfileParameter, Parameter
   
   post /api/1.1/profiles/import
   - DB: Cdn, Profile, ProfileTypeValue, Parameter, ProfileParameter
   
   get /api/1.1/parameters/:id/profiles
   - DB: Profile, ProfileParameter
   
   get /api/1.1/parameters/:id/unassigned_profiles
   - DB: Profile, ProfileParameter
   
   post /api/1.1/divisions/:division_name/regions
   - DB: Region, Division
   
   delete /api/1.1/regions/name/:name
   - DB: Region
   

[GitHub] rob05c edited a comment on issue #2232: Rewrite Traffic Ops CRConfig Table Endpoints in Go

2018-06-20 Thread GitBox
rob05c edited a comment on issue #2232: Rewrite Traffic Ops CRConfig Table 
Endpoints in Go
URL: https://github.com/apache/trafficcontrol/issues/2232#issuecomment-398070296
 
 
   # Table Usage
   
   ```
   get /api/1.1/cdns/:name/configs/routing
   - DB: Server, Profile, Cdn, Parameter, ProfileParameter, CacheGroup, Regex, 
Type, StaticDNSEntry, DeliveryService
   
   get /api/1.1/cdns/domains
   - DB: Profile, CDN
   
   get /api/1.1/servers/:id/configfiles/ats
   get /api/1.1/profiles/:id/configfiles/ats/:filename
   get /api/1.1/servers/:id/configfiles/ats/:filename
   get /api/1.1/cdns/:id/configfiles/ats/:filename
   
   get /api/1.1/dbdump
   - Ext: pg_dump
   
   put /api/1.1/deliveryservices/:id/safe
   - DB: Deliveryservice, DeliveryServiceRegex, Regex, Profile, Type, Tenant
   
   delete /api/1.1/deliveryservice_server/:dsId/:serverId
   - DB: DeliveryService, DeliveryServiceServer, Tenant
   
   get /api/1.1/deliveryservices/:id/health
   - DB: Tenant, DeliveryService
   - Ext: Monitor
   
   get /api/1.1/deliveryservices/:id/capacity
   - DB: Tenant, DeliveryService
   - Ext: Monitor
   
   get /api/1.1/deliveryservices/:id/routing
   - DB: Tenant, DeliveryService, DeliveryServiceRegex, Regex, Cdn, Type
   - Ext: Router
   
   get /api/1.1/deliveryservices/:id/state
   - DB: Tenant, DeliveryService, CDN
   - Ext: Monitor
   
   post /api/1.1/deliveryservices/request
   - Ext: Email
   
   get /api/1.1/steering/:id/targets
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   get /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   post /api/1.1/steering/:id/targets
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   put /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget, Type
   
   delete /api/1.1/steering/:id/targets/:target_id
   - DB: Tenant, DeliveryService, SteeringTarget
   
   delete /api/1.1/divisions/name/:name
   - DB: Division, Region
   
   get /api/1.1/federations
   - DB: TmUser, FederationTmUser, FederationDeliveryService, DeliveryService
   
   post /api/1.1/federations
   put /api/1.1/federations
   delete /api/1.1/federations
   get /api/1.1/cdns/:name/federations
   get /api/1.1/cdns/:name/federations/:fedId
   post /api/1.1/cdns/:name/federations
   put /api/1.1/cdns/:name/federations/:fedId
   delete /api/1.1/cdns/:name/federations/:fedId
   get /api/1.1/federations/:fedId/users
   post /api/1.1/federations/:fedId/users
   delete /api/1.1/federations/:fedId/users/:userId
   get /api/1.1/federations/:fedId/deliveryservices
   post /api/1.1/federations/:fedId/deliveryservices
   delete /api/1.1/federations/:fedId/deliveryservices/:dsId
   get /api/1.1/federations/:fedId/federation_resolvers
   post /api/1.1/federations/:fedId/federation_resolvers
   post /api/1.1/federation_resolvers
   delete /api/1.1/federation_resolvers/:id
   - DB: TmUser, FederationTmUser, FederationDeliveryService, DeliveryService, 
FederationResolver, FederationFederationResolver
   
   get /api/1.1/hwinfo/dtdata
   - DB: HwInfo, Server
   
   get /api/1.1/osversions
   - DB: Parameter, Server
   - Ext: file:osversions.cfg
   
   post /api/1.1/isos
   - DB: Parameter
   - Ext: mkisofs
   
   get /api/1.1/jobs
   - DB: DeliveryService, Tenant, Job
   
   get /api/1.1/jobs/:id
   - DB: DeliveryService, Job
   
   get /api/1.1/user/current/jobs
   - DB: Tenant, DeliveryService, Job, TmUser
   
   post /api/1.1/user/current/jobs
   - DB: Tenant, DeliveryService, Job, TmUser
   
   post /api/1.1/parameters/validate
   - DB: Parameter
   
   get /api/1.1/cachegroups/:id/parameters
   - DB: Parameter, CachegroupParameter
   
   get /api/1.1/cachegroups/:id/unassigned_parameters
   - DB: Parameter, CachegroupParameter
   
   get /api/1.1/cachegroup/:parameter_id/parameter
   - DB: Cachegroup, CachegroupParameter
   
   get /api/1.1/cachegroupparameters
   - DB: CachegroupParameter
   
   post /api/1.1/cachegroupparameters
   - DB: Cachegroup, Parameter, ProfileParameter, CachegroupParameter
   
   delete /api/1.1/cachegroupparameters/:cachegroup_id/:parameter_id
   - DB: Cachegroup, Parameter, CachegroupParameter
   
   get /api/1.1/cachegroups/:parameter_id/parameter/available
   - DB: Cachegroup, CachegroupParameter
   
   post /api/1.1/regions/:region_name/phys_locations
   - DB: PhysLocation, Region
   
   post /api/1.1/profiles/name/:profile_name/copy/:profile_copy_from
   - DB: Profile, ProfileParameter
   
   get /api/1.1/profiles/:id/export
   - DB: Profile, ProfileParameter, Parameter
   
   post /api/1.1/profiles/import
   - DB: Cdn, Profile, ProfileTypeValue, Parameter, ProfileParameter
   
   get /api/1.1/parameters/:id/profiles
   - DB: Profile, ProfileParameter
   
   get /api/1.1/parameters/:id/unassigned_profiles
   - DB: Profile, ProfileParameter
   
   post /api/1.1/divisions/:division_name/regions
   - DB: Region, Division
   
   delete /api/1.1/regions/name/:name
   - DB: Region
   

[GitHub] rob05c opened a new pull request #2439: Add TO Go riak/bucket

2018-06-20 Thread GitBox
rob05c opened a new pull request #2439: Add TO Go riak/bucket
URL: https://github.com/apache/trafficcontrol/pull/2439
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Build failed in Jenkins: incubator-trafficcontrol-rat #813

2018-06-20 Thread Apache Jenkins Server
See 


--
Started by upstream project "incubator-trafficcontrol-master-build" build 
number 857
originally caused by:
 Started by user dangogh
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace 

[incubator-trafficcontrol-rat] $ /bin/bash -xe 
/tmp/jenkins3831980518322768997.sh
+ rm -rf 

 

 '
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' 
from 'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-master-build
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 
'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-master-build:
[operations-center-context]   apache-trafficcontrol-2.3.0-incubating.tar.gz
[incubator-trafficcontrol-rat] $ /bin/bash -xe 
/tmp/jenkins5403948428421997683.sh
+ set -exu
++ ls apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tarball=apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tar xzf apache-trafficcontrol-2.3.0-incubating.tar.gz
++ pwd
++ basename apache-trafficcontrol-2.3.0-incubating.tar.gz .tar.gz
+ 
tcdir=
+ cd 

++ date +%Y
+ egrep 'Copyright .*-?2018 The Apache Software Foundation' NOTICE
Copyright 2016-2018 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/
 -sN
++ grep jar
++ head -n 1
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ cut -d / -f 12
++ sort -r
+ ratver=apache-rat-0.13-20180329.151017-101.jar
++ mktemp -d
+ ratdir=/tmp/tmp.SkyefoitjM
+ ratjar=/tmp/tmp.SkyefoitjM/apache-rat-0.13.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.SkyefoitjM/apache-rat-0.13.SNAPSHOT.jar 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 1587k0 156660 0  38211  0  0:00:42 --:--:--  0:00:42 38209100 
1587k  100 1587k0 0  2084k  0 --:--:-- --:--:-- --:--:-- 2083k
+ curl -L -o /tmp/tmp.SkyefoitjM/apache-rat-0.13.SNAPSHOT.jar.sha1 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar.sha1
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 
010040  100400 0121  0 --:--:-- --:--:-- --:--:--   121
++ sha1sum /tmp/tmp.SkyefoitjM/apache-rat-0.13.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.SkyefoitjM/apache-rat-0.13.SNAPSHOT.jar.sha1
+ [[ 635c5eccad31cff1d713c12144eaae7fc9f10cf4 == 
635c5eccad31cff1d713c12144eaae7fc9f10cf4 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.SkyefoitjM/apache-rat-0.13.SNAPSHOT.jar -E 

 -d 

+ rm -rf /tmp/tmp.SkyefoitjM
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=1
+ [[ 1 != 0 ]]
+ echo '1 Unknown Licenses'
1 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' 
ratreport.txt
+ sed s:::
Files with unapproved licenses:

  apache-trafficcontrol-2.3.0-incubating/misc/logos/atc-final.svg

*
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 753.97 KB of artifacts by 50.9% relative to #811


[GitHub] rob05c closed pull request #2437: Fix TO Go CRConfig generation to ignore active ANY_MAP DSes

2018-06-20 Thread GitBox
rob05c closed pull request #2437: Fix TO Go CRConfig generation to ignore 
active ANY_MAP DSes
URL: https://github.com/apache/trafficcontrol/pull/2437
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/traffic_ops/traffic_ops_golang/crconfig/deliveryservice.go 
b/traffic_ops/traffic_ops_golang/crconfig/deliveryservice.go
index d9b2e551e..5ec1e668a 100644
--- a/traffic_ops/traffic_ops_golang/crconfig/deliveryservice.go
+++ b/traffic_ops/traffic_ops_golang/crconfig/deliveryservice.go
@@ -22,6 +22,7 @@ package crconfig
 import (
"database/sql"
"errors"
+   "fmt"
"strconv"
"strings"
"time"
@@ -77,6 +78,7 @@ left outer join profile as p on p.id = d.profile
 where d.cdn_id = (select id from cdn where name = $1)
 and d.active = true
 `
+   q += fmt.Sprintf(" and t.name != '%s'", tc.DSTypeAnyMap)
rows, err := db.Query(q, cdn)
if err != nil {
return nil, errors.New("querying deliveryservices: " + 
err.Error())


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rob05c closed issue #1121: Traffic Ops does not ignore active ANY_MAP Delivery Services when generating CRConfig

2018-06-20 Thread GitBox
rob05c closed issue #1121: Traffic Ops does not ignore active ANY_MAP Delivery 
Services when generating CRConfig
URL: https://github.com/apache/trafficcontrol/issues/1121
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Build failed in Jenkins: incubator-trafficcontrol-PR-rat #1135

2018-06-20 Thread Apache Jenkins Server
See 


--
Started by upstream project "incubator-trafficcontrol-PR" build number 1865
originally caused by:
 GitHub pull request #2437 of commit fe7b03e51ebaadc52c757d6705568fdceb796e28, 
no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace 

[incubator-trafficcontrol-PR-rat] $ /bin/bash -xe 
/tmp/jenkins118686088185880666.sh
+ rm -rf 

 

 '
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' 
from 'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 
'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-2.3.0-incubating.tar.gz
[incubator-trafficcontrol-PR-rat] $ /bin/bash -xe 
/tmp/jenkins6805423881533346172.sh
+ set -exu
++ ls apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tarball=apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tar xzf apache-trafficcontrol-2.3.0-incubating.tar.gz
++ pwd
++ basename apache-trafficcontrol-2.3.0-incubating.tar.gz .tar.gz
+ 
tcdir=
+ cd 

++ date +%Y
+ egrep 'Copyright .*-?2018 The Apache Software Foundation' NOTICE
Copyright 2016-2018 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/
 -sN
++ grep jar
++ grep -ve md5 -e sha1
++ head -n 1
++ cut -d / -f 12
++ sort -r
++ awk -F '"' '{print $2}'
+ ratver=apache-rat-0.13-20180329.151017-101.jar
++ mktemp -d
+ ratdir=/tmp/tmp.jrwQm4r4gf
+ ratjar=/tmp/tmp.jrwQm4r4gf/apache-rat-0.13.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.jrwQm4r4gf/apache-rat-0.13.SNAPSHOT.jar 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0 
87 1587k   87 1384k0 0  1536k  0  0:00:01 --:--:--  0:00:01 
1536k100 1587k  100 1587k0 0  1651k  0 --:--:-- --:--:-- --:--:-- 
1651k
+ curl -L -o /tmp/tmp.jrwQm4r4gf/apache-rat-0.13.SNAPSHOT.jar.sha1 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar.sha1
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 
010040  100400 0 75  0 --:--:-- --:--:-- --:--:--75
++ sha1sum /tmp/tmp.jrwQm4r4gf/apache-rat-0.13.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.jrwQm4r4gf/apache-rat-0.13.SNAPSHOT.jar.sha1
+ [[ 635c5eccad31cff1d713c12144eaae7fc9f10cf4 == 
635c5eccad31cff1d713c12144eaae7fc9f10cf4 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.jrwQm4r4gf/apache-rat-0.13.SNAPSHOT.jar -E 

 -d 

+ rm -rf /tmp/tmp.jrwQm4r4gf
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=1
+ [[ 1 != 0 ]]
+ echo '1 Unknown Licenses'
1 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' 
ratreport.txt
+ sed s:::
Files with unapproved licenses:

  apache-trafficcontrol-2.3.0-incubating/misc/logos/atc-final.svg

*
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 761.96 KB of artifacts by 54.6% relative to #1131


[GitHub] asfgit commented on issue #2437: Fix TO Go CRConfig generation to ignore active ANY_MAP DSes

2018-06-20 Thread GitBox
asfgit commented on issue #2437: Fix TO Go CRConfig generation to ignore active 
ANY_MAP DSes
URL: https://github.com/apache/trafficcontrol/pull/2437#issuecomment-398884596
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1865/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] dangogh opened a new pull request #2438: License compliance updates

2018-06-20 Thread GitBox
dangogh opened a new pull request #2438: License compliance updates
URL: https://github.com/apache/trafficcontrol/pull/2438
 
 
   - new svg file needed an exception along with other logos
   - generated Perl files needed license added
   - files removed from docs dir needed to be removed from the LICENSE file
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Build failed in Jenkins: incubator-trafficcontrol-PR-rat #1134

2018-06-20 Thread Apache Jenkins Server
See 


--
Started by upstream project "incubator-trafficcontrol-PR" build number 1864
originally caused by:
 GitHub pull request #2434 of commit d3b7c0a89c1ff3a77a7c23d47884133db9a99054, 
no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace 

[incubator-trafficcontrol-PR-rat] $ /bin/bash -xe 
/tmp/jenkins4349481704212333779.sh
+ rm -rf 

 

 '
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' 
from 'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 
'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-2.3.0-incubating.tar.gz
[incubator-trafficcontrol-PR-rat] $ /bin/bash -xe 
/tmp/jenkins6740214397743653791.sh
+ set -exu
++ ls apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tarball=apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tar xzf apache-trafficcontrol-2.3.0-incubating.tar.gz
++ pwd
++ basename apache-trafficcontrol-2.3.0-incubating.tar.gz .tar.gz
+ 
tcdir=
+ cd 

++ date +%Y
+ egrep 'Copyright .*-?2018 The Apache Software Foundation' NOTICE
Copyright 2016-2018 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/
 -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.13-20180329.151017-101.jar
++ mktemp -d
+ ratdir=/tmp/tmp.Wx4a9ndKoi
+ ratjar=/tmp/tmp.Wx4a9ndKoi/apache-rat-0.13.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.Wx4a9ndKoi/apache-rat-0.13.SNAPSHOT.jar 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0 88 
1587k   88 1408k0 0  1183k  0  0:00:01  0:00:01 --:--:-- 1183k100 
1587k  100 1587k0 0  1332k  0  0:00:01  0:00:01 --:--:-- 1332k
+ curl -L -o /tmp/tmp.Wx4a9ndKoi/apache-rat-0.13.SNAPSHOT.jar.sha1 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar.sha1
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 
010040  100400 0 75  0 --:--:-- --:--:-- --:--:--75
++ sha1sum /tmp/tmp.Wx4a9ndKoi/apache-rat-0.13.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.Wx4a9ndKoi/apache-rat-0.13.SNAPSHOT.jar.sha1
+ [[ 635c5eccad31cff1d713c12144eaae7fc9f10cf4 == 
635c5eccad31cff1d713c12144eaae7fc9f10cf4 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.Wx4a9ndKoi/apache-rat-0.13.SNAPSHOT.jar -E 

 -d 

+ rm -rf /tmp/tmp.Wx4a9ndKoi
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=2
+ [[ 2 != 0 ]]
+ echo '2 Unknown Licenses'
2 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' 
ratreport.txt
+ sed s:::
Files with unapproved licenses:

  
apache-trafficcontrol-2.3.0-incubating/grove/vendor/github.com/remeh/sizedwaitgroup/sizedwaitgroup.go
  
apache-trafficcontrol-2.3.0-incubating/grove/vendor/github.com/remeh/sizedwaitgroup/sizedwaitgroup_test.go


[GitHub] asfgit commented on issue #2434: Range Slice mode for the range_req_handler

2018-06-20 Thread GitBox
asfgit commented on issue #2434: Range Slice mode for the range_req_handler
URL: https://github.com/apache/trafficcontrol/pull/2434#issuecomment-398882958
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1864/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Build failed in Jenkins: incubator-trafficcontrol-PR-rat #1133

2018-06-20 Thread Apache Jenkins Server
See 


--
Started by upstream project "incubator-trafficcontrol-PR" build number 1863
originally caused by:
 GitHub pull request #2437 of commit 284d97ec3662cd39ff41b71d939ec8a571666082, 
no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace 

[incubator-trafficcontrol-PR-rat] $ /bin/bash -xe 
/tmp/jenkins16376550917428221.sh
+ rm -rf 

 

 '
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' 
from 'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 
'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-2.3.0-incubating.tar.gz
[incubator-trafficcontrol-PR-rat] $ /bin/bash -xe 
/tmp/jenkins3769169199683161845.sh
+ set -exu
++ ls apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tarball=apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tar xzf apache-trafficcontrol-2.3.0-incubating.tar.gz
++ pwd
++ basename apache-trafficcontrol-2.3.0-incubating.tar.gz .tar.gz
+ 
tcdir=
+ cd 

++ date +%Y
+ egrep 'Copyright .*-?2018 The Apache Software Foundation' NOTICE
Copyright 2016-2018 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/
 -sN
++ grep jar
++ grep -ve md5 -e sha1
++ head -n 1
++ awk -F '"' '{print $2}'
++ cut -d / -f 12
++ sort -r
+ ratver=apache-rat-0.13-20180329.151017-101.jar
++ mktemp -d
+ ratdir=/tmp/tmp.bmTJhqU5Ji
+ ratjar=/tmp/tmp.bmTJhqU5Ji/apache-rat-0.13.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.bmTJhqU5Ji/apache-rat-0.13.SNAPSHOT.jar 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0 
13 1587k   13  210k0 0   260k  0  0:00:06 --:--:--  0:00:06  
260k100 1587k  100 1587k0 0  1675k  0 --:--:-- --:--:-- --:--:-- 
1674k
+ curl -L -o /tmp/tmp.bmTJhqU5Ji/apache-rat-0.13.SNAPSHOT.jar.sha1 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar.sha1
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 
010040  100400 0 72  0 --:--:-- --:--:-- --:--:--72
++ sha1sum /tmp/tmp.bmTJhqU5Ji/apache-rat-0.13.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.bmTJhqU5Ji/apache-rat-0.13.SNAPSHOT.jar.sha1
+ [[ 635c5eccad31cff1d713c12144eaae7fc9f10cf4 == 
635c5eccad31cff1d713c12144eaae7fc9f10cf4 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.bmTJhqU5Ji/apache-rat-0.13.SNAPSHOT.jar -E 

 -d 

+ rm -rf /tmp/tmp.bmTJhqU5Ji
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=1
+ [[ 1 != 0 ]]
+ echo '1 Unknown Licenses'
1 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' 
ratreport.txt
+ sed s:::
Files with unapproved licenses:

  apache-trafficcontrol-2.3.0-incubating/misc/logos/atc-final.svg

*
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 761.96 KB of artifacts by 54.6% relative to #1131


[GitHub] asfgit commented on issue #2437: Fix TO Go CRConfig generation to ignore active ANY_MAP DSes

2018-06-20 Thread GitBox
asfgit commented on issue #2437: Fix TO Go CRConfig generation to ignore active 
ANY_MAP DSes
URL: https://github.com/apache/trafficcontrol/pull/2437#issuecomment-398881895
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1863/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rob05c commented on a change in pull request #2437: Fix TO Go CRConfig generation to ignore active ANY_MAP DSes

2018-06-20 Thread GitBox
rob05c commented on a change in pull request #2437: Fix TO Go CRConfig 
generation to ignore active ANY_MAP DSes
URL: https://github.com/apache/trafficcontrol/pull/2437#discussion_r196926230
 
 

 ##
 File path: traffic_ops/traffic_ops_golang/crconfig/deliveryservice.go
 ##
 @@ -76,6 +76,7 @@ inner join type as t on t.id = d.type
 left outer join profile as p on p.id = d.profile
 where d.cdn_id = (select id from cdn where name = $1)
 and d.active = true
+and t.name != 'ANY_MAP'
 
 Review comment:
   Can you change this to `tc.DSTypeAnyMap`?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rawlinp opened a new pull request #2437: Fix TO Go CRConfig generation to ignore active ANY_MAP DSes

2018-06-20 Thread GitBox
rawlinp opened a new pull request #2437: Fix TO Go CRConfig generation to 
ignore active ANY_MAP DSes
URL: https://github.com/apache/trafficcontrol/pull/2437
 
 
   This is a regression from the Perl version of the CRConfig generation
   which ignores active ANY_MAP DSes.
   
   Fixes #1121


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rob05c commented on issue #1732: Add Docker TM Compose for load testing

2018-06-20 Thread GitBox
rob05c commented on issue #1732: Add Docker TM Compose for load testing
URL: https://github.com/apache/trafficcontrol/pull/1732#issuecomment-398865711
 
 
   Yeah, it currently needs a DB dump, just to get TO running. Maybe we can 
script creating everything we need, or maybe we can sanitize a sql dump and 
include the file in the repo.
   
   It looks like `traffic_ops_database/Dockerfile` broke. Not sure what changed 
since I made the PR. Maybe the `postgres:9.6` image changed, or maybe your CPAN 
is different from what I used, not sure.
   
   I'll try to find time to look at it, but to be honest, it's not a high 
priority for me right now. I do think automated load testing of the monitor 
would be highly valuable. We just have too many high priority things at the 
moment.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Build failed in Jenkins: incubator-trafficcontrol-PR-rat #1132

2018-06-20 Thread Apache Jenkins Server
See 


--
Started by upstream project "incubator-trafficcontrol-PR" build number 1862
originally caused by:
 GitHub pull request #2434 of commit c0ef2670eee420caf51140c1beb6d1ca42484000, 
no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu xenial) in workspace 

[incubator-trafficcontrol-PR-rat] $ /bin/bash -xe 
/tmp/jenkins9006248632928657289.sh
+ rm -rf 

 

 '
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' 
from 'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 
'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-2.3.0-incubating.tar.gz
[incubator-trafficcontrol-PR-rat] $ /bin/bash -xe 
/tmp/jenkins1404458297129518326.sh
+ set -exu
++ ls apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tarball=apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tar xzf apache-trafficcontrol-2.3.0-incubating.tar.gz
++ pwd
++ basename apache-trafficcontrol-2.3.0-incubating.tar.gz .tar.gz
+ 
tcdir=
+ cd 

++ date +%Y
+ egrep 'Copyright .*-?2018 The Apache Software Foundation' NOTICE
Copyright 2016-2018 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/
 -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.13-20180329.151017-101.jar
++ mktemp -d
+ ratdir=/tmp/tmp.tAcZClUfOw
+ ratjar=/tmp/tmp.tAcZClUfOw/apache-rat-0.13.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.tAcZClUfOw/apache-rat-0.13.SNAPSHOT.jar 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0100 
1587k  100 1587k0 0  1618k  0 --:--:-- --:--:-- --:--:-- 1618k
+ curl -L -o /tmp/tmp.tAcZClUfOw/apache-rat-0.13.SNAPSHOT.jar.sha1 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar.sha1
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0100 
   40  100400 0 72  0 --:--:-- --:--:-- --:--:--72
++ sha1sum /tmp/tmp.tAcZClUfOw/apache-rat-0.13.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.tAcZClUfOw/apache-rat-0.13.SNAPSHOT.jar.sha1
+ [[ 635c5eccad31cff1d713c12144eaae7fc9f10cf4 == 
635c5eccad31cff1d713c12144eaae7fc9f10cf4 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.tAcZClUfOw/apache-rat-0.13.SNAPSHOT.jar -E 

 -d 

+ rm -rf /tmp/tmp.tAcZClUfOw
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=2
+ [[ 2 != 0 ]]
+ echo '2 Unknown Licenses'
2 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' 
ratreport.txt
+ sed s:::
Files with unapproved licenses:

  
apache-trafficcontrol-2.3.0-incubating/grove/vendor/github.com/remeh/sizedwaitgroup/sizedwaitgroup.go
  
apache-trafficcontrol-2.3.0-incubating/grove/vendor/github.com/remeh/sizedwaitgroup/sizedwaitgroup_test.go


Build failed in Jenkins: incubator-trafficcontrol-rat #812

2018-06-20 Thread Apache Jenkins Server
See 


--
Started by upstream project "incubator-trafficcontrol-master-build" build 
number 856
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace 

[incubator-trafficcontrol-rat] $ /bin/bash -xe 
/tmp/jenkins6728854083904789428.sh
+ rm -rf 

 

 '
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' 
from 'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-master-build
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 
'Last successful build (either stable or unstable)' of 
incubator-trafficcontrol-master-build:
[operations-center-context]   apache-trafficcontrol-2.3.0-incubating.tar.gz
[incubator-trafficcontrol-rat] $ /bin/bash -xe 
/tmp/jenkins2991148596929006509.sh
+ set -exu
++ ls apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tarball=apache-trafficcontrol-2.3.0-incubating.tar.gz
+ tar xzf apache-trafficcontrol-2.3.0-incubating.tar.gz
++ pwd
++ basename apache-trafficcontrol-2.3.0-incubating.tar.gz .tar.gz
+ 
tcdir=
+ cd 

++ date +%Y
+ egrep 'Copyright .*-?2018 The Apache Software Foundation' NOTICE
Copyright 2016-2018 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/
 -sN
++ grep jar
++ grep -ve md5 -e sha1
++ sort -r
++ awk -F '"' '{print $2}'
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.13-20180329.151017-101.jar
++ mktemp -d
+ ratdir=/tmp/tmp.jra2GAJcCq
+ ratjar=/tmp/tmp.jra2GAJcCq/apache-rat-0.13.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.jra2GAJcCq/apache-rat-0.13.SNAPSHOT.jar 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0100 
1587k  100 1587k0 0  1933k  0 --:--:-- --:--:-- --:--:-- 1933k
+ curl -L -o /tmp/tmp.jra2GAJcCq/apache-rat-0.13.SNAPSHOT.jar.sha1 
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.13-SNAPSHOT/apache-rat-0.13-20180329.151017-101.jar.sha1
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0100 
   40  100400 0126  0 --:--:-- --:--:-- --:--:--   126
++ sha1sum /tmp/tmp.jra2GAJcCq/apache-rat-0.13.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.jra2GAJcCq/apache-rat-0.13.SNAPSHOT.jar.sha1
+ [[ 635c5eccad31cff1d713c12144eaae7fc9f10cf4 == 
635c5eccad31cff1d713c12144eaae7fc9f10cf4 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.jra2GAJcCq/apache-rat-0.13.SNAPSHOT.jar -E 

 -d 

+ rm -rf /tmp/tmp.jra2GAJcCq
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=1
+ [[ 1 != 0 ]]
+ echo '1 Unknown Licenses'
1 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' 
ratreport.txt
+ sed s:::
Files with unapproved licenses:

  apache-trafficcontrol-2.3.0-incubating/misc/logos/atc-final.svg

*
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 753.97 KB of artifacts by 50.9% relative to #811


[GitHub] limited commented on issue #1732: Add Docker TM Compose for load testing

2018-06-20 Thread GitBox
limited commented on issue #1732: Add Docker TM Compose for load testing
URL: https://github.com/apache/trafficcontrol/pull/1732#issuecomment-398862068
 
 
   Got the following error building 
`traffic_monitor_load_test_traffic_ops_database` image:
   
   ```
---> Running in 2b78254facc3
   Can't locate CPAN.pm in @INC (you may need to install the CPAN module) (@INC 
contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 
/usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .).
   BEGIN failed--compilation aborted.
   ERROR: Service 'traffic_monitor_test_load_traffic_ops_database' failed to 
build: The command '/bin/sh -c perl -MCPAN -e 'my $c = "CPAN::HandleConfig"; 
$c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => 
"follow"); $c->edit(build_requires_install_policy => "yes"); $c->commit'' 
returned a non-zero code: 2
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mitchell852 closed pull request #2435: Filter the list of potential Steering Targets in Traffic Portal

2018-06-20 Thread GitBox
mitchell852 closed pull request #2435: Filter the list of potential Steering 
Targets in Traffic Portal
URL: https://github.com/apache/trafficcontrol/pull/2435
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/FormDeliveryServiceTargetController.js
 
b/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/FormDeliveryServiceTargetController.js
index a01526ce5..b2ab1ad78 100644
--- 
a/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/FormDeliveryServiceTargetController.js
+++ 
b/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/FormDeliveryServiceTargetController.js
@@ -17,12 +17,14 @@
  * under the License.
  */
 
-var FormDeliveryServiceTargetController = function(deliveryService, target, 
$scope, formUtils, locationUtils, deliveryServiceService, typeService) {
+var FormDeliveryServiceTargetController = function(deliveryService, 
currentTargets, target, $scope, formUtils, locationUtils, 
deliveryServiceService, typeService) {
 
var getDeliveryServices = function() {
-   deliveryServiceService.getDeliveryServices()
+   deliveryServiceService.getDeliveryServices({ cdn: 
deliveryService.cdnId })
.then(function(result) {
-   $scope.deliveryServices = result;
+   $scope.deliveryServices = _.filter(result, 
function(ds) {
+   return ds.type.startsWith('HTTP') && 
_.findWhere(currentTargets, {targetId: ds.id}) == undefined;
+   });
});
};
 
@@ -53,5 +55,5 @@ var FormDeliveryServiceTargetController = 
function(deliveryService, target, $sco
 
 };
 
-FormDeliveryServiceTargetController.$inject = ['deliveryService', 'target', 
'$scope', 'formUtils', 'locationUtils', 'deliveryServiceService', 
'typeService'];
+FormDeliveryServiceTargetController.$inject = ['deliveryService', 
'currentTargets', 'target', '$scope', 'formUtils', 'locationUtils', 
'deliveryServiceService', 'typeService'];
 module.exports = FormDeliveryServiceTargetController;
diff --git 
a/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/edit/FormEditDeliveryServiceTargetController.js
 
b/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/edit/FormEditDeliveryServiceTargetController.js
index 77ffa8b6c..4be2219c6 100644
--- 
a/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/edit/FormEditDeliveryServiceTargetController.js
+++ 
b/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/edit/FormEditDeliveryServiceTargetController.js
@@ -17,10 +17,10 @@
  * under the License.
  */
 
-var FormEditDeliveryServiceTargetController = function(deliveryService, 
target, $scope, $controller, $uibModal, $anchorScroll, locationUtils, 
deliveryServiceService) {
+var FormEditDeliveryServiceTargetController = function(deliveryService, 
currentTargets, target, $scope, $controller, $uibModal, $anchorScroll, 
locationUtils, deliveryServiceService) {
 
// extends the FormDeliveryServiceTargetController to inherit common 
methods
-   angular.extend(this, $controller('FormDeliveryServiceTargetController', 
{ deliveryService: deliveryService, target: target, $scope: $scope }));
+   angular.extend(this, $controller('FormDeliveryServiceTargetController', 
{ deliveryService: deliveryService, currentTargets: currentTargets, target: 
target, $scope: $scope }));
 
var deleteTarget = function(target) {

deliveryServiceService.deleteDeliveryServiceTarget(target.deliveryServiceId, 
target.targetId)
@@ -65,5 +65,5 @@ var FormEditDeliveryServiceTargetController = 
function(deliveryService, target,
 
 };
 
-FormEditDeliveryServiceTargetController.$inject = ['deliveryService', 
'target', '$scope', '$controller', '$uibModal', '$anchorScroll', 
'locationUtils', 'deliveryServiceService'];
+FormEditDeliveryServiceTargetController.$inject = ['deliveryService', 
'currentTargets', 'target', '$scope', '$controller', '$uibModal', 
'$anchorScroll', 'locationUtils', 'deliveryServiceService'];
 module.exports = FormEditDeliveryServiceTargetController;
diff --git 
a/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/new/FormNewDeliveryServiceTargetController.js
 
b/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/new/FormNewDeliveryServiceTargetController.js
index 581909b5b..b3f2dd088 100644
--- 
a/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/new/FormNewDeliveryServiceTargetController.js
+++ 
b/traffic_portal/app/src/common/modules/form/deliveryServiceTarget/new/FormNewDeliveryServiceTargetController.js
@@ -17,10 

[GitHub] mitchell852 closed issue #1884: Traffic Portal: filter dropdown list of potential Steering targets

2018-06-20 Thread GitBox
mitchell852 closed issue #1884: Traffic Portal: filter dropdown list of 
potential Steering targets
URL: https://github.com/apache/trafficcontrol/issues/1884
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2436: Added SVG version of Logo

2018-06-20 Thread GitBox
asfgit commented on issue #2436: Added SVG version of Logo
URL: https://github.com/apache/trafficcontrol/pull/2436#issuecomment-398847903
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2436: Added SVG version of Logo

2018-06-20 Thread GitBox
asfgit commented on issue #2436: Added SVG version of Logo
URL: https://github.com/apache/trafficcontrol/pull/2436#issuecomment-398847692
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] nerdynick opened a new pull request #2436: Added SVG version of Logo

2018-06-20 Thread GitBox
nerdynick opened a new pull request #2436: Added SVG version of Logo
URL: https://github.com/apache/trafficcontrol/pull/2436
 
 
   SVG version of PSD logo


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] nerdynick commented on issue #2289: Foundation for Java Api Client

2018-06-20 Thread GitBox
nerdynick commented on issue #2289: Foundation for Java Api Client
URL: https://github.com/apache/trafficcontrol/pull/2289#issuecomment-398846264
 
 
   Packaging should all be updated to org.apache.trafficcontrol


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2435: Filter the list of potential Steering Targets in Traffic Portal

2018-06-20 Thread GitBox
asfgit commented on issue #2435: Filter the list of potential Steering Targets 
in Traffic Portal
URL: https://github.com/apache/trafficcontrol/pull/2435#issuecomment-398830491
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1861/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2434: Range Slice mode for the range_req_handler

2018-06-20 Thread GitBox
asfgit commented on issue #2434: Range Slice mode for the range_req_handler
URL: https://github.com/apache/trafficcontrol/pull/2434#issuecomment-398829471
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1860/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rawlinp opened a new pull request #2435: Filter the list of potential Steering Targets in Traffic Portal

2018-06-20 Thread GitBox
rawlinp opened a new pull request #2435: Filter the list of potential Steering 
Targets in Traffic Portal
URL: https://github.com/apache/trafficcontrol/pull/2435
 
 
   The old Perl UI lists HTTP-type DSes belonging to the same CDN as the
   Steering DS that aren't already targets, and this makes Traffic Portal
   do the same thing.
   
   Fixes #1884.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit commented on issue #2434: Range Slice mode for the range_req_handler

2018-06-20 Thread GitBox
asfgit commented on issue #2434: Range Slice mode for the range_req_handler
URL: https://github.com/apache/trafficcontrol/pull/2434#issuecomment-398806847
 
 
   
   Refer to this link for build results (access rights to CI server needed): 
   https://builds.apache.org/job/incubator-trafficcontrol-PR/1859/
   Test PASSed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] knutsel commented on issue #2434: Range Slice mode for the range_req_handler

2018-06-20 Thread GitBox
knutsel commented on issue #2434: Range Slice mode for the range_req_handler
URL: https://github.com/apache/trafficcontrol/pull/2434#issuecomment-398798767
 
 
   Forgot to mention: see integration tests for tests that this plugin will 
pass.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] knutsel opened a new pull request #2434: Range Slice mode for the range_req_handler

2018-06-20 Thread GitBox
knutsel opened a new pull request #2434: Range Slice mode for the 
range_req_handler
URL: https://github.com/apache/trafficcontrol/pull/2434
 
 
   This does add the cache to the beforeRespondData as well, which I think can 
be useful for other things as well, I'm pretty sure. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Build failed in Jenkins: trafficcontrol-test-master-build #3

2018-06-20 Thread Apache Jenkins Server
See 


--
[...truncated 1.52 KB...]
 > 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 75d6735362fa79c8fe4e0e4cd17849c2683680b9 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 75d6735362fa79c8fe4e0e4cd17849c2683680b9
Commit message: "Fix DSR Origin resolution"
 > git rev-list --no-walk 75d6735362fa79c8fe4e0e4cd17849c2683680b9 # timeout=10
[trafficcontrol-test-master-build] $ /bin/bash 
/tmp/jenkins4213718024455116425.sh
+ proj=tc18518
+ cd infrastructure/docker/build
++ uname -s
++ uname -m
+ curl -o ./docker-compose -L 
https://github.com/docker/compose/releases/download/1.13.0/docker-compose-Linux-x86_64
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 
0100   6170   6170 0   1887  0 --:--:-- --:--:-- --:--:--  1892
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0  
5 8079k5  423k0 0   272k  0  0:00:29  0:00:01  0:00:28  418k100 
8079k  100 8079k0 0  3243k  0  0:00:02  0:00:02 --:--:-- 4143k
+ chmod +x ./docker-compose
+ ./docker-compose -p tc18518 build
Building traffic_stats_build
Step 1/7 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/7 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/7 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/7 : RUN yum -y install   epel-releasegit 
rpm-build &&yum -y clean all
 ---> Using cache
 ---> 3070f0ac53b7
Step 5/7 : RUN yum -y install   golang &&   yum -y clean all
 ---> Using cache
 ---> 93a4d0682593
Step 6/7 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 125f4b11841a
Step 7/7 : CMD /clean_build.sh traffic_stats
 ---> Using cache
 ---> fd878fb55396
Successfully built fd878fb55396
Successfully tagged traffic_stats_builder:latest
Building traffic_router_build
Step 1/11 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/11 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/11 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/11 : RUN yum -y install  epel-releasegit 
rpm-build &&yum -y clean all
 ---> Using cache
 ---> 3070f0ac53b7
Step 5/11 : RUN yum -y install  which &&yum -y clean all
 ---> Using cache
 ---> 09338ba6c93f
Step 6/11 : WORKDIR /opt
 ---> Using cache
 ---> af15e66721b4
Step 7/11 : RUN curl -L -b "oraclelicense=a" 
http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz
 | tar xzf - && curl -L 
https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.tar.gz
 | tar xzf -
 ---> Using cache
 ---> fae358c03c88
Step 8/11 : RUN ln -s jdk* java && ln -s apache-maven* maven
 ---> Using cache
 ---> b43b574f
Step 9/11 : RUN alternatives --install /usr/bin/java java /opt/java/bin/java 2 
&& alternatives --install /usr/bin/jar jar /opt/java/bin/jar 2 && 
alternatives --install /usr/bin/javac javac /opt/java/bin/javac 2 && 
alternatives --set java /opt/java/bin/java && alternatives --set jar 
/opt/java/bin/jar && alternatives --set javac /opt/java/bin/javac && 
alternatives --install /usr/bin/mvn mvn /opt/maven/bin/mvn 1
 ---> Using cache
 ---> a19af87381a9
Step 10/11 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 99bc89710274
Step 11/11 : CMD /clean_build.sh traffic_router
 ---> Using cache
 ---> 37cb2b729776
Successfully built 37cb2b729776
Successfully tagged traffic_router_builder:latest
Building traffic_monitor_build
Step 1/7 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/7 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/7 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/7 : RUN yum -y install   epel-releasegit 
rpm-build &&yum -y clean all
 ---> Using cache
 ---> 3070f0ac53b7
Step 5/7 : RUN yum -y install   golang &&   yum -y clean all
 ---> Using cache
 ---> 93a4d0682593
Step 6/7 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 125f4b11841a
Step 7/7 : CMD /clean_build.sh traffic_monitor
 ---> Using cache
 ---> e7a90c05ecd4
Successfully built e7a90c05ecd4
Successfully tagged traffic_monitor_builder:latest
Building source
Step 1/6 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/6 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/6 : VOLUME 

[GitHub] rawlinp commented on issue #1121: Traffic Ops does not ignore ANY_MAP Delivery Services when generating CRConfig

2018-06-20 Thread GitBox
rawlinp commented on issue #1121: Traffic Ops does not ignore ANY_MAP Delivery 
Services when generating CRConfig
URL: https://github.com/apache/trafficcontrol/issues/1121#issuecomment-398760323
 
 
   I fixed this in the Perl API , but it looks like it was overlooked in the 
Golang rewrite of the CRConfig endpoints and is now an issue again.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services