Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fb6db50342125299f304d557135489cfbb89b89f+a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 (b78ce87bc838c9d97c625d0557a28bc918bffe34) 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-1699 in /w/workspace/dry_go-mod-core-contracts_PR-301 [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-301 # 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/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 into PR head commit fb6db50342125299f304d557135489cfbb89b89f Merge succeeded, producing 3b71c2b62a00711d6fbfc676ed917f69b653c05d Checking out Revision 3b71c2b62a00711d6fbfc676ed917f69b653c05d (PR-301) > git config core.sparsecheckout # timeout=10 > git checkout -f fb6db50342125299f304d557135489cfbb89b89f # 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 a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b71c2b62a00711d6fbfc676ed917f69b653c05d # timeout=10 Commit message: "Merge commit 'a48a3cfc95ac7623bae8df3d1eb5020ec58becf8' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:40:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 003dcda43b4964a655c19eecd0d597de1f69487e # timeout=10 00:40:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:40:47 ========================================================= 00:40:47 EdgeX Global Pipelines Version Info 00:40:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:40:49 ------------------- 00:40:49 stable info: 00:40:49 ------------------- 00:40:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:40:49 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 00:40:49 Message: update stable to v1.0.131 00:40:50 ------------------- 00:40:50 experimental info: 00:40:50 ------------------- 00:40:50 Commited By: **** collab-it+edgex@linuxfoundation.org 00:40:50 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 00:40:50 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:40:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 00:40:50 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:40:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:40:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-301 [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-301 [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-301 [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b71c2b62a00711d6fbfc676ed917f69b653c05d [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b71c2b [Pipeline] echo 00:40:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:40:54 + git log --format=format:%s -1 3b71c2b62a00711d6fbfc676ed917f69b653c05d [Pipeline] echo 00:40:54 GIT_COMMIT: 3b71c2b62a00711d6fbfc676ed917f69b653c05d, Commit Message: Merge commit 'a48a3cfc95ac7623bae8df3d1eb5020ec58becf8' into HEAD [Pipeline] echo 00:40:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:40:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:55 00:40:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:40:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:55 latest: Pulling from edgex-devops/git-semver 00:40:55 31603596830f: Pulling fs layer 00:40:55 2a8b12db71e7: Pulling fs layer 00:40:55 6ca5941a6612: Pulling fs layer 00:40:55 ecc8261a40a4: Pulling fs layer 00:40:55 ecc8261a40a4: Waiting 00:40:55 2a8b12db71e7: Verifying Checksum 00:40:55 2a8b12db71e7: Download complete 00:40:56 31603596830f: Verifying Checksum 00:40:56 31603596830f: Download complete 00:40:56 ecc8261a40a4: Verifying Checksum 00:40:56 6ca5941a6612: Verifying Checksum 00:40:56 6ca5941a6612: Download complete 00:40:56 31603596830f: Pull complete 00:40:56 2a8b12db71e7: Pull complete 00:40:57 6ca5941a6612: Pull complete 00:40:57 ecc8261a40a4: Pull complete 00:40:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:40:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:40:57 prd-centos7-docker-4c-2g-1699 does not seem to be running inside a container 00:40:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-301 -v /w/workspace/dry_go-mod-core-contracts_PR-301:/w/workspace/dry_go-mod-core-contracts_PR-301:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-301@tmp:/w/workspace/dry_go-mod-core-contracts_PR-301@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 00:40:59 $ docker top 68e2f737f3989fc46ca7747ee62f21f1c9e615b0dc5918fe006f2c9f43fc9b8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:41:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:41:00 [ssh-agent] Looking for ssh-agent implementation... 00:41:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:41:00 $ docker exec 68e2f737f3989fc46ca7747ee62f21f1c9e615b0dc5918fe006f2c9f43fc9b8d ssh-agent 00:41:00 SSH_AUTH_SOCK=/tmp/ssh-Nf8BpfaQSd5M/agent.11 00:41:00 SSH_AGENT_PID=16 00:41:00 Running ssh-add (command line suppressed) 00:41:00 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-301@tmp/private_key_5160951127915589131.key (/w/workspace/dry_go-mod-core-contracts_PR-301@tmp/private_key_5160951127915589131.key) 00:41:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:41:01 + git describe --exact-match --tags HEAD 00:41:01 fatal: no tag exactly matches '3b71c2b62a00711d6fbfc676ed917f69b653c05d' [Pipeline] } 00:41:01 $ docker exec --env ******** --env ******** 68e2f737f3989fc46ca7747ee62f21f1c9e615b0dc5918fe006f2c9f43fc9b8d ssh-agent -k 00:41:01 unset SSH_AUTH_SOCK; 00:41:01 unset SSH_AGENT_PID; 00:41:01 echo Agent pid 16 killed; 00:41:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:41:01 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:41:01 This usually means this commit has not been tagged. [Pipeline] sshagent 00:41:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:41:01 [ssh-agent] Looking for ssh-agent implementation... 00:41:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:41:01 $ docker exec 68e2f737f3989fc46ca7747ee62f21f1c9e615b0dc5918fe006f2c9f43fc9b8d ssh-agent 00:41:02 SSH_AUTH_SOCK=/tmp/ssh-36QQ346dAo6C/agent.47 00:41:02 SSH_AGENT_PID=53 00:41:02 Running ssh-add (command line suppressed) 00:41:02 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-301@tmp/private_key_7633353151706118836.key (/w/workspace/dry_go-mod-core-contracts_PR-301@tmp/private_key_7633353151706118836.key) 00:41:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:41:02 + git semver init 00:41:02 # -> Open(): unable to determine branch for HEAD 00:41:02 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-301/.git 00:41:02 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-301 00:41:02 # $SEMVER_REMOTE_NAME = origin 00:41:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:41:02 # $SEMVER_USER_NAME = edgex-jenkins 00:41:02 # $SEMVER_BRANCH = PR-301 00:41:02 # $SEMVER_TEMP = /tmp/semver-266891050 00:41:02 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 00:41:03 # '/tmp/semver-266891050' -> '/w/workspace/dry_go-mod-core-contracts_PR-301/.semver' 00:41:03 # -> Force: false 00:41:03 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-301/.semver [Pipeline] } 00:41:03 $ docker exec --env ******** --env ******** 68e2f737f3989fc46ca7747ee62f21f1c9e615b0dc5918fe006f2c9f43fc9b8d ssh-agent -k 00:41:03 unset SSH_AUTH_SOCK; 00:41:03 unset SSH_AGENT_PID; 00:41:03 echo Agent pid 53 killed; 00:41:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:41:04 + git semver [Pipeline] } 00:41:04 $ docker stop --time=1 68e2f737f3989fc46ca7747ee62f21f1c9e615b0dc5918fe006f2c9f43fc9b8d 00:41:06 $ docker rm -f 68e2f737f3989fc46ca7747ee62f21f1c9e615b0dc5918fe006f2c9f43fc9b8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:41:07 Stashed 101 file(s) [Pipeline] echo 00:41:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 00:41:07 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 00:41:22 Still waiting to schedule task 00:41:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:41:22 Still waiting to schedule task 00:41:22 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1697’ 00:43:19 Running on prd-centos7-docker-4c-2g-1703 in /w/workspace/dry_go-mod-core-contracts_PR-301 [Pipeline] { [Pipeline] ws 00:43:19 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 00:43:30 using credential edgex-jenkins-ssh 00:43:30 Cloning the remote Git repository 00:43:30 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:30 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 00:43:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:31 > git --version # timeout=10 00:43:31 > git --version # 'git version 2.16.5' 00:43:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:34 Merging remotes/origin/master commit a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 into PR head commit fb6db50342125299f304d557135489cfbb89b89f 00:43:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:34 > git config core.sparsecheckout # timeout=10 00:43:34 > git checkout -f fb6db50342125299f304d557135489cfbb89b89f # timeout=10 00:43:34 > git remote # timeout=10 00:43:34 Merge succeeded, producing 2d8e2d29d5308097ebeff8856287abf750e9dbf1 00:43:34 Checking out Revision 2d8e2d29d5308097ebeff8856287abf750e9dbf1 (PR-301) 00:43:34 > git config --get remote.origin.url # timeout=10 00:43:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:34 > git merge a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 # timeout=10 00:43:34 > git rev-parse HEAD^{commit} # timeout=10 00:43:34 > git config core.sparsecheckout # timeout=10 00:43:34 > git checkout -f 2d8e2d29d5308097ebeff8856287abf750e9dbf1 # timeout=10 00:43:40 Commit message: "Merge commit 'a48a3cfc95ac7623bae8df3d1eb5020ec58becf8' into HEAD" 00:43:40 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 00:43:40 > git rev-list --no-walk 003dcda43b4964a655c19eecd0d597de1f69487e # timeout=10 [Pipeline] unstash [Pipeline] echo 00:43:42 ========================================================= 00:43:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:43:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:43:44 + 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 . 00:43:46 Sending build context to Docker daemon 2.484MB 00:43:46 Step 1/7 : ARG BASE=golang:1.15-alpine 00:43:46 Step 2/7 : FROM ${BASE} 00:43:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:43:46 df20fa9351a1: Pulling fs layer 00:43:46 ed8968b2872e: Pulling fs layer 00:43:46 a92cc7c5fd73: Pulling fs layer 00:43:46 e871e8e8d7a9: Pulling fs layer 00:43:46 e73272ec9a57: Pulling fs layer 00:43:46 1e910a182e73: Pulling fs layer 00:43:46 4e634b169226: Pulling fs layer 00:43:46 e73272ec9a57: Waiting 00:43:46 1e910a182e73: Waiting 00:43:46 4e634b169226: Waiting 00:43:46 e871e8e8d7a9: Waiting 00:43:46 a92cc7c5fd73: Verifying Checksum 00:43:46 a92cc7c5fd73: Download complete 00:43:46 ed8968b2872e: Verifying Checksum 00:43:46 ed8968b2872e: Download complete 00:43:46 e73272ec9a57: Verifying Checksum 00:43:46 e73272ec9a57: Download complete 00:43:46 1e910a182e73: Verifying Checksum 00:43:46 1e910a182e73: Download complete 00:43:46 df20fa9351a1: Verifying Checksum 00:43:46 df20fa9351a1: Download complete 00:43:48 df20fa9351a1: Pull complete 00:43:49 ed8968b2872e: Pull complete 00:43:50 a92cc7c5fd73: Pull complete 00:43:53 4e634b169226: Verifying Checksum 00:43:53 4e634b169226: Download complete 00:43:55 e871e8e8d7a9: Verifying Checksum 00:43:55 e871e8e8d7a9: Download complete 00:44:14 e871e8e8d7a9: Pull complete 00:44:14 e73272ec9a57: Pull complete 00:44:15 1e910a182e73: Pull complete 00:44:23 4e634b169226: Pull complete 00:44:23 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:44:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:44:23 ---> f7629b54cfaa 00:44:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:44:24 ---> Running in 0ab93e64b456 00:44:24 Removing intermediate container 0ab93e64b456 00:44:24 ---> d09804999d10 00:44:24 Step 4/7 : RUN apk add bash 00:44:24 ---> Running in 37c9571af3b9 00:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:28 OK: 166 MiB in 39 packages 00:44:30 Removing intermediate container 37c9571af3b9 00:44:30 ---> ac79f4c0ef43 00:44:30 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:44:30 ---> Running in 3f23fe4239db 00:44:30 Removing intermediate container 3f23fe4239db 00:44:30 ---> 89202fd5a678 00:44:30 Step 6/7 : COPY go.mod . 00:44:31 ---> 26f882a692a5 00:44:31 Step 7/7 : RUN go mod download 00:44:32 ---> Running in 1f105d23eb01 00:44:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1707 in /w/workspace/dry_go-mod-core-contracts_PR-301 [Pipeline] { [Pipeline] ws 00:44:38 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 00:44:44 using credential edgex-jenkins-ssh 00:44:44 Cloning the remote Git repository 00:44:44 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:44 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 00:44:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:44 > git --version # timeout=10 00:44:44 > git --version # 'git version 2.17.1' 00:44:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:44:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:44:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:46 Merging remotes/origin/master commit a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 into PR head commit fb6db50342125299f304d557135489cfbb89b89f 00:44:47 Merge succeeded, producing 92becd5cb00297b09cbd5c71c164ba1f3b4f4da5 00:44:47 Checking out Revision 92becd5cb00297b09cbd5c71c164ba1f3b4f4da5 (PR-301) 00:44:46 > git config core.sparsecheckout # timeout=10 00:44:46 > git checkout -f fb6db50342125299f304d557135489cfbb89b89f # timeout=10 00:44:46 > git remote # timeout=10 00:44:46 > git config --get remote.origin.url # timeout=10 00:44:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:46 > git merge a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 # timeout=10 00:44:47 > git rev-parse HEAD^{commit} # timeout=10 00:44:47 > git config core.sparsecheckout # timeout=10 00:44:47 > git checkout -f 92becd5cb00297b09cbd5c71c164ba1f3b4f4da5 # timeout=10 00:44:51 Removing intermediate container 1f105d23eb01 00:44:51 ---> 515b9c81cc52 00:44:51 Successfully built 515b9c81cc52 00:44:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:44:51 Commit message: "Merge commit 'a48a3cfc95ac7623bae8df3d1eb5020ec58becf8' into HEAD" 00:44:51 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 00:44:51 > git rev-list --no-walk 003dcda43b4964a655c19eecd0d597de1f69487e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 00:44:52 + docker inspect -f . ci-base-image-x86_64 00:44:52 . [Pipeline] script [Pipeline] { [Pipeline] withDockerContainer 00:44:52 prd-centos7-docker-4c-2g-1703 does not seem to be running inside a container 00:44:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 00:44:54 $ docker top b7574f79da3f8eefcc791cca3459756a6c17a15bc9865fe73a6fdb5394c28a4a -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:44:54 + go version 00:44:54 go version go1.15.2 linux/amd64 [Pipeline] } 00:44:54 $ docker stop --time=1 b7574f79da3f8eefcc791cca3459756a6c17a15bc9865fe73a6fdb5394c28a4a 00:44:56 $ docker rm -f b7574f79da3f8eefcc791cca3459756a6c17a15bc9865fe73a6fdb5394c28a4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo 00:44:57 ========================================================= 00:44:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:44:57 ========================================================= [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:58 + 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 . 00:44:58 + docker inspect -f . ci-base-image-x86_64 00:44:58 . [Pipeline] withDockerContainer 00:44:58 prd-centos7-docker-4c-2g-1703 does not seem to be running inside a container 00:44:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 00:44:59 Sending build context to Docker daemon 2.484MB 00:44:59 Step 1/7 : ARG BASE=golang:1.15-alpine 00:44:59 Step 2/7 : FROM ${BASE} 00:44:59 $ docker top 164087de1ad1257e8bfc4f4726e7505e274792350113731ed8a2720420f47057 -eo pid,comm 00:44:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:44:59 b538f80385f9: Pulling fs layer 00:44:59 74f711af9a0d: Pulling fs layer 00:44:59 99f96fe45779: Pulling fs layer 00:44:59 8529a6b9a6be: Pulling fs layer 00:44:59 45590311c82a: Pulling fs layer 00:44:59 69ca0ff8b7b3: Pulling fs layer 00:44:59 209524e5b208: Pulling fs layer 00:44:59 45590311c82a: Waiting 00:44:59 69ca0ff8b7b3: Waiting 00:44:59 209524e5b208: Waiting 00:44:59 8529a6b9a6be: Waiting 00:44:59 99f96fe45779: Verifying Checksum 00:44:59 99f96fe45779: Download complete 00:44:59 74f711af9a0d: Verifying Checksum 00:44:59 74f711af9a0d: Download complete 00:44:59 45590311c82a: Verifying Checksum 00:44:59 45590311c82a: Download complete 00:44:59 69ca0ff8b7b3: Verifying Checksum 00:44:59 69ca0ff8b7b3: Download complete 00:44:59 b538f80385f9: Verifying Checksum 00:44:59 b538f80385f9: Download complete [Pipeline] { [Pipeline] sh 00:45:00 + make test 00:45:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:45:00 b538f80385f9: Pull complete 00:45:01 74f711af9a0d: Pull complete 00:45:01 99f96fe45779: Pull complete 00:45:03 209524e5b208: Download complete 00:45:03 8529a6b9a6be: Verifying Checksum 00:45:03 8529a6b9a6be: Download complete 00:45:13 8529a6b9a6be: Pull complete 00:45:13 45590311c82a: Pull complete 00:45:14 69ca0ff8b7b3: Pull complete 00:45:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 00:45:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.028s coverage: 85.7% of statements 00:45:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.042s coverage: 100.0% of statements 00:45:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.044s coverage: 45.4% of statements 00:45:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.061s coverage: 77.8% of statements 00:45:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 00:45:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.022s coverage: 6.4% of statements 00:45:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.056s coverage: 14.7% of statements 00:45:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.075s coverage: 100.0% of statements 00:45:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.062s coverage: 91.8% of statements 00:45:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 00:45:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 00:45:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.024s coverage: 100.0% of statements 00:45:16 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.010s coverage: 50.0% of statements 00:45:17 209524e5b208: Pull complete 00:45:17 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:45:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:45:17 ---> 5bddaf1c2fca 00:45:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:45:20 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.055s coverage: 63.0% of statements 00:45:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.057s coverage: 26.3% of statements 00:45:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements 00:45:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.023s coverage: 15.4% of statements 00:45:20 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.051s coverage: 14.3% of statements 00:45:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 00:45:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 31.3% of statements 00:45:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.037s coverage: 100.0% of statements 00:45:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.028s coverage: 95.1% of statements 00:45:21 ---> Running in 02919df5fa9f 00:45:21 Removing intermediate container 02919df5fa9f 00:45:21 ---> 91d275f22323 00:45:21 Step 4/7 : RUN apk add bash 00:45:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.012s coverage: 100.0% of statements 00:45:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 00:45:21 ---> Running in 266360399d11 00:45:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:23 gofmt -l . 00:45:24 [ "`gofmt -l .`" = "" ] 00:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stash 00:45:24 Stashed 1 file(s) [Pipeline] } 00:45:24 $ docker stop --time=1 164087de1ad1257e8bfc4f4726e7505e274792350113731ed8a2720420f47057 00:45:25 OK: 142 MiB in 39 packages 00:45:26 Removing intermediate container 266360399d11 00:45:26 ---> 3b191e3655d8 00:45:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:45:26 ---> Running in 25471c1011df 00:45:27 $ docker rm -f 164087de1ad1257e8bfc4f4726e7505e274792350113731ed8a2720420f47057 00:45:27 Removing intermediate container 25471c1011df 00:45:27 ---> d7f64026ea5b 00:45:27 Step 6/7 : COPY go.mod . [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] } 00:45:28 ---> d097498a3f9e 00:45:28 Step 7/7 : RUN go mod download 00:45:28 ---> Running in 4d3903bc9642 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:45:43 Removing intermediate container 4d3903bc9642 00:45:43 ---> ccb0384ea81e 00:45:43 Successfully built ccb0384ea81e 00:45:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:45:43 + docker inspect -f . ci-base-image-arm64 00:45:43 . [Pipeline] withDockerContainer 00:45:44 prd-ubuntu18.04-docker-arm64-4c-16g-1707 does not seem to be running inside a container 00:45:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 00:45:46 $ docker top 230e81f6b3afb5ad5782986de18060e6c0e72cf4be724f0edadac8e9adb59260 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:47 + go version 00:45:47 go version go1.15.2 linux/arm64 [Pipeline] } 00:45:47 $ docker stop --time=1 230e81f6b3afb5ad5782986de18060e6c0e72cf4be724f0edadac8e9adb59260 00:45:49 $ docker rm -f 230e81f6b3afb5ad5782986de18060e6c0e72cf4be724f0edadac8e9adb59260 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:51 + docker inspect -f . ci-base-image-arm64 00:45:51 . [Pipeline] withDockerContainer 00:45:51 prd-ubuntu18.04-docker-arm64-4c-16g-1707 does not seem to be running inside a container 00:45:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 00:45:53 $ docker top cb00fa5306bad933ec764b9e0717c5b4a9087ddf1216688bb569d8827a9f0676 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:54 + make test 00:45:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:46:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 00:46:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.039s coverage: 85.7% of statements 00:46:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.030s coverage: 100.0% of statements 00:46:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.065s coverage: 45.4% of statements 00:46:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.029s coverage: 77.8% of statements 00:46:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 00:46:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.042s coverage: 6.4% of statements 00:46:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.071s coverage: 14.7% of statements 00:46:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.047s coverage: 100.0% of statements 00:46:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.091s coverage: 91.8% of statements 00:46:24 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 00:46:24 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 00:46:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements 00:46:24 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.021s coverage: 50.0% of statements 00:46:30 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.092s coverage: 63.0% of statements 00:46:30 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.059s coverage: 26.3% of statements 00:46:30 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.041s coverage: 15.4% of statements 00:46:30 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.036s coverage: 15.4% of statements 00:46:30 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.022s coverage: 14.3% of statements 00:46:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 00:46:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.066s coverage: 31.3% of statements 00:46:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.034s coverage: 100.0% of statements 00:46:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.063s coverage: 95.1% of statements 00:46:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 00:46:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 00:46:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:46:37 gofmt -l . 00:46:37 [ "`gofmt -l .`" = "" ] [Pipeline] stash 00:46:38 Warning: overwriting stash ‘coverage-report’ 00:46:39 Stashed 1 file(s) [Pipeline] } 00:46:39 $ docker stop --time=1 cb00fa5306bad933ec764b9e0717c5b4a9087ddf1216688bb569d8827a9f0676 00:46:41 $ docker rm -f cb00fa5306bad933ec764b9e0717c5b4a9087ddf1216688bb569d8827a9f0676 [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 00:46:44 provisioning config files... 00:46:44 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-301@tmp/config4915655924646707096tmp [Pipeline] { [Pipeline] sh 00:46:45 + set +x 00:46:45 + curl -s https://codecov.io/bash 00:46:45 + bash -s -- 00:46:45 00:46:45 _____ _ 00:46:45 / ____| | | 00:46:45 | | ___ __| | ___ ___ _____ __ 00:46:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:46:45 | |___| (_) | (_| | __/ (_| (_) \ V / 00:46:45 \_____\___/ \__,_|\___|\___\___/ \_/ 00:46:45 Bash-20200917-4e8f14b 00:46:45 00:46:45 00:46:45 ==> Jenkins CI detected. 00:46:45 project root: . 00:46:45 Fixing merge commit SHA 00:46:45 --> token set from env 00:46:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:46:45 ==> Running gcov in . (disable via -X gcov) 00:46:45 ==> Python coveragepy not found 00:46:45 ==> Searching for coverage reports in: 00:46:45 + . 00:46:45 -> Found 1 reports 00:46:45 ==> Detecting git/mercurial file structure 00:46:45 ==> Reading reports 00:46:45 + ./coverage.out bytes=105285 00:46:45 ==> Appending adjustments 00:46:45 https://docs.codecov.io/docs/fixing-reports 00:46:46 + Found adjustments 00:46:46 ==> Gzipping contents 00:46:46 ==> Uploading reports 00:46:46 url: https://codecov.io 00:46:46 query: branch=PR-301&commit=a48a3cfc95ac7623bae8df3d1eb5020ec58becf8&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-301%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=301&job=&cmd_args= 00:46:46 -> Pinging Codecov 00:46:46 https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-301&commit=a48a3cfc95ac7623bae8df3d1eb5020ec58becf8&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-301%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=301&job=&cmd_args= 00:46:46 -> Uploading to 00:46:46 https://storage.googleapis.com/codecov/v4/raw/2020-09-28/71470A77251A30514AAF9C0BB2E5B6CE/a48a3cfc95ac7623bae8df3d1eb5020ec58becf8/cf0bc221-d09a-4390-9898-3bfa34549ed8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200928%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200928T004646Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f62468a79ebadaeb14c8adb30737cc2109ae0f7e13afedd5a413ae2c8fe2ddb0 00:46:46 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:46 Dload Upload Total Spent Left Speed 00:46:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16935 0 0 100 16935 0 41982 --:--:-- --:--:-- --:--:-- 42022 00:46:47 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 [Pipeline] } 00:46:47 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 00:46:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:46:50 ---> package-listing.sh 00:46:50 ++ facter osfamily 00:46:50 ++ tr '[:upper:]' '[:lower:]' 00:46:50 + OS_FAMILY=redhat 00:46:50 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-301 00:46:50 + START_PACKAGES=/tmp/packages_start.txt 00:46:50 + END_PACKAGES=/tmp/packages_end.txt 00:46:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:46:50 + PACKAGES=/tmp/packages_start.txt 00:46:50 + '[' /w/workspace/dry_go-mod-core-contracts_PR-301 ']' 00:46:50 + PACKAGES=/tmp/packages_end.txt 00:46:50 + case "${OS_FAMILY}" in 00:46:50 + rpm -qa 00:46:50 + sort 00:46:54 + '[' -f /tmp/packages_start.txt ']' 00:46:54 + '[' -f /tmp/packages_end.txt ']' 00:46:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:46:54 + '[' /w/workspace/dry_go-mod-core-contracts_PR-301 ']' 00:46:54 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-301/archives/ 00:46:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-301/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:46:55 provisioning config files... 00:46:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-301@tmp/config3043761321884384919tmp [Pipeline] { [Pipeline] echo 00:46:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:46:55 ---> create-netrc.sh [Pipeline] } 00:46:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:46:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:46:56 ---> python-tools-install.sh 00:46:56 Generating Requirements File 00:48:17 Python 3.6.8 00:48:17 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 00:48:17 appdirs==1.4.3 00:48:17 argcomplete==1.12.1 00:48:17 aspy.yaml==1.3.0 00:48:17 attrs==19.3.0 00:48:17 Babel==2.8.0 00:48:17 beautifulsoup4==4.8.2 00:48:17 boto3==1.11.6 00:48:17 botocore==1.14.6 00:48:17 bs4==0.0.1 00:48:17 cachetools==4.1.1 00:48:17 certifi==2019.11.28 00:48:17 cffi==1.14.3 00:48:17 cfgv==2.0.1 00:48:17 chardet==3.0.4 00:48:17 click==7.1 00:48:17 cliff==3.4.0 00:48:17 cmd2==1.3.10 00:48:17 colorama==0.4.3 00:48:17 cryptography==3.1.1 00:48:17 debtcollector==2.2.0 00:48:17 decorator==4.4.2 00:48:17 defusedxml==0.6.0 00:48:17 Deprecated==1.2.7 00:48:17 distlib==0.3.1 00:48:17 distro==1.2.0 00:48:17 dnspython==1.16.0 00:48:17 docker==4.2.0 00:48:17 docutils==0.15.2 00:48:17 dogpile.cache==1.0.2 00:48:17 email-validator==1.0.5 00:48:17 filelock==3.0.12 00:48:17 future==0.18.2 00:48:17 google-auth==1.21.3 00:48:17 httplib2==0.17.0 00:48:17 identify==1.4.11 00:48:17 idna==2.9 00:48:17 importlib-metadata==1.7.0 00:48:17 importlib-resources==1.5.0 00:48:17 iso8601==0.1.13 00:48:17 Jinja2==2.11.1 00:48:17 jmespath==0.10.0 00:48:17 jsonpatch==1.26 00:48:17 jsonpointer==2.0 00:48:17 jsonschema==3.2.0 00:48:17 keystoneauth1==4.2.1 00:48:17 kubernetes==11.0.0 00:48:17 lftools==0.34.2 00:48:17 lxml==4.5.0 00:48:17 MarkupSafe==0.23 00:48:17 msgpack==1.0.0 00:48:17 multi-key-dict==2.0.3 00:48:17 munch==2.5.0 00:48:17 netaddr==0.8.0 00:48:17 netifaces==0.10.9 00:48:17 niet==1.4.2 00:48:17 nodeenv==1.3.5 00:48:17 oauth2client==4.1.3 00:48:17 oauthlib==3.1.0 00:48:17 openstacksdk==0.50.0 00:48:17 os-client-config==2.1.0 00:48:17 os-service-types==1.7.0 00:48:17 osc-lib==2.2.1 00:48:17 oslo.config==8.3.2 00:48:17 oslo.context==3.1.1 00:48:17 oslo.i18n==5.0.1 00:48:17 oslo.log==4.4.0 00:48:17 oslo.serialization==4.0.1 00:48:17 oslo.utils==4.6.0 00:48:17 packaging==20.4 00:48:17 pbr==5.4.4 00:48:17 pluggy==0.13.1 00:48:17 prettytable==0.7.2 00:48:17 py==1.9.0 00:48:17 pyasn1==0.4.8 00:48:17 pyasn1-modules==0.2.8 00:48:17 pycparser==2.20 00:48:17 pygerrit2==2.0.10 00:48:17 PyGithub==1.46 00:48:17 pyinotify==0.9.6 00:48:17 PyJWT==1.7.1 00:48:17 pyparsing==2.4.7 00:48:17 pyperclip==1.8.0 00:48:17 pyroute2==0.4.13 00:48:17 pyrsistent==0.15.7 00:48:17 PySocks==1.6.8 00:48:17 python-cinderclient==7.2.0 00:48:17 python-dateutil==2.8.1 00:48:17 python-heatclient==2.2.1 00:48:17 python-jenkins==1.7.0 00:48:17 python-keystoneclient==4.1.1 00:48:17 python-magnumclient==3.2.1 00:48:17 python-novaclient==17.2.1 00:48:17 python-openstackclient==5.3.1 00:48:17 python-swiftclient==3.10.1 00:48:17 pytz==2020.1 00:48:17 PyYAML==5.3 00:48:17 requests==2.23.0 00:48:17 requests-oauthlib==1.3.0 00:48:17 requestsexceptions==1.4.0 00:48:17 rfc3986==1.4.0 00:48:17 rpm==4.11.3 00:48:17 rsa==4.0 00:48:17 ruamel.yaml==0.16.10 00:48:17 ruamel.yaml.clib==0.2.0 00:48:17 s3transfer==0.3.3 00:48:17 shade==1.27.2 00:48:17 simplejson==3.17.2 00:48:17 six==1.14.0 00:48:17 soupsieve==2.0 00:48:17 stevedore==3.2.2 00:48:17 tabulate==0.8.6 00:48:17 toml==0.10.0 00:48:17 tox==3.20.0 00:48:17 tqdm==4.43.0 00:48:17 urllib3==1.25.8 00:48:17 virtualenv==20.0.31 00:48:17 wcwidth==0.2.5 00:48:17 websocket-client==0.57.0 00:48:17 wrapt==1.12.1 00:48:17 xdg==3.0.2 00:48:17 xmltodict==0.12.0 00:48:17 yq==2.11.1 00:48:17 zipp==3.2.0 00:48:17 Cache entry deserialization failed, entry ignored 00:48:17 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. 00:48:17 Python 2.7.5 00:48:17 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 00:48:17 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. 00:48:17 ansible==2.9.7 00:48:17 Babel==0.9.6 00:48:17 backports.ssl-match-hostname==3.5.0.1 00:48:17 beautifulsoup4==4.4.1 00:48:17 bodhi==2.11.0 00:48:17 bodhi-client==2.11.0 00:48:17 CCColUtils==1.4 00:48:17 cffi==1.6.0 00:48:17 chardet==2.2.1 00:48:17 click==6.7 00:48:17 cloud-init==18.5 00:48:17 configobj==4.7.2 00:48:17 cryptography==1.7.2 00:48:17 decorator==3.4.0 00:48:17 distro==1.2.0 00:48:17 enum34==1.0.4 00:48:17 fedpkg==1.38 00:48:17 futures==3.1.1 00:48:17 gitdb==0.6.4 00:48:17 GitPython==1.0.1 00:48:17 html5lib==0.999 00:48:17 httplib2==0.9.2 00:48:17 idna==2.4 00:48:17 iniparse==0.4 00:48:17 ipaddress==1.0.16 00:48:17 IPy==0.75 00:48:17 javapackages==1.0.0 00:48:17 Jinja2==2.7.2 00:48:17 jmespath==0.9.4 00:48:17 jsonpatch==1.2 00:48:17 jsonpointer==1.9 00:48:17 kerberos==1.1 00:48:17 kitchen==1.1.1 00:48:17 langtable==0.0.31 00:48:17 lockfile==0.9.1 00:48:17 lxml==3.2.1 00:48:17 MarkupSafe==0.11 00:48:17 munch==2.0.2 00:48:17 offtrac==0.1.0 00:48:17 openidc-client==0.6.0 00:48:17 packagedb-cli==2.14.1 00:48:17 paramiko==2.1.1 00:48:17 perf==0.1 00:48:17 ply==3.4 00:48:17 policycoreutils-default-encoding==0.1 00:48:17 prettytable==0.7.2 00:48:17 pyasn1==0.1.9 00:48:17 pycparser==2.14 00:48:17 pycurl==7.19.0 00:48:17 pygobject==3.22.0 00:48:17 pygpgme==0.3 00:48:17 pyliblzma==0.5.3 00:48:17 pyOpenSSL==0.13.1 00:48:17 pyparsing==1.5.6 00:48:17 pyserial==2.6 00:48:17 python-augeas==0.5.0 00:48:17 python-bugzilla==2.3.0 00:48:17 python-dateutil==1.5 00:48:17 python-fedora==0.10.0 00:48:17 python-linux-procfs==0.4.9 00:48:17 python-yubico==1.2.3 00:48:17 pyudev==0.15 00:48:17 pyusb==1.0.0b1 00:48:17 pyxattr==0.5.1 00:48:17 PyYAML==3.10 00:48:17 requests==2.6.0 00:48:17 requests-kerberos==0.7.0 00:48:17 rpkg==1.60 00:48:17 schedutils==0.4 00:48:17 seobject==0.1 00:48:17 sepolicy==1.1 00:48:17 six==1.9.0 00:48:17 smmap==0.9.0 00:48:17 urlgrabber==3.10 00:48:17 urllib3==1.10.2 00:48:17 virtualenv==15.1.0 00:48:17 yum-langpacks==0.4.2 00:48:17 yum-metadata-parser==1.1.4 [Pipeline] echo 00:48:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:48:18 ---> sudo-logs.sh 00:48:18 Archiving 'sudo' log.. [Pipeline] echo 00:48:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:48:18 ---> job-cost.sh 00:48:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Mmh0 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:31 Cache entry deserialization failed, entry ignored 00:48:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:49:07 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. 00:49:07 00:49:07 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 00:49:07 00:49:07 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. 00:49:07 lf-activate-venv(): INFO: Adding /tmp/venv-Mmh0/bin to PATH 00:49:07 INFO: No Stack... 00:49:07 INFO: Retrieving Pricing Info for: v1-standard-2 00:49:07 INFO: Archiving Costs [Pipeline] echo 00:49:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:49:07 ---> logs-deploy.sh 00:49:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-301/3 00:49:07 INFO: archiving workspace using pattern(s): 00:49:09 Archives upload complete. 00:49:09 INFO: archiving logs to Nexus