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