Pull request #591 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 46bd52c2f82f0c46749836ace73a98d704f0fe47 rather than 233364ef25581beeacb7a7ea1229154f907e32e7 Obtained Jenkinsfile from 46bd52c2f82f0c46749836ace73a98d704f0fe47 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1469 in /w/workspace/dry_go-mod-core-contracts_PR-591 [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-591 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 46bd52c2f82f0c46749836ace73a98d704f0fe47 into PR head commit 233364ef25581beeacb7a7ea1229154f907e32e7 Merge succeeded, producing 233364ef25581beeacb7a7ea1229154f907e32e7 Checking out Revision 233364ef25581beeacb7a7ea1229154f907e32e7 (PR-591) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # 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 46bd52c2f82f0c46749836ace73a98d704f0fe47 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 Commit message: "fix: Client lib checks whether the http response is empty" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:52:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:52:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:52:42 ========================================================= 15:52:42 EdgeX Global Pipelines Version Info 15:52:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1fc8a217da445bb93239471a3ebd57c26532ceb9 # timeout=10 15:52:44 ------------------- 15:52:44 stable info: 15:52:44 ------------------- 15:52:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:52:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:52:44 Message: update stable to v1.0.186 15:52:45 ------------------- 15:52:45 experimental info: 15:52:45 ------------------- 15:52:45 Commited By: **** collab-it+edgex@linuxfoundation.org 15:52:45 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:52:45 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:52:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-591 [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-591 [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-591 [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 233364ef25581beeacb7a7ea1229154f907e32e7 [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 233364e [Pipeline] echo 15:52:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:52:46 + git log --format=format:%s -1 233364ef25581beeacb7a7ea1229154f907e32e7 [Pipeline] echo 15:52:46 GIT_COMMIT: 233364ef25581beeacb7a7ea1229154f907e32e7, Commit Message: fix: Client lib checks whether the http response is empty [Pipeline] echo 15:52:46 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:52:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:48 15:52:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:52:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:48 latest: Pulling from edgex-devops/git-semver 15:52:48 31603596830f: Pulling fs layer 15:52:48 2a8b12db71e7: Pulling fs layer 15:52:48 6ca5941a6612: Pulling fs layer 15:52:48 ecc8261a40a4: Pulling fs layer 15:52:48 ecc8261a40a4: Waiting 15:52:48 2a8b12db71e7: Download complete 15:52:48 31603596830f: Download complete 15:52:48 ecc8261a40a4: Verifying Checksum 15:52:48 ecc8261a40a4: Download complete 15:52:49 6ca5941a6612: Verifying Checksum 15:52:49 6ca5941a6612: Download complete 15:52:49 31603596830f: Pull complete 15:52:49 2a8b12db71e7: Pull complete 15:52:50 6ca5941a6612: Pull complete 15:52:50 ecc8261a40a4: Pull complete 15:52:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:52:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:52:50 prd-centos7-docker-4c-2g-1469 does not seem to be running inside a container 15:52:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-591 -v /w/workspace/dry_go-mod-core-contracts_PR-591:/w/workspace/dry_go-mod-core-contracts_PR-591:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-591@tmp:/w/workspace/dry_go-mod-core-contracts_PR-591@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:52:52 $ docker top c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:52:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:52 [ssh-agent] Looking for ssh-agent implementation... 15:52:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:53 $ docker exec c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 ssh-agent 15:52:53 SSH_AUTH_SOCK=/tmp/ssh-xiRurRTpI4AB/agent.11 15:52:53 SSH_AGENT_PID=17 15:52:53 Running ssh-add (command line suppressed) 15:52:53 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-591@tmp/private_key_1521813293561979978.key (/w/workspace/dry_go-mod-core-contracts_PR-591@tmp/private_key_1521813293561979978.key) 15:52:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:53 + git tag --points-at HEAD [Pipeline] } 15:52:53 $ docker exec --env ******** --env ******** c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 ssh-agent -k 15:52:53 unset SSH_AUTH_SOCK; 15:52:53 unset SSH_AGENT_PID; 15:52:53 echo Agent pid 17 killed; 15:52:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:52:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:54 [ssh-agent] Looking for ssh-agent implementation... 15:52:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:54 $ docker exec c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 ssh-agent 15:52:54 SSH_AUTH_SOCK=/tmp/ssh-RMSXqxVYlciy/agent.47 15:52:54 SSH_AGENT_PID=52 15:52:54 Running ssh-add (command line suppressed) 15:52:54 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-591@tmp/private_key_5229572691992965703.key (/w/workspace/dry_go-mod-core-contracts_PR-591@tmp/private_key_5229572691992965703.key) 15:52:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:54 + git semver init 15:52:54 # -> Open(): unable to determine branch for HEAD 15:52:54 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-591/.git 15:52:54 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-591 15:52:54 # $SEMVER_REMOTE_NAME = origin 15:52:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:52:54 # $SEMVER_USER_NAME = edgex-jenkins 15:52:54 # $SEMVER_BRANCH = PR-591 15:52:54 # $SEMVER_TEMP = /tmp/semver-844094946 15:52:54 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:52:55 # '/tmp/semver-844094946' -> '/w/workspace/dry_go-mod-core-contracts_PR-591/.semver' 15:52:55 # -> Force: false 15:52:55 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-591/.semver [Pipeline] } 15:52:55 $ docker exec --env ******** --env ******** c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 ssh-agent -k 15:52:56 unset SSH_AUTH_SOCK; 15:52:56 unset SSH_AGENT_PID; 15:52:56 echo Agent pid 52 killed; 15:52:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:52:56 + git semver [Pipeline] } 15:52:56 $ docker stop --time=1 c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 15:52:58 $ docker rm -f c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 [Pipeline] // withDockerContainer [Pipeline] sh 15:52:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:52:59 Stashed 1 file(s) [Pipeline] echo 15:52:59 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 15:53:14 Still waiting to schedule task 15:53:14 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1469’ 15:53:14 Still waiting to schedule task 15:53:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:55:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1470 in /w/workspace/dry_go-mod-core-contracts_PR-591 [Pipeline] { [Pipeline] ws 15:55:06 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 15:55:11 using credential edgex-jenkins-ssh 15:55:11 Cloning the remote Git repository 15:55:11 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:55:11 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 15:55:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:55:12 > git --version # timeout=10 15:55:12 > git --version # 'git version 2.17.1' 15:55:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:55:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:55:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:55:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:55:14 Merging remotes/origin/master commit 46bd52c2f82f0c46749836ace73a98d704f0fe47 into PR head commit 233364ef25581beeacb7a7ea1229154f907e32e7 15:55:14 Merge succeeded, producing 233364ef25581beeacb7a7ea1229154f907e32e7 15:55:14 Checking out Revision 233364ef25581beeacb7a7ea1229154f907e32e7 (PR-591) 15:55:14 > git config core.sparsecheckout # timeout=10 15:55:14 > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 15:55:14 > git remote # timeout=10 15:55:14 > git config --get remote.origin.url # timeout=10 15:55:14 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:14 > git merge 46bd52c2f82f0c46749836ace73a98d704f0fe47 # timeout=10 15:55:14 > git rev-parse HEAD^{commit} # timeout=10 15:55:14 > git config core.sparsecheckout # timeout=10 15:55:14 > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 15:55:18 Commit message: "fix: Client lib checks whether the http response is empty" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:55:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:55:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:55:21 + sudo service docker restart 15:55:21 + true [Pipeline] unstash [Pipeline] echo 15:55:23 ========================================================= 15:55:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:55:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:55:24 + 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 . 15:55:25 Sending build context to Docker daemon 3.053MB 15:55:25 Step 1/7 : ARG BASE=golang:1.15-alpine 15:55:25 Step 2/7 : FROM ${BASE} 15:55:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:55:26 5f621e34cdf4: Pulling fs layer 15:55:26 a4357932f1b6: Pulling fs layer 15:55:26 18c013af1878: Pulling fs layer 15:55:26 00ac8860ef70: Pulling fs layer 15:55:26 63d7cb157983: Pulling fs layer 15:55:26 b116817d02f9: Pulling fs layer 15:55:26 745a02a5169b: Pulling fs layer 15:55:26 63d7cb157983: Waiting 15:55:26 b116817d02f9: Waiting 15:55:26 745a02a5169b: Waiting 15:55:26 00ac8860ef70: Waiting 15:55:26 18c013af1878: Verifying Checksum 15:55:26 18c013af1878: Download complete 15:55:26 a4357932f1b6: Verifying Checksum 15:55:26 a4357932f1b6: Download complete 15:55:26 63d7cb157983: Download complete 15:55:26 b116817d02f9: Download complete 15:55:26 5f621e34cdf4: Verifying Checksum 15:55:26 5f621e34cdf4: Download complete 15:55:26 5f621e34cdf4: Pull complete 15:55:27 a4357932f1b6: Pull complete 15:55:27 18c013af1878: Pull complete 15:55:28 745a02a5169b: Verifying Checksum 15:55:28 745a02a5169b: Download complete 15:55:29 00ac8860ef70: Verifying Checksum 15:55:29 00ac8860ef70: Download complete 15:55:39 00ac8860ef70: Pull complete 15:55:39 63d7cb157983: Pull complete 15:55:40 b116817d02f9: Pull complete 15:55:43 Running on prd-centos7-docker-4c-2g-1471 in /w/workspace/dry_go-mod-core-contracts_PR-591 [Pipeline] { [Pipeline] ws 15:55:43 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 15:55:43 745a02a5169b: Pull complete 15:55:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:55:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:55:43 ---> b7e6874047d6 15:55:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:55:45 using credential edgex-jenkins-ssh 15:55:45 Cloning the remote Git repository 15:55:45 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:55:45 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 15:55:46 ---> Running in 43611b9bbb63 15:55:46 Removing intermediate container 43611b9bbb63 15:55:46 ---> 72ef35430fc7 15:55:46 Step 4/7 : RUN apk add bash 15:55:46 ---> Running in 02d95026d252 15:55:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:55:45 > git --version # timeout=10 15:55:46 > git --version # 'git version 2.24.3' 15:55:46 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:55:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:55:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:55:46 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:55:47 Merging remotes/origin/master commit 46bd52c2f82f0c46749836ace73a98d704f0fe47 into PR head commit 233364ef25581beeacb7a7ea1229154f907e32e7 15:55:47 Merge succeeded, producing 233364ef25581beeacb7a7ea1229154f907e32e7 15:55:47 Checking out Revision 233364ef25581beeacb7a7ea1229154f907e32e7 (PR-591) 15:55:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:55:47 > git config core.sparsecheckout # timeout=10 15:55:47 > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 15:55:47 > git remote # timeout=10 15:55:47 > git config --get remote.origin.url # timeout=10 15:55:47 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:47 > git merge 46bd52c2f82f0c46749836ace73a98d704f0fe47 # timeout=10 15:55:47 > git rev-parse HEAD^{commit} # timeout=10 15:55:47 > git config core.sparsecheckout # timeout=10 15:55:47 > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 15:55:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:55:50 OK: 142 MiB in 39 packages 15:55:51 Commit message: "fix: Client lib checks whether the http response is empty" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:55:51 Removing intermediate container 02d95026d252 15:55:51 ---> 59bbefd53040 15:55:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:55:51 ---> Running in b9a4477f25c0 15:55:52 Removing intermediate container b9a4477f25c0 15:55:52 ---> a278050c4135 15:55:52 Step 6/7 : COPY go.mod . 15:55:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:55:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:55:52 ---> a5b285cb481c 15:55:52 Step 7/7 : RUN go mod download 15:55:52 ---> Running in a4f059aab4f5 15:55:52 + sudo service docker restart 15:55:52 + true 15:55:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:55:54 ========================================================= 15:55:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:55:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:55:54 + 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 . 15:55:55 Sending build context to Docker daemon 3.054MB 15:55:55 Step 1/7 : ARG BASE=golang:1.15-alpine 15:55:55 Step 2/7 : FROM ${BASE} 15:55:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:55:55 188c0c94c7c5: Pulling fs layer 15:55:55 0ef7d3d256c8: Pulling fs layer 15:55:55 de9db76c5a1d: Pulling fs layer 15:55:55 bca2f99d35d6: Pulling fs layer 15:55:55 93359f2a8cfa: Pulling fs layer 15:55:55 7c6f9722023f: Pulling fs layer 15:55:55 a35cf1a2eb13: Pulling fs layer 15:55:55 93359f2a8cfa: Waiting 15:55:55 7c6f9722023f: Waiting 15:55:55 a35cf1a2eb13: Waiting 15:55:55 bca2f99d35d6: Waiting 15:55:55 de9db76c5a1d: Download complete 15:55:55 0ef7d3d256c8: Verifying Checksum 15:55:55 0ef7d3d256c8: Download complete 15:55:55 93359f2a8cfa: Verifying Checksum 15:55:55 93359f2a8cfa: Download complete 15:55:55 7c6f9722023f: Verifying Checksum 15:55:55 7c6f9722023f: Download complete 15:55:55 188c0c94c7c5: Verifying Checksum 15:55:55 188c0c94c7c5: Download complete 15:55:55 188c0c94c7c5: Pull complete 15:55:55 0ef7d3d256c8: Pull complete 15:55:56 de9db76c5a1d: Pull complete 15:55:57 a35cf1a2eb13: Verifying Checksum 15:55:57 a35cf1a2eb13: Download complete 15:55:58 bca2f99d35d6: Verifying Checksum 15:55:58 bca2f99d35d6: Download complete 15:56:03 bca2f99d35d6: Pull complete 15:56:03 93359f2a8cfa: Pull complete 15:56:03 7c6f9722023f: Pull complete 15:56:11 Removing intermediate container a4f059aab4f5 15:56:11 ---> 562b5fa8a801 15:56:11 Successfully built 562b5fa8a801 15:56:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:56:11 + docker inspect -f . ci-base-image-arm64 15:56:11 . [Pipeline] withDockerContainer 15:56:11 a35cf1a2eb13: Pull complete 15:56:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:56:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:56:11 ---> a62c8e92a672 15:56:11 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:56:11 ---> Running in 8b129c972584 15:56:11 prd-ubuntu18.04-docker-arm64-4c-16g-1470 does not seem to be running inside a container 15:56:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:56:11 Removing intermediate container 8b129c972584 15:56:11 ---> 33b8d3f60647 15:56:11 Step 4/7 : RUN apk add bash 15:56:11 ---> Running in 6ba4dd460005 15:56:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:13 $ docker top a793d08bb0c965bd3e6f6a70a6d3a8464e0cd93a0daa0510d92d9c1284cda008 -eo pid,comm 15:56:13 OK: 166 MiB in 39 packages [Pipeline] { [Pipeline] sh 15:56:14 Removing intermediate container 6ba4dd460005 15:56:14 ---> dc423cd779a7 15:56:14 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:56:14 ---> Running in dc6684f3261a 15:56:14 + go version 15:56:14 go version go1.15.5 linux/arm64 [Pipeline] } 15:56:14 $ docker stop --time=1 a793d08bb0c965bd3e6f6a70a6d3a8464e0cd93a0daa0510d92d9c1284cda008 15:56:14 Removing intermediate container dc6684f3261a 15:56:14 ---> 88f403ef88e0 15:56:14 Step 6/7 : COPY go.mod . 15:56:14 ---> 5439e5f44d69 15:56:14 Step 7/7 : RUN go mod download 15:56:14 ---> Running in 3b2186abbffb 15:56:16 $ docker rm -f a793d08bb0c965bd3e6f6a70a6d3a8464e0cd93a0daa0510d92d9c1284cda008 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:16 + docker inspect -f . ci-base-image-arm64 15:56:16 . [Pipeline] withDockerContainer 15:56:17 prd-ubuntu18.04-docker-arm64-4c-16g-1470 does not seem to be running inside a container 15:56:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:56:18 $ docker top 79625cab78987f9c3a96c658c1a6947f1953e9cbd24184ad1bd6423ff17847d2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:56:19 + make test 15:56:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:56:29 Removing intermediate container 3b2186abbffb 15:56:29 ---> 2a88ba92d3d4 15:56:29 Successfully built 2a88ba92d3d4 15:56:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:56:29 + docker inspect -f . ci-base-image-x86_64 15:56:29 . [Pipeline] withDockerContainer 15:56:30 prd-centos7-docker-4c-2g-1471 does not seem to be running inside a container 15:56:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:56:30 $ docker top c36403d30638f5d5273cc6208d2d23ff4997fb5aa6ad8a2d7c77dd72d0e92ed3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:56:31 + go version 15:56:31 go version go1.15.5 linux/amd64 [Pipeline] } 15:56:31 $ docker stop --time=1 c36403d30638f5d5273cc6208d2d23ff4997fb5aa6ad8a2d7c77dd72d0e92ed3 15:56:32 $ docker rm -f c36403d30638f5d5273cc6208d2d23ff4997fb5aa6ad8a2d7c77dd72d0e92ed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:33 + docker inspect -f . ci-base-image-x86_64 15:56:33 . [Pipeline] withDockerContainer 15:56:33 prd-centos7-docker-4c-2g-1471 does not seem to be running inside a container 15:56:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:56:33 $ docker top 330f3f46acdadbcc42665d6a75210542a61cf711bac914ddf703cd5bd374b52d -eo pid,comm [Pipeline] { [Pipeline] sh 15:56:34 + make test 15:56:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:56:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:56:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.039s coverage: 85.7% of statements 15:56:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 15:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.018s coverage: 45.4% of statements 15:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.044s coverage: 77.8% of statements 15:56:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements 15:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.021s coverage: 14.7% of statements 15:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.007s coverage: 100.0% of statements 15:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.059s coverage: 91.8% of statements 15:56:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:56:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements 15:56:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 35.5% of statements 15:56:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.051s coverage: 63.0% of statements 15:56:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements 15:56:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements 15:56:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.010s coverage: 15.4% of statements 15:56:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.009s coverage: 14.3% of statements 15:56:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:56:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:56:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.040s coverage: 85.7% of statements 15:56:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.044s coverage: 100.0% of statements 15:56:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.069s coverage: 45.4% of statements 15:56:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.066s coverage: 77.8% of statements 15:56:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:56:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.101s coverage: 83.6% of statements 15:56:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:56:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:56:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:56:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 45.8% of statements 15:56:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.033s coverage: 94.7% of statements 15:56:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.044s coverage: 87.1% of statements 15:56:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements 15:56:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements 15:56:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:56:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements 15:56:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.062s coverage: 14.7% of statements 15:56:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.055s coverage: 100.0% of statements 15:56:50 gofmt -l . 15:56:50 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:56:50 $ docker stop --time=1 330f3f46acdadbcc42665d6a75210542a61cf711bac914ddf703cd5bd374b52d 15:56:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.074s coverage: 91.8% of statements 15:56:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:56:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:56:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.038s coverage: 100.0% of statements 15:56:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 35.5% of statements 15:56:52 $ docker rm -f 330f3f46acdadbcc42665d6a75210542a61cf711bac914ddf703cd5bd374b52d [Pipeline] // withDockerContainer [Pipeline] sh 15:56:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:56:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:56:54 ---> job-cost.sh 15:56:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EyrM 15:56:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.099s coverage: 63.0% of statements 15:56:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements 15:56:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements 15:56:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.026s coverage: 15.4% of statements 15:56:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.045s coverage: 14.3% of statements 15:56:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:57:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.232s coverage: 83.6% of statements 15:57:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:57:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:57:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:57:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.117s coverage: 45.8% of statements 15:57:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.042s coverage: 94.7% of statements 15:57:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.182s coverage: 87.1% of statements 15:57:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.028s coverage: 100.0% of statements 15:57:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements 15:57:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:57:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:57:09 gofmt -l . 15:57:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:57:10 $ docker stop --time=1 79625cab78987f9c3a96c658c1a6947f1953e9cbd24184ad1bd6423ff17847d2 15:57:12 $ docker rm -f 79625cab78987f9c3a96c658c1a6947f1953e9cbd24184ad1bd6423ff17847d2 [Pipeline] // withDockerContainer [Pipeline] sh 15:57:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:57:13 Warning: overwriting stash ‘coverage-report’ 15:57:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:57:14 ---> job-cost.sh 15:57:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Frm8 15:57:35 lf-activate-venv(): INFO: Adding /tmp/venv-EyrM/bin to PATH 15:57:35 INFO: No Stack... 15:57:36 INFO: Retrieving Pricing Info for: v1-standard-2 15:57:36 INFO: Archiving Costs [Pipeline] sh 15:57:37 + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv 15:57:37 + cut -d, -f6 [Pipeline] lock 15:57:37 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] 15:57:37 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] did not exist. Created. 15:57:37 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:57:37 + echo total: 0.029999999329447746 [Pipeline] stash 15:57:37 Stashed 1 file(s) [Pipeline] } 15:57:37 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:57:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:59:15 lf-activate-venv(): INFO: Adding /tmp/venv-Frm8/bin to PATH 15:59:15 INFO: No Stack... 15:59:16 INFO: Retrieving Pricing Info for: lf-standard-4 15:59:16 INFO: Archiving Costs [Pipeline] sh 15:59:17 + cat+ /w/workspace/go-mod-core-contracts/2/archives/cost.csv 15:59:17 cut -d, -f6 [Pipeline] lock 15:59:17 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] 15:59:17 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] did not exist. Created. 15:59:17 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:59:17 /w/workspace/go-mod-core-contracts/2@tmp/durable-d00aa96a/script.sh: 1: /w/workspace/go-mod-core-contracts/2@tmp/durable-d00aa96a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:59:18 + echo total: 0.20999999344348907 [Pipeline] stash 15:59:18 Warning: overwriting stash ‘stack-cost’ 15:59:18 Stashed 1 file(s) [Pipeline] } 15:59:18 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] [Pipeline] // lock [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 15:59:18 provisioning config files... 15:59:18 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-591@tmp/config8182616798244432595tmp [Pipeline] { [Pipeline] sh 15:59:19 + set +x 15:59:19 + curl -s https://codecov.io/bash 15:59:19 + bash -s -- 15:59:19 15:59:19 _____ _ 15:59:19 / ____| | | 15:59:19 | | ___ __| | ___ ___ _____ __ 15:59:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:59:19 | |___| (_) | (_| | __/ (_| (_) \ V / 15:59:19 \_____\___/ \__,_|\___|\___\___/ \_/ 15:59:19 Bash-1.0.2 15:59:19 15:59:19 15:59:19 ==> git version 2.24.3 found 15:59:19 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:59:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:59:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:59:19 ==> Jenkins CI detected. 15:59:19 project root: . 15:59:19 --> token set from env 15:59:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:59:19 ==> Running gcov in . (disable via -X gcov) 15:59:19 ==> Python coveragepy not found 15:59:19 ==> Searching for coverage reports in: 15:59:19 + . 15:59:19 -> Found 1 reports 15:59:19 ==> Detecting git/mercurial file structure 15:59:19 ==> Reading reports 15:59:19 + ./coverage.out bytes=171881 15:59:19 ==> Appending adjustments 15:59:19 https://docs.codecov.io/docs/fixing-reports 15:59:20 + Found adjustments 15:59:20 ==> Gzipping contents 15:59:20 28K /tmp/codecov.EBf8PB.gz 15:59:20 ==> Uploading reports 15:59:20 url: https://codecov.io 15:59:20 query: branch=PR-591&commit=233364ef25581beeacb7a7ea1229154f907e32e7&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-591%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=591&job=&cmd_args= 15:59:20 -> Pinging Codecov 15:59:20 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-591&commit=233364ef25581beeacb7a7ea1229154f907e32e7&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-591%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=591&job=&cmd_args= 15:59:21 -> Uploading to 15:59:21 https://storage.googleapis.com/codecov/v4/raw/2021-04-22/71470A77251A30514AAF9C0BB2E5B6CE/233364ef25581beeacb7a7ea1229154f907e32e7/bf92b97d-74d6-4fa4-b986-9a7f254969b0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T155921Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=853ba478d086e8a58a7c9a65eb63285c622af38ecc764950f69e8819cd1b7d9e 15:59:21 % Total % Received % Xferd Average Speed Time Time Time Current 15:59:21 Dload Upload Total Spent Left Speed 15:59:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25368 0 0 100 25368 0 50770 --:--:-- --:--:-- --:--:-- 50736 100 25368 0 0 100 25368 0 50750 --:--:-- --:--:-- --:--:-- 50736 15:59:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/233364ef25581beeacb7a7ea1229154f907e32e7 [Pipeline] } 15:59:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 15:59:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:59:24 ---> package-listing.sh 15:59:24 ++ facter osfamily 15:59:24 ++ tr '[:upper:]' '[:lower:]' 15:59:24 + OS_FAMILY=redhat 15:59:24 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-591 15:59:24 + START_PACKAGES=/tmp/packages_start.txt 15:59:24 + END_PACKAGES=/tmp/packages_end.txt 15:59:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:59:24 + PACKAGES=/tmp/packages_start.txt 15:59:24 + '[' /w/workspace/dry_go-mod-core-contracts_PR-591 ']' 15:59:24 + PACKAGES=/tmp/packages_end.txt 15:59:24 + case "${OS_FAMILY}" in 15:59:24 + rpm -qa 15:59:24 + sort 15:59:30 + '[' -f /tmp/packages_start.txt ']' 15:59:30 + '[' -f /tmp/packages_end.txt ']' 15:59:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:59:30 + '[' /w/workspace/dry_go-mod-core-contracts_PR-591 ']' 15:59:30 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-591/archives/ 15:59:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-591/archives/ [Pipeline] echo 15:59:30 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-591/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:59:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:59:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:59:30 15:59:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:59:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:59:31 alpine: Pulling from edgex-lftools-log-publisher 15:59:31 df20fa9351a1: Pulling fs layer 15:59:31 36b3adc4ff6f: Pulling fs layer 15:59:31 8ad3a11d3b57: Pulling fs layer 15:59:31 46f8f816bc3b: Pulling fs layer 15:59:31 93b61091891f: Pulling fs layer 15:59:31 93b9cdb0e59b: Pulling fs layer 15:59:31 5e14af77c1be: Pulling fs layer 15:59:31 01666e4c0597: Pulling fs layer 15:59:31 aa168da1d23b: Pulling fs layer 15:59:31 46f8f816bc3b: Waiting 15:59:31 5e14af77c1be: Waiting 15:59:31 93b61091891f: Waiting 15:59:31 93b9cdb0e59b: Waiting 15:59:31 aa168da1d23b: Waiting 15:59:31 01666e4c0597: Waiting 15:59:31 36b3adc4ff6f: Verifying Checksum 15:59:31 36b3adc4ff6f: Download complete 15:59:31 46f8f816bc3b: Verifying Checksum 15:59:31 46f8f816bc3b: Download complete 15:59:31 df20fa9351a1: Verifying Checksum 15:59:31 df20fa9351a1: Download complete 15:59:31 93b9cdb0e59b: Verifying Checksum 15:59:31 5e14af77c1be: Verifying Checksum 15:59:31 5e14af77c1be: Download complete 15:59:31 93b61091891f: Verifying Checksum 15:59:31 93b61091891f: Download complete 15:59:31 01666e4c0597: Verifying Checksum 15:59:31 01666e4c0597: Download complete 15:59:31 df20fa9351a1: Pull complete 15:59:31 8ad3a11d3b57: Verifying Checksum 15:59:31 8ad3a11d3b57: Download complete 15:59:31 36b3adc4ff6f: Pull complete 15:59:32 8ad3a11d3b57: Pull complete 15:59:32 46f8f816bc3b: Pull complete 15:59:33 93b61091891f: Pull complete 15:59:33 93b9cdb0e59b: Pull complete 15:59:33 5e14af77c1be: Pull complete 15:59:33 01666e4c0597: Pull complete 15:59:33 aa168da1d23b: Verifying Checksum 15:59:33 aa168da1d23b: Download complete 15:59:40 aa168da1d23b: Pull complete 15:59:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:59:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:59:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:59:40 prd-centos7-docker-4c-2g-1469 does not seem to be running inside a container 15:59:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-591/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-591 -v /w/workspace/dry_go-mod-core-contracts_PR-591:/w/workspace/dry_go-mod-core-contracts_PR-591:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-591@tmp:/w/workspace/dry_go-mod-core-contracts_PR-591@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:59:44 $ docker top 17568fd4e75750159fbc12a179053a70606b2174ae4bd6497a27cadde7217015 -eo pid,comm [Pipeline] { [Pipeline] sh 15:59:45 + touch /tmp/pre-build-complete [Pipeline] sh 15:59:45 + mkdir -p /var/log/sa [Pipeline] sh 15:59:45 + ls /var/log/sa-host 15:59:45 + sadf -c /var/log/sa-host/sa22 15:59:45 file_magic: OK 15:59:45 HZ: Using current value: 100 15:59:45 file_header: OK 15:59:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:59:45 Statistics: 15:59:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:59:45 File successfully converted to sysstat format version 12.2.1 15:59:45 + sadf -c /var/log/sa-host/sa23 15:59:45 file_magic: OK 15:59:45 HZ: Using current value: 100 15:59:45 file_header: OK 15:59:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:59:45 Statistics: 15:59:45 Hnuu...uuuununununu... 15:59:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:59:46 provisioning config files... 15:59:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-591@tmp/config6632659875637072969tmp [Pipeline] { [Pipeline] echo 15:59:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:59:46 ---> create-netrc.sh [Pipeline] } 15:59:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:59:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:59:47 ---> python-tools-install.sh [Pipeline] echo 15:59:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:59:47 ---> sudo-logs.sh 15:59:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:59:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:59:47 ---> job-cost.sh 15:59:47 lf-activate-venv: SKIPPING 15:59:47 DEBUG: total: 0.20999999344348907 15:59:47 INFO: Retrieving Stack Cost... 15:59:48 INFO: Retrieving Pricing Info for: v1-standard-2 15:59:49 INFO: Archiving Costs [Pipeline] echo 15:59:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:59:49 ---> logs-deploy.sh 15:59:49 lf-activate-venv: SKIPPING 15:59:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-591/2 15:59:49 INFO: archiving workspace using pattern(s): 15:59:51 Archives upload complete. 15:59:51 INFO: archiving logs to Nexus 15:59:52 ---> uname -a: 15:59:52 Linux prd-centos7-docker-4c-2g-1469.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:59:52 15:59:52 15:59:52 ---> lscpu: 15:59:52 Architecture: x86_64 15:59:52 CPU op-mode(s): 32-bit, 64-bit 15:59:52 Byte Order: Little Endian 15:59:52 Address sizes: 40 bits physical, 48 bits virtual 15:59:52 CPU(s): 4 15:59:52 On-line CPU(s) list: 0-3 15:59:52 Thread(s) per core: 1 15:59:52 Core(s) per socket: 1 15:59:52 Socket(s): 4 15:59:52 NUMA node(s): 1 15:59:52 Vendor ID: GenuineIntel 15:59:52 CPU family: 6 15:59:52 Model: 44 15:59:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:59:52 Stepping: 1 15:59:52 CPU MHz: 2933.442 15:59:52 BogoMIPS: 5866.88 15:59:52 Virtualization: VT-x 15:59:52 Hypervisor vendor: KVM 15:59:52 Virtualization type: full 15:59:52 L1d cache: 128 KiB 15:59:52 L1i cache: 128 KiB 15:59:52 L2 cache: 16 MiB 15:59:52 L3 cache: 64 MiB 15:59:52 NUMA node0 CPU(s): 0-3 15:59:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:59:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:59:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:59:52 Vulnerability Meltdown: Mitigation; PTI 15:59:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:59:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:59:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:59:52 Vulnerability Srbds: Not affected 15:59:52 Vulnerability Tsx async abort: Not affected 15:59:52 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 15:59:52 15:59:52 15:59:52 ---> nproc: 15:59:52 4 15:59:52 15:59:52 15:59:52 ---> df -h: 15:59:52 Filesystem Size Used Available Use% Mounted on 15:59:52 overlay 50.0G 7.3G 42.7G 15% / 15:59:52 tmpfs 64.0M 0 64.0M 0% /dev 15:59:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:59:52 shm 64.0M 0 64.0M 0% /dev/shm 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-591 15:59:52 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-591@tmp 15:59:52 15:59:52 15:59:52 ---> free -m: 15:59:52 total used free shared buff/cache available 15:59:52 Mem: 1837 731 105 0 1000 1001 15:59:52 Swap: 1023 1 1022 15:59:52 15:59:52 15:59:52 ---> ip addr: 15:59:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:59:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:59:52 inet 127.0.0.1/8 scope host lo 15:59:52 valid_lft forever preferred_lft forever 15:59:52 inet6 ::1/128 scope host 15:59:52 valid_lft forever preferred_lft forever 15:59:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:59:52 link/ether fa:16:3e:74:e3:9e brd ff:ff:ff:ff:ff:ff 15:59:52 inet 10.30.123.89/23 brd 10.30.123.255 scope global dynamic eth0 15:59:52 valid_lft 85936sec preferred_lft 85936sec 15:59:52 inet6 fe80::f816:3eff:fe74:e39e/64 scope link 15:59:52 valid_lft forever preferred_lft forever 15:59:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:59:52 link/ether 02:42:d5:40:ee:1b brd ff:ff:ff:ff:ff:ff 15:59:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:59:52 valid_lft forever preferred_lft forever 15:59:52 inet6 fe80::42:d5ff:fe40:ee1b/64 scope link 15:59:52 valid_lft forever preferred_lft forever 15:59:52 15:59:52 15:59:52 ---> sar -b -r -n DEV: 15:59:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 15:59:52 15:59:52 15:51:57 LINUX RESTART (4 CPU) 15:59:52 15:59:52 15:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:59:52 15:54:01 2.70 0.00 2.70 0.00 0.00 70.35 0.00 15:59:52 15:55:01 0.42 0.00 0.42 0.00 0.00 6.71 0.00 15:59:52 15:56:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 15:59:52 15:57:02 0.28 0.00 0.28 0.00 0.00 3.33 0.00 15:59:52 15:58:01 0.32 0.00 0.32 0.00 0.00 4.34 0.00 15:59:52 15:59:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 15:59:52 Average: 0.71 0.00 0.71 0.00 0.00 15.25 0.00 15:59:52 15:59:52 15:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:59:52 15:54:01 163284 0 613944 32.63 2620 1101696 1080600 36.88 409236 1108968 12 15:59:52 15:55:01 162240 0 614976 32.68 2620 1101708 1071584 36.57 420688 1099040 8 15:59:52 15:56:01 161064 0 616148 32.75 2620 1101712 1071680 36.57 425968 1094764 8 15:59:52 15:57:02 159720 0 617492 32.82 2620 1101712 1071476 36.57 425832 1095848 8 15:59:52 15:58:01 159692 0 617512 32.82 2620 1101720 1071548 36.57 427612 1094648 8 15:59:52 15:59:01 160168 0 617032 32.79 2620 1101724 1071476 36.57 427220 1094648 8 15:59:52 Average: 161028 0 616184 32.75 2620 1101712 1073061 36.62 422759 1097986 9 15:59:52 15:59:52 15:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:59:52 15:54:01 eth0 0.38 0.12 0.02 0.05 0.00 0.00 0.00 0.00 15:59:52 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:55:01 eth0 10.34 5.16 8.64 0.35 0.00 0.00 0.00 0.00 15:59:52 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:56:01 eth0 1.47 0.68 0.62 0.41 0.00 0.00 0.00 0.00 15:59:52 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:57:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:59:52 15:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:58:01 eth0 0.24 0.20 0.09 0.07 0.00 0.00 0.00 0.00 15:59:52 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:59:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 15:59:52 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 Average: eth0 2.10 1.05 1.57 0.15 0.00 0.00 0.00 0.00 15:59:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:52 15:59:52 15:59:52 ---> sar -P ALL: 15:59:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 15:59:52 15:59:52 15:51:57 LINUX RESTART (4 CPU) 15:59:52 15:59:52 15:53:01 CPU %user %nice %system %iowait %steal %idle 15:59:52 15:54:01 all 0.22 0.00 0.07 0.00 0.01 99.70 15:59:52 15:54:01 0 0.07 0.00 0.07 0.00 0.02 99.85 15:59:52 15:54:01 1 0.12 0.00 0.05 0.00 0.00 99.83 15:59:52 15:54:01 2 0.10 0.00 0.08 0.00 0.02 99.80 15:59:52 15:54:01 3 0.60 0.00 0.07 0.00 0.00 99.33 15:59:52 15:55:01 all 0.33 0.00 0.08 0.00 0.00 99.60 15:59:52 15:55:01 0 0.18 0.00 0.08 0.00 0.00 99.73 15:59:52 15:55:01 1 0.13 0.00 0.13 0.00 0.00 99.73 15:59:52 15:55:01 2 0.35 0.00 0.05 0.00 0.00 99.60 15:59:52 15:55:01 3 0.63 0.00 0.03 0.00 0.02 99.32 15:59:52 15:56:01 all 0.16 0.00 0.05 0.00 0.00 99.79 15:59:52 15:56:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:59:52 15:56:01 1 0.07 0.00 0.07 0.00 0.00 99.87 15:59:52 15:56:01 2 0.48 0.00 0.03 0.00 0.00 99.48 15:59:52 15:56:01 3 0.07 0.00 0.03 0.00 0.00 99.90 15:59:52 15:57:02 all 0.08 0.00 0.05 0.00 0.00 99.87 15:59:52 15:57:02 0 0.03 0.00 0.03 0.00 0.00 99.93 15:59:52 15:57:02 1 0.03 0.00 0.05 0.00 0.00 99.92 15:59:52 15:57:02 2 0.22 0.00 0.08 0.00 0.00 99.70 15:59:52 15:57:02 3 0.03 0.00 0.03 0.00 0.02 99.92 15:59:52 15:58:01 all 0.06 0.00 0.06 0.00 0.01 99.86 15:59:52 15:58:01 0 0.00 0.00 0.03 0.00 0.02 99.95 15:59:52 15:58:01 1 0.05 0.00 0.14 0.00 0.02 99.80 15:59:52 15:58:01 2 0.17 0.00 0.05 0.00 0.00 99.78 15:59:52 15:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:59:52 15:59:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:59:52 15:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:59:52 15:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 15:59:52 15:59:01 2 0.53 0.00 0.03 0.00 0.00 99.43 15:59:52 15:59:01 3 0.02 0.00 0.07 0.00 0.00 99.92 15:59:52 Average: all 0.17 0.00 0.06 0.00 0.00 99.77 15:59:52 Average: 0 0.06 0.00 0.05 0.00 0.01 99.89 15:59:52 Average: 1 0.07 0.00 0.08 0.00 0.00 99.85 15:59:52 Average: 2 0.31 0.00 0.06 0.00 0.00 99.63 15:59:52 Average: 3 0.23 0.00 0.04 0.00 0.01 99.72 15:59:52 15:59:52 15:59:52