This repository was archived by the owner on May 12, 2021. It is now read-only.
Description #1166
I rebuilt jenkins-ci-ARM-ubuntu-18-04 a lot of times. But always got:
21:43:44 go: disabling cache (/home/jenkins/.cache/go-build) due to initialization failure: open /home/jenkins/.cache/go-build/log.txt: permission denied
21:44:19 # github.com/kata-containers/runtime/cli
21:44:19 ./utils.go:78:10: undefined: unknown
21:44:19 ./utils.go:82:13: undefined: unknown
21:44:19 Makefile:497: recipe for target '/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/runtime/kata-runtime' failed
21:44:19 make: *** [/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/runtime/kata-runtime] Error 2
21:44:20 Build step 'Execute shell' marked build as failure
21:44:20 Performing Post build task...
21:44:20 Match found for :.* : True
21:44:20 Logical operation result is TRUE
21:44:20 Running script : #!/bin/bash
21:44:20
21:44:20 export GOPATH=$WORKSPACE/go
21:44:20 export GOROOT="/usr/local/go"
21:44:20 export PATH=${GOPATH}/bin:/usr/local/go/bin:/usr/sbin:/usr/local/bin:${PATH}
21:44:20
21:44:20 cd $GOPATH/src/github.com/kata-containers/tests
21:44:20 .ci/teardown.sh "$WORKSPACE/artifacts"
21:44:20
21:44:20 # And ensure the workspace tree is all owned by us before we quit, otherwise the later
21:44:20 # `delete workspace before run` may fail on file perms (as some tests leave things owned by root).
21:44:20 sudo chown -R ${USER} ${WORKSPACE}
21:44:20 sudo chgrp -R $(id -ng) ${WORKSPACE}
21:44:21 [kata-containers-runtime-ARM-18.04-PR] $ /bin/bash /tmp/jenkins1376191090923206481.sh
21:44:23 ~/workspace/kata-containers-runtime-ARM-18.04-PR/artifacts ~/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests
21:44:29 ~/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests
21:44:29 INFO: Checking log files
21:44:29 bash: .ci/hypervisors//filter_docker_.sh: No such file or directory
21:44:30 make -C cmd/log-parser
21:44:30 make[1]: Entering directory '/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests/cmd/log-parser'
21:44:30 go test .
21:44:30 go: disabling cache (/home/jenkins/.cache/go-build) due to initialization failure: open /home/jenkins/.cache/go-build/log.txt: permission denied
21:44:39 ok github.com/kata-containers/tests/cmd/log-parser 0.087s
21:44:39 go build -o "kata-log-parser" -ldflags "-X main.name=kata-log-parser -X main.commit="bdc1daa8cd7b0e2590f3600e3bbc5559f3ed50cd" -X main.version=0.0.1" .
21:44:39 go: disabling cache (/home/jenkins/.cache/go-build) due to initialization failure: open /home/jenkins/.cache/go-build/log.txt: permission denied
21:44:42 install -d /home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/bin
21:44:42 install kata-log-parser /home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/bin/kata-log-parser
21:44:42 make[1]: Leaving directory '/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests/cmd/log-parser'
21:44:42 time="2019-02-01T21:44:42.172481436+08:00" level=debug msg="ignoring empty file \"/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests/kata-ksm-throttler.log\"\n" commit=bdc1daa8cd7b0e2590f3600e3bbc5559f3ed50cd name=kata-log-parser pid=33449 source=log-parser version=0.0.1
21:44:42 time="2019-02-01T21:44:42.172877794+08:00" level=debug msg="ignoring empty file \"/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests/kata-proxy.log\"\n" commit=bdc1daa8cd7b0e2590f3600e3bbc5559f3ed50cd name=kata-log-parser pid=33449 source=log-parser version=0.0.1
21:44:42 time="2019-02-01T21:44:42.173086768+08:00" level=debug msg="ignoring empty file \"/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests/kata-runtime.log\"\n" commit=bdc1daa8cd7b0e2590f3600e3bbc5559f3ed50cd name=kata-log-parser pid=33449 source=log-parser version=0.0.1
21:44:42 time="2019-02-01T21:44:42.173302352+08:00" level=debug msg="ignoring empty file \"/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests/kata-shim.log\"\n" commit=bdc1daa8cd7b0e2590f3600e3bbc5559f3ed50cd name=kata-log-parser pid=33449 source=log-parser version=0.0.1
21:44:42 time="2019-02-01T21:44:42.173511176+08:00" level=debug msg="ignoring empty file \"/home/jenkins/workspace/kata-containers-runtime-ARM-18.04-PR/go/src/github.com/kata-containers/tests/kata-vc-throttler.log\"\n" commit=bdc1daa8cd7b0e2590f3600e3bbc5559f3ed50cd name=kata-log-parser pid=33449 source=log-parser version=0.0.1
21:44:42 ERROR: kata-log-parser: no log records to process
21:44:45 POST BUILD TASK : SUCCESS
21:44:45 END OF POST BUILD TASK : 0
21:44:45 Archiving artifacts
21:44:47 Setting status of 13ff7e3d51a0599d2bb5f0a4081976e17a2d10da to FAILURE with url http://jenkins.katacontainers.io/job/kata-containers-runtime-ARM-18.04-PR/42/ and message: 'Build finished. '
21:44:47 Using context: jenkins-ci-ARM-ubuntu-18-04
21:44:47 Finished: FAILURE
Reactions are currently unavailable
#1166
I rebuilt jenkins-ci-ARM-ubuntu-18-04 a lot of times. But always got: