Pull request #525 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d rather than 827fd734d16e4a7ea80647e1e224667c70abf8c8 Obtained Jenkinsfile from f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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-28059 in /w/workspace/dry_go-mod-core-contracts_PR-525 [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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-525 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 Merge succeeded, producing 827fd734d16e4a7ea80647e1e224667c70abf8c8 Checking out Revision 827fd734d16e4a7ea80647e1e224667c70abf8c8 (PR-525) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 Commit message: "feat: Modify MQTT Addressable" First time build. Skipping changelog. > git rev-list --no-walk 881a0bbd0e21472938e8257c6e99479ee7670feb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:50:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:50:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:50:14 ========================================================= 15:50:14 EdgeX Global Pipelines Version Info 15:50:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:50:16 ------------------- 15:50:16 stable info: 15:50:16 ------------------- 15:50:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:50:16 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 15:50:16 Message: update stable to v1.0.183 15:50:17 ------------------- 15:50:17 experimental info: 15:50:17 ------------------- 15:50:17 Commited By: **** collab-it+edgex@linuxfoundation.org 15:50:17 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 15:50:17 Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:50:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:50:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:50:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:50:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:50:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-525 [Pipeline] echo 15:50:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-525 [Pipeline] echo 15:50:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-525 [Pipeline] echo 15:50:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 827fd734d16e4a7ea80647e1e224667c70abf8c8 [Pipeline] echo 15:50:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 827fd73 [Pipeline] echo 15:50:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:50:21 + git log --format=format:%s -1 827fd734d16e4a7ea80647e1e224667c70abf8c8 [Pipeline] echo 15:50:21 GIT_COMMIT: 827fd734d16e4a7ea80647e1e224667c70abf8c8, Commit Message: feat: Modify MQTT Addressable [Pipeline] echo 15:50:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:50:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:22 15:50:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:50:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:23 latest: Pulling from edgex-devops/git-semver 15:50:23 31603596830f: Pulling fs layer 15:50:23 2a8b12db71e7: Pulling fs layer 15:50:23 6ca5941a6612: Pulling fs layer 15:50:23 ecc8261a40a4: Pulling fs layer 15:50:23 ecc8261a40a4: Waiting 15:50:23 2a8b12db71e7: Verifying Checksum 15:50:23 2a8b12db71e7: Download complete 15:50:23 31603596830f: Download complete 15:50:23 ecc8261a40a4: Verifying Checksum 15:50:23 ecc8261a40a4: Download complete 15:50:23 6ca5941a6612: Verifying Checksum 15:50:23 6ca5941a6612: Download complete 15:50:23 31603596830f: Pull complete 15:50:24 2a8b12db71e7: Pull complete 15:50:25 6ca5941a6612: Pull complete 15:50:25 ecc8261a40a4: Pull complete 15:50:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:50:25 prd-centos7-docker-4c-2g-28059 does not seem to be running inside a container 15:50:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-525 -v /w/workspace/dry_go-mod-core-contracts_PR-525:/w/workspace/dry_go-mod-core-contracts_PR-525:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-525@tmp:/w/workspace/dry_go-mod-core-contracts_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:50:27 $ docker top 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:27 [ssh-agent] Looking for ssh-agent implementation... 15:50:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:28 $ docker exec 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d ssh-agent 15:50:28 SSH_AUTH_SOCK=/tmp/ssh-0iabB2UlIT2m/agent.12 15:50:28 SSH_AGENT_PID=17 15:50:28 Running ssh-add (command line suppressed) 15:50:28 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_1110280805702913095.key (/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_1110280805702913095.key) 15:50:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:28 + git tag --points-at HEAD [Pipeline] } 15:50:28 $ docker exec --env ******** --env ******** 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d ssh-agent -k 15:50:28 unset SSH_AUTH_SOCK; 15:50:28 unset SSH_AGENT_PID; 15:50:28 echo Agent pid 17 killed; 15:50:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:50:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:29 [ssh-agent] Looking for ssh-agent implementation... 15:50:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:29 $ docker exec 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d ssh-agent 15:50:29 SSH_AUTH_SOCK=/tmp/ssh-wXZDHcMGITJB/agent.46 15:50:29 SSH_AGENT_PID=51 15:50:29 Running ssh-add (command line suppressed) 15:50:29 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_3776784258604740725.key (/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_3776784258604740725.key) 15:50:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:29 + git semver init 15:50:29 # -> Open(): unable to determine branch for HEAD 15:50:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-525/.git 15:50:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-525 15:50:29 # $SEMVER_REMOTE_NAME = origin 15:50:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:50:29 # $SEMVER_USER_NAME = edgex-jenkins 15:50:29 # $SEMVER_BRANCH = PR-525 15:50:29 # $SEMVER_TEMP = /tmp/semver-408821763 15:50:29 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:50:30 # '/tmp/semver-408821763' -> '/w/workspace/dry_go-mod-core-contracts_PR-525/.semver' 15:50:30 # -> Force: false 15:50:30 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-525/.semver [Pipeline] } 15:50:30 $ docker exec --env ******** --env ******** 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d ssh-agent -k 15:50:31 unset SSH_AUTH_SOCK; 15:50:31 unset SSH_AGENT_PID; 15:50:31 echo Agent pid 51 killed; 15:50:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:31 + git semver [Pipeline] } 15:50:31 $ docker stop --time=1 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d 15:50:33 $ docker rm -f 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d [Pipeline] // withDockerContainer [Pipeline] sh 15:50:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:50:34 Stashed 1 file(s) [Pipeline] echo 15:50:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 15:50:50 Still waiting to schedule task 15:50:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:50:50 Still waiting to schedule task 15:50:50 ‘prd-ubuntu18.04-docker-8c-8g-28054’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28053’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28058’ is offline 15:52:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28060 in /w/workspace/dry_go-mod-core-contracts_PR-525 [Pipeline] { [Pipeline] ws 15:52:58 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 15:53:03 using credential edgex-jenkins-ssh 15:53:03 Cloning the remote Git repository 15:53:03 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:53:03 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 15:53:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:53:03 > git --version # timeout=10 15:53:03 > git --version # 'git version 2.17.1' 15:53:03 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:53:06 Merging remotes/origin/master commit f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 15:53:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:53:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:53:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:53:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:53:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:53:06 > git config core.sparsecheckout # timeout=10 15:53:06 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 15:53:06 > git remote # timeout=10 15:53:06 > git config --get remote.origin.url # timeout=10 15:53:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:06 > git merge f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 15:53:06 Merge succeeded, producing 827fd734d16e4a7ea80647e1e224667c70abf8c8 15:53:06 Checking out Revision 827fd734d16e4a7ea80647e1e224667c70abf8c8 (PR-525) 15:53:06 > git rev-parse HEAD^{commit} # timeout=10 15:53:06 > git config core.sparsecheckout # timeout=10 15:53:06 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 15:53:10 Commit message: "feat: Modify MQTT Addressable" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:53:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:53:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:53:13 + sudo service docker restart 15:53:13 + true [Pipeline] unstash [Pipeline] echo 15:53:16 ========================================================= 15:53:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:53:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:53:16 + 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 . 15:53:17 Sending build context to Docker daemon 2.757MB 15:53:17 Step 1/7 : ARG BASE=golang:1.15-alpine 15:53:17 Step 2/7 : FROM ${BASE} 15:53:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:53:18 5f621e34cdf4: Pulling fs layer 15:53:18 a4357932f1b6: Pulling fs layer 15:53:18 18c013af1878: Pulling fs layer 15:53:18 00ac8860ef70: Pulling fs layer 15:53:18 63d7cb157983: Pulling fs layer 15:53:18 b116817d02f9: Pulling fs layer 15:53:18 745a02a5169b: Pulling fs layer 15:53:18 63d7cb157983: Waiting 15:53:18 00ac8860ef70: Waiting 15:53:18 b116817d02f9: Waiting 15:53:18 745a02a5169b: Waiting 15:53:18 18c013af1878: Download complete 15:53:18 a4357932f1b6: Download complete 15:53:18 63d7cb157983: Download complete 15:53:18 b116817d02f9: Verifying Checksum 15:53:18 b116817d02f9: Download complete 15:53:18 5f621e34cdf4: Verifying Checksum 15:53:18 5f621e34cdf4: Download complete 15:53:19 5f621e34cdf4: Pull complete 15:53:20 a4357932f1b6: Pull complete 15:53:20 18c013af1878: Pull complete 15:53:21 745a02a5169b: Download complete 15:53:22 00ac8860ef70: Verifying Checksum 15:53:22 00ac8860ef70: Download complete 15:53:32 00ac8860ef70: Pull complete 15:53:32 63d7cb157983: Pull complete 15:53:32 b116817d02f9: Pull complete 15:53:36 745a02a5169b: Pull complete 15:53:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:53:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:53:36 ---> b7e6874047d6 15:53:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:53:37 Running on prd-centos7-docker-4c-2g-28061 in /w/workspace/dry_go-mod-core-contracts_PR-525 [Pipeline] { [Pipeline] ws 15:53:37 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 15:53:39 ---> Running in ebb6d3e33015 15:53:39 Removing intermediate container ebb6d3e33015 15:53:39 ---> 1ba59ef62bc8 15:53:39 Step 4/7 : RUN apk add bash 15:53:39 using credential edgex-jenkins-ssh 15:53:39 Cloning the remote Git repository 15:53:39 ---> Running in fb24f61447ee 15:53:39 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:53:39 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 15:53:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:53:39 > git --version # timeout=10 15:53:39 > git --version # 'git version 2.24.3' 15:53:39 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:53:41 Merging remotes/origin/master commit f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 15:53:41 Merge succeeded, producing 827fd734d16e4a7ea80647e1e224667c70abf8c8 15:53:41 Checking out Revision 827fd734d16e4a7ea80647e1e224667c70abf8c8 (PR-525) 15:53:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:53:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:53:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:53:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:53:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:53:40 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:53:40 > git config core.sparsecheckout # timeout=10 15:53:40 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 15:53:41 > git remote # timeout=10 15:53:41 > git config --get remote.origin.url # timeout=10 15:53:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:41 > git merge f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 15:53:41 > git rev-parse HEAD^{commit} # timeout=10 15:53:41 > git config core.sparsecheckout # timeout=10 15:53:41 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 15:53:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:53:42 OK: 142 MiB in 39 packages 15:53:44 Removing intermediate container fb24f61447ee 15:53:44 ---> d04846fe4245 15:53:44 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:53:44 ---> Running in dd2749901c6f 15:53:44 Commit message: "feat: Modify MQTT Addressable" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 15:53:45 Removing intermediate container dd2749901c6f 15:53:45 ---> d7c4fcc407c2 15:53:45 Step 6/7 : COPY go.mod . [Pipeline] script [Pipeline] { [Pipeline] sh 15:53:46 ---> 98791e100dc8 15:53:46 Step 7/7 : RUN go mod download 15:53:46 ---> Running in 46e762794c24 15:53:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:53:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:53:47 + sudo service docker restart 15:53:47 + true 15:53:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:53:49 ========================================================= 15:53:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:53:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:53:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:53:50 Sending build context to Docker daemon 2.757MB 15:53:50 Step 1/7 : ARG BASE=golang:1.15-alpine 15:53:50 Step 2/7 : FROM ${BASE} 15:53:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:53:50 188c0c94c7c5: Pulling fs layer 15:53:50 0ef7d3d256c8: Pulling fs layer 15:53:50 de9db76c5a1d: Pulling fs layer 15:53:50 bca2f99d35d6: Pulling fs layer 15:53:50 93359f2a8cfa: Pulling fs layer 15:53:50 7c6f9722023f: Pulling fs layer 15:53:50 a35cf1a2eb13: Pulling fs layer 15:53:50 93359f2a8cfa: Waiting 15:53:50 7c6f9722023f: Waiting 15:53:50 a35cf1a2eb13: Waiting 15:53:50 bca2f99d35d6: Waiting 15:53:50 de9db76c5a1d: Verifying Checksum 15:53:50 de9db76c5a1d: Download complete 15:53:50 0ef7d3d256c8: Verifying Checksum 15:53:50 0ef7d3d256c8: Download complete 15:53:50 93359f2a8cfa: Verifying Checksum 15:53:50 93359f2a8cfa: Download complete 15:53:50 7c6f9722023f: Verifying Checksum 15:53:50 7c6f9722023f: Download complete 15:53:50 188c0c94c7c5: Verifying Checksum 15:53:50 188c0c94c7c5: Download complete 15:53:50 188c0c94c7c5: Pull complete 15:53:50 0ef7d3d256c8: Pull complete 15:53:50 de9db76c5a1d: Pull complete 15:53:51 a35cf1a2eb13: Verifying Checksum 15:53:51 a35cf1a2eb13: Download complete 15:53:52 bca2f99d35d6: Verifying Checksum 15:53:52 bca2f99d35d6: Download complete 15:53:58 bca2f99d35d6: Pull complete 15:53:58 93359f2a8cfa: Pull complete 15:53:58 7c6f9722023f: Pull complete 15:54:01 Removing intermediate container 46e762794c24 15:54:01 ---> 86d185dbe840 15:54:01 Successfully built 86d185dbe840 15:54:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:54:02 + docker inspect -f . ci-base-image-arm64 15:54:02 . [Pipeline] withDockerContainer 15:54:02 prd-ubuntu18.04-docker-arm64-4c-16g-28060 does not seem to be running inside a container 15:54:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:54:04 $ docker top 8b0978b476839b3208849dea1be9cff3cfb3ac053e90be974781e1a33a0050a6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:04 a35cf1a2eb13: Pull complete 15:54:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:54:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:54:04 ---> a62c8e92a672 15:54:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:54:05 ---> Running in 9c2b8acf1393 15:54:05 Removing intermediate container 9c2b8acf1393 15:54:05 ---> e4be46bc9694 15:54:05 Step 4/7 : RUN apk add bash 15:54:05 ---> Running in 9478086d72ba 15:54:05 + go version 15:54:05 go version go1.15.5 linux/arm64 [Pipeline] } 15:54:05 $ docker stop --time=1 8b0978b476839b3208849dea1be9cff3cfb3ac053e90be974781e1a33a0050a6 15:54:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:07 OK: 166 MiB in 39 packages 15:54:07 $ docker rm -f 8b0978b476839b3208849dea1be9cff3cfb3ac053e90be974781e1a33a0050a6 15:54:07 Removing intermediate container 9478086d72ba 15:54:07 ---> c1592c30f3a0 15:54:07 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:54:07 ---> Running in 28b1d2f24958 [Pipeline] // withDockerContainer 15:54:08 Removing intermediate container 28b1d2f24958 15:54:08 ---> 7e5620cdf98f 15:54:08 Step 6/7 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } 15:54:08 ---> bf610d35eb91 15:54:08 Step 7/7 : RUN go mod download 15:54:08 ---> Running in d6d1aed5509d [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:54:08 + docker inspect -f . ci-base-image-arm64 15:54:08 . [Pipeline] withDockerContainer 15:54:09 prd-ubuntu18.04-docker-arm64-4c-16g-28060 does not seem to be running inside a container 15:54:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:54:10 $ docker top 4b504375826d7764c5f860b27a0eb006d9e3b6df38b14c2cc7840b248edd03c2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:11 + make test 15:54:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:54:20 Removing intermediate container d6d1aed5509d 15:54:20 ---> da4d7fac9e46 15:54:20 Successfully built da4d7fac9e46 15:54:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:54:20 + docker inspect -f . ci-base-image-x86_64 15:54:20 . [Pipeline] withDockerContainer 15:54:21 prd-centos7-docker-4c-2g-28061 does not seem to be running inside a container 15:54:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:54:21 $ docker top d2146d02fbeb162c2a8f995eaca2d12eed54b3014e924039232f0d4a4bc5a186 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:22 + go version 15:54:22 go version go1.15.5 linux/amd64 [Pipeline] } 15:54:22 $ docker stop --time=1 d2146d02fbeb162c2a8f995eaca2d12eed54b3014e924039232f0d4a4bc5a186 15:54:23 $ docker rm -f d2146d02fbeb162c2a8f995eaca2d12eed54b3014e924039232f0d4a4bc5a186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:54:24 + docker inspect -f . ci-base-image-x86_64 15:54:24 . [Pipeline] withDockerContainer 15:54:24 prd-centos7-docker-4c-2g-28061 does not seem to be running inside a container 15:54:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:54:25 $ docker top e3e6229c2e6ad9264cfc2a58cb475366ad702c935b4b57e18667f02cedcb98b6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:26 + make test 15:54:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:54:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:54:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.010s coverage: 85.7% of statements 15:54:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.023s coverage: 100.0% of statements 15:54:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements 15:54:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.037s coverage: 77.8% of statements 15:54:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.009s coverage: 26.3% of statements 15:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.051s coverage: 14.7% of statements 15:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.006s coverage: 100.0% of statements 15:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.063s coverage: 91.8% of statements 15:54:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:54:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.005s coverage: 100.0% of statements 15:54:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.016s coverage: 36.7% of statements 15:54:37 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 15:54:37 v2/dtos/addressable.go:44:10: ambiguous selector a.Type 15:54:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.054s coverage: 63.0% of statements 15:54:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements 15:54:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.005s coverage: 15.4% of statements 15:54:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements 15:54:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.008s coverage: 14.3% of statements 15:54:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:54:37 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http [build failed] 15:54:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:54:37 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos.test] 15:54:37 v2/dtos/addressable.go:44: ambiguous selector a.Type 15:54:37 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [build failed] 15:54:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements 15:54:38 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] 15:54:38 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses [build failed] 15:54:38 make: *** [Makefile:6: test] Error 2 [Pipeline] } 15:54:38 $ docker stop --time=1 e3e6229c2e6ad9264cfc2a58cb475366ad702c935b4b57e18667f02cedcb98b6 15:54:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:54:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.029s coverage: 85.7% of statements 15:54:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.028s coverage: 100.0% of statements 15:54:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.049s coverage: 45.4% of statements 15:54:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.051s coverage: 77.8% of statements 15:54:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:54:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.047s coverage: 26.3% of statements 15:54:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements 15:54:40 $ docker rm -f e3e6229c2e6ad9264cfc2a58cb475366ad702c935b4b57e18667f02cedcb98b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:54:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.013s coverage: 100.0% of statements 15:54:42 ---> job-cost.sh 15:54:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ups7 15:54:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.074s coverage: 91.8% of statements 15:54:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:54:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:54:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.038s coverage: 100.0% of statements 15:54:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.041s coverage: 36.7% of statements 15:54:45 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 15:54:45 v2/dtos/addressable.go:44:10: ambiguous selector a.Type 15:54:47 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos.test] 15:54:47 v2/dtos/addressable.go:44: ambiguous selector a.Type 15:54:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.113s coverage: 63.0% of statements 15:54:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.034s coverage: 26.3% of statements 15:54:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.054s coverage: 15.4% of statements 15:54:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.032s coverage: 15.4% of statements 15:54:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.021s coverage: 14.3% of statements 15:54:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:54:47 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http [build failed] 15:54:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:54:47 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [build failed] 15:54:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.7% of statements 15:54:49 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] 15:54:49 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses [build failed] 15:54:49 make: *** [Makefile:6: test] Error 2 [Pipeline] } 15:54:49 $ docker stop --time=1 4b504375826d7764c5f860b27a0eb006d9e3b6df38b14c2cc7840b248edd03c2 15:54:52 $ docker rm -f 4b504375826d7764c5f860b27a0eb006d9e3b6df38b14c2cc7840b248edd03c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:54:53 ---> job-cost.sh 15:54:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5ZOs 15:54:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:55:29 lf-activate-venv(): INFO: Adding /tmp/venv-Ups7/bin to PATH 15:55:29 INFO: No Stack... 15:55:29 INFO: Retrieving Pricing Info for: v1-standard-2 15:55:29 INFO: Archiving Costs [Pipeline] sh 15:55:29 + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv 15:55:29 + cut -d, -f6 [Pipeline] lock 15:55:29 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] 15:55:29 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] did not exist. Created. 15:55:29 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:55:29 + echo total: 0.029999999329447746 [Pipeline] stash 15:55:30 Stashed 1 file(s) [Pipeline] } 15:55:30 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:55:31 Failed in branch amd64 15:55:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:57:54 lf-activate-venv(): INFO: Adding /tmp/venv-5ZOs/bin to PATH 15:57:54 INFO: No Stack... 15:57:54 INFO: Retrieving Pricing Info for: lf-standard-4 15:57:54 INFO: Archiving Costs [Pipeline] sh 15:57:54 + + cut -d,cat -f6 /w/workspace/go-mod-core-contracts/4/archives/cost.csv 15:57:54 [Pipeline] lock 15:57:54 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] 15:57:54 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] did not exist. Created. 15:57:54 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:57:55 /w/workspace/go-mod-core-contracts/4@tmp/durable-515d0d07/script.sh: 1: /w/workspace/go-mod-core-contracts/4@tmp/durable-515d0d07/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:57:55 + echo total: 0.20999999344348907 [Pipeline] stash 15:57:55 Warning: overwriting stash ‘stack-cost’ 15:57:56 Stashed 1 file(s) [Pipeline] } 15:57:56 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:57:57 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:58:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:58:00 ---> package-listing.sh 15:58:00 ++ facter osfamily 15:58:00 ++ tr '[:upper:]' '[:lower:]' 15:58:00 + OS_FAMILY=redhat 15:58:00 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-525 15:58:00 + START_PACKAGES=/tmp/packages_start.txt 15:58:00 + END_PACKAGES=/tmp/packages_end.txt 15:58:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:58:00 + PACKAGES=/tmp/packages_start.txt 15:58:00 + '[' /w/workspace/dry_go-mod-core-contracts_PR-525 ']' 15:58:00 + PACKAGES=/tmp/packages_end.txt 15:58:00 + case "${OS_FAMILY}" in 15:58:00 + rpm -qa 15:58:00 + sort 15:58:05 + '[' -f /tmp/packages_start.txt ']' 15:58:05 + '[' -f /tmp/packages_end.txt ']' 15:58:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:58:05 + '[' /w/workspace/dry_go-mod-core-contracts_PR-525 ']' 15:58:05 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-525/archives/ 15:58:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-525/archives/ [Pipeline] echo 15:58:05 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/dry_go-mod-core-contracts_PR-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:58:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:58:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:06 15:58:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:58:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:06 alpine: Pulling from edgex-lftools-log-publisher 15:58:06 df20fa9351a1: Pulling fs layer 15:58:06 36b3adc4ff6f: Pulling fs layer 15:58:06 8ad3a11d3b57: Pulling fs layer 15:58:06 46f8f816bc3b: Pulling fs layer 15:58:06 93b61091891f: Pulling fs layer 15:58:06 93b9cdb0e59b: Pulling fs layer 15:58:06 5e14af77c1be: Pulling fs layer 15:58:06 01666e4c0597: Pulling fs layer 15:58:06 aa168da1d23b: Pulling fs layer 15:58:06 93b9cdb0e59b: Waiting 15:58:06 5e14af77c1be: Waiting 15:58:06 01666e4c0597: Waiting 15:58:06 aa168da1d23b: Waiting 15:58:06 46f8f816bc3b: Waiting 15:58:06 93b61091891f: Waiting 15:58:06 36b3adc4ff6f: Verifying Checksum 15:58:06 36b3adc4ff6f: Download complete 15:58:06 46f8f816bc3b: Verifying Checksum 15:58:06 46f8f816bc3b: Download complete 15:58:06 df20fa9351a1: Verifying Checksum 15:58:06 df20fa9351a1: Download complete 15:58:06 93b9cdb0e59b: Verifying Checksum 15:58:06 93b9cdb0e59b: Download complete 15:58:06 5e14af77c1be: Verifying Checksum 15:58:06 5e14af77c1be: Download complete 15:58:06 93b61091891f: Verifying Checksum 15:58:06 93b61091891f: Download complete 15:58:06 01666e4c0597: Verifying Checksum 15:58:06 01666e4c0597: Download complete 15:58:07 df20fa9351a1: Pull complete 15:58:07 8ad3a11d3b57: Verifying Checksum 15:58:07 8ad3a11d3b57: Download complete 15:58:07 36b3adc4ff6f: Pull complete 15:58:08 aa168da1d23b: Verifying Checksum 15:58:08 aa168da1d23b: Download complete 15:58:09 8ad3a11d3b57: Pull complete 15:58:09 46f8f816bc3b: Pull complete 15:58:09 93b61091891f: Pull complete 15:58:09 93b9cdb0e59b: Pull complete 15:58:09 5e14af77c1be: Pull complete 15:58:10 01666e4c0597: Pull complete 15:58:16 aa168da1d23b: Pull complete 15:58:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:58:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:58:17 prd-centos7-docker-4c-2g-28059 does not seem to be running inside a container 15:58:17 $ 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/dry_go-mod-core-contracts_PR-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-525 -v /w/workspace/dry_go-mod-core-contracts_PR-525:/w/workspace/dry_go-mod-core-contracts_PR-525:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-525@tmp:/w/workspace/dry_go-mod-core-contracts_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:58:20 $ docker top 92bd1570b1c432a34f72561e75e7bccb538947865b15f03eb088735d0b78dd9f -eo pid,comm [Pipeline] { [Pipeline] sh 15:58:20 + touch /tmp/pre-build-complete [Pipeline] sh 15:58:21 + mkdir -p /var/log/sa [Pipeline] sh 15:58:21 + ls /var/log/sa-host 15:58:21 + sadf -c /var/log/sa-host/sa01 15:58:21 file_magic: OK 15:58:21 HZ: Using current value: 100 15:58:21 file_header: OK 15:58:21 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 15:58:21 Statistics: 15:58:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:58:21 File successfully converted to sysstat format version 12.2.1 15:58:21 + sadf -c /var/log/sa-host/sa23 15:58:21 file_magic: OK 15:58:21 HZ: Using current value: 100 15:58:21 file_header: OK 15:58:21 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 15:58:21 Statistics: 15:58:21 Hnuu...uuuununununu... 15:58:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:58:21 provisioning config files... 15:58:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/config8222209157197286456tmp [Pipeline] { [Pipeline] echo 15:58:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:58:22 ---> create-netrc.sh [Pipeline] } 15:58:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:58:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:58:22 ---> python-tools-install.sh [Pipeline] echo 15:58:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:58:23 ---> sudo-logs.sh 15:58:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:58:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:58:23 ---> job-cost.sh 15:58:23 lf-activate-venv: SKIPPING 15:58:23 DEBUG: total: 0.20999999344348907 15:58:23 INFO: Retrieving Stack Cost... 15:58:24 INFO: Retrieving Pricing Info for: v1-standard-2 15:58:25 INFO: Archiving Costs [Pipeline] echo 15:58:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:58:25 ---> logs-deploy.sh 15:58:25 lf-activate-venv: SKIPPING 15:58:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-525/4 15:58:25 INFO: archiving workspace using pattern(s): 15:58:27 Archives upload complete. 15:58:27 INFO: archiving logs to Nexus 15:58:28 ---> uname -a: 15:58:28 Linux prd-centos7-docker-4c-2g-28059.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:58:28 15:58:28 15:58:28 ---> lscpu: 15:58:28 Architecture: x86_64 15:58:28 CPU op-mode(s): 32-bit, 64-bit 15:58:28 Byte Order: Little Endian 15:58:28 Address sizes: 40 bits physical, 48 bits virtual 15:58:28 CPU(s): 4 15:58:28 On-line CPU(s) list: 0-3 15:58:28 Thread(s) per core: 1 15:58:28 Core(s) per socket: 1 15:58:28 Socket(s): 4 15:58:28 NUMA node(s): 1 15:58:28 Vendor ID: GenuineIntel 15:58:28 CPU family: 6 15:58:28 Model: 44 15:58:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:58:28 Stepping: 1 15:58:28 CPU MHz: 2933.438 15:58:28 BogoMIPS: 5866.87 15:58:28 Virtualization: VT-x 15:58:28 Hypervisor vendor: KVM 15:58:28 Virtualization type: full 15:58:28 L1d cache: 128 KiB 15:58:28 L1i cache: 128 KiB 15:58:28 L2 cache: 16 MiB 15:58:28 L3 cache: 64 MiB 15:58:28 NUMA node0 CPU(s): 0-3 15:58:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:58:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:58:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:58:28 Vulnerability Meltdown: Mitigation; PTI 15:58:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:58:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:58:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:58:28 Vulnerability Srbds: Not affected 15:58:28 Vulnerability Tsx async abort: Not affected 15:58:28 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 15:58:28 15:58:28 15:58:28 ---> nproc: 15:58:28 4 15:58:28 15:58:28 15:58:28 ---> df -h: 15:58:28 Filesystem Size Used Available Use% Mounted on 15:58:28 overlay 50.0G 7.3G 42.7G 15% / 15:58:28 tmpfs 64.0M 0 64.0M 0% /dev 15:58:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:58:28 shm 64.0M 0 64.0M 0% /dev/shm 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-525 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-525@tmp 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:58:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:58:28 15:58:28 15:58:28 ---> free -m: 15:58:28 total used free shared buff/cache available 15:58:28 Mem: 1837 719 98 0 1019 1013 15:58:28 Swap: 1023 1 1022 15:58:28 15:58:28 15:58:28 ---> ip addr: 15:58:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:58:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:58:28 inet 127.0.0.1/8 scope host lo 15:58:28 valid_lft forever preferred_lft forever 15:58:28 inet6 ::1/128 scope host 15:58:28 valid_lft forever preferred_lft forever 15:58:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:58:28 link/ether fa:16:3e:fe:e0:b3 brd ff:ff:ff:ff:ff:ff 15:58:28 inet 10.30.123.70/23 brd 10.30.123.255 scope global dynamic eth0 15:58:28 valid_lft 85873sec preferred_lft 85873sec 15:58:28 inet6 fe80::f816:3eff:fefe:e0b3/64 scope link 15:58:28 valid_lft forever preferred_lft forever 15:58:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:58:28 link/ether 02:42:80:d8:b5:09 brd ff:ff:ff:ff:ff:ff 15:58:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:58:28 valid_lft forever preferred_lft forever 15:58:28 inet6 fe80::42:80ff:fed8:b509/64 scope link 15:58:28 valid_lft forever preferred_lft forever 15:58:28 15:58:28 15:58:28 ---> sar -b -r -n DEV: 15:58:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/01/21 _x86_64_ (4 CPU) 15:58:28 15:58:28 15:49:30 LINUX RESTART (4 CPU) 15:58:28 15:58:28 15:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:58:28 15:51:01 57.09 17.74 39.35 0.00 5213.84 3401.05 0.00 15:58:28 15:52:01 2.00 0.00 2.00 0.00 0.00 42.35 0.00 15:58:28 15:53:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 15:58:28 15:54:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 15:58:28 15:55:01 0.22 0.00 0.22 0.00 0.00 2.61 0.00 15:58:28 15:56:02 0.33 0.00 0.33 0.00 0.00 4.50 0.00 15:58:28 15:57:01 0.29 0.00 0.29 0.00 0.00 3.25 0.00 15:58:28 15:58:01 8.18 7.96 0.22 0.00 993.04 2.50 0.00 15:58:28 Average: 8.60 3.22 5.38 0.00 777.99 434.07 0.00 15:58:28 15:58:28 15:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:58:28 15:51:01 157604 0 619708 32.94 2620 1101612 1100280 37.55 427000 1096384 132 15:58:28 15:52:01 163596 0 613720 32.62 2620 1101608 1077792 36.78 428608 1089496 20 15:58:28 15:53:01 161032 0 616280 32.75 2620 1101612 1077912 36.79 428772 1091984 20 15:58:28 15:54:01 160884 0 616428 32.76 2620 1101612 1077900 36.79 435996 1084744 16 15:58:28 15:55:01 158912 0 618392 32.87 2620 1101620 1077792 36.78 433556 1089656 12 15:58:28 15:56:02 158464 0 618836 32.89 2620 1101624 1077864 36.79 450156 1073328 8 15:58:28 15:57:01 158792 0 618504 32.87 2620 1101628 1077792 36.78 449784 1073324 8 15:58:28 15:58:01 112796 0 634756 33.74 2620 1131372 1106728 37.77 465044 1102784 80 15:58:28 Average: 154010 0 619578 32.93 2620 1105336 1084258 37.00 439864 1087712 37 15:58:28 15:58:28 15:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:58:28 15:51:01 eth0 521.88 314.99 1062.21 99.50 0.00 0.00 0.00 0.00 15:58:28 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:51:01 docker0 7.65 5.76 1.81 19.85 0.00 0.00 0.00 0.00 15:58:28 15:52:01 eth0 0.77 0.08 0.06 0.04 0.00 0.00 0.00 0.00 15:58:28 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:53:01 eth0 0.77 0.32 0.29 0.17 0.00 0.00 0.00 0.00 15:58:28 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:54:01 eth0 1.10 0.43 0.47 0.24 0.00 0.00 0.00 0.00 15:58:28 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:58:28 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:56:02 eth0 0.33 0.23 0.17 0.07 0.00 0.00 0.00 0.00 15:58:28 15:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:57:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:58:28 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:58:01 eth0 3.43 2.10 3.37 1.11 0.00 0.00 0.00 0.00 15:58:28 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 Average: eth0 66.25 39.91 133.71 12.68 0.00 0.00 0.00 0.00 15:58:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:58:28 Average: docker0 0.96 0.72 0.23 2.49 0.00 0.00 0.00 0.00 15:58:28 15:58:28 15:58:28 ---> sar -P ALL: 15:58:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/01/21 _x86_64_ (4 CPU) 15:58:28 15:58:28 15:49:30 LINUX RESTART (4 CPU) 15:58:28 15:58:28 15:50:01 CPU %user %nice %system %iowait %steal %idle 15:58:28 15:51:01 all 10.57 0.00 3.36 1.38 0.05 84.64 15:58:28 15:51:01 0 9.08 0.00 4.00 0.76 0.05 86.11 15:58:28 15:51:01 1 11.76 0.00 3.26 1.20 0.05 83.72 15:58:28 15:51:01 2 10.29 0.00 2.79 1.17 0.07 85.69 15:58:28 15:51:01 3 11.15 0.00 3.38 2.38 0.05 83.04 15:58:28 15:52:01 all 0.17 0.00 0.05 0.00 0.00 99.79 15:58:28 15:52:01 0 0.05 0.00 0.05 0.00 0.00 99.90 15:58:28 15:52:01 1 0.08 0.00 0.07 0.00 0.00 99.85 15:58:28 15:52:01 2 0.02 0.00 0.05 0.00 0.00 99.93 15:58:28 15:52:01 3 0.52 0.00 0.02 0.00 0.00 99.47 15:58:28 15:53:01 all 0.15 0.00 0.05 0.00 0.00 99.80 15:58:28 15:53:01 0 0.07 0.00 0.05 0.00 0.00 99.88 15:58:28 15:53:01 1 0.08 0.00 0.07 0.00 0.00 99.85 15:58:28 15:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:58:28 15:53:01 3 0.43 0.00 0.05 0.00 0.00 99.52 15:58:28 15:54:01 all 0.13 0.00 0.04 0.00 0.00 99.83 15:58:28 15:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:58:28 15:54:01 1 0.05 0.00 0.07 0.00 0.02 99.87 15:58:28 15:54:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:58:28 15:54:01 3 0.40 0.00 0.03 0.00 0.00 99.57 15:58:28 15:55:01 all 0.15 0.00 0.03 0.00 0.01 99.80 15:58:28 15:55:01 0 0.03 0.00 0.03 0.00 0.03 99.90 15:58:28 15:55:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:58:28 15:55:01 2 0.03 0.00 0.03 0.00 0.02 99.92 15:58:28 15:55:01 3 0.50 0.00 0.02 0.00 0.00 99.48 15:58:28 15:56:02 all 0.16 0.00 0.05 0.00 0.00 99.78 15:58:28 15:56:02 0 0.03 0.00 0.02 0.00 0.00 99.95 15:58:28 15:56:02 1 0.07 0.00 0.07 0.00 0.02 99.85 15:58:28 15:56:02 2 0.02 0.00 0.10 0.02 0.00 99.87 15:58:28 15:56:02 3 0.52 0.00 0.03 0.00 0.00 99.45 15:58:28 15:57:01 all 0.14 0.00 0.03 0.00 0.00 99.82 15:58:28 15:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:58:28 15:57:01 1 0.03 0.00 0.05 0.00 0.00 99.92 15:58:28 15:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:58:28 15:57:01 3 0.49 0.00 0.02 0.00 0.02 99.47 15:58:28 15:58:01 all 0.67 0.00 0.14 0.21 0.00 98.98 15:58:28 15:58:01 0 0.52 0.00 0.08 0.03 0.00 99.37 15:58:28 15:58:01 1 0.70 0.00 0.10 0.03 0.00 99.17 15:58:28 15:58:01 2 0.28 0.00 0.10 0.02 0.00 99.60 15:58:28 15:58:01 3 1.17 0.00 0.28 0.75 0.00 97.80 15:58:28 Average: all 1.50 0.00 0.46 0.20 0.01 97.82 15:58:28 Average: 0 1.21 0.00 0.53 0.10 0.01 98.15 15:58:28 Average: 1 1.59 0.00 0.46 0.15 0.01 97.79 15:58:28 Average: 2 1.33 0.00 0.39 0.15 0.01 98.12 15:58:28 Average: 3 1.88 0.00 0.47 0.39 0.01 97.24 15:58:28 15:58:28 15:58:28