Pull request #212 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from fe2e56e888e41b7ba0dc477194df51acd8c49a83+245d02e66670a00afc830dce9672709600d165d7 (5462365e831fa6c2839189d7fe4d181c11f3752b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-338 in /w/workspace/xfoundry_go-mod-bootstrap_PR-212 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-212 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/212/head:refs/remotes/origin/PR-212 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 245d02e66670a00afc830dce9672709600d165d7 into PR head commit fe2e56e888e41b7ba0dc477194df51acd8c49a83 Merge succeeded, producing fe2e56e888e41b7ba0dc477194df51acd8c49a83 Checking out Revision fe2e56e888e41b7ba0dc477194df51acd8c49a83 (PR-212) > git config core.sparsecheckout # timeout=10 > git checkout -f fe2e56e888e41b7ba0dc477194df51acd8c49a83 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 245d02e66670a00afc830dce9672709600d165d7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe2e56e888e41b7ba0dc477194df51acd8c49a83 # timeout=10 Commit message: "refactor: update calling GenerateConsulToken the API for calling GenerateConsulToken has changed from go-mod-secret and thus requires a change" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:06:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:06:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:06:10 ========================================================= 21:06:10 EdgeX Global Pipelines Version Info 21:06:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 57c7d0ffbf751ca3ccb8348cef4b916b8d390b6e # timeout=10 21:06:12 ------------------- 21:06:12 stable info: 21:06:12 ------------------- 21:06:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:06:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:06:12 Message: update stable to v1.0.186 21:06:13 ------------------- 21:06:13 experimental info: 21:06:13 ------------------- 21:06:13 Commited By: **** collab-it+edgex@linuxfoundation.org 21:06:13 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 21:06:13 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-212 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-212 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-212 [Pipeline] echo 21:06:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe2e56e888e41b7ba0dc477194df51acd8c49a83 [Pipeline] echo 21:06:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe2e56e [Pipeline] echo 21:06:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:06:14 + git log --format=format:%s -1 fe2e56e888e41b7ba0dc477194df51acd8c49a83 [Pipeline] echo 21:06:14 GIT_COMMIT: fe2e56e888e41b7ba0dc477194df51acd8c49a83, Commit Message: refactor: update calling GenerateConsulToken the API for calling GenerateConsulToken has changed from go-mod-secret and thus requires a change [Pipeline] echo 21:06:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:06:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:15 21:06:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:06:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:16 latest: Pulling from edgex-devops/git-semver 21:06:16 31603596830f: Pulling fs layer 21:06:16 2a8b12db71e7: Pulling fs layer 21:06:16 6ca5941a6612: Pulling fs layer 21:06:16 ecc8261a40a4: Pulling fs layer 21:06:16 ecc8261a40a4: Waiting 21:06:16 2a8b12db71e7: Download complete 21:06:16 31603596830f: Verifying Checksum 21:06:16 31603596830f: Download complete 21:06:16 ecc8261a40a4: Verifying Checksum 21:06:16 ecc8261a40a4: Download complete 21:06:16 6ca5941a6612: Verifying Checksum 21:06:16 6ca5941a6612: Download complete 21:06:16 31603596830f: Pull complete 21:06:16 2a8b12db71e7: Pull complete 21:06:17 6ca5941a6612: Pull complete 21:06:17 ecc8261a40a4: Pull complete 21:06:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:06:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:06:18 prd-centos7-docker-4c-2g-338 does not seem to be running inside a container 21:06:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-212 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-212:/w/workspace/xfoundry_go-mod-bootstrap_PR-212:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:06:20 $ docker top 6d66f739044a3fafc25387e59a0798d4f0763f220e28ef414e50997f90118680 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:06:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:20 [ssh-agent] Looking for ssh-agent implementation... 21:06:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:20 $ docker exec 6d66f739044a3fafc25387e59a0798d4f0763f220e28ef414e50997f90118680 ssh-agent 21:06:20 SSH_AUTH_SOCK=/tmp/ssh-v7avXKXpDvYW/agent.12 21:06:20 SSH_AGENT_PID=17 21:06:20 Running ssh-add (command line suppressed) 21:06:20 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp/private_key_8363633191655059625.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp/private_key_8363633191655059625.key) 21:06:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:21 + git tag --points-at HEAD [Pipeline] } 21:06:21 $ docker exec --env ******** --env ******** 6d66f739044a3fafc25387e59a0798d4f0763f220e28ef414e50997f90118680 ssh-agent -k 21:06:21 unset SSH_AUTH_SOCK; 21:06:21 unset SSH_AGENT_PID; 21:06:21 echo Agent pid 17 killed; 21:06:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:06:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:21 [ssh-agent] Looking for ssh-agent implementation... 21:06:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:21 $ docker exec 6d66f739044a3fafc25387e59a0798d4f0763f220e28ef414e50997f90118680 ssh-agent 21:06:21 SSH_AUTH_SOCK=/tmp/ssh-f67SgmuYDUkK/agent.46 21:06:21 SSH_AGENT_PID=51 21:06:21 Running ssh-add (command line suppressed) 21:06:21 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp/private_key_3943229183925870528.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp/private_key_3943229183925870528.key) 21:06:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:22 + git semver init 21:06:22 # -> Open(): unable to determine branch for HEAD 21:06:22 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-212/.git 21:06:22 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-212 21:06:22 # $SEMVER_REMOTE_NAME = origin 21:06:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:06:22 # $SEMVER_USER_NAME = edgex-jenkins 21:06:22 # $SEMVER_BRANCH = PR-212 21:06:22 # $SEMVER_TEMP = /tmp/semver-037047228 21:06:22 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 21:06:22 # '/tmp/semver-037047228' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-212/.semver' 21:06:22 # -> Force: false 21:06:22 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-212/.semver [Pipeline] } 21:06:22 $ docker exec --env ******** --env ******** 6d66f739044a3fafc25387e59a0798d4f0763f220e28ef414e50997f90118680 ssh-agent -k 21:06:22 unset SSH_AUTH_SOCK; 21:06:22 unset SSH_AGENT_PID; 21:06:22 echo Agent pid 51 killed; 21:06:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:06:23 + git semver [Pipeline] } 21:06:23 $ docker stop --time=1 6d66f739044a3fafc25387e59a0798d4f0763f220e28ef414e50997f90118680 21:06:25 $ docker rm -f 6d66f739044a3fafc25387e59a0798d4f0763f220e28ef414e50997f90118680 [Pipeline] // withDockerContainer [Pipeline] sh 21:06:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:06:25 Stashed 1 file(s) [Pipeline] echo 21:06:25 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 21:06:41 Still waiting to schedule task 21:06:41 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-338’ 21:06:41 Still waiting to schedule task 21:06:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:08:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-339 in /w/workspace/xfoundry_go-mod-bootstrap_PR-212 [Pipeline] { [Pipeline] ws 21:08:26 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 21:08:32 using credential edgex-jenkins-ssh 21:08:32 Cloning the remote Git repository 21:08:32 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 21:08:32 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 21:08:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:08:32 > git --version # timeout=10 21:08:32 > git --version # 'git version 2.17.1' 21:08:32 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:34 Merging remotes/origin/master commit 245d02e66670a00afc830dce9672709600d165d7 into PR head commit fe2e56e888e41b7ba0dc477194df51acd8c49a83 21:08:34 Merge succeeded, producing fe2e56e888e41b7ba0dc477194df51acd8c49a83 21:08:34 Checking out Revision fe2e56e888e41b7ba0dc477194df51acd8c49a83 (PR-212) 21:08:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:08:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:08:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:08:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:08:33 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/212/head:refs/remotes/origin/PR-212 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:08:34 > git config core.sparsecheckout # timeout=10 21:08:34 > git checkout -f fe2e56e888e41b7ba0dc477194df51acd8c49a83 # timeout=10 21:08:34 > git remote # timeout=10 21:08:34 > git config --get remote.origin.url # timeout=10 21:08:34 using GIT_SSH to set credentials SSH Credentials for GitHub 21:08:34 > git merge 245d02e66670a00afc830dce9672709600d165d7 # timeout=10 21:08:34 > git rev-parse HEAD^{commit} # timeout=10 21:08:34 > git config core.sparsecheckout # timeout=10 21:08:34 > git checkout -f fe2e56e888e41b7ba0dc477194df51acd8c49a83 # timeout=10 21:08:38 Commit message: "refactor: update calling GenerateConsulToken the API for calling GenerateConsulToken has changed from go-mod-secret and thus requires a change" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:08:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:08:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:08:40 + sudo service docker restart+ 21:08:40 true [Pipeline] unstash [Pipeline] echo 21:08:43 ========================================================= 21:08:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:08:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:08:44 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:08:45 Sending build context to Docker daemon 832kB 21:08:45 Step 1/8 : ARG BASE=golang:1.15-alpine 21:08:45 Step 2/8 : FROM ${BASE} 21:08:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:08:45 5f621e34cdf4: Pulling fs layer 21:08:45 a4357932f1b6: Pulling fs layer 21:08:45 18c013af1878: Pulling fs layer 21:08:45 00ac8860ef70: Pulling fs layer 21:08:45 63d7cb157983: Pulling fs layer 21:08:45 b116817d02f9: Pulling fs layer 21:08:45 745a02a5169b: Pulling fs layer 21:08:45 00ac8860ef70: Waiting 21:08:45 63d7cb157983: Waiting 21:08:45 b116817d02f9: Waiting 21:08:45 745a02a5169b: Waiting 21:08:45 18c013af1878: Verifying Checksum 21:08:45 18c013af1878: Download complete 21:08:45 a4357932f1b6: Download complete 21:08:45 63d7cb157983: Verifying Checksum 21:08:45 63d7cb157983: Download complete 21:08:45 b116817d02f9: Verifying Checksum 21:08:45 b116817d02f9: Download complete 21:08:45 5f621e34cdf4: Verifying Checksum 21:08:45 5f621e34cdf4: Download complete 21:08:45 5f621e34cdf4: Pull complete 21:08:46 a4357932f1b6: Pull complete 21:08:46 18c013af1878: Pull complete 21:08:48 745a02a5169b: Verifying Checksum 21:08:48 745a02a5169b: Download complete 21:08:48 00ac8860ef70: Download complete 21:08:59 00ac8860ef70: Pull complete 21:08:59 63d7cb157983: Pull complete 21:08:59 b116817d02f9: Pull complete 21:09:03 745a02a5169b: Pull complete 21:09:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:09:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:09:03 ---> b7e6874047d6 21:09:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:09:06 ---> Running in dc231f91dbe5 21:09:06 Removing intermediate container dc231f91dbe5 21:09:06 ---> cd07e5705128 21:09:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:06 ---> Running in 4bcefe326387 21:09:09 Removing intermediate container 4bcefe326387 21:09:09 ---> 9867b6c4b7f1 21:09:09 Step 5/8 : RUN apk add --update --no-cache git make 21:09:09 ---> Running in c893be5039cf 21:09:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:11 OK: 142 MiB in 39 packages 21:09:13 Removing intermediate container c893be5039cf 21:09:13 ---> 665d085b9b2f 21:09:13 Step 6/8 : WORKDIR /build 21:09:13 ---> Running in b825535edf48 21:09:13 Removing intermediate container b825535edf48 21:09:13 ---> d626a5cad769 21:09:13 Step 7/8 : COPY go.mod . 21:09:14 ---> 37abe87cca80 21:09:14 Step 8/8 : RUN go mod download 21:09:14 ---> Running in 892d9bac5ddf 21:09:16 Running on prd-centos7-docker-4c-2g-340 in /w/workspace/xfoundry_go-mod-bootstrap_PR-212 [Pipeline] { [Pipeline] ws 21:09:16 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 21:09:17 go: github.com/edgexfoundry/go-mod-secrets/v2@v2.0.0-dev.15/go.mod: verifying module: github.com/edgexfoundry/go-mod-secrets/v2@v2.0.0-dev.15/go.mod: reading https://sum.golang.org/lookup/github.com/edgexfoundry/go-mod-secrets/v2@v2.0.0-dev.15: 410 Gone 21:09:17 server response: not found: github.com/edgexfoundry/go-mod-secrets/v2@v2.0.0-dev.15: invalid version: unknown revision v2.0.0-dev.15 21:09:18 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:09:18 ---> job-cost.sh 21:09:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DUM1 21:09:19 using credential edgex-jenkins-ssh 21:09:19 Cloning the remote Git repository 21:09:19 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 21:09:19 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 21:09:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:09:19 > git --version # timeout=10 21:09:19 > git --version # 'git version 2.24.3' 21:09:19 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:21 Merging remotes/origin/master commit 245d02e66670a00afc830dce9672709600d165d7 into PR head commit fe2e56e888e41b7ba0dc477194df51acd8c49a83 21:09:21 Merge succeeded, producing fe2e56e888e41b7ba0dc477194df51acd8c49a83 21:09:21 Checking out Revision fe2e56e888e41b7ba0dc477194df51acd8c49a83 (PR-212) 21:09:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:09:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:09:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:09:20 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/212/head:refs/remotes/origin/PR-212 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:09:21 > git config core.sparsecheckout # timeout=10 21:09:21 > git checkout -f fe2e56e888e41b7ba0dc477194df51acd8c49a83 # timeout=10 21:09:21 > git remote # timeout=10 21:09:21 > git config --get remote.origin.url # timeout=10 21:09:21 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:21 > git merge 245d02e66670a00afc830dce9672709600d165d7 # timeout=10 21:09:21 > git rev-parse HEAD^{commit} # timeout=10 21:09:21 > git config core.sparsecheckout # timeout=10 21:09:21 > git checkout -f fe2e56e888e41b7ba0dc477194df51acd8c49a83 # timeout=10 21:09:24 Commit message: "refactor: update calling GenerateConsulToken the API for calling GenerateConsulToken has changed from go-mod-secret and thus requires a change" 21:09:24 21:09:24 GitHub has been notified of this commit’s build result 21:09:24 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:09:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:09:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:09:26 + sudo service docker restart 21:09:26 + true 21:09:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:09:27 ========================================================= 21:09:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:09:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:09:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:09:28 Sending build context to Docker daemon 836.6kB 21:09:28 Step 1/8 : ARG BASE=golang:1.15-alpine 21:09:28 Step 2/8 : FROM ${BASE} 21:09:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:09:28 188c0c94c7c5: Pulling fs layer 21:09:28 0ef7d3d256c8: Pulling fs layer 21:09:28 de9db76c5a1d: Pulling fs layer 21:09:28 bca2f99d35d6: Pulling fs layer 21:09:28 93359f2a8cfa: Pulling fs layer 21:09:28 7c6f9722023f: Pulling fs layer 21:09:28 a35cf1a2eb13: Pulling fs layer 21:09:28 93359f2a8cfa: Waiting 21:09:28 7c6f9722023f: Waiting 21:09:28 bca2f99d35d6: Waiting 21:09:28 a35cf1a2eb13: Waiting 21:09:28 de9db76c5a1d: Verifying Checksum 21:09:28 de9db76c5a1d: Download complete 21:09:28 0ef7d3d256c8: Verifying Checksum 21:09:28 0ef7d3d256c8: Download complete 21:09:28 93359f2a8cfa: Verifying Checksum 21:09:28 93359f2a8cfa: Download complete 21:09:28 7c6f9722023f: Verifying Checksum 21:09:28 7c6f9722023f: Download complete 21:09:28 188c0c94c7c5: Verifying Checksum 21:09:28 188c0c94c7c5: Download complete 21:09:28 188c0c94c7c5: Pull complete 21:09:28 0ef7d3d256c8: Pull complete 21:09:29 de9db76c5a1d: Pull complete 21:09:30 a35cf1a2eb13: Verifying Checksum 21:09:30 a35cf1a2eb13: Download complete 21:09:30 bca2f99d35d6: Verifying Checksum 21:09:30 bca2f99d35d6: Download complete 21:09:36 bca2f99d35d6: Pull complete 21:09:36 93359f2a8cfa: Pull complete 21:09:36 7c6f9722023f: Pull complete 21:09:44 a35cf1a2eb13: Pull complete 21:09:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:09:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:09:44 ---> a62c8e92a672 21:09:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:09:44 ---> Running in 4574d8f42e77 21:09:44 Removing intermediate container 4574d8f42e77 21:09:44 ---> ddeefe4d852b 21:09:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:44 ---> Running in 1f1b3d92e95c 21:09:45 Removing intermediate container 1f1b3d92e95c 21:09:45 ---> 6ceb334df0c1 21:09:45 Step 5/8 : RUN apk add --update --no-cache git make 21:09:46 ---> Running in e0a64dac3a44 21:09:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:09:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:09:47 OK: 166 MiB in 39 packages 21:09:48 Removing intermediate container e0a64dac3a44 21:09:48 ---> 47c489074bae 21:09:48 Step 6/8 : WORKDIR /build 21:09:48 ---> Running in 4a80ef0e38bb 21:09:48 Removing intermediate container 4a80ef0e38bb 21:09:48 ---> 8cd9357f9408 21:09:48 Step 7/8 : COPY go.mod . 21:09:48 ---> 700dba30fed7 21:09:48 Step 8/8 : RUN go mod download 21:09:48 ---> Running in be093e077fb4 21:09:50 go: github.com/edgexfoundry/go-mod-secrets/v2@v2.0.0-dev.15/go.mod: verifying module: github.com/edgexfoundry/go-mod-secrets/v2@v2.0.0-dev.15/go.mod: reading https://sum.golang.org/lookup/github.com/edgexfoundry/go-mod-secrets/v2@v2.0.0-dev.15: 410 Gone 21:09:50 server response: not found: github.com/edgexfoundry/go-mod-secrets/v2@v2.0.0-dev.15: invalid version: unknown revision v2.0.0-dev.15 21:09:51 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:09:52 ---> job-cost.sh 21:09:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RAan 21:09:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:10:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:10:33 lf-activate-venv(): INFO: Adding /tmp/venv-RAan/bin to PATH 21:10:33 INFO: No Stack... 21:10:33 INFO: Retrieving Pricing Info for: v1-standard-2 21:10:33 INFO: Archiving Costs [Pipeline] sh 21:10:34 + cat /w/workspace/go-mod-bootstrap/2/archives/cost.csv 21:10:34 + cut -d, -f6 [Pipeline] lock 21:10:34 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-212-2-stack-cost] 21:10:34 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-212-2-stack-cost] did not exist. Created. 21:10:34 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-212-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:10:34 + echo total: 0.029999999329447746 [Pipeline] stash 21:10:35 Stashed 1 file(s) [Pipeline] } 21:10:35 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-212-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:10:35 Failed in branch amd64 21:11:19 lf-activate-venv(): INFO: Adding /tmp/venv-DUM1/bin to PATH 21:11:19 INFO: No Stack... 21:11:19 INFO: Retrieving Pricing Info for: lf-standard-4 21:11:20 INFO: Archiving Costs [Pipeline] sh 21:11:20 + cat /w/workspace/go-mod-bootstrap/2/archives/cost.csv 21:11:20 + cut -d, -f6 [Pipeline] lock 21:11:20 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-212-2-stack-cost] 21:11:20 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-212-2-stack-cost] did not exist. Created. 21:11:20 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-212-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:11:21 /w/workspace/go-mod-bootstrap/2@tmp/durable-11d8bf7e/script.sh: 1: /w/workspace/go-mod-bootstrap/2@tmp/durable-11d8bf7e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:11:21 + echo total: 0.20999999344348907 [Pipeline] stash 21:11:21 Warning: overwriting stash ‘stack-cost’ 21:11:22 Stashed 1 file(s) [Pipeline] } 21:11:22 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-212-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:11:22 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:11:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:11:24 ---> package-listing.sh 21:11:24 ++ facter osfamily 21:11:24 ++ tr '[:upper:]' '[:lower:]' 21:11:24 + OS_FAMILY=redhat 21:11:24 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-212 21:11:24 + START_PACKAGES=/tmp/packages_start.txt 21:11:24 + END_PACKAGES=/tmp/packages_end.txt 21:11:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:11:24 + PACKAGES=/tmp/packages_start.txt 21:11:24 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-212 ']' 21:11:24 + PACKAGES=/tmp/packages_end.txt 21:11:24 + case "${OS_FAMILY}" in 21:11:24 + rpm -qa 21:11:24 + sort 21:11:29 + '[' -f /tmp/packages_start.txt ']' 21:11:29 + '[' -f /tmp/packages_end.txt ']' 21:11:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:11:29 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-212 ']' 21:11:29 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-212/archives/ 21:11:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-212/archives/ [Pipeline] echo 21:11:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-212/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:11:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:11:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:30 21:11:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:11:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:30 alpine: Pulling from edgex-lftools-log-publisher 21:11:30 df20fa9351a1: Pulling fs layer 21:11:30 36b3adc4ff6f: Pulling fs layer 21:11:30 8ad3a11d3b57: Pulling fs layer 21:11:30 46f8f816bc3b: Pulling fs layer 21:11:30 93b61091891f: Pulling fs layer 21:11:30 93b9cdb0e59b: Pulling fs layer 21:11:30 5e14af77c1be: Pulling fs layer 21:11:30 01666e4c0597: Pulling fs layer 21:11:30 aa168da1d23b: Pulling fs layer 21:11:30 01666e4c0597: Waiting 21:11:30 93b9cdb0e59b: Waiting 21:11:30 5e14af77c1be: Waiting 21:11:30 93b61091891f: Waiting 21:11:30 46f8f816bc3b: Waiting 21:11:30 aa168da1d23b: Waiting 21:11:30 36b3adc4ff6f: Verifying Checksum 21:11:30 36b3adc4ff6f: Download complete 21:11:30 46f8f816bc3b: Verifying Checksum 21:11:30 46f8f816bc3b: Download complete 21:11:30 df20fa9351a1: Verifying Checksum 21:11:30 df20fa9351a1: Download complete 21:11:30 93b9cdb0e59b: Verifying Checksum 21:11:30 93b9cdb0e59b: Download complete 21:11:30 93b61091891f: Verifying Checksum 21:11:30 93b61091891f: Download complete 21:11:30 5e14af77c1be: Verifying Checksum 21:11:30 5e14af77c1be: Download complete 21:11:30 01666e4c0597: Verifying Checksum 21:11:30 01666e4c0597: Download complete 21:11:30 df20fa9351a1: Pull complete 21:11:31 36b3adc4ff6f: Pull complete 21:11:31 8ad3a11d3b57: Verifying Checksum 21:11:31 8ad3a11d3b57: Download complete 21:11:32 8ad3a11d3b57: Pull complete 21:11:32 46f8f816bc3b: Pull complete 21:11:32 aa168da1d23b: Verifying Checksum 21:11:32 93b61091891f: Pull complete 21:11:33 93b9cdb0e59b: Pull complete 21:11:33 5e14af77c1be: Pull complete 21:11:33 01666e4c0597: Pull complete 21:11:41 aa168da1d23b: Pull complete 21:11:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:11:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:11:41 prd-centos7-docker-4c-2g-338 does not seem to be running inside a container 21:11:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-212/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-212 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-212:/w/workspace/xfoundry_go-mod-bootstrap_PR-212:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:11:45 $ docker top fc6283cfba415280e214055bb7a73f13d052294831b1d5cf958f8ddc6aa6ddf5 -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:46 + touch /tmp/pre-build-complete [Pipeline] sh 21:11:46 + mkdir -p /var/log/sa [Pipeline] sh 21:11:46 + ls /var/log/sa-host 21:11:46 + sadf -c /var/log/sa-host/sa15 21:11:46 file_magic: OK 21:11:46 HZ: Using current value: 100 21:11:46 file_header: OK 21:11:46 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:11:46 Statistics: 21:11:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:11:46 File successfully converted to sysstat format version 12.2.1 21:11:46 + sadf -c /var/log/sa-host/sa23 21:11:46 file_magic: OK 21:11:46 HZ: Using current value: 100 21:11:46 file_header: OK 21:11:46 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:11:46 Statistics: 21:11:46 Hnuu...uuuununununu... 21:11:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:11:47 provisioning config files... 21:11:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp/config1771513898227132733tmp [Pipeline] { [Pipeline] echo 21:11:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:11:47 ---> create-netrc.sh [Pipeline] } 21:11:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:11:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:11:48 ---> python-tools-install.sh [Pipeline] echo 21:11:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:11:48 ---> sudo-logs.sh 21:11:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:11:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:11:48 ---> job-cost.sh 21:11:48 lf-activate-venv: SKIPPING 21:11:48 DEBUG: total: 0.20999999344348907 21:11:48 INFO: Retrieving Stack Cost... 21:11:49 INFO: Retrieving Pricing Info for: v1-standard-2 21:11:50 INFO: Archiving Costs [Pipeline] echo 21:11:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:11:50 ---> logs-deploy.sh 21:11:50 lf-activate-venv: SKIPPING 21:11:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-212/2 21:11:50 INFO: archiving workspace using pattern(s): 21:11:52 Archives upload complete. 21:11:52 INFO: archiving logs to Nexus 21:11:53 ---> uname -a: 21:11:53 Linux prd-centos7-docker-4c-2g-338.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:11:53 21:11:53 21:11:53 ---> lscpu: 21:11:53 Architecture: x86_64 21:11:53 CPU op-mode(s): 32-bit, 64-bit 21:11:53 Byte Order: Little Endian 21:11:53 Address sizes: 40 bits physical, 48 bits virtual 21:11:53 CPU(s): 4 21:11:53 On-line CPU(s) list: 0-3 21:11:53 Thread(s) per core: 1 21:11:53 Core(s) per socket: 1 21:11:53 Socket(s): 4 21:11:53 NUMA node(s): 1 21:11:53 Vendor ID: GenuineIntel 21:11:53 CPU family: 6 21:11:53 Model: 44 21:11:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:11:53 Stepping: 1 21:11:53 CPU MHz: 2933.438 21:11:53 BogoMIPS: 5866.87 21:11:53 Virtualization: VT-x 21:11:53 Hypervisor vendor: KVM 21:11:53 Virtualization type: full 21:11:53 L1d cache: 128 KiB 21:11:53 L1i cache: 128 KiB 21:11:53 L2 cache: 16 MiB 21:11:53 L3 cache: 64 MiB 21:11:53 NUMA node0 CPU(s): 0-3 21:11:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:11:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:11:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:11:53 Vulnerability Meltdown: Mitigation; PTI 21:11:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:11:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:11:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:11:53 Vulnerability Srbds: Not affected 21:11:53 Vulnerability Tsx async abort: Not affected 21:11:53 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:11:53 21:11:53 21:11:53 ---> nproc: 21:11:53 4 21:11:53 21:11:53 21:11:53 ---> df -h: 21:11:53 Filesystem Size Used Available Use% Mounted on 21:11:53 overlay 50.0G 7.3G 42.7G 15% / 21:11:53 tmpfs 64.0M 0 64.0M 0% /dev 21:11:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:11:53 shm 64.0M 0 64.0M 0% /dev/shm 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-212@tmp 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 21:11:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-212 21:11:53 21:11:53 21:11:53 ---> free -m: 21:11:53 total used free shared buff/cache available 21:11:53 Mem: 1837 692 93 0 1051 1041 21:11:53 Swap: 1023 0 1023 21:11:53 21:11:53 21:11:53 ---> ip addr: 21:11:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:11:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:11:53 inet 127.0.0.1/8 scope host lo 21:11:53 valid_lft forever preferred_lft forever 21:11:53 inet6 ::1/128 scope host 21:11:53 valid_lft forever preferred_lft forever 21:11:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:11:53 link/ether fa:16:3e:cb:0d:ae brd ff:ff:ff:ff:ff:ff 21:11:53 inet 10.30.123.232/23 brd 10.30.123.255 scope global dynamic eth0 21:11:53 valid_lft 86028sec preferred_lft 86028sec 21:11:53 inet6 fe80::f816:3eff:fecb:dae/64 scope link 21:11:53 valid_lft forever preferred_lft forever 21:11:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:11:53 link/ether 02:42:77:3a:26:e8 brd ff:ff:ff:ff:ff:ff 21:11:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:11:53 valid_lft forever preferred_lft forever 21:11:53 inet6 fe80::42:77ff:fe3a:26e8/64 scope link 21:11:53 valid_lft forever preferred_lft forever 21:11:53 21:11:53 21:11:53 ---> sar -b -r -n DEV: 21:11:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 21:11:53 21:11:53 21:05:29 LINUX RESTART (4 CPU) 21:11:53 21:11:53 21:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:11:53 21:07:01 53.48 14.94 38.54 0.00 4549.05 2904.05 0.00 21:11:53 21:08:01 0.40 0.00 0.40 0.00 0.00 6.63 0.00 21:11:53 21:09:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 21:11:53 21:10:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 21:11:53 21:11:01 0.15 0.00 0.15 0.00 0.00 1.93 0.00 21:11:53 Average: 10.92 2.99 7.93 0.00 910.02 583.92 0.00 21:11:53 21:11:53 21:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:11:53 21:07:01 151492 0 593312 31.53 2620 1134120 1128916 38.53 427036 1102324 20 21:11:53 21:08:01 159880 0 584916 31.09 2620 1134128 1076044 36.72 423332 1098448 8 21:11:53 21:09:01 157528 0 587264 31.21 2620 1134132 1076212 36.73 422064 1102432 8 21:11:53 21:10:01 155304 0 589488 31.33 2620 1134132 1076212 36.73 436828 1089744 8 21:11:53 21:11:01 154968 0 589816 31.35 2620 1134140 1076128 36.73 433852 1093480 16 21:11:53 Average: 155834 0 588959 31.30 2620 1134130 1086702 37.09 428622 1097286 12 21:11:53 21:11:53 21:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:11:53 21:07:01 eth0 399.55 254.70 817.77 82.06 0.00 0.00 0.00 0.00 21:11:53 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 21:07:01 docker0 3.23 2.61 0.91 6.78 0.00 0.00 0.00 0.00 21:11:53 21:08:01 eth0 0.78 0.10 0.06 0.02 0.00 0.00 0.00 0.00 21:11:53 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 21:09:01 eth0 2.13 1.05 1.31 0.22 0.00 0.00 0.00 0.00 21:11:53 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 21:10:01 eth0 0.52 0.32 0.27 0.23 0.00 0.00 0.00 0.00 21:11:53 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 21:11:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:11:53 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 Average: eth0 80.66 51.28 163.94 16.52 0.00 0.00 0.00 0.00 21:11:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:53 Average: docker0 0.65 0.52 0.18 1.36 0.00 0.00 0.00 0.00 21:11:53 21:11:53 21:11:53 ---> sar -P ALL: 21:11:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 21:11:53 21:11:53 21:05:29 LINUX RESTART (4 CPU) 21:11:53 21:11:53 21:06:01 CPU %user %nice %system %iowait %steal %idle 21:11:53 21:07:01 all 7.23 0.00 2.91 1.35 0.03 88.49 21:11:53 21:07:01 0 7.28 0.00 3.07 0.57 0.02 89.07 21:11:53 21:07:01 1 8.34 0.00 3.11 2.11 0.03 86.41 21:11:53 21:07:01 2 6.74 0.00 2.88 0.80 0.05 89.52 21:11:53 21:07:01 3 6.55 0.00 2.57 1.93 0.00 88.95 21:11:53 21:08:01 all 0.16 0.00 0.05 0.00 0.00 99.80 21:11:53 21:08:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:11:53 21:08:01 1 0.48 0.00 0.03 0.00 0.00 99.48 21:11:53 21:08:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:11:53 21:08:01 3 0.08 0.00 0.07 0.00 0.00 99.85 21:11:53 21:09:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:11:53 21:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:11:53 21:09:01 1 0.50 0.00 0.07 0.00 0.00 99.43 21:11:53 21:09:01 2 0.05 0.00 0.05 0.00 0.02 99.88 21:11:53 21:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:11:53 21:10:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:11:53 21:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:11:53 21:10:01 1 0.53 0.00 0.02 0.00 0.00 99.45 21:11:53 21:10:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:11:53 21:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:11:53 21:11:01 all 0.17 0.00 0.10 0.00 0.00 99.74 21:11:53 21:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:11:53 21:11:01 1 0.53 0.00 0.08 0.00 0.00 99.38 21:11:53 21:11:01 2 0.07 0.00 0.08 0.00 0.00 99.85 21:11:53 21:11:01 3 0.05 0.00 0.18 0.00 0.00 99.77 21:11:53 Average: all 1.56 0.00 0.62 0.27 0.01 97.54 21:11:53 Average: 0 1.47 0.00 0.63 0.11 0.00 97.78 21:11:53 Average: 1 2.07 0.00 0.66 0.42 0.01 96.84 21:11:53 Average: 2 1.38 0.00 0.62 0.16 0.01 97.83 21:11:53 Average: 3 1.34 0.00 0.57 0.38 0.00 97.70 21:11:53 21:11:53 21:11:53