Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f9d06ec79ae044b7893be034f0df4f6a8607a50d 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31867 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 Checking out Revision f9d06ec79ae044b7893be034f0df4f6a8607a50d (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f f9d06ec79ae044b7893be034f0df4f6a8607a50d # timeout=10 Commit message: "feat: Enable use of Registry & Config client access token (#195)" > git rev-list --no-walk 0ea060efb068b3a2b56288177c4dee2751a16bd5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:24:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:24:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:24:08 ========================================================= 21:24:08 EdgeX Global Pipelines Version Info 21:24:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:24:09 ------------------- 21:24:09 stable info: 21:24:09 ------------------- 21:24:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:24:09 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:24:09 Message: update stable to v1.0.186 21:24:10 ------------------- 21:24:10 experimental info: 21:24:10 ------------------- 21:24:10 Commited By: **** collab-it+edgex@linuxfoundation.org 21:24:10 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 21:24:10 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:24:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 21:24:10 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 21:24:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:24:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:24:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:24:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:24:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:24:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:24:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:24:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:24:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:24:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9d06ec79ae044b7893be034f0df4f6a8607a50d [Pipeline] echo 21:24:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9d06ec [Pipeline] echo 21:24:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:24:14 + git log --format=format:%s -1 f9d06ec79ae044b7893be034f0df4f6a8607a50d [Pipeline] echo 21:24:14 GIT_COMMIT: f9d06ec79ae044b7893be034f0df4f6a8607a50d, Commit Message: feat: Enable use of Registry & Config client access token (#195) [Pipeline] echo 21:24:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:24:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:24:16 21:24:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:24:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:24:16 latest: Pulling from edgex-devops/git-semver 21:24:16 31603596830f: Pulling fs layer 21:24:16 2a8b12db71e7: Pulling fs layer 21:24:16 6ca5941a6612: Pulling fs layer 21:24:16 ecc8261a40a4: Pulling fs layer 21:24:16 ecc8261a40a4: Waiting 21:24:16 2a8b12db71e7: Verifying Checksum 21:24:16 2a8b12db71e7: Download complete 21:24:16 31603596830f: Verifying Checksum 21:24:16 31603596830f: Download complete 21:24:16 ecc8261a40a4: Verifying Checksum 21:24:16 ecc8261a40a4: Download complete 21:24:17 6ca5941a6612: Verifying Checksum 21:24:17 6ca5941a6612: Download complete 21:24:17 31603596830f: Pull complete 21:24:17 2a8b12db71e7: Pull complete 21:24:18 6ca5941a6612: Pull complete 21:24:18 ecc8261a40a4: Pull complete 21:24:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:24:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:24:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:24:18 prd-centos7-docker-4c-2g-31867 does not seem to be running inside a container 21:24:18 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:24:20 $ docker top 9ae382914ca209608efeb2698423b1e0f0daf47f05b8c81f476369fbbebdfb6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:24:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:21 [ssh-agent] Looking for ssh-agent implementation... 21:24:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:21 $ docker exec 9ae382914ca209608efeb2698423b1e0f0daf47f05b8c81f476369fbbebdfb6d ssh-agent 21:24:21 SSH_AUTH_SOCK=/tmp/ssh-GIggqsKgsNOi/agent.13 21:24:21 SSH_AGENT_PID=19 21:24:21 Running ssh-add (command line suppressed) 21:24:21 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9085167350169341569.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9085167350169341569.key) 21:24:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:22 + git tag --points-at HEAD [Pipeline] } 21:24:22 $ docker exec --env ******** --env ******** 9ae382914ca209608efeb2698423b1e0f0daf47f05b8c81f476369fbbebdfb6d ssh-agent -k 21:24:22 unset SSH_AUTH_SOCK; 21:24:22 unset SSH_AGENT_PID; 21:24:22 echo Agent pid 19 killed; 21:24:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:24:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:22 [ssh-agent] Looking for ssh-agent implementation... 21:24:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:22 $ docker exec 9ae382914ca209608efeb2698423b1e0f0daf47f05b8c81f476369fbbebdfb6d ssh-agent 21:24:23 SSH_AUTH_SOCK=/tmp/ssh-gmQzihyOF9rF/agent.48 21:24:23 SSH_AGENT_PID=53 21:24:23 Running ssh-add (command line suppressed) 21:24:23 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9149517888149529928.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9149517888149529928.key) 21:24:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:23 + git semver init 21:24:23 # -> Open(): unable to determine branch for HEAD 21:24:23 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:24:23 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:24:23 # $SEMVER_REMOTE_NAME = origin 21:24:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:24:23 # $SEMVER_USER_NAME = edgex-jenkins 21:24:23 # $SEMVER_BRANCH = master 21:24:23 # $SEMVER_TEMP = /tmp/semver-480284733 21:24:23 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 21:24:24 # '/tmp/semver-480284733' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 21:24:24 # -> Force: false 21:24:24 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 21:24:24 $ docker exec --env ******** --env ******** 9ae382914ca209608efeb2698423b1e0f0daf47f05b8c81f476369fbbebdfb6d ssh-agent -k 21:24:24 unset SSH_AUTH_SOCK; 21:24:24 unset SSH_AGENT_PID; 21:24:24 echo Agent pid 53 killed; 21:24:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:24:24 + git semver [Pipeline] } 21:24:24 $ docker stop --time=1 9ae382914ca209608efeb2698423b1e0f0daf47f05b8c81f476369fbbebdfb6d 21:24:26 $ docker rm -f 9ae382914ca209608efeb2698423b1e0f0daf47f05b8c81f476369fbbebdfb6d [Pipeline] // withDockerContainer [Pipeline] sh 21:24:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:24:27 Stashed 1 file(s) [Pipeline] echo 21:24:27 [edgeXSemver]: initialized semver on version 2.0.0-dev.27 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 21:24:43 Still waiting to schedule task 21:24:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:24:43 Still waiting to schedule task 21:24:43 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:27:14 Running on prd-centos7-docker-4c-2g-31868 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 21:27:14 Running in /w/workspace/go-mod-bootstrap/103 [Pipeline] { [Pipeline] checkout 21:27:17 using credential edgex-jenkins-ssh 21:27:17 Cloning the remote Git repository 21:27:17 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 21:27:17 > git init /w/workspace/go-mod-bootstrap/103 # timeout=10 21:27:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:27:17 > git --version # timeout=10 21:27:17 > git --version # 'git version 2.24.3' 21:27:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:27:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:27:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:27:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:27:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:27:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:27:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:27:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:27:18 Checking out Revision f9d06ec79ae044b7893be034f0df4f6a8607a50d (master) 21:27:18 > git config core.sparsecheckout # timeout=10 21:27:18 > git checkout -f f9d06ec79ae044b7893be034f0df4f6a8607a50d # timeout=10 21:27:22 Commit message: "feat: Enable use of Registry & Config client access token (#195)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:27:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:27:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:27:23 + sudo service docker restart 21:27:23 + true 21:27:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:27:24 ========================================================= 21:27:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:27:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:27:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:27:25 Sending build context to Docker daemon 776.2kB 21:27:25 Step 1/8 : ARG BASE=golang:1.15-alpine 21:27:25 Step 2/8 : FROM ${BASE} 21:27:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:27:25 188c0c94c7c5: Pulling fs layer 21:27:25 0ef7d3d256c8: Pulling fs layer 21:27:25 de9db76c5a1d: Pulling fs layer 21:27:25 bca2f99d35d6: Pulling fs layer 21:27:25 93359f2a8cfa: Pulling fs layer 21:27:25 7c6f9722023f: Pulling fs layer 21:27:25 a35cf1a2eb13: Pulling fs layer 21:27:25 bca2f99d35d6: Waiting 21:27:25 a35cf1a2eb13: Waiting 21:27:25 93359f2a8cfa: Waiting 21:27:25 7c6f9722023f: Waiting 21:27:25 de9db76c5a1d: Download complete 21:27:25 0ef7d3d256c8: Verifying Checksum 21:27:25 0ef7d3d256c8: Download complete 21:27:25 93359f2a8cfa: Verifying Checksum 21:27:25 93359f2a8cfa: Download complete 21:27:25 7c6f9722023f: Verifying Checksum 21:27:25 7c6f9722023f: Download complete 21:27:25 188c0c94c7c5: Verifying Checksum 21:27:25 188c0c94c7c5: Download complete 21:27:26 188c0c94c7c5: Pull complete 21:27:26 0ef7d3d256c8: Pull complete 21:27:26 de9db76c5a1d: Pull complete 21:27:27 a35cf1a2eb13: Verifying Checksum 21:27:27 a35cf1a2eb13: Download complete 21:27:28 bca2f99d35d6: Verifying Checksum 21:27:28 bca2f99d35d6: Download complete 21:27:33 bca2f99d35d6: Pull complete 21:27:33 93359f2a8cfa: Pull complete 21:27:33 7c6f9722023f: Pull complete 21:27:39 a35cf1a2eb13: Pull complete 21:27:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:27:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:27:39 ---> a62c8e92a672 21:27:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:27:39 ---> Running in 6b062451de7a 21:27:39 Removing intermediate container 6b062451de7a 21:27:39 ---> 3c6441ebf233 21:27:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:39 ---> Running in 366b90daa3c9 21:27:40 Removing intermediate container 366b90daa3c9 21:27:40 ---> ac3a094d9096 21:27:40 Step 5/8 : RUN apk add --update --no-cache git make 21:27:40 ---> Running in 613b0ac185c6 21:27:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:27:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:27:42 OK: 166 MiB in 39 packages 21:27:42 Removing intermediate container 613b0ac185c6 21:27:42 ---> a10a8781ea25 21:27:42 Step 6/8 : WORKDIR /build 21:27:42 ---> Running in 48fa1e1e33e6 21:27:43 Removing intermediate container 48fa1e1e33e6 21:27:43 ---> 057a6a5ac249 21:27:43 Step 7/8 : COPY go.mod . 21:27:43 ---> e2346e05c307 21:27:43 Step 8/8 : RUN go mod download 21:27:43 ---> Running in 881eda9f0113 21:28:05 Removing intermediate container 881eda9f0113 21:28:05 ---> 4d01e5acfe92 21:28:05 Successfully built 4d01e5acfe92 21:28:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:28:05 + docker inspect -f . ci-base-image-x86_64 21:28:05 . [Pipeline] withDockerContainer 21:28:05 prd-centos7-docker-4c-2g-31868 does not seem to be running inside a container 21:28:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/103 -v /w/workspace/go-mod-bootstrap/103:/w/workspace/go-mod-bootstrap/103:rw,z -v /w/workspace/go-mod-bootstrap/103@tmp:/w/workspace/go-mod-bootstrap/103@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:28:06 $ docker top 95adffd9afac4c315d8810ce04672183f7827d7eebc86578c9d7df56f5c6ec1a -eo pid,comm [Pipeline] { [Pipeline] sh 21:28:07 + go version 21:28:07 go version go1.15.5 linux/amd64 [Pipeline] } 21:28:07 $ docker stop --time=1 95adffd9afac4c315d8810ce04672183f7827d7eebc86578c9d7df56f5c6ec1a 21:28:08 $ docker rm -f 95adffd9afac4c315d8810ce04672183f7827d7eebc86578c9d7df56f5c6ec1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:28:09 + docker inspect -f . ci-base-image-x86_64 21:28:09 . [Pipeline] withDockerContainer 21:28:09 prd-centos7-docker-4c-2g-31868 does not seem to be running inside a container 21:28:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/103 -v /w/workspace/go-mod-bootstrap/103:/w/workspace/go-mod-bootstrap/103:rw,z -v /w/workspace/go-mod-bootstrap/103@tmp:/w/workspace/go-mod-bootstrap/103@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:28:10 $ docker top ef07debf0250eb7fbb848830545e6572603205662e6dd1b3487065083c60046c -eo pid,comm [Pipeline] { [Pipeline] sh 21:28:10 + make test 21:28:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:28:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31869 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 21:28:14 Running in /w/workspace/go-mod-bootstrap/103 [Pipeline] { [Pipeline] checkout 21:28:19 using credential edgex-jenkins-ssh 21:28:19 Cloning the remote Git repository 21:28:19 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 21:28:20 > git init /w/workspace/go-mod-bootstrap/103 # timeout=10 21:28:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:28:20 > git --version # timeout=10 21:28:20 > git --version # 'git version 2.17.1' 21:28:20 using GIT_SSH to set credentials SSH Credentials for GitHub 21:28:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:28:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 21:28:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.022s coverage: 5.6% of statements 21:28:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 21:28:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.010s coverage: 92.2% of statements 21:28:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.035s coverage: 85.3% of statements 21:28:21 Checking out Revision f9d06ec79ae044b7893be034f0df4f6a8607a50d (master) 21:28:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:28:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:28:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:28:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:28:21 using GIT_SSH to set credentials SSH Credentials for GitHub 21:28:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:28:21 > git config core.sparsecheckout # timeout=10 21:28:21 > git checkout -f f9d06ec79ae044b7893be034f0df4f6a8607a50d # timeout=10 21:28:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.016s coverage: 34.3% of statements 21:28:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 21:28:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 21:28:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.033s coverage: 25.0% of statements 21:28:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.019s coverage: 95.3% of statements 21:28:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 21:28:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/token 0.007s coverage: 100.0% of statements 21:28:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 21:28:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.015s coverage: 91.3% of statements 21:28:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 21:28:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:28:26 Commit message: "feat: Enable use of Registry & Config client access token (#195)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:28:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:28:27 gofmt -l . 21:28:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:28:27 $ docker stop --time=1 ef07debf0250eb7fbb848830545e6572603205662e6dd1b3487065083c60046c 21:28:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 21:28:30 $ docker rm -f ef07debf0250eb7fbb848830545e6572603205662e6dd1b3487065083c60046c [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 21:28:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:28:30 + true 21:28:30 + sudo service docker restart 21:28:31 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:28:32 ---> job-cost.sh 21:28:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9ftH [Pipeline] unstash [Pipeline] echo 21:28:33 ========================================================= 21:28:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:28:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:28:34 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:28:35 Sending build context to Docker daemon 775.2kB 21:28:35 Step 1/8 : ARG BASE=golang:1.15-alpine 21:28:35 Step 2/8 : FROM ${BASE} 21:28:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:28:35 5f621e34cdf4: Pulling fs layer 21:28:35 a4357932f1b6: Pulling fs layer 21:28:35 18c013af1878: Pulling fs layer 21:28:35 00ac8860ef70: Pulling fs layer 21:28:35 63d7cb157983: Pulling fs layer 21:28:35 b116817d02f9: Pulling fs layer 21:28:35 745a02a5169b: Pulling fs layer 21:28:35 63d7cb157983: Waiting 21:28:35 b116817d02f9: Waiting 21:28:35 745a02a5169b: Waiting 21:28:35 00ac8860ef70: Waiting 21:28:35 18c013af1878: Verifying Checksum 21:28:35 18c013af1878: Download complete 21:28:35 a4357932f1b6: Verifying Checksum 21:28:35 a4357932f1b6: Download complete 21:28:35 63d7cb157983: Verifying Checksum 21:28:35 63d7cb157983: Download complete 21:28:35 b116817d02f9: Download complete 21:28:35 5f621e34cdf4: Verifying Checksum 21:28:35 5f621e34cdf4: Download complete 21:28:36 5f621e34cdf4: Pull complete 21:28:37 a4357932f1b6: Pull complete 21:28:37 18c013af1878: Pull complete 21:28:38 745a02a5169b: Verifying Checksum 21:28:38 745a02a5169b: Download complete 21:28:39 00ac8860ef70: Verifying Checksum 21:28:39 00ac8860ef70: Download complete 21:28:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:28:49 00ac8860ef70: Pull complete 21:28:49 63d7cb157983: Pull complete 21:28:49 b116817d02f9: Pull complete 21:28:53 745a02a5169b: Pull complete 21:28:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:28:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:28:53 ---> b7e6874047d6 21:28:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:28:57 ---> Running in 1480df499962 21:28:57 Removing intermediate container 1480df499962 21:28:57 ---> 2bc94c8d59d2 21:28:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:57 ---> Running in d7c3fb025543 21:28:59 Removing intermediate container d7c3fb025543 21:28:59 ---> 657a477e92cc 21:28:59 Step 5/8 : RUN apk add --update --no-cache git make 21:28:59 ---> Running in c643f225303d 21:29:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:29:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:29:02 OK: 142 MiB in 39 packages 21:29:05 Removing intermediate container c643f225303d 21:29:05 ---> 5aee643d5510 21:29:05 Step 6/8 : WORKDIR /build 21:29:05 ---> Running in 0e70cbed4fe5 21:29:05 Removing intermediate container 0e70cbed4fe5 21:29:05 ---> 0266060e8ee0 21:29:05 Step 7/8 : COPY go.mod . 21:29:05 ---> ed56aee6b9eb 21:29:05 Step 8/8 : RUN go mod download 21:29:05 ---> Running in 8af785d0fc09 21:29:14 lf-activate-venv(): INFO: Adding /tmp/venv-9ftH/bin to PATH 21:29:14 INFO: No Stack... 21:29:14 INFO: Retrieving Pricing Info for: v1-standard-2 21:29:14 INFO: Archiving Costs [Pipeline] sh 21:29:14 + cat /w/workspace/go-mod-bootstrap/103/archives/cost.csv 21:29:14 + cut -d, -f6 [Pipeline] lock 21:29:14 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-103-stack-cost] 21:29:14 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-103-stack-cost] did not exist. Created. 21:29:14 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:29:15 + echo total: 0.029999999329447746 [Pipeline] stash 21:29:15 Stashed 1 file(s) [Pipeline] } 21:29:15 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-103-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:29:27 Removing intermediate container 8af785d0fc09 21:29:27 ---> 35e44c38fe11 21:29:27 Successfully built 35e44c38fe11 21:29:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:29:27 + docker inspect -f . ci-base-image-arm64 21:29:27 . [Pipeline] withDockerContainer 21:29:27 prd-ubuntu18.04-docker-arm64-4c-16g-31869 does not seem to be running inside a container 21:29:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/103 -v /w/workspace/go-mod-bootstrap/103:/w/workspace/go-mod-bootstrap/103:rw,z -v /w/workspace/go-mod-bootstrap/103@tmp:/w/workspace/go-mod-bootstrap/103@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 21:29:29 $ docker top 93a3f0df706242146cea261d795c477e6b03b1f8a8ef3cf0a5ee8a9c3ff4c1cc -eo pid,comm [Pipeline] { [Pipeline] sh 21:29:30 + go version 21:29:30 go version go1.15.5 linux/arm64 [Pipeline] } 21:29:30 $ docker stop --time=1 93a3f0df706242146cea261d795c477e6b03b1f8a8ef3cf0a5ee8a9c3ff4c1cc 21:29:32 $ docker rm -f 93a3f0df706242146cea261d795c477e6b03b1f8a8ef3cf0a5ee8a9c3ff4c1cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:29:33 + docker inspect -f . ci-base-image-arm64 21:29:33 . [Pipeline] withDockerContainer 21:29:33 prd-ubuntu18.04-docker-arm64-4c-16g-31869 does not seem to be running inside a container 21:29:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/103 -v /w/workspace/go-mod-bootstrap/103:/w/workspace/go-mod-bootstrap/103:rw,z -v /w/workspace/go-mod-bootstrap/103@tmp:/w/workspace/go-mod-bootstrap/103@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 21:29:35 $ docker top 3eb95ad0500c63d588b0c73b73d2d65a25c8a00ece51c32c6aa2e35e9a05eece -eo pid,comm [Pipeline] { [Pipeline] sh 21:29:36 + make test 21:29:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:30:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 21:30:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.037s coverage: 5.6% of statements 21:30:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 21:30:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.051s coverage: 92.2% of statements 21:30:09 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.046s coverage: 85.3% of statements 21:30:12 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.041s coverage: 34.3% of statements 21:30:12 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 21:30:12 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 21:30:12 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.041s coverage: 25.0% of statements 21:30:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.053s coverage: 95.3% of statements 21:30:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 21:30:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/token 0.021s coverage: 100.0% of statements 21:30:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 21:30:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.010s coverage: 91.3% of statements 21:30:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 21:30:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:30:22 gofmt -l . 21:30:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:30:22 $ docker stop --time=1 3eb95ad0500c63d588b0c73b73d2d65a25c8a00ece51c32c6aa2e35e9a05eece 21:30:24 $ docker rm -f 3eb95ad0500c63d588b0c73b73d2d65a25c8a00ece51c32c6aa2e35e9a05eece [Pipeline] // withDockerContainer [Pipeline] sh 21:30:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:30:26 Warning: overwriting stash ‘coverage-report’ 21:30:26 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:30:27 ---> job-cost.sh 21:30:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KJ5I 21:31:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:32:28 lf-activate-venv(): INFO: Adding /tmp/venv-KJ5I/bin to PATH 21:32:28 INFO: No Stack... 21:32:29 INFO: Retrieving Pricing Info for: lf-standard-4 21:32:29 INFO: Archiving Costs [Pipeline] sh 21:32:30 + cat /w/workspace/go-mod-bootstrap/103/archives/cost.csv 21:32:30 + cut -d, -f6 [Pipeline] lock 21:32:30 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-103-stack-cost] 21:32:30 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-103-stack-cost] did not exist. Created. 21:32:30 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:32:30 /w/workspace/go-mod-bootstrap/103@tmp/durable-e5cb91d7/script.sh: 1: /w/workspace/go-mod-bootstrap/103@tmp/durable-e5cb91d7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:32:31 + echo total: 0.20999999344348907 [Pipeline] stash 21:32:31 Warning: overwriting stash ‘stack-cost’ 21:32:31 Stashed 1 file(s) [Pipeline] } 21:32:31 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-103-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:32:32 provisioning config files... 21:32:32 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2210376835468456988tmp [Pipeline] { [Pipeline] sh 21:32:33 + set +x 21:32:33 + curl -s https://codecov.io/bash 21:32:33 + bash -s -- 21:32:33 21:32:33 _____ _ 21:32:33 / ____| | | 21:32:33 | | ___ __| | ___ ___ _____ __ 21:32:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:32:33 | |___| (_) | (_| | __/ (_| (_) \ V / 21:32:33 \_____\___/ \__,_|\___|\___\___/ \_/ 21:32:33 Bash-20210309-2b87ace 21:32:33 21:32:33 21:32:33 ==> git version 2.24.3 found 21:32:33 ==> 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:32:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:32:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:32:33 ==> Jenkins CI detected. 21:32:33 project root: . 21:32:33 --> token set from env 21:32:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:32:33 ==> Running gcov in . (disable via -X gcov) 21:32:33 ==> Python coveragepy not found 21:32:33 ==> Searching for coverage reports in: 21:32:33 + . 21:32:33 -> Found 1 reports 21:32:33 ==> Detecting git/mercurial file structure 21:32:33 ==> Reading reports 21:32:33 + ./coverage.out bytes=31235 21:32:33 ==> Appending adjustments 21:32:33 https://docs.codecov.io/docs/fixing-reports 21:32:33 + Found adjustments 21:32:33 ==> Gzipping contents 21:32:33 8.0K /tmp/codecov.GykOwF.gz 21:32:33 ==> Uploading reports 21:32:33 url: https://codecov.io 21:32:33 query: branch=master&commit=f9d06ec79ae044b7893be034f0df4f6a8607a50d&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 21:32:33 -> Pinging Codecov 21:32:33 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=f9d06ec79ae044b7893be034f0df4f6a8607a50d&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 21:32:34 -> Uploading to 21:32:34 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/833815588EE85121546D348822E98E2E/f9d06ec79ae044b7893be034f0df4f6a8607a50d/3d4f883b-43b5-4bc9-a6ba-788265726aa3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T213234Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9974b254475ac65804433637d2cf2b35d3882dd41f0add69f9c75e197f0cee92 21:32:34 % Total % Received % Xferd Average Speed Time Time Time Current 21:32:34 Dload Upload Total Spent Left Speed 21:32:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5743 0 0 100 5743 0 11882 --:--:-- --:--:-- --:--:-- 11865 100 5743 0 0 100 5743 0 11878 --:--:-- --:--:-- --:--:-- 11865 21:32:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/f9d06ec79ae044b7893be034f0df4f6a8607a50d [Pipeline] } 21:32:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:32:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:32:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:32:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:32:36 21:32:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:32:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:32:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:32:36 188c0c94c7c5: Pulling fs layer 21:32:36 0ef7d3d256c8: Pulling fs layer 21:32:36 de9db76c5a1d: Pulling fs layer 21:32:36 0eba1c9be4d2: Pulling fs layer 21:32:36 0d57e429df01: Pulling fs layer 21:32:36 4e4be7b47b0d: Pulling fs layer 21:32:36 e1f770b5df2f: Pulling fs layer 21:32:36 85a0685a4137: Pulling fs layer 21:32:36 0d57e429df01: Waiting 21:32:36 4e4be7b47b0d: Waiting 21:32:36 e1f770b5df2f: Waiting 21:32:36 85a0685a4137: Waiting 21:32:36 0eba1c9be4d2: Waiting 21:32:36 de9db76c5a1d: Download complete 21:32:36 0ef7d3d256c8: Verifying Checksum 21:32:36 0ef7d3d256c8: Download complete 21:32:36 0d57e429df01: Verifying Checksum 21:32:36 0d57e429df01: Download complete 21:32:37 4e4be7b47b0d: Verifying Checksum 21:32:37 4e4be7b47b0d: Download complete 21:32:37 188c0c94c7c5: Verifying Checksum 21:32:37 188c0c94c7c5: Download complete 21:32:38 188c0c94c7c5: Pull complete 21:32:38 0ef7d3d256c8: Pull complete 21:32:38 de9db76c5a1d: Pull complete 21:32:38 e1f770b5df2f: Verifying Checksum 21:32:38 e1f770b5df2f: Download complete 21:32:40 0eba1c9be4d2: Verifying Checksum 21:32:40 0eba1c9be4d2: Download complete 21:32:41 85a0685a4137: Verifying Checksum 21:32:41 85a0685a4137: Download complete 21:32:46 0eba1c9be4d2: Pull complete 21:32:46 0d57e429df01: Pull complete 21:32:46 4e4be7b47b0d: Pull complete 21:32:48 e1f770b5df2f: Pull complete 21:32:55 85a0685a4137: Pull complete 21:32:55 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:32:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:32:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:32:55 prd-centos7-docker-4c-2g-31867 does not seem to be running inside a container 21:32:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:32:56 $ docker top bc36edc8b655a5d6346ae052a87d9721ba015caee79f40150a08d634e202f388 -eo pid,comm [Pipeline] { [Pipeline] echo 21:32:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:32:56 + set -o pipefail 21:32:56 + snyk monitor '--org=edgex-jenkins' 21:33:03 21:33:03 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 21:33:03 21:33:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/3785a29c-88de-4a6f-a5e1-de4efea6c11a 21:33:03 21:33:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:33:03 21:33:03 21:33:03 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:33:03 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:33:03 $ docker stop --time=1 bc36edc8b655a5d6346ae052a87d9721ba015caee79f40150a08d634e202f388 21:33:06 $ docker rm -f bc36edc8b655a5d6346ae052a87d9721ba015caee79f40150a08d634e202f388 [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:33:08 + git log --format=format:%s -1 f9d06ec79ae044b7893be034f0df4f6a8607a50d [Pipeline] isUnix [Pipeline] sh 21:33:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:33:08 . [Pipeline] withDockerContainer 21:33:08 prd-centos7-docker-4c-2g-31867 does not seem to be running inside a container 21:33: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:33:09 $ docker top 5ca26b56d0637db300440896fcd69bb1c1e48f7e2abd95e7a28ee0a449922000 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:33:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:33:09 [ssh-agent] Looking for ssh-agent implementation... 21:33:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:33:09 $ docker exec 5ca26b56d0637db300440896fcd69bb1c1e48f7e2abd95e7a28ee0a449922000 ssh-agent 21:33:10 SSH_AUTH_SOCK=/tmp/ssh-mZnpxRiNbIik/agent.13 21:33:10 SSH_AGENT_PID=19 21:33:10 Running ssh-add (command line suppressed) 21:33:10 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8850942375560269052.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8850942375560269052.key) 21:33:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:33:10 + git semver tag 21:33:10 # -> Open(): unable to determine branch for HEAD 21:33:10 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:33:10 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:33:10 # $SEMVER_REMOTE_NAME = origin 21:33:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:33:10 # $SEMVER_USER_NAME = edgex-jenkins 21:33:10 # $SEMVER_BRANCH = master 21:33:10 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 21:33:10 # f9d06ec79ae044b7893be034f0df4f6a8607a50d HEAD 21:33:10 # -> Force: false 21:33:10 # d46e94420ba5592056f47f7b45397c3e7f8cb1e4 refs/tags/v2.0.0-dev.27 [Pipeline] } 21:33:10 $ docker exec --env ******** --env ******** 5ca26b56d0637db300440896fcd69bb1c1e48f7e2abd95e7a28ee0a449922000 ssh-agent -k 21:33:10 unset SSH_AUTH_SOCK; 21:33:10 unset SSH_AGENT_PID; 21:33:10 echo Agent pid 19 killed; 21:33:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:33:11 + git semver [Pipeline] } 21:33:11 $ docker stop --time=1 5ca26b56d0637db300440896fcd69bb1c1e48f7e2abd95e7a28ee0a449922000 21:33:12 $ docker rm -f 5ca26b56d0637db300440896fcd69bb1c1e48f7e2abd95e7a28ee0a449922000 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:33:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:33:13 21:33:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:33:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:33:13 0.23.1-centos7: Pulling from edgex-lftools 21:33:13 ab5ef0e58194: Pulling fs layer 21:33:13 9712f1f96733: Pulling fs layer 21:33:13 63f879dbbcfc: Pulling fs layer 21:33:13 0d9ebad4ef96: Pulling fs layer 21:33:13 e9a5061849ea: Pulling fs layer 21:33:13 d747dcd14b5f: Pulling fs layer 21:33:13 2de7ff778b66: Pulling fs layer 21:33:13 e9a5061849ea: Waiting 21:33:13 d747dcd14b5f: Waiting 21:33:13 2de7ff778b66: Waiting 21:33:13 0d9ebad4ef96: Waiting 21:33:13 9712f1f96733: Verifying Checksum 21:33:13 9712f1f96733: Download complete 21:33:15 63f879dbbcfc: Verifying Checksum 21:33:15 63f879dbbcfc: Download complete 21:33:15 e9a5061849ea: Verifying Checksum 21:33:15 e9a5061849ea: Download complete 21:33:15 d747dcd14b5f: Verifying Checksum 21:33:15 d747dcd14b5f: Download complete 21:33:15 2de7ff778b66: Verifying Checksum 21:33:15 2de7ff778b66: Download complete 21:33:16 0d9ebad4ef96: Verifying Checksum 21:33:16 0d9ebad4ef96: Download complete 21:33:16 ab5ef0e58194: Verifying Checksum 21:33:16 ab5ef0e58194: Download complete 21:33:20 ab5ef0e58194: Pull complete 21:33:20 9712f1f96733: Pull complete 21:33:22 63f879dbbcfc: Pull complete 21:33:29 0d9ebad4ef96: Pull complete 21:33:30 e9a5061849ea: Pull complete 21:33:30 d747dcd14b5f: Pull complete 21:33:33 2de7ff778b66: Pull complete 21:33:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:33:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:33:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:33:33 prd-centos7-docker-4c-2g-31867 does not seem to be running inside a container 21:33:33 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:33:37 $ docker top e102d05e254dd7e38d93f9689b6c381148d8329827342c22696bbfbfc06ef343 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:33:37 provisioning config files... 21:33:37 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3539544865246758299tmp 21:33:37 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6026877761505078699tmp 21:33:37 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9141089892996220853tmp [Pipeline] { [Pipeline] echo 21:33:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:33:38 ---> sigul-configuration.sh 21:33:38 gpg: directory `/root/.gnupg' created 21:33:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:33:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:33:38 gpg: keyring `/root/.gnupg/secring.gpg' created 21:33:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:33:38 gpg: CAST5 encrypted data 21:33:38 gpg: encrypted with 1 passphrase 21:33:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:33:38 + mkdir /home/jenkins 21:33:38 + mkdir /home/jenkins/sigul [Pipeline] sh 21:33:38 + 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:33:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:33:39 ---> sigul-install.sh 21:33:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:33:46 + git tag --list 21:33:46 v0.0.1 21:33:46 v0.0.10 21:33:46 v0.0.11 21:33:46 v0.0.12 21:33:46 v0.0.13 21:33:46 v0.0.14 21:33:46 v0.0.15 21:33:46 v0.0.16 21:33:46 v0.0.17 21:33:46 v0.0.18 21:33:46 v0.0.19 21:33:46 v0.0.2 21:33:46 v0.0.20 21:33:46 v0.0.21 21:33:46 v0.0.22 21:33:46 v0.0.23 21:33:46 v0.0.24 21:33:46 v0.0.25 21:33:46 v0.0.26 21:33:46 v0.0.27 21:33:46 v0.0.28 21:33:46 v0.0.29 21:33:46 v0.0.3 21:33:46 v0.0.30 21:33:46 v0.0.31 21:33:46 v0.0.32 21:33:46 v0.0.33 21:33:46 v0.0.34 21:33:46 v0.0.35 21:33:46 v0.0.36 21:33:46 v0.0.37 21:33:46 v0.0.38 21:33:46 v0.0.39 21:33:46 v0.0.4 21:33:46 v0.0.40 21:33:46 v0.0.41 21:33:46 v0.0.42 21:33:46 v0.0.43 21:33:46 v0.0.44 21:33:46 v0.0.45 21:33:46 v0.0.46 21:33:46 v0.0.47 21:33:46 v0.0.48 21:33:46 v0.0.49 21:33:46 v0.0.5 21:33:46 v0.0.50 21:33:46 v0.0.51 21:33:46 v0.0.52 21:33:46 v0.0.53 21:33:46 v0.0.54 21:33:46 v0.0.55 21:33:46 v0.0.56 21:33:46 v0.0.57 21:33:46 v0.0.58 21:33:46 v0.0.59 21:33:46 v0.0.6 21:33:46 v0.0.60 21:33:46 v0.0.61 21:33:46 v0.0.62 21:33:46 v0.0.63 21:33:46 v0.0.64 21:33:46 v0.0.65 21:33:46 v0.0.66 21:33:46 v0.0.67 21:33:46 v0.0.68 21:33:46 v0.0.69 21:33:46 v0.0.7 21:33:46 v0.0.70 21:33:46 v0.0.71 21:33:46 v0.0.72 21:33:46 v0.0.8 21:33:46 v0.0.9 21:33:46 v2.0.0-dev.1 21:33:46 v2.0.0-dev.10 21:33:46 v2.0.0-dev.11 21:33:46 v2.0.0-dev.12 21:33:46 v2.0.0-dev.13 21:33:46 v2.0.0-dev.14 21:33:46 v2.0.0-dev.15 21:33:46 v2.0.0-dev.16 21:33:46 v2.0.0-dev.17 21:33:46 v2.0.0-dev.18 21:33:46 v2.0.0-dev.19 21:33:46 v2.0.0-dev.2 21:33:46 v2.0.0-dev.20 21:33:46 v2.0.0-dev.21 21:33:46 v2.0.0-dev.22 21:33:46 v2.0.0-dev.23 21:33:46 v2.0.0-dev.24 21:33:46 v2.0.0-dev.25 21:33:46 v2.0.0-dev.26 21:33:46 v2.0.0-dev.27 21:33:46 v2.0.0-dev.3 21:33:46 v2.0.0-dev.4 21:33:46 v2.0.0-dev.5 21:33:46 v2.0.0-dev.6 21:33:46 v2.0.0-dev.7 21:33:46 v2.0.0-dev.8 21:33:46 v2.0.0-dev.9 [Pipeline] sh 21:33:46 + lftools sign git-tag v2.0.0-dev.27 21:33:47 Signing Git tag with Sigul... 21:33:47 Signing v2.0.0-dev.27 [Pipeline] echo 21:33:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:33:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:33:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:33:48 $ docker stop --time=1 e102d05e254dd7e38d93f9689b6c381148d8329827342c22696bbfbfc06ef343 21:33:51 $ docker rm -f e102d05e254dd7e38d93f9689b6c381148d8329827342c22696bbfbfc06ef343 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:33:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:33:51 . [Pipeline] withDockerContainer 21:33:52 prd-centos7-docker-4c-2g-31867 does not seem to be running inside a container 21:33:52 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:33:52 $ docker top c7657e4040b83073ea11ed921c5f3ac82d6f967c57d2df3a81c14816de4c44db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:33:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:33:53 [ssh-agent] Looking for ssh-agent implementation... 21:33:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:33:53 $ docker exec c7657e4040b83073ea11ed921c5f3ac82d6f967c57d2df3a81c14816de4c44db ssh-agent 21:33:53 SSH_AUTH_SOCK=/tmp/ssh-dwywUpf3Ri1N/agent.12 21:33:53 SSH_AGENT_PID=17 21:33:53 Running ssh-add (command line suppressed) 21:33:53 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2970707062563299374.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2970707062563299374.key) 21:33:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:33:54 + git semver bump pre 21:33:54 # -> Open(): unable to determine branch for HEAD 21:33:54 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:33:54 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:33:54 # $SEMVER_REMOTE_NAME = origin 21:33:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:33:54 # $SEMVER_USER_NAME = edgex-jenkins 21:33:54 # $SEMVER_BRANCH = master 21:33:54 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 21:33:54 2.0.0-dev.28 [Pipeline] } 21:33:54 $ docker exec --env ******** --env ******** c7657e4040b83073ea11ed921c5f3ac82d6f967c57d2df3a81c14816de4c44db ssh-agent -k 21:33:54 unset SSH_AUTH_SOCK; 21:33:54 unset SSH_AGENT_PID; 21:33:54 echo Agent pid 17 killed; 21:33:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:33:54 + git semver [Pipeline] } 21:33:54 $ docker stop --time=1 c7657e4040b83073ea11ed921c5f3ac82d6f967c57d2df3a81c14816de4c44db 21:33:56 $ docker rm -f c7657e4040b83073ea11ed921c5f3ac82d6f967c57d2df3a81c14816de4c44db [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:33:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:33:56 . [Pipeline] withDockerContainer 21:33:56 prd-centos7-docker-4c-2g-31867 does not seem to be running inside a container 21:33:56 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:33:57 $ docker top e484af1beb32425dc4470a7be212ffa975157adfe0bc946584a36d0e5ff11550 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:33:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:33:57 [ssh-agent] Looking for ssh-agent implementation... 21:33:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:33:58 $ docker exec e484af1beb32425dc4470a7be212ffa975157adfe0bc946584a36d0e5ff11550 ssh-agent 21:33:58 SSH_AUTH_SOCK=/tmp/ssh-k831YvJ0xsbm/agent.11 21:33:58 SSH_AGENT_PID=17 21:33:58 Running ssh-add (command line suppressed) 21:33:58 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6058813157377353227.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6058813157377353227.key) 21:33:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:33:58 + git semver push 21:33:58 # -> Open(): unable to determine branch for HEAD 21:33:58 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:33:58 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:33:58 # $SEMVER_REMOTE_NAME = origin 21:33:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:33:58 # $SEMVER_USER_NAME = edgex-jenkins 21:33:58 # $SEMVER_BRANCH = master 21:33:58 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 21:34:02 $ docker exec --env ******** --env ******** e484af1beb32425dc4470a7be212ffa975157adfe0bc946584a36d0e5ff11550 ssh-agent -k 21:34:02 unset SSH_AUTH_SOCK; 21:34:02 unset SSH_AGENT_PID; 21:34:02 echo Agent pid 17 killed; 21:34:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:34:03 + git semver [Pipeline] } 21:34:03 $ docker stop --time=1 e484af1beb32425dc4470a7be212ffa975157adfe0bc946584a36d0e5ff11550 21:34:04 $ docker rm -f e484af1beb32425dc4470a7be212ffa975157adfe0bc946584a36d0e5ff11550 [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:34:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:34:06 ---> package-listing.sh 21:34:06 ++ facter osfamily 21:34:06 ++ tr '[:upper:]' '[:lower:]' 21:34:06 + OS_FAMILY=redhat 21:34:06 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 21:34:06 + START_PACKAGES=/tmp/packages_start.txt 21:34:06 + END_PACKAGES=/tmp/packages_end.txt 21:34:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:34:06 + PACKAGES=/tmp/packages_start.txt 21:34:06 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 21:34:06 + PACKAGES=/tmp/packages_end.txt 21:34:06 + case "${OS_FAMILY}" in 21:34:06 + rpm -qa 21:34:06 + sort 21:34:11 + '[' -f /tmp/packages_start.txt ']' 21:34:11 + '[' -f /tmp/packages_end.txt ']' 21:34:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:34:11 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 21:34:11 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 21:34:11 + 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:34:11 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:34:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:34:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:34:12 21:34:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:34:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:34:12 alpine: Pulling from edgex-lftools-log-publisher 21:34:12 df20fa9351a1: Pulling fs layer 21:34:12 36b3adc4ff6f: Pulling fs layer 21:34:12 8ad3a11d3b57: Pulling fs layer 21:34:12 46f8f816bc3b: Pulling fs layer 21:34:12 93b61091891f: Pulling fs layer 21:34:12 93b9cdb0e59b: Pulling fs layer 21:34:12 5e14af77c1be: Pulling fs layer 21:34:12 01666e4c0597: Pulling fs layer 21:34:12 aa168da1d23b: Pulling fs layer 21:34:12 46f8f816bc3b: Waiting 21:34:12 93b61091891f: Waiting 21:34:12 93b9cdb0e59b: Waiting 21:34:12 5e14af77c1be: Waiting 21:34:12 01666e4c0597: Waiting 21:34:12 aa168da1d23b: Waiting 21:34:12 36b3adc4ff6f: Download complete 21:34:12 46f8f816bc3b: Verifying Checksum 21:34:12 46f8f816bc3b: Download complete 21:34:12 df20fa9351a1: Verifying Checksum 21:34:12 df20fa9351a1: Download complete 21:34:13 93b9cdb0e59b: Verifying Checksum 21:34:13 93b9cdb0e59b: Download complete 21:34:13 5e14af77c1be: Verifying Checksum 21:34:13 5e14af77c1be: Download complete 21:34:13 01666e4c0597: Download complete 21:34:13 93b61091891f: Verifying Checksum 21:34:13 93b61091891f: Download complete 21:34:13 8ad3a11d3b57: Verifying Checksum 21:34:13 8ad3a11d3b57: Download complete 21:34:13 df20fa9351a1: Pull complete 21:34:13 36b3adc4ff6f: Pull complete 21:34:14 8ad3a11d3b57: Pull complete 21:34:14 46f8f816bc3b: Pull complete 21:34:15 aa168da1d23b: Download complete 21:34:15 93b61091891f: Pull complete 21:34:15 93b9cdb0e59b: Pull complete 21:34:15 5e14af77c1be: Pull complete 21:34:15 01666e4c0597: Pull complete 21:34:24 aa168da1d23b: Pull complete 21:34:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:34:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:34:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:34:24 prd-centos7-docker-4c-2g-31867 does not seem to be running inside a container 21:34:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:34:26 $ docker top a42b4400917f6a51529ba213dbee54ec70760fddb99c11e279f99864bd6dc9cb -eo pid,comm [Pipeline] { [Pipeline] sh 21:34:27 + touch /tmp/pre-build-complete [Pipeline] sh 21:34:27 + mkdir -p /var/log/sa [Pipeline] sh 21:34:27 + ls /var/log/sa-host 21:34:27 + sadf -c /var/log/sa-host/sa23 21:34:27 file_magic: OK 21:34:27 HZ: Using current value: 100 21:34:27 file_header: OK 21:34:27 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:34:27 Statistics: 21:34:27 Hnuu...uuuununununu... 21:34:27 File successfully converted to sysstat format version 12.2.1 21:34:27 + sadf -c /var/log/sa-host/sa29 21:34:27 file_magic: OK 21:34:27 HZ: Using current value: 100 21:34:27 file_header: OK 21:34:27 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:34:27 Statistics: 21:34:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:34:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:34:28 provisioning config files... 21:34:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9069412810980711068tmp [Pipeline] { [Pipeline] echo 21:34:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:34:28 ---> create-netrc.sh [Pipeline] } 21:34:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:34:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:34:28 ---> python-tools-install.sh [Pipeline] echo 21:34:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:34:29 ---> sudo-logs.sh 21:34:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:34:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:34:29 ---> job-cost.sh 21:34:29 lf-activate-venv: SKIPPING 21:34:29 DEBUG: total: 0.20999999344348907 21:34:29 INFO: Retrieving Stack Cost... 21:34:30 INFO: Retrieving Pricing Info for: v1-standard-2 21:34:31 INFO: Archiving Costs [Pipeline] echo 21:34:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:34:31 ---> logs-deploy.sh 21:34:31 lf-activate-venv: SKIPPING 21:34:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/103 21:34:31 INFO: archiving workspace using pattern(s): 21:34:33 Archives upload complete. 21:34:33 INFO: archiving logs to Nexus 21:34:34 ---> uname -a: 21:34:34 Linux prd-centos7-docker-4c-2g-31867.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:34:34 21:34:34 21:34:34 ---> lscpu: 21:34:34 Architecture: x86_64 21:34:34 CPU op-mode(s): 32-bit, 64-bit 21:34:34 Byte Order: Little Endian 21:34:34 Address sizes: 40 bits physical, 48 bits virtual 21:34:34 CPU(s): 4 21:34:34 On-line CPU(s) list: 0-3 21:34:34 Thread(s) per core: 1 21:34:34 Core(s) per socket: 1 21:34:34 Socket(s): 4 21:34:34 NUMA node(s): 1 21:34:34 Vendor ID: GenuineIntel 21:34:34 CPU family: 6 21:34:34 Model: 44 21:34:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:34:34 Stepping: 1 21:34:34 CPU MHz: 2933.442 21:34:34 BogoMIPS: 5866.88 21:34:34 Virtualization: VT-x 21:34:34 Hypervisor vendor: KVM 21:34:34 Virtualization type: full 21:34:34 L1d cache: 128 KiB 21:34:34 L1i cache: 128 KiB 21:34:34 L2 cache: 16 MiB 21:34:34 L3 cache: 64 MiB 21:34:34 NUMA node0 CPU(s): 0-3 21:34:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:34:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:34:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:34:34 Vulnerability Meltdown: Mitigation; PTI 21:34:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:34:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:34:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:34:34 Vulnerability Srbds: Not affected 21:34:34 Vulnerability Tsx async abort: Not affected 21:34:34 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:34:34 21:34:34 21:34:34 ---> nproc: 21:34:34 4 21:34:34 21:34:34 21:34:34 ---> df -h: 21:34:34 Filesystem Size Used Available Use% Mounted on 21:34:34 overlay 50.0G 8.5G 41.4G 17% / 21:34:34 tmpfs 64.0M 0 64.0M 0% /dev 21:34:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:34:34 shm 64.0M 0 64.0M 0% /dev/shm 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 21:34:34 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 21:34:34 21:34:34 21:34:34 ---> free -m: 21:34:34 total used free shared buff/cache available 21:34:34 Mem: 1837 835 144 0 857 937 21:34:34 Swap: 1023 3 1020 21:34:34 21:34:34 21:34:34 ---> ip addr: 21:34:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:34:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:34:34 inet 127.0.0.1/8 scope host lo 21:34:34 valid_lft forever preferred_lft forever 21:34:34 inet6 ::1/128 scope host 21:34:34 valid_lft forever preferred_lft forever 21:34:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:34:34 link/ether fa:16:3e:f6:5b:b7 brd ff:ff:ff:ff:ff:ff 21:34:34 inet 10.30.122.9/23 brd 10.30.123.255 scope global dynamic eth0 21:34:34 valid_lft 85738sec preferred_lft 85738sec 21:34:34 inet6 fe80::f816:3eff:fef6:5bb7/64 scope link 21:34:34 valid_lft forever preferred_lft forever 21:34:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:34:34 link/ether 02:42:5b:e5:3f:a5 brd ff:ff:ff:ff:ff:ff 21:34:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:34:34 valid_lft forever preferred_lft forever 21:34:34 inet6 fe80::42:5bff:fee5:3fa5/64 scope link 21:34:34 valid_lft forever preferred_lft forever 21:34:34 21:34:34 21:34:34 ---> sar -b -r -n DEV: 21:34:34 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:34:34 21:34:34 21:23:20 LINUX RESTART (4 CPU) 21:34:34 21:34:34 21:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:34:34 21:25:01 49.60 12.94 36.66 0.00 4468.46 3116.15 0.00 21:34:34 21:26:01 1.55 0.00 1.55 0.00 0.00 25.85 0.00 21:34:34 21:27:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 21:34:34 21:28:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 21:34:34 21:29:01 0.23 0.00 0.23 0.00 0.00 3.51 0.00 21:34:34 21:30:01 0.38 0.00 0.38 0.00 0.00 5.58 0.00 21:34:34 21:31:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 21:34:34 21:32:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 21:34:34 21:33:01 243.69 141.00 102.70 0.00 7232.49 34180.89 0.00 21:34:34 21:34:01 246.50 100.82 145.69 0.00 5739.95 35662.52 0.00 21:34:34 Average: 54.31 25.48 28.82 0.00 1744.67 7303.35 0.00 21:34:34 21:34:34 21:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:34:34 21:25:01 147420 0 623352 33.13 2620 1108152 1116672 38.11 434800 1099936 12 21:34:34 21:26:01 154008 0 616756 32.78 2620 1108160 1087444 37.11 434144 1095012 8 21:34:34 21:27:01 152488 0 618272 32.86 2620 1108164 1087444 37.11 433980 1096832 8 21:34:34 21:28:01 151716 0 619044 32.90 2620 1108164 1087576 37.12 441384 1090280 12 21:34:34 21:29:01 147348 0 623404 33.13 2620 1108172 1087624 37.12 444520 1091420 16 21:34:34 21:30:01 148276 0 622472 33.08 2620 1108176 1087504 37.11 447928 1087336 12 21:34:34 21:31:01 148448 0 622296 33.07 2620 1108180 1087444 37.11 447620 1087332 8 21:34:34 21:32:01 148728 0 622012 33.06 2620 1108184 1087444 37.11 447612 1087332 20 21:34:34 21:33:01 64376 0 799080 42.47 2596 1015492 1363400 46.53 565568 970644 62108 21:34:34 21:34:01 239876 0 787712 41.87 1568 852388 1321188 45.09 584728 720332 48 21:34:34 Average: 150268 0 655440 34.84 2512 1073323 1141374 38.95 468228 1042646 6225 21:34:34 21:34:34 21:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:34:34 21:25:01 eth0 172.33 130.32 479.37 46.02 0.00 0.00 0.00 0.00 21:34:34 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:25:01 docker0 3.41 2.56 0.89 6.08 0.00 0.00 0.00 0.00 21:34:34 21:26:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:27:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:34:34 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:28:01 eth0 1.03 0.42 0.32 0.18 0.00 0.00 0.00 0.00 21:34:34 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:29:01 eth0 0.68 0.40 0.40 0.29 0.00 0.00 0.00 0.00 21:34:34 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:30:01 eth0 0.23 0.15 0.12 0.01 0.00 0.00 0.00 0.00 21:34:34 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:34:34 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:32:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:34:34 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:33:01 veth5add32d 43.97 44.44 4.35 229.86 0.00 0.00 0.00 0.00 21:34:34 21:33:01 eth0 471.95 422.52 4312.84 38.08 0.00 0.00 0.00 0.00 21:34:34 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:33:01 docker0 43.97 44.34 3.75 229.85 0.00 0.00 0.00 0.00 21:34:34 21:34:01 vethd05a232 2.01 1.58 0.49 0.53 0.00 0.00 0.00 0.00 21:34:34 21:34:01 eth0 482.94 402.56 3490.62 127.30 0.00 0.00 0.00 0.00 21:34:34 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 21:34:01 docker0 32.94 42.09 2.17 233.75 0.00 0.00 0.00 0.00 21:34:34 Average: vethd05a232 0.20 0.16 0.05 0.05 0.00 0.00 0.00 0.00 21:34:34 Average: eth0 113.05 95.70 828.70 21.20 0.00 0.00 0.00 0.00 21:34:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:34 Average: docker0 8.04 8.90 0.68 46.99 0.00 0.00 0.00 0.00 21:34:34 21:34:34 21:34:34 ---> sar -P ALL: 21:34:34 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:34:34 21:34:34 21:23:20 LINUX RESTART (4 CPU) 21:34:34 21:34:34 21:24:01 CPU %user %nice %system %iowait %steal %idle 21:34:34 21:25:01 all 3.69 0.00 2.30 1.35 0.02 92.65 21:34:34 21:25:01 0 4.14 0.00 2.58 1.31 0.02 91.95 21:34:34 21:25:01 1 3.17 0.00 2.00 1.33 0.02 93.49 21:34:34 21:25:01 2 3.51 0.00 2.44 2.57 0.02 91.46 21:34:34 21:25:01 3 3.91 0.00 2.18 0.20 0.02 93.68 21:34:34 21:26:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:34:34 21:26:01 0 0.47 0.00 0.03 0.00 0.00 99.50 21:34:34 21:26:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:34:34 21:26:01 2 0.05 0.00 0.07 0.00 0.02 99.87 21:34:34 21:26:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:34:34 21:27:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:34:34 21:27:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:34:34 21:27:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:34:34 21:27:01 2 0.08 0.00 0.07 0.00 0.00 99.85 21:34:34 21:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:34:34 21:28:01 all 0.18 0.00 0.05 0.00 0.00 99.77 21:34:34 21:28:01 0 0.53 0.00 0.05 0.00 0.00 99.42 21:34:34 21:28:01 1 0.10 0.00 0.05 0.00 0.00 99.85 21:34:34 21:28:01 2 0.08 0.00 0.05 0.00 0.00 99.87 21:34:34 21:28:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:34:34 21:29:01 all 0.18 0.00 0.03 0.00 0.00 99.79 21:34:34 21:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:34:34 21:29:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:34:34 21:29:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:34:34 21:29:01 3 0.07 0.00 0.03 0.00 0.00 99.90 21:34:34 21:30:01 all 0.15 0.00 0.05 0.00 0.00 99.79 21:34:34 21:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:34:34 21:30:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:34:34 21:30:01 2 0.52 0.00 0.07 0.00 0.00 99.42 21:34:34 21:30:01 3 0.03 0.00 0.07 0.00 0.00 99.90 21:34:34 21:31:01 all 0.15 0.00 0.03 0.00 0.00 99.81 21:34:34 21:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:34:34 21:31:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:34:34 21:31:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:34:34 21:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:34:34 21:32:01 all 0.08 0.00 0.04 0.00 0.00 99.87 21:34:34 21:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:34:34 21:32:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:34:34 21:32:01 2 0.27 0.00 0.07 0.00 0.00 99.67 21:34:34 21:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:34:34 21:33:01 all 8.96 0.00 6.09 2.45 0.03 82.47 21:34:34 21:33:01 0 8.88 0.00 6.47 3.90 0.02 80.74 21:34:34 21:33:01 1 9.52 0.00 6.41 2.80 0.05 81.22 21:34:34 21:33:01 2 9.17 0.00 5.44 1.53 0.03 83.82 21:34:34 21:33:01 3 8.27 0.00 6.03 1.60 0.02 84.09 21:34:34 21:34:01 all 12.20 0.00 9.08 3.42 0.07 75.23 21:34:34 21:34:01 0 10.80 0.00 9.57 6.29 0.07 73.26 21:34:34 21:34:01 1 11.19 0.00 8.65 2.31 0.05 77.80 21:34:34 21:34:01 2 11.85 0.00 9.68 1.68 0.07 76.72 21:34:34 21:34:01 3 14.95 0.00 8.43 3.40 0.09 73.13 21:34:34 Average: all 2.55 0.00 1.75 0.71 0.01 94.98 21:34:34 Average: 0 2.50 0.00 1.85 1.13 0.01 94.51 21:34:34 Average: 1 2.40 0.00 1.72 0.63 0.01 95.24 21:34:34 Average: 2 2.62 0.00 1.77 0.57 0.01 95.03 21:34:34 Average: 3 2.69 0.00 1.66 0.51 0.01 95.13 21:34:34 21:34:34 21:34:34