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/06/30 02:35:07 UTC

Build failed in Jenkins: trafficcontrol-PR #6188

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

Changes:

[ocket8888] Removed old getServer (by ID) function

[ocket8888] Added utility function to extract legacy network info from interfaces

[ocket8888] Reworked cachegroup servers table to extract legacy network info from

[ocket8888] webpack can't handle es2015.....................

[ocket8888] Roll back ECMAScript feature that browserify can't handle

[ocket8888] Fixed cachegroup servers table

[ocket8888] Fixed CDN servers table and added proper ssh linking

[ocket8888] Fixed broken injection

[ocket8888] Added early bail-out for converting servers with no interfaces

[ocket8888] Fixed data-search attributes broken, fixed deliveryservice servers table

[ocket8888] Fixed physical location servers tables for interfaces

[ocket8888] Fixed Profile servers tables for interface servers

[ocket8888] Fixed status servers tables for interface servers

[ocket8888] Fixed types servers tables for interface servers

[ocket8888] Stripped bootstrap out of server form

[ocket8888] Finished adding validations to interfaces fields

[ocket8888] Replaced button symbols with words

[ocket8888] Moved interfaces to bottom of servers form

[ocket8888] Removed duplicated map

[ocket8888] Removed more duplicated maps

[ocket8888] Fixed Offline Reason field

[ocket8888] Removed unused injections

[ocket8888] Fixed servers table not displaying legacy interface data properly

[ocket8888] Moved add/remove interface/ip buttons

[ocket8888] Added placeholders

[ocket8888] Fixed error creating new server

[ocket8888] moves actions into the caller for more control and scrolls to the top of

[ocket8888] Switched to smaller buttons; made interface placeholder more clear

[ocket8888] fixes server that is now an array of servers

[ocket8888] Fixed setting max-bandwidth not dirtying the form

[ocket8888] fixes server config files table

[ocket8888] Fixed broken update server status

[ocket8888] fixes TP server tests to work with new server form


