Branch indexing 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb rather than 7c782f36c5867f8658ac833bc6fb906e247c8941 Obtained Jenkinsfile from 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21443 in /w/workspace/dry_go-mod-core-contracts_PR-439 [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-439 # 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 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb into PR head commit 7c782f36c5867f8658ac833bc6fb906e247c8941 Merge succeeded, producing 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3 Checking out Revision 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3 (PR-439) > 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/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c782f36c5867f8658ac833bc6fb906e247c8941 # 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 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3 # timeout=10 Commit message: "Merge commit '1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 933fcd3843581b23431498f126de2f555da7de88 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T00:41:04.620Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T00:41:04.955Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T00:41:05.058Z] ========================================================= [2021-01-20T00:41:05.058Z] EdgeX Global Pipelines Version Info [2021-01-20T00:41:05.058Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:41:06.591Z] ------------------- [2021-01-20T00:41:06.591Z] stable info: [2021-01-20T00:41:06.591Z] ------------------- [2021-01-20T00:41:06.591Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T00:41:06.591Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T00:41:06.591Z] Message: update stable to v1.0.179 [2021-01-20T00:41:07.549Z] ------------------- [2021-01-20T00:41:07.549Z] experimental info: [2021-01-20T00:41:07.549Z] ------------------- [2021-01-20T00:41:07.549Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T00:41:07.549Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T00:41:07.549Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T00:41:07.801Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-20T00:41:07.903Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-20T00:41:07.986Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T00:41:08.073Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T00:41:08.168Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T00:41:08.257Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T00:41:08.360Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T00:41:08.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T00:41:08.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T00:41:08.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T00:41:08.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T00:41:08.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-20T00:41:09.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T00:41:09.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T00:41:09.241Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T00:41:09.341Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T00:41:09.437Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T00:41:09.525Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T00:41:09.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T00:41:09.733Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T00:41:09.819Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T00:41:09.907Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T00:41:09.994Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T00:41:10.093Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T00:41:10.210Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-20T00:41:10.326Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T00:41:10.483Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T00:41:10.575Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-439 [Pipeline] echo [2021-01-20T00:41:10.669Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-439 [Pipeline] echo [2021-01-20T00:41:10.934Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-439 [Pipeline] echo [2021-01-20T00:41:11.070Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3 [Pipeline] echo [2021-01-20T00:41:11.155Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 256f892 [Pipeline] echo [2021-01-20T00:41:11.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T00:41:12.020Z] + git log --format=format:%s -1 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3 [Pipeline] echo [2021-01-20T00:41:12.080Z] GIT_COMMIT: 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3, Commit Message: Merge commit '1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb' into HEAD [Pipeline] echo [2021-01-20T00:41:12.128Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:41:12.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:41:12.999Z] [2021-01-20T00:41:12.999Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:41:13.354Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:41:13.354Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T00:41:13.354Z] 31603596830f: Pulling fs layer [2021-01-20T00:41:13.354Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T00:41:13.354Z] 6ca5941a6612: Pulling fs layer [2021-01-20T00:41:13.354Z] ecc8261a40a4: Pulling fs layer [2021-01-20T00:41:13.354Z] ecc8261a40a4: Waiting [2021-01-20T00:41:13.354Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T00:41:13.354Z] 2a8b12db71e7: Download complete [2021-01-20T00:41:13.619Z] 31603596830f: Verifying Checksum [2021-01-20T00:41:13.619Z] 31603596830f: Download complete [2021-01-20T00:41:13.619Z] 6ca5941a6612: Verifying Checksum [2021-01-20T00:41:13.619Z] 6ca5941a6612: Download complete [2021-01-20T00:41:13.619Z] ecc8261a40a4: Verifying Checksum [2021-01-20T00:41:13.619Z] ecc8261a40a4: Download complete [2021-01-20T00:41:13.891Z] 31603596830f: Pull complete [2021-01-20T00:41:13.891Z] 2a8b12db71e7: Pull complete [2021-01-20T00:41:14.846Z] 6ca5941a6612: Pull complete [2021-01-20T00:41:15.110Z] ecc8261a40a4: Pull complete [2021-01-20T00:41:15.110Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T00:41:15.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:41:15.110Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T00:41:15.235Z] prd-centos7-docker-4c-2g-21443 does not seem to be running inside a container [2021-01-20T00:41:15.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@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-01-20T00:41:17.213Z] $ docker top 6baaab3cbd8a7bad3577460892d498408678355f8699b21da30c94a55948e468 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T00:41:17.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:41:17.501Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:41:17.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:41:17.697Z] $ docker exec 6baaab3cbd8a7bad3577460892d498408678355f8699b21da30c94a55948e468 ssh-agent [2021-01-20T00:41:17.872Z] SSH_AUTH_SOCK=/tmp/ssh-musS4VxWZkJs/agent.11 [2021-01-20T00:41:17.872Z] SSH_AGENT_PID=16 [2021-01-20T00:41:17.883Z] Running ssh-add (command line suppressed) [2021-01-20T00:41:17.995Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_5265524078690332692.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_5265524078690332692.key) [2021-01-20T00:41:18.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:41:18.383Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T00:41:18.404Z] $ docker exec --env ******** --env ******** 6baaab3cbd8a7bad3577460892d498408678355f8699b21da30c94a55948e468 ssh-agent -k [2021-01-20T00:41:18.519Z] unset SSH_AUTH_SOCK; [2021-01-20T00:41:18.520Z] unset SSH_AGENT_PID; [2021-01-20T00:41:18.520Z] echo Agent pid 16 killed; [2021-01-20T00:41:18.567Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T00:41:18.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:41:18.751Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:41:18.921Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:41:18.925Z] $ docker exec 6baaab3cbd8a7bad3577460892d498408678355f8699b21da30c94a55948e468 ssh-agent [2021-01-20T00:41:19.082Z] SSH_AUTH_SOCK=/tmp/ssh-PGYmQ9QqLacX/agent.45 [2021-01-20T00:41:19.082Z] SSH_AGENT_PID=50 [2021-01-20T00:41:19.090Z] Running ssh-add (command line suppressed) [2021-01-20T00:41:19.205Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_7018901865616748185.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_7018901865616748185.key) [2021-01-20T00:41:19.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:41:19.596Z] + git semver init [2021-01-20T00:41:19.596Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T00:41:19.596Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.git [2021-01-20T00:41:19.596Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-439 [2021-01-20T00:41:19.596Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T00:41:19.596Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T00:41:19.596Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T00:41:19.596Z] # $SEMVER_BRANCH = PR-439 [2021-01-20T00:41:19.596Z] # $SEMVER_TEMP = /tmp/semver-515928723 [2021-01-20T00:41:19.596Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-20T00:41:20.173Z] # '/tmp/semver-515928723' -> '/w/workspace/dry_go-mod-core-contracts_PR-439/.semver' [2021-01-20T00:41:20.173Z] # -> Force: false [2021-01-20T00:41:20.173Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.semver [Pipeline] } [2021-01-20T00:41:20.187Z] $ docker exec --env ******** --env ******** 6baaab3cbd8a7bad3577460892d498408678355f8699b21da30c94a55948e468 ssh-agent -k [2021-01-20T00:41:20.297Z] unset SSH_AUTH_SOCK; [2021-01-20T00:41:20.297Z] unset SSH_AGENT_PID; [2021-01-20T00:41:20.298Z] echo Agent pid 50 killed; [2021-01-20T00:41:20.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:41:20.929Z] + git semver [Pipeline] } [2021-01-20T00:41:20.947Z] $ docker stop --time=1 6baaab3cbd8a7bad3577460892d498408678355f8699b21da30c94a55948e468 [2021-01-20T00:41:22.746Z] $ docker rm -f 6baaab3cbd8a7bad3577460892d498408678355f8699b21da30c94a55948e468 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:41:23.211Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T00:41:23.761Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T00:41:23.763Z] [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-01-20T00:41:39.257Z] Still waiting to schedule task [2021-01-20T00:41:39.257Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T00:41:39.260Z] Still waiting to schedule task [2021-01-20T00:41:39.261Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T00:46:03.336Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21448 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws [2021-01-20T00:46:03.413Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-01-20T00:46:09.247Z] Running on prd-centos7-docker-4c-2g-21449 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws [2021-01-20T00:46:09.298Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-01-20T00:46:09.390Z] using credential edgex-jenkins-ssh [2021-01-20T00:46:09.452Z] Cloning the remote Git repository [2021-01-20T00:46:09.522Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-20T00:46:09.643Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-01-20T00:46:09.719Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-20T00:46:09.720Z] > git --version # timeout=10 [2021-01-20T00:46:09.741Z] > git --version # 'git version 2.17.1' [2021-01-20T00:46:09.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:46:09.838Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:46:11.099Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-20T00:46:11.138Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:46:11.165Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-20T00:46:11.206Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-20T00:46:11.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:46:11.740Z] using credential edgex-jenkins-ssh [2021-01-20T00:46:11.796Z] Cloning the remote Git repository [2021-01-20T00:46:12.003Z] Merging remotes/origin/master commit 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb into PR head commit 7c782f36c5867f8658ac833bc6fb906e247c8941 [2021-01-20T00:46:12.537Z] Merge succeeded, producing 7851b310051916b3f503d02f3e1e207312ec03d5 [2021-01-20T00:46:12.537Z] Checking out Revision 7851b310051916b3f503d02f3e1e207312ec03d5 (PR-439) [2021-01-20T00:46:11.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T00:46:12.025Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:46:12.040Z] > git checkout -f 7c782f36c5867f8658ac833bc6fb906e247c8941 # timeout=10 [2021-01-20T00:46:12.199Z] > git remote # timeout=10 [2021-01-20T00:46:12.219Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T00:46:12.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:46:12.243Z] > git merge 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb # timeout=10 [2021-01-20T00:46:12.520Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T00:46:12.546Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:46:11.341Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-20T00:46:11.416Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-01-20T00:46:11.486Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-20T00:46:11.486Z] > git --version # timeout=10 [2021-01-20T00:46:11.492Z] > git --version # 'git version 2.24.3' [2021-01-20T00:46:11.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:46:11.523Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:46:12.189Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-20T00:46:12.197Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:46:12.209Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-20T00:46:13.139Z] Merging remotes/origin/master commit 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb into PR head commit 7c782f36c5867f8658ac833bc6fb906e247c8941 [2021-01-20T00:46:13.296Z] Merge succeeded, producing 7851b310051916b3f503d02f3e1e207312ec03d5 [2021-01-20T00:46:13.297Z] Checking out Revision 7851b310051916b3f503d02f3e1e207312ec03d5 (PR-439) [2021-01-20T00:46:12.223Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-20T00:46:12.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:46:12.229Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T00:46:12.780Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:46:12.786Z] > git checkout -f 7c782f36c5867f8658ac833bc6fb906e247c8941 # timeout=10 [2021-01-20T00:46:12.848Z] > git remote # timeout=10 [2021-01-20T00:46:12.854Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T00:46:12.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:46:12.865Z] > git merge 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb # timeout=10 [2021-01-20T00:46:12.933Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T00:46:12.945Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:46:12.953Z] > git checkout -f 7851b310051916b3f503d02f3e1e207312ec03d5 # timeout=10 [2021-01-20T00:46:12.561Z] > git checkout -f 7851b310051916b3f503d02f3e1e207312ec03d5 # timeout=10 [2021-01-20T00:46:16.765Z] Commit message: "Merge commit '1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb' into HEAD" [2021-01-20T00:46:17.036Z] Commit message: "Merge commit '1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb' into HEAD" [2021-01-20T00:46:17.066Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-20T00:46:17.964Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:46:17.050Z] > git rev-list --no-walk 933fcd3843581b23431498f126de2f555da7de88 # timeout=10 [Pipeline] sh [2021-01-20T00:46:18.931Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-20T00:46:18.934Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-01-20T00:46:19.240Z] + sudo service docker restart [2021-01-20T00:46:19.240Z] + true [2021-01-20T00:46:19.240Z] Redirecting to /bin/systemctl restart docker.service [2021-01-20T00:46:19.401Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:46:19.761Z] + + sudo service dockertrue restart [2021-01-20T00:46:19.761Z] [Pipeline] unstash [Pipeline] echo [2021-01-20T00:46:21.296Z] ========================================================= [2021-01-20T00:46:21.296Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T00:46:21.296Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:46:21.642Z] + 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-01-20T00:46:21.904Z] Sending build context to Docker daemon 2.307MB [2021-01-20T00:46:21.904Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-20T00:46:21.904Z] Step 2/7 : FROM ${BASE} [2021-01-20T00:46:22.167Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T00:46:22.167Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T00:46:22.167Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T00:46:22.167Z] de9db76c5a1d: Pulling fs layer [2021-01-20T00:46:22.167Z] bca2f99d35d6: Pulling fs layer [2021-01-20T00:46:22.167Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T00:46:22.167Z] 7c6f9722023f: Pulling fs layer [2021-01-20T00:46:22.167Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T00:46:22.167Z] bca2f99d35d6: Waiting [2021-01-20T00:46:22.167Z] 93359f2a8cfa: Waiting [2021-01-20T00:46:22.167Z] a35cf1a2eb13: Waiting [2021-01-20T00:46:22.167Z] 7c6f9722023f: Waiting [2021-01-20T00:46:22.167Z] de9db76c5a1d: Verifying Checksum [2021-01-20T00:46:22.167Z] de9db76c5a1d: Download complete [2021-01-20T00:46:22.167Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T00:46:22.167Z] 0ef7d3d256c8: Download complete [2021-01-20T00:46:22.167Z] 93359f2a8cfa: Download complete [2021-01-20T00:46:22.167Z] 7c6f9722023f: Download complete [2021-01-20T00:46:22.167Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T00:46:22.167Z] 188c0c94c7c5: Download complete [2021-01-20T00:46:22.436Z] 188c0c94c7c5: Pull complete [Pipeline] unstash [2021-01-20T00:46:22.697Z] 0ef7d3d256c8: Pull complete [2021-01-20T00:46:22.697Z] de9db76c5a1d: Pull complete [Pipeline] echo [2021-01-20T00:46:22.783Z] ========================================================= [2021-01-20T00:46:22.783Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T00:46:22.783Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:46:23.187Z] + 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-01-20T00:46:24.093Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T00:46:24.093Z] a35cf1a2eb13: Download complete [2021-01-20T00:46:24.179Z] Sending build context to Docker daemon 2.306MB [2021-01-20T00:46:24.180Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-20T00:46:24.180Z] Step 2/7 : FROM ${BASE} [2021-01-20T00:46:24.798Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T00:46:24.798Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T00:46:24.798Z] a4357932f1b6: Pulling fs layer [2021-01-20T00:46:24.798Z] 18c013af1878: Pulling fs layer [2021-01-20T00:46:24.798Z] 00ac8860ef70: Pulling fs layer [2021-01-20T00:46:24.798Z] 63d7cb157983: Pulling fs layer [2021-01-20T00:46:24.798Z] b116817d02f9: Pulling fs layer [2021-01-20T00:46:24.798Z] 745a02a5169b: Pulling fs layer [2021-01-20T00:46:24.798Z] 00ac8860ef70: Waiting [2021-01-20T00:46:24.798Z] 63d7cb157983: Waiting [2021-01-20T00:46:24.798Z] b116817d02f9: Waiting [2021-01-20T00:46:24.798Z] 18c013af1878: Verifying Checksum [2021-01-20T00:46:24.798Z] 18c013af1878: Download complete [2021-01-20T00:46:24.798Z] a4357932f1b6: Verifying Checksum [2021-01-20T00:46:24.798Z] a4357932f1b6: Download complete [2021-01-20T00:46:25.089Z] 63d7cb157983: Download complete [2021-01-20T00:46:25.089Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T00:46:25.089Z] 5f621e34cdf4: Download complete [2021-01-20T00:46:25.089Z] b116817d02f9: Verifying Checksum [2021-01-20T00:46:25.090Z] b116817d02f9: Download complete [2021-01-20T00:46:25.488Z] bca2f99d35d6: Verifying Checksum [2021-01-20T00:46:25.488Z] bca2f99d35d6: Download complete [2021-01-20T00:46:26.084Z] 5f621e34cdf4: Pull complete [2021-01-20T00:46:26.686Z] a4357932f1b6: Pull complete [2021-01-20T00:46:26.964Z] 18c013af1878: Pull complete [2021-01-20T00:46:27.239Z] 745a02a5169b: Verifying Checksum [2021-01-20T00:46:27.239Z] 745a02a5169b: Download complete [2021-01-20T00:46:28.690Z] 00ac8860ef70: Verifying Checksum [2021-01-20T00:46:28.690Z] 00ac8860ef70: Download complete [2021-01-20T00:46:30.808Z] bca2f99d35d6: Pull complete [2021-01-20T00:46:30.808Z] 93359f2a8cfa: Pull complete [2021-01-20T00:46:30.808Z] 7c6f9722023f: Pull complete [2021-01-20T00:46:38.871Z] 00ac8860ef70: Pull complete [2021-01-20T00:46:38.871Z] 63d7cb157983: Pull complete [2021-01-20T00:46:38.871Z] b116817d02f9: Pull complete [2021-01-20T00:46:39.193Z] a35cf1a2eb13: Pull complete [2021-01-20T00:46:39.193Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T00:46:39.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T00:46:39.193Z] ---> a62c8e92a672 [2021-01-20T00:46:39.193Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T00:46:39.193Z] ---> Running in e5c166ad49fd [2021-01-20T00:46:39.193Z] Removing intermediate container e5c166ad49fd [2021-01-20T00:46:39.193Z] ---> 0cead0125bf6 [2021-01-20T00:46:39.193Z] Step 4/7 : RUN apk add bash [2021-01-20T00:46:39.460Z] ---> Running in 6b8d8986f8eb [2021-01-20T00:46:40.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:46:40.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:46:41.577Z] OK: 166 MiB in 39 packages [2021-01-20T00:46:42.153Z] Removing intermediate container 6b8d8986f8eb [2021-01-20T00:46:42.154Z] ---> ec5370cc3a7f [2021-01-20T00:46:42.154Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-20T00:46:42.154Z] ---> Running in 981faa1e75f1 [2021-01-20T00:46:42.275Z] 745a02a5169b: Pull complete [2021-01-20T00:46:42.275Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T00:46:42.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T00:46:42.275Z] ---> b7e6874047d6 [2021-01-20T00:46:42.275Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T00:46:42.419Z] Removing intermediate container 981faa1e75f1 [2021-01-20T00:46:42.419Z] ---> b77077075a64 [2021-01-20T00:46:42.419Z] Step 6/7 : COPY go.mod . [2021-01-20T00:46:42.692Z] ---> 5ada4d0a9f2b [2021-01-20T00:46:42.692Z] Step 7/7 : RUN go mod download [2021-01-20T00:46:42.692Z] ---> Running in 799d7a4c76eb [2021-01-20T00:46:45.687Z] ---> Running in 88547c9b2071 [2021-01-20T00:46:45.960Z] Removing intermediate container 88547c9b2071 [2021-01-20T00:46:45.960Z] ---> 87be8b85cd48 [2021-01-20T00:46:45.960Z] Step 4/7 : RUN apk add bash [2021-01-20T00:46:45.960Z] ---> Running in b9ed1284bf52 [2021-01-20T00:46:47.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:48.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:51.462Z] OK: 142 MiB in 39 packages [2021-01-20T00:46:52.450Z] Removing intermediate container b9ed1284bf52 [2021-01-20T00:46:52.450Z] ---> fa5f0722e680 [2021-01-20T00:46:52.450Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-20T00:46:52.726Z] ---> Running in 88aaba108ee2 [2021-01-20T00:46:53.325Z] Removing intermediate container 88aaba108ee2 [2021-01-20T00:46:53.325Z] ---> a78ffbc17f4d [2021-01-20T00:46:53.325Z] Step 6/7 : COPY go.mod . [2021-01-20T00:46:53.935Z] ---> 368a38454898 [2021-01-20T00:46:53.935Z] Step 7/7 : RUN go mod download [2021-01-20T00:46:54.209Z] ---> Running in b2d32cb305a4 [2021-01-20T00:46:55.007Z] Removing intermediate container 799d7a4c76eb [2021-01-20T00:46:55.007Z] ---> 080638facc0e [2021-01-20T00:46:55.007Z] Successfully built 080638facc0e [2021-01-20T00:46:55.007Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:46:55.341Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T00:46:55.341Z] . [Pipeline] withDockerContainer [2021-01-20T00:46:55.465Z] prd-centos7-docker-4c-2g-21449 does not seem to be running inside a container [2021-01-20T00:46:55.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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-01-20T00:46:56.273Z] $ docker top a645098cc64b2e9573f53daebd31cfa0d1f8d5634de8a82c220cf242a92ebfa7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:46:56.784Z] + go version [2021-01-20T00:46:56.784Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T00:46:56.800Z] $ docker stop --time=1 a645098cc64b2e9573f53daebd31cfa0d1f8d5634de8a82c220cf242a92ebfa7 [2021-01-20T00:46:58.140Z] $ docker rm -f a645098cc64b2e9573f53daebd31cfa0d1f8d5634de8a82c220cf242a92ebfa7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:46:59.091Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T00:46:59.091Z] . [Pipeline] withDockerContainer [2021-01-20T00:46:59.229Z] prd-centos7-docker-4c-2g-21449 does not seem to be running inside a container [2021-01-20T00:46:59.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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-01-20T00:47:00.016Z] $ docker top 75bb6f159acb51322b44dae90519d1420fc3900225d36ceed4eb2187977da8ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:47:00.650Z] + make test [2021-01-20T00:47:00.650Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-20T00:47:00.650Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors [2021-01-20T00:47:00.650Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos [2021-01-20T00:47:00.650Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 [2021-01-20T00:47:00.650Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [2021-01-20T00:47:00.917Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:01.195Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:01.195Z] go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:01.195Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:01.195Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:01.464Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-20T00:47:01.464Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/2/clients/interfaces) [2021-01-20T00:47:01.464Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-20T00:47:01.464Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-20T00:47:01.464Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/2/models) [2021-01-20T00:47:01.464Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-20T00:47:01.464Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-20T00:47:01.464Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/2/clients/interfaces) [2021-01-20T00:47:01.464Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-20T00:47:01.464Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-20T00:47:01.464Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/2/models) [2021-01-20T00:47:01.464Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-20T00:47:01.464Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2021-01-20T00:47:01.484Z] $ docker stop --time=1 75bb6f159acb51322b44dae90519d1420fc3900225d36ceed4eb2187977da8ee [2021-01-20T00:47:03.372Z] $ docker rm -f 75bb6f159acb51322b44dae90519d1420fc3900225d36ceed4eb2187977da8ee [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T00:47:04.905Z] Failed in branch amd64 [2021-01-20T00:47:09.355Z] Removing intermediate container b2d32cb305a4 [2021-01-20T00:47:09.355Z] ---> 94c3554f9168 [2021-01-20T00:47:09.355Z] Successfully built 94c3554f9168 [2021-01-20T00:47:09.355Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:47:09.701Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T00:47:09.701Z] . [Pipeline] withDockerContainer [2021-01-20T00:47:09.987Z] prd-ubuntu18.04-docker-arm64-4c-16g-21448 does not seem to be running inside a container [2021-01-20T00:47:10.074Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-20T00:47:11.847Z] $ docker top 7391b172ba2b357d8a286476c0ef6a4d4b29c5515e49067be3190d00ac7b79c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:47:12.904Z] + go version [2021-01-20T00:47:12.904Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T00:47:12.943Z] $ docker stop --time=1 7391b172ba2b357d8a286476c0ef6a4d4b29c5515e49067be3190d00ac7b79c2 [2021-01-20T00:47:14.928Z] $ docker rm -f 7391b172ba2b357d8a286476c0ef6a4d4b29c5515e49067be3190d00ac7b79c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:47:15.956Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T00:47:15.956Z] . [Pipeline] withDockerContainer [2021-01-20T00:47:16.230Z] prd-ubuntu18.04-docker-arm64-4c-16g-21448 does not seem to be running inside a container [2021-01-20T00:47:16.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-20T00:47:17.916Z] $ docker top bcfd42fb168122c7dd3163251c896c8e37b9d7c80f63d4046a481f034e2d1119 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:47:18.966Z] + make test [2021-01-20T00:47:18.966Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-20T00:47:19.245Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [2021-01-20T00:47:19.245Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos [2021-01-20T00:47:19.245Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 [2021-01-20T00:47:19.245Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors [2021-01-20T00:47:19.522Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:20.120Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:20.120Z] go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:20.120Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:20.120Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:47:20.717Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-20T00:47:20.717Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/2/clients/interfaces) [2021-01-20T00:47:20.717Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-20T00:47:20.717Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-20T00:47:20.717Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/2/models) [2021-01-20T00:47:20.717Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-20T00:47:20.717Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-20T00:47:20.717Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/2/clients/interfaces) [2021-01-20T00:47:20.717Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-20T00:47:20.717Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-20T00:47:20.717Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/2/models) [2021-01-20T00:47:20.717Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-20T00:47:20.717Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2021-01-20T00:47:20.744Z] $ docker stop --time=1 bcfd42fb168122c7dd3163251c896c8e37b9d7c80f63d4046a481f034e2d1119 [2021-01-20T00:47:22.823Z] $ docker rm -f bcfd42fb168122c7dd3163251c896c8e37b9d7c80f63d4046a481f034e2d1119 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T00:47:24.333Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-20T00:47:26.803Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:47:27.382Z] ---> package-listing.sh [2021-01-20T00:47:27.382Z] ++ facter osfamily [2021-01-20T00:47:27.382Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T00:47:27.382Z] + OS_FAMILY=redhat [2021-01-20T00:47:27.382Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-439 [2021-01-20T00:47:27.382Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T00:47:27.382Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T00:47:27.382Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T00:47:27.382Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T00:47:27.382Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' [2021-01-20T00:47:27.382Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T00:47:27.382Z] + case "${OS_FAMILY}" in [2021-01-20T00:47:27.382Z] + rpm -qa [2021-01-20T00:47:27.382Z] + sort [2021-01-20T00:47:32.712Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T00:47:32.712Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T00:47:32.712Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T00:47:32.712Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' [2021-01-20T00:47:32.712Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [2021-01-20T00:47:32.712Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [Pipeline] echo [2021-01-20T00:47:32.727Z] 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-439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T00:47:33.030Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:47:33.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:47:33.341Z] [2021-01-20T00:47:33.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:47:33.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:47:33.694Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T00:47:33.694Z] df20fa9351a1: Pulling fs layer [2021-01-20T00:47:33.694Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T00:47:33.694Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T00:47:33.694Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T00:47:33.694Z] 93b61091891f: Pulling fs layer [2021-01-20T00:47:33.694Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T00:47:33.694Z] 5e14af77c1be: Pulling fs layer [2021-01-20T00:47:33.694Z] 01666e4c0597: Pulling fs layer [2021-01-20T00:47:33.694Z] aa168da1d23b: Pulling fs layer [2021-01-20T00:47:33.694Z] 93b9cdb0e59b: Waiting [2021-01-20T00:47:33.694Z] 5e14af77c1be: Waiting [2021-01-20T00:47:33.694Z] 01666e4c0597: Waiting [2021-01-20T00:47:33.694Z] aa168da1d23b: Waiting [2021-01-20T00:47:33.694Z] 46f8f816bc3b: Waiting [2021-01-20T00:47:33.694Z] 93b61091891f: Waiting [2021-01-20T00:47:33.694Z] 36b3adc4ff6f: Download complete [2021-01-20T00:47:33.694Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T00:47:33.694Z] 46f8f816bc3b: Download complete [2021-01-20T00:47:33.694Z] df20fa9351a1: Download complete [2021-01-20T00:47:33.960Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T00:47:33.960Z] 93b9cdb0e59b: Download complete [2021-01-20T00:47:33.960Z] 5e14af77c1be: Verifying Checksum [2021-01-20T00:47:33.960Z] 5e14af77c1be: Download complete [2021-01-20T00:47:33.960Z] 01666e4c0597: Verifying Checksum [2021-01-20T00:47:33.960Z] 01666e4c0597: Download complete [2021-01-20T00:47:33.960Z] 93b61091891f: Verifying Checksum [2021-01-20T00:47:33.960Z] 93b61091891f: Download complete [2021-01-20T00:47:34.221Z] df20fa9351a1: Pull complete [2021-01-20T00:47:34.221Z] 36b3adc4ff6f: Pull complete [2021-01-20T00:47:34.488Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T00:47:34.488Z] 8ad3a11d3b57: Download complete [2021-01-20T00:47:35.077Z] 8ad3a11d3b57: Pull complete [2021-01-20T00:47:35.343Z] 46f8f816bc3b: Pull complete [2021-01-20T00:47:35.924Z] 93b61091891f: Pull complete [2021-01-20T00:47:36.188Z] aa168da1d23b: Verifying Checksum [2021-01-20T00:47:36.188Z] aa168da1d23b: Download complete [2021-01-20T00:47:36.450Z] 93b9cdb0e59b: Pull complete [2021-01-20T00:47:36.712Z] 5e14af77c1be: Pull complete [2021-01-20T00:47:36.712Z] 01666e4c0597: Pull complete [2021-01-20T00:47:43.359Z] aa168da1d23b: Pull complete [2021-01-20T00:47:43.359Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T00:47:43.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:47:43.359Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T00:47:43.583Z] prd-centos7-docker-4c-2g-21443 does not seem to be running inside a container [2021-01-20T00:47:43.636Z] $ 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-439/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-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@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-01-20T00:47:47.272Z] $ docker top e518ebd47e279287b28c458f3a98dfb7a24877942f1f8f7336382b0abb7c6af3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:47:47.799Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T00:47:48.103Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T00:47:48.407Z] + ls /var/log/sa-host [2021-01-20T00:47:48.408Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T00:47:48.408Z] file_magic: OK [2021-01-20T00:47:48.408Z] HZ: Using current value: 100 [2021-01-20T00:47:48.408Z] file_header: OK [2021-01-20T00:47:48.408Z] 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-01-20T00:47:48.408Z] Statistics: [2021-01-20T00:47:48.408Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T00:47:48.408Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T00:47:48.408Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T00:47:48.408Z] file_magic: OK [2021-01-20T00:47:48.408Z] HZ: Using current value: 100 [2021-01-20T00:47:48.408Z] file_header: OK [2021-01-20T00:47:48.408Z] 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-01-20T00:47:48.408Z] Statistics: [2021-01-20T00:47:48.408Z] Hnuu...uuuununununu... [2021-01-20T00:47:48.408Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T00:47:48.683Z] provisioning config files... [2021-01-20T00:47:48.704Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config6470866292355837834tmp [Pipeline] { [Pipeline] echo [2021-01-20T00:47:48.777Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:47:49.073Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T00:47:49.083Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T00:47:49.174Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:47:49.476Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T00:47:49.488Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:47:49.786Z] ---> sudo-logs.sh [2021-01-20T00:47:49.786Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T00:47:49.798Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:47:50.095Z] ---> job-cost.sh [2021-01-20T00:47:50.095Z] lf-activate-venv: SKIPPING [2021-01-20T00:47:50.095Z] INFO: No Stack... [2021-01-20T00:47:51.045Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T00:47:51.309Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T00:47:51.324Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:47:51.646Z] ---> logs-deploy.sh [2021-01-20T00:47:51.647Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-439/2 [2021-01-20T00:47:51.647Z] INFO: archiving workspace using pattern(s): [2021-01-20T00:47:54.202Z] Archives upload complete. [2021-01-20T00:47:54.202Z] INFO: archiving logs to Nexus