Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ea060efb068b3a2b56288177c4dee2751a16bd5 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-31844 in /w/workspace/xfoundry_go-mod-bootstrap_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0ea060efb068b3a2b56288177c4dee2751a16bd5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ea060efb068b3a2b56288177c4dee2751a16bd5 # timeout=10 Commit message: "Merge pull request #194 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.62" > git rev-list --no-walk 8545cd295e58a79dfe15473570c97b8ad996e8ac # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:55:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:55:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:55:16 ========================================================= 20:55:16 EdgeX Global Pipelines Version Info 20:55:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:55:17 ------------------- 20:55:17 stable info: 20:55:17 ------------------- 20:55:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:55:17 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:55:17 Message: update stable to v1.0.186 20:55:18 ------------------- 20:55:18 experimental info: 20:55:18 ------------------- 20:55:18 Commited By: **** collab-it+edgex@linuxfoundation.org 20:55:18 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:55:18 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:55:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ea060efb068b3a2b56288177c4dee2751a16bd5 [Pipeline] echo 20:55:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ea060e [Pipeline] echo 20:55:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:55:22 + git log --format=format:%s -1 0ea060efb068b3a2b56288177c4dee2751a16bd5 [Pipeline] echo 20:55:22 GIT_COMMIT: 0ea060efb068b3a2b56288177c4dee2751a16bd5, Commit Message: Merge pull request #194 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.62 [Pipeline] echo 20:55:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:55:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:23 20:55:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:55:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:24 latest: Pulling from edgex-devops/git-semver 20:55:24 31603596830f: Pulling fs layer 20:55:24 2a8b12db71e7: Pulling fs layer 20:55:24 6ca5941a6612: Pulling fs layer 20:55:24 ecc8261a40a4: Pulling fs layer 20:55:24 ecc8261a40a4: Waiting 20:55:24 2a8b12db71e7: Verifying Checksum 20:55:24 2a8b12db71e7: Download complete 20:55:24 31603596830f: Verifying Checksum 20:55:24 31603596830f: Download complete 20:55:24 6ca5941a6612: Verifying Checksum 20:55:24 6ca5941a6612: Download complete 20:55:24 ecc8261a40a4: Verifying Checksum 20:55:24 ecc8261a40a4: Download complete 20:55:24 31603596830f: Pull complete 20:55:24 2a8b12db71e7: Pull complete 20:55:25 6ca5941a6612: Pull complete 20:55:25 ecc8261a40a4: Pull complete 20:55:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:55:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:55:25 prd-centos7-docker-4c-2g-31844 does not seem to be running inside a container 20:55:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:55:27 $ docker top 595dfd0af4edd69005279f606bd001e77c620ffd934bfc1a97acb0304876b590 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:27 [ssh-agent] Looking for ssh-agent implementation... 20:55:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:28 $ docker exec 595dfd0af4edd69005279f606bd001e77c620ffd934bfc1a97acb0304876b590 ssh-agent 20:55:28 SSH_AUTH_SOCK=/tmp/ssh-SvzkufeERVu2/agent.11 20:55:28 SSH_AGENT_PID=16 20:55:28 Running ssh-add (command line suppressed) 20:55:28 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7474873092095847187.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7474873092095847187.key) 20:55:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:28 + git tag --points-at HEAD [Pipeline] } 20:55:28 $ docker exec --env ******** --env ******** 595dfd0af4edd69005279f606bd001e77c620ffd934bfc1a97acb0304876b590 ssh-agent -k 20:55:28 unset SSH_AUTH_SOCK; 20:55:28 unset SSH_AGENT_PID; 20:55:28 echo Agent pid 16 killed; 20:55:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:55:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:29 [ssh-agent] Looking for ssh-agent implementation... 20:55:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:29 $ docker exec 595dfd0af4edd69005279f606bd001e77c620ffd934bfc1a97acb0304876b590 ssh-agent 20:55:29 SSH_AUTH_SOCK=/tmp/ssh-VUEtzgln5aiL/agent.45 20:55:29 SSH_AGENT_PID=51 20:55:29 Running ssh-add (command line suppressed) 20:55:29 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2314293889405800786.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2314293889405800786.key) 20:55:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:30 + git semver init 20:55:30 # -> Open(): unable to determine branch for HEAD 20:55:30 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:55:30 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:55:30 # $SEMVER_REMOTE_NAME = origin 20:55:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:30 # $SEMVER_USER_NAME = edgex-jenkins 20:55:30 # $SEMVER_BRANCH = master 20:55:30 # $SEMVER_TEMP = /tmp/semver-614005287 20:55:30 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:55:30 # '/tmp/semver-614005287' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 20:55:30 # -> Force: false 20:55:30 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:55:30 $ docker exec --env ******** --env ******** 595dfd0af4edd69005279f606bd001e77c620ffd934bfc1a97acb0304876b590 ssh-agent -k 20:55:30 unset SSH_AUTH_SOCK; 20:55:30 unset SSH_AGENT_PID; 20:55:30 echo Agent pid 51 killed; 20:55:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:31 + git semver [Pipeline] } 20:55:31 $ docker stop --time=1 595dfd0af4edd69005279f606bd001e77c620ffd934bfc1a97acb0304876b590 20:55:33 $ docker rm -f 595dfd0af4edd69005279f606bd001e77c620ffd934bfc1a97acb0304876b590 [Pipeline] // withDockerContainer [Pipeline] sh 20:55:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:55:34 Stashed 1 file(s) [Pipeline] echo 20:55:34 [edgeXSemver]: initialized semver on version 2.0.0-dev.26 [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 20:55:49 Still waiting to schedule task 20:55:49 ‘prd-centos7-docker-4c-2g-31845’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ 20:55:49 Still waiting to schedule task 20:55:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:58:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31848 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:58:18 Running in /w/workspace/go-mod-bootstrap/102 [Pipeline] { [Pipeline] checkout 20:58:23 using credential edgex-jenkins-ssh 20:58:23 Cloning the remote Git repository 20:58:24 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:58:24 > git init /w/workspace/go-mod-bootstrap/102 # timeout=10 20:58:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:58:24 > git --version # timeout=10 20:58:24 > git --version # 'git version 2.17.1' 20:58:24 using GIT_SSH to set credentials SSH Credentials for GitHub 20:58:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:58:25 Checking out Revision 0ea060efb068b3a2b56288177c4dee2751a16bd5 (master) 20:58:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:58:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:58:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:58:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:58:25 using GIT_SSH to set credentials SSH Credentials for GitHub 20:58:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:58:25 > git config core.sparsecheckout # timeout=10 20:58:25 > git checkout -f 0ea060efb068b3a2b56288177c4dee2751a16bd5 # timeout=10 20:58:30 Commit message: "Merge pull request #194 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.62" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:58:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:58:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:58:32 + true 20:58:32 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 20:58:35 ========================================================= 20:58:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:58:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:58:36 + 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 . 20:58:37 Sending build context to Docker daemon 760.8kB 20:58:37 Step 1/8 : ARG BASE=golang:1.15-alpine 20:58:37 Step 2/8 : FROM ${BASE} 20:58:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:58:37 5f621e34cdf4: Pulling fs layer 20:58:37 a4357932f1b6: Pulling fs layer 20:58:37 18c013af1878: Pulling fs layer 20:58:37 00ac8860ef70: Pulling fs layer 20:58:37 63d7cb157983: Pulling fs layer 20:58:37 b116817d02f9: Pulling fs layer 20:58:37 745a02a5169b: Pulling fs layer 20:58:37 b116817d02f9: Waiting 20:58:37 00ac8860ef70: Waiting 20:58:37 63d7cb157983: Waiting 20:58:37 745a02a5169b: Waiting 20:58:37 18c013af1878: Verifying Checksum 20:58:37 18c013af1878: Download complete 20:58:37 a4357932f1b6: Verifying Checksum 20:58:37 a4357932f1b6: Download complete 20:58:37 63d7cb157983: Download complete 20:58:37 b116817d02f9: Verifying Checksum 20:58:37 b116817d02f9: Download complete 20:58:37 5f621e34cdf4: Verifying Checksum 20:58:37 5f621e34cdf4: Download complete 20:58:38 5f621e34cdf4: Pull complete 20:58:38 a4357932f1b6: Pull complete 20:58:39 18c013af1878: Pull complete 20:58:39 745a02a5169b: Verifying Checksum 20:58:39 745a02a5169b: Download complete 20:58:40 00ac8860ef70: Verifying Checksum 20:58:40 00ac8860ef70: Download complete 20:58:50 00ac8860ef70: Pull complete 20:58:50 63d7cb157983: Pull complete 20:58:51 b116817d02f9: Pull complete 20:58:55 745a02a5169b: Pull complete 20:58:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:58:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:58:55 ---> b7e6874047d6 20:58:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:58:58 ---> Running in 2415b0f65480 20:58:58 Removing intermediate container 2415b0f65480 20:58:58 ---> 7c1a1f1acd7b 20:58:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:58 ---> Running in 575d16566a2b 20:59:01 Removing intermediate container 575d16566a2b 20:59:01 ---> ca09fe63eeb7 20:59:01 Step 5/8 : RUN apk add --update --no-cache git make 20:59:01 ---> Running in f9e9835c5500 20:59:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:59:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:59:03 OK: 142 MiB in 39 packages 20:59:04 Removing intermediate container f9e9835c5500 20:59:04 ---> 44fdea4655ca 20:59:04 Step 6/8 : WORKDIR /build 20:59:04 ---> Running in 864e4fafeb10 20:59:05 Removing intermediate container 864e4fafeb10 20:59:05 ---> 39d50503d4da 20:59:05 Step 7/8 : COPY go.mod . 20:59:05 ---> 94c3f817f2b4 20:59:05 Step 8/8 : RUN go mod download 20:59:06 ---> Running in 6fb6339bc69b 20:59:28 Removing intermediate container 6fb6339bc69b 20:59:28 ---> fdb3c5e4da75 20:59:28 Successfully built fdb3c5e4da75 20:59:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:59:28 + docker inspect -f . ci-base-image-arm64 20:59:28 . [Pipeline] withDockerContainer 20:59:29 prd-ubuntu18.04-docker-arm64-4c-16g-31848 does not seem to be running inside a container 20:59:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/102 -v /w/workspace/go-mod-bootstrap/102:/w/workspace/go-mod-bootstrap/102:rw,z -v /w/workspace/go-mod-bootstrap/102@tmp:/w/workspace/go-mod-bootstrap/102@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 ******** ci-base-image-arm64 cat 20:59:30 $ docker top 1f17d8f96c5eeef02436a254cc9af69b56d224a45c8bca2921551eeae9257e0a -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:31 + go version 20:59:31 go version go1.15.5 linux/arm64 [Pipeline] } 20:59:31 $ docker stop --time=1 1f17d8f96c5eeef02436a254cc9af69b56d224a45c8bca2921551eeae9257e0a 20:59:33 $ docker rm -f 1f17d8f96c5eeef02436a254cc9af69b56d224a45c8bca2921551eeae9257e0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:34 + docker inspect -f . ci-base-image-arm64 20:59:34 . [Pipeline] withDockerContainer 20:59:35 prd-ubuntu18.04-docker-arm64-4c-16g-31848 does not seem to be running inside a container 20:59:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/102 -v /w/workspace/go-mod-bootstrap/102:/w/workspace/go-mod-bootstrap/102:rw,z -v /w/workspace/go-mod-bootstrap/102@tmp:/w/workspace/go-mod-bootstrap/102@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 ******** ci-base-image-arm64 cat 20:59:36 Running on prd-centos7-docker-4c-2g-31851 in /w/workspace/xfoundry_go-mod-bootstrap_master 20:59:36 $ docker top 921c36cfad4217f4cdf40ceaf69d838f6d10b4a68e4d6e9e1e25d4e036c2cd68 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 20:59:37 Running in /w/workspace/go-mod-bootstrap/102 [Pipeline] { [Pipeline] checkout 20:59:37 + make test 20:59:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:59:40 using credential edgex-jenkins-ssh 20:59:40 Cloning the remote Git repository 20:59:40 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:40 > git init /w/workspace/go-mod-bootstrap/102 # timeout=10 20:59:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:40 > git --version # timeout=10 20:59:40 > git --version # 'git version 2.24.3' 20:59:40 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:59:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:59:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:41 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:59:42 Checking out Revision 0ea060efb068b3a2b56288177c4dee2751a16bd5 (master) 20:59:42 > git config core.sparsecheckout # timeout=10 20:59:42 > git checkout -f 0ea060efb068b3a2b56288177c4dee2751a16bd5 # timeout=10 20:59:46 Commit message: "Merge pull request #194 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.62" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:59:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:59:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:59:47 + sudo service docker restart 20:59:47 + true 20:59:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:59:48 ========================================================= 20:59:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:59:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:59:49 + 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 . 20:59:49 Sending build context to Docker daemon 761.9kB 20:59:49 Step 1/8 : ARG BASE=golang:1.15-alpine 20:59:49 Step 2/8 : FROM ${BASE} 20:59:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:59:49 188c0c94c7c5: Pulling fs layer 20:59:49 0ef7d3d256c8: Pulling fs layer 20:59:49 de9db76c5a1d: Pulling fs layer 20:59:49 bca2f99d35d6: Pulling fs layer 20:59:49 93359f2a8cfa: Pulling fs layer 20:59:49 7c6f9722023f: Pulling fs layer 20:59:49 a35cf1a2eb13: Pulling fs layer 20:59:49 93359f2a8cfa: Waiting 20:59:49 7c6f9722023f: Waiting 20:59:49 a35cf1a2eb13: Waiting 20:59:49 bca2f99d35d6: Waiting 20:59:49 de9db76c5a1d: Verifying Checksum 20:59:49 de9db76c5a1d: Download complete 20:59:49 0ef7d3d256c8: Verifying Checksum 20:59:49 0ef7d3d256c8: Download complete 20:59:49 93359f2a8cfa: Download complete 20:59:49 7c6f9722023f: Download complete 20:59:50 188c0c94c7c5: Verifying Checksum 20:59:50 188c0c94c7c5: Download complete 20:59:50 188c0c94c7c5: Pull complete 20:59:50 0ef7d3d256c8: Pull complete 20:59:51 de9db76c5a1d: Pull complete 20:59:52 a35cf1a2eb13: Verifying Checksum 20:59:52 a35cf1a2eb13: Download complete 20:59:53 bca2f99d35d6: Verifying Checksum 20:59:53 bca2f99d35d6: Download complete 20:59:59 bca2f99d35d6: Pull complete 20:59:59 93359f2a8cfa: Pull complete 20:59:59 7c6f9722023f: Pull complete 21:00:06 a35cf1a2eb13: Pull complete 21:00:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:00:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:00:06 ---> a62c8e92a672 21:00:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:00:06 ---> Running in 37c17536b4f0 21:00:06 Removing intermediate container 37c17536b4f0 21:00:06 ---> 9b6708dda8b7 21:00:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:06 ---> Running in b75ea61c8a50 21:00:08 Removing intermediate container b75ea61c8a50 21:00:08 ---> 8498304ff2d5 21:00:08 Step 5/8 : RUN apk add --update --no-cache git make 21:00:08 ---> Running in bbfe51ce3a44 21:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:10 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 21:00:10 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.034s coverage: 5.8% of statements 21:00:10 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 21:00:10 OK: 166 MiB in 39 packages 21:00:10 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.084s coverage: 92.2% of statements 21:00:10 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.050s coverage: 85.3% of statements 21:00:10 Removing intermediate container bbfe51ce3a44 21:00:10 ---> cd98003ae6b4 21:00:10 Step 6/8 : WORKDIR /build 21:00:10 ---> Running in e9ed5c14f3bc 21:00:10 Removing intermediate container e9ed5c14f3bc 21:00:10 ---> d3b457c16ff9 21:00:10 Step 7/8 : COPY go.mod . 21:00:11 ---> ebc3754a5c49 21:00:11 Step 8/8 : RUN go mod download 21:00:11 ---> Running in f77c04adb7ff 21:00:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.047s coverage: 34.3% of statements 21:00:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 21:00:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 21:00:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.026s coverage: 18.2% of statements 21:00:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.033s coverage: 95.3% of statements 21:00:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 21:00:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 21:00:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.027s coverage: 91.3% of statements 21:00:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 21:00:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:00:24 gofmt -l . 21:00:24 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:00:24 $ docker stop --time=1 921c36cfad4217f4cdf40ceaf69d838f6d10b4a68e4d6e9e1e25d4e036c2cd68 21:00:27 $ docker rm -f 921c36cfad4217f4cdf40ceaf69d838f6d10b4a68e4d6e9e1e25d4e036c2cd68 [Pipeline] // withDockerContainer [Pipeline] sh 21:00:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:00:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:00:30 ---> job-cost.sh 21:00:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VFqK 21:00:33 Removing intermediate container f77c04adb7ff 21:00:33 ---> 67ef38d2b64e 21:00:33 Successfully built 67ef38d2b64e 21:00:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:00:33 + docker inspect -f . ci-base-image-x86_64 21:00:33 . [Pipeline] withDockerContainer 21:00:33 prd-centos7-docker-4c-2g-31851 does not seem to be running inside a container 21:00:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/102 -v /w/workspace/go-mod-bootstrap/102:/w/workspace/go-mod-bootstrap/102:rw,z -v /w/workspace/go-mod-bootstrap/102@tmp:/w/workspace/go-mod-bootstrap/102@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 ******** ci-base-image-x86_64 cat 21:00:34 $ docker top cbbb0c34df2f90b9e3b8277a2e96d7cfd127151264bc000ee696217d6cd7d629 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:35 + go version 21:00:35 go version go1.15.5 linux/amd64 [Pipeline] } 21:00:35 $ docker stop --time=1 cbbb0c34df2f90b9e3b8277a2e96d7cfd127151264bc000ee696217d6cd7d629 21:00:36 $ docker rm -f cbbb0c34df2f90b9e3b8277a2e96d7cfd127151264bc000ee696217d6cd7d629 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:00:37 + docker inspect -f . ci-base-image-x86_64 21:00:37 . [Pipeline] withDockerContainer 21:00:37 prd-centos7-docker-4c-2g-31851 does not seem to be running inside a container 21:00:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/102 -v /w/workspace/go-mod-bootstrap/102:/w/workspace/go-mod-bootstrap/102:rw,z -v /w/workspace/go-mod-bootstrap/102@tmp:/w/workspace/go-mod-bootstrap/102@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 ******** ci-base-image-x86_64 cat 21:00:38 $ docker top b777d09b53e992780768505dca3ac16eb3f2f1676f34d0201d30f95a7ae15f0e -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:38 + make test 21:00:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:00:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 21:00:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.025s coverage: 5.8% of statements 21:00:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 21:00:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.028s coverage: 92.2% of statements 21:00:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.014s coverage: 85.3% of statements 21:00:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.040s coverage: 34.3% of statements 21:00:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 21:00:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 21:00:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.017s coverage: 18.2% of statements 21:00:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.011s coverage: 95.3% of statements 21:00:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 21:00:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 21:00:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.007s coverage: 91.3% of statements 21:00:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 21:00:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:01:00 gofmt -l . 21:01:00 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:01:00 $ docker stop --time=1 b777d09b53e992780768505dca3ac16eb3f2f1676f34d0201d30f95a7ae15f0e 21:01:02 $ docker rm -f b777d09b53e992780768505dca3ac16eb3f2f1676f34d0201d30f95a7ae15f0e [Pipeline] // withDockerContainer [Pipeline] sh 21:01:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:01:03 Warning: overwriting stash ‘coverage-report’ 21:01:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:01:05 ---> job-cost.sh 21:01:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-b4J1 21:01:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:01:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:01:59 lf-activate-venv(): INFO: Adding /tmp/venv-b4J1/bin to PATH 21:01:59 INFO: No Stack... 21:01:59 INFO: Retrieving Pricing Info for: v1-standard-2 21:01:59 INFO: Archiving Costs [Pipeline] sh 21:02:00 + cat /w/workspace/go-mod-bootstrap/102/archives/cost.csv 21:02:00 + cut -d, -f6 [Pipeline] lock 21:02:00 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-102-stack-cost] 21:02:00 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-102-stack-cost] did not exist. Created. 21:02:00 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:02:00 + echo total: 0.029999999329447746 [Pipeline] stash 21:02:00 Stashed 1 file(s) [Pipeline] } 21:02:00 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-102-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:02:38 lf-activate-venv(): INFO: Adding /tmp/venv-VFqK/bin to PATH 21:02:38 INFO: No Stack... 21:02:38 INFO: Retrieving Pricing Info for: lf-standard-4 21:02:38 INFO: Archiving Costs [Pipeline] sh 21:02:39 + cat /w/workspace/go-mod-bootstrap/102/archives/cost.csv+ 21:02:39 cut -d, -f6 [Pipeline] lock 21:02:39 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-102-stack-cost] 21:02:39 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-102-stack-cost] did not exist. Created. 21:02:39 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:02:39 /w/workspace/go-mod-bootstrap/102@tmp/durable-fc48ef0f/script.sh: 1: /w/workspace/go-mod-bootstrap/102@tmp/durable-fc48ef0f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:02:40 + echo total: 0.20999999344348907 [Pipeline] stash 21:02:40 Warning: overwriting stash ‘stack-cost’ 21:02:40 Stashed 1 file(s) [Pipeline] } 21:02:40 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-102-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:02:41 provisioning config files... 21:02:41 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5259512026599335333tmp [Pipeline] { [Pipeline] sh 21:02:42 + set +x 21:02:42 + curl -s https://codecov.io/bash 21:02:42 + bash -s -- 21:02:42 21:02:42 _____ _ 21:02:42 / ____| | | 21:02:42 | | ___ __| | ___ ___ _____ __ 21:02:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:02:42 | |___| (_) | (_| | __/ (_| (_) \ V / 21:02:42 \_____\___/ \__,_|\___|\___\___/ \_/ 21:02:42 Bash-20210309-2b87ace 21:02:42 21:02:42 21:02:42 ==> git version 2.24.3 found 21:02:42 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:02:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:02:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:02:42 ==> Jenkins CI detected. 21:02:42 project root: . 21:02:42 --> token set from env 21:02:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:02:42 ==> Running gcov in . (disable via -X gcov) 21:02:42 ==> Python coveragepy not found 21:02:42 ==> Searching for coverage reports in: 21:02:42 + . 21:02:42 -> Found 1 reports 21:02:42 ==> Detecting git/mercurial file structure 21:02:42 ==> Reading reports 21:02:42 + ./coverage.out bytes=30077 21:02:42 ==> Appending adjustments 21:02:42 https://docs.codecov.io/docs/fixing-reports 21:02:42 + Found adjustments 21:02:42 ==> Gzipping contents 21:02:42 8.0K /tmp/codecov.XGZB93.gz 21:02:42 ==> Uploading reports 21:02:42 url: https://codecov.io 21:02:42 query: branch=master&commit=0ea060efb068b3a2b56288177c4dee2751a16bd5&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F102%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 21:02:42 -> Pinging Codecov 21:02:42 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=0ea060efb068b3a2b56288177c4dee2751a16bd5&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F102%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 21:02:43 -> Uploading to 21:02:43 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/833815588EE85121546D348822E98E2E/0ea060efb068b3a2b56288177c4dee2751a16bd5/3b6f44ed-ef63-4866-b775-da2c5383ea55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T210242Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f6bdc50b5400811ca1a4ebd5b470fae237b22ba3394be32580f9209f9b4475b6 21:02:43 % Total % Received % Xferd Average Speed Time Time Time Current 21:02:43 Dload Upload Total Spent Left Speed 21:02:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5579 0 0 100 5579 0 11671 --:--:-- --:--:-- --:--:-- 11696 21:02:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/0ea060efb068b3a2b56288177c4dee2751a16bd5 [Pipeline] } 21:02:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:02:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:02:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:02:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:02:44 21:02:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:02:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:02:45 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:02:45 188c0c94c7c5: Pulling fs layer 21:02:45 0ef7d3d256c8: Pulling fs layer 21:02:45 de9db76c5a1d: Pulling fs layer 21:02:45 0eba1c9be4d2: Pulling fs layer 21:02:45 0d57e429df01: Pulling fs layer 21:02:45 4e4be7b47b0d: Pulling fs layer 21:02:45 e1f770b5df2f: Pulling fs layer 21:02:45 85a0685a4137: Pulling fs layer 21:02:45 0d57e429df01: Waiting 21:02:45 4e4be7b47b0d: Waiting 21:02:45 85a0685a4137: Waiting 21:02:45 e1f770b5df2f: Waiting 21:02:45 0eba1c9be4d2: Waiting 21:02:45 de9db76c5a1d: Verifying Checksum 21:02:45 de9db76c5a1d: Download complete 21:02:45 0ef7d3d256c8: Verifying Checksum 21:02:45 0ef7d3d256c8: Download complete 21:02:45 0d57e429df01: Download complete 21:02:45 4e4be7b47b0d: Verifying Checksum 21:02:45 4e4be7b47b0d: Download complete 21:02:45 188c0c94c7c5: Verifying Checksum 21:02:45 188c0c94c7c5: Download complete 21:02:45 188c0c94c7c5: Pull complete 21:02:45 0ef7d3d256c8: Pull complete 21:02:45 de9db76c5a1d: Pull complete 21:02:46 e1f770b5df2f: Verifying Checksum 21:02:46 e1f770b5df2f: Download complete 21:02:48 0eba1c9be4d2: Download complete 21:02:49 85a0685a4137: Verifying Checksum 21:02:49 85a0685a4137: Download complete 21:02:54 0eba1c9be4d2: Pull complete 21:02:54 0d57e429df01: Pull complete 21:02:54 4e4be7b47b0d: Pull complete 21:02:57 e1f770b5df2f: Pull complete 21:03:05 85a0685a4137: Pull complete 21:03:05 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:03:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:03:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:03:05 prd-centos7-docker-4c-2g-31844 does not seem to be running inside a container 21:03:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:03:06 $ docker top 369c3ad010367ad90b4278ea3ef57c085ce1f082902d0da2db111106edf94726 -eo pid,comm [Pipeline] { [Pipeline] echo 21:03:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:03:07 + set -o pipefail 21:03:07 + snyk monitor '--org=edgex-jenkins' 21:03:19 21:03:19 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 21:03:19 21:03:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/893c4ca7-f0dc-4570-83e5-87e475524219 21:03:19 21:03:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:03:19 21:03:19 21:03:19 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:03:19 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:03:19 $ docker stop --time=1 369c3ad010367ad90b4278ea3ef57c085ce1f082902d0da2db111106edf94726 21:03:22 $ docker rm -f 369c3ad010367ad90b4278ea3ef57c085ce1f082902d0da2db111106edf94726 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:03:23 + git log --format=format:%s -1 0ea060efb068b3a2b56288177c4dee2751a16bd5 [Pipeline] isUnix [Pipeline] sh 21:03:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:03:24 . [Pipeline] withDockerContainer 21:03:24 prd-centos7-docker-4c-2g-31844 does not seem to be running inside a container 21:03:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:03:25 $ docker top 9458f77ab86be5c8d6cb4db0decfa3c5700c8c90e8dacd689124c54c17339b53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:03:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:03:25 [ssh-agent] Looking for ssh-agent implementation... 21:03:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:03:25 $ docker exec 9458f77ab86be5c8d6cb4db0decfa3c5700c8c90e8dacd689124c54c17339b53 ssh-agent 21:03:25 SSH_AUTH_SOCK=/tmp/ssh-rpPep8IDTKBv/agent.11 21:03:25 SSH_AGENT_PID=16 21:03:25 Running ssh-add (command line suppressed) 21:03:25 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7999228664642900798.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7999228664642900798.key) 21:03:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:03:26 + git semver tag 21:03:26 # -> Open(): unable to determine branch for HEAD 21:03:26 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:03:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:03:26 # $SEMVER_REMOTE_NAME = origin 21:03:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:03:26 # $SEMVER_USER_NAME = edgex-jenkins 21:03:26 # $SEMVER_BRANCH = master 21:03:26 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 21:03:26 # 0ea060efb068b3a2b56288177c4dee2751a16bd5 HEAD 21:03:26 # -> Force: false 21:03:26 # 8a90acd48b4ce5744e508fa8369a11619752608e refs/tags/v2.0.0-dev.26 [Pipeline] } 21:03:26 $ docker exec --env ******** --env ******** 9458f77ab86be5c8d6cb4db0decfa3c5700c8c90e8dacd689124c54c17339b53 ssh-agent -k 21:03:26 unset SSH_AUTH_SOCK; 21:03:26 unset SSH_AGENT_PID; 21:03:26 echo Agent pid 16 killed; 21:03:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:03:27 + git semver [Pipeline] } 21:03:27 $ docker stop --time=1 9458f77ab86be5c8d6cb4db0decfa3c5700c8c90e8dacd689124c54c17339b53 21:03:28 $ docker rm -f 9458f77ab86be5c8d6cb4db0decfa3c5700c8c90e8dacd689124c54c17339b53 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:03:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:03:29 21:03:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:03:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:03:29 0.23.1-centos7: Pulling from edgex-lftools 21:03:29 ab5ef0e58194: Pulling fs layer 21:03:29 9712f1f96733: Pulling fs layer 21:03:29 63f879dbbcfc: Pulling fs layer 21:03:29 0d9ebad4ef96: Pulling fs layer 21:03:29 e9a5061849ea: Pulling fs layer 21:03:29 d747dcd14b5f: Pulling fs layer 21:03:29 2de7ff778b66: Pulling fs layer 21:03:29 e9a5061849ea: Waiting 21:03:29 d747dcd14b5f: Waiting 21:03:29 2de7ff778b66: Waiting 21:03:29 0d9ebad4ef96: Waiting 21:03:29 9712f1f96733: Verifying Checksum 21:03:29 9712f1f96733: Download complete 21:03:31 63f879dbbcfc: Verifying Checksum 21:03:31 63f879dbbcfc: Download complete 21:03:31 e9a5061849ea: Verifying Checksum 21:03:31 e9a5061849ea: Download complete 21:03:31 d747dcd14b5f: Verifying Checksum 21:03:31 d747dcd14b5f: Download complete 21:03:31 2de7ff778b66: Verifying Checksum 21:03:31 2de7ff778b66: Download complete 21:03:31 0d9ebad4ef96: Verifying Checksum 21:03:31 0d9ebad4ef96: Download complete 21:03:31 ab5ef0e58194: Verifying Checksum 21:03:31 ab5ef0e58194: Download complete 21:03:36 ab5ef0e58194: Pull complete 21:03:36 9712f1f96733: Pull complete 21:03:38 63f879dbbcfc: Pull complete 21:03:45 0d9ebad4ef96: Pull complete 21:03:46 e9a5061849ea: Pull complete 21:03:46 d747dcd14b5f: Pull complete 21:03:48 2de7ff778b66: Pull complete 21:03:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:03:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:03:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:03:49 prd-centos7-docker-4c-2g-31844 does not seem to be running inside a container 21:03:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:03:53 $ docker top a2418cccc9d8c487440e1e9b724d1297865be0e4b68a4a1a8466d037c33ab374 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:03:53 provisioning config files... 21:03:53 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5903046485860491977tmp 21:03:53 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6802073516013889798tmp 21:03:53 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2052277734882240104tmp [Pipeline] { [Pipeline] echo 21:03:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:03:53 ---> sigul-configuration.sh 21:03:53 gpg: directory `/root/.gnupg' created 21:03:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:03:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:03:53 gpg: keyring `/root/.gnupg/secring.gpg' created 21:03:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:03:53 gpg: CAST5 encrypted data 21:03:54 gpg: encrypted with 1 passphrase 21:03:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:03:54 + mkdir /home/jenkins 21:03:54 + mkdir /home/jenkins/sigul [Pipeline] sh 21:03:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:03:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:03:55 ---> sigul-install.sh 21:04:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:04:01 + git tag --list 21:04:01 v0.0.1 21:04:01 v0.0.10 21:04:01 v0.0.11 21:04:01 v0.0.12 21:04:01 v0.0.13 21:04:01 v0.0.14 21:04:01 v0.0.15 21:04:01 v0.0.16 21:04:01 v0.0.17 21:04:01 v0.0.18 21:04:01 v0.0.19 21:04:01 v0.0.2 21:04:01 v0.0.20 21:04:01 v0.0.21 21:04:01 v0.0.22 21:04:01 v0.0.23 21:04:01 v0.0.24 21:04:01 v0.0.25 21:04:01 v0.0.26 21:04:01 v0.0.27 21:04:01 v0.0.28 21:04:01 v0.0.29 21:04:01 v0.0.3 21:04:01 v0.0.30 21:04:01 v0.0.31 21:04:01 v0.0.32 21:04:01 v0.0.33 21:04:01 v0.0.34 21:04:01 v0.0.35 21:04:01 v0.0.36 21:04:01 v0.0.37 21:04:01 v0.0.38 21:04:01 v0.0.39 21:04:01 v0.0.4 21:04:01 v0.0.40 21:04:01 v0.0.41 21:04:01 v0.0.42 21:04:01 v0.0.43 21:04:01 v0.0.44 21:04:01 v0.0.45 21:04:01 v0.0.46 21:04:01 v0.0.47 21:04:01 v0.0.48 21:04:01 v0.0.49 21:04:01 v0.0.5 21:04:01 v0.0.50 21:04:01 v0.0.51 21:04:01 v0.0.52 21:04:01 v0.0.53 21:04:01 v0.0.54 21:04:01 v0.0.55 21:04:01 v0.0.56 21:04:01 v0.0.57 21:04:01 v0.0.58 21:04:01 v0.0.59 21:04:01 v0.0.6 21:04:01 v0.0.60 21:04:01 v0.0.61 21:04:01 v0.0.62 21:04:01 v0.0.63 21:04:01 v0.0.64 21:04:01 v0.0.65 21:04:01 v0.0.66 21:04:01 v0.0.67 21:04:01 v0.0.68 21:04:01 v0.0.69 21:04:01 v0.0.7 21:04:01 v0.0.70 21:04:01 v0.0.71 21:04:01 v0.0.72 21:04:01 v0.0.8 21:04:01 v0.0.9 21:04:01 v2.0.0-dev.1 21:04:01 v2.0.0-dev.10 21:04:01 v2.0.0-dev.11 21:04:01 v2.0.0-dev.12 21:04:01 v2.0.0-dev.13 21:04:01 v2.0.0-dev.14 21:04:01 v2.0.0-dev.15 21:04:01 v2.0.0-dev.16 21:04:01 v2.0.0-dev.17 21:04:01 v2.0.0-dev.18 21:04:01 v2.0.0-dev.19 21:04:01 v2.0.0-dev.2 21:04:01 v2.0.0-dev.20 21:04:01 v2.0.0-dev.21 21:04:01 v2.0.0-dev.22 21:04:01 v2.0.0-dev.23 21:04:01 v2.0.0-dev.24 21:04:01 v2.0.0-dev.25 21:04:01 v2.0.0-dev.26 21:04:01 v2.0.0-dev.3 21:04:01 v2.0.0-dev.4 21:04:01 v2.0.0-dev.5 21:04:01 v2.0.0-dev.6 21:04:01 v2.0.0-dev.7 21:04:01 v2.0.0-dev.8 21:04:01 v2.0.0-dev.9 [Pipeline] sh 21:04:02 + lftools sign git-tag v2.0.0-dev.26 21:04:03 Signing Git tag with Sigul... 21:04:03 Signing v2.0.0-dev.26 [Pipeline] echo 21:04:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:04:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:04:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:04:05 $ docker stop --time=1 a2418cccc9d8c487440e1e9b724d1297865be0e4b68a4a1a8466d037c33ab374 21:04:07 $ docker rm -f a2418cccc9d8c487440e1e9b724d1297865be0e4b68a4a1a8466d037c33ab374 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:04:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:07 . [Pipeline] withDockerContainer 21:04:08 prd-centos7-docker-4c-2g-31844 does not seem to be running inside a container 21:04:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:04:08 $ docker top 5a869a40927f96859c781b190b54f1c2811931c5e5cd3126ec64cf07dc9b3766 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:04:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:09 [ssh-agent] Looking for ssh-agent implementation... 21:04:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:09 $ docker exec 5a869a40927f96859c781b190b54f1c2811931c5e5cd3126ec64cf07dc9b3766 ssh-agent 21:04:09 SSH_AUTH_SOCK=/tmp/ssh-Nu2CNYjhqFAX/agent.12 21:04:09 SSH_AGENT_PID=18 21:04:09 Running ssh-add (command line suppressed) 21:04:09 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3979860059837679050.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3979860059837679050.key) 21:04:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:04:10 + git semver bump pre 21:04:10 # -> Open(): unable to determine branch for HEAD 21:04:10 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:04:10 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:04:10 # $SEMVER_REMOTE_NAME = origin 21:04:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:04:10 # $SEMVER_USER_NAME = edgex-jenkins 21:04:10 # $SEMVER_BRANCH = master 21:04:10 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 21:04:10 2.0.0-dev.27 [Pipeline] } 21:04:10 $ docker exec --env ******** --env ******** 5a869a40927f96859c781b190b54f1c2811931c5e5cd3126ec64cf07dc9b3766 ssh-agent -k 21:04:10 unset SSH_AUTH_SOCK; 21:04:10 unset SSH_AGENT_PID; 21:04:10 echo Agent pid 18 killed; 21:04:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:04:11 + git semver [Pipeline] } 21:04:11 $ docker stop --time=1 5a869a40927f96859c781b190b54f1c2811931c5e5cd3126ec64cf07dc9b3766 21:04:12 $ docker rm -f 5a869a40927f96859c781b190b54f1c2811931c5e5cd3126ec64cf07dc9b3766 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:04:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:13 . [Pipeline] withDockerContainer 21:04:13 prd-centos7-docker-4c-2g-31844 does not seem to be running inside a container 21:04:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:04:13 $ docker top 638198e5154a07f342c5c71e0ce399afd774aac0575ee0a0d0fc8dd570c984fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:04:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:14 [ssh-agent] Looking for ssh-agent implementation... 21:04:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:14 $ docker exec 638198e5154a07f342c5c71e0ce399afd774aac0575ee0a0d0fc8dd570c984fb ssh-agent 21:04:14 SSH_AUTH_SOCK=/tmp/ssh-1GlzbqLaPkLN/agent.11 21:04:14 SSH_AGENT_PID=16 21:04:14 Running ssh-add (command line suppressed) 21:04:14 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_610602974454489989.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_610602974454489989.key) 21:04:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:04:15 + git semver push 21:04:15 # -> Open(): unable to determine branch for HEAD 21:04:15 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:04:15 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:04:15 # $SEMVER_REMOTE_NAME = origin 21:04:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:04:15 # $SEMVER_USER_NAME = edgex-jenkins 21:04:15 # $SEMVER_BRANCH = master 21:04:15 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 21:04:19 $ docker exec --env ******** --env ******** 638198e5154a07f342c5c71e0ce399afd774aac0575ee0a0d0fc8dd570c984fb ssh-agent -k 21:04:19 unset SSH_AUTH_SOCK; 21:04:19 unset SSH_AGENT_PID; 21:04:19 echo Agent pid 16 killed; 21:04:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:04:20 + git semver [Pipeline] } 21:04:20 $ docker stop --time=1 638198e5154a07f342c5c71e0ce399afd774aac0575ee0a0d0fc8dd570c984fb 21:04:21 $ docker rm -f 638198e5154a07f342c5c71e0ce399afd774aac0575ee0a0d0fc8dd570c984fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:04:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:04:23 ---> package-listing.sh 21:04:23 ++ facter osfamily 21:04:23 ++ tr '[:upper:]' '[:lower:]' 21:04:23 + OS_FAMILY=redhat 21:04:23 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 21:04:23 + START_PACKAGES=/tmp/packages_start.txt 21:04:23 + END_PACKAGES=/tmp/packages_end.txt 21:04:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:04:23 + PACKAGES=/tmp/packages_start.txt 21:04:23 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 21:04:23 + PACKAGES=/tmp/packages_end.txt 21:04:23 + case "${OS_FAMILY}" in 21:04:23 + rpm -qa 21:04:23 + sort 21:04:28 + '[' -f /tmp/packages_start.txt ']' 21:04:28 + '[' -f /tmp/packages_end.txt ']' 21:04:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:04:28 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 21:04:28 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 21:04:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 21:04:28 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:04:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:04:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:04:29 21:04:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:04:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:04:30 alpine: Pulling from edgex-lftools-log-publisher 21:04:30 df20fa9351a1: Pulling fs layer 21:04:30 36b3adc4ff6f: Pulling fs layer 21:04:30 8ad3a11d3b57: Pulling fs layer 21:04:30 46f8f816bc3b: Pulling fs layer 21:04:30 93b61091891f: Pulling fs layer 21:04:30 93b9cdb0e59b: Pulling fs layer 21:04:30 5e14af77c1be: Pulling fs layer 21:04:30 01666e4c0597: Pulling fs layer 21:04:30 aa168da1d23b: Pulling fs layer 21:04:30 93b9cdb0e59b: Waiting 21:04:30 5e14af77c1be: Waiting 21:04:30 01666e4c0597: Waiting 21:04:30 aa168da1d23b: Waiting 21:04:30 46f8f816bc3b: Waiting 21:04:30 93b61091891f: Waiting 21:04:30 36b3adc4ff6f: Download complete 21:04:30 46f8f816bc3b: Verifying Checksum 21:04:30 46f8f816bc3b: Download complete 21:04:30 df20fa9351a1: Verifying Checksum 21:04:30 df20fa9351a1: Download complete 21:04:30 93b9cdb0e59b: Verifying Checksum 21:04:30 93b9cdb0e59b: Download complete 21:04:30 5e14af77c1be: Verifying Checksum 21:04:30 5e14af77c1be: Download complete 21:04:30 01666e4c0597: Verifying Checksum 21:04:30 01666e4c0597: Download complete 21:04:30 93b61091891f: Verifying Checksum 21:04:30 93b61091891f: Download complete 21:04:30 8ad3a11d3b57: Verifying Checksum 21:04:30 8ad3a11d3b57: Download complete 21:04:30 df20fa9351a1: Pull complete 21:04:30 36b3adc4ff6f: Pull complete 21:04:32 aa168da1d23b: Verifying Checksum 21:04:32 aa168da1d23b: Download complete 21:04:32 8ad3a11d3b57: Pull complete 21:04:32 46f8f816bc3b: Pull complete 21:04:33 93b61091891f: Pull complete 21:04:33 93b9cdb0e59b: Pull complete 21:04:33 5e14af77c1be: Pull complete 21:04:33 01666e4c0597: Pull complete 21:04:41 aa168da1d23b: Pull complete 21:04:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:04:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:04:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:04:41 prd-centos7-docker-4c-2g-31844 does not seem to be running inside a container 21:04: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_master/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_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:04:44 $ docker top 613d82afa3b0ba5419b60016669ee95f56ead34e9e7a824e52808ccab5eab3f3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:04:45 + touch /tmp/pre-build-complete [Pipeline] sh 21:04:45 + mkdir -p /var/log/sa [Pipeline] sh 21:04:45 + ls /var/log/sa-host 21:04:45 + sadf -c /var/log/sa-host/sa23 21:04:45 file_magic: OK 21:04:45 HZ: Using current value: 100 21:04:45 file_header: OK 21:04:45 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:04:45 Statistics: 21:04:45 Hnuu...uuuununununu... 21:04:45 File successfully converted to sysstat format version 12.2.1 21:04:45 + sadf -c /var/log/sa-host/sa29 21:04:45 file_magic: OK 21:04:45 HZ: Using current value: 100 21:04:45 file_header: OK 21:04:45 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:04:45 Statistics: 21:04:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:04:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:04:46 provisioning config files... 21:04:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8796482999833018276tmp [Pipeline] { [Pipeline] echo 21:04:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:04:46 ---> create-netrc.sh [Pipeline] } 21:04:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:04:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:04:47 ---> python-tools-install.sh [Pipeline] echo 21:04:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:04:47 ---> sudo-logs.sh 21:04:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:04:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:04:47 ---> job-cost.sh 21:04:47 lf-activate-venv: SKIPPING 21:04:47 DEBUG: total: 0.20999999344348907 21:04:47 INFO: Retrieving Stack Cost... 21:04:49 INFO: Retrieving Pricing Info for: v1-standard-2 21:04:49 INFO: Archiving Costs [Pipeline] echo 21:04:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:04:49 ---> logs-deploy.sh 21:04:49 lf-activate-venv: SKIPPING 21:04:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/102 21:04:49 INFO: archiving workspace using pattern(s): 21:04:51 Archives upload complete. 21:04:51 INFO: archiving logs to Nexus 21:04:52 ---> uname -a: 21:04:52 Linux prd-centos7-docker-4c-2g-31844.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:04:52 21:04:52 21:04:52 ---> lscpu: 21:04:52 Architecture: x86_64 21:04:52 CPU op-mode(s): 32-bit, 64-bit 21:04:52 Byte Order: Little Endian 21:04:52 Address sizes: 40 bits physical, 48 bits virtual 21:04:52 CPU(s): 4 21:04:52 On-line CPU(s) list: 0-3 21:04:52 Thread(s) per core: 1 21:04:52 Core(s) per socket: 1 21:04:52 Socket(s): 4 21:04:52 NUMA node(s): 1 21:04:52 Vendor ID: GenuineIntel 21:04:52 CPU family: 6 21:04:52 Model: 44 21:04:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:04:52 Stepping: 1 21:04:52 CPU MHz: 2933.438 21:04:52 BogoMIPS: 5866.87 21:04:52 Virtualization: VT-x 21:04:52 Hypervisor vendor: KVM 21:04:52 Virtualization type: full 21:04:52 L1d cache: 128 KiB 21:04:52 L1i cache: 128 KiB 21:04:52 L2 cache: 16 MiB 21:04:52 L3 cache: 64 MiB 21:04:52 NUMA node0 CPU(s): 0-3 21:04:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:04:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:04:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:04:52 Vulnerability Meltdown: Mitigation; PTI 21:04:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:04:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:04:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:04:52 Vulnerability Srbds: Not affected 21:04:52 Vulnerability Tsx async abort: Not affected 21:04:52 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:04:52 21:04:52 21:04:52 ---> nproc: 21:04:52 4 21:04:52 21:04:52 21:04:52 ---> df -h: 21:04:52 Filesystem Size Used Available Use% Mounted on 21:04:52 overlay 50.0G 8.5G 41.4G 17% / 21:04:52 tmpfs 64.0M 0 64.0M 0% /dev 21:04:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:04:52 shm 64.0M 0 64.0M 0% /dev/shm 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:04:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:04:52 21:04:52 21:04:52 ---> free -m: 21:04:52 total used free shared buff/cache available 21:04:52 Mem: 1837 819 149 0 868 954 21:04:52 Swap: 1023 2 1021 21:04:52 21:04:52 21:04:52 ---> ip addr: 21:04:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:04:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:04:52 inet 127.0.0.1/8 scope host lo 21:04:52 valid_lft forever preferred_lft forever 21:04:52 inet6 ::1/128 scope host 21:04:52 valid_lft forever preferred_lft forever 21:04:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:04:52 link/ether fa:16:3e:49:fe:15 brd ff:ff:ff:ff:ff:ff 21:04:52 inet 10.30.122.159/23 brd 10.30.123.255 scope global dynamic eth0 21:04:52 valid_lft 85787sec preferred_lft 85787sec 21:04:52 inet6 fe80::f816:3eff:fe49:fe15/64 scope link 21:04:52 valid_lft forever preferred_lft forever 21:04:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:04:52 link/ether 02:42:f9:08:20:0a brd ff:ff:ff:ff:ff:ff 21:04:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:04:52 valid_lft forever preferred_lft forever 21:04:52 inet6 fe80::42:f9ff:fe08:200a/64 scope link 21:04:52 valid_lft forever preferred_lft forever 21:04:52 21:04:52 21:04:52 ---> sar -b -r -n DEV: 21:04:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 21:04:52 21:04:52 20:54:29 LINUX RESTART (4 CPU) 21:04:52 21:04:52 20:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:04:52 20:56:01 59.33 17.44 41.89 0.00 5190.88 3703.30 0.00 21:04:52 20:57:01 1.85 0.00 1.85 0.00 0.00 38.94 0.00 21:04:52 20:58:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 21:04:52 20:59:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 21:04:52 21:00:01 0.20 0.00 0.20 0.00 0.00 2.88 0.00 21:04:52 21:01:01 0.32 0.02 0.30 0.00 0.13 5.03 0.00 21:04:52 21:02:01 0.41 0.08 0.32 0.00 1.63 5.37 0.00 21:04:52 21:03:01 137.82 72.80 65.02 0.00 2984.96 24993.44 0.00 21:04:52 21:04:01 326.90 157.01 169.89 0.00 8540.35 41858.84 0.00 21:04:52 Average: 58.74 27.56 31.19 0.00 1862.12 7868.44 0.00 21:04:52 21:04:52 20:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:04:52 20:56:01 154684 0 609880 32.41 2616 1114364 1099644 37.53 414088 1113328 132 21:04:52 20:57:01 158080 0 606488 32.23 2616 1114360 1093092 37.31 418488 1105760 20 21:04:52 20:58:01 158724 0 605840 32.20 2616 1114364 1077612 36.78 418036 1106164 16 21:04:52 20:59:01 157764 0 606800 32.25 2616 1114364 1077744 36.78 425988 1098932 16 21:04:52 21:00:01 156220 0 608336 32.33 2616 1114372 1077796 36.78 426896 1099076 20 21:04:52 21:01:01 154604 0 609948 32.42 2616 1114376 1080600 36.88 446216 1080884 20 21:04:52 21:02:01 156400 0 608028 32.32 2616 1114500 1078304 36.80 445424 1080940 20 21:04:52 21:03:01 74212 0 752192 39.98 2616 1052524 1513976 51.67 545352 993888 84244 21:04:52 21:04:01 94924 0 766044 40.71 1560 1019016 1205076 41.13 640324 806920 84444 21:04:52 Average: 140624 0 641506 34.09 2499 1096916 1144872 39.07 464535 1053988 18770 21:04:52 21:04:52 20:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:04:52 20:56:01 eth0 488.17 302.26 1030.98 89.95 0.00 0.00 0.00 0.00 21:04:52 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 20:56:01 docker0 2.55 2.06 0.81 6.04 0.00 0.00 0.00 0.00 21:04:52 20:57:01 eth0 1.53 0.70 0.61 0.41 0.00 0.00 0.00 0.00 21:04:52 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 20:58:01 eth0 0.68 0.08 0.06 0.04 0.00 0.00 0.00 0.00 21:04:52 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 20:59:01 eth0 2.15 0.30 0.41 0.20 0.00 0.00 0.00 0.00 21:04:52 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:00:01 eth0 1.93 0.30 0.41 0.17 0.00 0.00 0.00 0.00 21:04:52 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:01:01 eth0 1.22 0.78 0.71 0.47 0.00 0.00 0.00 0.00 21:04:52 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:02:01 eth0 1.90 0.30 0.38 0.20 0.00 0.00 0.00 0.00 21:04:52 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:03:01 eth0 392.98 351.29 4063.70 29.35 0.00 0.00 0.00 0.00 21:04:52 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:04:01 veth0f579a2 30.41 37.32 2.05 232.99 0.00 0.00 0.00 0.00 21:04:52 21:04:01 eth0 529.99 467.74 3699.21 105.15 0.00 0.00 0.00 0.00 21:04:52 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 21:04:01 docker0 83.44 89.83 6.00 463.51 0.00 0.00 0.00 0.00 21:04:52 Average: veth0f579a2 3.39 4.15 0.23 25.94 0.00 0.00 0.00 0.00 21:04:52 Average: eth0 158.26 125.21 980.45 25.16 0.00 0.00 0.00 0.00 21:04:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:04:52 Average: docker0 9.57 10.23 0.76 52.28 0.00 0.00 0.00 0.00 21:04:52 21:04:52 21:04:52 ---> sar -P ALL: 21:04:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 21:04:52 21:04:52 20:54:29 LINUX RESTART (4 CPU) 21:04:52 21:04:52 20:55:01 CPU %user %nice %system %iowait %steal %idle 21:04:52 20:56:01 all 9.75 0.00 2.85 1.29 0.03 86.08 21:04:52 20:56:01 0 9.47 0.00 3.78 2.43 0.02 84.31 21:04:52 20:56:01 1 10.23 0.00 2.84 2.19 0.02 84.72 21:04:52 20:56:01 2 8.67 0.00 2.38 0.17 0.02 88.76 21:04:52 20:56:01 3 10.65 0.00 2.41 0.37 0.05 86.51 21:04:52 20:57:01 all 0.17 0.00 0.05 0.00 0.00 99.78 21:04:52 20:57:01 0 0.07 0.00 0.07 0.00 0.00 99.87 21:04:52 20:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:04:52 20:57:01 2 0.52 0.00 0.07 0.00 0.00 99.42 21:04:52 20:57:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:04:52 20:58:01 all 0.12 0.00 0.12 0.00 0.00 99.75 21:04:52 20:58:01 0 0.10 0.00 0.18 0.00 0.00 99.72 21:04:52 20:58:01 1 0.03 0.00 0.10 0.00 0.00 99.87 21:04:52 20:58:01 2 0.28 0.00 0.12 0.00 0.00 99.60 21:04:52 20:58:01 3 0.07 0.00 0.10 0.00 0.00 99.83 21:04:52 20:59:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:04:52 20:59:01 0 0.03 0.00 0.07 0.00 0.00 99.90 21:04:52 20:59:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:04:52 20:59:01 2 0.52 0.00 0.05 0.00 0.00 99.43 21:04:52 20:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:04:52 21:00:01 all 0.20 0.00 0.19 0.00 0.00 99.61 21:04:52 21:00:01 0 0.08 0.00 0.25 0.00 0.00 99.67 21:04:52 21:00:01 1 0.40 0.00 0.20 0.00 0.00 99.40 21:04:52 21:00:01 2 0.25 0.00 0.18 0.00 0.00 99.57 21:04:52 21:00:01 3 0.07 0.00 0.13 0.00 0.00 99.80 21:04:52 21:01:01 all 0.18 0.00 0.07 0.00 0.00 99.74 21:04:52 21:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:04:52 21:01:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:04:52 21:01:01 2 0.57 0.00 0.17 0.00 0.00 99.27 21:04:52 21:01:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:04:52 21:02:01 all 0.17 0.00 0.05 0.00 0.00 99.77 21:04:52 21:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:04:52 21:02:01 1 0.12 0.00 0.08 0.00 0.00 99.80 21:04:52 21:02:01 2 0.52 0.00 0.03 0.00 0.00 99.44 21:04:52 21:02:01 3 0.02 0.00 0.03 0.02 0.02 99.92 21:04:52 21:03:01 all 6.55 0.00 4.07 1.15 0.18 88.06 21:04:52 21:03:01 0 6.46 0.00 3.71 2.41 0.15 87.28 21:04:52 21:03:01 1 6.47 0.00 4.38 0.69 0.19 88.28 21:04:52 21:03:01 2 6.57 0.00 4.06 0.69 0.20 88.48 21:04:52 21:03:01 3 6.70 0.00 4.12 0.81 0.19 88.19 21:04:52 21:04:01 all 13.37 0.00 8.23 4.36 0.09 73.95 21:04:52 21:04:01 0 13.14 0.00 8.22 6.39 0.09 72.16 21:04:52 21:04:01 1 11.52 0.00 8.05 2.56 0.12 77.75 21:04:52 21:04:01 2 13.45 0.00 7.79 5.66 0.05 73.05 21:04:52 21:04:01 3 15.39 0.00 8.87 2.84 0.10 72.80 21:04:52 Average: all 3.37 0.00 1.72 0.74 0.03 94.13 21:04:52 Average: 0 3.22 0.00 1.79 1.23 0.03 93.73 21:04:52 Average: 1 3.18 0.00 1.73 0.60 0.04 94.44 21:04:52 Average: 2 3.45 0.00 1.63 0.71 0.03 94.17 21:04:52 Average: 3 3.62 0.00 1.73 0.44 0.04 94.17 21:04:52 21:04:52 21:04:52