------------------------------------------
[...truncated 3.21 MB...]
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  |     TestGetExportProfileResponse/Success:_Read_export_profile_successful: profile_export_test.go:74: Starting test scenario:  Success: Read export profile successful
unit_1  | === RUN   TestGetExportProfileResponse/Success:_Read_export_profile_with_no_parameters_successful
unit_1  |     TestGetExportProfileResponse/Success:_Read_export_profile_with_no_parameters_successful: profile_export_test.go:74: Starting test scenario:  Success: Read export profile with no parameters successful
unit_1  | === RUN   TestGetExportProfileResponse/Failure:_Storage_error_reading_profile
unit_1  |     TestGetExportProfileResponse/Failure:_Storage_error_reading_profile: profile_export_test.go:74: Starting test scenario:  Failure: Storage error reading profile
unit_1  | --- PASS: TestGetExportProfileResponse (0.00s)
unit_1  |     --- PASS: TestGetExportProfileResponse/Success:_Read_export_profile_successful (0.00s)
unit_1  |     --- PASS: TestGetExportProfileResponse/Success:_Read_export_profile_with_no_parameters_successful (0.00s)
unit_1  |     --- PASS: TestGetExportProfileResponse/Failure:_Storage_error_reading_profile (0.00s)
unit_1  | === RUN   TestGetImportProfile
unit_1  | === RUN   TestGetImportProfile/Success:_Import_profile_successful
unit_1  |     TestGetImportProfile/Success:_Import_profile_successful: profile_import_test.go:86: Starting test scenario:  Success: Import profile successful
unit_1  | === RUN   TestGetImportProfile/Failure:_Import_profile_didn't_insert_row
unit_1  |     TestGetImportProfile/Failure:_Import_profile_didn't_insert_row: profile_import_test.go:86: Starting test scenario:  Failure: Import profile didn't insert row
unit_1  | === RUN   TestGetImportProfile/Failure:_Import_profile_storage_error
unit_1  |     TestGetImportProfile/Failure:_Import_profile_storage_error: profile_import_test.go:86: Starting test scenario:  Failure: Import profile storage error
unit_1  | --- PASS: TestGetImportProfile (0.00s)
unit_1  |     --- PASS: TestGetImportProfile/Success:_Import_profile_successful (0.00s)
unit_1  |     --- PASS: TestGetImportProfile/Failure:_Import_profile_didn't_insert_row (0.00s)
unit_1  |     --- PASS: TestGetImportProfile/Failure:_Import_profile_storage_error (0.00s)
unit_1  | === RUN   TestGetImportProfileParameters
unit_1  | === RUN   TestGetImportProfileParameters/Success:_All_import_parameters_new
unit_1  |     TestGetImportProfileParameters/Success:_All_import_parameters_new: profile_import_test.go:292: Starting test scenario:  Success: All import parameters new
unit_1  | === RUN   TestGetImportProfileParameters/Success:_All_parameters_exisiting
unit_1  |     TestGetImportProfileParameters/Success:_All_parameters_exisiting: profile_import_test.go:292: Starting test scenario:  Success: All parameters exisiting
unit_1  | === RUN   TestGetImportProfileParameters/Success:_Mix_of_existing/new_parameters
unit_1  |     TestGetImportProfileParameters/Success:_Mix_of_existing/new_parameters: profile_import_test.go:292: Starting test scenario:  Success: Mix of existing/new parameters
unit_1  | === RUN   TestGetImportProfileParameters/Success:_Dup_of_existing
unit_1  |     TestGetImportProfileParameters/Success:_Dup_of_existing: profile_import_test.go:292: Starting test scenario:  Success: Dup of existing
unit_1  | === RUN   TestGetImportProfileParameters/Fail:_Storage_error_selecting_param
unit_1  |     TestGetImportProfileParameters/Fail:_Storage_error_selecting_param: profile_import_test.go:292: Starting test scenario:  Fail: Storage error selecting param
unit_1  | === RUN   TestGetImportProfileParameters/Fail:_Storage_error_inserting_param
unit_1  |     TestGetImportProfileParameters/Fail:_Storage_error_inserting_param: profile_import_test.go:292: Starting test scenario:  Fail: Storage error inserting param
unit_1  | --- PASS: TestGetImportProfileParameters (0.00s)
unit_1  |     --- PASS: TestGetImportProfileParameters/Success:_All_import_parameters_new (0.00s)
unit_1  |     --- PASS: TestGetImportProfileParameters/Success:_All_parameters_exisiting (0.00s)
unit_1  |     --- PASS: TestGetImportProfileParameters/Success:_Mix_of_existing/new_parameters (0.00s)
unit_1  |     --- PASS: TestGetImportProfileParameters/Success:_Dup_of_existing (0.00s)
unit_1  |     --- PASS: TestGetImportProfileParameters/Fail:_Storage_error_selecting_param (0.00s)
unit_1  |     --- PASS: TestGetImportProfileParameters/Fail:_Storage_error_inserting_param (0.00s)
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: 52.6% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/profile	0.023s	coverage: 52.6% 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.3% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/profileparameter	0.015s	coverage: 2.3% 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.3% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/region	0.018s	coverage: 9.3% 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   TestSetTLSVersion
unit_1  | --- PASS: TestSetTLSVersion (0.00s)
unit_1  | === RUN   TestGetRiakCluster
unit_1  | --- PASS: TestGetRiakCluster (0.06s)
unit_1  | PASS
unit_1  | coverage: 18.3% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/riaksvc	0.076s	coverage: 18.3% 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.017s	coverage: 10.6% of statements
unit_1  | === RUN   TestCompileRoutes
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET api/1.1/cdns
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path POST api/1.4/users/login
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path POST api/1.1/cdns
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path POST api/1.1/users
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path PUT api/1.1/deliveryservices/3
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path DELETE api/1.1/servers/777
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET api/1.4/cdns/1
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET api/1.4/notatypeweknowabout
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET api/1.3/asns.json
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET api/99999.99999/cdns
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET blahblah/api/1.2/cdns
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET internal/api/1.2/federations.json
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET api/1.5/servers
unit_1  |     TestCompileRoutes: routing_test.go:162: testing path GET api/2.0/servers
unit_1  | --- PASS: TestCompileRoutes (0.07s)
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.093s	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: 52.4% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/routing/middleware	0.018s	coverage: 52.4% of statements
unit_1  | === RUN   TestGetDetailServers
unit_1  | --- PASS: TestGetDetailServers (0.00s)
unit_1  | === RUN   TestAssignDsesToServer
unit_1  | --- PASS: TestAssignDsesToServer (0.00s)
unit_1  | === RUN   TestInterfaces
unit_1  | --- PASS: TestInterfaces (0.00s)
unit_1  | === RUN   TestUpdateServer
unit_1  | --- PASS: TestUpdateServer (0.00s)
unit_1  | === RUN   TestGetServersByCachegroup
unit_1  | --- PASS: TestGetServersByCachegroup (0.00s)
unit_1  | === RUN   TestGetMidServers
unit_1  | --- PASS: TestGetMidServers (0.00s)
unit_1  | === RUN   TestV3Validations
unit_1  |     TestV3Validations: servers_test.go:564: Got expected error validating server with no interfaces: a server must have at least one interface
unit_1  |     TestV3Validations: servers_test.go:576: Got expected error validating server with nil interfaces: a server must have at least one interface
unit_1  |     TestV3Validations: servers_test.go:591: Got expected error validating server with an MTU < 1280: type not found, associated profile must have a cdn associated
unit_1  |     TestV3Validations: servers_test.go:605: Got expected error validating server with no IP addresses: 'interface 'eth0' ipAddresses' cannot be blank, type not found, associated profile must have a cdn associated
unit_1  |     TestV3Validations: servers_test.go:618: Got expected error validating server with nil IP addresses: 'interface 'eth0' ipAddresses' cannot be blank, type not found, associated profile must have a cdn associated
unit_1  |     TestV3Validations: servers_test.go:637: Got expected error validating server with no service addresses: type not found, associated profile must have a cdn associated
unit_1  |     TestV3Validations: servers_test.go:649: Got expected error validating server with too many interfaces with service addresses: interfaces: address '127.0.0.1/32' of interface 'eth0' is marked as a service address, but an IPv4 service address appears earlier in the list, type not found, associated profile must have a cdn associated
unit_1  |     TestV3Validations: servers_test.go:667: Got expected error validating server with no service addresses: interfaces: address '1.2.3.4/1' of interface 'eth0' is marked as a service address, but an IPv4 service address appears earlier in the list, type not found, associated profile must have a cdn associated
unit_1  | --- PASS: TestV3Validations (0.00s)
unit_1  | === RUN   TestGetServerUpdateStatus
unit_1  | --- PASS: TestGetServerUpdateStatus (0.00s)
unit_1  | PASS
unit_1  | coverage: 21.3% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/server	0.024s	coverage: 21.3% 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  | ?   	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/servercheck/extensions	[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  | === RUN   TestInvalidSteeringTargetType
unit_1  | --- PASS: TestInvalidSteeringTargetType (0.00s)
unit_1  | PASS
unit_1  | coverage: 0.8% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/steeringtargets	0.016s	coverage: 0.8% of statements
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.016s	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.006s	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/topology	[no test files]
unit_1  | === RUN   TestTSConfigFromRequest
unit_1  | --- PASS: TestTSConfigFromRequest (0.00s)
unit_1  | PASS
unit_1  | coverage: 4.4% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/trafficstats	0.017s	coverage: 4.4% 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   TestUpdateInvalidType
unit_1  | --- PASS: TestUpdateInvalidType (0.00s)
unit_1  | === RUN   TestDeleteInvalidType
unit_1  | --- PASS: TestDeleteInvalidType (0.00s)
unit_1  | === RUN   TestCreateInvalidType
unit_1  | --- PASS: TestCreateInvalidType (0.00s)
unit_1  | === RUN   TestValidate
unit_1  | --- PASS: TestValidate (0.00s)
unit_1  | PASS
unit_1  | coverage: 40.3% of statements
unit_1  | ok  	github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/types	0.015s	coverage: 40.3% 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/traffic_ops_golang/vault	[no test files]
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 #6190

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


Build failed in Jenkins: trafficcontrol-PR #6189

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

Changes:

[github] Traffic Monitor excessive log errors fix (#4830)

[github] Validation to prevent parentage cycles among different Topologies

[github] Servers service interface fix (#4828)

[github] Support IMS header in Get endpoints (#4665)

[ocket8888] Added license weasel workflow

[ocket8888] Updated conditions for triggering

[ocket8888] Fixed typo

[ocket8888] Fixed weasel license action

[ocket8888] Added badge indicator to README


------------------------------------------
[...truncated 3.15 MB...]
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v3/deliveryservice_requests.rst:784: WARNING: term origin not found in case sensitive match.made a reference to Origin instead.
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v3/deliveryservice_requests.rst:993: WARNING: term origin not found in case sensitive match.made a reference to Origin instead.
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v3/deliveryservice_requests_id_assign.rst:129: WARNING: term origin not found in case sensitive match.made a reference to Origin instead.
docs_1                   | /tmp/go/src/github.com/apache/trafficcontrol/docs/source/api/v3/deliveryservice_requests_id_status.rst:130: WARNING: term origin not found in case sensitive match.made a reference to Origin instead.
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... [ 26%] 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... [ 30%] 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... [ 34%] 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... [ 38%] 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... [ 42%] 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... [ 46%] admin/quick_howto/regionalgeo/01.png
docs_1                   | copying images... [ 48%] admin/quick_howto/regionalgeo/02.png
docs_1                   | copying images... [ 49%] admin/quick_howto/regionalgeo/03.png
docs_1                   | copying images... [ 50%] 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... [ 53%] admin/quick_howto/server_capability/ds_server_caps_table.png
docs_1                   | copying images... [ 54%] admin/quick_howto/static_dns/00.png
docs_1                   | copying images... [ 56%] admin/quick_howto/static_dns/01.png
docs_1                   | copying images... [ 57%] admin/quick_howto/steering/01.png
docs_1                   | copying images... [ 58%] admin/quick_howto/steering/02.png
docs_1                   | copying images... [ 60%] admin/quick_howto/steering/03.png
docs_1                   | copying images... [ 61%] admin/images/good.png
docs_1                   | copying images... [ 62%] admin/images/bad.png
docs_1                   | copying images... [ 64%] admin/traffic_portal/./images/tp_menu.png
docs_1                   | copying images... [ 65%] admin/traffic_portal/images/changelog_dialog.png
docs_1                   | copying images... [ 66%] admin/traffic_portal/images/changelog_page.png
docs_1                   | copying images... [ 68%] admin/traffic_portal/images/logout_button.png
docs_1                   | copying images... [ 69%] admin/traffic_portal/images/profile_button.png
docs_1                   | copying images... [ 70%] admin/traffic_portal/images/release_info_button.png
docs_1                   | copying images... [ 72%] admin/traffic_portal/images/popout_button.png
docs_1                   | copying images... [ 73%] admin/traffic_portal/./images/tp_menu_monitor.png
docs_1                   | copying images... [ 74%] admin/traffic_portal/./images/tp_menu_services.png
docs_1                   | copying images... [ 76%] admin/traffic_portal/images/tp_table_ds.png
docs_1                   | copying images... [ 77%] admin/traffic_portal/images/tp_table_ds_requests.png
docs_1                   | copying images... [ 78%] admin/traffic_portal/./images/tp_menu_configure.png
docs_1                   | copying images... [ 80%] admin/traffic_portal/./images/tp_table_server.png
docs_1                   | copying images... [ 81%] admin/traffic_portal/./images/tp_menu_topology.png
docs_1                   | copying images... [ 82%] admin/traffic_portal/./images/tp_menu_tools.png
docs_1                   | copying images... [ 84%] admin/traffic_portal/./images/tp_menu_user_admin.png
docs_1                   | copying images... [ 85%] admin/traffic_portal/./images/tp_menu_other.png
docs_1                   | copying images... [ 86%] admin/traffic_router/images/edge_tr_example.png
docs_1                   | copying images... [ 88%] 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... [ 92%] 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... [ 96%] 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, 28 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 18539323 Jun 30 02:47 dist/apache-trafficcontrol-4.2.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
trafficcontrolpr6189_docs_1 exited with code 0
+ /tmp/docker-compose-rBl7 -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR6189 ps -q
+ xargs docker inspect -f '{{.Name}} {{.State.ExitCode}}'
+ read name exitcode
+ tee /tmp/tc-status-6FnG
+ [[ 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
+ [[ 0 == \0 ]]
+ continue
+ read name exitcode
+ [[ 1 == \0 ]]
++ echo /trafficcontrolpr6189_weasel_1
++ sed s@/trafficcontrolPR6189_@@
++ sed 's/_[0-9]*$//'
+ name=/trafficcontrolpr6189_weasel
+ echo /trafficcontrolpr6189_weasel exited with status 1
+ read name exitcode
/trafficcontrolpr6189_weasel exited with status 1
+ /tmp/docker-compose-rBl7 -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR6189 rm -v -f
Removing trafficcontrolpr6189_traffic_monitor_build_1 ... 
Removing trafficcontrolpr6189_traffic_portal_build_1 ... 
Removing trafficcontrolpr6189_traffic_ops_build_1 ... 
Removing trafficcontrolpr6189_traffic_stats_build_1 ... 
Removing trafficcontrolpr6189_weasel_1 ... 
Removing trafficcontrolpr6189_grovetccfg_build_1 ... 
Removing trafficcontrolpr6189_docs_1 ... 
Removing trafficcontrolpr6189_traffic_ops_ort_build_1 ... 
Removing trafficcontrolpr6189_grove_build_1 ... 
Removing trafficcontrolpr6189_traffic_router_build_1 ... 
Removing trafficcontrolpr6189_source_1 ... 
Removing trafficcontrolpr6189_weasel_1 ... doneRemoving trafficcontrolpr6189_source_1 ... doneRemoving trafficcontrolpr6189_docs_1 ... doneRemoving trafficcontrolpr6189_traffic_router_build_1 ... doneRemoving trafficcontrolpr6189_grovetccfg_build_1 ... doneRemoving trafficcontrolpr6189_traffic_ops_ort_build_1 ... doneRemoving trafficcontrolpr6189_traffic_stats_build_1 ... doneRemoving trafficcontrolpr6189_grove_build_1 ... doneRemoving trafficcontrolpr6189_traffic_monitor_build_1 ... doneRemoving trafficcontrolpr6189_traffic_ops_build_1 ... doneRemoving trafficcontrolpr6189_traffic_portal_build_1 ... doneGoing to remove trafficcontrolpr6189_traffic_monitor_build_1, trafficcontrolpr6189_traffic_portal_build_1, trafficcontrolpr6189_traffic_ops_build_1, trafficcontrolpr6189_traffic_stats_build_1, trafficcontrolpr6189_weasel_1, trafficcontrolpr6189_grovetccfg_build_1, trafficcontrolpr6189_docs_1, trafficcontrolpr6189_traffic_ops_ort_build_1, trafficcontrolpr6189_grove_build_1, trafficcontrolpr6189_traffic_router_build_1, trafficcontrolpr6189_source_1
+ ls -l dist
total 181920
-rw-r--r-- 1 jenkins jenkins 18539323 Jun 30 02:47 apache-trafficcontrol-4.2.0-docs.tar.gz
-rw-r--r-- 1 jenkins jenkins 51545731 Jun 30 02:41 apache-trafficcontrol-4.2.0.tar.gz
-rw-r--r-- 1 jenkins jenkins    74269 Jun 30 02:47 build-docs.log
-rw-r--r-- 1 jenkins jenkins     8772 Jun 30 02:42 build-grove.log
-rw-r--r-- 1 jenkins jenkins    38441 Jun 30 02:42 build-traffic_monitor.log
-rw-r--r-- 1 jenkins jenkins   131361 Jun 30 02:43 build-traffic_ops.log
-rw-r--r-- 1 jenkins jenkins    35295 Jun 30 02:42 build-traffic_ops_ort.log
-rw-r--r-- 1 jenkins jenkins   923671 Jun 30 02:44 build-traffic_portal.log
-rw-r--r-- 1 jenkins jenkins  1329505 Jun 30 02:44 build-traffic_router.log
-rw-r--r-- 1 jenkins jenkins    36570 Jun 30 02:43 build-traffic_stats.log
-rw-r--r-- 1 jenkins jenkins  2631000 Jun 30 02:42 grove-0.2-10785.3f689a78.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  3334600 Jun 30 02:42 grovetccfg-0.2-10785.3f689a78.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  7994488 Jun 30 02:44 tomcat-8.5.32-10785.3f689a78.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  7719939 Jun 30 02:42 traffic_monitor-4.2.0-10785.3f689a78.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  3861876 Jun 30 02:42 traffic_monitor-4.2.0-10785.3f689a78.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  4475353 Jun 30 02:43 traffic_ops-4.2.0-10785.3f689a78.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  8480360 Jun 30 02:43 traffic_ops-4.2.0-10785.3f689a78.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  6941875 Jun 30 02:42 traffic_ops_ort-4.2.0-10785.3f689a78.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  3457536 Jun 30 02:42 traffic_ops_ort-4.2.0-10785.3f689a78.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins  1886685 Jun 30 02:44 traffic_portal-4.2.0-10785.3f689a78.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  5114652 Jun 30 02:44 traffic_portal-4.2.0-10785.3f689a78.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins 35082300 Jun 30 02:44 traffic_router-4.2.0-10785.3f689a78.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins 14976083 Jun 30 02:43 traffic_stats-4.2.0-10785.3f689a78.el7.src.rpm
-rw-r--r-- 1 jenkins jenkins  7598876 Jun 30 02:43 traffic_stats-4.2.0-10785.3f689a78.el7.x86_64.rpm
-rw-r--r-- 1 jenkins jenkins     4520 Jun 30 02:43 weasel.txt
+ [[ -s dist/weasel.txt ]]
+ cat dist/weasel.txt
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/.gitignore
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/.travis.yml
Error                                     MIT! grove/vendor/go.etcd.io/bbolt/LICENSE
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/Makefile
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/allocate_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_386.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_amd64.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_arm.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_arm64.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_linux.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_mips64x.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_mipsx.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_openbsd.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_ppc.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_ppc64.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_ppc64le.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_riscv64.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_s390x.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_unix.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_unix_aix.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_unix_solaris.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bolt_windows.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/boltsync_unix.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bucket.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/bucket_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/cmd/bbolt/main.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/cmd/bbolt/main_test
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/cursor.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/cursor_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/db.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/db_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/doc.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/errors.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/freelist.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/freelist_hmap.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/freelist_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/go.mod
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/go.sum
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/manydbs_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/node.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/node_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/page.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/page_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/quick_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/simulation_no_freelist_sync_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/simulation_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/tx.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/tx_test.go
Error                                    MIT~! grove/vendor/go.etcd.io/bbolt/unsafe.go
Error                           Extra-License! grove/vendor/github.com/coreos/bbolt/*
+ [[ -s /tmp/tc-status-6FnG ]]
+ cat /tmp/tc-status-6FnG
/trafficcontrolpr6189_weasel exited with status 1
+ exit 1
+ finish
+ /tmp/docker-compose-rBl7 -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR6189 down -v
Removing network trafficcontrolpr6189_default
+ /tmp/docker-compose-rBl7 -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR6189 rm -v -f
No stopped containers
+ rm -f /tmp/docker-compose-rBl7
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful