See <https://builds.apache.org/job/trafficcontrol-master-build/1199/display/redirect?page=changes>
Changes: [Rawlin.Peters] Add additional response code information in responder.go. (#3141) ------------------------------------------ [...truncated 389.55 KB...] go/test/ken/simpfun.go go/test/ken/simpswitch.go go/test/ken/simpvar.go go/test/ken/slicearray.go go/test/ken/sliceslice.go go/test/ken/string.go go/test/ken/string.out go/test/ken/strvar.go go/test/label.go go/test/label1.go go/test/linkmain.go go/test/linkmain_run.go go/test/linkname.dir/ go/test/linkname.dir/linkname1.go go/test/linkname.dir/linkname2.go go/test/linkname.dir/linkname3.go go/test/linkname.go go/test/linkobj.go go/test/linkx.go go/test/linkx_run.go go/test/literal.go go/test/live.go go/test/live1.go go/test/live2.go go/test/live_syscall.go go/test/locklinear.go go/test/loopbce.go go/test/makechan.go go/test/makemap.go go/test/makenew.go go/test/mallocfin.go go/test/map.go go/test/map1.go go/test/mapclear.go go/test/maplinear.go go/test/mergemul.go go/test/method.go go/test/method1.go go/test/method2.go go/test/method3.go go/test/method4.dir/ go/test/method4.dir/method4a.go go/test/method4.dir/prog.go go/test/method4.go go/test/method5.go go/test/method6.go go/test/method7.go go/test/named.go go/test/named1.go go/test/nil.go go/test/nilcheck.go go/test/nilptr.go go/test/nilptr2.go go/test/nilptr3.go go/test/nilptr3_wasm.go go/test/nilptr4.go go/test/nosplit.go go/test/notinheap.go go/test/notinheap2.go go/test/notinheap3.go go/test/nowritebarrier.go go/test/nul1.go go/test/opt_branchlikely.go go/test/parentype.go go/test/peano.go go/test/phiopt.go go/test/print.go go/test/print.out go/test/printbig.go go/test/printbig.out go/test/prove.go go/test/range.go go/test/recover.go go/test/recover1.go go/test/recover2.go go/test/recover3.go go/test/recover4.go go/test/recover5.go go/test/reflectmethod1.go go/test/reflectmethod2.go go/test/reflectmethod3.go go/test/reflectmethod4.go go/test/rename.go go/test/rename1.go go/test/reorder.go go/test/reorder2.go go/test/retjmp.dir/ go/test/retjmp.dir/a.s go/test/retjmp.dir/main.go go/test/retjmp.go go/test/return.go go/test/rotate.go go/test/rotate0.go go/test/rotate1.go go/test/rotate2.go go/test/rotate3.go go/test/run.go go/test/rune.go go/test/runtime.go go/test/safe/ go/test/safe/main.go go/test/safe/nousesafe.go go/test/safe/pkg.go go/test/safe/usesafe.go go/test/shift1.go go/test/shift2.go go/test/sieve.go go/test/sigchld.go go/test/sigchld.out go/test/simassign.go go/test/sinit.go go/test/sinit_run.go go/test/sizeof.go go/test/slice3.go go/test/slice3err.go go/test/slicecap.go go/test/sliceopt.go go/test/solitaire.go go/test/stack.go go/test/strcopy.go go/test/strength.go go/test/stress/ go/test/stress/maps.go go/test/stress/parsego.go go/test/stress/runstress.go go/test/string_lit.go go/test/stringrange.go go/test/struct0.go go/test/switch.go go/test/switch2.go go/test/switch3.go go/test/switch4.go go/test/switch5.go go/test/switch6.go go/test/switch7.go go/test/syntax/ go/test/syntax/chan.go go/test/syntax/chan1.go go/test/syntax/composite.go go/test/syntax/ddd.go go/test/syntax/else.go go/test/syntax/if.go go/test/syntax/import.go go/test/syntax/initvar.go go/test/syntax/interface.go go/test/syntax/semi1.go go/test/syntax/semi2.go go/test/syntax/semi3.go go/test/syntax/semi4.go go/test/syntax/semi5.go go/test/syntax/semi6.go go/test/syntax/semi7.go go/test/syntax/topexpr.go go/test/syntax/typesw.go go/test/syntax/vareq.go go/test/syntax/vareq1.go go/test/tinyfin.go go/test/torture.go go/test/turing.go go/test/typecheck.go go/test/typecheckloop.go go/test/typeswitch.go go/test/typeswitch1.go go/test/typeswitch2.go go/test/typeswitch3.go go/test/uintptrescapes.dir/ go/test/uintptrescapes.dir/a.go go/test/uintptrescapes.dir/main.go go/test/uintptrescapes.go go/test/uintptrescapes2.go go/test/undef.go go/test/utf.go go/test/varerr.go go/test/varinit.go go/test/writebarrier.go go/test/zerodivide.go ---> 0fcbe5f6e736 Removing intermediate container fd46a6bc7d08 Step 7/10 : ADD infrastructure/docker/build/clean_build.sh / ---> a0d0772472b7 Removing intermediate container 3421cc209cba Step 8/10 : ENV GOPATH /go ---> Running in 8efc5950a1bb ---> 93745575fe93 Removing intermediate container 8efc5950a1bb Step 9/10 : RUN mkdir -p /go/src/github.com/apache && ln -s /tmp/trafficcontrol /go/src/github.com/apache/trafficcontrol ---> Running in 381e29ed42d0 ---> 16737d21eb8a Removing intermediate container 381e29ed42d0 Step 10/10 : CMD /clean_build.sh grove/grovetccfg ---> Running in 5e743625a288 ---> c04adca4e145 Removing intermediate container 5e743625a288 Successfully built c04adca4e145 Successfully tagged grovetccfg_builder:latest Image for service grovetccfg_build was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Building traffic_ops_build Step 1/7 : FROM centos:7 ---> 1e1148e4cc2c Step 2/7 : MAINTAINER Dan Kirkwood ---> Using cache ---> 584e4d5cbb72 Step 3/7 : VOLUME /trafficcontrol ---> Using cache ---> 1319758c2de3 Step 4/7 : RUN yum -y install epel-release git rpm-build && yum -y clean all ---> Using cache ---> a984d19fee3a Step 5/7 : RUN yum -y install expat-devel gcc libcurl-devel make openssl-devel perl-ExtUtils-MakeMaker tar && yum-config-manager --add-repo 'http://vault.centos.org/7.5.1804/os/x86_64/' && yum -y install --enablerepo=vault* golang-1.9.4 && yum -y clean all ---> Running in f16c02e0d68e Loaded plugins: fastestmirror, ovl Determining fastest mirrors One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=<repoid> ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable <repoid> or subscription-manager repos --disable=<repoid> 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again Service 'traffic_ops_build' failed to build: The command '/bin/sh -c yum -y install expat-devel gcc libcurl-devel make openssl-devel perl-ExtUtils-MakeMaker tar && yum-config-manager --add-repo 'http://vault.centos.org/7.5.1804/os/x86_64/' && yum -y install --enablerepo=vault* golang-1.9.4 && yum -y clean all' returned a non-zero code: 1 + exit 1 Build step 'Execute shell' marked build as failure Archiving artifacts
