Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72be8f4469c531c306b0b218ab3ccede51eb07d9+a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 (bcfd66cf91b45634ae6c61b348e1d3177b588ae9) 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-1700 in /w/workspace/dry_go-mod-core-contracts_PR-300 [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-300 # 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/300/head:refs/remotes/origin/PR-300 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 into PR head commit 72be8f4469c531c306b0b218ab3ccede51eb07d9 Merge succeeded, producing 0c9bebdc23b19434d84a1e23a549baae1ab21c92 Checking out Revision 0c9bebdc23b19434d84a1e23a549baae1ab21c92 (PR-300) > git config core.sparsecheckout # timeout=10 > git checkout -f 72be8f4469c531c306b0b218ab3ccede51eb07d9 # 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 0c9bebdc23b19434d84a1e23a549baae1ab21c92 # timeout=10 Commit message: "Merge commit 'a48a3cfc95ac7623bae8df3d1eb5020ec58becf8' into HEAD" > git rev-list --no-walk 9cca7a94004e51ec017bdc3664dd0483cb7072be # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:41:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:41:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:41:35 ========================================================= 00:41:35 EdgeX Global Pipelines Version Info 00:41:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:41:37 ------------------- 00:41:37 stable info: 00:41:37 ------------------- 00:41:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:41:37 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 00:41:37 Message: update stable to v1.0.131 00:41:38 ------------------- 00:41:38 experimental info: 00:41:38 ------------------- 00:41:38 Commited By: **** collab-it+edgex@linuxfoundation.org 00:41:38 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 00:41:38 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:41:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 00:41:38 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 00:41:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 00:41:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:41:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-300 [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-300 [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-300 [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c9bebdc23b19434d84a1e23a549baae1ab21c92 [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c9bebd [Pipeline] echo 00:41:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:41:42 + git log --format=format:%s -1 0c9bebdc23b19434d84a1e23a549baae1ab21c92 [Pipeline] echo 00:41:42 GIT_COMMIT: 0c9bebdc23b19434d84a1e23a549baae1ab21c92, Commit Message: Merge commit 'a48a3cfc95ac7623bae8df3d1eb5020ec58becf8' into HEAD [Pipeline] echo 00:41:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:41:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:41:43 00:41:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:41:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:41:44 latest: Pulling from edgex-devops/git-semver 00:41:44 31603596830f: Pulling fs layer 00:41:44 2a8b12db71e7: Pulling fs layer 00:41:44 6ca5941a6612: Pulling fs layer 00:41:44 ecc8261a40a4: Pulling fs layer 00:41:44 ecc8261a40a4: Waiting 00:41:44 2a8b12db71e7: Verifying Checksum 00:41:44 2a8b12db71e7: Download complete 00:41:44 31603596830f: Verifying Checksum 00:41:44 31603596830f: Download complete 00:41:44 ecc8261a40a4: Verifying Checksum 00:41:44 ecc8261a40a4: Download complete 00:41:45 6ca5941a6612: Verifying Checksum 00:41:45 6ca5941a6612: Download complete 00:41:45 31603596830f: Pull complete 00:41:45 2a8b12db71e7: Pull complete 00:41:47 6ca5941a6612: Pull complete 00:41:47 ecc8261a40a4: Pull complete 00:41:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:41:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:41:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:41:47 prd-centos7-docker-4c-2g-1700 does not seem to be running inside a container 00:41:48 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-300 -v /w/workspace/dry_go-mod-core-contracts_PR-300:/w/workspace/dry_go-mod-core-contracts_PR-300:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-300@tmp:/w/workspace/dry_go-mod-core-contracts_PR-300@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:41:50 $ docker top 301d77eb19feb99bcc84c77365ea0eeb441b7aacd21ba831a7996c22425fbb6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:41:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:41:51 [ssh-agent] Looking for ssh-agent implementation... 00:41:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:41:51 $ docker exec 301d77eb19feb99bcc84c77365ea0eeb441b7aacd21ba831a7996c22425fbb6b ssh-agent 00:41:52 SSH_AUTH_SOCK=/tmp/ssh-oZrHjb4Fb03i/agent.12 00:41:52 SSH_AGENT_PID=17 00:41:52 Running ssh-add (command line suppressed) 00:41:52 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-300@tmp/private_key_7806647449190815204.key (/w/workspace/dry_go-mod-core-contracts_PR-300@tmp/private_key_7806647449190815204.key) 00:41:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:41:53 + git describe --exact-match --tags HEAD 00:41:53 fatal: no tag exactly matches '0c9bebdc23b19434d84a1e23a549baae1ab21c92' [Pipeline] } 00:41:53 $ docker exec --env ******** --env ******** 301d77eb19feb99bcc84c77365ea0eeb441b7aacd21ba831a7996c22425fbb6b ssh-agent -k 00:41:53 unset SSH_AUTH_SOCK; 00:41:53 unset SSH_AGENT_PID; 00:41:53 echo Agent pid 17 killed; 00:41:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:41:53 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:41:53 This usually means this commit has not been tagged. [Pipeline] sshagent 00:41:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:41:53 [ssh-agent] Looking for ssh-agent implementation... 00:41:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:41:54 $ docker exec 301d77eb19feb99bcc84c77365ea0eeb441b7aacd21ba831a7996c22425fbb6b ssh-agent 00:41:54 SSH_AUTH_SOCK=/tmp/ssh-CRu99NziZR92/agent.46 00:41:54 SSH_AGENT_PID=52 00:41:54 Running ssh-add (command line suppressed) 00:41:54 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-300@tmp/private_key_7687305026946474153.key (/w/workspace/dry_go-mod-core-contracts_PR-300@tmp/private_key_7687305026946474153.key) 00:41:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:41:55 + git semver init 00:41:55 # -> Open(): unable to determine branch for HEAD 00:41:55 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-300/.git 00:41:55 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-300 00:41:55 # $SEMVER_REMOTE_NAME = origin 00:41:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:41:55 # $SEMVER_USER_NAME = edgex-jenkins 00:41:55 # $SEMVER_BRANCH = PR-300 00:41:55 # $SEMVER_TEMP = /tmp/semver-188006347 00:41:55 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 00:41:56 # '/tmp/semver-188006347' -> '/w/workspace/dry_go-mod-core-contracts_PR-300/.semver' 00:41:56 # -> Force: false 00:41:56 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-300/.semver [Pipeline] } 00:41:56 $ docker exec --env ******** --env ******** 301d77eb19feb99bcc84c77365ea0eeb441b7aacd21ba831a7996c22425fbb6b ssh-agent -k 00:41:56 unset SSH_AUTH_SOCK; 00:41:56 unset SSH_AGENT_PID; 00:41:56 echo Agent pid 52 killed; 00:41:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:41:56 + git semver [Pipeline] } 00:41:57 $ docker stop --time=1 301d77eb19feb99bcc84c77365ea0eeb441b7aacd21ba831a7996c22425fbb6b 00:41:58 $ docker rm -f 301d77eb19feb99bcc84c77365ea0eeb441b7aacd21ba831a7996c22425fbb6b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:41:59 Stashed 101 file(s) [Pipeline] echo 00:41:59 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 00:41:59 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:42:15 Still waiting to schedule task 00:42:15 ‘prd-centos7-docker-4c-2g-1696’ is offline; ‘prd-centos7-docker-4c-2g-1702’ is offline 00:42:15 Still waiting to schedule task 00:42:15 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1697’ 00:43:47 Running on prd-centos7-docker-4c-2g-1706 in /w/workspace/dry_go-mod-core-contracts_PR-300 [Pipeline] { [Pipeline] ws 00:43:47 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 00:43:49 using credential edgex-jenkins-ssh 00:43:49 Cloning the remote Git repository 00:43:50 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:50 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 00:43:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:50 > git --version # timeout=10 00:43:50 > git --version # 'git version 2.16.5' 00:43:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:51 Merging remotes/origin/master commit a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 into PR head commit 72be8f4469c531c306b0b218ab3ccede51eb07d9 00:43:51 Merge succeeded, producing d0f7b638288ce0e9948ad76fecaac2d0ecd56ef2 00:43:51 Checking out Revision d0f7b638288ce0e9948ad76fecaac2d0ecd56ef2 (PR-300) 00:43:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/300/head:refs/remotes/origin/PR-300 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:51 > git config core.sparsecheckout # timeout=10 00:43:51 > git checkout -f 72be8f4469c531c306b0b218ab3ccede51eb07d9 # timeout=10 00:43:51 > git remote # timeout=10 00:43:51 > git config --get remote.origin.url # timeout=10 00:43:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:51 > git merge a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 # timeout=10 00:43:51 > git rev-parse HEAD^{commit} # timeout=10 00:43:51 > git config core.sparsecheckout # timeout=10 00:43:51 > git checkout -f d0f7b638288ce0e9948ad76fecaac2d0ecd56ef2 # timeout=10 00:43:55 Commit message: "Merge commit 'a48a3cfc95ac7623bae8df3d1eb5020ec58becf8' into HEAD" 00:43:55 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:43:55 > git rev-list --no-walk 9cca7a94004e51ec017bdc3664dd0483cb7072be # timeout=10 [Pipeline] echo 00:43:55 ========================================================= 00:43:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:43:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:43:56 + 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:57 Sending build context to Docker daemon 2.484MB 00:43:57 Step 1/7 : ARG BASE=golang:1.15-alpine 00:43:57 Step 2/7 : FROM ${BASE} 00:43:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:43:57 df20fa9351a1: Pulling fs layer 00:43:57 ed8968b2872e: Pulling fs layer 00:43:57 a92cc7c5fd73: Pulling fs layer 00:43:57 e871e8e8d7a9: Pulling fs layer 00:43:57 e73272ec9a57: Pulling fs layer 00:43:57 1e910a182e73: Pulling fs layer 00:43:57 4e634b169226: Pulling fs layer 00:43:57 e73272ec9a57: Waiting 00:43:57 1e910a182e73: Waiting 00:43:57 4e634b169226: Waiting 00:43:57 e871e8e8d7a9: Waiting 00:43:57 a92cc7c5fd73: Verifying Checksum 00:43:57 a92cc7c5fd73: Download complete 00:43:57 ed8968b2872e: Download complete 00:43:57 e73272ec9a57: Verifying Checksum 00:43:57 e73272ec9a57: Download complete 00:43:57 1e910a182e73: Verifying Checksum 00:43:57 1e910a182e73: Download complete 00:43:57 df20fa9351a1: Verifying Checksum 00:43:57 df20fa9351a1: Download complete 00:43:57 df20fa9351a1: Pull complete 00:43:57 ed8968b2872e: Pull complete 00:43:58 a92cc7c5fd73: Pull complete 00:43:59 4e634b169226: Verifying Checksum 00:43:59 4e634b169226: Download complete 00:43:59 e871e8e8d7a9: Verifying Checksum 00:43:59 e871e8e8d7a9: Download complete 00:44:05 e871e8e8d7a9: Pull complete 00:44:05 e73272ec9a57: Pull complete 00:44:05 1e910a182e73: Pull complete 00:44:11 4e634b169226: Pull complete 00:44:11 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:44:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:44:12 ---> f7629b54cfaa 00:44:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:44:12 ---> Running in 5a4822ec00c6 00:44:12 Removing intermediate container 5a4822ec00c6 00:44:12 ---> f048c272b486 00:44:12 Step 4/7 : RUN apk add bash 00:44:12 ---> Running in f14ae52d210a 00:44:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:15 OK: 166 MiB in 39 packages 00:44:15 Removing intermediate container f14ae52d210a 00:44:15 ---> e7b6aa729c95 00:44:15 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:44:15 ---> Running in 980498aa3b8b 00:44:15 Removing intermediate container 980498aa3b8b 00:44:15 ---> 8216569b8f75 00:44:15 Step 6/7 : COPY go.mod . 00:44:15 ---> ffca82e59fef 00:44:15 Step 7/7 : RUN go mod download 00:44:15 ---> Running in a716bf619587 00:44:28 Removing intermediate container a716bf619587 00:44:28 ---> 5a76be942058 00:44:28 Successfully built 5a76be942058 00:44:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:44:28 + docker inspect -f . ci-base-image-x86_64 00:44:28 . [Pipeline] withDockerContainer 00:44:28 prd-centos7-docker-4c-2g-1706 does not seem to be running inside a container 00:44:28 $ 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:29 $ docker top 66354b7164ef497a3f46823ba01cb68b848b50e11cf1c2294ab1e5b7aaa9dcfb -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:30 + go version 00:44:30 go version go1.15.2 linux/amd64 [Pipeline] } 00:44:30 $ docker stop --time=1 66354b7164ef497a3f46823ba01cb68b848b50e11cf1c2294ab1e5b7aaa9dcfb 00:44:31 $ docker rm -f 66354b7164ef497a3f46823ba01cb68b848b50e11cf1c2294ab1e5b7aaa9dcfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:32 + docker inspect -f . ci-base-image-x86_64 00:44:32 . [Pipeline] withDockerContainer 00:44:32 prd-centos7-docker-4c-2g-1706 does not seem to be running inside a container 00:44:32 $ 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:33 $ docker top 36d2cac27252bd92e9a0849406849beac1cc1b131a5e9a7ed5bd3a2388680505 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:34 + make test 00:44:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:44:40 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 00:44:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.032s coverage: 85.7% of statements 00:44:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.030s coverage: 100.0% of statements 00:44:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.025s coverage: 45.4% of statements 00:44:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.022s coverage: 77.8% of statements 00:44:41 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 00:44:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 6.4% of statements 00:44:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.026s coverage: 14.7% of statements 00:44:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements 00:44:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.047s coverage: 91.8% of statements 00:44:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 00:44:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 00:44:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.006s coverage: 100.0% of statements 00:44:43 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.016s coverage: 50.0% of statements 00:44:44 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.064s coverage: 63.0% of statements 00:44:44 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements 00:44:44 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 00:44:44 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.029s coverage: 15.4% of statements 00:44:44 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements 00:44:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 00:44:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.010s coverage: 31.3% of statements 00:44:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements 00:44:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 95.1% of statements 00:44:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 00:44:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 00:44:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:44:47 gofmt -l . 00:44:47 [ "`gofmt -l .`" = "" ] [Pipeline] stash 00:44:48 Stashed 1 file(s) [Pipeline] } 00:44:48 $ docker stop --time=1 36d2cac27252bd92e9a0849406849beac1cc1b131a5e9a7ed5bd3a2388680505 00:44:50 $ docker rm -f 36d2cac27252bd92e9a0849406849beac1cc1b131a5e9a7ed5bd3a2388680505 [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] } 00:45:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1708 in /w/workspace/dry_go-mod-core-contracts_PR-300 [Pipeline] { [Pipeline] ws 00:45:15 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 00:45:20 using credential edgex-jenkins-ssh 00:45:20 Cloning the remote Git repository 00:45:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:45:20 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 00:45:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:45:20 > git --version # timeout=10 00:45:20 > git --version # 'git version 2.17.1' 00:45:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:45:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:45:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:45:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:45:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:45:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/300/head:refs/remotes/origin/PR-300 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:45:21 Merging remotes/origin/master commit a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 into PR head commit 72be8f4469c531c306b0b218ab3ccede51eb07d9 00:45:22 Merge succeeded, producing 64d25c42fd44e3380073c943585ab7f112f38bdd 00:45:22 Checking out Revision 64d25c42fd44e3380073c943585ab7f112f38bdd (PR-300) 00:45:21 > git config core.sparsecheckout # timeout=10 00:45:22 > git checkout -f 72be8f4469c531c306b0b218ab3ccede51eb07d9 # timeout=10 00:45:22 > git remote # timeout=10 00:45:22 > git config --get remote.origin.url # timeout=10 00:45:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:22 > git merge a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 # timeout=10 00:45:22 > git rev-parse HEAD^{commit} # timeout=10 00:45:22 > git config core.sparsecheckout # timeout=10 00:45:22 > git checkout -f 64d25c42fd44e3380073c943585ab7f112f38bdd # timeout=10 00:45:26 Commit message: "Merge commit 'a48a3cfc95ac7623bae8df3d1eb5020ec58becf8' into HEAD" 00:45:26 First time build. Skipping changelog. 00:45:26 > git rev-list --no-walk 9cca7a94004e51ec017bdc3664dd0483cb7072be # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:45:27 ========================================================= 00:45:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:45:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:45:29 + 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:45:30 Sending build context to Docker daemon 2.484MB 00:45:30 Step 1/7 : ARG BASE=golang:1.15-alpine 00:45:30 Step 2/7 : FROM ${BASE} 00:45:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:45:30 b538f80385f9: Pulling fs layer 00:45:30 74f711af9a0d: Pulling fs layer 00:45:30 99f96fe45779: Pulling fs layer 00:45:30 8529a6b9a6be: Pulling fs layer 00:45:30 45590311c82a: Pulling fs layer 00:45:30 69ca0ff8b7b3: Pulling fs layer 00:45:30 209524e5b208: Pulling fs layer 00:45:30 8529a6b9a6be: Waiting 00:45:30 45590311c82a: Waiting 00:45:30 69ca0ff8b7b3: Waiting 00:45:30 209524e5b208: Waiting 00:45:30 99f96fe45779: Download complete 00:45:30 74f711af9a0d: Verifying Checksum 00:45:30 74f711af9a0d: Download complete 00:45:30 45590311c82a: Verifying Checksum 00:45:30 45590311c82a: Download complete 00:45:30 69ca0ff8b7b3: Verifying Checksum 00:45:30 69ca0ff8b7b3: Download complete 00:45:30 b538f80385f9: Verifying Checksum 00:45:30 b538f80385f9: Download complete 00:45:31 b538f80385f9: Pull complete 00:45:31 74f711af9a0d: Pull complete 00:45:32 99f96fe45779: Pull complete 00:45:33 209524e5b208: Verifying Checksum 00:45:33 209524e5b208: Download complete 00:45:34 8529a6b9a6be: Verifying Checksum 00:45:34 8529a6b9a6be: Download complete 00:45:44 8529a6b9a6be: Pull complete 00:45:44 45590311c82a: Pull complete 00:45:45 69ca0ff8b7b3: Pull complete 00:45:48 209524e5b208: Pull complete 00:45:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:45:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:45:48 ---> 5bddaf1c2fca 00:45:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:45:51 ---> Running in acc5e73b14c8 00:45:51 Removing intermediate container acc5e73b14c8 00:45:51 ---> 145ede5eeb24 00:45:51 Step 4/7 : RUN apk add bash 00:45:51 ---> Running in 44ff5e1a35e3 00:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:55 OK: 142 MiB in 39 packages 00:45:56 Removing intermediate container 44ff5e1a35e3 00:45:56 ---> 3c44bf56cf7c 00:45:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:45:56 ---> Running in 3389fb777526 00:45:56 Removing intermediate container 3389fb777526 00:45:56 ---> 15cdb831a069 00:45:56 Step 6/7 : COPY go.mod . 00:45:57 ---> d5510e512f85 00:45:57 Step 7/7 : RUN go mod download 00:45:57 ---> Running in bff9c0c4c474 00:46:12 Removing intermediate container bff9c0c4c474 00:46:12 ---> ec62507f9888 00:46:12 Successfully built ec62507f9888 00:46:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:46:13 + docker inspect -f . ci-base-image-arm64 00:46:13 . [Pipeline] withDockerContainer 00:46:13 prd-ubuntu18.04-docker-arm64-4c-16g-1708 does not seem to be running inside a container 00:46:13 $ 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 ******** ci-base-image-arm64 cat 00:46:15 $ docker top 1815f0717fa2fa8ef688e6f9354691bf4ab1e42cca0437b8063776f6d4d7f2d0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:16 + go version 00:46:16 go version go1.15.2 linux/arm64 [Pipeline] } 00:46:17 $ docker stop --time=1 1815f0717fa2fa8ef688e6f9354691bf4ab1e42cca0437b8063776f6d4d7f2d0 00:46:18 $ docker rm -f 1815f0717fa2fa8ef688e6f9354691bf4ab1e42cca0437b8063776f6d4d7f2d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:20 + docker inspect -f . ci-base-image-arm64 00:46:20 . [Pipeline] withDockerContainer 00:46:20 prd-ubuntu18.04-docker-arm64-4c-16g-1708 does not seem to be running inside a container 00:46:20 $ 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 ******** ci-base-image-arm64 cat 00:46:22 $ docker top 450496c81d00c1d3f06bb05db54c7d2a916a2ecd26a93de332660884b6541dfa -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:23 + make test 00:46:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:46:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 00:46:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.027s coverage: 85.7% of statements 00:46:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.063s coverage: 100.0% of statements 00:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.049s coverage: 45.4% of statements 00:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.024s coverage: 77.8% of statements 00:46:48 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 00:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.040s coverage: 6.4% of statements 00:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.061s coverage: 14.7% of statements 00:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.038s coverage: 100.0% of statements 00:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.063s coverage: 91.8% of statements 00:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 00:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 00:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.015s coverage: 100.0% of statements 00:46:52 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.020s coverage: 50.0% of statements 00:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.171s coverage: 63.0% of statements 00:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.026s coverage: 26.3% of statements 00:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.024s coverage: 15.4% of statements 00:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.054s coverage: 15.4% of statements 00:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements 00:46:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 00:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.033s coverage: 31.3% of statements 00:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.074s coverage: 100.0% of statements 00:47:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 95.1% of statements 00:47:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.029s coverage: 100.0% of statements 00:47:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 00:47:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:47:04 gofmt -l . 00:47:04 [ "`gofmt -l .`" = "" ] [Pipeline] stash 00:47:05 Warning: overwriting stash ‘coverage-report’ 00:47:06 Stashed 1 file(s) [Pipeline] } 00:47:06 $ docker stop --time=1 450496c81d00c1d3f06bb05db54c7d2a916a2ecd26a93de332660884b6541dfa 00:47:08 $ docker rm -f 450496c81d00c1d3f06bb05db54c7d2a916a2ecd26a93de332660884b6541dfa [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:47:11 provisioning config files... 00:47:11 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-300@tmp/config3709767578050750176tmp [Pipeline] { [Pipeline] sh 00:47:11 + set +x 00:47:11 + bash -s -- 00:47:11 + curl -s https://codecov.io/bash 00:47:11 00:47:11 _____ _ 00:47:11 / ____| | | 00:47:11 | | ___ __| | ___ ___ _____ __ 00:47:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:47:11 | |___| (_) | (_| | __/ (_| (_) \ V / 00:47:11 \_____\___/ \__,_|\___|\___\___/ \_/ 00:47:11 Bash-20200917-4e8f14b 00:47:11 00:47:11 00:47:11 ==> Jenkins CI detected. 00:47:11 project root: . 00:47:11 Fixing merge commit SHA 00:47:11 --> token set from env 00:47:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:47:11 ==> Running gcov in . (disable via -X gcov) 00:47:11 ==> Python coveragepy not found 00:47:11 ==> Searching for coverage reports in: 00:47:11 + . 00:47:11 -> Found 1 reports 00:47:11 ==> Detecting git/mercurial file structure 00:47:12 ==> Reading reports 00:47:12 + ./coverage.out bytes=105285 00:47:12 ==> Appending adjustments 00:47:12 https://docs.codecov.io/docs/fixing-reports 00:47:13 + Found adjustments 00:47:13 ==> Gzipping contents 00:47:13 ==> Uploading reports 00:47:13 url: https://codecov.io 00:47:13 query: branch=PR-300&commit=a48a3cfc95ac7623bae8df3d1eb5020ec58becf8&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-300%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=300&job=&cmd_args= 00:47:13 -> Pinging Codecov 00:47:13 https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-300&commit=a48a3cfc95ac7623bae8df3d1eb5020ec58becf8&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-300%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=300&job=&cmd_args= 00:47:13 -> Uploading to 00:47:13 https://storage.googleapis.com/codecov/v4/raw/2020-09-28/71470A77251A30514AAF9C0BB2E5B6CE/a48a3cfc95ac7623bae8df3d1eb5020ec58becf8/e04ab692-a67a-4210-9030-f290fc081968.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200928%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200928T004713Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=845279650dab458724a5c22f3aba641414ab8527ccca10b46f80aa897daa008e 00:47:13 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:13 Dload Upload Total Spent Left Speed 00:47:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16968 0 0 100 16968 0 36203 --:--:-- --:--:-- --:--:-- 36256 00:47:14 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/a48a3cfc95ac7623bae8df3d1eb5020ec58becf8 [Pipeline] } 00:47:14 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:47:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:47:17 ---> package-listing.sh 00:47:17 ++ facter osfamily 00:47:17 ++ tr '[:upper:]' '[:lower:]' 00:47:17 + OS_FAMILY=redhat 00:47:17 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-300 00:47:17 + START_PACKAGES=/tmp/packages_start.txt 00:47:17 + END_PACKAGES=/tmp/packages_end.txt 00:47:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:47:17 + PACKAGES=/tmp/packages_start.txt 00:47:17 + '[' /w/workspace/dry_go-mod-core-contracts_PR-300 ']' 00:47:17 + PACKAGES=/tmp/packages_end.txt 00:47:17 + case "${OS_FAMILY}" in 00:47:17 + rpm -qa 00:47:17 + sort 00:47:21 + '[' -f /tmp/packages_start.txt ']' 00:47:21 + '[' -f /tmp/packages_end.txt ']' 00:47:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:47:21 + '[' /w/workspace/dry_go-mod-core-contracts_PR-300 ']' 00:47:21 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-300/archives/ 00:47:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-300/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:47:21 provisioning config files... 00:47:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-300@tmp/config423497363111374330tmp [Pipeline] { [Pipeline] echo 00:47:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:47:21 ---> create-netrc.sh [Pipeline] } 00:47:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:47:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:47:22 ---> python-tools-install.sh 00:47:22 Generating Requirements File 00:48:59 Python 3.6.8 00:48:59 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 00:48:59 appdirs==1.4.3 00:48:59 argcomplete==1.12.1 00:48:59 aspy.yaml==1.3.0 00:48:59 attrs==19.3.0 00:48:59 Babel==2.8.0 00:48:59 beautifulsoup4==4.8.2 00:48:59 boto3==1.11.6 00:48:59 botocore==1.14.6 00:48:59 bs4==0.0.1 00:48:59 cachetools==4.1.1 00:48:59 certifi==2019.11.28 00:48:59 cffi==1.14.3 00:48:59 cfgv==2.0.1 00:48:59 chardet==3.0.4 00:48:59 click==7.1 00:48:59 cliff==3.4.0 00:48:59 cmd2==1.3.10 00:48:59 colorama==0.4.3 00:48:59 cryptography==3.1.1 00:48:59 debtcollector==2.2.0 00:48:59 decorator==4.4.2 00:48:59 defusedxml==0.6.0 00:48:59 Deprecated==1.2.7 00:48:59 distlib==0.3.1 00:48:59 distro==1.2.0 00:48:59 dnspython==1.16.0 00:48:59 docker==4.2.0 00:48:59 docutils==0.15.2 00:48:59 dogpile.cache==1.0.2 00:48:59 email-validator==1.0.5 00:48:59 filelock==3.0.12 00:48:59 future==0.18.2 00:48:59 google-auth==1.21.3 00:48:59 httplib2==0.17.0 00:48:59 identify==1.4.11 00:48:59 idna==2.9 00:48:59 importlib-metadata==1.7.0 00:48:59 importlib-resources==1.5.0 00:48:59 iso8601==0.1.13 00:48:59 Jinja2==2.11.1 00:48:59 jmespath==0.10.0 00:48:59 jsonpatch==1.26 00:48:59 jsonpointer==2.0 00:48:59 jsonschema==3.2.0 00:48:59 keystoneauth1==4.2.1 00:48:59 kubernetes==11.0.0 00:48:59 lftools==0.34.2 00:48:59 lxml==4.5.0 00:48:59 MarkupSafe==0.23 00:48:59 msgpack==1.0.0 00:48:59 multi-key-dict==2.0.3 00:48:59 munch==2.5.0 00:48:59 netaddr==0.8.0 00:48:59 netifaces==0.10.9 00:48:59 niet==1.4.2 00:48:59 nodeenv==1.3.5 00:48:59 oauth2client==4.1.3 00:48:59 oauthlib==3.1.0 00:48:59 openstacksdk==0.50.0 00:48:59 os-client-config==2.1.0 00:48:59 os-service-types==1.7.0 00:48:59 osc-lib==2.2.1 00:48:59 oslo.config==8.3.2 00:48:59 oslo.context==3.1.1 00:48:59 oslo.i18n==5.0.1 00:48:59 oslo.log==4.4.0 00:48:59 oslo.serialization==4.0.1 00:48:59 oslo.utils==4.6.0 00:48:59 packaging==20.4 00:48:59 pbr==5.4.4 00:48:59 pluggy==0.13.1 00:48:59 prettytable==0.7.2 00:48:59 py==1.9.0 00:48:59 pyasn1==0.4.8 00:48:59 pyasn1-modules==0.2.8 00:48:59 pycparser==2.20 00:48:59 pygerrit2==2.0.10 00:48:59 PyGithub==1.46 00:48:59 pyinotify==0.9.6 00:48:59 PyJWT==1.7.1 00:48:59 pyparsing==2.4.7 00:48:59 pyperclip==1.8.0 00:48:59 pyroute2==0.4.13 00:48:59 pyrsistent==0.15.7 00:48:59 PySocks==1.6.8 00:48:59 python-cinderclient==7.2.0 00:48:59 python-dateutil==2.8.1 00:48:59 python-heatclient==2.2.1 00:48:59 python-jenkins==1.7.0 00:48:59 python-keystoneclient==4.1.1 00:48:59 python-magnumclient==3.2.1 00:48:59 python-novaclient==17.2.1 00:48:59 python-openstackclient==5.3.1 00:48:59 python-swiftclient==3.10.1 00:48:59 pytz==2020.1 00:48:59 PyYAML==5.3 00:48:59 requests==2.23.0 00:48:59 requests-oauthlib==1.3.0 00:48:59 requestsexceptions==1.4.0 00:48:59 rfc3986==1.4.0 00:48:59 rpm==4.11.3 00:48:59 rsa==4.0 00:48:59 ruamel.yaml==0.16.10 00:48:59 ruamel.yaml.clib==0.2.0 00:48:59 s3transfer==0.3.3 00:48:59 shade==1.27.2 00:48:59 simplejson==3.17.2 00:48:59 six==1.14.0 00:48:59 soupsieve==2.0 00:48:59 stevedore==3.2.2 00:48:59 tabulate==0.8.6 00:48:59 toml==0.10.0 00:48:59 tox==3.20.0 00:48:59 tqdm==4.43.0 00:48:59 urllib3==1.25.8 00:48:59 virtualenv==20.0.31 00:48:59 wcwidth==0.2.5 00:48:59 websocket-client==0.57.0 00:48:59 wrapt==1.12.1 00:48:59 xdg==3.0.2 00:48:59 xmltodict==0.12.0 00:48:59 yq==2.11.1 00:48:59 zipp==3.2.0 00:48:59 Cache entry deserialization failed, entry ignored 00:48:59 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:59 Python 2.7.5 00:48:59 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 00:49:00 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:49:00 ansible==2.9.7 00:49:00 Babel==0.9.6 00:49:00 backports.ssl-match-hostname==3.5.0.1 00:49:00 beautifulsoup4==4.4.1 00:49:00 bodhi==2.11.0 00:49:00 bodhi-client==2.11.0 00:49:00 CCColUtils==1.4 00:49:00 cffi==1.6.0 00:49:00 chardet==2.2.1 00:49:00 click==6.7 00:49:00 cloud-init==18.5 00:49:00 configobj==4.7.2 00:49:00 cryptography==1.7.2 00:49:00 decorator==3.4.0 00:49:00 distro==1.2.0 00:49:00 enum34==1.0.4 00:49:00 fedpkg==1.38 00:49:00 futures==3.1.1 00:49:00 gitdb==0.6.4 00:49:00 GitPython==1.0.1 00:49:00 html5lib==0.999 00:49:00 httplib2==0.9.2 00:49:00 idna==2.4 00:49:00 iniparse==0.4 00:49:00 ipaddress==1.0.16 00:49:00 IPy==0.75 00:49:00 javapackages==1.0.0 00:49:00 Jinja2==2.7.2 00:49:00 jmespath==0.9.4 00:49:00 jsonpatch==1.2 00:49:00 jsonpointer==1.9 00:49:00 kerberos==1.1 00:49:00 kitchen==1.1.1 00:49:00 langtable==0.0.31 00:49:00 lockfile==0.9.1 00:49:00 lxml==3.2.1 00:49:00 MarkupSafe==0.11 00:49:00 munch==2.0.2 00:49:00 offtrac==0.1.0 00:49:00 openidc-client==0.6.0 00:49:00 packagedb-cli==2.14.1 00:49:00 paramiko==2.1.1 00:49:00 perf==0.1 00:49:00 ply==3.4 00:49:00 policycoreutils-default-encoding==0.1 00:49:00 prettytable==0.7.2 00:49:00 pyasn1==0.1.9 00:49:00 pycparser==2.14 00:49:00 pycurl==7.19.0 00:49:00 pygobject==3.22.0 00:49:00 pygpgme==0.3 00:49:00 pyliblzma==0.5.3 00:49:00 pyOpenSSL==0.13.1 00:49:00 pyparsing==1.5.6 00:49:00 pyserial==2.6 00:49:00 python-augeas==0.5.0 00:49:00 python-bugzilla==2.3.0 00:49:00 python-dateutil==1.5 00:49:00 python-fedora==0.10.0 00:49:00 python-linux-procfs==0.4.9 00:49:00 python-yubico==1.2.3 00:49:00 pyudev==0.15 00:49:00 pyusb==1.0.0b1 00:49:00 pyxattr==0.5.1 00:49:00 PyYAML==3.10 00:49:00 requests==2.6.0 00:49:00 requests-kerberos==0.7.0 00:49:00 rpkg==1.60 00:49:00 schedutils==0.4 00:49:00 seobject==0.1 00:49:00 sepolicy==1.1 00:49:00 six==1.9.0 00:49:00 smmap==0.9.0 00:49:00 urlgrabber==3.10 00:49:00 urllib3==1.10.2 00:49:00 virtualenv==15.1.0 00:49:00 yum-langpacks==0.4.2 00:49:00 yum-metadata-parser==1.1.4 [Pipeline] echo 00:49:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:49:00 ---> sudo-logs.sh 00:49:00 Archiving 'sudo' log.. [Pipeline] echo 00:49:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:49:01 ---> job-cost.sh 00:49:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LZMH 00:49:13 Cache entry deserialization failed, entry ignored 00:49:13 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:15 Cache entry deserialization failed, entry ignored 00:49:16 Cache entry deserialization failed, entry ignored 00:49:16 Cache entry deserialization failed, entry ignored 00:49:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:50:00 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:50:00 00:50:00 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 00:50:00 00:50:00 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:50:00 lf-activate-venv(): INFO: Adding /tmp/venv-LZMH/bin to PATH 00:50:00 INFO: No Stack... 00:50:00 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:01 INFO: Archiving Costs [Pipeline] echo 00:50:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:01 ---> logs-deploy.sh 00:50:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-300/3 00:50:01 INFO: archiving workspace using pattern(s): 00:50:04 Archives upload complete. 00:50:04 INFO: archiving logs to Nexus 00:50:06 ---> uname -a: 00:50:06 Linux prd-centos7-docker-4c-2g-1700.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 00:50:06 00:50:06 00:50:06 ---> lscpu: 00:50:06 Architecture: x86_64 00:50:06 CPU op-mode(s): 32-bit, 64-bit 00:50:06 Byte Order: Little Endian 00:50:06 CPU(s): 4 00:50:06 On-line CPU(s) list: 0-3 00:50:06 Thread(s) per core: 1 00:50:06 Core(s) per socket: 1 00:50:06 Socket(s): 4 00:50:06 NUMA node(s): 1 00:50:06 Vendor ID: GenuineIntel 00:50:06 CPU family: 6 00:50:06 Model: 44 00:50:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:50:06 Stepping: 1 00:50:06 CPU MHz: 2933.438 00:50:06 BogoMIPS: 5866.87 00:50:06 Virtualization: VT-x 00:50:06 Hypervisor vendor: KVM 00:50:06 Virtualization type: full 00:50:06 L1d cache: 32K 00:50:06 L1i cache: 32K 00:50:06 L2 cache: 4096K 00:50:06 L3 cache: 16384K 00:50:06 NUMA node0 CPU(s): 0-3 00:50:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:50:06 00:50:06 00:50:06 ---> nproc: 00:50:06 4 00:50:06 00:50:06 00:50:06 ---> df -h: 00:50:06 Filesystem Size Used Avail Use% Mounted on 00:50:06 devtmpfs 887M 0 887M 0% /dev 00:50:06 tmpfs 919M 0 919M 0% /dev/shm 00:50:06 tmpfs 919M 17M 903M 2% /run 00:50:06 tmpfs 919M 0 919M 0% /sys/fs/cgroup 00:50:06 /dev/vda1 50G 7.4G 43G 15% / 00:50:06 tmpfs 184M 0 184M 0% /run/user/1001 00:50:06 00:50:06 00:50:06 ---> free -m: 00:50:06 total used free shared buff/cache available 00:50:06 Mem: 1837 590 76 16 1170 1049 00:50:06 Swap: 1023 1 1022 00:50:06 00:50:06 00:50:06 ---> ip addr: 00:50:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 00:50:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:50:06 inet 127.0.0.1/8 scope host lo 00:50:06 valid_lft forever preferred_lft forever 00:50:06 inet6 ::1/128 scope host 00:50:06 valid_lft forever preferred_lft forever 00:50:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 00:50:06 link/ether fa:16:3e:10:2f:20 brd ff:ff:ff:ff:ff:ff 00:50:06 inet 10.30.123.227/23 brd 10.30.123.255 scope global dynamic eth0 00:50:06 valid_lft 85847sec preferred_lft 85847sec 00:50:06 inet6 fe80::f816:3eff:fe10:2f20/64 scope link 00:50:06 valid_lft forever preferred_lft forever 00:50:06 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 00:50:06 link/ether 02:42:14:22:25:6a brd ff:ff:ff:ff:ff:ff 00:50:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:50:06 valid_lft forever preferred_lft forever 00:50:06 inet6 fe80::42:14ff:fe22:256a/64 scope link 00:50:06 valid_lft forever preferred_lft forever 00:50:06 00:50:06 00:50:06 ---> sar -b -r -n DEV: 00:50:06 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/28/2020 _x86_64_ (4 CPU) 00:50:06 00:50:06 12:40:34 AM LINUX RESTART 00:50:06 00:50:06 12:41:02 AM tps rtps wtps bread/s bwrtn/s 00:50:06 12:42:01 AM 164.76 73.48 91.27 9107.26 40924.23 00:50:06 12:43:01 AM 3.17 0.00 3.17 0.00 102.19 00:50:06 12:44:01 AM 0.36 0.00 0.36 0.00 6.07 00:50:06 12:45:01 AM 0.40 0.00 0.40 0.00 6.20 00:50:06 12:46:01 AM 0.32 0.00 0.32 0.00 5.73 00:50:06 12:47:02 AM 0.45 0.00 0.45 0.00 7.26 00:50:06 12:48:01 AM 70.14 52.23 17.91 4832.91 2151.09 00:50:06 12:49:01 AM 91.05 16.72 74.33 1306.62 9692.91 00:50:06 12:50:01 AM 93.01 9.14 83.87 305.86 5450.87 00:50:06 Average: 46.79 16.66 30.13 1707.92 6425.59 00:50:06 00:50:06 12:41:02 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:50:06 12:42:01 AM 177496 1704060 90.57 2620 1147000 1125500 38.41 408144 1134104 132 00:50:06 12:43:01 AM 184052 1697504 90.22 2620 1147032 1093420 37.32 404812 1131848 20 00:50:06 12:44:01 AM 183700 1697856 90.24 2620 1147036 1093480 37.32 405296 1131836 8 00:50:06 12:45:01 AM 182792 1698764 90.29 2620 1147040 1092528 37.29 407068 1131092 8 00:50:06 12:46:01 AM 183572 1697984 90.24 2620 1147044 1080120 36.86 413780 1123808 8 00:50:06 12:47:02 AM 180340 1701216 90.42 2620 1147052 1080132 36.86 427328 1113308 8 00:50:06 12:48:01 AM 80184 1801372 95.74 2620 1172708 1140376 38.92 493492 1131232 52652 00:50:06 12:49:01 AM 149148 1732408 92.07 2620 1095440 1093928 37.33 445272 1060768 62092 00:50:06 12:50:01 AM 131912 1749644 92.99 2620 1086044 1082416 36.94 471052 1023252 75176 00:50:06 Average: 161466 1720090 91.42 2620 1137377 1097989 37.47 430694 1109028 21123 00:50:06 00:50:06 12:41:02 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 00:50:06 12:42:01 AM eth0 317.81 210.20 1071.48 104.53 0.00 0.00 0.00 00:50:06 12:42:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:42:01 AM docker0 5.77 3.53 1.06 11.26 0.00 0.00 0.00 00:50:06 12:43:01 AM eth0 3.84 1.28 2.66 0.44 0.00 0.00 0.00 00:50:06 12:43:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:43:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:44:01 AM eth0 2.50 0.51 0.68 0.42 0.00 0.00 0.00 00:50:06 12:44:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:44:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:45:01 AM eth0 1.74 0.65 0.59 0.39 0.00 0.00 0.00 00:50:06 12:45:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:45:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:46:01 AM eth0 0.88 0.32 0.32 0.23 0.00 0.00 0.00 00:50:06 12:46:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:46:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:47:02 AM eth0 0.72 0.47 0.41 0.27 0.00 0.00 0.00 00:50:06 12:47:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:47:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:48:01 AM eth0 97.88 65.31 744.75 13.01 0.00 0.00 0.00 00:50:06 12:48:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:48:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:49:01 AM eth0 18.10 13.24 112.98 3.67 0.00 0.00 0.00 00:50:06 12:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:49:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:50:01 AM eth0 32.87 20.67 117.56 8.10 0.00 0.00 0.00 00:50:06 12:50:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 12:50:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 Average: eth0 52.34 34.35 225.31 14.40 0.00 0.00 0.00 00:50:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:06 Average: docker0 0.63 0.39 0.12 1.23 0.00 0.00 0.00 00:50:06 00:50:06 00:50:06 ---> sar -P ALL: 00:50:06 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/28/2020 _x86_64_ (4 CPU) 00:50:06 00:50:06 12:40:34 AM LINUX RESTART 00:50:06 00:50:06 12:41:02 AM CPU %user %nice %system %iowait %steal %idle 00:50:06 12:42:01 AM all 17.18 0.00 9.70 6.34 10.28 56.50 00:50:06 12:42:01 AM 0 18.23 0.00 12.92 3.97 9.98 54.89 00:50:06 12:42:01 AM 1 16.93 0.00 8.00 5.96 10.29 58.83 00:50:06 12:42:01 AM 2 14.62 0.00 9.20 8.52 11.05 56.61 00:50:06 12:42:01 AM 3 18.99 0.00 8.76 6.87 9.78 55.60 00:50:06 12:43:01 AM all 0.23 0.00 0.16 0.00 1.26 98.35 00:50:06 12:43:01 AM 0 0.10 0.00 0.12 0.00 1.13 98.65 00:50:06 12:43:01 AM 1 0.26 0.00 0.20 0.00 1.69 97.85 00:50:06 12:43:01 AM 2 0.38 0.00 0.20 0.00 1.21 98.20 00:50:06 12:43:01 AM 3 0.17 0.00 0.10 0.00 1.03 98.71 00:50:06 12:44:01 AM all 0.24 0.00 0.23 0.00 2.75 96.78 00:50:06 12:44:01 AM 0 0.15 0.00 0.17 0.00 1.72 97.97 00:50:06 12:44:01 AM 1 0.28 0.00 0.36 0.00 3.79 95.57 00:50:06 12:44:01 AM 2 0.26 0.00 0.25 0.00 3.36 96.13 00:50:06 12:44:01 AM 3 0.26 0.00 0.13 0.00 2.15 97.46 00:50:06 12:45:01 AM all 0.25 0.00 0.23 0.00 1.63 97.89 00:50:06 12:45:01 AM 0 0.12 0.00 0.12 0.00 1.26 98.51 00:50:06 12:45:01 AM 1 0.30 0.00 0.28 0.00 1.99 97.43 00:50:06 12:45:01 AM 2 0.37 0.00 0.30 0.00 1.96 97.38 00:50:06 12:45:01 AM 3 0.20 0.00 0.20 0.00 1.33 98.27 00:50:06 12:46:01 AM all 0.12 0.00 0.10 0.00 0.64 99.15 00:50:06 12:46:01 AM 0 0.03 0.00 0.07 0.00 0.43 99.47 00:50:06 12:46:01 AM 1 0.32 0.00 0.15 0.00 0.50 99.04 00:50:06 12:46:01 AM 2 0.08 0.00 0.08 0.00 0.93 98.91 00:50:06 12:46:01 AM 3 0.05 0.00 0.08 0.00 0.68 99.19 00:50:06 12:47:02 AM all 0.10 0.00 0.08 0.00 0.27 99.55 00:50:06 12:47:02 AM 0 0.02 0.00 0.02 0.00 0.08 99.88 00:50:06 12:47:02 AM 1 0.02 0.00 0.20 0.00 0.27 99.52 00:50:06 12:47:02 AM 2 0.30 0.00 0.03 0.00 0.23 99.43 00:50:06 12:47:02 AM 3 0.08 0.00 0.08 0.00 0.51 99.32 00:50:06 12:48:01 AM all 12.35 0.00 1.74 1.09 1.84 82.98 00:50:06 12:48:01 AM 0 40.45 0.00 3.94 2.45 2.22 50.93 00:50:06 12:48:01 AM 1 1.60 0.00 0.96 0.05 1.89 95.49 00:50:06 12:48:01 AM 2 8.44 0.00 1.52 1.73 1.42 86.90 00:50:06 12:48:01 AM 3 1.53 0.00 0.76 0.24 1.87 95.60 00:50:06 12:49:01 AM all 14.63 0.00 3.05 1.29 2.89 78.14 00:50:06 12:49:01 AM 0 16.91 0.00 2.49 1.41 2.44 76.75 00:50:06 12:49:01 AM 1 6.90 0.00 1.99 1.51 2.53 87.07 00:50:06 12:49:01 AM 2 15.60 0.00 3.58 1.68 3.63 75.51 00:50:06 12:49:01 AM 3 19.38 0.00 4.12 0.58 2.96 72.96 00:50:06 12:50:01 AM all 14.69 0.00 2.47 1.02 3.98 77.84 00:50:06 12:50:01 AM 0 19.85 0.00 2.32 1.53 3.60 72.70 00:50:06 12:50:01 AM 1 4.46 0.00 1.05 0.18 4.84 89.47 00:50:06 12:50:01 AM 2 15.90 0.00 2.96 0.80 3.62 76.72 00:50:06 12:50:01 AM 3 19.02 0.00 3.61 1.60 3.85 71.92 00:50:06 Average: all 6.51 0.00 1.93 1.05 2.80 87.70 00:50:06 Average: 0 10.16 0.00 2.37 1.00 2.49 83.99 00:50:06 Average: 1 3.39 0.00 1.44 0.83 3.06 91.28 00:50:06 Average: 2 6.14 0.00 1.99 1.39 3.02 87.47 00:50:06 Average: 3 6.44 0.00 1.92 1.00 2.64 88.00 00:50:06 00:50:06 00:50:06