Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 755315623745cb59f6905b2f3c1d6e3ddc930638 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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 ‘prd-centos7-docker-4c-2g-31429’ Running on prd-centos7-docker-4c-2g-31432 in /w/workspace/ndry_go-mod-configuration_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-configuration.git > git init /w/workspace/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 755315623745cb59f6905b2f3c1d6e3ddc930638 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 755315623745cb59f6905b2f3c1d6e3ddc930638 # timeout=10 Commit message: "Merge pull request #30 from jim-wang-intel/add-access-token-for-consul" > git rev-list --no-walk 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:39:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:39:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:39:26 ========================================================= 20:39:26 EdgeX Global Pipelines Version Info 20:39:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:39:28 ------------------- 20:39:28 stable info: 20:39:28 ------------------- 20:39:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:39:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:39:28 Message: update stable to v1.0.186 20:39:29 ------------------- 20:39:29 experimental info: 20:39:29 ------------------- 20:39:29 Commited By: **** collab-it+edgex@linuxfoundation.org 20:39:29 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:39:29 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:39:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 20:39:29 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 20:39:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:39:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:39:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:39:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:39:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:39:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:39:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:39:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:39:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:39:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 755315623745cb59f6905b2f3c1d6e3ddc930638 [Pipeline] echo 20:39:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7553156 [Pipeline] echo 20:39:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:39:33 + git log --format=format:%s -1 755315623745cb59f6905b2f3c1d6e3ddc930638 [Pipeline] echo 20:39:33 GIT_COMMIT: 755315623745cb59f6905b2f3c1d6e3ddc930638, Commit Message: Merge pull request #30 from jim-wang-intel/add-access-token-for-consul [Pipeline] echo 20:39:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:39:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:39:34 20:39:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:39:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:39:35 latest: Pulling from edgex-devops/git-semver 20:39:35 31603596830f: Pulling fs layer 20:39:35 2a8b12db71e7: Pulling fs layer 20:39:35 6ca5941a6612: Pulling fs layer 20:39:35 ecc8261a40a4: Pulling fs layer 20:39:35 ecc8261a40a4: Waiting 20:39:35 2a8b12db71e7: Verifying Checksum 20:39:35 2a8b12db71e7: Download complete 20:39:35 31603596830f: Verifying Checksum 20:39:35 31603596830f: Download complete 20:39:35 ecc8261a40a4: Verifying Checksum 20:39:35 ecc8261a40a4: Download complete 20:39:35 6ca5941a6612: Verifying Checksum 20:39:35 6ca5941a6612: Download complete 20:39:35 31603596830f: Pull complete 20:39:36 2a8b12db71e7: Pull complete 20:39:37 6ca5941a6612: Pull complete 20:39:37 ecc8261a40a4: Pull complete 20:39:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:39:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:39:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:39:37 prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container 20:39:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:39:39 $ docker top 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:39:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:39:39 [ssh-agent] Looking for ssh-agent implementation... 20:39:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:39:39 $ docker exec 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 ssh-agent 20:39:40 SSH_AUTH_SOCK=/tmp/ssh-4bECvH2Sabch/agent.12 20:39:40 SSH_AGENT_PID=17 20:39:40 Running ssh-add (command line suppressed) 20:39:40 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5527641281888362830.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5527641281888362830.key) 20:39:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:39:40 + git tag --points-at HEAD [Pipeline] } 20:39:40 $ docker exec --env ******** --env ******** 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 ssh-agent -k 20:39:40 unset SSH_AUTH_SOCK; 20:39:40 unset SSH_AGENT_PID; 20:39:40 echo Agent pid 17 killed; 20:39:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:39:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:39:41 [ssh-agent] Looking for ssh-agent implementation... 20:39:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:39:41 $ docker exec 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 ssh-agent 20:39:41 SSH_AUTH_SOCK=/tmp/ssh-pB6GE6pAzCnZ/agent.46 20:39:41 SSH_AGENT_PID=52 20:39:41 Running ssh-add (command line suppressed) 20:39:41 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1562431490731830111.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1562431490731830111.key) 20:39:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:39:41 + git semver init 20:39:41 # -> Open(): unable to determine branch for HEAD 20:39:41 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 20:39:41 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 20:39:41 # $SEMVER_REMOTE_NAME = origin 20:39:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:39:41 # $SEMVER_USER_NAME = edgex-jenkins 20:39:41 # $SEMVER_BRANCH = master 20:39:41 # $SEMVER_TEMP = /tmp/semver-348264422 20:39:41 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 20:39:42 # '/tmp/semver-348264422' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' 20:39:42 # -> Force: false 20:39:42 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 20:39:42 $ docker exec --env ******** --env ******** 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 ssh-agent -k 20:39:42 unset SSH_AUTH_SOCK; 20:39:42 unset SSH_AGENT_PID; 20:39:42 echo Agent pid 52 killed; 20:39:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:39:42 + git semver [Pipeline] } 20:39:42 $ docker stop --time=1 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 20:39:44 $ docker rm -f 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 [Pipeline] // withDockerContainer [Pipeline] sh 20:39:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:39:45 Stashed 1 file(s) [Pipeline] echo 20:39:45 [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:40:00 Still waiting to schedule task 20:40:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:40:00 Still waiting to schedule task 20:40:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:43:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31434 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 20:43:31 Running in /w/workspace/go-mod-configuration/15 [Pipeline] { [Pipeline] checkout 20:43:36 using credential edgex-jenkins-ssh 20:43:36 Cloning the remote Git repository 20:43:36 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 20:43:36 > git init /w/workspace/go-mod-configuration/15 # timeout=10 20:43:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 20:43:36 > git --version # timeout=10 20:43:36 > git --version # 'git version 2.17.1' 20:43:36 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:43:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 20:43:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:43:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 20:43:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 20:43:37 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:43:37 Checking out Revision 755315623745cb59f6905b2f3c1d6e3ddc930638 (master) 20:43:37 > git config core.sparsecheckout # timeout=10 20:43:37 > git checkout -f 755315623745cb59f6905b2f3c1d6e3ddc930638 # timeout=10 20:43:42 Commit message: "Merge pull request #30 from jim-wang-intel/add-access-token-for-consul" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:43:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:43:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:43:44 + true 20:43:44 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 20:43:47 ========================================================= 20:43:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:43:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:43:48 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:43:48 Sending build context to Docker daemon 225.8kB 20:43:49 Step 1/7 : ARG BASE=golang:1.15-alpine 20:43:49 Step 2/7 : FROM ${BASE} 20:43:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:43:50 5f621e34cdf4: Pulling fs layer 20:43:50 a4357932f1b6: Pulling fs layer 20:43:50 18c013af1878: Pulling fs layer 20:43:50 00ac8860ef70: Pulling fs layer 20:43:50 63d7cb157983: Pulling fs layer 20:43:50 b116817d02f9: Pulling fs layer 20:43:50 745a02a5169b: Pulling fs layer 20:43:50 00ac8860ef70: Waiting 20:43:50 63d7cb157983: Waiting 20:43:50 b116817d02f9: Waiting 20:43:50 745a02a5169b: Waiting 20:43:50 18c013af1878: Download complete 20:43:50 a4357932f1b6: Verifying Checksum 20:43:50 a4357932f1b6: Download complete 20:43:50 63d7cb157983: Verifying Checksum 20:43:50 63d7cb157983: Download complete 20:43:50 b116817d02f9: Download complete 20:43:50 5f621e34cdf4: Verifying Checksum 20:43:50 5f621e34cdf4: Download complete 20:43:50 5f621e34cdf4: Pull complete 20:43:51 a4357932f1b6: Pull complete 20:43:51 18c013af1878: Pull complete 20:43:53 745a02a5169b: Download complete 20:43:54 00ac8860ef70: Download complete 20:43:56 Running on prd-centos7-docker-4c-2g-31433 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 20:43:56 Running in /w/workspace/go-mod-configuration/15 [Pipeline] { [Pipeline] checkout 20:44:04 00ac8860ef70: Pull complete 20:44:05 63d7cb157983: Pull complete 20:44:05 b116817d02f9: Pull complete 20:44:08 using credential edgex-jenkins-ssh 20:44:08 Cloning the remote Git repository 20:44:09 745a02a5169b: Pull complete 20:44:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:44:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:44:09 ---> b7e6874047d6 20:44:09 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 20:44:08 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 20:44:09 > git init /w/workspace/go-mod-configuration/15 # timeout=10 20:44:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 20:44:09 > git --version # timeout=10 20:44:09 > git --version # 'git version 2.24.3' 20:44:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:44:11 Checking out Revision 755315623745cb59f6905b2f3c1d6e3ddc930638 (master) 20:44:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 20:44:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:44:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 20:44:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 20:44:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:11 > git config core.sparsecheckout # timeout=10 20:44:11 > git checkout -f 755315623745cb59f6905b2f3c1d6e3ddc930638 # timeout=10 20:44:12 ---> Running in 23165cb0d6d8 20:44:12 Removing intermediate container 23165cb0d6d8 20:44:12 ---> 6d59a639ba26 20:44:12 Step 4/7 : RUN apk add --update bash 20:44:12 ---> Running in 44d5cc54b897 20:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:15 OK: 142 MiB in 39 packages 20:44:15 Commit message: "Merge pull request #30 from jim-wang-intel/add-access-token-for-consul" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:44:17 Removing intermediate container 44d5cc54b897 20:44:17 ---> 2c689ba063f9 20:44:17 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:44:17 ---> Running in 167c0e8d3377 20:44:17 Removing intermediate container 167c0e8d3377 20:44:17 ---> a8bfc72c9f28 20:44:17 Step 6/7 : COPY go.mod . 20:44:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 20:44:18 ---> d43a17e9c107 20:44:18 Step 7/7 : RUN go mod download 20:44:18 ---> Running in fb5f3a8215a7 [Pipeline] sh 20:44:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:44:19 + true 20:44:19 + sudo service docker restart 20:44:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:44:22 ========================================================= 20:44:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:44:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:44:23 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:44:24 Sending build context to Docker daemon 226.8kB 20:44:24 Step 1/7 : ARG BASE=golang:1.15-alpine 20:44:24 Step 2/7 : FROM ${BASE} 20:44:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:44:25 188c0c94c7c5: Pulling fs layer 20:44:25 0ef7d3d256c8: Pulling fs layer 20:44:25 de9db76c5a1d: Pulling fs layer 20:44:25 bca2f99d35d6: Pulling fs layer 20:44:25 93359f2a8cfa: Pulling fs layer 20:44:25 7c6f9722023f: Pulling fs layer 20:44:25 a35cf1a2eb13: Pulling fs layer 20:44:25 bca2f99d35d6: Waiting 20:44:25 93359f2a8cfa: Waiting 20:44:25 7c6f9722023f: Waiting 20:44:25 a35cf1a2eb13: Waiting 20:44:25 de9db76c5a1d: Verifying Checksum 20:44:25 de9db76c5a1d: Download complete 20:44:25 0ef7d3d256c8: Verifying Checksum 20:44:25 0ef7d3d256c8: Download complete 20:44:25 93359f2a8cfa: Verifying Checksum 20:44:25 93359f2a8cfa: Download complete 20:44:25 7c6f9722023f: Verifying Checksum 20:44:25 7c6f9722023f: Download complete 20:44:25 188c0c94c7c5: Verifying Checksum 20:44:25 188c0c94c7c5: Download complete 20:44:26 188c0c94c7c5: Pull complete 20:44:27 0ef7d3d256c8: Pull complete 20:44:28 de9db76c5a1d: Pull complete 20:44:31 a35cf1a2eb13: Verifying Checksum 20:44:31 a35cf1a2eb13: Download complete 20:44:33 bca2f99d35d6: Verifying Checksum 20:44:33 bca2f99d35d6: Download complete 20:44:36 Removing intermediate container fb5f3a8215a7 20:44:36 ---> 934dbfd7afa6 20:44:36 Successfully built 934dbfd7afa6 20:44:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:44:36 + docker inspect -f . ci-base-image-arm64 20:44:36 . [Pipeline] withDockerContainer 20:44:37 prd-ubuntu18.04-docker-arm64-4c-16g-31434 does not seem to be running inside a container 20:44:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/15 -v /w/workspace/go-mod-configuration/15:/w/workspace/go-mod-configuration/15:rw,z -v /w/workspace/go-mod-configuration/15@tmp:/w/workspace/go-mod-configuration/15@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 ******** ci-base-image-arm64 cat 20:44:38 $ docker top 4308d44d94937462e0c6edb5ed87da4b0fa2223f43c67f1660c8829c1499c18b -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:39 + go version 20:44:39 go version go1.15.5 linux/arm64 [Pipeline] } 20:44:39 $ docker stop --time=1 4308d44d94937462e0c6edb5ed87da4b0fa2223f43c67f1660c8829c1499c18b 20:44:41 $ docker rm -f 4308d44d94937462e0c6edb5ed87da4b0fa2223f43c67f1660c8829c1499c18b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:43 + docker inspect -f . ci-base-image-arm64 20:44:43 . [Pipeline] withDockerContainer 20:44:43 prd-ubuntu18.04-docker-arm64-4c-16g-31434 does not seem to be running inside a container 20:44:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/15 -v /w/workspace/go-mod-configuration/15:/w/workspace/go-mod-configuration/15:rw,z -v /w/workspace/go-mod-configuration/15@tmp:/w/workspace/go-mod-configuration/15@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 ******** ci-base-image-arm64 cat 20:44:44 $ docker top bfff39c667daceeea09613606162c98c6384b8ed6b3820faee57bb395fa01748 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:45 + make test 20:44:45 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:44:52 bca2f99d35d6: Pull complete 20:44:52 93359f2a8cfa: Pull complete 20:44:52 7c6f9722023f: Pull complete 20:45:03 a35cf1a2eb13: Pull complete 20:45:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:45:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:45:03 ---> a62c8e92a672 20:45:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 20:45:03 ---> Running in 1ec74c547ebf 20:45:03 Removing intermediate container 1ec74c547ebf 20:45:03 ---> 137c03314bc1 20:45:03 Step 4/7 : RUN apk add --update bash 20:45:03 ---> Running in 5d7e74de965a 20:45:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:45:06 OK: 166 MiB in 39 packages 20:45:08 Removing intermediate container 5d7e74de965a 20:45:08 ---> b523255858e2 20:45:08 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:45:08 ---> Running in 7456256dbeb7 20:45:08 Removing intermediate container 7456256dbeb7 20:45:08 ---> 8938a5d91d8a 20:45:08 Step 6/7 : COPY go.mod . 20:45:09 ---> fac62cf3fec9 20:45:09 Step 7/7 : RUN go mod download 20:45:10 ---> Running in 6dc226ac1318 20:45:12 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.016s coverage: 85.7% of statements 20:45:14 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.613s coverage: 87.4% of statements 20:45:14 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.010s coverage: 100.0% of statements 20:45:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:45:18 gofmt -l . 20:45:18 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:45:18 $ docker stop --time=1 bfff39c667daceeea09613606162c98c6384b8ed6b3820faee57bb395fa01748 20:45:20 $ docker rm -f bfff39c667daceeea09613606162c98c6384b8ed6b3820faee57bb395fa01748 [Pipeline] // withDockerContainer [Pipeline] sh 20:45:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:45:22 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 20:45:23 ---> job-cost.sh 20:45:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RcJw 20:45:38 Removing intermediate container 6dc226ac1318 20:45:38 ---> c048411b3b41 20:45:38 Successfully built c048411b3b41 20:45:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:45:38 + docker inspect -f . ci-base-image-x86_64 20:45:39 . [Pipeline] withDockerContainer 20:45:39 prd-centos7-docker-4c-2g-31433 does not seem to be running inside a container 20:45:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/15 -v /w/workspace/go-mod-configuration/15:/w/workspace/go-mod-configuration/15:rw,z -v /w/workspace/go-mod-configuration/15@tmp:/w/workspace/go-mod-configuration/15@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 20:45:41 $ docker top e187a3938ed528415f829890df230fdd7c4e6db11b7400b8aa1059a188a9db37 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:42 + go version 20:45:42 go version go1.15.5 linux/amd64 [Pipeline] } 20:45:42 $ docker stop --time=1 e187a3938ed528415f829890df230fdd7c4e6db11b7400b8aa1059a188a9db37 20:45:45 $ docker rm -f e187a3938ed528415f829890df230fdd7c4e6db11b7400b8aa1059a188a9db37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:47 + docker inspect -f . ci-base-image-x86_64 20:45:47 . [Pipeline] withDockerContainer 20:45:47 prd-centos7-docker-4c-2g-31433 does not seem to be running inside a container 20:45:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/15 -v /w/workspace/go-mod-configuration/15:/w/workspace/go-mod-configuration/15:rw,z -v /w/workspace/go-mod-configuration/15@tmp:/w/workspace/go-mod-configuration/15@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 20:45:49 $ docker top 20b2a387be05f9fe600dd9d43022ef4eba5dc8336b62d319f4c8d06141269a79 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:51 + make test 20:45:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:46:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:46:25 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.128s coverage: 85.7% of statements 20:46:28 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.791s coverage: 87.4% of statements 20:46:28 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.029s coverage: 100.0% of statements 20:46:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:46:34 gofmt -l . 20:46:34 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:46:34 $ docker stop --time=1 20b2a387be05f9fe600dd9d43022ef4eba5dc8336b62d319f4c8d06141269a79 20:46:37 $ docker rm -f 20b2a387be05f9fe600dd9d43022ef4eba5dc8336b62d319f4c8d06141269a79 [Pipeline] // withDockerContainer [Pipeline] sh 20:46:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:46:38 Warning: overwriting stash ‘coverage-report’ 20:46:38 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 20:46:40 ---> job-cost.sh 20:46:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-g7eK 20:47:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:47:24 lf-activate-venv(): INFO: Adding /tmp/venv-RcJw/bin to PATH 20:47:24 INFO: No Stack... 20:47:24 INFO: Retrieving Pricing Info for: lf-standard-4 20:47:24 INFO: Archiving Costs [Pipeline] sh 20:47:24 + + cutcat -d, /w/workspace/go-mod-configuration/15/archives/cost.csv -f6 20:47:24 [Pipeline] lock 20:47:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] 20:47:24 Resource [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] did not exist. Created. 20:47:24 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:47:25 + echo total: 0.20999999344348907 [Pipeline] stash 20:47:25 Stashed 1 file(s) [Pipeline] } 20:47:25 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:48:10 lf-activate-venv(): INFO: Adding /tmp/venv-g7eK/bin to PATH 20:48:10 INFO: No Stack... 20:48:10 INFO: Retrieving Pricing Info for: v1-standard-2 20:48:10 INFO: Archiving Costs [Pipeline] sh 20:48:10 + cat /w/workspace/go-mod-configuration/15/archives/cost.csv 20:48:10 + cut -d, -f6 [Pipeline] lock 20:48:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] 20:48:11 Resource [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] did not exist. Created. 20:48:11 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:48:11 /w/workspace/go-mod-configuration/15@tmp/durable-ef826a9d/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 20:48:12 + echo total: 0.029999999329447746 [Pipeline] stash 20:48:12 Warning: overwriting stash ‘stack-cost’ 20:48:12 Stashed 1 file(s) [Pipeline] } 20:48:12 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-15-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 20:48:13 provisioning config files... 20:48:13 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1888537404377685952tmp [Pipeline] { [Pipeline] sh 20:48:14 + set +x 20:48:14 + curl -s https://codecov.io/bash 20:48:14 + bash -s -- 20:48:14 20:48:14 _____ _ 20:48:14 / ____| | | 20:48:14 | | ___ __| | ___ ___ _____ __ 20:48:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:48:14 | |___| (_) | (_| | __/ (_| (_) \ V / 20:48:14 \_____\___/ \__,_|\___|\___\___/ \_/ 20:48:14 Bash-20210309-2b87ace 20:48:14 20:48:14 20:48:14 ==> git version 2.24.3 found 20:48:14 ==> 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 20:48:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:48:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:48:14 ==> Jenkins CI detected. 20:48:14 project root: . 20:48:14 --> token set from env 20:48:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:48:14 ==> Running gcov in . (disable via -X gcov) 20:48:14 ==> Python coveragepy not found 20:48:14 ==> Searching for coverage reports in: 20:48:14 + . 20:48:14 -> Found 1 reports 20:48:14 ==> Detecting git/mercurial file structure 20:48:14 ==> Reading reports 20:48:14 + ./coverage.out bytes=14452 20:48:14 ==> Appending adjustments 20:48:14 https://docs.codecov.io/docs/fixing-reports 20:48:14 + Found adjustments 20:48:14 ==> Gzipping contents 20:48:14 4.0K /tmp/codecov.BEHCBv.gz 20:48:14 ==> Uploading reports 20:48:14 url: https://codecov.io 20:48:14 query: branch=master&commit=755315623745cb59f6905b2f3c1d6e3ddc930638&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F15%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 20:48:14 -> Pinging Codecov 20:48:14 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=755315623745cb59f6905b2f3c1d6e3ddc930638&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F15%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 20:48:15 -> Uploading to 20:48:15 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/9F92B070CA9CA35F4914AC8684776953/755315623745cb59f6905b2f3c1d6e3ddc930638/f7f19ec5-ebc5-4c66-a0c6-3eaf6617ab0e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T204814Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=60ab1cff8e93e945b5153003ccbed4f464b566c14392aa83b65ac3144a361e18 20:48:15 % Total % Received % Xferd Average Speed Time Time Time Current 20:48:15 Dload Upload Total Spent Left Speed 20:48:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2647 0 0 100 2647 0 5568 --:--:-- --:--:-- --:--:-- 5572 20:48:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/755315623745cb59f6905b2f3c1d6e3ddc930638 [Pipeline] } 20:48:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:48:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:48:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:48:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:48:16 20:48:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:48:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:48:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:48:17 188c0c94c7c5: Pulling fs layer 20:48:17 0ef7d3d256c8: Pulling fs layer 20:48:17 de9db76c5a1d: Pulling fs layer 20:48:17 0eba1c9be4d2: Pulling fs layer 20:48:17 0d57e429df01: Pulling fs layer 20:48:17 4e4be7b47b0d: Pulling fs layer 20:48:17 e1f770b5df2f: Pulling fs layer 20:48:17 85a0685a4137: Pulling fs layer 20:48:17 0d57e429df01: Waiting 20:48:17 4e4be7b47b0d: Waiting 20:48:17 e1f770b5df2f: Waiting 20:48:17 85a0685a4137: Waiting 20:48:17 0eba1c9be4d2: Waiting 20:48:17 de9db76c5a1d: Verifying Checksum 20:48:17 de9db76c5a1d: Download complete 20:48:17 0ef7d3d256c8: Verifying Checksum 20:48:17 0ef7d3d256c8: Download complete 20:48:17 0d57e429df01: Verifying Checksum 20:48:17 0d57e429df01: Download complete 20:48:17 4e4be7b47b0d: Verifying Checksum 20:48:17 4e4be7b47b0d: Download complete 20:48:17 188c0c94c7c5: Verifying Checksum 20:48:17 188c0c94c7c5: Download complete 20:48:17 188c0c94c7c5: Pull complete 20:48:17 0ef7d3d256c8: Pull complete 20:48:18 de9db76c5a1d: Pull complete 20:48:19 e1f770b5df2f: Verifying Checksum 20:48:19 e1f770b5df2f: Download complete 20:48:21 0eba1c9be4d2: Verifying Checksum 20:48:21 0eba1c9be4d2: Download complete 20:48:21 85a0685a4137: Verifying Checksum 20:48:21 85a0685a4137: Download complete 20:48:28 0eba1c9be4d2: Pull complete 20:48:28 0d57e429df01: Pull complete 20:48:28 4e4be7b47b0d: Pull complete 20:48:29 e1f770b5df2f: Pull complete 20:48:37 85a0685a4137: Pull complete 20:48:37 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:48:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:48:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:48:37 prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container 20:48:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:48:38 $ docker top 477c37a512ca93d61841a2eadf1246c4f53fe4820db3a6629a27309c058f1485 -eo pid,comm [Pipeline] { [Pipeline] echo 20:48:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:48:39 + set -o pipefail 20:48:39 + snyk monitor '--org=edgex-jenkins' 20:48:44 20:48:44 Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... 20:48:44 20:48:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/911ca085-9d28-49d2-a32f-44177cf055bc 20:48:44 20:48:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:48:44 20:48:44 [Pipeline] } 20:48:44 $ docker stop --time=1 477c37a512ca93d61841a2eadf1246c4f53fe4820db3a6629a27309c058f1485 20:48:47 $ docker rm -f 477c37a512ca93d61841a2eadf1246c4f53fe4820db3a6629a27309c058f1485 [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 20:48:48 + git log --format=format:%s -1 755315623745cb59f6905b2f3c1d6e3ddc930638 [Pipeline] isUnix [Pipeline] sh 20:48:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:48:48 . [Pipeline] withDockerContainer 20:48:49 prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container 20:48:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:48:49 $ docker top 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:48:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:48:50 [ssh-agent] Looking for ssh-agent implementation... 20:48:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:48:50 $ docker exec 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 ssh-agent 20:48:50 SSH_AUTH_SOCK=/tmp/ssh-FP3UYz76jIKT/agent.11 20:48:50 SSH_AGENT_PID=16 20:48:50 Running ssh-add (command line suppressed) 20:48:50 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8404146079046813159.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8404146079046813159.key) 20:48:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:48:51 + git semver tag 20:48:51 # -> Open(): unable to determine branch for HEAD 20:48:51 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 20:48:51 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 20:48:51 # $SEMVER_REMOTE_NAME = origin 20:48:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:48:51 # $SEMVER_USER_NAME = edgex-jenkins 20:48:51 # $SEMVER_BRANCH = master 20:48:51 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 20:48:51 # 755315623745cb59f6905b2f3c1d6e3ddc930638 HEAD 20:48:51 # -> Force: false 20:48:51 # b586cfc83fd875ee7ba63cdfef73e250c102dccd refs/tags/v2.0.0-dev.5 [Pipeline] } 20:48:51 $ docker exec --env ******** --env ******** 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 ssh-agent -k 20:48:51 unset SSH_AUTH_SOCK; 20:48:51 unset SSH_AGENT_PID; 20:48:51 echo Agent pid 16 killed; 20:48:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:48:51 + git semver [Pipeline] } 20:48:51 $ docker stop --time=1 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 20:48:53 $ docker rm -f 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:48:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:48:53 20:48:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:48:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:48:54 0.23.1-centos7: Pulling from edgex-lftools 20:48:54 ab5ef0e58194: Pulling fs layer 20:48:54 9712f1f96733: Pulling fs layer 20:48:54 63f879dbbcfc: Pulling fs layer 20:48:54 0d9ebad4ef96: Pulling fs layer 20:48:54 e9a5061849ea: Pulling fs layer 20:48:54 d747dcd14b5f: Pulling fs layer 20:48:54 2de7ff778b66: Pulling fs layer 20:48:54 e9a5061849ea: Waiting 20:48:54 d747dcd14b5f: Waiting 20:48:54 2de7ff778b66: Waiting 20:48:54 0d9ebad4ef96: Waiting 20:48:54 9712f1f96733: Verifying Checksum 20:48:54 9712f1f96733: Download complete 20:48:56 63f879dbbcfc: Verifying Checksum 20:48:56 63f879dbbcfc: Download complete 20:48:57 e9a5061849ea: Verifying Checksum 20:48:57 e9a5061849ea: Download complete 20:48:57 d747dcd14b5f: Verifying Checksum 20:48:57 d747dcd14b5f: Download complete 20:48:57 0d9ebad4ef96: Verifying Checksum 20:48:57 0d9ebad4ef96: Download complete 20:48:57 ab5ef0e58194: Verifying Checksum 20:48:57 ab5ef0e58194: Download complete 20:48:57 2de7ff778b66: Verifying Checksum 20:48:57 2de7ff778b66: Download complete 20:49:01 ab5ef0e58194: Pull complete 20:49:02 9712f1f96733: Pull complete 20:49:05 63f879dbbcfc: Pull complete 20:49:10 0d9ebad4ef96: Pull complete 20:49:13 e9a5061849ea: Pull complete 20:49:13 d747dcd14b5f: Pull complete 20:49:15 2de7ff778b66: Pull complete 20:49:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:49:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:49:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:49:15 prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container 20:49:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:49:19 $ docker top b1e3a6982d937c326385a3030c54e2dfcf516e66b8b98b80d78e8e2e48fe8a32 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:49:19 provisioning config files... 20:49:19 copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4408366832516477831tmp 20:49:19 copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3671128221942531101tmp 20:49:19 copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3029125608991333067tmp [Pipeline] { [Pipeline] echo 20:49:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:49:20 ---> sigul-configuration.sh 20:49:20 gpg: directory `/root/.gnupg' created 20:49:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:49:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:49:20 gpg: keyring `/root/.gnupg/secring.gpg' created 20:49:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:49:20 gpg: CAST5 encrypted data 20:49:20 gpg: encrypted with 1 passphrase 20:49:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:49:20 + mkdir /home/jenkins 20:49:20 + mkdir /home/jenkins/sigul [Pipeline] sh 20:49:21 + 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 20:49:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:49:21 ---> sigul-install.sh 20:49:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:49:26 + git tag --list 20:49:26 v0.0.0 20:49:26 v0.0.1 20:49:26 v0.0.2 20:49:26 v0.0.3 20:49:26 v0.0.4 20:49:26 v0.0.5 20:49:26 v0.0.6 20:49:26 v0.0.7 20:49:26 v0.0.8 20:49:26 v2.0.0-dev.1 20:49:26 v2.0.0-dev.2 20:49:26 v2.0.0-dev.3 20:49:26 v2.0.0-dev.4 20:49:26 v2.0.0-dev.5 [Pipeline] sh 20:49:27 + lftools sign git-tag v2.0.0-dev.5 20:49:28 Signing Git tag with Sigul... 20:49:28 Signing v2.0.0-dev.5 [Pipeline] echo 20:49:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:49:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:49:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:49:30 $ docker stop --time=1 b1e3a6982d937c326385a3030c54e2dfcf516e66b8b98b80d78e8e2e48fe8a32 20:49:32 $ docker rm -f b1e3a6982d937c326385a3030c54e2dfcf516e66b8b98b80d78e8e2e48fe8a32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:49:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:32 . [Pipeline] withDockerContainer 20:49:33 prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container 20:49:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:49:33 $ docker top d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:34 [ssh-agent] Looking for ssh-agent implementation... 20:49:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:34 $ docker exec d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac ssh-agent 20:49:34 SSH_AUTH_SOCK=/tmp/ssh-6zWMssVMAK0o/agent.12 20:49:34 SSH_AGENT_PID=17 20:49:34 Running ssh-add (command line suppressed) 20:49:34 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6892769753651029110.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6892769753651029110.key) 20:49:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:35 + git semver bump pre 20:49:35 # -> Open(): unable to determine branch for HEAD 20:49:35 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 20:49:35 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 20:49:35 # $SEMVER_REMOTE_NAME = origin 20:49:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:49:35 # $SEMVER_USER_NAME = edgex-jenkins 20:49:35 # $SEMVER_BRANCH = master 20:49:35 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 20:49:35 2.0.0-dev.6 [Pipeline] } 20:49:35 $ docker exec --env ******** --env ******** d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac ssh-agent -k 20:49:35 unset SSH_AUTH_SOCK; 20:49:35 unset SSH_AGENT_PID; 20:49:35 echo Agent pid 17 killed; 20:49:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:35 + git semver [Pipeline] } 20:49:35 $ docker stop --time=1 d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac 20:49:37 $ docker rm -f d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:49:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:37 . [Pipeline] withDockerContainer 20:49:37 prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container 20:49:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:49:38 $ docker top d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:38 [ssh-agent] Looking for ssh-agent implementation... 20:49:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:38 $ docker exec d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 ssh-agent 20:49:39 SSH_AUTH_SOCK=/tmp/ssh-qquBEBeNN3W3/agent.12 20:49:39 SSH_AGENT_PID=17 20:49:39 Running ssh-add (command line suppressed) 20:49:39 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1673094199122986900.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1673094199122986900.key) 20:49:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:39 + git semver push 20:49:39 # -> Open(): unable to determine branch for HEAD 20:49:39 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 20:49:39 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 20:49:39 # $SEMVER_REMOTE_NAME = origin 20:49:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:49:39 # $SEMVER_USER_NAME = edgex-jenkins 20:49:39 # $SEMVER_BRANCH = master 20:49:39 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 20:49:42 $ docker exec --env ******** --env ******** d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 ssh-agent -k 20:49:43 unset SSH_AUTH_SOCK; 20:49:43 unset SSH_AGENT_PID; 20:49:43 echo Agent pid 17 killed; 20:49:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:43 + git semver [Pipeline] } 20:49:43 $ docker stop --time=1 d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 20:49:45 $ docker rm -f d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 [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 20:49:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:49:47 ---> package-listing.sh 20:49:47 ++ facter osfamily 20:49:47 ++ tr '[:upper:]' '[:lower:]' 20:49:47 + OS_FAMILY=redhat 20:49:47 + workspace=/w/workspace/ndry_go-mod-configuration_master 20:49:47 + START_PACKAGES=/tmp/packages_start.txt 20:49:47 + END_PACKAGES=/tmp/packages_end.txt 20:49:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:49:47 + PACKAGES=/tmp/packages_start.txt 20:49:47 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 20:49:47 + PACKAGES=/tmp/packages_end.txt 20:49:47 + case "${OS_FAMILY}" in 20:49:47 + rpm -qa 20:49:47 + sort 20:49:52 + '[' -f /tmp/packages_start.txt ']' 20:49:52 + '[' -f /tmp/packages_end.txt ']' 20:49:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:49:52 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 20:49:52 + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ 20:49:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo 20:49:52 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:49:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:49:53 20:49:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:49:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:49:53 alpine: Pulling from edgex-lftools-log-publisher 20:49:53 df20fa9351a1: Pulling fs layer 20:49:53 36b3adc4ff6f: Pulling fs layer 20:49:53 8ad3a11d3b57: Pulling fs layer 20:49:53 46f8f816bc3b: Pulling fs layer 20:49:53 93b61091891f: Pulling fs layer 20:49:53 93b9cdb0e59b: Pulling fs layer 20:49:53 5e14af77c1be: Pulling fs layer 20:49:53 01666e4c0597: Pulling fs layer 20:49:53 aa168da1d23b: Pulling fs layer 20:49:53 93b9cdb0e59b: Waiting 20:49:53 5e14af77c1be: Waiting 20:49:53 01666e4c0597: Waiting 20:49:53 aa168da1d23b: Waiting 20:49:53 46f8f816bc3b: Waiting 20:49:53 93b61091891f: Waiting 20:49:53 36b3adc4ff6f: Download complete 20:49:53 46f8f816bc3b: Verifying Checksum 20:49:53 46f8f816bc3b: Download complete 20:49:53 df20fa9351a1: Verifying Checksum 20:49:53 df20fa9351a1: Download complete 20:49:53 93b9cdb0e59b: Verifying Checksum 20:49:53 93b9cdb0e59b: Download complete 20:49:53 5e14af77c1be: Download complete 20:49:53 93b61091891f: Download complete 20:49:53 01666e4c0597: Verifying Checksum 20:49:53 01666e4c0597: Download complete 20:49:54 df20fa9351a1: Pull complete 20:49:54 8ad3a11d3b57: Verifying Checksum 20:49:54 8ad3a11d3b57: Download complete 20:49:54 36b3adc4ff6f: Pull complete 20:49:55 8ad3a11d3b57: Pull complete 20:49:55 aa168da1d23b: Verifying Checksum 20:49:56 46f8f816bc3b: Pull complete 20:49:56 93b61091891f: Pull complete 20:49:56 93b9cdb0e59b: Pull complete 20:49:56 5e14af77c1be: Pull complete 20:49:56 01666e4c0597: Pull complete 20:50:05 aa168da1d23b: Pull complete 20:50:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:50:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:50:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:50:05 prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container 20:50:05 $ 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:50:07 $ docker top 8e80227a96f0391fcdc11ea3440d3a0f40bd51873d039c9f7c550003833f77b8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:50:08 + touch /tmp/pre-build-complete [Pipeline] sh 20:50:08 + mkdir -p /var/log/sa [Pipeline] sh 20:50:09 + ls /var/log/sa-host 20:50:09 + sadf -c /var/log/sa-host/sa23 20:50:09 file_magic: OK 20:50:09 HZ: Using current value: 100 20:50:09 file_header: OK 20:50:09 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 20:50:09 Statistics: 20:50:09 Hnuu...uuuununununu... 20:50:09 File successfully converted to sysstat format version 12.2.1 20:50:09 + sadf -c /var/log/sa-host/sa25 20:50:09 file_magic: OK 20:50:09 HZ: Using current value: 100 20:50:09 file_header: OK 20:50:09 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 20:50:09 Statistics: 20:50:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:50:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:50:09 provisioning config files... 20:50:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5257543076013445457tmp [Pipeline] { [Pipeline] echo 20:50:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:50:10 ---> create-netrc.sh [Pipeline] } 20:50:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:50:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:50:10 ---> python-tools-install.sh [Pipeline] echo 20:50:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:50:10 ---> sudo-logs.sh 20:50:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:50:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:50:11 ---> job-cost.sh 20:50:11 lf-activate-venv: SKIPPING 20:50:11 DEBUG: total: 0.029999999329447746 20:50:11 INFO: Retrieving Stack Cost... 20:50:12 INFO: Retrieving Pricing Info for: v1-standard-2 20:50:13 INFO: Archiving Costs [Pipeline] echo 20:50:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:50:13 ---> logs-deploy.sh 20:50:13 lf-activate-venv: SKIPPING 20:50:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/15 20:50:13 INFO: archiving workspace using pattern(s): 20:50:15 Archives upload complete. 20:50:15 INFO: archiving logs to Nexus 20:50:16 ---> uname -a: 20:50:16 Linux prd-centos7-docker-4c-2g-31432.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:50:16 20:50:16 20:50:16 ---> lscpu: 20:50:16 Architecture: x86_64 20:50:16 CPU op-mode(s): 32-bit, 64-bit 20:50:16 Byte Order: Little Endian 20:50:16 Address sizes: 40 bits physical, 48 bits virtual 20:50:16 CPU(s): 4 20:50:16 On-line CPU(s) list: 0-3 20:50:16 Thread(s) per core: 1 20:50:16 Core(s) per socket: 1 20:50:16 Socket(s): 4 20:50:16 NUMA node(s): 1 20:50:16 Vendor ID: GenuineIntel 20:50:16 CPU family: 6 20:50:16 Model: 44 20:50:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:50:16 Stepping: 1 20:50:16 CPU MHz: 2933.436 20:50:16 BogoMIPS: 5866.87 20:50:16 Virtualization: VT-x 20:50:16 Hypervisor vendor: KVM 20:50:16 Virtualization type: full 20:50:16 L1d cache: 128 KiB 20:50:16 L1i cache: 128 KiB 20:50:16 L2 cache: 16 MiB 20:50:16 L3 cache: 64 MiB 20:50:16 NUMA node0 CPU(s): 0-3 20:50:16 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:50:16 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:50:16 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:50:16 Vulnerability Meltdown: Mitigation; PTI 20:50:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:50:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:50:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:50:16 Vulnerability Srbds: Not affected 20:50:16 Vulnerability Tsx async abort: Not affected 20:50:16 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 20:50:16 20:50:16 20:50:16 ---> nproc: 20:50:16 4 20:50:16 20:50:16 20:50:16 ---> df -h: 20:50:16 Filesystem Size Used Available Use% Mounted on 20:50:16 overlay 50.0G 8.5G 41.4G 17% / 20:50:16 tmpfs 64.0M 0 64.0M 0% /dev 20:50:16 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:50:16 shm 64.0M 0 64.0M 0% /dev/shm 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/ndry_go-mod-configuration_master@tmp 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:50:16 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/ndry_go-mod-configuration_master 20:50:16 20:50:16 20:50:16 ---> free -m: 20:50:16 total used free shared buff/cache available 20:50:16 Mem: 1837 832 148 0 856 940 20:50:16 Swap: 1023 3 1020 20:50:16 20:50:16 20:50:16 ---> ip addr: 20:50:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:50:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:50:16 inet 127.0.0.1/8 scope host lo 20:50:16 valid_lft forever preferred_lft forever 20:50:16 inet6 ::1/128 scope host 20:50:16 valid_lft forever preferred_lft forever 20:50:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:50:16 link/ether fa:16:3e:4c:21:68 brd ff:ff:ff:ff:ff:ff 20:50:16 inet 10.30.122.188/23 brd 10.30.123.255 scope global dynamic eth0 20:50:16 valid_lft 85716sec preferred_lft 85716sec 20:50:16 inet6 fe80::f816:3eff:fe4c:2168/64 scope link 20:50:16 valid_lft forever preferred_lft forever 20:50:16 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:50:16 link/ether 02:42:e1:1f:69:5c brd ff:ff:ff:ff:ff:ff 20:50:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:50:16 valid_lft forever preferred_lft forever 20:50:16 inet6 fe80::42:e1ff:fe1f:695c/64 scope link 20:50:16 valid_lft forever preferred_lft forever 20:50:16 20:50:16 20:50:16 ---> sar -b -r -n DEV: 20:50:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 20:50:16 20:50:16 20:38:40 LINUX RESTART (4 CPU) 20:50:16 20:50:16 20:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:50:16 20:40:02 130.39 46.52 83.87 0.00 7863.28 39059.57 0.00 20:50:16 20:41:01 2.52 0.00 2.52 0.00 0.00 54.60 0.00 20:50:16 20:42:01 0.15 0.00 0.15 0.00 0.00 2.02 0.00 20:50:16 20:43:01 0.28 0.00 0.28 0.00 0.00 2.93 0.00 20:50:16 20:44:01 0.18 0.00 0.18 0.00 0.00 2.96 0.00 20:50:16 20:45:01 0.52 0.00 0.52 0.00 0.00 8.26 0.00 20:50:16 20:46:01 0.67 0.00 0.67 0.00 0.00 7.51 0.00 20:50:16 20:47:01 0.32 0.00 0.32 0.00 0.00 4.13 0.00 20:50:16 20:48:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 20:50:16 20:49:01 300.30 171.36 128.94 0.00 8500.73 44740.85 0.00 20:50:16 20:50:01 261.52 117.88 143.64 0.00 7906.34 37015.00 0.00 20:50:16 Average: 63.52 30.60 32.92 0.00 2211.39 11015.76 0.00 20:50:16 20:50:16 20:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:50:16 20:40:02 151772 0 619468 32.92 2616 1107688 1112004 37.95 431384 1100680 132 20:50:16 20:41:01 154804 0 616500 32.77 2616 1107624 1111584 37.94 431676 1097572 20 20:50:16 20:42:01 156920 0 614380 32.65 2616 1107628 1080492 36.88 428888 1098832 8 20:50:16 20:43:01 155572 0 615728 32.72 2616 1107628 1080660 36.88 437840 1090872 8 20:50:16 20:44:01 156136 0 615156 32.69 2616 1107636 1080648 36.88 435056 1093632 20 20:50:16 20:45:01 154944 0 616344 32.76 2616 1107640 1080600 36.88 446784 1083032 12 20:50:16 20:46:01 155752 0 615532 32.71 2616 1107644 1080492 36.88 445944 1083032 8 20:50:16 20:47:01 155752 0 615528 32.71 2616 1107648 1080492 36.88 446056 1083032 8 20:50:16 20:48:01 155628 0 615644 32.72 2616 1107656 1080492 36.88 446204 1083032 8 20:50:16 20:49:01 142840 0 760524 40.42 2592 975588 1516584 51.76 598352 875964 93148 20:50:16 20:50:01 75692 0 849424 45.15 1488 954940 1547352 52.81 694584 763304 26492 20:50:16 Average: 146892 0 650384 34.57 2511 1081756 1168309 39.87 476615 1041180 10897 20:50:16 20:50:16 20:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:50:16 20:40:02 eth0 494.54 293.56 1043.46 90.03 0.00 0.00 0.00 0.00 20:50:16 20:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:40:02 docker0 0.90 0.75 0.18 1.13 0.00 0.00 0.00 0.00 20:50:16 20:41:01 eth0 3.23 2.22 3.04 0.16 0.00 0.00 0.00 0.00 20:50:16 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:42:01 eth0 0.28 0.08 0.02 0.01 0.00 0.00 0.00 0.00 20:50:16 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:43:01 eth0 2.03 0.37 0.39 0.17 0.00 0.00 0.00 0.00 20:50:16 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:44:01 eth0 0.93 0.63 0.53 0.40 0.00 0.00 0.00 0.00 20:50:16 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:45:01 eth0 1.20 0.47 0.48 0.27 0.00 0.00 0.00 0.00 20:50:16 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:46:01 eth0 0.15 0.10 0.01 0.04 0.00 0.00 0.00 0.00 20:50:16 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:50:16 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:50:16 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:49:01 eth0 812.36 724.75 7344.97 64.76 0.00 0.00 0.00 0.00 20:50:16 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:49:01 docker0 26.11 24.48 2.52 66.64 0.00 0.00 0.00 0.00 20:50:16 20:50:01 eth0 341.59 277.80 2464.94 135.56 0.00 0.00 0.00 0.00 20:50:16 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 20:50:01 docker0 32.81 40.78 1.95 233.40 0.00 0.00 0.00 0.00 20:50:16 Average: eth0 150.93 118.46 989.44 26.55 0.00 0.00 0.00 0.00 20:50:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:50:16 Average: docker0 5.45 6.02 0.42 27.45 0.00 0.00 0.00 0.00 20:50:16 20:50:16 20:50:16 ---> sar -P ALL: 20:50:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 20:50:16 20:50:16 20:38:40 LINUX RESTART (4 CPU) 20:50:16 20:50:16 20:39:01 CPU %user %nice %system %iowait %steal %idle 20:50:16 20:40:02 all 13.11 0.00 6.23 5.95 0.16 74.55 20:50:16 20:40:02 0 13.12 0.00 9.02 8.15 0.15 69.55 20:50:16 20:40:02 1 13.46 0.00 5.15 4.88 0.15 76.35 20:50:16 20:40:02 2 11.77 0.00 6.23 7.25 0.17 74.57 20:50:16 20:40:02 3 14.10 0.00 4.51 3.50 0.15 77.74 20:50:16 20:41:01 all 0.21 0.00 0.05 0.00 0.02 99.72 20:50:16 20:41:01 0 0.07 0.00 0.05 0.00 0.02 99.86 20:50:16 20:41:01 1 0.54 0.00 0.05 0.00 0.02 99.39 20:50:16 20:41:01 2 0.12 0.00 0.03 0.00 0.02 99.83 20:50:16 20:41:01 3 0.10 0.00 0.07 0.00 0.02 99.81 20:50:16 20:42:01 all 0.11 0.00 0.03 0.00 0.00 99.85 20:50:16 20:42:01 0 0.07 0.00 0.07 0.00 0.00 99.87 20:50:16 20:42:01 1 0.23 0.00 0.02 0.00 0.00 99.75 20:50:16 20:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:50:16 20:42:01 3 0.12 0.00 0.03 0.00 0.00 99.85 20:50:16 20:43:01 all 0.17 0.00 0.04 0.00 0.01 99.79 20:50:16 20:43:01 0 0.08 0.00 0.07 0.00 0.02 99.83 20:50:16 20:43:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:50:16 20:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:50:16 20:43:01 3 0.53 0.00 0.03 0.00 0.02 99.42 20:50:16 20:44:01 all 0.16 0.00 0.04 0.00 0.02 99.78 20:50:16 20:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:50:16 20:44:01 1 0.10 0.00 0.05 0.00 0.02 99.83 20:50:16 20:44:01 2 0.02 0.00 0.03 0.00 0.03 99.92 20:50:16 20:44:01 3 0.48 0.00 0.05 0.00 0.03 99.43 20:50:16 20:45:01 all 0.15 0.00 0.06 0.00 0.00 99.79 20:50:16 20:45:01 0 0.05 0.00 0.10 0.00 0.00 99.85 20:50:16 20:45:01 1 0.48 0.00 0.07 0.00 0.00 99.45 20:50:16 20:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:50:16 20:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:50:16 20:46:01 all 0.04 0.00 0.04 0.00 0.00 99.92 20:50:16 20:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:50:16 20:46:01 1 0.05 0.00 0.02 0.00 0.02 99.92 20:50:16 20:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:50:16 20:46:01 3 0.08 0.00 0.08 0.00 0.00 99.83 20:50:16 20:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:50:16 20:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:50:16 20:47:01 1 0.53 0.00 0.05 0.00 0.00 99.42 20:50:16 20:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:50:16 20:47:01 3 0.03 0.00 0.05 0.00 0.02 99.90 20:50:16 20:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:50:16 20:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:50:16 20:48:01 1 0.52 0.00 0.02 0.00 0.00 99.47 20:50:16 20:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:50:16 20:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:50:16 20:49:01 all 12.60 0.00 8.69 3.03 0.40 75.28 20:50:16 20:49:01 0 12.88 0.00 9.23 2.27 0.38 75.24 20:50:16 20:49:01 1 12.14 0.00 8.97 2.17 0.41 76.30 20:50:16 20:49:01 2 12.86 0.00 8.48 3.63 0.46 74.57 20:50:16 20:49:01 3 12.53 0.00 8.09 4.03 0.35 75.00 20:50:16 20:50:01 all 13.18 0.00 9.47 3.93 0.30 73.12 20:50:16 20:50:01 0 12.35 0.00 10.29 1.10 0.21 76.05 20:50:16 20:50:01 1 14.37 0.00 9.68 3.16 0.34 72.45 20:50:16 20:50:01 2 14.59 0.00 9.72 7.63 0.33 67.73 20:50:16 20:50:01 3 11.41 0.00 8.20 3.85 0.31 76.22 20:50:16 20:50:16 Average: CPU %user %nice %system %iowait %steal %idle 20:50:16 Average: all 3.57 0.00 2.20 1.15 0.08 92.99 20:50:16 Average: 0 3.44 0.00 2.57 1.03 0.07 92.89 20:50:16 Average: 1 3.80 0.00 2.15 0.91 0.09 93.06 20:50:16 Average: 2 3.53 0.00 2.20 1.65 0.09 92.53 20:50:16 Average: 3 3.53 0.00 1.89 1.01 0.08 93.49 20:50:16 20:50:16 20:50:16