Pull request #482 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 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 rather than 2f24af10b3c1833042816814df4dcda80bde2cbb Obtained Jenkinsfile from 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-24710 in /w/workspace/dry_go-mod-core-contracts_PR-482 [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-482 # 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 > 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/482/head:refs/remotes/origin/PR-482 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit 2f24af10b3c1833042816814df4dcda80bde2cbb Merge succeeded, producing 2f24af10b3c1833042816814df4dcda80bde2cbb Checking out Revision 2f24af10b3c1833042816814df4dcda80bde2cbb (PR-482) > git config core.sparsecheckout # timeout=10 > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # 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 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 Commit message: "Merge branch 'master' into issue-481" > git rev-list --no-walk d0d059f133e201e52d72f269339daf7f7cc97074 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T10:38:44.050Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T10:38:44.307Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T10:38:44.408Z] ========================================================= [2021-02-03T10:38:44.409Z] EdgeX Global Pipelines Version Info [2021-02-03T10:38:44.409Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T10:38:46.621Z] ------------------- [2021-02-03T10:38:46.621Z] stable info: [2021-02-03T10:38:46.621Z] ------------------- [2021-02-03T10:38:46.621Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T10:38:46.621Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T10:38:46.621Z] Message: update stable to v1.0.179 [2021-02-03T10:38:47.602Z] ------------------- [2021-02-03T10:38:47.602Z] experimental info: [2021-02-03T10:38:47.602Z] ------------------- [2021-02-03T10:38:47.602Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T10:38:47.602Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T10:38:47.602Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T10:38:47.851Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-03T10:38:47.936Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-03T10:38:48.021Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T10:38:48.104Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T10:38:48.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T10:38:48.282Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T10:38:48.369Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T10:38:48.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T10:38:48.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-03T10:38:48.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T10:38:48.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T10:38:48.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-03T10:38:48.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T10:38:49.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T10:38:49.122Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T10:38:49.212Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T10:38:49.295Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T10:38:49.381Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T10:38:49.463Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T10:38:49.548Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-03T10:38:49.632Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-03T10:38:49.721Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-03T10:38:49.814Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-03T10:38:49.901Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-03T10:38:49.987Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-03T10:38:50.069Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T10:38:50.168Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T10:38:50.285Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-482 [Pipeline] echo [2021-02-03T10:38:50.397Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-482 [Pipeline] echo [2021-02-03T10:38:50.495Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-482 [Pipeline] echo [2021-02-03T10:38:50.582Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2f24af10b3c1833042816814df4dcda80bde2cbb [Pipeline] echo [2021-02-03T10:38:50.731Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2f24af1 [Pipeline] echo [2021-02-03T10:38:50.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T10:38:51.494Z] + git log --format=format:%s -1 2f24af10b3c1833042816814df4dcda80bde2cbb [Pipeline] echo [2021-02-03T10:38:51.700Z] GIT_COMMIT: 2f24af10b3c1833042816814df4dcda80bde2cbb, Commit Message: Merge branch 'master' into issue-481 [Pipeline] echo [2021-02-03T10:38:51.746Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:38:52.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T10:38:52.984Z] [2021-02-03T10:38:52.984Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:38:53.390Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T10:38:53.667Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T10:38:53.667Z] 31603596830f: Pulling fs layer [2021-02-03T10:38:53.667Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T10:38:53.667Z] 6ca5941a6612: Pulling fs layer [2021-02-03T10:38:53.667Z] ecc8261a40a4: Pulling fs layer [2021-02-03T10:38:53.667Z] ecc8261a40a4: Waiting [2021-02-03T10:38:53.667Z] 2a8b12db71e7: Verifying Checksum [2021-02-03T10:38:53.667Z] 2a8b12db71e7: Download complete [2021-02-03T10:38:53.667Z] 31603596830f: Verifying Checksum [2021-02-03T10:38:53.667Z] 31603596830f: Download complete [2021-02-03T10:38:54.013Z] ecc8261a40a4: Verifying Checksum [2021-02-03T10:38:54.013Z] ecc8261a40a4: Download complete [2021-02-03T10:38:54.283Z] 6ca5941a6612: Verifying Checksum [2021-02-03T10:38:54.283Z] 6ca5941a6612: Download complete [2021-02-03T10:38:54.283Z] 31603596830f: Pull complete [2021-02-03T10:38:54.560Z] 2a8b12db71e7: Pull complete [2021-02-03T10:38:56.544Z] 6ca5941a6612: Pull complete [2021-02-03T10:38:56.544Z] ecc8261a40a4: Pull complete [2021-02-03T10:38:56.811Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T10:38:56.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T10:38:56.811Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T10:38:57.102Z] prd-centos7-docker-4c-2g-24710 does not seem to be running inside a container [2021-02-03T10:38:57.273Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-482 -v /w/workspace/dry_go-mod-core-contracts_PR-482:/w/workspace/dry_go-mod-core-contracts_PR-482:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-482@tmp:/w/workspace/dry_go-mod-core-contracts_PR-482@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T10:38:59.962Z] $ docker top bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T10:39:00.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T10:39:00.491Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T10:39:00.858Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T10:39:00.862Z] $ docker exec bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 ssh-agent [2021-02-03T10:39:01.104Z] SSH_AUTH_SOCK=/tmp/ssh-yV98xdMp4ryO/agent.11 [2021-02-03T10:39:01.104Z] SSH_AGENT_PID=16 [2021-02-03T10:39:01.127Z] Running ssh-add (command line suppressed) [2021-02-03T10:39:01.301Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-482@tmp/private_key_7387545467100984991.key (/w/workspace/dry_go-mod-core-contracts_PR-482@tmp/private_key_7387545467100984991.key) [2021-02-03T10:39:01.417Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T10:39:01.827Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T10:39:02.184Z] $ docker exec --env ******** --env ******** bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 ssh-agent -k [2021-02-03T10:39:02.536Z] unset SSH_AUTH_SOCK; [2021-02-03T10:39:02.536Z] unset SSH_AGENT_PID; [2021-02-03T10:39:02.536Z] echo Agent pid 16 killed; [2021-02-03T10:39:02.656Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T10:39:02.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T10:39:02.851Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T10:39:03.287Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T10:39:03.292Z] $ docker exec bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 ssh-agent [2021-02-03T10:39:03.508Z] SSH_AUTH_SOCK=/tmp/ssh-zLorwY6AiXoJ/agent.46 [2021-02-03T10:39:03.508Z] SSH_AGENT_PID=51 [2021-02-03T10:39:03.518Z] Running ssh-add (command line suppressed) [2021-02-03T10:39:03.679Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-482@tmp/private_key_5873785762126550029.key (/w/workspace/dry_go-mod-core-contracts_PR-482@tmp/private_key_5873785762126550029.key) [2021-02-03T10:39:03.760Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T10:39:04.116Z] + git semver init [2021-02-03T10:39:04.116Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T10:39:04.116Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-482/.git [2021-02-03T10:39:04.116Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-482 [2021-02-03T10:39:04.116Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T10:39:04.116Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T10:39:04.116Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T10:39:04.116Z] # $SEMVER_BRANCH = PR-482 [2021-02-03T10:39:04.116Z] # $SEMVER_TEMP = /tmp/semver-349181912 [2021-02-03T10:39:04.116Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-03T10:39:06.081Z] # '/tmp/semver-349181912' -> '/w/workspace/dry_go-mod-core-contracts_PR-482/.semver' [2021-02-03T10:39:06.081Z] # -> Force: false [2021-02-03T10:39:06.081Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-482/.semver [Pipeline] } [2021-02-03T10:39:06.116Z] $ docker exec --env ******** --env ******** bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 ssh-agent -k [2021-02-03T10:39:06.299Z] unset SSH_AUTH_SOCK; [2021-02-03T10:39:06.302Z] unset SSH_AGENT_PID; [2021-02-03T10:39:06.302Z] echo Agent pid 51 killed; [2021-02-03T10:39:06.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T10:39:06.956Z] + git semver [Pipeline] } [2021-02-03T10:39:06.990Z] $ docker stop --time=1 bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 [2021-02-03T10:39:09.230Z] $ docker rm -f bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T10:39:09.848Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T10:39:10.507Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T10:39:10.510Z] [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-02-03T10:39:26.184Z] Still waiting to schedule task [2021-02-03T10:39:26.184Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-03T10:39:26.186Z] Still waiting to schedule task [2021-02-03T10:39:26.186Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24708’ is offline [2021-02-03T10:41:17.474Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24711 in /w/workspace/dry_go-mod-core-contracts_PR-482 [Pipeline] { [Pipeline] ws [2021-02-03T10:41:17.548Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-02-03T10:41:22.166Z] using credential edgex-jenkins-ssh [2021-02-03T10:41:22.221Z] Cloning the remote Git repository [2021-02-03T10:41:22.274Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T10:41:22.379Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-02-03T10:41:22.454Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T10:41:22.454Z] > git --version # timeout=10 [2021-02-03T10:41:22.471Z] > git --version # 'git version 2.17.1' [2021-02-03T10:41:22.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T10:41:22.538Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T10:41:23.580Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T10:41:23.612Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T10:41:23.638Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T10:41:23.680Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T10:41:23.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T10:41:23.693Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/482/head:refs/remotes/origin/PR-482 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T10:41:24.312Z] Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit 2f24af10b3c1833042816814df4dcda80bde2cbb [2021-02-03T10:41:24.798Z] Merge succeeded, producing 2f24af10b3c1833042816814df4dcda80bde2cbb [2021-02-03T10:41:24.799Z] Checking out Revision 2f24af10b3c1833042816814df4dcda80bde2cbb (PR-482) [2021-02-03T10:41:24.332Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T10:41:24.351Z] > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 [2021-02-03T10:41:24.579Z] > git remote # timeout=10 [2021-02-03T10:41:24.625Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T10:41:24.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T10:41:24.720Z] > git merge 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 [2021-02-03T10:41:24.754Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T10:41:24.809Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T10:41:24.828Z] > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 [2021-02-03T10:41:25.398Z] Running on prd-centos7-docker-4c-2g-24712 in /w/workspace/dry_go-mod-core-contracts_PR-482 [Pipeline] { [Pipeline] ws [2021-02-03T10:41:25.454Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-02-03T10:41:27.884Z] using credential edgex-jenkins-ssh [2021-02-03T10:41:27.943Z] Cloning the remote Git repository [2021-02-03T10:41:27.704Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T10:41:27.774Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-02-03T10:41:27.840Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T10:41:27.840Z] > git --version # timeout=10 [2021-02-03T10:41:27.851Z] > git --version # 'git version 2.24.3' [2021-02-03T10:41:27.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T10:41:27.878Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T10:41:28.578Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T10:41:28.594Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T10:41:28.608Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T10:41:28.622Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T10:41:28.623Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T10:41:28.628Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/482/head:refs/remotes/origin/PR-482 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T10:41:29.139Z] Commit message: "Merge branch 'master' into issue-481" [2021-02-03T10:41:29.280Z] Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit 2f24af10b3c1833042816814df4dcda80bde2cbb [2021-02-03T10:41:29.389Z] Merge succeeded, producing 2f24af10b3c1833042816814df4dcda80bde2cbb [2021-02-03T10:41:29.390Z] Checking out Revision 2f24af10b3c1833042816814df4dcda80bde2cbb (PR-482) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T10:41:29.106Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T10:41:29.114Z] > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 [2021-02-03T10:41:29.182Z] > git remote # timeout=10 [2021-02-03T10:41:29.188Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T10:41:29.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T10:41:29.197Z] > git merge 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 [2021-02-03T10:41:29.209Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T10:41:29.219Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T10:41:29.223Z] > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 [2021-02-03T10:41:30.749Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T10:41:31.224Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T10:41:31.563Z] + sudo service docker restart [2021-02-03T10:41:31.563Z] + true [2021-02-03T10:41:32.841Z] Commit message: "Merge branch 'master' into issue-481" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T10:41:34.058Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash [2021-02-03T10:41:34.380Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo [2021-02-03T10:41:34.471Z] ========================================================= [2021-02-03T10:41:34.471Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T10:41:34.472Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:41:34.676Z] + sudo service docker restart [2021-02-03T10:41:34.676Z] + true [2021-02-03T10:41:34.676Z] Redirecting to /bin/systemctl restart docker.service [2021-02-03T10:41:34.853Z] + 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 . [Pipeline] unstash [Pipeline] echo [2021-02-03T10:41:35.789Z] ========================================================= [2021-02-03T10:41:35.789Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T10:41:35.789Z] ========================================================= [2021-02-03T10:41:35.839Z] Sending build context to Docker daemon 2.536MB [2021-02-03T10:41:35.839Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T10:41:35.839Z] Step 2/7 : FROM ${BASE} [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:41:36.135Z] + 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-02-03T10:41:36.434Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T10:41:36.434Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T10:41:36.434Z] a4357932f1b6: Pulling fs layer [2021-02-03T10:41:36.434Z] 18c013af1878: Pulling fs layer [2021-02-03T10:41:36.434Z] 00ac8860ef70: Pulling fs layer [2021-02-03T10:41:36.434Z] 63d7cb157983: Pulling fs layer [2021-02-03T10:41:36.434Z] b116817d02f9: Pulling fs layer [2021-02-03T10:41:36.434Z] 745a02a5169b: Pulling fs layer [2021-02-03T10:41:36.434Z] 00ac8860ef70: Waiting [2021-02-03T10:41:36.434Z] 63d7cb157983: Waiting [2021-02-03T10:41:36.434Z] 745a02a5169b: Waiting [2021-02-03T10:41:36.434Z] b116817d02f9: Waiting [2021-02-03T10:41:36.434Z] 18c013af1878: Verifying Checksum [2021-02-03T10:41:36.434Z] 18c013af1878: Download complete [2021-02-03T10:41:36.434Z] a4357932f1b6: Download complete [2021-02-03T10:41:36.434Z] 63d7cb157983: Verifying Checksum [2021-02-03T10:41:36.434Z] 63d7cb157983: Download complete [2021-02-03T10:41:36.708Z] Sending build context to Docker daemon 2.537MB [2021-02-03T10:41:36.708Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T10:41:36.708Z] Step 2/7 : FROM ${BASE} [2021-02-03T10:41:37.030Z] b116817d02f9: Verifying Checksum [2021-02-03T10:41:37.030Z] b116817d02f9: Download complete [2021-02-03T10:41:37.030Z] 5f621e34cdf4: Verifying Checksum [2021-02-03T10:41:37.030Z] 5f621e34cdf4: Download complete [2021-02-03T10:41:37.280Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T10:41:37.280Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T10:41:37.280Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T10:41:37.280Z] de9db76c5a1d: Pulling fs layer [2021-02-03T10:41:37.280Z] bca2f99d35d6: Pulling fs layer [2021-02-03T10:41:37.280Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T10:41:37.280Z] 7c6f9722023f: Pulling fs layer [2021-02-03T10:41:37.280Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T10:41:37.280Z] bca2f99d35d6: Waiting [2021-02-03T10:41:37.280Z] 93359f2a8cfa: Waiting [2021-02-03T10:41:37.280Z] 7c6f9722023f: Waiting [2021-02-03T10:41:37.280Z] a35cf1a2eb13: Waiting [2021-02-03T10:41:37.280Z] de9db76c5a1d: Verifying Checksum [2021-02-03T10:41:37.280Z] de9db76c5a1d: Download complete [2021-02-03T10:41:37.280Z] 0ef7d3d256c8: Verifying Checksum [2021-02-03T10:41:37.280Z] 0ef7d3d256c8: Download complete [2021-02-03T10:41:37.630Z] 5f621e34cdf4: Pull complete [2021-02-03T10:41:37.858Z] 93359f2a8cfa: Verifying Checksum [2021-02-03T10:41:37.858Z] 93359f2a8cfa: Download complete [2021-02-03T10:41:37.858Z] 7c6f9722023f: Verifying Checksum [2021-02-03T10:41:37.858Z] 7c6f9722023f: Download complete [2021-02-03T10:41:38.119Z] 188c0c94c7c5: Verifying Checksum [2021-02-03T10:41:38.119Z] 188c0c94c7c5: Download complete [2021-02-03T10:41:38.235Z] a4357932f1b6: Pull complete [2021-02-03T10:41:38.381Z] 188c0c94c7c5: Pull complete [2021-02-03T10:41:38.519Z] 18c013af1878: Pull complete [2021-02-03T10:41:38.642Z] 0ef7d3d256c8: Pull complete [2021-02-03T10:41:38.643Z] de9db76c5a1d: Pull complete [2021-02-03T10:41:40.526Z] 745a02a5169b: Verifying Checksum [2021-02-03T10:41:40.526Z] 745a02a5169b: Download complete [2021-02-03T10:41:40.565Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T10:41:40.565Z] a35cf1a2eb13: Download complete [2021-02-03T10:41:41.957Z] 00ac8860ef70: Verifying Checksum [2021-02-03T10:41:41.957Z] 00ac8860ef70: Download complete [2021-02-03T10:41:41.960Z] bca2f99d35d6: Download complete [2021-02-03T10:41:47.295Z] bca2f99d35d6: Pull complete [2021-02-03T10:41:47.295Z] 93359f2a8cfa: Pull complete [2021-02-03T10:41:47.295Z] 7c6f9722023f: Pull complete [2021-02-03T10:41:52.149Z] 00ac8860ef70: Pull complete [2021-02-03T10:41:52.425Z] 63d7cb157983: Pull complete [2021-02-03T10:41:52.610Z] a35cf1a2eb13: Pull complete [2021-02-03T10:41:52.611Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T10:41:52.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T10:41:52.611Z] ---> a62c8e92a672 [2021-02-03T10:41:52.611Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-03T10:41:52.611Z] ---> Running in 67eddf385049 [2021-02-03T10:41:52.611Z] Removing intermediate container 67eddf385049 [2021-02-03T10:41:52.611Z] ---> 5ff03737851d [2021-02-03T10:41:52.611Z] Step 4/7 : RUN apk add bash [2021-02-03T10:41:52.611Z] ---> Running in e5e6d89b53ff [2021-02-03T10:41:52.701Z] b116817d02f9: Pull complete [2021-02-03T10:41:52.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T10:41:53.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T10:41:54.032Z] OK: 166 MiB in 39 packages [2021-02-03T10:41:54.606Z] Removing intermediate container e5e6d89b53ff [2021-02-03T10:41:54.606Z] ---> 2840a2925fe2 [2021-02-03T10:41:54.606Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-03T10:41:54.606Z] ---> Running in 33338d4a9622 [2021-02-03T10:41:54.869Z] Removing intermediate container 33338d4a9622 [2021-02-03T10:41:54.869Z] ---> dd552a1daed7 [2021-02-03T10:41:54.869Z] Step 6/7 : COPY go.mod . [2021-02-03T10:41:55.139Z] ---> d4401500216a [2021-02-03T10:41:55.139Z] Step 7/7 : RUN go mod download [2021-02-03T10:41:55.139Z] ---> Running in 70dbfea358a0 [2021-02-03T10:41:57.013Z] 745a02a5169b: Pull complete [2021-02-03T10:41:57.013Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T10:41:57.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T10:41:57.014Z] ---> b7e6874047d6 [2021-02-03T10:41:57.014Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-03T10:41:59.644Z] ---> Running in b444ff342e5a [2021-02-03T10:41:59.918Z] Removing intermediate container b444ff342e5a [2021-02-03T10:41:59.918Z] ---> 83be785aa44c [2021-02-03T10:41:59.918Z] Step 4/7 : RUN apk add bash [2021-02-03T10:42:00.191Z] ---> Running in b152174493a1 [2021-02-03T10:42:01.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T10:42:02.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T10:42:03.229Z] OK: 142 MiB in 39 packages [2021-02-03T10:42:04.680Z] Removing intermediate container b152174493a1 [2021-02-03T10:42:04.680Z] ---> ebb1e18644e7 [2021-02-03T10:42:04.680Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-03T10:42:04.680Z] ---> Running in 878fc703269f [2021-02-03T10:42:05.279Z] Removing intermediate container 878fc703269f [2021-02-03T10:42:05.279Z] ---> 2e715fb6d429 [2021-02-03T10:42:05.279Z] Step 6/7 : COPY go.mod . [2021-02-03T10:42:05.880Z] ---> 52647a53f165 [2021-02-03T10:42:05.880Z] Step 7/7 : RUN go mod download [2021-02-03T10:42:06.154Z] ---> Running in 1403d2382fec [2021-02-03T10:42:07.422Z] Removing intermediate container 70dbfea358a0 [2021-02-03T10:42:07.422Z] ---> afa6c3a812cf [2021-02-03T10:42:07.422Z] Successfully built afa6c3a812cf [2021-02-03T10:42:07.422Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:42:07.747Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T10:42:07.747Z] . [Pipeline] withDockerContainer [2021-02-03T10:42:07.857Z] prd-centos7-docker-4c-2g-24712 does not seem to be running inside a container [2021-02-03T10:42:07.907Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T10:42:08.665Z] $ docker top 2848d97f10beb78f12ee3617f9b84c4a68f42bc50ca2716b4ef4ad115a0e7396 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T10:42:09.207Z] + go version [2021-02-03T10:42:09.207Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T10:42:09.224Z] $ docker stop --time=1 2848d97f10beb78f12ee3617f9b84c4a68f42bc50ca2716b4ef4ad115a0e7396 [2021-02-03T10:42:10.552Z] $ docker rm -f 2848d97f10beb78f12ee3617f9b84c4a68f42bc50ca2716b4ef4ad115a0e7396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:42:11.422Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T10:42:11.422Z] . [Pipeline] withDockerContainer [2021-02-03T10:42:11.513Z] prd-centos7-docker-4c-2g-24712 does not seem to be running inside a container [2021-02-03T10:42:11.559Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T10:42:12.113Z] $ docker top 0fc6dd820e385e2fa41f9a193390fb20e4003182b9f0e556a2ad31c1beda0028 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T10:42:12.596Z] + make test [2021-02-03T10:42:12.597Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-03T10:42:19.374Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-03T10:42:19.374Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.019s coverage: 85.7% of statements [2021-02-03T10:42:19.374Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.024s coverage: 100.0% of statements [2021-02-03T10:42:20.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.058s coverage: 45.4% of statements [2021-02-03T10:42:20.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.011s coverage: 77.8% of statements [2021-02-03T10:42:20.062Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-03T10:42:20.686Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.025s coverage: 26.3% of statements [2021-02-03T10:42:20.957Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.033s coverage: 14.7% of statements [2021-02-03T10:42:20.957Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.012s coverage: 100.0% of statements [2021-02-03T10:42:21.228Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.021s coverage: 91.8% of statements [2021-02-03T10:42:21.228Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-03T10:42:21.228Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-03T10:42:21.228Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.006s coverage: 100.0% of statements [2021-02-03T10:42:21.251Z] Removing intermediate container 1403d2382fec [2021-02-03T10:42:21.251Z] ---> 5b904ada1fac [2021-02-03T10:42:21.251Z] Successfully built 5b904ada1fac [2021-02-03T10:42:21.251Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:42:21.498Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 36.7% of statements [2021-02-03T10:42:21.591Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T10:42:21.591Z] . [Pipeline] withDockerContainer [2021-02-03T10:42:21.861Z] prd-ubuntu18.04-docker-arm64-4c-16g-24711 does not seem to be running inside a container [2021-02-03T10:42:21.945Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-02-03T10:42:23.384Z] $ docker top 3e8f4c9938010ed582bbc9f5fd4b65f71679ebe9d009422e1323fc17821e93e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T10:42:24.100Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.030s coverage: 63.0% of statements [2021-02-03T10:42:24.100Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements [2021-02-03T10:42:24.100Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.005s coverage: 15.4% of statements [2021-02-03T10:42:24.100Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.015s coverage: 15.4% of statements [2021-02-03T10:42:24.100Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.008s coverage: 14.3% of statements [2021-02-03T10:42:24.100Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-03T10:42:24.381Z] + go version [2021-02-03T10:42:24.381Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T10:42:24.407Z] $ docker stop --time=1 3e8f4c9938010ed582bbc9f5fd4b65f71679ebe9d009422e1323fc17821e93e6 [2021-02-03T10:42:25.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.066s coverage: 84.8% of statements [2021-02-03T10:42:25.082Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-03T10:42:25.082Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-03T10:42:25.082Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-03T10:42:25.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.010s coverage: 49.2% of statements [2021-02-03T10:42:25.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.7% of statements [2021-02-03T10:42:25.664Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.040s coverage: 88.7% of statements [2021-02-03T10:42:25.664Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-02-03T10:42:25.664Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-03T10:42:25.926Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-03T10:42:26.307Z] $ docker rm -f 3e8f4c9938010ed582bbc9f5fd4b65f71679ebe9d009422e1323fc17821e93e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:42:27.275Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T10:42:27.275Z] . [Pipeline] withDockerContainer [2021-02-03T10:42:27.345Z] gofmt -l . [2021-02-03T10:42:27.495Z] prd-ubuntu18.04-docker-arm64-4c-16g-24711 does not seem to be running inside a container [2021-02-03T10:42:27.581Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-02-03T10:42:27.606Z] [ "`gofmt -l .`" = "" ] [2021-02-03T10:42:28.965Z] $ docker top 7ea02738b128a8e5e17dc3be1621cc43e5a48ac67e7eda4d5b05ef595391e367 -eo pid,comm [Pipeline] { [Pipeline] } [2021-02-03T10:42:29.333Z] $ docker stop --time=1 0fc6dd820e385e2fa41f9a193390fb20e4003182b9f0e556a2ad31c1beda0028 [2021-02-03T10:42:31.714Z] $ docker rm -f 0fc6dd820e385e2fa41f9a193390fb20e4003182b9f0e556a2ad31c1beda0028 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-02-03T10:42:32.258Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-03T10:42:32.641Z] + make test [2021-02-03T10:42:32.641Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-03T10:42:32.645Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-03T10:42:54.898Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-03T10:42:55.500Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.038s coverage: 85.7% of statements [2021-02-03T10:42:55.500Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.061s coverage: 100.0% of statements [2021-02-03T10:42:57.490Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.068s coverage: 45.4% of statements [2021-02-03T10:42:57.490Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.063s coverage: 77.8% of statements [2021-02-03T10:42:57.490Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-03T10:42:58.482Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements [2021-02-03T10:42:59.926Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.056s coverage: 14.7% of statements [2021-02-03T10:42:59.926Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.037s coverage: 100.0% of statements [2021-02-03T10:43:00.913Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.082s coverage: 91.8% of statements [2021-02-03T10:43:00.913Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-03T10:43:00.913Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-03T10:43:00.913Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.015s coverage: 100.0% of statements [2021-02-03T10:43:00.913Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 36.7% of statements [2021-02-03T10:43:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.100s coverage: 63.0% of statements [2021-02-03T10:43:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.025s coverage: 26.3% of statements [2021-02-03T10:43:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.010s coverage: 15.4% of statements [2021-02-03T10:43:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.043s coverage: 15.4% of statements [2021-02-03T10:43:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.028s coverage: 14.3% of statements [2021-02-03T10:43:06.361Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-03T10:43:10.695Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.229s coverage: 84.8% of statements [2021-02-03T10:43:10.696Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-03T10:43:10.696Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-03T10:43:10.696Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-03T10:43:10.696Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.044s coverage: 49.2% of statements [2021-02-03T10:43:10.696Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.031s coverage: 94.7% of statements [2021-02-03T10:43:12.683Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.153s coverage: 88.7% of statements [2021-02-03T10:43:12.683Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements [2021-02-03T10:43:12.683Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-03T10:43:12.683Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-03T10:43:18.108Z] gofmt -l . [2021-02-03T10:43:18.703Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-03T10:43:19.325Z] $ docker stop --time=1 7ea02738b128a8e5e17dc3be1621cc43e5a48ac67e7eda4d5b05ef595391e367 [2021-02-03T10:43:21.590Z] $ docker rm -f 7ea02738b128a8e5e17dc3be1621cc43e5a48ac67e7eda4d5b05ef595391e367 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T10:43:22.491Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-03T10:43:22.578Z] Warning: overwriting stash ‘coverage-report’ [2021-02-03T10:43:23.622Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-03T10:43:25.394Z] provisioning config files... [2021-02-03T10:43:25.418Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-482@tmp/config534055026770154829tmp [Pipeline] { [Pipeline] sh [2021-02-03T10:43:25.878Z] + set +x [2021-02-03T10:43:25.878Z] + bash -s -- [2021-02-03T10:43:25.878Z] + curl -s https://codecov.io/bash [2021-02-03T10:43:26.151Z] [2021-02-03T10:43:26.151Z] _____ _ [2021-02-03T10:43:26.151Z] / ____| | | [2021-02-03T10:43:26.151Z] | | ___ __| | ___ ___ _____ __ [2021-02-03T10:43:26.151Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-03T10:43:26.151Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-03T10:43:26.151Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-03T10:43:26.151Z] Bash-20210129-7c25fce [2021-02-03T10:43:26.151Z] [2021-02-03T10:43:26.151Z] [2021-02-03T10:43:26.152Z] ==> git version 2.24.3 found [2021-02-03T10:43:26.152Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-03T10:43:26.152Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-03T10:43:26.152Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-03T10:43:26.152Z] ==> Jenkins CI detected. [2021-02-03T10:43:26.152Z] project root: . [2021-02-03T10:43:26.152Z] --> token set from env [2021-02-03T10:43:26.152Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-03T10:43:26.432Z] ==> Running gcov in . (disable via -X gcov) [2021-02-03T10:43:26.432Z] ==> Python coveragepy not found [2021-02-03T10:43:26.432Z] ==> Searching for coverage reports in: [2021-02-03T10:43:26.432Z] + . [2021-02-03T10:43:26.432Z] -> Found 1 reports [2021-02-03T10:43:26.432Z] ==> Detecting git/mercurial file structure [2021-02-03T10:43:26.432Z] ==> Reading reports [2021-02-03T10:43:26.432Z] + ./coverage.out bytes=147060 [2021-02-03T10:43:26.432Z] ==> Appending adjustments [2021-02-03T10:43:26.432Z] https://docs.codecov.io/docs/fixing-reports [2021-02-03T10:43:28.419Z] + Found adjustments [2021-02-03T10:43:28.419Z] ==> Gzipping contents [2021-02-03T10:43:28.419Z] 24K /tmp/codecov.XRAurk.gz [2021-02-03T10:43:28.419Z] ==> Uploading reports [2021-02-03T10:43:28.419Z] url: https://codecov.io [2021-02-03T10:43:28.419Z] query: branch=PR-482&commit=2f24af10b3c1833042816814df4dcda80bde2cbb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-482%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=482&job=&cmd_args= [2021-02-03T10:43:28.419Z] -> Pinging Codecov [2021-02-03T10:43:28.419Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-482&commit=2f24af10b3c1833042816814df4dcda80bde2cbb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-482%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=482&job=&cmd_args= [2021-02-03T10:43:28.705Z] -> Uploading to [2021-02-03T10:43:28.705Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-03/71470A77251A30514AAF9C0BB2E5B6CE/2f24af10b3c1833042816814df4dcda80bde2cbb/0ef39ed8-eed5-47ca-95b6-caa8e1b649ba.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T104328Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb9d7f87afadf94859a61d23b3839f3dc45aa8192c3957b0c93eca07648fa841 [2021-02-03T10:43:28.705Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T10:43:28.705Z] Dload Upload Total Spent Left Speed [2021-02-03T10:43:29.294Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22406 0 0 100 22406 0 42174 --:--:-- --:--:-- --:--:-- 42195 100 22406 0 0 100 22406 0 42160 --:--:-- --:--:-- --:--:-- 42116 [2021-02-03T10:43:29.295Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2f24af10b3c1833042816814df4dcda80bde2cbb [Pipeline] } [2021-02-03T10:43:29.309Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-03T10:43:31.765Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T10:43:32.410Z] ---> package-listing.sh [2021-02-03T10:43:32.410Z] ++ facter osfamily [2021-02-03T10:43:32.410Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T10:43:32.678Z] + OS_FAMILY=redhat [2021-02-03T10:43:32.678Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-482 [2021-02-03T10:43:32.678Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T10:43:32.678Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T10:43:32.678Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T10:43:32.678Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T10:43:32.678Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-482 ']' [2021-02-03T10:43:32.678Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T10:43:32.678Z] + case "${OS_FAMILY}" in [2021-02-03T10:43:32.678Z] + sort [2021-02-03T10:43:32.678Z] + rpm -qa [2021-02-03T10:43:38.032Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T10:43:38.032Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T10:43:38.032Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T10:43:38.032Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-482 ']' [2021-02-03T10:43:38.032Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-482/archives/ [2021-02-03T10:43:38.032Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-482/archives/ [Pipeline] echo [2021-02-03T10:43:38.049Z] 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-482/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-03T10:43:38.359Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:43:38.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T10:43:38.958Z] [2021-02-03T10:43:38.958Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T10:43:39.371Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T10:43:39.371Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T10:43:39.371Z] df20fa9351a1: Pulling fs layer [2021-02-03T10:43:39.371Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T10:43:39.371Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T10:43:39.371Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T10:43:39.371Z] 93b61091891f: Pulling fs layer [2021-02-03T10:43:39.371Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T10:43:39.371Z] 5e14af77c1be: Pulling fs layer [2021-02-03T10:43:39.371Z] 01666e4c0597: Pulling fs layer [2021-02-03T10:43:39.371Z] aa168da1d23b: Pulling fs layer [2021-02-03T10:43:39.371Z] 46f8f816bc3b: Waiting [2021-02-03T10:43:39.371Z] 93b61091891f: Waiting [2021-02-03T10:43:39.371Z] 93b9cdb0e59b: Waiting [2021-02-03T10:43:39.371Z] 5e14af77c1be: Waiting [2021-02-03T10:43:39.371Z] 01666e4c0597: Waiting [2021-02-03T10:43:39.371Z] aa168da1d23b: Waiting [2021-02-03T10:43:39.651Z] 36b3adc4ff6f: Download complete [2021-02-03T10:43:39.651Z] 46f8f816bc3b: Verifying Checksum [2021-02-03T10:43:39.651Z] 46f8f816bc3b: Download complete [2021-02-03T10:43:39.651Z] df20fa9351a1: Download complete [2021-02-03T10:43:39.651Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T10:43:39.651Z] 93b9cdb0e59b: Download complete [2021-02-03T10:43:39.651Z] 5e14af77c1be: Verifying Checksum [2021-02-03T10:43:39.651Z] 5e14af77c1be: Download complete [2021-02-03T10:43:39.651Z] 01666e4c0597: Verifying Checksum [2021-02-03T10:43:39.651Z] 01666e4c0597: Download complete [2021-02-03T10:43:39.651Z] 93b61091891f: Verifying Checksum [2021-02-03T10:43:39.651Z] 93b61091891f: Download complete [2021-02-03T10:43:40.279Z] df20fa9351a1: Pull complete [2021-02-03T10:43:40.556Z] 36b3adc4ff6f: Pull complete [2021-02-03T10:43:40.846Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T10:43:40.846Z] 8ad3a11d3b57: Download complete [2021-02-03T10:43:42.324Z] 8ad3a11d3b57: Pull complete [2021-02-03T10:43:42.609Z] 46f8f816bc3b: Pull complete [2021-02-03T10:43:43.652Z] 93b61091891f: Pull complete [2021-02-03T10:43:43.938Z] 93b9cdb0e59b: Pull complete [2021-02-03T10:43:44.222Z] 5e14af77c1be: Pull complete [2021-02-03T10:43:44.497Z] 01666e4c0597: Pull complete [2021-02-03T10:43:44.767Z] aa168da1d23b: Verifying Checksum [2021-02-03T10:43:44.767Z] aa168da1d23b: Download complete [2021-02-03T10:43:57.261Z] aa168da1d23b: Pull complete [2021-02-03T10:43:57.261Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T10:43:57.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T10:43:57.261Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T10:43:57.705Z] prd-centos7-docker-4c-2g-24710 does not seem to be running inside a container [2021-02-03T10:43:57.785Z] $ 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-482/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-482 -v /w/workspace/dry_go-mod-core-contracts_PR-482:/w/workspace/dry_go-mod-core-contracts_PR-482:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-482@tmp:/w/workspace/dry_go-mod-core-contracts_PR-482@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-03T10:44:01.219Z] $ docker top d67960ecdcb96b85c971882a34ed2111188f09460d3296e11b1a2a2c9159d338 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T10:44:01.862Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T10:44:02.244Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T10:44:02.569Z] + ls /var/log/sa-host [2021-02-03T10:44:02.570Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T10:44:02.570Z] file_magic: OK [2021-02-03T10:44:02.570Z] HZ: Using current value: 100 [2021-02-03T10:44:02.570Z] file_header: OK [2021-02-03T10:44:02.570Z] 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-02-03T10:44:02.570Z] Statistics: [2021-02-03T10:44:02.570Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-03T10:44:02.570Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T10:44:02.570Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T10:44:02.570Z] file_magic: OK [2021-02-03T10:44:02.570Z] HZ: Using current value: 100 [2021-02-03T10:44:02.570Z] file_header: OK [2021-02-03T10:44:02.570Z] 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-02-03T10:44:02.570Z] Statistics: [2021-02-03T10:44:02.570Z] Hnuu...uuuununununu... [2021-02-03T10:44:02.570Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T10:44:02.806Z] provisioning config files... [2021-02-03T10:44:02.830Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-482@tmp/config3109481543547409775tmp [Pipeline] { [Pipeline] echo [2021-02-03T10:44:02.929Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T10:44:03.588Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T10:44:03.606Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T10:44:03.707Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T10:44:04.054Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T10:44:04.081Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T10:44:04.459Z] ---> sudo-logs.sh [2021-02-03T10:44:04.459Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T10:44:04.781Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T10:44:05.147Z] ---> job-cost.sh [2021-02-03T10:44:05.423Z] lf-activate-venv: SKIPPING [2021-02-03T10:44:05.423Z] INFO: No Stack... [2021-02-03T10:44:06.834Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T10:44:07.415Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T10:44:07.437Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T10:44:07.760Z] ---> logs-deploy.sh [2021-02-03T10:44:07.760Z] lf-activate-venv: SKIPPING [2021-02-03T10:44:07.760Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-482/2 [2021-02-03T10:44:07.760Z] INFO: archiving workspace using pattern(s): [2021-02-03T10:44:11.199Z] Archives upload complete. [2021-02-03T10:44:11.199Z] INFO: archiving logs to Nexus