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 2017/11/02 21:48:39 UTC

Build failed in Jenkins: incubator-trafficcontrol-traffic_ops-test #241

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

Changes:

[neuman] Change cdn.name to cdn.domain_name in DeliveryServiceInfoForDomainList

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (ubuntu trusty) in workspace <https://builds.apache.org/job/incubator-trafficcontrol-traffic_ops-test/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/incubator-trafficcontrol.git # timeout=10
Fetching upstream changes from git://github.com/apache/incubator-trafficcontrol.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git://github.com/apache/incubator-trafficcontrol.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 7f4f970c521fd5741959c9e93d75ee74d5437ca6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7f4f970c521fd5741959c9e93d75ee74d5437ca6
Commit message: "Change cdn.name to cdn.domain_name in DeliveryServiceInfoForDomainList"
 > git rev-list 14cada4b8527cf71398317341c0d3eacc5763bf9 # timeout=10
[incubator-trafficcontrol-traffic_ops-test] $ /bin/bash /tmp/jenkins6986336262122929983.sh
+ trap finish EXIT
+ proj=jenkins-incubator-trafficcontrol-traffic_ops-test-241
++ pwd
+ compose=<https://builds.apache.org/job/incubator-trafficcontrol-traffic_ops-test/ws/bin/docker-compose>
+ cfile=traffic_ops/app/bin/tests/docker-compose.yml
+ [[ ! -x <https://builds.apache.org/job/incubator-trafficcontrol-traffic_ops-test/ws/bin/docker-compose> ]]
+ docker version
Client:
 Version:      17.05.0-ce
 API version:  1.29
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:06:06 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.05.0-ce
 API version:  1.29 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:06:06 2017
 OS/Arch:      linux/amd64
 Experimental: false
+ <https://builds.apache.org/job/incubator-trafficcontrol-traffic_ops-test/ws/bin/docker-compose> -p jenkins-incubator-trafficcontrol-traffic_ops-test-241 -f traffic_ops/app/bin/tests/docker-compose.yml down -v
Removing network jenkinsincubatortrafficcontroltrafficopstest241_default
Network jenkinsincubatortrafficcontroltrafficopstest241_default not found.
Removing volume jenkinsincubatortrafficcontroltrafficopstest241_traffic_ops
Volume jenkinsincubatortrafficcontroltrafficopstest241_traffic_ops not found.
Removing volume jenkinsincubatortrafficcontroltrafficopstest241_traffic_ops_golang
Volume jenkinsincubatortrafficcontroltrafficopstest241_traffic_ops_golang not found.
+ <https://builds.apache.org/job/incubator-trafficcontrol-traffic_ops-test/ws/bin/docker-compose> -p jenkins-incubator-trafficcontrol-traffic_ops-test-241 -f traffic_ops/app/bin/tests/docker-compose.yml up --build --exit-code-from unit_golang unit_golang
using --exit-code-from implies --abort-on-container-exit
Creating network "jenkinsincubatortrafficcontroltrafficopstest241_default" with the default driver
Creating volume "jenkinsincubatortrafficcontroltrafficopstest241_traffic_ops" with default driver
Creating volume "jenkinsincubatortrafficcontroltrafficopstest241_traffic_ops_golang" with default driver
Building unit_golang
Step 1/7 : FROM golang:1.8
 ---> e5f0cff2a56c
Step 2/7 : MAINTAINER Dan Kirkwood <da...@apache.org>
 ---> Using cache
 ---> d2a25addceea
Step 3/7 : ARG DIR=github.com/apache/incubator-trafficcontrol
 ---> Using cache
 ---> 566662b46aff
Step 4/7 : ADD traffic_ops /go/src/$DIR/traffic_ops
 ---> c92b446c3f5d
Removing intermediate container 2091945723f4
Step 5/7 : ADD lib /go/src/$DIR/lib
 ---> 7558cefe3f94
Removing intermediate container d400e965df26
Step 6/7 : WORKDIR /go/src/$DIR/traffic_ops/traffic_ops_golang
 ---> def6561ef459
Removing intermediate container f2c1b8a72439
Step 7/7 : CMD bash -c 'go test -v $(go list ./... | grep -v /vendor/)'
 ---> Running in f59b05ebf6b4
 ---> 7737325dc67e
Removing intermediate container f59b05ebf6b4
Successfully built 7737325dc67e
Successfully tagged jenkinsincubatortrafficcontroltrafficopstest241_unit_golang:latest
Creating jenkinsincubatortrafficcontroltrafficopstest241_unit_golang_1 ... 
Creating jenkinsincubatortrafficcontroltrafficopstest241_unit_golang_1
Creating jenkinsincubatortrafficcontroltrafficopstest241_unit_golang_1 ... doneAttaching to jenkinsincubatortrafficcontroltrafficopstest241_unit_golang_1
unit_golang_1  | === RUN   TestGetASNs
unit_golang_1  | --- PASS: TestGetASNs (0.00s)
unit_golang_1  | === RUN   TestGetCDNs
unit_golang_1  | --- PASS: TestGetCDNs (0.00s)
unit_golang_1  | === RUN   TestLogLocation
unit_golang_1  | --- PASS: TestLogLocation (0.00s)
unit_golang_1  | === RUN   TestLoadConfig
unit_golang_1  | --- PASS: TestLoadConfig (0.00s)
unit_golang_1  | === RUN   TestGetDivisions
unit_golang_1  | --- PASS: TestGetDivisions (0.00s)
unit_golang_1  | === RUN   TestGetHWInfo
unit_golang_1  | --- PASS: TestGetHWInfo (0.00s)
unit_golang_1  | === RUN   TestJSON
unit_golang_1  | --- PASS: TestJSON (0.00s)
unit_golang_1  | === RUN   TestGetMonitoringServers
unit_golang_1  | --- PASS: TestGetMonitoringServers (0.00s)
unit_golang_1  | === RUN   TestGetCachegroups
unit_golang_1  | --- PASS: TestGetCachegroups (0.00s)
unit_golang_1  | === RUN   TestGetProfiles
unit_golang_1  | --- PASS: TestGetProfiles (0.00s)
unit_golang_1  | === RUN   TestGetDeliveryServices
unit_golang_1  | --- PASS: TestGetDeliveryServices (0.00s)
unit_golang_1  | === RUN   TestGetConfig
unit_golang_1  | --- PASS: TestGetConfig (0.00s)
unit_golang_1  | === RUN   TestGetMonitoringJson
unit_golang_1  | --- PASS: TestGetMonitoringJson (0.00s)
unit_golang_1  | === RUN   TestGetParameters
unit_golang_1  | --- PASS: TestGetParameters (0.00s)
unit_golang_1  | === RUN   TestBuildQuery
unit_golang_1  | --- PASS: TestBuildQuery (0.00s)
unit_golang_1  | === RUN   TestGetRegions
unit_golang_1  | --- PASS: TestGetRegions (0.00s)
unit_golang_1  | === RUN   TestValidateURIKeyset
unit_golang_1  | --- PASS: TestValidateURIKeyset (0.00s)
unit_golang_1  | === RUN   TestGetRiakCluster
unit_golang_1  | --- PASS: TestGetRiakCluster (0.10s)
unit_golang_1  | === RUN   TestCreateRouteMap
unit_golang_1  | --- PASS: TestCreateRouteMap (0.00s)
unit_golang_1  | === RUN   TestAssignDsesToServer
unit_golang_1  | --- PASS: TestAssignDsesToServer (0.00s)
unit_golang_1  | === RUN   TestGetServersByCachegroup
unit_golang_1  | --- PASS: TestGetServersByCachegroup (0.00s)
unit_golang_1  | === RUN   TestGetServerUpdateStatus
unit_golang_1  | --- FAIL: TestGetServerUpdateStatus (0.00s)
unit_golang_1  | panic: runtime error: invalid memory address or nil pointer dereference [recovered]
unit_golang_1  | 	panic: runtime error: invalid memory address or nil pointer dereference
unit_golang_1  | [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x68683a]
unit_golang_1  | 
unit_golang_1  | goroutine 77 [running]:
unit_golang_1  | testing.tRunner.func1(0xc420260c30)
unit_golang_1  | 	/usr/local/go/src/testing/testing.go:622 +0x29d
unit_golang_1  | panic(0x786800, 0x9d2ff0)
unit_golang_1  | 	/usr/local/go/src/runtime/panic.go:489 +0x2cf
unit_golang_1  | database/sql.(*Rows).close(0x0, 0x0, 0x0, 0x0, 0x0)
unit_golang_1  | 	/usr/local/go/src/database/sql/sql.go:2422 +0x7a
unit_golang_1  | database/sql.(*Rows).Close(0x0, 0x8, 0x4)
unit_golang_1  | 	/usr/local/go/src/database/sql/sql.go:2418 +0x3d
unit_golang_1  | github.com/apache/incubator-trafficcontrol/traffic_ops/traffic_ops_golang.getServerUpdateStatus(0x7fb309, 0xb, 0xc420255f80, 0xc4201f5300, 0x1, 0x1, 0x0, 0x0)
unit_golang_1  | 	/go/src/github.com/apache/incubator-trafficcontrol/traffic_ops/traffic_ops_golang/servers_update_status.go:117 +0x8b6
unit_golang_1  | github.com/apache/incubator-trafficcontrol/traffic_ops/traffic_ops_golang.TestGetServerUpdateStatus(0xc420260c30)
unit_golang_1  | 	/go/src/github.com/apache/incubator-trafficcontrol/traffic_ops/traffic_ops_golang/servers_update_status_test.go:45 +0x6be
unit_golang_1  | testing.tRunner(0xc420260c30, 0x814538)
unit_golang_1  | 	/usr/local/go/src/testing/testing.go:657 +0x96
unit_golang_1  | created by testing.(*T).Run
unit_golang_1  | 	/usr/local/go/src/testing/testing.go:697 +0x2ca
unit_golang_1  | FAIL	github.com/apache/incubator-trafficcontrol/traffic_ops/traffic_ops_golang	0.114s
unit_golang_1  | === RUN   TestGetConfigFile
unit_golang_1  | --- PASS: TestGetConfigFile (0.00s)
unit_golang_1  | PASS
unit_golang_1  | ok  	github.com/apache/incubator-trafficcontrol/traffic_ops/traffic_ops_golang/ats	0.003s
unit_golang_1  | === RUN   TestColsFromStructByTag
unit_golang_1  | --- PASS: TestColsFromStructByTag (0.00s)
unit_golang_1  | PASS
unit_golang_1  | ok  	github.com/apache/incubator-trafficcontrol/traffic_ops/traffic_ops_golang/test	0.003s
jenkinsincubatortrafficcontroltrafficopstest241_unit_golang_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/incubator-trafficcontrol-traffic_ops-test/ws/bin/docker-compose> -p jenkins-incubator-trafficcontrol-traffic_ops-test-241 -f traffic_ops/app/bin/tests/docker-compose.yml down -v
Removing jenkinsincubatortrafficcontroltrafficopstest241_unit_golang_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest241_unit_golang_1 ... doneRemoving network jenkinsincubatortrafficcontroltrafficopstest241_default
Removing volume jenkinsincubatortrafficcontroltrafficopstest241_traffic_ops
Removing volume jenkinsincubatortrafficcontroltrafficopstest241_traffic_ops_golang
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : incubator-trafficcontrol-traffic_ops-test #244

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/incubator-trafficcontrol-traffic_ops-test/244/display/redirect>


Build failed in Jenkins: incubator-trafficcontrol-traffic_ops-test #243

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

Changes:

[mitchell852] move defer

[mitchell852] err never used

[mitchell852] capitalization (e.g. json -> JSON); err msg formats, etc

[mitchell852] remove unused wrapBytes

[mitchell852] use bytes.Equal

[mitchell852] defer after err check

------------------------------------------
[...truncated 134.49 MB...]
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension DSCP not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension 10G6 not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension STAT not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension MTU not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension TRTR not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension TRMO not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension CHR not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension CDU not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension ORT not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | # Looks like you failed 84 tests of 147.
integration_1  | /opt/traffic_ops/app/t_integration/servercheck.t ....... 
integration_1  | Dubious, test returned 84 (wstat 21504, 0x5400)
integration_1  | Failed 84/147 subtests 
integration_1  | 
integration_1  | Test Summary Report
integration_1  | -------------------
integration_1  | /opt/traffic_ops/app/t_integration/000init_database.t (Wstat: 65280 Tests: 0 Failed: 0)
integration_1  |   Non-zero exit status: 255
integration_1  |   Parse errors: No plan found in TAP output
integration_1  | /opt/traffic_ops/app/t_integration/configfiles.t     (Wstat: 65024 Tests: 2924 Failed: 278)
integration_1  |   Failed tests:  28, 42, 48, 50, 72, 86, 92, 94, 116, 130
integration_1  |                 136, 138, 160, 174, 180, 182, 204, 216
integration_1  |                 220, 222, 244, 256, 260, 262, 284, 296
integration_1  |                 300, 302, 324, 336, 340, 342, 364, 376
integration_1  |                 380, 382, 404, 418, 424, 426, 448, 462
integration_1  |                 468, 470, 492, 506, 512, 514, 536, 550
integration_1  |                 556, 558, 580, 592, 596, 598, 620, 632
integration_1  |                 636, 638, 660, 672, 676, 678, 700, 712
integration_1  |                 716, 718, 740, 752, 756, 758, 780, 794
integration_1  |                 800, 802, 824, 838, 844, 846, 868, 882
integration_1  |                 888, 890, 912, 926, 932, 934, 956, 968
integration_1  |                 972, 974, 996, 1008, 1012, 1014, 1036, 1048
integration_1  |                 1052, 1054, 1076, 1088, 1092, 1094, 1116
integration_1  |                 1128, 1132, 1134, 1156, 1170, 1176, 1178
integration_1  |                 1200, 1214, 1220, 1222, 1244, 1258, 1264
integration_1  |                 1266, 1288, 1302, 1308, 1310, 1332, 1344
integration_1  |                 1348, 1350, 1372, 1384, 1388, 1390, 1412
integration_1  |                 1424, 1428, 1430, 1452, 1464, 1468, 1470
integration_1  |                 1492, 1504, 1508, 1510, 1532, 1546, 1552
integration_1  |                 1554, 1576, 1590, 1596, 1598, 1620, 1634
integration_1  |                 1640, 1642, 1664, 1678, 1684, 1686, 1708
integration_1  |                 1720, 1724, 1726, 1748, 1760, 1764, 1766
integration_1  |                 1788, 1800, 1804, 1806, 1828, 1840, 1844
integration_1  |                 1846, 1868, 1880, 1884, 1886, 1908, 1922
integration_1  |                 1928, 1930, 1952, 1966, 1972, 1974, 1996
integration_1  |                 2010, 2016, 2018, 2040, 2054, 2060, 2062
integration_1  |                 2084, 2096, 2100, 2102, 2124, 2136, 2140
integration_1  |                 2142, 2164, 2176, 2180, 2182, 2204, 2216
integration_1  |                 2220, 2222, 2244, 2256, 2260, 2262, 2286
integration_1  |                 2290, 2292, 2314, 2326, 2330, 2332, 2356
integration_1  |                 2360, 2362, 2384, 2396, 2400, 2402, 2426
integration_1  |                 2430, 2432, 2454, 2466, 2470, 2472, 2496
integration_1  |                 2500, 2502, 2524, 2536, 2540, 2542, 2566
integration_1  |                 2570, 2572, 2598, 2602, 2604, 2626, 2638
integration_1  |                 2642, 2644, 2668, 2672, 2674, 2696, 2708
integration_1  |                 2712, 2714, 2738, 2742, 2744, 2766, 2778
integration_1  |                 2782, 2784, 2808, 2812, 2814, 2836, 2848
integration_1  |                 2852, 2854, 2878, 2882, 2884
integration_1  |   Non-zero exit status: 254
integration_1  | /opt/traffic_ops/app/t_integration/configfiles_view.t (Wstat: 65024 Tests: 1684 Failed: 1440)
integration_1  |   Failed tests:  10-31, 35-56, 60-81, 85-106, 110-129, 133-152
integration_1  |                 156-175, 179-198, 202-221, 225-246, 250-271
integration_1  |                 275-296, 300-321, 325-344, 348-367, 371-390
integration_1  |                 394-413, 417-436, 440-461, 465-486, 490-511
integration_1  |                 515-536, 540-559, 563-582, 586-605, 609-628
integration_1  |                 632-651, 655-676, 680-701, 705-726, 730-751
integration_1  |                 755-774, 778-797, 801-820, 824-843, 847-866
integration_1  |                 870-891, 895-916, 920-941, 945-966, 970-989
integration_1  |                 993-1012, 1016-1035, 1039-1058, 1062-1081
integration_1  |                 1085-1106, 1110-1131, 1135-1156, 1160-1181
integration_1  |                 1185-1204, 1208-1227, 1231-1250, 1254-1273
integration_1  |                 1277-1296, 1300-1315, 1319-1337, 1341-1356
integration_1  |                 1360-1378, 1382-1397, 1401-1419, 1423-1438
integration_1  |                 1442-1460, 1464-1479, 1483-1498, 1502-1520
integration_1  |                 1524-1539, 1543-1561, 1565-1580, 1584-1602
integration_1  |                 1606-1621, 1625-1643, 1647-1662
integration_1  |   Non-zero exit status: 254
integration_1  | /opt/traffic_ops/app/t_integration/extensions.t      (Wstat: 44288 Tests: 306 Failed: 173)
integration_1  |   Failed tests:  8-10, 14-16, 20-22, 26-28, 32-34, 38-40
integration_1  |                 44-46, 50-52, 56-58, 62-64, 68-70, 74-76
integration_1  |                 80-82, 86-88, 92-94, 98-100, 104-106, 110-112
integration_1  |                 116-118, 122-124, 128-130, 134-136, 140-142
integration_1  |                 146-148, 152-154, 158-160, 164-166, 170-172
integration_1  |                 176-178, 182-184, 188-190, 194-196, 200-202
integration_1  |                 206-208, 212-214, 218-220, 227-252, 254-256
integration_1  |                 258-260, 262-264, 266-268, 270-272, 274-276
integration_1  |                 278-280, 282-284, 286-288, 290-292, 294-296
integration_1  |                 298-300, 302-304
integration_1  |   Non-zero exit status: 173
integration_1  | /opt/traffic_ops/app/t_integration/servercheck.t     (Wstat: 21504 Tests: 147 Failed: 84)
integration_1  |   Failed tests:  11-14, 17, 19, 21-26, 49-51, 53-55, 57-59
integration_1  |                 61-63, 65-67, 69-71, 73-75, 77-79, 81-83
integration_1  |                 85-87, 89-91, 93-95, 99-101, 103-105, 107-109
integration_1  |                 111-113, 115-117, 119-121, 123-125, 127-129
integration_1  |                 131-133, 135-137, 139-141, 143-145
integration_1  |   Non-zero exit status: 84
integration_1  | Files=6, Tests=5374, 216 wallclock secs ( 1.29 usr  0.18 sys + 178.36 cusr 18.55 csys = 198.38 CPU)
integration_1  | Result: FAIL
integration_1  | Exiting with status 1
integration_1  | + finish
integration_1  | + local st=1
integration_1  | + [[ 1 -ne 0 ]]
integration_1  | + echo 'Exiting with status 1'
integration_1  | + [[ -n '' ]]
jenkinsincubatortrafficcontroltrafficopstest243_integration_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/incubator-trafficcontrol-traffic_ops-test/ws/bin/docker-compose> -p jenkins-incubator-trafficcontrol-traffic_ops-test-243 -f traffic_ops/app/bin/tests/docker-compose.yml down -v
WARNING: Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue:
pip uninstall docker-py; pip uninstall docker; pip install docker
Stopping jenkinsincubatortrafficcontroltrafficopstest243_db_1 ... 
Stopping jenkinsincubatortrafficcontroltrafficopstest243_db_1 ... doneRemoving jenkinsincubatortrafficcontroltrafficopstest243_integration_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest243_unit_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest243_db_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest243_unit_golang_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest243_integration_1 ... doneRemoving jenkinsincubatortrafficcontroltrafficopstest243_unit_golang_1 ... doneRemoving jenkinsincubatortrafficcontroltrafficopstest243_unit_1 ... doneRemoving jenkinsincubatortrafficcontroltrafficopstest243_db_1 ... doneRemoving network jenkinsincubatortrafficcontroltrafficopstest243_default
Removing volume jenkinsincubatortrafficcontroltrafficopstest243_traffic_ops
Removing volume jenkinsincubatortrafficcontroltrafficopstest243_traffic_ops_golang
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: incubator-trafficcontrol-traffic_ops-test #242

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

Changes:

[mitchell852] fix update_status endpoint defer rows.Close() statement

------------------------------------------
[...truncated 134.43 MB...]
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension DSCP not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension 10G6 not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension STAT not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension MTU not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension TRTR not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension TRMO not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension CHR not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension CDU not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | 
integration_1  | #   Failed test '200 OK'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: '400'
integration_1  | #     expected: '200'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/text"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error Server Check Extension ORT not found - Do you need to install it?'
integration_1  | #     expected: 'Server Check was successfully updated.'
integration_1  | 
integration_1  | #   Failed test 'exact match for JSON Pointer "/alerts/0/level"'
integration_1  | #   at /opt/traffic_ops/app/t_integration/servercheck.t line 119.
integration_1  | #          got: 'error'
integration_1  | #     expected: 'success'
integration_1  | # Looks like you failed 84 tests of 147.
integration_1  | /opt/traffic_ops/app/t_integration/servercheck.t ....... 
integration_1  | Dubious, test returned 84 (wstat 21504, 0x5400)
integration_1  | Failed 84/147 subtests 
integration_1  | 
integration_1  | Test Summary Report
integration_1  | -------------------
integration_1  | /opt/traffic_ops/app/t_integration/000init_database.t (Wstat: 65280 Tests: 0 Failed: 0)
integration_1  |   Non-zero exit status: 255
integration_1  |   Parse errors: No plan found in TAP output
integration_1  | /opt/traffic_ops/app/t_integration/configfiles.t     (Wstat: 65024 Tests: 2924 Failed: 278)
integration_1  |   Failed tests:  28, 42, 48, 50, 72, 86, 92, 94, 116, 130
integration_1  |                 136, 138, 160, 174, 180, 182, 204, 216
integration_1  |                 220, 222, 244, 256, 260, 262, 284, 296
integration_1  |                 300, 302, 324, 336, 340, 342, 364, 376
integration_1  |                 380, 382, 404, 418, 424, 426, 448, 462
integration_1  |                 468, 470, 492, 506, 512, 514, 536, 550
integration_1  |                 556, 558, 580, 592, 596, 598, 620, 632
integration_1  |                 636, 638, 660, 672, 676, 678, 700, 712
integration_1  |                 716, 718, 740, 752, 756, 758, 780, 794
integration_1  |                 800, 802, 824, 838, 844, 846, 868, 882
integration_1  |                 888, 890, 912, 926, 932, 934, 956, 968
integration_1  |                 972, 974, 996, 1008, 1012, 1014, 1036, 1048
integration_1  |                 1052, 1054, 1076, 1088, 1092, 1094, 1116
integration_1  |                 1128, 1132, 1134, 1156, 1170, 1176, 1178
integration_1  |                 1200, 1214, 1220, 1222, 1244, 1258, 1264
integration_1  |                 1266, 1288, 1302, 1308, 1310, 1332, 1344
integration_1  |                 1348, 1350, 1372, 1384, 1388, 1390, 1412
integration_1  |                 1424, 1428, 1430, 1452, 1464, 1468, 1470
integration_1  |                 1492, 1504, 1508, 1510, 1532, 1546, 1552
integration_1  |                 1554, 1576, 1590, 1596, 1598, 1620, 1634
integration_1  |                 1640, 1642, 1664, 1678, 1684, 1686, 1708
integration_1  |                 1720, 1724, 1726, 1748, 1760, 1764, 1766
integration_1  |                 1788, 1800, 1804, 1806, 1828, 1840, 1844
integration_1  |                 1846, 1868, 1880, 1884, 1886, 1908, 1922
integration_1  |                 1928, 1930, 1952, 1966, 1972, 1974, 1996
integration_1  |                 2010, 2016, 2018, 2040, 2054, 2060, 2062
integration_1  |                 2084, 2096, 2100, 2102, 2124, 2136, 2140
integration_1  |                 2142, 2164, 2176, 2180, 2182, 2204, 2216
integration_1  |                 2220, 2222, 2244, 2256, 2260, 2262, 2286
integration_1  |                 2290, 2292, 2314, 2326, 2330, 2332, 2356
integration_1  |                 2360, 2362, 2384, 2396, 2400, 2402, 2426
integration_1  |                 2430, 2432, 2454, 2466, 2470, 2472, 2496
integration_1  |                 2500, 2502, 2524, 2536, 2540, 2542, 2566
integration_1  |                 2570, 2572, 2598, 2602, 2604, 2626, 2638
integration_1  |                 2642, 2644, 2668, 2672, 2674, 2696, 2708
integration_1  |                 2712, 2714, 2738, 2742, 2744, 2766, 2778
integration_1  |                 2782, 2784, 2808, 2812, 2814, 2836, 2848
integration_1  |                 2852, 2854, 2878, 2882, 2884
integration_1  |   Non-zero exit status: 254
integration_1  | /opt/traffic_ops/app/t_integration/configfiles_view.t (Wstat: 65024 Tests: 1684 Failed: 1440)
integration_1  |   Failed tests:  10-31, 35-56, 60-81, 85-106, 110-129, 133-152
integration_1  |                 156-175, 179-198, 202-221, 225-246, 250-271
integration_1  |                 275-296, 300-321, 325-344, 348-367, 371-390
integration_1  |                 394-413, 417-436, 440-461, 465-486, 490-511
integration_1  |                 515-536, 540-559, 563-582, 586-605, 609-628
integration_1  |                 632-651, 655-676, 680-701, 705-726, 730-751
integration_1  |                 755-774, 778-797, 801-820, 824-843, 847-866
integration_1  |                 870-891, 895-916, 920-941, 945-966, 970-989
integration_1  |                 993-1012, 1016-1035, 1039-1058, 1062-1081
integration_1  |                 1085-1106, 1110-1131, 1135-1156, 1160-1181
integration_1  |                 1185-1204, 1208-1227, 1231-1250, 1254-1273
integration_1  |                 1277-1296, 1300-1315, 1319-1337, 1341-1356
integration_1  |                 1360-1378, 1382-1397, 1401-1419, 1423-1438
integration_1  |                 1442-1460, 1464-1479, 1483-1498, 1502-1520
integration_1  |                 1524-1539, 1543-1561, 1565-1580, 1584-1602
integration_1  |                 1606-1621, 1625-1643, 1647-1662
integration_1  |   Non-zero exit status: 254
integration_1  | /opt/traffic_ops/app/t_integration/extensions.t      (Wstat: 44288 Tests: 306 Failed: 173)
integration_1  |   Failed tests:  8-10, 14-16, 20-22, 26-28, 32-34, 38-40
integration_1  |                 44-46, 50-52, 56-58, 62-64, 68-70, 74-76
integration_1  |                 80-82, 86-88, 92-94, 98-100, 104-106, 110-112
integration_1  |                 116-118, 122-124, 128-130, 134-136, 140-142
integration_1  |                 146-148, 152-154, 158-160, 164-166, 170-172
integration_1  |                 176-178, 182-184, 188-190, 194-196, 200-202
integration_1  |                 206-208, 212-214, 218-220, 227-252, 254-256
integration_1  |                 258-260, 262-264, 266-268, 270-272, 274-276
integration_1  |                 278-280, 282-284, 286-288, 290-292, 294-296
integration_1  |                 298-300, 302-304
integration_1  |   Non-zero exit status: 173
integration_1  | /opt/traffic_ops/app/t_integration/servercheck.t     (Wstat: 21504 Tests: 147 Failed: 84)
integration_1  |   Failed tests:  11-14, 17, 19, 21-26, 49-51, 53-55, 57-59
integration_1  |                 61-63, 65-67, 69-71, 73-75, 77-79, 81-83
integration_1  |                 85-87, 89-91, 93-95, 99-101, 103-105, 107-109
integration_1  |                 111-113, 115-117, 119-121, 123-125, 127-129
integration_1  |                 131-133, 135-137, 139-141, 143-145
integration_1  |   Non-zero exit status: 84
integration_1  | Files=6, Tests=5374, 201 wallclock secs ( 1.17 usr  0.17 sys + 161.97 cusr 15.55 csys = 178.86 CPU)
integration_1  | Result: FAIL
integration_1  | + finish
integration_1  | + local st=1
integration_1  | + [[ 1 -ne 0 ]]
integration_1  | + echo 'Exiting with status 1'
integration_1  | Exiting with status 1
integration_1  | + [[ -n '' ]]
jenkinsincubatortrafficcontroltrafficopstest242_integration_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/incubator-trafficcontrol-traffic_ops-test/ws/bin/docker-compose> -p jenkins-incubator-trafficcontrol-traffic_ops-test-242 -f traffic_ops/app/bin/tests/docker-compose.yml down -v
WARNING: Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue:
pip uninstall docker-py; pip uninstall docker; pip install docker
Stopping jenkinsincubatortrafficcontroltrafficopstest242_db_1 ... 
Stopping jenkinsincubatortrafficcontroltrafficopstest242_db_1 ... doneRemoving jenkinsincubatortrafficcontroltrafficopstest242_integration_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest242_unit_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest242_db_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest242_unit_golang_1 ... 
Removing jenkinsincubatortrafficcontroltrafficopstest242_unit_golang_1 ... doneRemoving jenkinsincubatortrafficcontroltrafficopstest242_unit_1 ... doneRemoving jenkinsincubatortrafficcontroltrafficopstest242_integration_1 ... doneRemoving jenkinsincubatortrafficcontroltrafficopstest242_db_1 ... doneRemoving network jenkinsincubatortrafficcontroltrafficopstest242_default
Removing volume jenkinsincubatortrafficcontroltrafficopstest242_traffic_ops
Removing volume jenkinsincubatortrafficcontroltrafficopstest242_traffic_ops_golang
Build step 'Execute shell' marked build as failure