You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/04/15 16:44:31 UTC

Build failed in Jenkins: trafficcontrol-PR #5697

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

Changes:

[zach] Document PUT and DELETE asns

[zach] Document GET about

[zach] Document POST cdns/dnsseckeys/generate and update Python client

[zach] Add Delivery Service Request to the glossary

[zach] Document deliveryservice_request_comments (GET, POST, PUT, DELETE)

[zach] Document deliveryservice_requests (GET, POST, PUT, DELETE) and add it to

[zach] Document PUT deliveryservice_requests/{{ID}}/assign

[zach] Document PUT deliveryservice_requests/{{ID}}/status

[zach] Document GET deliveryservices/{{ID}}/urlkeys

[zach] Document GET federations/all

[zach] Document GET ping

[zach] Document GET riak/bucket/{{bucket}}/key/{{key}}/values

[zach] Document GET riak/ping

[zach] Document GET servers/details

[zach] Document POST servers/{ID}/deliveryservices

[zach] Document GET steering

[zach] Document POST types

[zach] Touch-ups based on PR feedback     - Don't need versionadded in 2.0 docs

[zach] Do not add any routes to the Python client for Traffic Ops in this PR

[zach] Align fields with tabs at tabstop=8

[zach] Fix alignment for GET servers/{{ID}}/deliveryservices response structure

[zach] Link terms

[zach] - Add more field definitions - Correct :replace: and :dsIds: on POST

[zach] Changed "Roles Required" to `None` instead of `"read-only"` when "Auth.

[zach] Add sub-property definitions

[zach] - Correct response type - Capitalize path parameter - Remove POST

[zach] More sub-property field definitions

[zach] More improvements:     - Rephrase :author: field definition     -

[zach] Sub-property definitions: :targets:

[zach] Request and response doc improvements     - Specify data types that are

[zach] Add link title

[zach] - Remove riak_bucket_bucket_key_key_values.rst (documented in 647fbdd)  


------------------------------------------
[...truncated 3.12 MB...]
unit_1  | PASS
unit_1  | coverage: 15.7% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/physlocation	0.016s	coverage: 15.7% of statements
unit_1  | === RUN   TestPingHandler
unit_1  | --- PASS: TestPingHandler (0.00s)
unit_1  | PASS
unit_1  | coverage: 16.7% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/ping	0.016s	coverage: 16.7% of statements
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/plugin	[no test files]
unit_1  | === RUN   TestCopyProfileInvalidExistingProfile
unit_1  | === RUN   TestCopyProfileInvalidExistingProfile/multiple_profiles_with_existing_name_returned
unit_1  | === RUN   TestCopyProfileInvalidExistingProfile/existing_profile_does_not_exist
unit_1  | --- PASS: TestCopyProfileInvalidExistingProfile (0.00s)
unit_1  |     --- PASS: TestCopyProfileInvalidExistingProfile/multiple_profiles_with_existing_name_returned (0.00s)
unit_1  |     --- PASS: TestCopyProfileInvalidExistingProfile/existing_profile_does_not_exist (0.00s)
unit_1  | === RUN   TestCopyNewProfileExists
unit_1  | --- PASS: TestCopyNewProfileExists (0.00s)
unit_1  | === RUN   TestCopyProfile
unit_1  | --- PASS: TestCopyProfile (0.00s)
unit_1  | === RUN   TestGetExportProfileResponse
unit_1  | === RUN   TestGetExportProfileResponse/Success:_Read_export_profile_successful
unit_1  | === RUN   TestGetExportProfileResponse/Success:_Read_export_profile_with_no_parameters_successful
unit_1  | === RUN   TestGetExportProfileResponse/Failure:_Storage_error_reading_profile
unit_1  | --- PASS: TestGetExportProfileResponse (0.00s)
unit_1  |     --- PASS: TestGetExportProfileResponse/Success:_Read_export_profile_successful (0.00s)
unit_1  |         profile_export_test.go:74: Starting test scenario:  Success: Read export profile successful
unit_1  |     --- PASS: TestGetExportProfileResponse/Success:_Read_export_profile_with_no_parameters_successful (0.00s)
unit_1  |         profile_export_test.go:74: Starting test scenario:  Success: Read export profile with no parameters successful
unit_1  |     --- PASS: TestGetExportProfileResponse/Failure:_Storage_error_reading_profile (0.00s)
unit_1  |         profile_export_test.go:74: Starting test scenario:  Failure: Storage error reading profile
unit_1  | === RUN   TestGetImportProfile
unit_1  | === RUN   TestGetImportProfile/Success:_Import_profile_successful
unit_1  | === RUN   TestGetImportProfile/Failure:_Import_profile_didn't_insert_row
unit_1  | === RUN   TestGetImportProfile/Failure:_Import_profile_storage_error
unit_1  | --- PASS: TestGetImportProfile (0.00s)
unit_1  |     --- PASS: TestGetImportProfile/Success:_Import_profile_successful (0.00s)
unit_1  |         profile_import_test.go:86: Starting test scenario:  Success: Import profile successful
unit_1  |     --- PASS: TestGetImportProfile/Failure:_Import_profile_didn't_insert_row (0.00s)
unit_1  |         profile_import_test.go:86: Starting test scenario:  Failure: Import profile didn't insert row
unit_1  |     --- PASS: TestGetImportProfile/Failure:_Import_profile_storage_error (0.00s)
unit_1  |         profile_import_test.go:86: Starting test scenario:  Failure: Import profile storage error
unit_1  | === RUN   TestGetImportProfileParameters
unit_1  | === RUN   TestGetImportProfileParameters/Success:_All_import_parameters_new
unit_1  | === RUN   TestGetImportProfileParameters/Success:_All_parameters_exisiting
unit_1  | === RUN   TestGetImportProfileParameters/Success:_Mix_of_existing/new_parameters
unit_1  | === RUN   TestGetImportProfileParameters/Success:_Dup_of_existing
unit_1  | === RUN   TestGetImportProfileParameters/Fail:_Storage_error_selecting_param
unit_1  | === RUN   TestGetImportProfileParameters/Fail:_Storage_error_inserting_param
unit_1  | --- PASS: TestGetImportProfileParameters (0.00s)
unit_1  |     --- PASS: TestGetImportProfileParameters/Success:_All_import_parameters_new (0.00s)
unit_1  |         profile_import_test.go:292: Starting test scenario:  Success: All import parameters new
unit_1  |     --- PASS: TestGetImportProfileParameters/Success:_All_parameters_exisiting (0.00s)
unit_1  |         profile_import_test.go:292: Starting test scenario:  Success: All parameters exisiting
unit_1  |     --- PASS: TestGetImportProfileParameters/Success:_Mix_of_existing/new_parameters (0.00s)
unit_1  |         profile_import_test.go:292: Starting test scenario:  Success: Mix of existing/new parameters
unit_1  |     --- PASS: TestGetImportProfileParameters/Success:_Dup_of_existing (0.00s)
unit_1  |         profile_import_test.go:292: Starting test scenario:  Success: Dup of existing
unit_1  |     --- PASS: TestGetImportProfileParameters/Fail:_Storage_error_selecting_param (0.00s)
unit_1  |         profile_import_test.go:292: Starting test scenario:  Fail: Storage error selecting param
unit_1  |     --- PASS: TestGetImportProfileParameters/Fail:_Storage_error_inserting_param (0.00s)
unit_1  |         profile_import_test.go:292: Starting test scenario:  Fail: Storage error inserting param
unit_1  | === RUN   TestGetProfiles
unit_1  | --- PASS: TestGetProfiles (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | === RUN   TestValidate
unit_1  | --- PASS: TestValidate (0.00s)
unit_1  | PASS
unit_1  | coverage: 53.8% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/profile	0.028s	coverage: 53.8% of statements
unit_1  | === RUN   TestGetProfileParameters
unit_1  | --- PASS: TestGetProfileParameters (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | PASS
unit_1  | coverage: 2.4% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/profileparameter	0.015s	coverage: 2.4% of statements
unit_1  | === RUN   TestReadRegions
unit_1  | --- PASS: TestReadRegions (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | PASS
unit_1  | coverage: 9.8% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/region	0.016s	coverage: 9.8% of statements
unit_1  | === RUN   TestFetchObjectValues
unit_1  | --- PASS: TestFetchObjectValues (0.00s)
unit_1  | === RUN   TestSaveObject
unit_1  | --- PASS: TestSaveObject (0.00s)
unit_1  | === RUN   TestDeleteObject
unit_1  | --- PASS: TestDeleteObject (0.00s)
unit_1  | === RUN   TestGetRiakCluster
unit_1  | --- PASS: TestGetRiakCluster (0.03s)
unit_1  | PASS
unit_1  | coverage: 16.2% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/riaksvc	0.050s	coverage: 16.2% of statements
unit_1  | === RUN   TestFuncs
unit_1  | --- PASS: TestFuncs (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | === RUN   TestValidate
unit_1  | --- PASS: TestValidate (0.00s)
unit_1  | PASS
unit_1  | coverage: 10.6% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/role	0.015s	coverage: 10.6% of statements
unit_1  | === RUN   TestCompileRoutes
unit_1  | --- PASS: TestCompileRoutes (0.08s)
unit_1  |     routing_test.go:162: testing path GET api/1.1/cdns
unit_1  |     routing_test.go:162: testing path POST api/1.4/users/login
unit_1  |     routing_test.go:162: testing path POST api/1.1/cdns
unit_1  |     routing_test.go:162: testing path POST api/1.1/users
unit_1  |     routing_test.go:162: testing path PUT api/1.1/deliveryservices/3
unit_1  |     routing_test.go:162: testing path DELETE api/1.1/servers/777
unit_1  |     routing_test.go:162: testing path GET api/1.4/cdns/1
unit_1  |     routing_test.go:162: testing path GET api/1.4/notatypeweknowabout
unit_1  |     routing_test.go:162: testing path GET api/1.3/asns.json
unit_1  |     routing_test.go:162: testing path GET api/99999.99999/cdns
unit_1  |     routing_test.go:162: testing path GET blahblah/api/1.2/cdns
unit_1  |     routing_test.go:162: testing path GET internal/api/1.2/federations.json
unit_1  |     routing_test.go:162: testing path GET api/1.5/servers
unit_1  |     routing_test.go:162: testing path GET api/2.0/servers
unit_1  | === RUN   TestRoutes
unit_1  | --- PASS: TestRoutes (0.00s)
unit_1  | === RUN   TestCreateRouteMap
unit_1  | --- PASS: TestCreateRouteMap (0.00s)
unit_1  | PASS
unit_1  | coverage: 47.9% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/routing	0.101s	coverage: 47.9% of statements
unit_1  | === RUN   TestWrapHeaders
unit_1  | --- PASS: TestWrapHeaders (0.00s)
unit_1  | === RUN   TestWrapPanicRecover
unit_1  | --- PASS: TestWrapPanicRecover (0.00s)
unit_1  | === RUN   TestGzip
unit_1  | --- PASS: TestGzip (0.00s)
unit_1  | === RUN   TestWrapAuth
unit_1  | --- PASS: TestWrapAuth (0.00s)
unit_1  | PASS
unit_1  | coverage: 51.8% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/routing/middleware	0.019s	coverage: 51.8% of statements
unit_1  | === RUN   TestAssignDsesToServer
unit_1  | --- PASS: TestAssignDsesToServer (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | === RUN   TestGetServersByCachegroup
unit_1  | --- PASS: TestGetServersByCachegroup (0.00s)
unit_1  | === RUN   TestGetServerUpdateStatus
unit_1  | --- PASS: TestGetServerUpdateStatus (0.00s)
unit_1  | PASS
unit_1  | coverage: 13.5% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/server	0.021s	coverage: 13.5% of statements
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/servercapability	[no test files]
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/servercheck	[no test files]
unit_1  | === RUN   TestFuncs
unit_1  | --- PASS: TestFuncs (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | === RUN   TestValidate
unit_1  | --- PASS: TestValidate (0.00s)
unit_1  | PASS
unit_1  | coverage: 34.1% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/staticdnsentry	0.017s	coverage: 34.1% of statements
unit_1  | === RUN   TestReadStatuses
unit_1  | --- PASS: TestReadStatuses (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | PASS
unit_1  | coverage: 28.9% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/status	0.017s	coverage: 28.9% of statements
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/steering	[no test files]
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/steeringtargets	[no test files]
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/swaggerdocs/v13	[no test files]
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/swaggerdocs/v13/swaggerspec-server	[no test files]
unit_1  | === RUN   TestGetSystemInfo
unit_1  | --- PASS: TestGetSystemInfo (0.00s)
unit_1  | PASS
unit_1  | coverage: 57.1% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/systeminfo	0.014s	coverage: 57.1% of statements
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/tenant	[no test files]
unit_1  | === RUN   TestErrorCode
unit_1  | --- PASS: TestErrorCode (0.00s)
unit_1  | === RUN   TestErrorContextPanicMode
unit_1  | --- PASS: TestErrorContextPanicMode (0.00s)
unit_1  | === RUN   TestErrorContextMapping
unit_1  | --- PASS: TestErrorContextMapping (0.00s)
unit_1  | === RUN   TestErrorContextMisc
unit_1  | --- PASS: TestErrorContextMisc (0.00s)
unit_1  | === RUN   TestErrorContext
unit_1  | --- PASS: TestErrorContext (0.00s)
unit_1  | === RUN   TestColsFromStructByTag
unit_1  | --- PASS: TestColsFromStructByTag (0.00s)
unit_1  | PASS
unit_1  | coverage: 80.2% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/test	0.004s	coverage: 80.2% of statements
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/tocookie	[no test files]
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/toextension	[no test files]
unit_1  | === RUN   TestTSConfigFromRequest
unit_1  | --- PASS: TestTSConfigFromRequest (0.00s)
unit_1  | PASS
unit_1  | coverage: 4.7% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/trafficstats	0.016s	coverage: 4.7% of statements
unit_1  | === RUN   TestGetType
unit_1  | --- PASS: TestGetType (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | === RUN   TestValidate
unit_1  | --- PASS: TestValidate (0.00s)
unit_1  | PASS
unit_1  | coverage: 23.5% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/types	0.015s	coverage: 23.5% of statements
unit_1  | === RUN   TestValidateURIKeyset
unit_1  | --- PASS: TestValidateURIKeyset (0.00s)
unit_1  | PASS
unit_1  | coverage: 14.5% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/urisigning	0.015s	coverage: 14.5% of statements
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/user	[no test files]
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/util/monitorhlp	[no test files]
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/ort/atstccfg	[no test files]
unit_1  | === RUN   TestGetDSFromURISigningConfigFileName
unit_1  | --- PASS: TestGetDSFromURISigningConfigFileName (0.00s)
unit_1  | === RUN   TestGetDSFromURLSigConfigFileName
unit_1  | --- PASS: TestGetDSFromURLSigConfigFileName (0.00s)
unit_1  | PASS
unit_1  | coverage: 0.7% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/ort/atstccfg/cfgfile	0.021s	coverage: 0.7% of statements
unit_1  | ?   	github.com/apache/trafficcontrol/traffic_ops/ort/atstccfg/config	[no test files]
unit_1  | === RUN   TestPlugin
unit_1  | --- PASS: TestPlugin (0.00s)
unit_1  | PASS
unit_1  | coverage: 60.0% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/ort/atstccfg/plugin	0.014s	coverage: 60.0% of statements
unit_1  | === RUN   TestWriteCacheJSON
unit_1  | --- PASS: TestWriteCacheJSON (0.00s)
unit_1  | === RUN   TestDefaultCacheFormatIsomorphic
unit_1  | --- PASS: TestDefaultCacheFormatIsomorphic (0.00s)
unit_1  | PASS
unit_1  | coverage: 3.0% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/ort/atstccfg/toreq	0.019s	coverage: 3.0% of statements
trafficcontrol-pr_unit_1 exited with code 1
Aborting on container exit...
+ exit 1
+ finish
+ local st=1
+ [[ 1 -ne 0 ]]
+ echo 'Exiting with status 1'
Exiting with status 1
+ <https://builds.apache.org/job/trafficcontrol-PR/ws/bin/docker-compose> -p trafficcontrol-PR -f tools/golang/docker-compose.yml down -v
Removing trafficcontrol-pr_unit_1 ... 
Removing trafficcontrol-pr_unit_1 ... doneRemoving network trafficcontrol-pr_default
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful

Jenkins build is back to normal : trafficcontrol-PR #5701

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR/5701/display/redirect?page=changes>


Build failed in Jenkins: trafficcontrol-PR #5700

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR/5700/display/redirect?page=changes>

Changes:

[github] Make _postinstall work in Perl 5.26 (#4587)

[github] Change ORT/atstccfg to use TO Proxy (#4609)

[github] Cast InstallUtils::readJson()'s return value to hash type (#4631)

[github] Allow negative limit to receive all records back (#4598)

[github] Updating the testing documentation for TO to add more info about buil…

[github] Debug TM, TO, TO Perl, or TR CDN-in-a-Box containers (#4375)

[rawlin] Remove update_riak_for_search.pl script since it's no longer necessary


------------------------------------------
[...truncated 2.75 MB...]
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/quick_howto/server_capabililty.rst:23: WARNING: term not in glossary: role
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/quick_howto/server_capabililty.rst:23: WARNING: term not in glossary: delivery service
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/quick_howto/server_capabililty.rst:47: WARNING: term not in glossary: delivery service
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/quick_howto/server_capabililty.rst:47: WARNING: term not in glossary: delivery service
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/quick_howto/server_capabililty.rst:47: WARNING: term not in glossary: delivery services
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/quick_howto/server_capabililty.rst:49: WARNING: term not in glossary: delivery service
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/quick_howto/server_capabililty.rst:51: WARNING: term not in glossary: delivery service
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/quick_howto/server_capabililty.rst:52: WARNING: term not in glossary: delivery service
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:73: WARNING: term not in glossary: parameter
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:73: WARNING: term not in glossary: profile
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:75: WARNING: term not in glossary: parameter
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:439: WARNING: term not in glossary: Origins
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:443: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:743: WARNING: term not in glossary: role
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:743: WARNING: term not in glossary: role
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_router.rst:214: WARNING: term not in glossary: Edge-Tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:119: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:189: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:191: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:118: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:188: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:190: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/deliveryservices_id_servers_eligible.rst:26: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:89: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:90: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:162: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:200: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:201: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:280: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:318: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:319: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/regions_name_phys_locations.rst:25: WARNING: term not in glossary: region
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/server_server_capabilities.rst:26: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/server_server_capabilities.rst:118: WARNING: term not in glossary: Mid-tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:119: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:183: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:185: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:118: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:182: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:184: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/deliveryservices_id_servers_eligible.rst:26: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:88: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:89: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:161: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:199: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:200: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:279: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:317: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:318: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/server_server_capabilities.rst:24: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/server_server_capabilities.rst:116: WARNING: term not in glossary: Mid-tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/basics/content_delivery_networks.rst:22: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:35: WARNING: term not in glossary: Reverse Proxy
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:36: WARNING: term not in glossary: Forward Proxy
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:161: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:169: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:262: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:314: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:322: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:375: WARNING: term not in glossary: Mid-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:375: WARNING: term not in glossary: Edge-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/delivery_services.rst:684: WARNING: term not in glossary: Edge-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/delivery_services.rst:684: WARNING: term not in glossary: Mid-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/profiles_and_parameters.rst:317: WARNING: term not in glossary: Edge-Tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/profiles_and_parameters.rst:317: WARNING: term not in glossary: Edge-Tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/traffic_portal.rst:28: WARNING: term not in glossary: Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/traffic_router.rst:55: WARNING: term not in glossary: Cache Server
docs_1                   | generating indices...  genindex py-modindexdone
docs_1                   | writing additional pages...  searchdone
docs_1                   | copying images... [  1%] admin/quick_howto/anonymous_blocking/01.png
docs_1                   | copying images... [  2%] admin/quick_howto/anonymous_blocking/02.png
docs_1                   | copying images... [  4%] admin/quick_howto/anonymous_blocking/03.png
docs_1                   | copying images... [  5%] admin/quick_howto/cachegroup_fallback/00.png
docs_1                   | copying images... [  6%] admin/quick_howto/cachegroup_fallback/01.png
docs_1                   | copying images... [  8%] admin/quick_howto/cachegroup_fallback/02.png
docs_1                   | copying images... [  9%] admin/quick_howto/cachegroup_fallback/03.png
docs_1                   | copying images... [ 10%] admin/quick_howto/cachegroup_fallback/04.png
docs_1                   | copying images... [ 12%] admin/quick_howto/cachegroup_fallback/05.png
docs_1                   | copying images... [ 13%] admin/quick_howto/content_invalidation/01.png
docs_1                   | copying images... [ 14%] admin/quick_howto/content_invalidation/02.png
docs_1                   | copying images... [ 16%] admin/quick_howto/content_invalidation/03.png
docs_1                   | copying images... [ 17%] admin/quick_howto/dnssec/00.png
docs_1                   | copying images... [ 18%] admin/quick_howto/dnssec/01.png
docs_1                   | copying images... [ 20%] admin/quick_howto/dnssec/02.png
docs_1                   | copying images... [ 21%] admin/quick_howto/dnssec/03.png
docs_1                   | copying images... [ 22%] admin/quick_howto/dnssec/04.png
docs_1                   | copying images... [ 24%] admin/quick_howto/dnssec/05.png
docs_1                   | copying images... [ 25%] admin/quick_howto/dnssec/06.png
docs_1                   | copying images... [ 27%] admin/quick_howto/../traffic_portal/images/tp_table_ds_requests.png
docs_1                   | copying images... [ 28%] admin/quick_howto/federations/01.png
docs_1                   | copying images... [ 29%] admin/quick_howto/federations/02.png
docs_1                   | copying images... [ 31%] admin/quick_howto/federations/03.png
docs_1                   | copying images... [ 32%] admin/quick_howto/federations/04.png
docs_1                   | copying images... [ 33%] admin/quick_howto/multi_site/00.png
docs_1                   | copying images... [ 35%] admin/quick_howto/multi_site/01.png
docs_1                   | copying images... [ 36%] admin/quick_howto/multi_site/02.png
docs_1                   | copying images... [ 37%] admin/quick_howto/multi_site/mso-enable.png
docs_1                   | copying images... [ 39%] admin/quick_howto/multi_site/03.png
docs_1                   | copying images... [ 40%] admin/quick_howto/multi_site/ds_profile.png
docs_1                   | copying images... [ 41%] admin/quick_howto/multi_site/ds_profile_parameters.png
docs_1                   | copying images... [ 43%] admin/quick_howto/profile_compare_mgmt/compare_profiles_menu.png
docs_1                   | copying images... [ 44%] admin/quick_howto/profile_compare_mgmt/select_profiles_dialog.png
docs_1                   | copying images... [ 45%] admin/quick_howto/profile_compare_mgmt/compare_profiles_table.png
docs_1                   | copying images... [ 47%] admin/quick_howto/regionalgeo/01.png
docs_1                   | copying images... [ 48%] admin/quick_howto/regionalgeo/02.png
docs_1                   | copying images... [ 50%] admin/quick_howto/regionalgeo/03.png
docs_1                   | copying images... [ 51%] admin/quick_howto/server_capability/server_caps_table.png
docs_1                   | copying images... [ 52%] admin/quick_howto/server_capability/server_server_caps_table.png
docs_1                   | copying images... [ 54%] admin/quick_howto/server_capability/ds_server_caps_table.png
docs_1                   | copying images... [ 55%] admin/quick_howto/static_dns/00.png
docs_1                   | copying images... [ 56%] admin/quick_howto/static_dns/01.png
docs_1                   | copying images... [ 58%] admin/quick_howto/steering/01.png
docs_1                   | copying images... [ 59%] admin/quick_howto/steering/02.png
docs_1                   | copying images... [ 60%] admin/quick_howto/steering/03.png
docs_1                   | copying images... [ 62%] admin/images/good.png
docs_1                   | copying images... [ 63%] admin/images/bad.png
docs_1                   | copying images... [ 64%] admin/traffic_portal/./images/tp_menu.png
docs_1                   | copying images... [ 66%] admin/traffic_portal/images/changelog_dialog.png
docs_1                   | copying images... [ 67%] admin/traffic_portal/images/changelog_page.png
docs_1                   | copying images... [ 68%] admin/traffic_portal/images/logout_button.png
docs_1                   | copying images... [ 70%] admin/traffic_portal/images/profile_button.png
docs_1                   | copying images... [ 71%] admin/traffic_portal/images/release_info_button.png
docs_1                   | copying images... [ 72%] admin/traffic_portal/images/popout_button.png
docs_1                   | copying images... [ 74%] admin/traffic_portal/./images/tp_menu_monitor.png
docs_1                   | copying images... [ 75%] admin/traffic_portal/./images/tp_menu_services.png
docs_1                   | copying images... [ 77%] admin/traffic_portal/images/tp_table_ds.png
docs_1                   | copying images... [ 78%] admin/traffic_portal/images/tp_table_ds_requests.png
docs_1                   | copying images... [ 79%] admin/traffic_portal/./images/tp_menu_configure.png
docs_1                   | copying images... [ 81%] admin/traffic_portal/./images/tp_table_server.png
docs_1                   | copying images... [ 82%] admin/traffic_portal/./images/tp_menu_topology.png
docs_1                   | copying images... [ 83%] admin/traffic_portal/./images/tp_menu_tools.png
docs_1                   | copying images... [ 85%] admin/traffic_portal/./images/tp_menu_user_admin.png
docs_1                   | copying images... [ 86%] admin/traffic_portal/./images/tp_menu_other.png
docs_1                   | copying images... [ 87%] development/debugging/to_perl_connection_breakpoint.png
docs_1                   | copying images... [ 89%] development/traffic_monitor/Pipeline.svg
docs_1                   | copying images... [ 90%] development/traffic_monitor/Stat_Pipeline.svg
docs_1                   | copying images... [ 91%] development/traffic_monitor/Health_Pipeline.svg
docs_1                   | copying images... [ 93%] development/traffic_monitor/Peer_Pipeline.svg
docs_1                   | copying images... [ 94%] development/traffic_monitor/Monitor_Pipeline.svg
docs_1                   | copying images... [ 95%] development/traffic_monitor/Ops-Config_Pipeline.svg
docs_1                   | copying images... [ 97%] overview/images/cg_hierarchy.svg
docs_1                   | copying images... [ 98%] overview/images/topography.svg
docs_1                   | copying images... [100%] overview/images/traffic_control_overview_3.png
docs_1                   | 
docs_1                   | copying static files... ... done
docs_1                   | copying extra files... done
docs_1                   | dumping search index in English (code: en)... done
docs_1                   | dumping object inventory... done
docs_1                   | build succeeded, 82 warnings.
docs_1                   | 
docs_1                   | The HTML pages are in build/html.
docs_1                   | 
docs_1                   | Build finished. The HTML pages are in build/html.
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol
docs_1                   | -rw-r--r-- 1 root root 15780877 Apr 15 18:41 dist/apache-trafficcontrol-4.0.0-docs.tar.gz
docs_1                   | + echo 0
docs_1                   | + exit 0
docs_1                   | + cleanup
docs_1                   | + setowner /trafficcontrol /trafficcontrol/dist
docs_1                   | ++ stat -c %u:%g /trafficcontrol
docs_1                   | + own=910:910
docs_1                   | + shift
docs_1                   | + [[ -n /trafficcontrol/dist ]]
docs_1                   | + chown -R 910:910 /trafficcontrol/dist
trafficcontrolpr5700_docs_1 exited with code 0
+ /tmp/docker-compose-YQH4 -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5700 ps -q
+ xargs docker inspect -f '{{.Name}} {{.State.ExitCode}}'
+ read name exitcode
+ tee /tmp/tc-status-rFYC
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 1 == \0 ]]
++ echo /trafficcontrolpr5700_traffic_ops_build_1
++ sed s@/trafficcontrolPR5700_@@
++ sed 's/_[0-9]*$//'
+ name=/trafficcontrolpr5700_traffic_ops_build
+ echo /trafficcontrolpr5700_traffic_ops_build exited with status 1
+ read name exitcode
/trafficcontrolpr5700_traffic_ops_build exited with status 1
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ /tmp/docker-compose-YQH4 -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5700 rm -v -f
Removing trafficcontrolpr5700_traffic_portal_build_1 ... 
Removing trafficcontrolpr5700_weasel_1 ... 
Removing trafficcontrolpr5700_traffic_ops_build_1 ... 
Removing trafficcontrolpr5700_traffic_monitor_build_1 ... 
Removing trafficcontrolpr5700_grovetccfg_build_1 ... 
Removing trafficcontrolpr5700_traffic_stats_build_1 ... 
Removing trafficcontrolpr5700_grove_build_1 ... 
Removing trafficcontrolpr5700_docs_1 ... 
Removing trafficcontrolpr5700_traffic_router_build_1 ... 
Removing trafficcontrolpr5700_source_1 ... 
Removing trafficcontrolpr5700_weasel_1 ... doneRemoving trafficcontrolpr5700_source_1 ... doneRemoving trafficcontrolpr5700_docs_1 ... doneRemoving trafficcontrolpr5700_grove_build_1 ... doneRemoving trafficcontrolpr5700_grovetccfg_build_1 ... doneRemoving trafficcontrolpr5700_traffic_ops_build_1 ... doneRemoving trafficcontrolpr5700_traffic_router_build_1 ... doneRemoving trafficcontrolpr5700_traffic_stats_build_1 ... doneRemoving trafficcontrolpr5700_traffic_monitor_build_1 ... doneRemoving trafficcontrolpr5700_traffic_portal_build_1 ... doneGoing to remove trafficcontrolpr5700_traffic_portal_build_1, trafficcontrolpr5700_weasel_1, trafficcontrolpr5700_traffic_ops_build_1, trafficcontrolpr5700_traffic_monitor_build_1, trafficcontrolpr5700_grovetccfg_build_1, trafficcontrolpr5700_traffic_stats_build_1, trafficcontrolpr5700_grove_build_1, trafficcontrolpr5700_docs_1, trafficcontrolpr5700_traffic_router_build_1, trafficcontrolpr5700_source_1
+ ls -l dist
total 145084
-rw-r--r-- 1 jenkins jenkins 15780877 Apr 15 18:41 apache-trafficcontrol-4.0.0-docs.tar.gz
-rw-r--r-- 1 jenkins jenkins 50775309 Apr 15 18:37 apache-trafficcontrol-4.0.0.tar.gz
-rw-r--r-- 1 jenkins jenkins    64019 Apr 15 18:41 build-docs.log
-rw-r--r-- 1 jenkins jenkins      735 Apr 15 18:37 build-grove.log
-rw-r--r-- 1 jenkins jenkins    38209 Apr 15 18:38 build-traffic_monitor.log
-rw-r--r-- 1 jenkins jenkins    12600 Apr 15 18:38 build-traffic_ops.log
-rw-r--r-- 1 jenkins jenkins   892083 Apr 15 18:39 build-traffic_portal.log
-rw-r--r-- 1 jenkins jenkins  1259247 Apr 15 18:39 build-traffic_router.log
-rw-r--r-- 1 jenkins jenkins    36685 Apr 15 18:38 build-traffic_stats.log
-rw-r--r-- 1 jenkins jenkins  7994476 Apr 15 18:39 tomcat-8.5.32-10653.2c0753c1.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  6796702 Apr 15 18:38 traffic_monitor-4.0.0-10653.2c0753c1.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  3514684 Apr 15 18:38 traffic_monitor-4.0.0-10653.2c0753c1.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  1840903 Apr 15 18:39 traffic_portal-4.0.0-10653.2c0753c1.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  4849224 Apr 15 18:39 traffic_portal-4.0.0-10653.2c0753c1.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins 35055952 Apr 15 18:39 traffic_router-4.0.0-10653.2c0753c1.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins 12875139 Apr 15 18:38 traffic_stats-4.0.0-10653.2c0753c1.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  6738060 Apr 15 18:38 traffic_stats-4.0.0-10653.2c0753c1.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins        0 Apr 15 18:37 weasel.txt
+ [[ -s dist/weasel.txt ]]
+ [[ -s /tmp/tc-status-rFYC ]]
+ cat /tmp/tc-status-rFYC
/trafficcontrolpr5700_traffic_ops_build exited with status 1
+ exit 1
+ finish
+ /tmp/docker-compose-YQH4 -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5700 down -v
Removing network trafficcontrolpr5700_default
+ /tmp/docker-compose-YQH4 -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5700 rm -v -f
No stopped containers
+ rm -f /tmp/docker-compose-YQH4
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: trafficcontrol-PR #5699

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR/5699/display/redirect?page=changes>

Changes:

[github] hides topologies menu item until feature is complete


------------------------------------------
[...truncated 2.80 MB...]
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:73: WARNING: term not in glossary: parameter
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:73: WARNING: term not in glossary: profile
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:75: WARNING: term not in glossary: parameter
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:439: WARNING: term not in glossary: Origins
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:443: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:743: WARNING: term not in glossary: role
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:743: WARNING: term not in glossary: role
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_router.rst:214: WARNING: term not in glossary: Edge-Tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:119: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:189: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:191: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:118: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:188: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:190: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/deliveryservices_id_servers_eligible.rst:26: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:89: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:90: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:162: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:200: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:201: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:280: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:318: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:319: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/regions_name_phys_locations.rst:25: WARNING: term not in glossary: region
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/server_server_capabilities.rst:26: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/server_server_capabilities.rst:118: WARNING: term not in glossary: Mid-tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:119: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:183: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:185: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:118: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:182: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:184: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/deliveryservices_id_servers_eligible.rst:26: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:88: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:89: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:161: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:199: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:200: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:279: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:317: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:318: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/server_server_capabilities.rst:24: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/server_server_capabilities.rst:116: WARNING: term not in glossary: Mid-tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/basics/content_delivery_networks.rst:22: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:35: WARNING: term not in glossary: Reverse Proxy
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:36: WARNING: term not in glossary: Forward Proxy
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:161: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:169: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:262: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:314: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:322: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:375: WARNING: term not in glossary: Mid-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:375: WARNING: term not in glossary: Edge-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/delivery_services.rst:684: WARNING: term not in glossary: Edge-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/delivery_services.rst:684: WARNING: term not in glossary: Mid-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/profiles_and_parameters.rst:317: WARNING: term not in glossary: Edge-Tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/profiles_and_parameters.rst:317: WARNING: term not in glossary: Edge-Tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/traffic_portal.rst:28: WARNING: term not in glossary: Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/traffic_router.rst:55: WARNING: term not in glossary: Cache Server
docs_1                   | generating indices...  genindex py-modindexdone
docs_1                   | writing additional pages...  searchdone
docs_1                   | copying images... [  1%] admin/quick_howto/anonymous_blocking/01.png
docs_1                   | copying images... [  2%] admin/quick_howto/anonymous_blocking/02.png
docs_1                   | copying images... [  4%] admin/quick_howto/anonymous_blocking/03.png
docs_1                   | copying images... [  5%] admin/quick_howto/cachegroup_fallback/00.png
docs_1                   | copying images... [  6%] admin/quick_howto/cachegroup_fallback/01.png
docs_1                   | copying images... [  8%] admin/quick_howto/cachegroup_fallback/02.png
docs_1                   | copying images... [  9%] admin/quick_howto/cachegroup_fallback/03.png
docs_1                   | copying images... [ 10%] admin/quick_howto/cachegroup_fallback/04.png
docs_1                   | copying images... [ 12%] admin/quick_howto/cachegroup_fallback/05.png
docs_1                   | copying images... [ 13%] admin/quick_howto/content_invalidation/01.png
docs_1                   | copying images... [ 15%] admin/quick_howto/content_invalidation/02.png
docs_1                   | copying images... [ 16%] admin/quick_howto/content_invalidation/03.png
docs_1                   | copying images... [ 17%] admin/quick_howto/dnssec/00.png
docs_1                   | copying images... [ 19%] admin/quick_howto/dnssec/01.png
docs_1                   | copying images... [ 20%] admin/quick_howto/dnssec/02.png
docs_1                   | copying images... [ 21%] admin/quick_howto/dnssec/03.png
docs_1                   | copying images... [ 23%] admin/quick_howto/dnssec/04.png
docs_1                   | copying images... [ 24%] admin/quick_howto/dnssec/05.png
docs_1                   | copying images... [ 26%] admin/quick_howto/dnssec/06.png
docs_1                   | copying images... [ 27%] admin/quick_howto/../traffic_portal/images/tp_table_ds_requests.png
docs_1                   | copying images... [ 28%] admin/quick_howto/federations/01.png
docs_1                   | copying images... [ 30%] admin/quick_howto/federations/02.png
docs_1                   | copying images... [ 31%] admin/quick_howto/federations/03.png
docs_1                   | copying images... [ 32%] admin/quick_howto/federations/04.png
docs_1                   | copying images... [ 34%] admin/quick_howto/multi_site/00.png
docs_1                   | copying images... [ 35%] admin/quick_howto/multi_site/01.png
docs_1                   | copying images... [ 36%] admin/quick_howto/multi_site/02.png
docs_1                   | copying images... [ 38%] admin/quick_howto/multi_site/mso-enable.png
docs_1                   | copying images... [ 39%] admin/quick_howto/multi_site/03.png
docs_1                   | copying images... [ 41%] admin/quick_howto/multi_site/ds_profile.png
docs_1                   | copying images... [ 42%] admin/quick_howto/multi_site/ds_profile_parameters.png
docs_1                   | copying images... [ 43%] admin/quick_howto/profile_compare_mgmt/compare_profiles_menu.png
docs_1                   | copying images... [ 45%] admin/quick_howto/profile_compare_mgmt/select_profiles_dialog.png
docs_1                   | copying images... [ 46%] admin/quick_howto/profile_compare_mgmt/compare_profiles_table.png
docs_1                   | copying images... [ 47%] admin/quick_howto/regionalgeo/01.png
docs_1                   | copying images... [ 49%] admin/quick_howto/regionalgeo/02.png
docs_1                   | copying images... [ 50%] admin/quick_howto/regionalgeo/03.png
docs_1                   | copying images... [ 52%] admin/quick_howto/server_capability/server_caps_table.png
docs_1                   | copying images... [ 53%] admin/quick_howto/server_capability/server_server_caps_table.png
docs_1                   | copying images... [ 54%] admin/quick_howto/server_capability/ds_server_caps_table.png
docs_1                   | copying images... [ 56%] admin/quick_howto/static_dns/00.png
docs_1                   | copying images... [ 57%] admin/quick_howto/static_dns/01.png
docs_1                   | copying images... [ 58%] admin/quick_howto/steering/01.png
docs_1                   | copying images... [ 60%] admin/quick_howto/steering/02.png
docs_1                   | copying images... [ 61%] admin/quick_howto/steering/03.png
docs_1                   | copying images... [ 63%] admin/images/good.png
docs_1                   | copying images... [ 64%] admin/images/bad.png
docs_1                   | copying images... [ 65%] admin/traffic_portal/./images/tp_menu.png
docs_1                   | copying images... [ 67%] admin/traffic_portal/images/changelog_dialog.png
docs_1                   | copying images... [ 68%] admin/traffic_portal/images/changelog_page.png
docs_1                   | copying images... [ 69%] admin/traffic_portal/images/logout_button.png
docs_1                   | copying images... [ 71%] admin/traffic_portal/images/profile_button.png
docs_1                   | copying images... [ 72%] admin/traffic_portal/images/release_info_button.png
docs_1                   | copying images... [ 73%] admin/traffic_portal/images/popout_button.png
docs_1                   | copying images... [ 75%] admin/traffic_portal/./images/tp_menu_monitor.png
docs_1                   | copying images... [ 76%] admin/traffic_portal/./images/tp_menu_services.png
docs_1                   | copying images... [ 78%] admin/traffic_portal/images/tp_table_ds.png
docs_1                   | copying images... [ 79%] admin/traffic_portal/images/tp_table_ds_requests.png
docs_1                   | copying images... [ 80%] admin/traffic_portal/./images/tp_menu_configure.png
docs_1                   | copying images... [ 82%] admin/traffic_portal/./images/tp_table_server.png
docs_1                   | copying images... [ 83%] admin/traffic_portal/./images/tp_menu_topology.png
docs_1                   | copying images... [ 84%] admin/traffic_portal/./images/tp_menu_tools.png
docs_1                   | copying images... [ 86%] admin/traffic_portal/./images/tp_menu_user_admin.png
docs_1                   | copying images... [ 87%] admin/traffic_portal/./images/tp_menu_other.png
docs_1                   | copying images... [ 89%] development/traffic_monitor/Pipeline.svg
docs_1                   | copying images... [ 90%] development/traffic_monitor/Stat_Pipeline.svg
docs_1                   | copying images... [ 91%] development/traffic_monitor/Health_Pipeline.svg
docs_1                   | copying images... [ 93%] development/traffic_monitor/Peer_Pipeline.svg
docs_1                   | copying images... [ 94%] development/traffic_monitor/Monitor_Pipeline.svg
docs_1                   | copying images... [ 95%] development/traffic_monitor/Ops-Config_Pipeline.svg
docs_1                   | copying images... [ 97%] overview/images/cg_hierarchy.svg
docs_1                   | copying images... [ 98%] overview/images/topography.svg
docs_1                   | copying images... [100%] overview/images/traffic_control_overview_3.png
docs_1                   | 
docs_1                   | copying static files... ... done
docs_1                   | copying extra files... done
docs_1                   | dumping search index in English (code: en)... done
docs_1                   | dumping object inventory... done
docs_1                   | build succeeded, 82 warnings.
docs_1                   | 
docs_1                   | The HTML pages are in build/html.
docs_1                   | 
docs_1                   | Build finished. The HTML pages are in build/html.
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol
docs_1                   | -rw-r--r-- 1 root root 15746600 Apr 15 18:31 dist/apache-trafficcontrol-4.0.0-docs.tar.gz
docs_1                   | + echo 0
docs_1                   | + exit 0
docs_1                   | + cleanup
docs_1                   | + setowner /trafficcontrol /trafficcontrol/dist
docs_1                   | ++ stat -c %u:%g /trafficcontrol
docs_1                   | + own=910:910
docs_1                   | + shift
docs_1                   | + [[ -n /trafficcontrol/dist ]]
docs_1                   | + chown -R 910:910 /trafficcontrol/dist
trafficcontrolpr5699_docs_1 exited with code 0
+ /tmp/docker-compose-z0at -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5699 ps -q
+ xargs docker inspect -f '{{.Name}} {{.State.ExitCode}}'
+ read name exitcode
+ tee /tmp/tc-status-mVRS
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 1 == \0 ]]
++ echo /trafficcontrolpr5699_traffic_ops_build_1
++ sed s@/trafficcontrolPR5699_@@
++ sed 's/_[0-9]*$//'
+ name=/trafficcontrolpr5699_traffic_ops_build
+ echo /trafficcontrolpr5699_traffic_ops_build exited with status 1
+ read name exitcode
/trafficcontrolpr5699_traffic_ops_build exited with status 1
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 1 == \0 ]]
++ echo /trafficcontrolpr5699_weasel_1
++ sed s@/trafficcontrolPR5699_@@
++ sed 's/_[0-9]*$//'
+ name=/trafficcontrolpr5699_weasel
+ echo /trafficcontrolpr5699_weasel exited with status 1
/trafficcontrolpr5699_weasel exited with status 1
+ read name exitcode
+ /tmp/docker-compose-z0at -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5699 rm -v -f
Removing trafficcontrolpr5699_traffic_monitor_build_1 ... 
Removing trafficcontrolpr5699_weasel_1 ... 
Removing trafficcontrolpr5699_traffic_ops_build_1 ... 
Removing trafficcontrolpr5699_grove_build_1 ... 
Removing trafficcontrolpr5699_traffic_stats_build_1 ... 
Removing trafficcontrolpr5699_docs_1 ... 
Removing trafficcontrolpr5699_traffic_portal_build_1 ... 
Removing trafficcontrolpr5699_grovetccfg_build_1 ... 
Removing trafficcontrolpr5699_traffic_router_build_1 ... 
Removing trafficcontrolpr5699_source_1 ... 
Removing trafficcontrolpr5699_weasel_1 ... doneRemoving trafficcontrolpr5699_source_1 ... doneRemoving trafficcontrolpr5699_grove_build_1 ... doneRemoving trafficcontrolpr5699_traffic_stats_build_1 ... doneRemoving trafficcontrolpr5699_traffic_monitor_build_1 ... doneRemoving trafficcontrolpr5699_grovetccfg_build_1 ... doneRemoving trafficcontrolpr5699_docs_1 ... doneRemoving trafficcontrolpr5699_traffic_ops_build_1 ... doneRemoving trafficcontrolpr5699_traffic_router_build_1 ... doneRemoving trafficcontrolpr5699_traffic_portal_build_1 ... doneGoing to remove trafficcontrolpr5699_traffic_monitor_build_1, trafficcontrolpr5699_weasel_1, trafficcontrolpr5699_traffic_ops_build_1, trafficcontrolpr5699_grove_build_1, trafficcontrolpr5699_traffic_stats_build_1, trafficcontrolpr5699_docs_1, trafficcontrolpr5699_traffic_portal_build_1, trafficcontrolpr5699_grovetccfg_build_1, trafficcontrolpr5699_traffic_router_build_1, trafficcontrolpr5699_source_1
+ ls -l dist
total 145152
-rw-r--r-- 1 jenkins jenkins 15746600 Apr 15 18:31 apache-trafficcontrol-4.0.0-docs.tar.gz
-rw-r--r-- 1 jenkins jenkins 50760326 Apr 15 18:27 apache-trafficcontrol-4.0.0.tar.gz
-rw-r--r-- 1 jenkins jenkins    64431 Apr 15 18:31 build-docs.log
-rw-r--r-- 1 jenkins jenkins      735 Apr 15 18:27 build-grove.log
-rw-r--r-- 1 jenkins jenkins    38209 Apr 15 18:28 build-traffic_monitor.log
-rw-r--r-- 1 jenkins jenkins    12600 Apr 15 18:28 build-traffic_ops.log
-rw-r--r-- 1 jenkins jenkins   915005 Apr 15 18:30 build-traffic_portal.log
-rw-r--r-- 1 jenkins jenkins  1285064 Apr 15 18:29 build-traffic_router.log
-rw-r--r-- 1 jenkins jenkins    36685 Apr 15 18:28 build-traffic_stats.log
-rw-r--r-- 1 jenkins jenkins  7994472 Apr 15 18:29 tomcat-8.5.32-10714.77c7aecf.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  6800297 Apr 15 18:28 traffic_monitor-4.0.0-10714.77c7aecf.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  3516624 Apr 15 18:28 traffic_monitor-4.0.0-10714.77c7aecf.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  1877114 Apr 15 18:30 traffic_portal-4.0.0-10714.77c7aecf.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  4862048 Apr 15 18:30 traffic_portal-4.0.0-10714.77c7aecf.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins 35055784 Apr 15 18:29 traffic_router-4.0.0-10714.77c7aecf.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins 12881969 Apr 15 18:28 traffic_stats-4.0.0-10714.77c7aecf.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  6739848 Apr 15 18:28 traffic_stats-4.0.0-10714.77c7aecf.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins      215 Apr 15 18:29 weasel.txt
+ [[ -s dist/weasel.txt ]]
+ cat dist/weasel.txt
Error                                 Unknown! traffic_portal/app/src/assets/css/angular-ui-tree_2.22.6.css
Error                           Extra-License! traffic_portal/app/src/assets/css/angular-ui-tree_2.22.6.js
+ [[ -s /tmp/tc-status-mVRS ]]
+ cat /tmp/tc-status-mVRS
/trafficcontrolpr5699_traffic_ops_build exited with status 1
/trafficcontrolpr5699_weasel exited with status 1
+ exit 1
+ finish
+ /tmp/docker-compose-z0at -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5699 down -v
Removing network trafficcontrolpr5699_default
+ /tmp/docker-compose-z0at -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5699 rm -v -f
No stopped containers
+ rm -f /tmp/docker-compose-z0at
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: trafficcontrol-PR #5698

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR/5698/display/redirect?page=changes>

Changes:

[github] DNSSEC refresh breaks on DS if KSK and ZSK both are expired (#4430)

[github] Create API v2 tests (#4374)

[github] Updated Traffic Portal to use TO API v2.0 (#4415)

[github] Deprecate cachegroups trimmed (#4422)

[github] Deprecate GET cachegroups/:id (#4424)

[github] Deprecate GET cdns/name/:name & GET cdns/:id (#4426)

[github] Deprecate /cdns/:name/federations/:id GET route (#4440)

[github] Deprecate GET deliveryservices/{dsid}/regexes/{regexid} (#4449)

[github] Deprecate unassigned_servers (#4453)

[github] Deprecate divisions/:id (#4456)

[github] TR uses internal endpoints (#4445)

[github] TP: upgrades application build dependencies (#4401)

[github] Deprecate /riak/ping and add /vault/ping (#4446)

[github] Deprecate logs/:days/days (#4458)

[github] fixed so parameters can be associated with cachegroups and profiles

[github] Deprecate deliveryservices/:id (#4460)

[github] super minor fix for docs build (#4462)

[github] fix to remove alert if no certs found (#4466)

[github] Fix license issue (#4467)

[mitchell852] Rework riak buckets

[mitchell852] Work on documentation and move file

[mitchell852] Add docs

[mitchell852] Clean up

[mitchell852] Forgot seed

[mitchell852] Use correct name

[github] TP: Format DNSSEC keys effectiveDate in RCF3339 format (#4469)

[github] Integration test support to run both TO  v1 / v2 tests (#4463)

[github] Fix doc build (#4476)

[github] deprecate /servers/checks and move functionality to /servercheck (#4452)

[github] Deprecate keys/ping (#4470)

[github] Deprecate deliveryservice_matches (#4441)

[github] Deprecate /deliveryservices/hostname/:name/sslkeys (#4448)

[github] Deprecate profiles/:id/unassigned_parameters (#4475)

[github] Remove client method of deprecated function (#4485)

[github] Deprecate parameters/profile/:name (#4477)

[github] Add support for slice range request plugin in HTTP* & DNS* delivery

[github] Rework cdns/name/:name/dnsseckeys/delete (#4482)

[github] Allow IPv6 Only Caches, including monitoring and routing (#4142)

[github] Deprecate asns/:id (#4447)

[github] Fix to_url resolution in ORT (#4492)

[github] Deprecate cachegroup/:id/unassigned_parameters (#4423)

[github] Deprecate cdn metric types (#4495)

[github] Change ORT/atstccfg to generate all files at once, massive performance

[github] Make `make clean` remove the Traffic Stats RPM (#4500)

[github] Fix backwards compatibility for servers (#4513)

[github] Deprecate profiles/trimmed (#4511)

[github] Deprecate GET parameters ID (#4502)

[github] Deprecate GET phys_locations/:id (#4503)

[github] Deprecate types/{{ID}} (#4501)

[github] Deprecate deliveryservices available (#4498)

[github] Deprecate GET profiles_id (#4504)

[github] Add ORT atstccfg plugin hook to modify files (#4515)

[github] Removed references to '/internal/' API endpoints (#4494)

[github] Only allow changing of types based on useintable (#4406)

[github] Deprecate GET servers id (#4505)

[github] Deprecate GET statuses/:id (#4506)

[github] Fix TO unit tests (#4524)

[github] CDN-in-a-Box: Downgrade Python Traffic Ops client (#4523)

[github] Added Alerts to several response structs (#4486)

[github] Deprecate GET tenants/:id (#4507)

[github] Deprecate servers/status (#4516)

[github] Finish deprecation of GET regions/name/:name (#4509)

[github] Deprecate /phys_locations/trimmed (#4510)

[github] Missing msg on cache group deletion (#4526)

[github] TP: refactor to simplify UI code to require server IPv4 OR IPv6 address

[github] Fix server compatibility with v1 (#4530)

[github] Fix v2 tests in trafficops integration container (#4535)

[github] Deprecate DELETE/GET regions/:id (#4508)

[github] Rework /deliveryservice_server/:dsid/:serverid (#4520)

[github] Collapse cdns/{{ID}}/snapshot & snapshot/{{CDN}} to snapshot route

[github] Rework deliveryservices/xmlId/:XMLID/sslkeys/delete (#4519)

[github] Allow json endpoint on delivery services (#4533)

[github] Deprecate servers/hostname/hostName/details (#4512)

[github] Deprecate steering/:ds/targets/:target  (#4538)

[github] Fix ORT missing import (#4539)

[github] Fix v2 tests (#4542)

[github] Limit the amount of calls needed on ds regexes and jobs (#4527)

[github] Rework to_extensions to servercheck/extensions & plugins in 2.x (#4481)

[github] added isServiceAddress to TP test (#4545)

[github] removed /servers/checks documentation from v2 (#4546)

[github] fixed nil exception in cert autorenewal (#4532)

[github] updated Lets Encrypt endpoint to perform checks (#4540)

[github] Fixed snapshots passing cdnID in body not qstring (#4554)

[github] go fmt (#4550)

[github] Deprecate users/{userId}/deliveryServices (#4528)

[github] updated letsencrypt endpoints to require ops permissions (#4555)

[github] Add default sort to phys_locations (#4547)

[github] Fix ORT atstccfg to allow using new features in the latest Traffic Ops

[github] updated Traffic Monitor to monitor both IPv4 and IPv6 by default (#4576)

[github] PUT /snapshot?cdn=not-found returns 404 (#4556)

[github] Removed the deprecated db/admin.pl script (#4585)

[github] Tm ui improvements (#4403)

[github] Prefix short_name WhereColumnInfo with table name (#4589)

[github] Incorrect status code when requesting dses w/ invalid accessibleTo

[github] Check exit codes for each line and add an error trap (#4593)

[github] Better error handling when creating a DS on a CDN with no keys (#4581)

[github] Fix traffic_ops_ort.pl checking cache status (#4597)

[github] Removed unused code in traffic_ops_golang (#4595)

[github] Update .jshintrc (#4590)

[github] Added missing xmlId parameter to the docs (#4578)

[github] Read existing range_slice_block_size data on 1.4 PUTs (#4594)

[github] Update the GitHub pull request template to include recent git refs

[github] Update URL to Postgres repo RPM (#4604)

[github] Add ORT TO timeout option (#4606)

[github] Appropriate path join (#4607)

[github] Check DB value for useintable (#4600)

[github] fixed internal server error for dns challenge records (#4580)

[github] Fix TO test failure (#4610)

[github] Multi-interface Servers blueprint (#4521)

[github] updated docs for LetsEncrypt endpoint (#4584)

[github] Fix license issue (#4608)

[github] API Guidelines blueprint (#4536)

[github] Fix some CIAB issues and add TC_LOC type to seeds.sql (#4626)

[github] Add TO /server/update (#4599)

[github] Fixed segfault in types test when a test fails (#4622)

[github] Update Go to version 1.14 (#4573)

[zach] Topology Goose migrations  - Create topology table  - Create

[zach] POST /topologies

[zach] Create all nodes in a single query and all parents in a single query

[zach] Validation so far

[zach] Topologies endpoints for TO Python client

[zach] Topologies endpoint functions for Go client library

[zach] GET /topologies

[mitchell852] adds toplogy views

[mitchell852] adds ability to add cache groups to a top

[mitchell852] adds fake origin layer

[mitchell852] only allow org_loc to be at top of topology and moved some files around

[mitchell852] adds the ability to see all servers assigned to a topology cg

[mitchell852] adds the ability to view servers for a cachgroup from the cg assignment

[mitchell852] adds the ability to select a 2nd parent cg

[mitchell852] adds the ability to assign a second parent to nodes

[mitchell852] some code cleanup

[mitchell852] allows the selection of an item as well as determining whether a

[mitchell852] allows the selection of an item as well as determining whether a

[mitchell852] adds error message to node and cleanup

[mitchell852] hooks up topology save in a fake way until api is ready

[mitchell852] moves some more functionality into topologyutils

[mitchell852] turning off create temporarily

[mitchell852] makes a copy of the topology nodes to break references

[mitchell852] added note to json section

[mitchell852] removes uneccesary id and type from normalized topology

[mitchell852] fixed but with root type

[mitchell852] disables save button if topology has errors

[mitchell852] fixes the select all button

[mitchell852] fixes column widths in cg selection pane

[mitchell852] adds the ability to create a topology

[mitchell852] messing with some styles

[mitchell852] changes top.desc to top.description and hooks up GET and POST topologies

[mitchell852] adds MIT license info for angular-ui-tree component

[mitchell852] moves tree css into own file

[mitchell852] moves css back to correct spot

[mitchell852] adds license info for angular-ui-tree css

[zach] GET /topologies

[mitchell852] moving fake stubs and halting non-implemented functionality

[zach] Bugfix: Order parents inside array_agg to support 2 parents

[github] fixes bug where parent was not being set properly when only one valid

[github] performed some cleanup and added some comments (#3)

[zach] Bugfix: Return a propert HTTP status code from Read()

[zach] Abstract out adding nodes and adding parents into their own methods

[zach] PUT /topologies?name={{name}}

[zach] Select query: Specify that we wants parents of a cachegroup in a

[github] more cleanup (#4)

[zach] Bugfix: Rebind topology variable for a new topology

[zach] PUT /topologies?name={{name}} route

[zach] Bugfix: Do not mutate params when getting a cachegroup by name

[github] hooks in topologies PUT (#5)

[zach] DELETE /topologies?name={{name}}

[github] hooks topology delete up in TP (#6)

[zach] Make tc.Topology.Nodes a pointer

[zach] Check for cycles in the topology

[zach] Check for leaf mids

[zach] Validation improvements   - Fix test for no nodes   - Do not perform

[zach] Topologies API tests

[zach] Fix topologies API tests   - Make the cyclical nodes topology have a

[zach] Do not let a topology node be a parent of itself

[zach] Topologies docs

[zach] Add license headers

[zach] TO Changelog entry

[github] adds expand on hover (zrhoffman/trafficcontrol#7)

[zach] PUT and DELETE should be auth.PrivLevelOperations

[github] removes some uses of underscore.js (zrhoffman/trafficcontrol#8)


------------------------------------------
[...truncated 3.02 MB...]
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:73: WARNING: term not in glossary: parameter
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:73: WARNING: term not in glossary: profile
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_monitor.rst:75: WARNING: term not in glossary: parameter
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:439: WARNING: term not in glossary: Origins
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:443: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:743: WARNING: term not in glossary: role
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_portal/usingtrafficportal.rst:743: WARNING: term not in glossary: role
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/admin/traffic_router.rst:214: WARNING: term not in glossary: Edge-Tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:119: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:189: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot.rst:191: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:118: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:188: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/cdns_name_snapshot_new.rst:190: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/deliveryservices_id_servers_eligible.rst:26: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:89: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:90: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:162: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:200: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:201: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:280: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:318: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/origins.rst:319: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/regions_name_phys_locations.rst:25: WARNING: term not in glossary: region
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/server_server_capabilities.rst:26: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v1/server_server_capabilities.rst:118: WARNING: term not in glossary: Mid-tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:119: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:183: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot.rst:185: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:118: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:182: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/cdns_name_snapshot_new.rst:184: WARNING: term not in glossary: Cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/deliveryservices_id_servers_eligible.rst:26: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:88: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:89: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:161: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:199: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:200: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:279: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:317: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/origins.rst:318: WARNING: term not in glossary: Origin
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/server_server_capabilities.rst:24: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v2/server_server_capabilities.rst:116: WARNING: term not in glossary: Mid-tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/basics/content_delivery_networks.rst:22: WARNING: term not in glossary: Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:35: WARNING: term not in glossary: Reverse Proxy
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:36: WARNING: term not in glossary: Forward Proxy
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:161: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:169: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:262: WARNING: term not in glossary: Edge-Tier cache servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:314: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:322: WARNING: term not in glossary: Origin Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:375: WARNING: term not in glossary: Mid-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/glossary.rst:375: WARNING: term not in glossary: Edge-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/delivery_services.rst:684: WARNING: term not in glossary: Edge-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/delivery_services.rst:684: WARNING: term not in glossary: Mid-tier Cache Servers
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/profiles_and_parameters.rst:317: WARNING: term not in glossary: Edge-Tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/profiles_and_parameters.rst:317: WARNING: term not in glossary: Edge-Tier Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/traffic_portal.rst:28: WARNING: term not in glossary: Cache Server
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/overview/traffic_router.rst:55: WARNING: term not in glossary: Cache Server
docs_1                   | generating indices...  genindex py-modindexdone
docs_1                   | writing additional pages...  searchdone
docs_1                   | copying images... [  1%] admin/quick_howto/anonymous_blocking/01.png
docs_1                   | copying images... [  2%] admin/quick_howto/anonymous_blocking/02.png
docs_1                   | copying images... [  4%] admin/quick_howto/anonymous_blocking/03.png
docs_1                   | copying images... [  5%] admin/quick_howto/cachegroup_fallback/00.png
docs_1                   | copying images... [  6%] admin/quick_howto/cachegroup_fallback/01.png
docs_1                   | copying images... [  8%] admin/quick_howto/cachegroup_fallback/02.png
docs_1                   | copying images... [  9%] admin/quick_howto/cachegroup_fallback/03.png
docs_1                   | copying images... [ 10%] admin/quick_howto/cachegroup_fallback/04.png
docs_1                   | copying images... [ 12%] admin/quick_howto/cachegroup_fallback/05.png
docs_1                   | copying images... [ 13%] admin/quick_howto/content_invalidation/01.png
docs_1                   | copying images... [ 15%] admin/quick_howto/content_invalidation/02.png
docs_1                   | copying images... [ 16%] admin/quick_howto/content_invalidation/03.png
docs_1                   | copying images... [ 17%] admin/quick_howto/dnssec/00.png
docs_1                   | copying images... [ 19%] admin/quick_howto/dnssec/01.png
docs_1                   | copying images... [ 20%] admin/quick_howto/dnssec/02.png
docs_1                   | copying images... [ 21%] admin/quick_howto/dnssec/03.png
docs_1                   | copying images... [ 23%] admin/quick_howto/dnssec/04.png
docs_1                   | copying images... [ 24%] admin/quick_howto/dnssec/05.png
docs_1                   | copying images... [ 26%] admin/quick_howto/dnssec/06.png
docs_1                   | copying images... [ 27%] admin/quick_howto/../traffic_portal/images/tp_table_ds_requests.png
docs_1                   | copying images... [ 28%] admin/quick_howto/federations/01.png
docs_1                   | copying images... [ 30%] admin/quick_howto/federations/02.png
docs_1                   | copying images... [ 31%] admin/quick_howto/federations/03.png
docs_1                   | copying images... [ 32%] admin/quick_howto/federations/04.png
docs_1                   | copying images... [ 34%] admin/quick_howto/multi_site/00.png
docs_1                   | copying images... [ 35%] admin/quick_howto/multi_site/01.png
docs_1                   | copying images... [ 36%] admin/quick_howto/multi_site/02.png
docs_1                   | copying images... [ 38%] admin/quick_howto/multi_site/mso-enable.png
docs_1                   | copying images... [ 39%] admin/quick_howto/multi_site/03.png
docs_1                   | copying images... [ 41%] admin/quick_howto/multi_site/ds_profile.png
docs_1                   | copying images... [ 42%] admin/quick_howto/multi_site/ds_profile_parameters.png
docs_1                   | copying images... [ 43%] admin/quick_howto/profile_compare_mgmt/compare_profiles_menu.png
docs_1                   | copying images... [ 45%] admin/quick_howto/profile_compare_mgmt/select_profiles_dialog.png
docs_1                   | copying images... [ 46%] admin/quick_howto/profile_compare_mgmt/compare_profiles_table.png
docs_1                   | copying images... [ 47%] admin/quick_howto/regionalgeo/01.png
docs_1                   | copying images... [ 49%] admin/quick_howto/regionalgeo/02.png
docs_1                   | copying images... [ 50%] admin/quick_howto/regionalgeo/03.png
docs_1                   | copying images... [ 52%] admin/quick_howto/server_capability/server_caps_table.png
docs_1                   | copying images... [ 53%] admin/quick_howto/server_capability/server_server_caps_table.png
docs_1                   | copying images... [ 54%] admin/quick_howto/server_capability/ds_server_caps_table.png
docs_1                   | copying images... [ 56%] admin/quick_howto/static_dns/00.png
docs_1                   | copying images... [ 57%] admin/quick_howto/static_dns/01.png
docs_1                   | copying images... [ 58%] admin/quick_howto/steering/01.png
docs_1                   | copying images... [ 60%] admin/quick_howto/steering/02.png
docs_1                   | copying images... [ 61%] admin/quick_howto/steering/03.png
docs_1                   | copying images... [ 63%] admin/images/good.png
docs_1                   | copying images... [ 64%] admin/images/bad.png
docs_1                   | copying images... [ 65%] admin/traffic_portal/./images/tp_menu.png
docs_1                   | copying images... [ 67%] admin/traffic_portal/images/changelog_dialog.png
docs_1                   | copying images... [ 68%] admin/traffic_portal/images/changelog_page.png
docs_1                   | copying images... [ 69%] admin/traffic_portal/images/logout_button.png
docs_1                   | copying images... [ 71%] admin/traffic_portal/images/profile_button.png
docs_1                   | copying images... [ 72%] admin/traffic_portal/images/release_info_button.png
docs_1                   | copying images... [ 73%] admin/traffic_portal/images/popout_button.png
docs_1                   | copying images... [ 75%] admin/traffic_portal/./images/tp_menu_monitor.png
docs_1                   | copying images... [ 76%] admin/traffic_portal/./images/tp_menu_services.png
docs_1                   | copying images... [ 78%] admin/traffic_portal/images/tp_table_ds.png
docs_1                   | copying images... [ 79%] admin/traffic_portal/images/tp_table_ds_requests.png
docs_1                   | copying images... [ 80%] admin/traffic_portal/./images/tp_menu_configure.png
docs_1                   | copying images... [ 82%] admin/traffic_portal/./images/tp_table_server.png
docs_1                   | copying images... [ 83%] admin/traffic_portal/./images/tp_menu_topology.png
docs_1                   | copying images... [ 84%] admin/traffic_portal/./images/tp_menu_tools.png
docs_1                   | copying images... [ 86%] admin/traffic_portal/./images/tp_menu_user_admin.png
docs_1                   | copying images... [ 87%] admin/traffic_portal/./images/tp_menu_other.png
docs_1                   | copying images... [ 89%] development/traffic_monitor/Pipeline.svg
docs_1                   | copying images... [ 90%] development/traffic_monitor/Stat_Pipeline.svg
docs_1                   | copying images... [ 91%] development/traffic_monitor/Health_Pipeline.svg
docs_1                   | copying images... [ 93%] development/traffic_monitor/Peer_Pipeline.svg
docs_1                   | copying images... [ 94%] development/traffic_monitor/Monitor_Pipeline.svg
docs_1                   | copying images... [ 95%] development/traffic_monitor/Ops-Config_Pipeline.svg
docs_1                   | copying images... [ 97%] overview/images/cg_hierarchy.svg
docs_1                   | copying images... [ 98%] overview/images/topography.svg
docs_1                   | copying images... [100%] overview/images/traffic_control_overview_3.png
docs_1                   | 
docs_1                   | copying static files... ... done
docs_1                   | copying extra files... done
docs_1                   | dumping search index in English (code: en)... done
docs_1                   | dumping object inventory... done
docs_1                   | build succeeded, 82 warnings.
docs_1                   | 
docs_1                   | The HTML pages are in build/html.
docs_1                   | 
docs_1                   | Build finished. The HTML pages are in build/html.
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol
docs_1                   | -rw-r--r-- 1 root root 15741648 Apr 15 18:17 dist/apache-trafficcontrol-4.0.0-docs.tar.gz
docs_1                   | + echo 0
docs_1                   | + exit 0
docs_1                   | + cleanup
docs_1                   | + setowner /trafficcontrol /trafficcontrol/dist
docs_1                   | ++ stat -c %u:%g /trafficcontrol
docs_1                   | + own=910:910
docs_1                   | + shift
docs_1                   | + [[ -n /trafficcontrol/dist ]]
docs_1                   | + chown -R 910:910 /trafficcontrol/dist
trafficcontrolpr5698_docs_1 exited with code 0
+ /tmp/docker-compose-B4gL -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5698 ps -q
+ xargs docker inspect -f '{{.Name}} {{.State.ExitCode}}'
+ read name exitcode
+ tee /tmp/tc-status-Zd6e
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 1 == \0 ]]
++ echo /trafficcontrolpr5698_weasel_1
++ sed s@/trafficcontrolPR5698_@@
++ sed 's/_[0-9]*$//'
+ name=/trafficcontrolpr5698_weasel
+ echo /trafficcontrolpr5698_weasel exited with status 1
+ read name exitcode
/trafficcontrolpr5698_weasel exited with status 1
+ /tmp/docker-compose-B4gL -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5698 rm -v -f
Removing trafficcontrolpr5698_weasel_1 ... 
Removing trafficcontrolpr5698_traffic_ops_build_1 ... 
Removing trafficcontrolpr5698_traffic_monitor_build_1 ... 
Removing trafficcontrolpr5698_grove_build_1 ... 
Removing trafficcontrolpr5698_traffic_stats_build_1 ... 
Removing trafficcontrolpr5698_grovetccfg_build_1 ... 
Removing trafficcontrolpr5698_docs_1 ... 
Removing trafficcontrolpr5698_traffic_router_build_1 ... 
Removing trafficcontrolpr5698_source_1 ... 
Removing trafficcontrolpr5698_traffic_portal_build_1 ... 
Removing trafficcontrolpr5698_weasel_1 ... doneRemoving trafficcontrolpr5698_source_1 ... doneRemoving trafficcontrolpr5698_traffic_router_build_1 ... doneRemoving trafficcontrolpr5698_grovetccfg_build_1 ... doneRemoving trafficcontrolpr5698_docs_1 ... doneRemoving trafficcontrolpr5698_traffic_stats_build_1 ... doneRemoving trafficcontrolpr5698_traffic_monitor_build_1 ... doneRemoving trafficcontrolpr5698_grove_build_1 ... doneRemoving trafficcontrolpr5698_traffic_ops_build_1 ... doneRemoving trafficcontrolpr5698_traffic_portal_build_1 ... doneGoing to remove trafficcontrolpr5698_weasel_1, trafficcontrolpr5698_traffic_ops_build_1, trafficcontrolpr5698_traffic_monitor_build_1, trafficcontrolpr5698_grove_build_1, trafficcontrolpr5698_traffic_stats_build_1, trafficcontrolpr5698_grovetccfg_build_1, trafficcontrolpr5698_docs_1, trafficcontrolpr5698_traffic_router_build_1, trafficcontrolpr5698_source_1, trafficcontrolpr5698_traffic_portal_build_1
+ ls -l dist
total 177860
-rw-r--r-- 1 jenkins jenkins 15741648 Apr 15 18:17 apache-trafficcontrol-4.0.0-docs.tar.gz
-rw-r--r-- 1 jenkins jenkins 50759409 Apr 15 18:12 apache-trafficcontrol-4.0.0.tar.gz
-rw-r--r-- 1 jenkins jenkins    64431 Apr 15 18:17 build-docs.log
-rw-r--r-- 1 jenkins jenkins     8740 Apr 15 18:14 build-grove.log
-rw-r--r-- 1 jenkins jenkins    37797 Apr 15 18:14 build-traffic_monitor.log
-rw-r--r-- 1 jenkins jenkins   156238 Apr 15 18:15 build-traffic_ops.log
-rw-r--r-- 1 jenkins jenkins   915005 Apr 15 18:16 build-traffic_portal.log
-rw-r--r-- 1 jenkins jenkins  1262856 Apr 15 18:16 build-traffic_router.log
-rw-r--r-- 1 jenkins jenkins    36567 Apr 15 18:14 build-traffic_stats.log
-rw-r--r-- 1 jenkins jenkins  2625644 Apr 15 18:14 grove-0.2-10713.419624e6.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  3331528 Apr 15 18:14 grovetccfg-0.2-10713.419624e6.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  7994484 Apr 15 18:16 tomcat-8.5.32-10713.419624e6.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  7690846 Apr 15 18:14 traffic_monitor-4.0.0-10713.419624e6.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  3848592 Apr 15 18:14 traffic_monitor-4.0.0-10713.419624e6.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  4474872 Apr 15 18:14 traffic_ops-4.0.0-10713.419624e6.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  8427680 Apr 15 18:14 traffic_ops-4.0.0-10713.419624e6.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  6911359 Apr 15 18:15 traffic_ops_ort-4.0.0-10713.419624e6.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  3438536 Apr 15 18:15 traffic_ops_ort-4.0.0-10713.419624e6.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  1859425 Apr 15 18:16 traffic_portal-4.0.0-10713.419624e6.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  4862568 Apr 15 18:16 traffic_portal-4.0.0-10713.419624e6.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins 35052236 Apr 15 18:16 traffic_router-4.0.0-10713.419624e6.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins 14974832 Apr 15 18:14 traffic_stats-4.0.0-10713.419624e6.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  7596396 Apr 15 18:14 traffic_stats-4.0.0-10713.419624e6.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins      215 Apr 15 18:14 weasel.txt
+ [[ -s dist/weasel.txt ]]
+ cat dist/weasel.txt
Error                                 Unknown! traffic_portal/app/src/assets/css/angular-ui-tree_2.22.6.css
Error                           Extra-License! traffic_portal/app/src/assets/css/angular-ui-tree_2.22.6.js
+ [[ -s /tmp/tc-status-Zd6e ]]
+ cat /tmp/tc-status-Zd6e
/trafficcontrolpr5698_weasel exited with status 1
+ exit 1
+ finish
+ /tmp/docker-compose-B4gL -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5698 down -v
Removing network trafficcontrolpr5698_default
+ /tmp/docker-compose-B4gL -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR5698 rm -v -f
No stopped containers
+ rm -f /tmp/docker-compose-B4gL
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful