Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 088678f37736b28b690b765245ba60387eeb423e+989ab59446d0667b15a71abbdaadd1bc675377a2 (7a6bb4dea61ca4e43a7dc4226686b568c6fd9c52) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: 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-2429 in /w/workspace/dry_go-mod-core-contracts_PR-298 [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-298 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 989ab59446d0667b15a71abbdaadd1bc675377a2 into PR head commit 088678f37736b28b690b765245ba60387eeb423e Merge succeeded, producing fedf35fe918d65caba265892d297034092d1df02 Checking out Revision fedf35fe918d65caba265892d297034092d1df02 (PR-298) > git config core.sparsecheckout # timeout=10 > git checkout -f 088678f37736b28b690b765245ba60387eeb423e # 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 989ab59446d0667b15a71abbdaadd1bc675377a2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fedf35fe918d65caba265892d297034092d1df02 # timeout=10 Commit message: "Merge commit '989ab59446d0667b15a71abbdaadd1bc675377a2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-01T00:44:50.186Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 5629366ee82c5f9849ef4fa3954046bb3d775b2b # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-01T00:44:50.431Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-01T00:44:50.530Z] ========================================================= [2020-10-01T00:44:50.530Z] EdgeX Global Pipelines Version Info [2020-10-01T00:44:50.530Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-01T00:44:52.570Z] ------------------- [2020-10-01T00:44:52.570Z] stable info: [2020-10-01T00:44:52.570Z] ------------------- [2020-10-01T00:44:52.570Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T00:44:52.570Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T00:44:52.570Z] Message: update stable to v1.0.131 [2020-10-01T00:44:53.150Z] ------------------- [2020-10-01T00:44:53.150Z] experimental info: [2020-10-01T00:44:53.150Z] ------------------- [2020-10-01T00:44:53.150Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-01T00:44:53.150Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-01T00:44:53.150Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-01T00:44:53.479Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-01T00:44:53.567Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-01T00:44:53.670Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-01T00:44:53.756Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-01T00:44:53.862Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-01T00:44:53.949Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-01T00:44:54.148Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-01T00:44:54.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-01T00:44:54.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-01T00:44:54.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-01T00:44:54.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-01T00:44:54.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-01T00:44:54.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-01T00:44:54.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-01T00:44:54.957Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T00:44:55.050Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T00:44:55.145Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T00:44:55.234Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-01T00:44:55.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-01T00:44:55.423Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-01T00:44:55.513Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-01T00:44:55.612Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-01T00:44:55.712Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-01T00:44:55.805Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-01T00:44:55.893Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-01T00:44:55.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-298 [Pipeline] echo [2020-10-01T00:44:56.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-298 [Pipeline] echo [2020-10-01T00:44:56.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-298 [Pipeline] echo [2020-10-01T00:44:56.297Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fedf35fe918d65caba265892d297034092d1df02 [Pipeline] echo [2020-10-01T00:44:56.393Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fedf35f [Pipeline] echo [2020-10-01T00:44:56.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-01T00:44:57.372Z] + git log --format=format:%s -1 fedf35fe918d65caba265892d297034092d1df02 [Pipeline] echo [2020-10-01T00:44:57.447Z] GIT_COMMIT: fedf35fe918d65caba265892d297034092d1df02, Commit Message: Merge commit '989ab59446d0667b15a71abbdaadd1bc675377a2' into HEAD [Pipeline] echo [2020-10-01T00:44:57.505Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-01T00:44:58.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T00:44:58.313Z] [2020-10-01T00:44:58.313Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T00:44:58.661Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T00:44:59.629Z] latest: Pulling from edgex-devops/git-semver [2020-10-01T00:44:59.629Z] 31603596830f: Pulling fs layer [2020-10-01T00:44:59.629Z] 2a8b12db71e7: Pulling fs layer [2020-10-01T00:44:59.629Z] 6ca5941a6612: Pulling fs layer [2020-10-01T00:44:59.629Z] ecc8261a40a4: Pulling fs layer [2020-10-01T00:44:59.629Z] ecc8261a40a4: Waiting [2020-10-01T00:44:59.629Z] 2a8b12db71e7: Verifying Checksum [2020-10-01T00:44:59.629Z] 2a8b12db71e7: Download complete [2020-10-01T00:44:59.893Z] 31603596830f: Download complete [2020-10-01T00:44:59.893Z] ecc8261a40a4: Verifying Checksum [2020-10-01T00:44:59.893Z] ecc8261a40a4: Download complete [2020-10-01T00:45:00.158Z] 31603596830f: Pull complete [2020-10-01T00:45:00.158Z] 6ca5941a6612: Verifying Checksum [2020-10-01T00:45:00.158Z] 6ca5941a6612: Download complete [2020-10-01T00:45:00.158Z] 2a8b12db71e7: Pull complete [2020-10-01T00:45:01.118Z] 6ca5941a6612: Pull complete [2020-10-01T00:45:01.118Z] ecc8261a40a4: Pull complete [2020-10-01T00:45:01.118Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-01T00:45:01.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-01T00:45:01.118Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-01T00:45:01.244Z] prd-centos7-docker-4c-2g-2429 does not seem to be running inside a container [2020-10-01T00:45:01.303Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-298 -v /w/workspace/dry_go-mod-core-contracts_PR-298:/w/workspace/dry_go-mod-core-contracts_PR-298:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-298@tmp:/w/workspace/dry_go-mod-core-contracts_PR-298@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-01T00:45:03.565Z] $ docker top 49d242f0d6df11c679669f39502cd3cde10cf8d75896ea1e312be7d03d00dd42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-01T00:45:03.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T00:45:03.868Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T00:45:04.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T00:45:04.105Z] $ docker exec 49d242f0d6df11c679669f39502cd3cde10cf8d75896ea1e312be7d03d00dd42 ssh-agent [2020-10-01T00:45:04.262Z] SSH_AUTH_SOCK=/tmp/ssh-D9MHYbE3uFm5/agent.12 [2020-10-01T00:45:04.262Z] SSH_AGENT_PID=17 [2020-10-01T00:45:04.274Z] Running ssh-add (command line suppressed) [2020-10-01T00:45:04.404Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-298@tmp/private_key_7433973960561527031.key (/w/workspace/dry_go-mod-core-contracts_PR-298@tmp/private_key_7433973960561527031.key) [2020-10-01T00:45:04.461Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T00:45:04.820Z] + git describe --exact-match --tags HEAD [2020-10-01T00:45:04.821Z] fatal: no tag exactly matches 'fedf35fe918d65caba265892d297034092d1df02' [Pipeline] } [2020-10-01T00:45:04.848Z] $ docker exec --env ******** --env ******** 49d242f0d6df11c679669f39502cd3cde10cf8d75896ea1e312be7d03d00dd42 ssh-agent -k [2020-10-01T00:45:04.986Z] unset SSH_AUTH_SOCK; [2020-10-01T00:45:04.986Z] unset SSH_AGENT_PID; [2020-10-01T00:45:04.986Z] echo Agent pid 17 killed; [2020-10-01T00:45:05.028Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-01T00:45:05.140Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-01T00:45:05.140Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-01T00:45:05.243Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-01T00:45:05.244Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-01T00:45:05.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-01T00:45:05.416Z] $ docker exec 49d242f0d6df11c679669f39502cd3cde10cf8d75896ea1e312be7d03d00dd42 ssh-agent [2020-10-01T00:45:05.579Z] SSH_AUTH_SOCK=/tmp/ssh-z5qWVQ6qoJ9y/agent.46 [2020-10-01T00:45:05.579Z] SSH_AGENT_PID=51 [2020-10-01T00:45:05.586Z] Running ssh-add (command line suppressed) [2020-10-01T00:45:05.703Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-298@tmp/private_key_4588272776307013107.key (/w/workspace/dry_go-mod-core-contracts_PR-298@tmp/private_key_4588272776307013107.key) [2020-10-01T00:45:05.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-01T00:45:06.086Z] + git semver init [2020-10-01T00:45:06.086Z] # -> Open(): unable to determine branch for HEAD [2020-10-01T00:45:06.086Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-298/.git [2020-10-01T00:45:06.086Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-298 [2020-10-01T00:45:06.086Z] # $SEMVER_REMOTE_NAME = origin [2020-10-01T00:45:06.086Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-01T00:45:06.086Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-01T00:45:06.086Z] # $SEMVER_BRANCH = PR-298 [2020-10-01T00:45:06.086Z] # $SEMVER_TEMP = /tmp/semver-112889590 [2020-10-01T00:45:06.086Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-01T00:45:06.663Z] # '/tmp/semver-112889590' -> '/w/workspace/dry_go-mod-core-contracts_PR-298/.semver' [2020-10-01T00:45:06.663Z] # -> Force: false [2020-10-01T00:45:06.663Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-298/.semver [Pipeline] } [2020-10-01T00:45:06.679Z] $ docker exec --env ******** --env ******** 49d242f0d6df11c679669f39502cd3cde10cf8d75896ea1e312be7d03d00dd42 ssh-agent -k [2020-10-01T00:45:06.788Z] unset SSH_AUTH_SOCK; [2020-10-01T00:45:06.788Z] unset SSH_AGENT_PID; [2020-10-01T00:45:06.789Z] echo Agent pid 51 killed; [2020-10-01T00:45:06.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-01T00:45:07.311Z] + git semver [Pipeline] } [2020-10-01T00:45:07.332Z] $ docker stop --time=1 49d242f0d6df11c679669f39502cd3cde10cf8d75896ea1e312be7d03d00dd42 [2020-10-01T00:45:08.903Z] $ docker rm -f 49d242f0d6df11c679669f39502cd3cde10cf8d75896ea1e312be7d03d00dd42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-01T00:45:09.781Z] Stashed 102 file(s) [Pipeline] echo [2020-10-01T00:45:09.784Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-01T00:45:09.881Z] Archived original 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 [2020-10-01T00:45:25.315Z] Still waiting to schedule task [2020-10-01T00:45:25.315Z] ‘prd-centos7-docker-4c-2g-2430’ is offline; ‘prd-centos7-docker-4c-2g-2431’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2342’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-01T00:45:25.318Z] Still waiting to schedule task [2020-10-01T00:45:25.318Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-01T00:51:29.583Z] Running on prd-centos7-docker-4c-2g-2665 in /w/workspace/dry_go-mod-core-contracts_PR-298 [Pipeline] { [Pipeline] ws [2020-10-01T00:51:29.649Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-10-01T00:51:34.359Z] using credential edgex-jenkins-ssh [2020-10-01T00:51:34.418Z] Cloning the remote Git repository [2020-10-01T00:51:34.456Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T00:51:34.578Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-10-01T00:51:34.837Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T00:51:34.837Z] > git --version # timeout=10 [2020-10-01T00:51:34.845Z] > git --version # 'git version 2.16.5' [2020-10-01T00:51:34.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T00:51:34.876Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T00:51:35.981Z] Merging remotes/origin/master commit 989ab59446d0667b15a71abbdaadd1bc675377a2 into PR head commit 088678f37736b28b690b765245ba60387eeb423e [2020-10-01T00:51:35.553Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-01T00:51:35.565Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T00:51:35.581Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-01T00:51:35.603Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T00:51:35.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T00:51:35.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:51:35.992Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:51:35.998Z] > git checkout -f 088678f37736b28b690b765245ba60387eeb423e # timeout=10 [2020-10-01T00:51:36.063Z] > git remote # timeout=10 [2020-10-01T00:51:36.068Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:51:36.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T00:51:36.079Z] > git merge 989ab59446d0667b15a71abbdaadd1bc675377a2 # timeout=10 [2020-10-01T00:51:36.121Z] Merge succeeded, producing ca580cbdec0d5a7ce74ab4fa9c6d011df334fa4a [2020-10-01T00:51:36.122Z] Checking out Revision ca580cbdec0d5a7ce74ab4fa9c6d011df334fa4a (PR-298) [2020-10-01T00:51:36.117Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:51:36.127Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:51:36.132Z] > git checkout -f ca580cbdec0d5a7ce74ab4fa9c6d011df334fa4a # timeout=10 [2020-10-01T00:51:39.908Z] Commit message: "Merge commit '989ab59446d0667b15a71abbdaadd1bc675377a2' into HEAD" [2020-10-01T00:51:39.918Z] First time build. Skipping changelog. [2020-10-01T00:51:39.912Z] > git rev-list --no-walk 5629366ee82c5f9849ef4fa3954046bb3d775b2b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-01T00:51:41.050Z] ========================================================= [2020-10-01T00:51:41.050Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-01T00:51:41.050Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T00:51:41.854Z] + 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 . [2020-10-01T00:51:42.441Z] Sending build context to Docker daemon 2.516MB [2020-10-01T00:51:42.441Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-01T00:51:42.441Z] Step 2/7 : FROM ${BASE} [2020-10-01T00:51:43.392Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-01T00:51:43.392Z] df20fa9351a1: Pulling fs layer [2020-10-01T00:51:43.392Z] ed8968b2872e: Pulling fs layer [2020-10-01T00:51:43.392Z] a92cc7c5fd73: Pulling fs layer [2020-10-01T00:51:43.392Z] e871e8e8d7a9: Pulling fs layer [2020-10-01T00:51:43.392Z] e73272ec9a57: Pulling fs layer [2020-10-01T00:51:43.392Z] 1e910a182e73: Pulling fs layer [2020-10-01T00:51:43.392Z] 4e634b169226: Pulling fs layer [2020-10-01T00:51:43.392Z] e73272ec9a57: Waiting [2020-10-01T00:51:43.392Z] 1e910a182e73: Waiting [2020-10-01T00:51:43.392Z] e871e8e8d7a9: Waiting [2020-10-01T00:51:43.392Z] a92cc7c5fd73: Verifying Checksum [2020-10-01T00:51:43.392Z] a92cc7c5fd73: Download complete [2020-10-01T00:51:43.392Z] ed8968b2872e: Download complete [2020-10-01T00:51:43.967Z] e73272ec9a57: Download complete [2020-10-01T00:51:43.967Z] 1e910a182e73: Verifying Checksum [2020-10-01T00:51:43.967Z] 1e910a182e73: Download complete [2020-10-01T00:51:44.555Z] df20fa9351a1: Verifying Checksum [2020-10-01T00:51:44.555Z] df20fa9351a1: Download complete [2020-10-01T00:51:44.824Z] df20fa9351a1: Pull complete [2020-10-01T00:51:44.824Z] ed8968b2872e: Pull complete [2020-10-01T00:51:45.089Z] a92cc7c5fd73: Pull complete [2020-10-01T00:51:47.710Z] 4e634b169226: Verifying Checksum [2020-10-01T00:51:47.710Z] 4e634b169226: Download complete [2020-10-01T00:51:48.287Z] e871e8e8d7a9: Verifying Checksum [2020-10-01T00:51:48.287Z] e871e8e8d7a9: Download complete [2020-10-01T00:51:54.933Z] e871e8e8d7a9: Pull complete [2020-10-01T00:51:54.933Z] e73272ec9a57: Pull complete [2020-10-01T00:51:54.933Z] 1e910a182e73: Pull complete [2020-10-01T00:52:00.245Z] 4e634b169226: Pull complete [2020-10-01T00:52:00.246Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-01T00:52:00.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-01T00:52:00.246Z] ---> f7629b54cfaa [2020-10-01T00:52:00.246Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-01T00:52:00.246Z] ---> Running in 071ed0702106 [2020-10-01T00:52:00.246Z] Removing intermediate container 071ed0702106 [2020-10-01T00:52:00.246Z] ---> 9a17007ea72d [2020-10-01T00:52:00.246Z] Step 4/7 : RUN apk add bash [2020-10-01T00:52:00.246Z] ---> Running in e2f279824489 [2020-10-01T00:52:01.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T00:52:02.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T00:52:03.986Z] OK: 166 MiB in 39 packages [2020-10-01T00:52:04.259Z] Removing intermediate container e2f279824489 [2020-10-01T00:52:04.259Z] ---> 7d01d940c93f [2020-10-01T00:52:04.259Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-01T00:52:04.259Z] ---> Running in b4bea75fd847 [2020-10-01T00:52:04.523Z] Removing intermediate container b4bea75fd847 [2020-10-01T00:52:04.523Z] ---> c0a136887f87 [2020-10-01T00:52:04.523Z] Step 6/7 : COPY go.mod . [2020-10-01T00:52:04.790Z] ---> d608a2184409 [2020-10-01T00:52:04.791Z] Step 7/7 : RUN go mod download [2020-10-01T00:52:04.791Z] ---> Running in d26c42b965b2 [2020-10-01T00:52:17.071Z] Removing intermediate container d26c42b965b2 [2020-10-01T00:52:17.071Z] ---> 4338c3233f54 [2020-10-01T00:52:17.071Z] Successfully built 4338c3233f54 [2020-10-01T00:52:17.071Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T00:52:17.441Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-01T00:52:17.441Z] . [Pipeline] withDockerContainer [2020-10-01T00:52:17.566Z] prd-centos7-docker-4c-2g-2665 does not seem to be running inside a container [2020-10-01T00:52:17.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-01T00:52:18.407Z] $ docker top aebb98e08f1bd4bffab9b1acb7701f75c7f1beb11a258019262217f0c7724609 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T00:52:18.898Z] + go version [2020-10-01T00:52:18.898Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-01T00:52:18.914Z] $ docker stop --time=1 aebb98e08f1bd4bffab9b1acb7701f75c7f1beb11a258019262217f0c7724609 [2020-10-01T00:52:20.275Z] $ docker rm -f aebb98e08f1bd4bffab9b1acb7701f75c7f1beb11a258019262217f0c7724609 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T00:52:21.329Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-01T00:52:21.329Z] . [Pipeline] withDockerContainer [2020-10-01T00:52:21.460Z] prd-centos7-docker-4c-2g-2665 does not seem to be running inside a container [2020-10-01T00:52:21.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-01T00:52:22.076Z] $ docker top 39c541e77c72d222fe0990c253964824255289920e580654409a10acefa53934 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T00:52:22.562Z] + make test [2020-10-01T00:52:22.562Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-01T00:52:30.832Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-01T00:52:30.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.038s coverage: 85.7% of statements [2020-10-01T00:52:30.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.018s coverage: 100.0% of statements [2020-10-01T00:52:31.420Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.027s coverage: 45.4% of statements [2020-10-01T00:52:31.420Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.009s coverage: 77.8% of statements [2020-10-01T00:52:31.420Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-01T00:52:31.690Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.009s coverage: 6.4% of statements [2020-10-01T00:52:32.278Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.049s coverage: 14.7% of statements [2020-10-01T00:52:32.278Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.060s coverage: 100.0% of statements [2020-10-01T00:52:32.278Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.025s coverage: 91.8% of statements [2020-10-01T00:52:32.278Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-01T00:52:32.278Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-01T00:52:32.278Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements [2020-10-01T00:52:32.874Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.009s coverage: 50.0% of statements [2020-10-01T00:52:34.863Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.030s coverage: 63.0% of statements [2020-10-01T00:52:34.863Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.014s coverage: 26.3% of statements [2020-10-01T00:52:34.863Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.009s coverage: 15.4% of statements [2020-10-01T00:52:34.863Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements [2020-10-01T00:52:34.863Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements [2020-10-01T00:52:34.863Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-01T00:52:35.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.019s coverage: 46.7% of statements [2020-10-01T00:52:35.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 100.0% of statements [2020-10-01T00:52:35.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 95.1% of statements [2020-10-01T00:52:35.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements [2020-10-01T00:52:35.399Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-01T00:52:35.661Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-01T00:52:37.624Z] gofmt -l . [2020-10-01T00:52:37.624Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-01T00:52:37.991Z] Stashed 1 file(s) [Pipeline] } [2020-10-01T00:52:38.000Z] $ docker stop --time=1 39c541e77c72d222fe0990c253964824255289920e580654409a10acefa53934 [2020-10-01T00:52:40.315Z] $ docker rm -f 39c541e77c72d222fe0990c253964824255289920e580654409a10acefa53934 [Pipeline] // withDockerContainer [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] } [2020-10-01T00:55:56.165Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2676 in /w/workspace/dry_go-mod-core-contracts_PR-298 [Pipeline] { [Pipeline] ws [2020-10-01T00:55:56.222Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-10-01T00:56:01.792Z] using credential edgex-jenkins-ssh [2020-10-01T00:56:01.847Z] Cloning the remote Git repository [2020-10-01T00:56:02.012Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T00:56:02.266Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-10-01T00:56:02.356Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T00:56:02.358Z] > git --version # timeout=10 [2020-10-01T00:56:02.389Z] > git --version # 'git version 2.17.1' [2020-10-01T00:56:02.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T00:56:02.521Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T00:56:04.656Z] Merging remotes/origin/master commit 989ab59446d0667b15a71abbdaadd1bc675377a2 into PR head commit 088678f37736b28b690b765245ba60387eeb423e [2020-10-01T00:56:05.022Z] Merge succeeded, producing fb0fa9678317dc6d142d23a63913e06a70556d08 [2020-10-01T00:56:05.023Z] Checking out Revision fb0fa9678317dc6d142d23a63913e06a70556d08 (PR-298) [2020-10-01T00:56:04.045Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-01T00:56:04.069Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-01T00:56:04.098Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-01T00:56:04.139Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-01T00:56:04.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T00:56:04.153Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/298/head:refs/remotes/origin/PR-298 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:56:04.680Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:56:04.700Z] > git checkout -f 088678f37736b28b690b765245ba60387eeb423e # timeout=10 [2020-10-01T00:56:04.831Z] > git remote # timeout=10 [2020-10-01T00:56:04.856Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:56:04.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-01T00:56:04.896Z] > git merge 989ab59446d0667b15a71abbdaadd1bc675377a2 # timeout=10 [2020-10-01T00:56:05.010Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:56:05.035Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:56:05.049Z] > git checkout -f fb0fa9678317dc6d142d23a63913e06a70556d08 # timeout=10 [2020-10-01T00:56:09.416Z] Commit message: "Merge commit '989ab59446d0667b15a71abbdaadd1bc675377a2' into HEAD" [2020-10-01T00:56:09.449Z] First time build. Skipping changelog. [2020-10-01T00:56:09.429Z] > git rev-list --no-walk 5629366ee82c5f9849ef4fa3954046bb3d775b2b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-01T00:56:10.659Z] ========================================================= [2020-10-01T00:56:10.659Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-01T00:56:10.659Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-01T00:56:11.932Z] + 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 . [2020-10-01T00:56:12.930Z] Sending build context to Docker daemon 2.516MB [2020-10-01T00:56:12.930Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-01T00:56:12.930Z] Step 2/7 : FROM ${BASE} [2020-10-01T00:56:13.531Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-01T00:56:13.531Z] b538f80385f9: Pulling fs layer [2020-10-01T00:56:13.531Z] 74f711af9a0d: Pulling fs layer [2020-10-01T00:56:13.531Z] 99f96fe45779: Pulling fs layer [2020-10-01T00:56:13.531Z] 8529a6b9a6be: Pulling fs layer [2020-10-01T00:56:13.531Z] 45590311c82a: Pulling fs layer [2020-10-01T00:56:13.531Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-01T00:56:13.531Z] 209524e5b208: Pulling fs layer [2020-10-01T00:56:13.531Z] 8529a6b9a6be: Waiting [2020-10-01T00:56:13.531Z] 45590311c82a: Waiting [2020-10-01T00:56:13.531Z] 69ca0ff8b7b3: Waiting [2020-10-01T00:56:13.531Z] 209524e5b208: Waiting [2020-10-01T00:56:13.531Z] 99f96fe45779: Verifying Checksum [2020-10-01T00:56:13.531Z] 99f96fe45779: Download complete [2020-10-01T00:56:13.531Z] 74f711af9a0d: Verifying Checksum [2020-10-01T00:56:13.531Z] 74f711af9a0d: Download complete [2020-10-01T00:56:13.531Z] 45590311c82a: Download complete [2020-10-01T00:56:13.531Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-01T00:56:13.531Z] 69ca0ff8b7b3: Download complete [2020-10-01T00:56:13.806Z] b538f80385f9: Verifying Checksum [2020-10-01T00:56:13.806Z] b538f80385f9: Download complete [2020-10-01T00:56:14.406Z] b538f80385f9: Pull complete [2020-10-01T00:56:15.012Z] 74f711af9a0d: Pull complete [2020-10-01T00:56:15.298Z] 99f96fe45779: Pull complete [2020-10-01T00:56:17.276Z] 209524e5b208: Verifying Checksum [2020-10-01T00:56:17.276Z] 209524e5b208: Download complete [2020-10-01T00:56:18.258Z] 8529a6b9a6be: Verifying Checksum [2020-10-01T00:56:18.258Z] 8529a6b9a6be: Download complete [2020-10-01T00:56:28.421Z] 8529a6b9a6be: Pull complete [2020-10-01T00:56:28.697Z] 45590311c82a: Pull complete [2020-10-01T00:56:28.974Z] 69ca0ff8b7b3: Pull complete [2020-10-01T00:56:33.345Z] 209524e5b208: Pull complete [2020-10-01T00:56:33.345Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-01T00:56:33.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-01T00:56:33.345Z] ---> 5bddaf1c2fca [2020-10-01T00:56:33.345Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-01T00:56:36.004Z] ---> Running in 491af9b17fdf [2020-10-01T00:56:36.285Z] Removing intermediate container 491af9b17fdf [2020-10-01T00:56:36.285Z] ---> 60c7a8c1c12a [2020-10-01T00:56:36.285Z] Step 4/7 : RUN apk add bash [2020-10-01T00:56:36.575Z] ---> Running in 89869ef92031 [2020-10-01T00:56:38.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-01T00:56:39.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-01T00:56:40.641Z] OK: 142 MiB in 39 packages [2020-10-01T00:56:42.092Z] Removing intermediate container 89869ef92031 [2020-10-01T00:56:42.092Z] ---> 26e4a42f3218 [2020-10-01T00:56:42.092Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-01T00:56:42.092Z] ---> Running in eef3e158812a [2020-10-01T00:56:42.689Z] Removing intermediate container eef3e158812a [2020-10-01T00:56:42.689Z] ---> d1edda4d997b [2020-10-01T00:56:42.689Z] Step 6/7 : COPY go.mod . [2020-10-01T00:56:43.287Z] ---> 9401b412a71a [2020-10-01T00:56:43.287Z] Step 7/7 : RUN go mod download [2020-10-01T00:56:43.568Z] ---> Running in 7cb629cfe2f8 [2020-10-01T00:56:58.706Z] Removing intermediate container 7cb629cfe2f8 [2020-10-01T00:56:58.706Z] ---> a34f952af603 [2020-10-01T00:56:58.706Z] Successfully built a34f952af603 [2020-10-01T00:56:58.706Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-01T00:56:59.129Z] + docker inspect -f . ci-base-image-arm64 [2020-10-01T00:56:59.129Z] . [Pipeline] withDockerContainer [2020-10-01T00:56:59.416Z] prd-ubuntu18.04-docker-arm64-4c-16g-2676 does not seem to be running inside a container [2020-10-01T00:56:59.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-01T00:57:01.456Z] $ docker top 146635dd45b4f1c11072c247aea89c7e0fc8ecfe2310fbf72e6b35fe8a82cd31 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T00:57:02.905Z] + go version [2020-10-01T00:57:02.905Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-01T00:57:02.935Z] $ docker stop --time=1 146635dd45b4f1c11072c247aea89c7e0fc8ecfe2310fbf72e6b35fe8a82cd31 [2020-10-01T00:57:04.890Z] $ docker rm -f 146635dd45b4f1c11072c247aea89c7e0fc8ecfe2310fbf72e6b35fe8a82cd31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-01T00:57:05.924Z] + docker inspect -f . ci-base-image-arm64 [2020-10-01T00:57:05.924Z] . [Pipeline] withDockerContainer [2020-10-01T00:57:06.190Z] prd-ubuntu18.04-docker-arm64-4c-16g-2676 does not seem to be running inside a container [2020-10-01T00:57:06.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-01T00:57:08.158Z] $ docker top 8bdcf14b8e27e38262fad86844c337567adfaa176451e920bb2b57030eca0622 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-01T00:57:09.577Z] + make test [2020-10-01T00:57:09.577Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-01T00:57:31.850Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-01T00:57:33.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.019s coverage: 85.7% of statements [2020-10-01T00:57:33.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.047s coverage: 100.0% of statements [2020-10-01T00:57:35.307Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.048s coverage: 45.4% of statements [2020-10-01T00:57:35.307Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements [2020-10-01T00:57:35.307Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-01T00:57:35.307Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 6.4% of statements [2020-10-01T00:57:37.303Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements [2020-10-01T00:57:37.303Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.023s coverage: 100.0% of statements [2020-10-01T00:57:38.304Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.069s coverage: 91.8% of statements [2020-10-01T00:57:38.304Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-01T00:57:38.304Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-01T00:57:38.304Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.046s coverage: 100.0% of statements [2020-10-01T00:57:38.596Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.029s coverage: 50.0% of statements [2020-10-01T00:57:45.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.115s coverage: 63.0% of statements [2020-10-01T00:57:45.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements [2020-10-01T00:57:45.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.011s coverage: 15.4% of statements [2020-10-01T00:57:45.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.059s coverage: 15.4% of statements [2020-10-01T00:57:45.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.010s coverage: 14.3% of statements [2020-10-01T00:57:45.351Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-01T00:57:45.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.069s coverage: 46.7% of statements [2020-10-01T00:57:45.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.050s coverage: 100.0% of statements [2020-10-01T00:57:46.331Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 95.1% of statements [2020-10-01T00:57:46.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-10-01T00:57:46.332Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-01T00:57:46.605Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-01T00:57:50.937Z] gofmt -l . [2020-10-01T00:57:51.589Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-01T00:57:51.879Z] Warning: overwriting stash ‘coverage-report’ [2020-10-01T00:57:52.791Z] Stashed 1 file(s) [Pipeline] } [2020-10-01T00:57:52.809Z] $ docker stop --time=1 8bdcf14b8e27e38262fad86844c337567adfaa176451e920bb2b57030eca0622 [2020-10-01T00:57:55.081Z] $ docker rm -f 8bdcf14b8e27e38262fad86844c337567adfaa176451e920bb2b57030eca0622 [Pipeline] // withDockerContainer [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-01T00:57:57.674Z] provisioning config files... [2020-10-01T00:57:57.686Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-298@tmp/config8399028623617452642tmp [Pipeline] { [Pipeline] sh [2020-10-01T00:57:58.097Z] + set +x [2020-10-01T00:57:58.097Z] + curl -s https://codecov.io/bash [2020-10-01T00:57:58.097Z] + bash -s -- [2020-10-01T00:57:58.359Z] [2020-10-01T00:57:58.359Z] _____ _ [2020-10-01T00:57:58.359Z] / ____| | | [2020-10-01T00:57:58.359Z] | | ___ __| | ___ ___ _____ __ [2020-10-01T00:57:58.359Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-01T00:57:58.359Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-01T00:57:58.359Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-01T00:57:58.359Z] Bash-20200917-4e8f14b [2020-10-01T00:57:58.359Z] [2020-10-01T00:57:58.359Z] [2020-10-01T00:57:58.359Z] ==> Jenkins CI detected. [2020-10-01T00:57:58.359Z] project root: . [2020-10-01T00:57:58.359Z] Fixing merge commit SHA [2020-10-01T00:57:58.359Z] --> token set from env [2020-10-01T00:57:58.359Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-01T00:57:58.359Z] ==> Running gcov in . (disable via -X gcov) [2020-10-01T00:57:58.359Z] ==> Python coveragepy not found [2020-10-01T00:57:58.359Z] ==> Searching for coverage reports in: [2020-10-01T00:57:58.359Z] + . [2020-10-01T00:57:58.359Z] -> Found 1 reports [2020-10-01T00:57:58.359Z] ==> Detecting git/mercurial file structure [2020-10-01T00:57:58.359Z] ==> Reading reports [2020-10-01T00:57:58.359Z] + ./coverage.out bytes=106924 [2020-10-01T00:57:58.359Z] ==> Appending adjustments [2020-10-01T00:57:58.359Z] https://docs.codecov.io/docs/fixing-reports [2020-10-01T00:57:58.934Z] + Found adjustments [2020-10-01T00:57:58.934Z] ==> Gzipping contents [2020-10-01T00:57:58.934Z] ==> Uploading reports [2020-10-01T00:57:58.934Z] url: https://codecov.io [2020-10-01T00:57:58.934Z] query: branch=PR-298&commit=989ab59446d0667b15a71abbdaadd1bc675377a2&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-298%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=298&job=&cmd_args= [2020-10-01T00:57:58.934Z] -> Pinging Codecov [2020-10-01T00:57:58.934Z] https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-298&commit=989ab59446d0667b15a71abbdaadd1bc675377a2&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-298%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=298&job=&cmd_args= [2020-10-01T00:57:59.506Z] -> Uploading to [2020-10-01T00:57:59.506Z] https://storage.googleapis.com/codecov/v4/raw/2020-10-01/71470A77251A30514AAF9C0BB2E5B6CE/989ab59446d0667b15a71abbdaadd1bc675377a2/506e41c2-9728-4560-9ed3-d74f2a79b450.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201001%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201001T005759Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=64cb8c487173660237656d4623de430a2274f72ef9aa65d0ffbd9500bcf198e5 [2020-10-01T00:57:59.506Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-01T00:57:59.506Z] Dload Upload Total Spent Left Speed [2020-10-01T00:57:59.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17121 0 0 100 17121 0 46313 --:--:-- --:--:-- --:--:-- 46398 [2020-10-01T00:57:59.769Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/989ab59446d0667b15a71abbdaadd1bc675377a2 [Pipeline] } [2020-10-01T00:57:59.780Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 [2020-10-01T00:58:02.700Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T00:58:03.273Z] ---> package-listing.sh [2020-10-01T00:58:03.273Z] ++ facter osfamily [2020-10-01T00:58:03.273Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-01T00:58:03.273Z] + OS_FAMILY=redhat [2020-10-01T00:58:03.273Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-298 [2020-10-01T00:58:03.273Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-01T00:58:03.273Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-01T00:58:03.273Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-01T00:58:03.273Z] + PACKAGES=/tmp/packages_start.txt [2020-10-01T00:58:03.273Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-298 ']' [2020-10-01T00:58:03.273Z] + PACKAGES=/tmp/packages_end.txt [2020-10-01T00:58:03.273Z] + case "${OS_FAMILY}" in [2020-10-01T00:58:03.273Z] + rpm -qa [2020-10-01T00:58:03.273Z] + sort [2020-10-01T00:58:07.499Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-01T00:58:07.499Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-01T00:58:07.499Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-01T00:58:07.499Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-298 ']' [2020-10-01T00:58:07.499Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-298/archives/ [2020-10-01T00:58:07.499Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-298/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-01T00:58:07.715Z] provisioning config files... [2020-10-01T00:58:07.736Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-298@tmp/config3273457472990098592tmp [Pipeline] { [Pipeline] echo [2020-10-01T00:58:07.825Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T00:58:08.119Z] ---> create-netrc.sh [Pipeline] } [2020-10-01T00:58:08.129Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-01T00:58:08.253Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T00:58:08.549Z] ---> python-tools-install.sh [2020-10-01T00:58:08.549Z] Generating Requirements File [2020-10-01T00:59:30.095Z] Python 3.6.8 [2020-10-01T00:59:30.095Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-01T00:59:30.095Z] aiohttp==3.6.2 [2020-10-01T00:59:30.095Z] appdirs==1.4.3 [2020-10-01T00:59:30.095Z] argcomplete==1.12.1 [2020-10-01T00:59:30.095Z] aspy.yaml==1.3.0 [2020-10-01T00:59:30.095Z] async-timeout==3.0.1 [2020-10-01T00:59:30.095Z] attrs==19.3.0 [2020-10-01T00:59:30.095Z] Babel==2.8.0 [2020-10-01T00:59:30.095Z] beautifulsoup4==4.8.2 [2020-10-01T00:59:30.095Z] boto3==1.11.6 [2020-10-01T00:59:30.095Z] botocore==1.14.6 [2020-10-01T00:59:30.095Z] bs4==0.0.1 [2020-10-01T00:59:30.095Z] cachetools==4.1.1 [2020-10-01T00:59:30.095Z] certifi==2019.11.28 [2020-10-01T00:59:30.095Z] cffi==1.14.3 [2020-10-01T00:59:30.095Z] cfgv==2.0.1 [2020-10-01T00:59:30.095Z] chardet==3.0.4 [2020-10-01T00:59:30.095Z] click==7.1 [2020-10-01T00:59:30.095Z] cliff==3.4.0 [2020-10-01T00:59:30.095Z] cmd2==1.3.10 [2020-10-01T00:59:30.095Z] colorama==0.4.3 [2020-10-01T00:59:30.095Z] cryptography==3.1.1 [2020-10-01T00:59:30.095Z] debtcollector==2.2.0 [2020-10-01T00:59:30.095Z] decorator==4.4.2 [2020-10-01T00:59:30.095Z] defusedxml==0.6.0 [2020-10-01T00:59:30.095Z] Deprecated==1.2.7 [2020-10-01T00:59:30.095Z] distlib==0.3.1 [2020-10-01T00:59:30.095Z] distro==1.2.0 [2020-10-01T00:59:30.095Z] dnspython==1.16.0 [2020-10-01T00:59:30.095Z] docker==4.2.0 [2020-10-01T00:59:30.095Z] docutils==0.15.2 [2020-10-01T00:59:30.095Z] dogpile.cache==1.0.2 [2020-10-01T00:59:30.095Z] email-validator==1.0.5 [2020-10-01T00:59:30.095Z] filelock==3.0.12 [2020-10-01T00:59:30.095Z] future==0.18.2 [2020-10-01T00:59:30.095Z] google-auth==1.22.0 [2020-10-01T00:59:30.095Z] httplib2==0.17.0 [2020-10-01T00:59:30.095Z] identify==1.4.11 [2020-10-01T00:59:30.095Z] idna==2.9 [2020-10-01T00:59:30.095Z] idna-ssl==1.1.0 [2020-10-01T00:59:30.095Z] importlib-metadata==1.7.0 [2020-10-01T00:59:30.095Z] importlib-resources==1.5.0 [2020-10-01T00:59:30.095Z] iso8601==0.1.13 [2020-10-01T00:59:30.095Z] Jinja2==2.11.1 [2020-10-01T00:59:30.095Z] jmespath==0.10.0 [2020-10-01T00:59:30.095Z] jsonpatch==1.26 [2020-10-01T00:59:30.095Z] jsonpointer==2.0 [2020-10-01T00:59:30.095Z] jsonschema==3.2.0 [2020-10-01T00:59:30.095Z] keystoneauth1==4.2.1 [2020-10-01T00:59:30.095Z] kubernetes==11.0.0 [2020-10-01T00:59:30.095Z] lftools==0.34.2 [2020-10-01T00:59:30.095Z] lxml==4.5.0 [2020-10-01T00:59:30.095Z] MarkupSafe==0.23 [2020-10-01T00:59:30.095Z] msgpack==1.0.0 [2020-10-01T00:59:30.095Z] multi-key-dict==2.0.3 [2020-10-01T00:59:30.095Z] multidict==4.7.6 [2020-10-01T00:59:30.095Z] munch==2.5.0 [2020-10-01T00:59:30.095Z] netaddr==0.8.0 [2020-10-01T00:59:30.095Z] netifaces==0.10.9 [2020-10-01T00:59:30.095Z] niet==1.4.2 [2020-10-01T00:59:30.095Z] nodeenv==1.3.5 [2020-10-01T00:59:30.095Z] oauth2client==4.1.3 [2020-10-01T00:59:30.095Z] oauthlib==3.1.0 [2020-10-01T00:59:30.095Z] openstacksdk==0.50.0 [2020-10-01T00:59:30.095Z] os-client-config==2.1.0 [2020-10-01T00:59:30.095Z] os-service-types==1.7.0 [2020-10-01T00:59:30.095Z] osc-lib==2.2.1 [2020-10-01T00:59:30.095Z] oslo.config==8.3.2 [2020-10-01T00:59:30.095Z] oslo.context==3.1.1 [2020-10-01T00:59:30.095Z] oslo.i18n==5.0.1 [2020-10-01T00:59:30.095Z] oslo.log==4.4.0 [2020-10-01T00:59:30.095Z] oslo.serialization==4.0.1 [2020-10-01T00:59:30.095Z] oslo.utils==4.6.0 [2020-10-01T00:59:30.095Z] packaging==20.4 [2020-10-01T00:59:30.095Z] pbr==5.4.4 [2020-10-01T00:59:30.095Z] pluggy==0.13.1 [2020-10-01T00:59:30.095Z] prettytable==0.7.2 [2020-10-01T00:59:30.095Z] py==1.9.0 [2020-10-01T00:59:30.095Z] pyasn1==0.4.8 [2020-10-01T00:59:30.095Z] pyasn1-modules==0.2.8 [2020-10-01T00:59:30.095Z] pycparser==2.20 [2020-10-01T00:59:30.095Z] pygerrit2==2.0.10 [2020-10-01T00:59:30.095Z] PyGithub==1.46 [2020-10-01T00:59:30.095Z] pyinotify==0.9.6 [2020-10-01T00:59:30.095Z] PyJWT==1.7.1 [2020-10-01T00:59:30.095Z] pyparsing==2.4.7 [2020-10-01T00:59:30.095Z] pyperclip==1.8.0 [2020-10-01T00:59:30.095Z] pyroute2==0.4.13 [2020-10-01T00:59:30.095Z] pyrsistent==0.15.7 [2020-10-01T00:59:30.095Z] PySocks==1.6.8 [2020-10-01T00:59:30.095Z] python-cinderclient==7.2.0 [2020-10-01T00:59:30.095Z] python-dateutil==2.8.1 [2020-10-01T00:59:30.095Z] python-heatclient==2.2.1 [2020-10-01T00:59:30.095Z] python-jenkins==1.7.0 [2020-10-01T00:59:30.095Z] python-keystoneclient==4.1.1 [2020-10-01T00:59:30.095Z] python-magnumclient==3.2.1 [2020-10-01T00:59:30.095Z] python-novaclient==17.2.1 [2020-10-01T00:59:30.095Z] python-openstackclient==5.3.1 [2020-10-01T00:59:30.095Z] python-swiftclient==3.10.1 [2020-10-01T00:59:30.095Z] pytz==2020.1 [2020-10-01T00:59:30.095Z] PyYAML==5.3 [2020-10-01T00:59:30.095Z] requests==2.23.0 [2020-10-01T00:59:30.095Z] requests-oauthlib==1.3.0 [2020-10-01T00:59:30.095Z] requestsexceptions==1.4.0 [2020-10-01T00:59:30.095Z] rfc3986==1.4.0 [2020-10-01T00:59:30.095Z] rpm==4.11.3 [2020-10-01T00:59:30.095Z] rsa==4.0 [2020-10-01T00:59:30.095Z] ruamel.yaml==0.16.10 [2020-10-01T00:59:30.095Z] ruamel.yaml.clib==0.2.0 [2020-10-01T00:59:30.095Z] s3transfer==0.3.3 [2020-10-01T00:59:30.095Z] shade==1.27.2 [2020-10-01T00:59:30.095Z] simplejson==3.17.2 [2020-10-01T00:59:30.095Z] six==1.14.0 [2020-10-01T00:59:30.095Z] soupsieve==2.0 [2020-10-01T00:59:30.095Z] stevedore==3.2.2 [2020-10-01T00:59:30.095Z] tabulate==0.8.6 [2020-10-01T00:59:30.095Z] toml==0.10.0 [2020-10-01T00:59:30.095Z] tox==3.20.0 [2020-10-01T00:59:30.095Z] tqdm==4.43.0 [2020-10-01T00:59:30.095Z] typing-extensions==3.7.4.3 [2020-10-01T00:59:30.095Z] urllib3==1.25.8 [2020-10-01T00:59:30.095Z] virtualenv==20.0.31 [2020-10-01T00:59:30.095Z] wcwidth==0.2.5 [2020-10-01T00:59:30.095Z] websocket-client==0.57.0 [2020-10-01T00:59:30.095Z] wrapt==1.12.1 [2020-10-01T00:59:30.095Z] xdg==3.0.2 [2020-10-01T00:59:30.095Z] xmltodict==0.12.0 [2020-10-01T00:59:30.095Z] yarl==1.6.0 [2020-10-01T00:59:30.095Z] yq==2.11.1 [2020-10-01T00:59:30.095Z] zipp==3.2.0 [2020-10-01T00:59:30.670Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:33.224Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-01T00:59:35.777Z] Python 2.7.5 [2020-10-01T00:59:36.039Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-01T00:59:36.614Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-01T00:59:36.614Z] ansible==2.9.7 [2020-10-01T00:59:36.614Z] Babel==0.9.6 [2020-10-01T00:59:36.614Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-01T00:59:36.614Z] beautifulsoup4==4.4.1 [2020-10-01T00:59:36.614Z] bodhi==2.11.0 [2020-10-01T00:59:36.614Z] bodhi-client==2.11.0 [2020-10-01T00:59:36.614Z] CCColUtils==1.4 [2020-10-01T00:59:36.614Z] cffi==1.6.0 [2020-10-01T00:59:36.614Z] chardet==2.2.1 [2020-10-01T00:59:36.614Z] click==6.7 [2020-10-01T00:59:36.614Z] cloud-init==18.5 [2020-10-01T00:59:36.614Z] configobj==4.7.2 [2020-10-01T00:59:36.614Z] cryptography==1.7.2 [2020-10-01T00:59:36.614Z] decorator==3.4.0 [2020-10-01T00:59:36.614Z] distro==1.2.0 [2020-10-01T00:59:36.614Z] enum34==1.0.4 [2020-10-01T00:59:36.614Z] fedpkg==1.38 [2020-10-01T00:59:36.614Z] futures==3.1.1 [2020-10-01T00:59:36.614Z] gitdb==0.6.4 [2020-10-01T00:59:36.614Z] GitPython==1.0.1 [2020-10-01T00:59:36.614Z] html5lib==0.999 [2020-10-01T00:59:36.614Z] httplib2==0.9.2 [2020-10-01T00:59:36.614Z] idna==2.4 [2020-10-01T00:59:36.614Z] iniparse==0.4 [2020-10-01T00:59:36.614Z] ipaddress==1.0.16 [2020-10-01T00:59:36.614Z] IPy==0.75 [2020-10-01T00:59:36.614Z] javapackages==1.0.0 [2020-10-01T00:59:36.614Z] Jinja2==2.7.2 [2020-10-01T00:59:36.614Z] jmespath==0.9.4 [2020-10-01T00:59:36.614Z] jsonpatch==1.2 [2020-10-01T00:59:36.614Z] jsonpointer==1.9 [2020-10-01T00:59:36.614Z] kerberos==1.1 [2020-10-01T00:59:36.614Z] kitchen==1.1.1 [2020-10-01T00:59:36.614Z] langtable==0.0.31 [2020-10-01T00:59:36.614Z] lockfile==0.9.1 [2020-10-01T00:59:36.614Z] lxml==3.2.1 [2020-10-01T00:59:36.614Z] MarkupSafe==0.11 [2020-10-01T00:59:36.614Z] munch==2.0.2 [2020-10-01T00:59:36.614Z] offtrac==0.1.0 [2020-10-01T00:59:36.614Z] openidc-client==0.6.0 [2020-10-01T00:59:36.614Z] packagedb-cli==2.14.1 [2020-10-01T00:59:36.614Z] paramiko==2.1.1 [2020-10-01T00:59:36.614Z] perf==0.1 [2020-10-01T00:59:36.614Z] ply==3.4 [2020-10-01T00:59:36.614Z] policycoreutils-default-encoding==0.1 [2020-10-01T00:59:36.614Z] prettytable==0.7.2 [2020-10-01T00:59:36.614Z] pyasn1==0.1.9 [2020-10-01T00:59:36.614Z] pycparser==2.14 [2020-10-01T00:59:36.614Z] pycurl==7.19.0 [2020-10-01T00:59:36.614Z] pygobject==3.22.0 [2020-10-01T00:59:36.614Z] pygpgme==0.3 [2020-10-01T00:59:36.614Z] pyliblzma==0.5.3 [2020-10-01T00:59:36.614Z] pyOpenSSL==0.13.1 [2020-10-01T00:59:36.614Z] pyparsing==1.5.6 [2020-10-01T00:59:36.614Z] pyserial==2.6 [2020-10-01T00:59:36.614Z] python-augeas==0.5.0 [2020-10-01T00:59:36.614Z] python-bugzilla==2.3.0 [2020-10-01T00:59:36.614Z] python-dateutil==1.5 [2020-10-01T00:59:36.614Z] python-fedora==0.10.0 [2020-10-01T00:59:36.614Z] python-linux-procfs==0.4.9 [2020-10-01T00:59:36.614Z] python-yubico==1.2.3 [2020-10-01T00:59:36.614Z] pyudev==0.15 [2020-10-01T00:59:36.614Z] pyusb==1.0.0b1 [2020-10-01T00:59:36.614Z] pyxattr==0.5.1 [2020-10-01T00:59:36.614Z] PyYAML==3.10 [2020-10-01T00:59:36.614Z] requests==2.6.0 [2020-10-01T00:59:36.614Z] requests-kerberos==0.7.0 [2020-10-01T00:59:36.614Z] rpkg==1.60 [2020-10-01T00:59:36.614Z] schedutils==0.4 [2020-10-01T00:59:36.614Z] seobject==0.1 [2020-10-01T00:59:36.614Z] sepolicy==1.1 [2020-10-01T00:59:36.614Z] six==1.9.0 [2020-10-01T00:59:36.614Z] smmap==0.9.0 [2020-10-01T00:59:36.614Z] urlgrabber==3.10 [2020-10-01T00:59:36.614Z] urllib3==1.10.2 [2020-10-01T00:59:36.614Z] virtualenv==15.1.0 [2020-10-01T00:59:36.614Z] yum-langpacks==0.4.2 [2020-10-01T00:59:36.615Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-01T00:59:36.625Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T00:59:36.931Z] ---> sudo-logs.sh [2020-10-01T00:59:36.931Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-01T00:59:37.203Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T00:59:37.497Z] ---> job-cost.sh [2020-10-01T00:59:37.497Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-p5cw [2020-10-01T00:59:47.515Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:47.515Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:47.776Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:47.776Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:47.776Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:48.038Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:48.038Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:48.038Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:48.038Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:48.300Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:48.300Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:48.568Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:48.568Z] Cache entry deserialization failed, entry ignored [2020-10-01T00:59:53.864Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-01T01:00:20.571Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-10-01T01:00:20.571Z] [2020-10-01T01:00:20.571Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-10-01T01:00:20.571Z] [2020-10-01T01:00:20.571Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-10-01T01:00:20.571Z] lf-activate-venv(): INFO: Adding /tmp/venv-p5cw/bin to PATH [2020-10-01T01:00:20.571Z] INFO: No Stack... [2020-10-01T01:00:22.491Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-01T01:00:23.065Z] INFO: Archiving Costs [Pipeline] echo [2020-10-01T01:00:23.080Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-01T01:00:23.386Z] ---> logs-deploy.sh [2020-10-01T01:00:23.386Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-298/4 [2020-10-01T01:00:23.386Z] INFO: archiving workspace using pattern(s): [2020-10-01T01:00:25.307Z] Archives upload complete. [2020-10-01T01:00:25.307Z] INFO: archiving logs to Nexus [2020-10-01T01:00:26.251Z] ---> uname -a: [2020-10-01T01:00:26.252Z] Linux prd-centos7-docker-4c-2g-2429.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] ---> lscpu: [2020-10-01T01:00:26.252Z] Architecture: x86_64 [2020-10-01T01:00:26.252Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-01T01:00:26.252Z] Byte Order: Little Endian [2020-10-01T01:00:26.252Z] CPU(s): 4 [2020-10-01T01:00:26.252Z] On-line CPU(s) list: 0-3 [2020-10-01T01:00:26.252Z] Thread(s) per core: 1 [2020-10-01T01:00:26.252Z] Core(s) per socket: 1 [2020-10-01T01:00:26.252Z] Socket(s): 4 [2020-10-01T01:00:26.252Z] NUMA node(s): 1 [2020-10-01T01:00:26.252Z] Vendor ID: GenuineIntel [2020-10-01T01:00:26.252Z] CPU family: 6 [2020-10-01T01:00:26.252Z] Model: 44 [2020-10-01T01:00:26.252Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-01T01:00:26.252Z] Stepping: 1 [2020-10-01T01:00:26.252Z] CPU MHz: 2933.436 [2020-10-01T01:00:26.252Z] BogoMIPS: 5866.87 [2020-10-01T01:00:26.252Z] Virtualization: VT-x [2020-10-01T01:00:26.252Z] Hypervisor vendor: KVM [2020-10-01T01:00:26.252Z] Virtualization type: full [2020-10-01T01:00:26.252Z] L1d cache: 32K [2020-10-01T01:00:26.252Z] L1i cache: 32K [2020-10-01T01:00:26.252Z] L2 cache: 4096K [2020-10-01T01:00:26.252Z] L3 cache: 16384K [2020-10-01T01:00:26.252Z] NUMA node0 CPU(s): 0-3 [2020-10-01T01:00:26.252Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] ---> nproc: [2020-10-01T01:00:26.252Z] 4 [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] ---> df -h: [2020-10-01T01:00:26.252Z] Filesystem Size Used Avail Use% Mounted on [2020-10-01T01:00:26.252Z] devtmpfs 887M 0 887M 0% /dev [2020-10-01T01:00:26.252Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-01T01:00:26.252Z] tmpfs 919M 17M 903M 2% /run [2020-10-01T01:00:26.252Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-01T01:00:26.252Z] /dev/vda1 50G 7.0G 44G 14% / [2020-10-01T01:00:26.252Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] ---> free -m: [2020-10-01T01:00:26.252Z] total used free shared buff/cache available [2020-10-01T01:00:26.252Z] Mem: 1837 599 80 16 1157 1039 [2020-10-01T01:00:26.252Z] Swap: 1023 1 1022 [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] ---> ip addr: [2020-10-01T01:00:26.252Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-01T01:00:26.252Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-01T01:00:26.252Z] inet 127.0.0.1/8 scope host lo [2020-10-01T01:00:26.252Z] valid_lft forever preferred_lft forever [2020-10-01T01:00:26.252Z] inet6 ::1/128 scope host [2020-10-01T01:00:26.252Z] valid_lft forever preferred_lft forever [2020-10-01T01:00:26.252Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-01T01:00:26.252Z] link/ether fa:16:3e:a6:f2:99 brd ff:ff:ff:ff:ff:ff [2020-10-01T01:00:26.252Z] inet 10.30.123.151/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-01T01:00:26.252Z] valid_lft 85433sec preferred_lft 85433sec [2020-10-01T01:00:26.252Z] inet6 fe80::f816:3eff:fea6:f299/64 scope link [2020-10-01T01:00:26.252Z] valid_lft forever preferred_lft forever [2020-10-01T01:00:26.252Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-01T01:00:26.252Z] link/ether 02:42:90:a0:cf:4a brd ff:ff:ff:ff:ff:ff [2020-10-01T01:00:26.252Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-01T01:00:26.252Z] valid_lft forever preferred_lft forever [2020-10-01T01:00:26.252Z] inet6 fe80::42:90ff:fea0:cf4a/64 scope link [2020-10-01T01:00:26.252Z] valid_lft forever preferred_lft forever [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] ---> sar -b -r -n DEV: [2020-10-01T01:00:26.252Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/01/2020 _x86_64_ (4 CPU) [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] 12:43:59 AM LINUX RESTART [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] 12:45:01 AM tps rtps wtps bread/s bwrtn/s [2020-10-01T01:00:26.252Z] 12:46:01 AM 22.31 4.25 18.07 1012.85 2217.82 [2020-10-01T01:00:26.252Z] 12:47:01 AM 0.40 0.00 0.40 0.00 5.91 [2020-10-01T01:00:26.252Z] 12:48:01 AM 0.38 0.00 0.38 0.00 5.18 [2020-10-01T01:00:26.252Z] 12:49:01 AM 0.17 0.00 0.17 0.00 2.28 [2020-10-01T01:00:26.252Z] 12:50:01 AM 0.32 0.00 0.32 0.00 4.63 [2020-10-01T01:00:26.252Z] 12:51:01 AM 0.32 0.02 0.30 0.13 2.93 [2020-10-01T01:00:26.252Z] 12:52:01 AM 0.35 0.00 0.35 0.00 3.78 [2020-10-01T01:00:26.252Z] 12:53:01 AM 0.22 0.00 0.22 0.00 2.43 [2020-10-01T01:00:26.252Z] 12:54:01 AM 0.22 0.00 0.22 0.00 1.90 [2020-10-01T01:00:26.252Z] 12:55:01 AM 0.32 0.00 0.32 0.00 3.80 [2020-10-01T01:00:26.252Z] 12:56:01 AM 0.22 0.00 0.22 0.00 3.10 [2020-10-01T01:00:26.252Z] 12:57:01 AM 0.47 0.00 0.47 0.00 6.38 [2020-10-01T01:00:26.252Z] 12:58:01 AM 0.55 0.30 0.25 16.79 9.24 [2020-10-01T01:00:26.252Z] 12:59:01 AM 99.73 60.04 39.69 5393.27 4863.12 [2020-10-01T01:00:26.252Z] 01:00:01 AM 107.49 19.46 88.03 802.93 11310.74 [2020-10-01T01:00:26.252Z] Average: 15.57 5.61 9.96 481.87 1229.89 [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] 12:45:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-01T01:00:26.252Z] 12:46:01 AM 173472 1708084 90.78 2620 1152628 1108504 37.83 405060 1141868 16 [2020-10-01T01:00:26.252Z] 12:47:01 AM 177732 1703824 90.55 2620 1152632 1085048 37.03 405332 1138444 12 [2020-10-01T01:00:26.252Z] 12:48:01 AM 178728 1702828 90.50 2620 1152640 1078844 36.82 404808 1138188 8 [2020-10-01T01:00:26.252Z] 12:49:01 AM 176336 1705220 90.63 2620 1152640 1078980 36.82 409176 1135956 8 [2020-10-01T01:00:26.252Z] 12:50:01 AM 175936 1705620 90.65 2620 1152644 1079016 36.82 417060 1128516 8 [2020-10-01T01:00:26.252Z] 12:51:01 AM 175216 1706340 90.69 2620 1152660 1078908 36.82 439504 1107160 12 [2020-10-01T01:00:26.252Z] 12:52:01 AM 174684 1706872 90.72 2620 1152660 1079028 36.83 440148 1107160 12 [2020-10-01T01:00:26.252Z] 12:53:01 AM 175184 1706372 90.69 2620 1152688 1078908 36.82 433068 1113412 16 [2020-10-01T01:00:26.252Z] 12:54:01 AM 175152 1706404 90.69 2620 1152672 1078908 36.82 433268 1113408 8 [2020-10-01T01:00:26.252Z] 12:55:01 AM 174572 1706984 90.72 2620 1152680 1079016 36.82 431908 1115332 20 [2020-10-01T01:00:26.252Z] 12:56:01 AM 174456 1707100 90.73 2620 1152680 1079028 36.83 432044 1115328 12 [2020-10-01T01:00:26.252Z] 12:57:01 AM 175384 1706172 90.68 2620 1152684 1078908 36.82 431396 1115328 12 [2020-10-01T01:00:26.252Z] 12:58:01 AM 165828 1715728 91.19 2620 1153324 1079560 36.84 433884 1115472 16 [2020-10-01T01:00:26.252Z] 12:59:01 AM 120352 1761204 93.60 2620 1112708 1147580 39.16 433968 1142736 75112 [2020-10-01T01:00:26.252Z] 01:00:01 AM 81388 1800168 95.67 2620 1105484 1123644 38.35 497488 1065676 39748 [2020-10-01T01:00:26.252Z] Average: 164961 1716595 91.23 2620 1146895 1088925 37.16 429874 1119599 7668 [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z] 12:45:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-01T01:00:26.252Z] 12:46:01 AM eth0 33.67 25.96 36.36 31.07 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:46:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:46:01 AM docker0 4.40 3.40 0.97 11.27 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:47:01 AM eth0 1.03 0.58 0.55 0.40 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:47:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:47:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:48:01 AM eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:48:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:48:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:49:01 AM eth0 0.25 0.22 0.12 0.07 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:49:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:50:01 AM eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:50:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:50:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:51:01 AM eth0 1.75 0.02 0.15 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:51:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:51:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:52:01 AM eth0 2.43 0.60 0.74 0.40 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:52:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:52:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:53:01 AM eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:53:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:53:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:54:01 AM eth0 0.22 0.10 0.01 0.01 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:54:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:54:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:55:01 AM eth0 4.28 0.40 0.73 0.23 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:55:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:55:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:56:01 AM eth0 1.42 0.57 0.58 0.40 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:56:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:56:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:57:01 AM eth0 0.77 0.12 0.07 0.04 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:57:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:57:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:58:01 AM eth0 5.48 3.30 4.97 1.92 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:58:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:58:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:59:01 AM eth0 154.60 134.82 860.79 16.45 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:59:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 12:59:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 01:00:01 AM eth0 36.86 23.09 122.98 9.52 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 01:00:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] 01:00:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] Average: eth0 16.22 12.68 68.57 4.04 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] Average: docker0 0.29 0.23 0.06 0.75 0.00 0.00 0.00 [2020-10-01T01:00:26.252Z] [2020-10-01T01:00:26.252Z]