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 [2021-03-01T15:50:14.624Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-01T15:50:14.871Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-01T15:50:14.974Z] ========================================================= [2021-03-01T15:50:14.974Z] EdgeX Global Pipelines Version Info [2021-03-01T15:50:14.974Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-01T15:50:16.940Z] ------------------- [2021-03-01T15:50:16.940Z] stable info: [2021-03-01T15:50:16.940Z] ------------------- [2021-03-01T15:50:16.940Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-01T15:50:16.940Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T15:50:16.941Z] Message: update stable to v1.0.183 [2021-03-01T15:50:17.516Z] ------------------- [2021-03-01T15:50:17.516Z] experimental info: [2021-03-01T15:50:17.516Z] ------------------- [2021-03-01T15:50:17.516Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-01T15:50:17.516Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T15:50:17.516Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-01T15:50:17.787Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-01T15:50:17.881Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-01T15:50:17.974Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-01T15:50:18.062Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-01T15:50:18.166Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-01T15:50:18.253Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-01T15:50:18.342Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-01T15:50:18.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-01T15:50:18.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-01T15:50:18.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-01T15:50:18.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-01T15:50:18.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-01T15:50:18.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-01T15:50:19.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-01T15:50:19.095Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-01T15:50:19.183Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-01T15:50:19.269Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-01T15:50:19.356Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-01T15:50:19.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-01T15:50:19.529Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-01T15:50:19.617Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-01T15:50:19.698Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-01T15:50:19.784Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-01T15:50:19.864Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-01T15:50:19.948Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-01T15:50:20.042Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-01T15:50:20.126Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-525 [Pipeline] echo [2021-03-01T15:50:20.252Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-525 [Pipeline] echo [2021-03-01T15:50:20.343Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-525 [Pipeline] echo [2021-03-01T15:50:20.461Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 827fd734d16e4a7ea80647e1e224667c70abf8c8 [Pipeline] echo [2021-03-01T15:50:20.593Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 827fd73 [Pipeline] echo [2021-03-01T15:50:20.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T15:50:21.557Z] + git log --format=format:%s -1 827fd734d16e4a7ea80647e1e224667c70abf8c8 [Pipeline] echo [2021-03-01T15:50:21.625Z] GIT_COMMIT: 827fd734d16e4a7ea80647e1e224667c70abf8c8, Commit Message: feat: Modify MQTT Addressable [Pipeline] echo [2021-03-01T15:50:21.681Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:50:22.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T15:50:22.965Z] [2021-03-01T15:50:22.965Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:50:23.313Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T15:50:23.313Z] latest: Pulling from edgex-devops/git-semver [2021-03-01T15:50:23.313Z] 31603596830f: Pulling fs layer [2021-03-01T15:50:23.313Z] 2a8b12db71e7: Pulling fs layer [2021-03-01T15:50:23.313Z] 6ca5941a6612: Pulling fs layer [2021-03-01T15:50:23.313Z] ecc8261a40a4: Pulling fs layer [2021-03-01T15:50:23.313Z] ecc8261a40a4: Waiting [2021-03-01T15:50:23.313Z] 2a8b12db71e7: Verifying Checksum [2021-03-01T15:50:23.313Z] 2a8b12db71e7: Download complete [2021-03-01T15:50:23.577Z] 31603596830f: Download complete [2021-03-01T15:50:23.577Z] ecc8261a40a4: Verifying Checksum [2021-03-01T15:50:23.577Z] ecc8261a40a4: Download complete [2021-03-01T15:50:23.577Z] 6ca5941a6612: Verifying Checksum [2021-03-01T15:50:23.577Z] 6ca5941a6612: Download complete [2021-03-01T15:50:23.845Z] 31603596830f: Pull complete [2021-03-01T15:50:24.108Z] 2a8b12db71e7: Pull complete [2021-03-01T15:50:25.057Z] 6ca5941a6612: Pull complete [2021-03-01T15:50:25.058Z] ecc8261a40a4: Pull complete [2021-03-01T15:50:25.320Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-01T15:50:25.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T15:50:25.320Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-01T15:50:25.427Z] prd-centos7-docker-4c-2g-28059 does not seem to be running inside a container [2021-03-01T15:50:25.473Z] $ 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 [2021-03-01T15:50:27.487Z] $ docker top 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T15:50:27.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T15:50:27.781Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T15:50:28.001Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T15:50:28.004Z] $ docker exec 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d ssh-agent [2021-03-01T15:50:28.169Z] SSH_AUTH_SOCK=/tmp/ssh-0iabB2UlIT2m/agent.12 [2021-03-01T15:50:28.169Z] SSH_AGENT_PID=17 [2021-03-01T15:50:28.179Z] Running ssh-add (command line suppressed) [2021-03-01T15:50:28.303Z] 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) [2021-03-01T15:50:28.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T15:50:28.709Z] + git tag --points-at HEAD [Pipeline] } [2021-03-01T15:50:28.730Z] $ docker exec --env ******** --env ******** 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d ssh-agent -k [2021-03-01T15:50:28.849Z] unset SSH_AUTH_SOCK; [2021-03-01T15:50:28.849Z] unset SSH_AGENT_PID; [2021-03-01T15:50:28.849Z] echo Agent pid 17 killed; [2021-03-01T15:50:28.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-01T15:50:29.056Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T15:50:29.056Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T15:50:29.222Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T15:50:29.226Z] $ docker exec 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d ssh-agent [2021-03-01T15:50:29.396Z] SSH_AUTH_SOCK=/tmp/ssh-wXZDHcMGITJB/agent.46 [2021-03-01T15:50:29.397Z] SSH_AGENT_PID=51 [2021-03-01T15:50:29.404Z] Running ssh-add (command line suppressed) [2021-03-01T15:50:29.530Z] 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) [2021-03-01T15:50:29.579Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T15:50:29.920Z] + git semver init [2021-03-01T15:50:29.920Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T15:50:29.920Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-525/.git [2021-03-01T15:50:29.920Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-525 [2021-03-01T15:50:29.920Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T15:50:29.920Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T15:50:29.920Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T15:50:29.920Z] # $SEMVER_BRANCH = PR-525 [2021-03-01T15:50:29.920Z] # $SEMVER_TEMP = /tmp/semver-408821763 [2021-03-01T15:50:29.920Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-01T15:50:30.867Z] # '/tmp/semver-408821763' -> '/w/workspace/dry_go-mod-core-contracts_PR-525/.semver' [2021-03-01T15:50:30.867Z] # -> Force: false [2021-03-01T15:50:30.867Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-525/.semver [Pipeline] } [2021-03-01T15:50:30.887Z] $ docker exec --env ******** --env ******** 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d ssh-agent -k [2021-03-01T15:50:31.023Z] unset SSH_AUTH_SOCK; [2021-03-01T15:50:31.024Z] unset SSH_AGENT_PID; [2021-03-01T15:50:31.024Z] echo Agent pid 51 killed; [2021-03-01T15:50:31.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T15:50:31.607Z] + git semver [Pipeline] } [2021-03-01T15:50:31.624Z] $ docker stop --time=1 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d [2021-03-01T15:50:33.556Z] $ docker rm -f 4e0d468362178493f0182b073a2174b44bd483850f2c2f96d845bc4a3794bd3d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T15:50:34.163Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-01T15:50:34.691Z] Stashed 1 file(s) [Pipeline] echo [2021-03-01T15:50:34.693Z] [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 [2021-03-01T15:50:50.203Z] Still waiting to schedule task [2021-03-01T15:50:50.204Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-01T15:50:50.206Z] Still waiting to schedule task [2021-03-01T15:50:50.207Z] ‘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 [2021-03-01T15:52:58.636Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28060 in /w/workspace/dry_go-mod-core-contracts_PR-525 [Pipeline] { [Pipeline] ws [2021-03-01T15:52:58.696Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-03-01T15:53:03.511Z] using credential edgex-jenkins-ssh [2021-03-01T15:53:03.590Z] Cloning the remote Git repository [2021-03-01T15:53:03.672Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-01T15:53:03.785Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-03-01T15:53:03.889Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-01T15:53:03.890Z] > git --version # timeout=10 [2021-03-01T15:53:03.924Z] > git --version # 'git version 2.17.1' [2021-03-01T15:53:03.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T15:53:04.004Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T15:53:06.265Z] Merging remotes/origin/master commit f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 [2021-03-01T15:53:05.498Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-01T15:53:05.524Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T15:53:05.554Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-01T15:53:05.586Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-01T15:53:05.587Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T15:53:05.601Z] > 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 [2021-03-01T15:53:06.289Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T15:53:06.303Z] > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 [2021-03-01T15:53:06.442Z] > git remote # timeout=10 [2021-03-01T15:53:06.459Z] > git config --get remote.origin.url # timeout=10 [2021-03-01T15:53:06.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T15:53:06.482Z] > git merge f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 [2021-03-01T15:53:06.512Z] Merge succeeded, producing 827fd734d16e4a7ea80647e1e224667c70abf8c8 [2021-03-01T15:53:06.513Z] Checking out Revision 827fd734d16e4a7ea80647e1e224667c70abf8c8 (PR-525) [2021-03-01T15:53:06.503Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-01T15:53:06.523Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T15:53:06.547Z] > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 [2021-03-01T15:53:10.799Z] Commit message: "feat: Modify MQTT Addressable" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T15:53:12.731Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-01T15:53:13.151Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T15:53:13.501Z] + sudo service docker restart [2021-03-01T15:53:13.501Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-01T15:53:16.388Z] ========================================================= [2021-03-01T15:53:16.388Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-01T15:53:16.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:53:16.765Z] + 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 . [2021-03-01T15:53:17.755Z] Sending build context to Docker daemon 2.757MB [2021-03-01T15:53:17.755Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-01T15:53:17.755Z] Step 2/7 : FROM ${BASE} [2021-03-01T15:53:18.352Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-01T15:53:18.352Z] 5f621e34cdf4: Pulling fs layer [2021-03-01T15:53:18.352Z] a4357932f1b6: Pulling fs layer [2021-03-01T15:53:18.352Z] 18c013af1878: Pulling fs layer [2021-03-01T15:53:18.352Z] 00ac8860ef70: Pulling fs layer [2021-03-01T15:53:18.352Z] 63d7cb157983: Pulling fs layer [2021-03-01T15:53:18.352Z] b116817d02f9: Pulling fs layer [2021-03-01T15:53:18.352Z] 745a02a5169b: Pulling fs layer [2021-03-01T15:53:18.352Z] 63d7cb157983: Waiting [2021-03-01T15:53:18.352Z] 00ac8860ef70: Waiting [2021-03-01T15:53:18.353Z] b116817d02f9: Waiting [2021-03-01T15:53:18.353Z] 745a02a5169b: Waiting [2021-03-01T15:53:18.353Z] 18c013af1878: Download complete [2021-03-01T15:53:18.353Z] a4357932f1b6: Download complete [2021-03-01T15:53:18.353Z] 63d7cb157983: Download complete [2021-03-01T15:53:18.353Z] b116817d02f9: Verifying Checksum [2021-03-01T15:53:18.353Z] b116817d02f9: Download complete [2021-03-01T15:53:18.953Z] 5f621e34cdf4: Verifying Checksum [2021-03-01T15:53:18.953Z] 5f621e34cdf4: Download complete [2021-03-01T15:53:19.560Z] 5f621e34cdf4: Pull complete [2021-03-01T15:53:20.163Z] a4357932f1b6: Pull complete [2021-03-01T15:53:20.765Z] 18c013af1878: Pull complete [2021-03-01T15:53:21.750Z] 745a02a5169b: Download complete [2021-03-01T15:53:22.348Z] 00ac8860ef70: Verifying Checksum [2021-03-01T15:53:22.348Z] 00ac8860ef70: Download complete [2021-03-01T15:53:32.528Z] 00ac8860ef70: Pull complete [2021-03-01T15:53:32.528Z] 63d7cb157983: Pull complete [2021-03-01T15:53:32.801Z] b116817d02f9: Pull complete [2021-03-01T15:53:36.240Z] 745a02a5169b: Pull complete [2021-03-01T15:53:36.240Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-01T15:53:36.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-01T15:53:36.240Z] ---> b7e6874047d6 [2021-03-01T15:53:36.240Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-01T15:53:37.166Z] Running on prd-centos7-docker-4c-2g-28061 in /w/workspace/dry_go-mod-core-contracts_PR-525 [Pipeline] { [Pipeline] ws [2021-03-01T15:53:37.240Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-03-01T15:53:39.650Z] ---> Running in ebb6d3e33015 [2021-03-01T15:53:39.650Z] Removing intermediate container ebb6d3e33015 [2021-03-01T15:53:39.650Z] ---> 1ba59ef62bc8 [2021-03-01T15:53:39.650Z] Step 4/7 : RUN apk add bash [2021-03-01T15:53:39.705Z] using credential edgex-jenkins-ssh [2021-03-01T15:53:39.766Z] Cloning the remote Git repository [2021-03-01T15:53:39.924Z] ---> Running in fb24f61447ee [2021-03-01T15:53:39.426Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-01T15:53:39.502Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-03-01T15:53:39.571Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-01T15:53:39.571Z] > git --version # timeout=10 [2021-03-01T15:53:39.578Z] > git --version # 'git version 2.24.3' [2021-03-01T15:53:39.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T15:53:39.608Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T15:53:41.199Z] Merging remotes/origin/master commit f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 [2021-03-01T15:53:41.335Z] Merge succeeded, producing 827fd734d16e4a7ea80647e1e224667c70abf8c8 [2021-03-01T15:53:41.336Z] Checking out Revision 827fd734d16e4a7ea80647e1e224667c70abf8c8 (PR-525) [2021-03-01T15:53:41.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T15:53:40.362Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-01T15:53:40.368Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T15:53:40.382Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-01T15:53:40.401Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-01T15:53:40.402Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T15:53:40.407Z] > 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 [2021-03-01T15:53:40.957Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T15:53:40.969Z] > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 [2021-03-01T15:53:41.055Z] > git remote # timeout=10 [2021-03-01T15:53:41.063Z] > git config --get remote.origin.url # timeout=10 [2021-03-01T15:53:41.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T15:53:41.074Z] > git merge f4a998d22cd4b2c4eabc8d631ab7b0233d5b1f7d # timeout=10 [2021-03-01T15:53:41.085Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-01T15:53:41.099Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T15:53:41.106Z] > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 [2021-03-01T15:53:41.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T15:53:42.950Z] OK: 142 MiB in 39 packages [2021-03-01T15:53:44.385Z] Removing intermediate container fb24f61447ee [2021-03-01T15:53:44.385Z] ---> d04846fe4245 [2021-03-01T15:53:44.385Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-01T15:53:44.657Z] ---> Running in dd2749901c6f [2021-03-01T15:53:44.787Z] Commit message: "feat: Modify MQTT Addressable" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-03-01T15:53:45.256Z] Removing intermediate container dd2749901c6f [2021-03-01T15:53:45.256Z] ---> d7c4fcc407c2 [2021-03-01T15:53:45.256Z] Step 6/7 : COPY go.mod . [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T15:53:46.612Z] ---> 98791e100dc8 [2021-03-01T15:53:46.612Z] Step 7/7 : RUN go mod download [2021-03-01T15:53:46.612Z] ---> Running in 46e762794c24 [2021-03-01T15:53:47.254Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-01T15:53:47.601Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T15:53:47.914Z] + sudo service docker restart [2021-03-01T15:53:47.914Z] + true [2021-03-01T15:53:47.914Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-01T15:53:49.463Z] ========================================================= [2021-03-01T15:53:49.463Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-01T15:53:49.463Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:53:49.818Z] + 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 . [2021-03-01T15:53:50.397Z] Sending build context to Docker daemon 2.757MB [2021-03-01T15:53:50.397Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-01T15:53:50.397Z] Step 2/7 : FROM ${BASE} [2021-03-01T15:53:50.397Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-01T15:53:50.397Z] 188c0c94c7c5: Pulling fs layer [2021-03-01T15:53:50.397Z] 0ef7d3d256c8: Pulling fs layer [2021-03-01T15:53:50.397Z] de9db76c5a1d: Pulling fs layer [2021-03-01T15:53:50.397Z] bca2f99d35d6: Pulling fs layer [2021-03-01T15:53:50.397Z] 93359f2a8cfa: Pulling fs layer [2021-03-01T15:53:50.397Z] 7c6f9722023f: Pulling fs layer [2021-03-01T15:53:50.397Z] a35cf1a2eb13: Pulling fs layer [2021-03-01T15:53:50.397Z] 93359f2a8cfa: Waiting [2021-03-01T15:53:50.397Z] 7c6f9722023f: Waiting [2021-03-01T15:53:50.397Z] a35cf1a2eb13: Waiting [2021-03-01T15:53:50.397Z] bca2f99d35d6: Waiting [2021-03-01T15:53:50.397Z] de9db76c5a1d: Verifying Checksum [2021-03-01T15:53:50.397Z] de9db76c5a1d: Download complete [2021-03-01T15:53:50.397Z] 0ef7d3d256c8: Verifying Checksum [2021-03-01T15:53:50.397Z] 0ef7d3d256c8: Download complete [2021-03-01T15:53:50.397Z] 93359f2a8cfa: Verifying Checksum [2021-03-01T15:53:50.397Z] 93359f2a8cfa: Download complete [2021-03-01T15:53:50.397Z] 7c6f9722023f: Verifying Checksum [2021-03-01T15:53:50.397Z] 7c6f9722023f: Download complete [2021-03-01T15:53:50.397Z] 188c0c94c7c5: Verifying Checksum [2021-03-01T15:53:50.397Z] 188c0c94c7c5: Download complete [2021-03-01T15:53:50.662Z] 188c0c94c7c5: Pull complete [2021-03-01T15:53:50.927Z] 0ef7d3d256c8: Pull complete [2021-03-01T15:53:50.927Z] de9db76c5a1d: Pull complete [2021-03-01T15:53:51.881Z] a35cf1a2eb13: Verifying Checksum [2021-03-01T15:53:51.881Z] a35cf1a2eb13: Download complete [2021-03-01T15:53:52.842Z] bca2f99d35d6: Verifying Checksum [2021-03-01T15:53:52.842Z] bca2f99d35d6: Download complete [2021-03-01T15:53:58.179Z] bca2f99d35d6: Pull complete [2021-03-01T15:53:58.179Z] 93359f2a8cfa: Pull complete [2021-03-01T15:53:58.179Z] 7c6f9722023f: Pull complete [2021-03-01T15:54:01.758Z] Removing intermediate container 46e762794c24 [2021-03-01T15:54:01.758Z] ---> 86d185dbe840 [2021-03-01T15:54:01.758Z] Successfully built 86d185dbe840 [2021-03-01T15:54:01.758Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:54:02.120Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T15:54:02.120Z] . [Pipeline] withDockerContainer [2021-03-01T15:54:02.398Z] prd-ubuntu18.04-docker-arm64-4c-16g-28060 does not seem to be running inside a container [2021-03-01T15:54:02.495Z] $ 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 [2021-03-01T15:54:04.330Z] $ docker top 8b0978b476839b3208849dea1be9cff3cfb3ac053e90be974781e1a33a0050a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T15:54:04.849Z] a35cf1a2eb13: Pull complete [2021-03-01T15:54:04.850Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-01T15:54:04.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-01T15:54:04.850Z] ---> a62c8e92a672 [2021-03-01T15:54:04.850Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-01T15:54:05.113Z] ---> Running in 9c2b8acf1393 [2021-03-01T15:54:05.379Z] Removing intermediate container 9c2b8acf1393 [2021-03-01T15:54:05.379Z] ---> e4be46bc9694 [2021-03-01T15:54:05.379Z] Step 4/7 : RUN apk add bash [2021-03-01T15:54:05.379Z] ---> Running in 9478086d72ba [2021-03-01T15:54:05.443Z] + go version [2021-03-01T15:54:05.443Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-01T15:54:05.487Z] $ docker stop --time=1 8b0978b476839b3208849dea1be9cff3cfb3ac053e90be974781e1a33a0050a6 [2021-03-01T15:54:05.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T15:54:06.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T15:54:07.176Z] OK: 166 MiB in 39 packages [2021-03-01T15:54:07.727Z] $ docker rm -f 8b0978b476839b3208849dea1be9cff3cfb3ac053e90be974781e1a33a0050a6 [2021-03-01T15:54:07.751Z] Removing intermediate container 9478086d72ba [2021-03-01T15:54:07.751Z] ---> c1592c30f3a0 [2021-03-01T15:54:07.751Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-01T15:54:07.751Z] ---> Running in 28b1d2f24958 [Pipeline] // withDockerContainer [2021-03-01T15:54:08.018Z] Removing intermediate container 28b1d2f24958 [2021-03-01T15:54:08.018Z] ---> 7e5620cdf98f [2021-03-01T15:54:08.018Z] Step 6/7 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-01T15:54:08.281Z] ---> bf610d35eb91 [2021-03-01T15:54:08.281Z] Step 7/7 : RUN go mod download [2021-03-01T15:54:08.281Z] ---> Running in d6d1aed5509d [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:54:08.807Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T15:54:08.807Z] . [Pipeline] withDockerContainer [2021-03-01T15:54:09.072Z] prd-ubuntu18.04-docker-arm64-4c-16g-28060 does not seem to be running inside a container [2021-03-01T15:54:09.171Z] $ 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 [2021-03-01T15:54:10.954Z] $ docker top 4b504375826d7764c5f860b27a0eb006d9e3b6df38b14c2cc7840b248edd03c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T15:54:11.956Z] + make test [2021-03-01T15:54:11.956Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-01T15:54:20.571Z] Removing intermediate container d6d1aed5509d [2021-03-01T15:54:20.572Z] ---> da4d7fac9e46 [2021-03-01T15:54:20.572Z] Successfully built da4d7fac9e46 [2021-03-01T15:54:20.572Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:54:20.891Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T15:54:20.891Z] . [Pipeline] withDockerContainer [2021-03-01T15:54:21.004Z] prd-centos7-docker-4c-2g-28061 does not seem to be running inside a container [2021-03-01T15:54:21.063Z] $ 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 [2021-03-01T15:54:21.851Z] $ docker top d2146d02fbeb162c2a8f995eaca2d12eed54b3014e924039232f0d4a4bc5a186 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T15:54:22.351Z] + go version [2021-03-01T15:54:22.351Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-01T15:54:22.386Z] $ docker stop --time=1 d2146d02fbeb162c2a8f995eaca2d12eed54b3014e924039232f0d4a4bc5a186 [2021-03-01T15:54:23.779Z] $ docker rm -f d2146d02fbeb162c2a8f995eaca2d12eed54b3014e924039232f0d4a4bc5a186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:54:24.710Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T15:54:24.710Z] . [Pipeline] withDockerContainer [2021-03-01T15:54:24.808Z] prd-centos7-docker-4c-2g-28061 does not seem to be running inside a container [2021-03-01T15:54:24.858Z] $ 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 [2021-03-01T15:54:25.551Z] $ docker top e3e6229c2e6ad9264cfc2a58cb475366ad702c935b4b57e18667f02cedcb98b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T15:54:26.115Z] + make test [2021-03-01T15:54:26.116Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-01T15:54:32.810Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-01T15:54:32.810Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.010s coverage: 85.7% of statements [2021-03-01T15:54:32.810Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.023s coverage: 100.0% of statements [2021-03-01T15:54:33.414Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements [2021-03-01T15:54:33.414Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.037s coverage: 77.8% of statements [2021-03-01T15:54:33.414Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-01T15:54:34.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.009s coverage: 26.3% of statements [2021-03-01T15:54:34.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.051s coverage: 14.7% of statements [2021-03-01T15:54:34.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.006s coverage: 100.0% of statements [2021-03-01T15:54:34.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.063s coverage: 91.8% of statements [2021-03-01T15:54:34.851Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-01T15:54:34.851Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-01T15:54:34.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.005s coverage: 100.0% of statements [2021-03-01T15:54:35.442Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.016s coverage: 36.7% of statements [2021-03-01T15:54:37.400Z] # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [2021-03-01T15:54:37.400Z] v2/dtos/addressable.go:44:10: ambiguous selector a.Type [2021-03-01T15:54:37.669Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.054s coverage: 63.0% of statements [2021-03-01T15:54:37.669Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements [2021-03-01T15:54:37.669Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.005s coverage: 15.4% of statements [2021-03-01T15:54:37.669Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements [2021-03-01T15:54:37.669Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.008s coverage: 14.3% of statements [2021-03-01T15:54:37.669Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-01T15:54:37.669Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http [build failed] [2021-03-01T15:54:37.669Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-01T15:54:37.941Z] # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos.test] [2021-03-01T15:54:37.941Z] v2/dtos/addressable.go:44: ambiguous selector a.Type [2021-03-01T15:54:37.941Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [build failed] [2021-03-01T15:54:38.204Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements [2021-03-01T15:54:38.204Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] [2021-03-01T15:54:38.204Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses [build failed] [2021-03-01T15:54:38.204Z] make: *** [Makefile:6: test] Error 2 [Pipeline] } [2021-03-01T15:54:38.226Z] $ docker stop --time=1 e3e6229c2e6ad9264cfc2a58cb475366ad702c935b4b57e18667f02cedcb98b6 [2021-03-01T15:54:38.806Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-01T15:54:38.806Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.029s coverage: 85.7% of statements [2021-03-01T15:54:38.806Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.028s coverage: 100.0% of statements [2021-03-01T15:54:38.806Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.049s coverage: 45.4% of statements [2021-03-01T15:54:38.806Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.051s coverage: 77.8% of statements [2021-03-01T15:54:38.806Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-01T15:54:39.795Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.047s coverage: 26.3% of statements [2021-03-01T15:54:40.402Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements [2021-03-01T15:54:40.592Z] $ 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 [2021-03-01T15:54:41.853Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.013s coverage: 100.0% of statements [2021-03-01T15:54:42.020Z] ---> job-cost.sh [2021-03-01T15:54:42.020Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ups7 [2021-03-01T15:54:42.130Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.074s coverage: 91.8% of statements [2021-03-01T15:54:42.130Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-01T15:54:42.130Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-01T15:54:42.130Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.038s coverage: 100.0% of statements [2021-03-01T15:54:42.412Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.041s coverage: 36.7% of statements [2021-03-01T15:54:45.820Z] # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [2021-03-01T15:54:45.820Z] v2/dtos/addressable.go:44:10: ambiguous selector a.Type [2021-03-01T15:54:47.815Z] # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos.test] [2021-03-01T15:54:47.815Z] v2/dtos/addressable.go:44: ambiguous selector a.Type [2021-03-01T15:54:47.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.113s coverage: 63.0% of statements [2021-03-01T15:54:47.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.034s coverage: 26.3% of statements [2021-03-01T15:54:47.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.054s coverage: 15.4% of statements [2021-03-01T15:54:47.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.032s coverage: 15.4% of statements [2021-03-01T15:54:47.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.021s coverage: 14.3% of statements [2021-03-01T15:54:47.815Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-01T15:54:47.815Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http [build failed] [2021-03-01T15:54:47.815Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-01T15:54:47.815Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [build failed] [2021-03-01T15:54:49.253Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.7% of statements [2021-03-01T15:54:49.253Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] [2021-03-01T15:54:49.253Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses [build failed] [2021-03-01T15:54:49.525Z] make: *** [Makefile:6: test] Error 2 [Pipeline] } [2021-03-01T15:54:49.566Z] $ docker stop --time=1 4b504375826d7764c5f860b27a0eb006d9e3b6df38b14c2cc7840b248edd03c2 [2021-03-01T15:54:52.191Z] $ 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 [2021-03-01T15:54:53.636Z] ---> job-cost.sh [2021-03-01T15:54:53.636Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5ZOs [2021-03-01T15:54:56.960Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-01T15:55:29.156Z] lf-activate-venv(): INFO: Adding /tmp/venv-Ups7/bin to PATH [2021-03-01T15:55:29.156Z] INFO: No Stack... [2021-03-01T15:55:29.156Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-01T15:55:29.156Z] INFO: Archiving Costs [Pipeline] sh [2021-03-01T15:55:29.470Z] + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv [2021-03-01T15:55:29.470Z] + cut -d, -f6 [Pipeline] lock [2021-03-01T15:55:29.551Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] [2021-03-01T15:55:29.561Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] did not exist. Created. [2021-03-01T15:55:29.561Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-01T15:55:29.956Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-01T15:55:30.349Z] Stashed 1 file(s) [Pipeline] } [2021-03-01T15:55:30.361Z] 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] } [2021-03-01T15:55:31.329Z] Failed in branch amd64 [2021-03-01T15:55:32.607Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-01T15:57:54.500Z] lf-activate-venv(): INFO: Adding /tmp/venv-5ZOs/bin to PATH [2021-03-01T15:57:54.500Z] INFO: No Stack... [2021-03-01T15:57:54.500Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-01T15:57:54.500Z] INFO: Archiving Costs [Pipeline] sh [2021-03-01T15:57:54.839Z] + + cut -d,cat -f6 /w/workspace/go-mod-core-contracts/4/archives/cost.csv [2021-03-01T15:57:54.839Z] [Pipeline] lock [2021-03-01T15:57:54.942Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] [2021-03-01T15:57:54.952Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] did not exist. Created. [2021-03-01T15:57:54.953Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-01T15:57:55.389Z] /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 [2021-03-01T15:57:55.738Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-01T15:57:55.835Z] Warning: overwriting stash ‘stack-cost’ [2021-03-01T15:57:56.825Z] Stashed 1 file(s) [Pipeline] } [2021-03-01T15:57:56.834Z] 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] } [2021-03-01T15:57:57.494Z] 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 [2021-03-01T15:58:00.014Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T15:58:00.344Z] ---> package-listing.sh [2021-03-01T15:58:00.344Z] ++ facter osfamily [2021-03-01T15:58:00.344Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-01T15:58:00.344Z] + OS_FAMILY=redhat [2021-03-01T15:58:00.344Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-525 [2021-03-01T15:58:00.344Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-01T15:58:00.344Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-01T15:58:00.344Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-01T15:58:00.344Z] + PACKAGES=/tmp/packages_start.txt [2021-03-01T15:58:00.344Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-525 ']' [2021-03-01T15:58:00.344Z] + PACKAGES=/tmp/packages_end.txt [2021-03-01T15:58:00.344Z] + case "${OS_FAMILY}" in [2021-03-01T15:58:00.344Z] + rpm -qa [2021-03-01T15:58:00.344Z] + sort [2021-03-01T15:58:05.668Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-01T15:58:05.668Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-01T15:58:05.668Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-01T15:58:05.668Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-525 ']' [2021-03-01T15:58:05.668Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-525/archives/ [2021-03-01T15:58:05.668Z] + 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 [2021-03-01T15:58:05.683Z] 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 [2021-03-01T15:58:05.983Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:58:06.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T15:58:06.299Z] [2021-03-01T15:58:06.299Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-01T15:58:06.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T15:58:06.658Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-01T15:58:06.658Z] df20fa9351a1: Pulling fs layer [2021-03-01T15:58:06.658Z] 36b3adc4ff6f: Pulling fs layer [2021-03-01T15:58:06.658Z] 8ad3a11d3b57: Pulling fs layer [2021-03-01T15:58:06.658Z] 46f8f816bc3b: Pulling fs layer [2021-03-01T15:58:06.658Z] 93b61091891f: Pulling fs layer [2021-03-01T15:58:06.658Z] 93b9cdb0e59b: Pulling fs layer [2021-03-01T15:58:06.658Z] 5e14af77c1be: Pulling fs layer [2021-03-01T15:58:06.658Z] 01666e4c0597: Pulling fs layer [2021-03-01T15:58:06.658Z] aa168da1d23b: Pulling fs layer [2021-03-01T15:58:06.658Z] 93b9cdb0e59b: Waiting [2021-03-01T15:58:06.658Z] 5e14af77c1be: Waiting [2021-03-01T15:58:06.658Z] 01666e4c0597: Waiting [2021-03-01T15:58:06.658Z] aa168da1d23b: Waiting [2021-03-01T15:58:06.658Z] 46f8f816bc3b: Waiting [2021-03-01T15:58:06.658Z] 93b61091891f: Waiting [2021-03-01T15:58:06.658Z] 36b3adc4ff6f: Verifying Checksum [2021-03-01T15:58:06.658Z] 36b3adc4ff6f: Download complete [2021-03-01T15:58:06.658Z] 46f8f816bc3b: Verifying Checksum [2021-03-01T15:58:06.658Z] 46f8f816bc3b: Download complete [2021-03-01T15:58:06.658Z] df20fa9351a1: Verifying Checksum [2021-03-01T15:58:06.658Z] df20fa9351a1: Download complete [2021-03-01T15:58:06.658Z] 93b9cdb0e59b: Verifying Checksum [2021-03-01T15:58:06.658Z] 93b9cdb0e59b: Download complete [2021-03-01T15:58:06.926Z] 5e14af77c1be: Verifying Checksum [2021-03-01T15:58:06.926Z] 5e14af77c1be: Download complete [2021-03-01T15:58:06.926Z] 93b61091891f: Verifying Checksum [2021-03-01T15:58:06.926Z] 93b61091891f: Download complete [2021-03-01T15:58:06.926Z] 01666e4c0597: Verifying Checksum [2021-03-01T15:58:06.926Z] 01666e4c0597: Download complete [2021-03-01T15:58:07.193Z] df20fa9351a1: Pull complete [2021-03-01T15:58:07.193Z] 8ad3a11d3b57: Verifying Checksum [2021-03-01T15:58:07.193Z] 8ad3a11d3b57: Download complete [2021-03-01T15:58:07.461Z] 36b3adc4ff6f: Pull complete [2021-03-01T15:58:08.868Z] aa168da1d23b: Verifying Checksum [2021-03-01T15:58:08.868Z] aa168da1d23b: Download complete [2021-03-01T15:58:09.134Z] 8ad3a11d3b57: Pull complete [2021-03-01T15:58:09.399Z] 46f8f816bc3b: Pull complete [2021-03-01T15:58:09.978Z] 93b61091891f: Pull complete [2021-03-01T15:58:09.978Z] 93b9cdb0e59b: Pull complete [2021-03-01T15:58:09.978Z] 5e14af77c1be: Pull complete [2021-03-01T15:58:10.246Z] 01666e4c0597: Pull complete [2021-03-01T15:58:16.882Z] aa168da1d23b: Pull complete [2021-03-01T15:58:16.882Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-01T15:58:16.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T15:58:16.882Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-01T15:58:17.080Z] prd-centos7-docker-4c-2g-28059 does not seem to be running inside a container [2021-03-01T15:58:17.131Z] $ 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 [2021-03-01T15:58:20.360Z] $ docker top 92bd1570b1c432a34f72561e75e7bccb538947865b15f03eb088735d0b78dd9f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T15:58:20.965Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-01T15:58:21.267Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-01T15:58:21.572Z] + ls /var/log/sa-host [2021-03-01T15:58:21.572Z] + sadf -c /var/log/sa-host/sa01 [2021-03-01T15:58:21.572Z] file_magic: OK [2021-03-01T15:58:21.572Z] HZ: Using current value: 100 [2021-03-01T15:58:21.572Z] file_header: OK [2021-03-01T15:58:21.572Z] 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 [2021-03-01T15:58:21.572Z] Statistics: [2021-03-01T15:58:21.572Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-01T15:58:21.572Z] File successfully converted to sysstat format version 12.2.1 [2021-03-01T15:58:21.572Z] + sadf -c /var/log/sa-host/sa23 [2021-03-01T15:58:21.572Z] file_magic: OK [2021-03-01T15:58:21.572Z] HZ: Using current value: 100 [2021-03-01T15:58:21.572Z] file_header: OK [2021-03-01T15:58:21.572Z] 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 [2021-03-01T15:58:21.572Z] Statistics: [2021-03-01T15:58:21.572Z] Hnuu...uuuununununu... [2021-03-01T15:58:21.572Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-01T15:58:21.927Z] provisioning config files... [2021-03-01T15:58:21.949Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/config8222209157197286456tmp [Pipeline] { [Pipeline] echo [2021-03-01T15:58:22.049Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T15:58:22.349Z] ---> create-netrc.sh [Pipeline] } [2021-03-01T15:58:22.360Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-01T15:58:22.453Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T15:58:22.752Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-01T15:58:22.764Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T15:58:23.064Z] ---> sudo-logs.sh [2021-03-01T15:58:23.064Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-01T15:58:23.159Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T15:58:23.461Z] ---> job-cost.sh [2021-03-01T15:58:23.461Z] lf-activate-venv: SKIPPING [2021-03-01T15:58:23.461Z] DEBUG: total: 0.20999999344348907 [2021-03-01T15:58:23.461Z] INFO: Retrieving Stack Cost... [2021-03-01T15:58:24.857Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-01T15:58:25.433Z] INFO: Archiving Costs [Pipeline] echo [2021-03-01T15:58:25.449Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T15:58:25.748Z] ---> logs-deploy.sh [2021-03-01T15:58:25.748Z] lf-activate-venv: SKIPPING [2021-03-01T15:58:25.748Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-525/4 [2021-03-01T15:58:25.748Z] INFO: archiving workspace using pattern(s): [2021-03-01T15:58:27.671Z] Archives upload complete. [2021-03-01T15:58:27.671Z] INFO: archiving logs to Nexus