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 [2021-04-22T15:52:42.659Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-22T15:52:42.772Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-22T15:52:42.804Z] ========================================================= [2021-04-22T15:52:42.804Z] EdgeX Global Pipelines Version Info [2021-04-22T15:52:42.804Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1fc8a217da445bb93239471a3ebd57c26532ceb9 # timeout=10 [2021-04-22T15:52:44.362Z] ------------------- [2021-04-22T15:52:44.362Z] stable info: [2021-04-22T15:52:44.362Z] ------------------- [2021-04-22T15:52:44.362Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-22T15:52:44.362Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-22T15:52:44.362Z] Message: update stable to v1.0.186 [2021-04-22T15:52:45.310Z] ------------------- [2021-04-22T15:52:45.310Z] experimental info: [2021-04-22T15:52:45.310Z] ------------------- [2021-04-22T15:52:45.310Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-22T15:52:45.310Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-22T15:52:45.310Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-22T15:52:45.455Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-04-22T15:52:45.483Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-04-22T15:52:45.512Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-22T15:52:45.539Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-22T15:52:45.567Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-22T15:52:45.596Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-22T15:52:45.642Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-22T15:52:45.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-22T15:52:45.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-22T15:52:45.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-22T15:52:45.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-22T15:52:45.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-04-22T15:52:45.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-22T15:52:45.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-22T15:52:45.865Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-22T15:52:45.892Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-22T15:52:45.942Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-22T15:52:45.972Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-22T15:52:45.999Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-22T15:52:46.027Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-22T15:52:46.056Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-22T15:52:46.093Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-22T15:52:46.120Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-22T15:52:46.148Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-22T15:52:46.176Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-22T15:52:46.204Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-22T15:52:46.252Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-591 [Pipeline] echo [2021-04-22T15:52:46.280Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-591 [Pipeline] echo [2021-04-22T15:52:46.308Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-591 [Pipeline] echo [2021-04-22T15:52:46.337Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 233364ef25581beeacb7a7ea1229154f907e32e7 [Pipeline] echo [2021-04-22T15:52:46.366Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 233364e [Pipeline] echo [2021-04-22T15:52:46.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-22T15:52:46.847Z] + git log --format=format:%s -1 233364ef25581beeacb7a7ea1229154f907e32e7 [Pipeline] echo [2021-04-22T15:52:46.938Z] GIT_COMMIT: 233364ef25581beeacb7a7ea1229154f907e32e7, Commit Message: fix: Client lib checks whether the http response is empty [Pipeline] echo [2021-04-22T15:52:46.953Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:52:47.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T15:52:48.260Z] [2021-04-22T15:52:48.260Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:52:48.585Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T15:52:48.585Z] latest: Pulling from edgex-devops/git-semver [2021-04-22T15:52:48.585Z] 31603596830f: Pulling fs layer [2021-04-22T15:52:48.585Z] 2a8b12db71e7: Pulling fs layer [2021-04-22T15:52:48.585Z] 6ca5941a6612: Pulling fs layer [2021-04-22T15:52:48.585Z] ecc8261a40a4: Pulling fs layer [2021-04-22T15:52:48.585Z] ecc8261a40a4: Waiting [2021-04-22T15:52:48.585Z] 2a8b12db71e7: Download complete [2021-04-22T15:52:48.851Z] 31603596830f: Download complete [2021-04-22T15:52:48.851Z] ecc8261a40a4: Verifying Checksum [2021-04-22T15:52:48.851Z] ecc8261a40a4: Download complete [2021-04-22T15:52:49.117Z] 6ca5941a6612: Verifying Checksum [2021-04-22T15:52:49.117Z] 6ca5941a6612: Download complete [2021-04-22T15:52:49.385Z] 31603596830f: Pull complete [2021-04-22T15:52:49.385Z] 2a8b12db71e7: Pull complete [2021-04-22T15:52:50.343Z] 6ca5941a6612: Pull complete [2021-04-22T15:52:50.343Z] ecc8261a40a4: Pull complete [2021-04-22T15:52:50.343Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-22T15:52:50.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T15:52:50.343Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-22T15:52:50.719Z] prd-centos7-docker-4c-2g-1469 does not seem to be running inside a container [2021-04-22T15:52:50.784Z] $ 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 [2021-04-22T15:52:52.724Z] $ docker top c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-22T15:52:52.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T15:52:52.887Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T15:52:53.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T15:52:53.134Z] $ docker exec c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 ssh-agent [2021-04-22T15:52:53.346Z] SSH_AUTH_SOCK=/tmp/ssh-xiRurRTpI4AB/agent.11 [2021-04-22T15:52:53.347Z] SSH_AGENT_PID=17 [2021-04-22T15:52:53.358Z] Running ssh-add (command line suppressed) [2021-04-22T15:52:53.487Z] 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) [2021-04-22T15:52:53.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T15:52:53.855Z] + git tag --points-at HEAD [Pipeline] } [2021-04-22T15:52:53.879Z] $ docker exec --env ******** --env ******** c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 ssh-agent -k [2021-04-22T15:52:53.992Z] unset SSH_AUTH_SOCK; [2021-04-22T15:52:53.992Z] unset SSH_AGENT_PID; [2021-04-22T15:52:53.992Z] echo Agent pid 17 killed; [2021-04-22T15:52:54.040Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-22T15:52:54.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T15:52:54.088Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T15:52:54.267Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T15:52:54.274Z] $ docker exec c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 ssh-agent [2021-04-22T15:52:54.450Z] SSH_AUTH_SOCK=/tmp/ssh-RMSXqxVYlciy/agent.47 [2021-04-22T15:52:54.450Z] SSH_AGENT_PID=52 [2021-04-22T15:52:54.457Z] Running ssh-add (command line suppressed) [2021-04-22T15:52:54.593Z] 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) [2021-04-22T15:52:54.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T15:52:54.952Z] + git semver init [2021-04-22T15:52:54.952Z] # -> Open(): unable to determine branch for HEAD [2021-04-22T15:52:54.952Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-591/.git [2021-04-22T15:52:54.952Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-591 [2021-04-22T15:52:54.952Z] # $SEMVER_REMOTE_NAME = origin [2021-04-22T15:52:54.952Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-22T15:52:54.952Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-22T15:52:54.952Z] # $SEMVER_BRANCH = PR-591 [2021-04-22T15:52:54.952Z] # $SEMVER_TEMP = /tmp/semver-844094946 [2021-04-22T15:52:54.952Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-04-22T15:52:55.905Z] # '/tmp/semver-844094946' -> '/w/workspace/dry_go-mod-core-contracts_PR-591/.semver' [2021-04-22T15:52:55.905Z] # -> Force: false [2021-04-22T15:52:55.905Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-591/.semver [Pipeline] } [2021-04-22T15:52:55.925Z] $ docker exec --env ******** --env ******** c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 ssh-agent -k [2021-04-22T15:52:56.049Z] unset SSH_AUTH_SOCK; [2021-04-22T15:52:56.050Z] unset SSH_AGENT_PID; [2021-04-22T15:52:56.050Z] echo Agent pid 52 killed; [2021-04-22T15:52:56.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T15:52:56.453Z] + git semver [Pipeline] } [2021-04-22T15:52:56.477Z] $ docker stop --time=1 c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 [2021-04-22T15:52:58.419Z] $ docker rm -f c72a91f2b2b3a754a914936a48b051b50b683370a33b3e73936a305ad0c3ba22 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T15:52:58.850Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-22T15:52:59.245Z] Stashed 1 file(s) [Pipeline] echo [2021-04-22T15:52:59.249Z] [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 [2021-04-22T15:53:14.521Z] Still waiting to schedule task [2021-04-22T15:53:14.521Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1469’ [2021-04-22T15:53:14.526Z] Still waiting to schedule task [2021-04-22T15:53:14.526Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-22T15:55:06.252Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1470 in /w/workspace/dry_go-mod-core-contracts_PR-591 [Pipeline] { [Pipeline] ws [2021-04-22T15:55:06.274Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-04-22T15:55:11.704Z] using credential edgex-jenkins-ssh [2021-04-22T15:55:11.723Z] Cloning the remote Git repository [2021-04-22T15:55:11.804Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-22T15:55:11.922Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-04-22T15:55:12.020Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-22T15:55:12.021Z] > git --version # timeout=10 [2021-04-22T15:55:12.044Z] > git --version # 'git version 2.17.1' [2021-04-22T15:55:12.045Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T15:55:12.168Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T15:55:13.402Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-22T15:55:13.427Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T15:55:13.452Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-22T15:55:13.492Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-22T15:55:13.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T15:55:13.505Z] > 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 [2021-04-22T15:55:14.213Z] Merging remotes/origin/master commit 46bd52c2f82f0c46749836ace73a98d704f0fe47 into PR head commit 233364ef25581beeacb7a7ea1229154f907e32e7 [2021-04-22T15:55:14.478Z] Merge succeeded, producing 233364ef25581beeacb7a7ea1229154f907e32e7 [2021-04-22T15:55:14.479Z] Checking out Revision 233364ef25581beeacb7a7ea1229154f907e32e7 (PR-591) [2021-04-22T15:55:14.255Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T15:55:14.269Z] > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 [2021-04-22T15:55:14.413Z] > git remote # timeout=10 [2021-04-22T15:55:14.433Z] > git config --get remote.origin.url # timeout=10 [2021-04-22T15:55:14.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T15:55:14.463Z] > git merge 46bd52c2f82f0c46749836ace73a98d704f0fe47 # timeout=10 [2021-04-22T15:55:14.488Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-22T15:55:14.510Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T15:55:14.527Z] > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 [2021-04-22T15:55:18.743Z] 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 [2021-04-22T15:55:20.307Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-22T15:55:20.703Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-22T15:55:21.041Z] + sudo service docker restart [2021-04-22T15:55:21.041Z] + true [Pipeline] unstash [Pipeline] echo [2021-04-22T15:55:23.937Z] ========================================================= [2021-04-22T15:55:23.937Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-22T15:55:23.937Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:55:24.289Z] + 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 . [2021-04-22T15:55:25.730Z] Sending build context to Docker daemon 3.053MB [2021-04-22T15:55:25.730Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-22T15:55:25.730Z] Step 2/7 : FROM ${BASE} [2021-04-22T15:55:26.009Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-22T15:55:26.009Z] 5f621e34cdf4: Pulling fs layer [2021-04-22T15:55:26.009Z] a4357932f1b6: Pulling fs layer [2021-04-22T15:55:26.009Z] 18c013af1878: Pulling fs layer [2021-04-22T15:55:26.009Z] 00ac8860ef70: Pulling fs layer [2021-04-22T15:55:26.009Z] 63d7cb157983: Pulling fs layer [2021-04-22T15:55:26.009Z] b116817d02f9: Pulling fs layer [2021-04-22T15:55:26.009Z] 745a02a5169b: Pulling fs layer [2021-04-22T15:55:26.009Z] 63d7cb157983: Waiting [2021-04-22T15:55:26.009Z] b116817d02f9: Waiting [2021-04-22T15:55:26.009Z] 745a02a5169b: Waiting [2021-04-22T15:55:26.009Z] 00ac8860ef70: Waiting [2021-04-22T15:55:26.009Z] 18c013af1878: Verifying Checksum [2021-04-22T15:55:26.009Z] 18c013af1878: Download complete [2021-04-22T15:55:26.009Z] a4357932f1b6: Verifying Checksum [2021-04-22T15:55:26.009Z] a4357932f1b6: Download complete [2021-04-22T15:55:26.009Z] 63d7cb157983: Download complete [2021-04-22T15:55:26.009Z] b116817d02f9: Download complete [2021-04-22T15:55:26.009Z] 5f621e34cdf4: Verifying Checksum [2021-04-22T15:55:26.009Z] 5f621e34cdf4: Download complete [2021-04-22T15:55:26.609Z] 5f621e34cdf4: Pull complete [2021-04-22T15:55:27.218Z] a4357932f1b6: Pull complete [2021-04-22T15:55:27.492Z] 18c013af1878: Pull complete [2021-04-22T15:55:28.931Z] 745a02a5169b: Verifying Checksum [2021-04-22T15:55:28.931Z] 745a02a5169b: Download complete [2021-04-22T15:55:29.532Z] 00ac8860ef70: Verifying Checksum [2021-04-22T15:55:29.532Z] 00ac8860ef70: Download complete [2021-04-22T15:55:39.717Z] 00ac8860ef70: Pull complete [2021-04-22T15:55:39.717Z] 63d7cb157983: Pull complete [2021-04-22T15:55:40.310Z] b116817d02f9: Pull complete [2021-04-22T15:55:43.232Z] Running on prd-centos7-docker-4c-2g-1471 in /w/workspace/dry_go-mod-core-contracts_PR-591 [Pipeline] { [Pipeline] ws [2021-04-22T15:55:43.255Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-04-22T15:55:43.732Z] 745a02a5169b: Pull complete [2021-04-22T15:55:43.732Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-22T15:55:43.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-22T15:55:43.732Z] ---> b7e6874047d6 [2021-04-22T15:55:43.732Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-22T15:55:45.831Z] using credential edgex-jenkins-ssh [2021-04-22T15:55:45.844Z] Cloning the remote Git repository [2021-04-22T15:55:45.868Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-22T15:55:45.936Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-04-22T15:55:46.385Z] ---> Running in 43611b9bbb63 [2021-04-22T15:55:46.674Z] Removing intermediate container 43611b9bbb63 [2021-04-22T15:55:46.674Z] ---> 72ef35430fc7 [2021-04-22T15:55:46.674Z] Step 4/7 : RUN apk add bash [2021-04-22T15:55:46.674Z] ---> Running in 02d95026d252 [2021-04-22T15:55:45.995Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-22T15:55:45.995Z] > git --version # timeout=10 [2021-04-22T15:55:46.011Z] > git --version # 'git version 2.24.3' [2021-04-22T15:55:46.012Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T15:55:46.058Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T15:55:46.740Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-22T15:55:46.748Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T15:55:46.758Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-22T15:55:46.768Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-22T15:55:46.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T15:55:46.773Z] > 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 [2021-04-22T15:55:47.260Z] Merging remotes/origin/master commit 46bd52c2f82f0c46749836ace73a98d704f0fe47 into PR head commit 233364ef25581beeacb7a7ea1229154f907e32e7 [2021-04-22T15:55:47.376Z] Merge succeeded, producing 233364ef25581beeacb7a7ea1229154f907e32e7 [2021-04-22T15:55:47.377Z] Checking out Revision 233364ef25581beeacb7a7ea1229154f907e32e7 (PR-591) [2021-04-22T15:55:48.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T15:55:47.270Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T15:55:47.276Z] > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 [2021-04-22T15:55:47.350Z] > git remote # timeout=10 [2021-04-22T15:55:47.355Z] > git config --get remote.origin.url # timeout=10 [2021-04-22T15:55:47.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T15:55:47.363Z] > git merge 46bd52c2f82f0c46749836ace73a98d704f0fe47 # timeout=10 [2021-04-22T15:55:47.372Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-22T15:55:47.381Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T15:55:47.386Z] > git checkout -f 233364ef25581beeacb7a7ea1229154f907e32e7 # timeout=10 [2021-04-22T15:55:49.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T15:55:50.586Z] OK: 142 MiB in 39 packages [2021-04-22T15:55:51.138Z] 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 [2021-04-22T15:55:51.571Z] Removing intermediate container 02d95026d252 [2021-04-22T15:55:51.571Z] ---> 59bbefd53040 [2021-04-22T15:55:51.571Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-22T15:55:51.571Z] ---> Running in b9a4477f25c0 [2021-04-22T15:55:52.168Z] Removing intermediate container b9a4477f25c0 [2021-04-22T15:55:52.168Z] ---> a278050c4135 [2021-04-22T15:55:52.168Z] Step 6/7 : COPY go.mod . [2021-04-22T15:55:52.273Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-22T15:55:52.598Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-22T15:55:52.762Z] ---> a5b285cb481c [2021-04-22T15:55:52.762Z] Step 7/7 : RUN go mod download [2021-04-22T15:55:52.762Z] ---> Running in a4f059aab4f5 [2021-04-22T15:55:52.910Z] + sudo service docker restart [2021-04-22T15:55:52.910Z] + true [2021-04-22T15:55:52.910Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-22T15:55:54.454Z] ========================================================= [2021-04-22T15:55:54.454Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-22T15:55:54.454Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:55:54.771Z] + 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 . [2021-04-22T15:55:55.035Z] Sending build context to Docker daemon 3.054MB [2021-04-22T15:55:55.035Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-22T15:55:55.035Z] Step 2/7 : FROM ${BASE} [2021-04-22T15:55:55.297Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-22T15:55:55.297Z] 188c0c94c7c5: Pulling fs layer [2021-04-22T15:55:55.297Z] 0ef7d3d256c8: Pulling fs layer [2021-04-22T15:55:55.297Z] de9db76c5a1d: Pulling fs layer [2021-04-22T15:55:55.297Z] bca2f99d35d6: Pulling fs layer [2021-04-22T15:55:55.297Z] 93359f2a8cfa: Pulling fs layer [2021-04-22T15:55:55.297Z] 7c6f9722023f: Pulling fs layer [2021-04-22T15:55:55.297Z] a35cf1a2eb13: Pulling fs layer [2021-04-22T15:55:55.297Z] 93359f2a8cfa: Waiting [2021-04-22T15:55:55.297Z] 7c6f9722023f: Waiting [2021-04-22T15:55:55.297Z] a35cf1a2eb13: Waiting [2021-04-22T15:55:55.297Z] bca2f99d35d6: Waiting [2021-04-22T15:55:55.297Z] de9db76c5a1d: Download complete [2021-04-22T15:55:55.297Z] 0ef7d3d256c8: Verifying Checksum [2021-04-22T15:55:55.297Z] 0ef7d3d256c8: Download complete [2021-04-22T15:55:55.297Z] 93359f2a8cfa: Verifying Checksum [2021-04-22T15:55:55.297Z] 93359f2a8cfa: Download complete [2021-04-22T15:55:55.297Z] 7c6f9722023f: Verifying Checksum [2021-04-22T15:55:55.297Z] 7c6f9722023f: Download complete [2021-04-22T15:55:55.297Z] 188c0c94c7c5: Verifying Checksum [2021-04-22T15:55:55.297Z] 188c0c94c7c5: Download complete [2021-04-22T15:55:55.566Z] 188c0c94c7c5: Pull complete [2021-04-22T15:55:55.829Z] 0ef7d3d256c8: Pull complete [2021-04-22T15:55:56.092Z] de9db76c5a1d: Pull complete [2021-04-22T15:55:57.486Z] a35cf1a2eb13: Verifying Checksum [2021-04-22T15:55:57.486Z] a35cf1a2eb13: Download complete [2021-04-22T15:55:58.062Z] bca2f99d35d6: Verifying Checksum [2021-04-22T15:55:58.062Z] bca2f99d35d6: Download complete [2021-04-22T15:56:03.388Z] bca2f99d35d6: Pull complete [2021-04-22T15:56:03.388Z] 93359f2a8cfa: Pull complete [2021-04-22T15:56:03.388Z] 7c6f9722023f: Pull complete [2021-04-22T15:56:11.098Z] Removing intermediate container a4f059aab4f5 [2021-04-22T15:56:11.098Z] ---> 562b5fa8a801 [2021-04-22T15:56:11.098Z] Successfully built 562b5fa8a801 [2021-04-22T15:56:11.098Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:56:11.439Z] + docker inspect -f . ci-base-image-arm64 [2021-04-22T15:56:11.440Z] . [Pipeline] withDockerContainer [2021-04-22T15:56:11.570Z] a35cf1a2eb13: Pull complete [2021-04-22T15:56:11.570Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-22T15:56:11.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-22T15:56:11.570Z] ---> a62c8e92a672 [2021-04-22T15:56:11.570Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-22T15:56:11.570Z] ---> Running in 8b129c972584 [2021-04-22T15:56:11.706Z] prd-ubuntu18.04-docker-arm64-4c-16g-1470 does not seem to be running inside a container [2021-04-22T15:56:11.842Z] $ 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 [2021-04-22T15:56:11.834Z] Removing intermediate container 8b129c972584 [2021-04-22T15:56:11.834Z] ---> 33b8d3f60647 [2021-04-22T15:56:11.834Z] Step 4/7 : RUN apk add bash [2021-04-22T15:56:11.834Z] ---> Running in 6ba4dd460005 [2021-04-22T15:56:12.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T15:56:12.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T15:56:13.301Z] $ docker top a793d08bb0c965bd3e6f6a70a6d3a8464e0cd93a0daa0510d92d9c1284cda008 -eo pid,comm [2021-04-22T15:56:13.561Z] OK: 166 MiB in 39 packages [Pipeline] { [Pipeline] sh [2021-04-22T15:56:14.138Z] Removing intermediate container 6ba4dd460005 [2021-04-22T15:56:14.138Z] ---> dc423cd779a7 [2021-04-22T15:56:14.138Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-22T15:56:14.138Z] ---> Running in dc6684f3261a [2021-04-22T15:56:14.243Z] + go version [2021-04-22T15:56:14.243Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-22T15:56:14.302Z] $ docker stop --time=1 a793d08bb0c965bd3e6f6a70a6d3a8464e0cd93a0daa0510d92d9c1284cda008 [2021-04-22T15:56:14.418Z] Removing intermediate container dc6684f3261a [2021-04-22T15:56:14.418Z] ---> 88f403ef88e0 [2021-04-22T15:56:14.418Z] Step 6/7 : COPY go.mod . [2021-04-22T15:56:14.418Z] ---> 5439e5f44d69 [2021-04-22T15:56:14.418Z] Step 7/7 : RUN go mod download [2021-04-22T15:56:14.696Z] ---> Running in 3b2186abbffb [2021-04-22T15:56:16.215Z] $ docker rm -f a793d08bb0c965bd3e6f6a70a6d3a8464e0cd93a0daa0510d92d9c1284cda008 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:56:16.878Z] + docker inspect -f . ci-base-image-arm64 [2021-04-22T15:56:16.878Z] . [Pipeline] withDockerContainer [2021-04-22T15:56:17.144Z] prd-ubuntu18.04-docker-arm64-4c-16g-1470 does not seem to be running inside a container [2021-04-22T15:56:17.262Z] $ 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 [2021-04-22T15:56:18.814Z] $ docker top 79625cab78987f9c3a96c658c1a6947f1953e9cbd24184ad1bd6423ff17847d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T15:56:19.732Z] + make test [2021-04-22T15:56:19.732Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-22T15:56:29.655Z] Removing intermediate container 3b2186abbffb [2021-04-22T15:56:29.655Z] ---> 2a88ba92d3d4 [2021-04-22T15:56:29.655Z] Successfully built 2a88ba92d3d4 [2021-04-22T15:56:29.655Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:56:29.975Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-22T15:56:29.976Z] . [Pipeline] withDockerContainer [2021-04-22T15:56:30.089Z] prd-centos7-docker-4c-2g-1471 does not seem to be running inside a container [2021-04-22T15:56:30.140Z] $ 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 [2021-04-22T15:56:30.863Z] $ docker top c36403d30638f5d5273cc6208d2d23ff4997fb5aa6ad8a2d7c77dd72d0e92ed3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T15:56:31.271Z] + go version [2021-04-22T15:56:31.272Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-22T15:56:31.291Z] $ docker stop --time=1 c36403d30638f5d5273cc6208d2d23ff4997fb5aa6ad8a2d7c77dd72d0e92ed3 [2021-04-22T15:56:32.626Z] $ docker rm -f c36403d30638f5d5273cc6208d2d23ff4997fb5aa6ad8a2d7c77dd72d0e92ed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:56:33.148Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-22T15:56:33.148Z] . [Pipeline] withDockerContainer [2021-04-22T15:56:33.245Z] prd-centos7-docker-4c-2g-1471 does not seem to be running inside a container [2021-04-22T15:56:33.296Z] $ 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 [2021-04-22T15:56:33.869Z] $ docker top 330f3f46acdadbcc42665d6a75210542a61cf711bac914ddf703cd5bd374b52d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T15:56:34.273Z] + make test [2021-04-22T15:56:34.273Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-22T15:56:40.946Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-22T15:56:41.223Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.039s coverage: 85.7% of statements [2021-04-22T15:56:41.223Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements [2021-04-22T15:56:42.184Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.018s coverage: 45.4% of statements [2021-04-22T15:56:42.184Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.044s coverage: 77.8% of statements [2021-04-22T15:56:42.184Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-22T15:56:42.184Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements [2021-04-22T15:56:42.457Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.021s coverage: 14.7% of statements [2021-04-22T15:56:42.728Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.007s coverage: 100.0% of statements [2021-04-22T15:56:42.991Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.059s coverage: 91.8% of statements [2021-04-22T15:56:42.991Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-22T15:56:42.991Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-22T15:56:42.991Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements [2021-04-22T15:56:42.991Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 35.5% of statements [2021-04-22T15:56:44.968Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.051s coverage: 63.0% of statements [2021-04-22T15:56:44.968Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements [2021-04-22T15:56:44.968Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements [2021-04-22T15:56:44.968Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.010s coverage: 15.4% of statements [2021-04-22T15:56:44.968Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.009s coverage: 14.3% of statements [2021-04-22T15:56:45.941Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-22T15:56:46.563Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-22T15:56:46.563Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.040s coverage: 85.7% of statements [2021-04-22T15:56:46.563Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.044s coverage: 100.0% of statements [2021-04-22T15:56:46.563Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.069s coverage: 45.4% of statements [2021-04-22T15:56:46.563Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.066s coverage: 77.8% of statements [2021-04-22T15:56:46.563Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-22T15:56:47.900Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.101s coverage: 83.6% of statements [2021-04-22T15:56:47.900Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-22T15:56:47.900Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-22T15:56:47.900Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-22T15:56:47.900Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 45.8% of statements [2021-04-22T15:56:47.900Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.033s coverage: 94.7% of statements [2021-04-22T15:56:48.161Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.044s coverage: 87.1% of statements [2021-04-22T15:56:48.161Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements [2021-04-22T15:56:48.161Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements [2021-04-22T15:56:48.161Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-22T15:56:48.548Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements [2021-04-22T15:56:48.548Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.062s coverage: 14.7% of statements [2021-04-22T15:56:48.548Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.055s coverage: 100.0% of statements [2021-04-22T15:56:50.096Z] gofmt -l . [2021-04-22T15:56:50.357Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-22T15:56:50.373Z] $ docker stop --time=1 330f3f46acdadbcc42665d6a75210542a61cf711bac914ddf703cd5bd374b52d [2021-04-22T15:56:50.537Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.074s coverage: 91.8% of statements [2021-04-22T15:56:50.537Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-22T15:56:50.537Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-22T15:56:50.537Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.038s coverage: 100.0% of statements [2021-04-22T15:56:50.537Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 35.5% of statements [2021-04-22T15:56:52.654Z] $ docker rm -f 330f3f46acdadbcc42665d6a75210542a61cf711bac914ddf703cd5bd374b52d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T15:56:53.163Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-22T15:56:53.505Z] 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 [2021-04-22T15:56:54.251Z] ---> job-cost.sh [2021-04-22T15:56:54.251Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EyrM [2021-04-22T15:56:54.869Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.099s coverage: 63.0% of statements [2021-04-22T15:56:54.869Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements [2021-04-22T15:56:54.869Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements [2021-04-22T15:56:54.869Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.026s coverage: 15.4% of statements [2021-04-22T15:56:54.869Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.045s coverage: 14.3% of statements [2021-04-22T15:56:54.869Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-22T15:57:00.298Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.232s coverage: 83.6% of statements [2021-04-22T15:57:00.298Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-22T15:57:00.298Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-22T15:57:00.298Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-22T15:57:00.298Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.117s coverage: 45.8% of statements [2021-04-22T15:57:00.298Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.042s coverage: 94.7% of statements [2021-04-22T15:57:02.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.182s coverage: 87.1% of statements [2021-04-22T15:57:02.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.028s coverage: 100.0% of statements [2021-04-22T15:57:02.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements [2021-04-22T15:57:02.933Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-22T15:57:09.311Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-22T15:57:09.657Z] gofmt -l . [2021-04-22T15:57:09.657Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-22T15:57:10.327Z] $ docker stop --time=1 79625cab78987f9c3a96c658c1a6947f1953e9cbd24184ad1bd6423ff17847d2 [2021-04-22T15:57:12.566Z] $ docker rm -f 79625cab78987f9c3a96c658c1a6947f1953e9cbd24184ad1bd6423ff17847d2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T15:57:13.337Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-22T15:57:13.358Z] Warning: overwriting stash ‘coverage-report’ [2021-04-22T15:57:14.438Z] 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 [2021-04-22T15:57:14.983Z] ---> job-cost.sh [2021-04-22T15:57:14.983Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Frm8 [2021-04-22T15:57:35.970Z] lf-activate-venv(): INFO: Adding /tmp/venv-EyrM/bin to PATH [2021-04-22T15:57:35.970Z] INFO: No Stack... [2021-04-22T15:57:36.234Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-22T15:57:36.810Z] INFO: Archiving Costs [Pipeline] sh [2021-04-22T15:57:37.118Z] + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv [2021-04-22T15:57:37.118Z] + cut -d, -f6 [Pipeline] lock [2021-04-22T15:57:37.202Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] [2021-04-22T15:57:37.233Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] did not exist. Created. [2021-04-22T15:57:37.233Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-22T15:57:37.589Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-22T15:57:37.721Z] Stashed 1 file(s) [Pipeline] } [2021-04-22T15:57:37.781Z] 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] } [2021-04-22T15:57:53.990Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-22T15:59:15.716Z] lf-activate-venv(): INFO: Adding /tmp/venv-Frm8/bin to PATH [2021-04-22T15:59:15.716Z] INFO: No Stack... [2021-04-22T15:59:16.684Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-22T15:59:16.954Z] INFO: Archiving Costs [Pipeline] sh [2021-04-22T15:59:17.290Z] + cat+ /w/workspace/go-mod-core-contracts/2/archives/cost.csv [2021-04-22T15:59:17.290Z] cut -d, -f6 [Pipeline] lock [2021-04-22T15:59:17.396Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] [2021-04-22T15:59:17.405Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] did not exist. Created. [2021-04-22T15:59:17.405Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-591-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-22T15:59:17.786Z] /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 [2021-04-22T15:59:18.125Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-22T15:59:18.155Z] Warning: overwriting stash ‘stack-cost’ [2021-04-22T15:59:18.314Z] Stashed 1 file(s) [Pipeline] } [2021-04-22T15:59:18.331Z] 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 [2021-04-22T15:59:18.886Z] provisioning config files... [2021-04-22T15:59:18.902Z] 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 [2021-04-22T15:59:19.223Z] + set +x [2021-04-22T15:59:19.223Z] + curl -s https://codecov.io/bash [2021-04-22T15:59:19.223Z] + bash -s -- [2021-04-22T15:59:19.486Z] [2021-04-22T15:59:19.486Z] _____ _ [2021-04-22T15:59:19.486Z] / ____| | | [2021-04-22T15:59:19.486Z] | | ___ __| | ___ ___ _____ __ [2021-04-22T15:59:19.486Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-22T15:59:19.487Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-22T15:59:19.487Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-22T15:59:19.487Z] Bash-1.0.2 [2021-04-22T15:59:19.487Z] [2021-04-22T15:59:19.487Z] [2021-04-22T15:59:19.487Z] ==> git version 2.24.3 found [2021-04-22T15:59:19.487Z] ==> 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 [2021-04-22T15:59:19.487Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-22T15:59:19.487Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-22T15:59:19.487Z] ==> Jenkins CI detected. [2021-04-22T15:59:19.487Z] project root: . [2021-04-22T15:59:19.487Z] --> token set from env [2021-04-22T15:59:19.487Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-22T15:59:19.487Z] ==> Running gcov in . (disable via -X gcov) [2021-04-22T15:59:19.487Z] ==> Python coveragepy not found [2021-04-22T15:59:19.487Z] ==> Searching for coverage reports in: [2021-04-22T15:59:19.487Z] + . [2021-04-22T15:59:19.751Z] -> Found 1 reports [2021-04-22T15:59:19.751Z] ==> Detecting git/mercurial file structure [2021-04-22T15:59:19.751Z] ==> Reading reports [2021-04-22T15:59:19.751Z] + ./coverage.out bytes=171881 [2021-04-22T15:59:19.751Z] ==> Appending adjustments [2021-04-22T15:59:19.751Z] https://docs.codecov.io/docs/fixing-reports [2021-04-22T15:59:20.702Z] + Found adjustments [2021-04-22T15:59:20.703Z] ==> Gzipping contents [2021-04-22T15:59:20.703Z] 28K /tmp/codecov.EBf8PB.gz [2021-04-22T15:59:20.703Z] ==> Uploading reports [2021-04-22T15:59:20.703Z] url: https://codecov.io [2021-04-22T15:59:20.703Z] 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= [2021-04-22T15:59:20.703Z] -> Pinging Codecov [2021-04-22T15:59:20.703Z] 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= [2021-04-22T15:59:21.279Z] -> Uploading to [2021-04-22T15:59:21.279Z] 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 [2021-04-22T15:59:21.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-22T15:59:21.279Z] Dload Upload Total Spent Left Speed [2021-04-22T15:59:21.857Z] 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 [2021-04-22T15:59:21.857Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/233364ef25581beeacb7a7ea1229154f907e32e7 [Pipeline] } [2021-04-22T15:59:21.868Z] 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 [2021-04-22T15:59:24.087Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T15:59:24.663Z] ---> package-listing.sh [2021-04-22T15:59:24.663Z] ++ facter osfamily [2021-04-22T15:59:24.663Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-22T15:59:24.663Z] + OS_FAMILY=redhat [2021-04-22T15:59:24.663Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-591 [2021-04-22T15:59:24.663Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-22T15:59:24.663Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-22T15:59:24.663Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-22T15:59:24.663Z] + PACKAGES=/tmp/packages_start.txt [2021-04-22T15:59:24.663Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-591 ']' [2021-04-22T15:59:24.663Z] + PACKAGES=/tmp/packages_end.txt [2021-04-22T15:59:24.663Z] + case "${OS_FAMILY}" in [2021-04-22T15:59:24.663Z] + rpm -qa [2021-04-22T15:59:24.663Z] + sort [2021-04-22T15:59:30.084Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-22T15:59:30.084Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-22T15:59:30.084Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-22T15:59:30.084Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-591 ']' [2021-04-22T15:59:30.084Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-591/archives/ [2021-04-22T15:59:30.085Z] + 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 [2021-04-22T15:59:30.100Z] 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 [2021-04-22T15:59:30.395Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:59:30.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T15:59:30.704Z] [2021-04-22T15:59:30.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-22T15:59:31.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T15:59:31.030Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-22T15:59:31.030Z] df20fa9351a1: Pulling fs layer [2021-04-22T15:59:31.030Z] 36b3adc4ff6f: Pulling fs layer [2021-04-22T15:59:31.030Z] 8ad3a11d3b57: Pulling fs layer [2021-04-22T15:59:31.030Z] 46f8f816bc3b: Pulling fs layer [2021-04-22T15:59:31.030Z] 93b61091891f: Pulling fs layer [2021-04-22T15:59:31.030Z] 93b9cdb0e59b: Pulling fs layer [2021-04-22T15:59:31.030Z] 5e14af77c1be: Pulling fs layer [2021-04-22T15:59:31.030Z] 01666e4c0597: Pulling fs layer [2021-04-22T15:59:31.030Z] aa168da1d23b: Pulling fs layer [2021-04-22T15:59:31.030Z] 46f8f816bc3b: Waiting [2021-04-22T15:59:31.030Z] 5e14af77c1be: Waiting [2021-04-22T15:59:31.030Z] 93b61091891f: Waiting [2021-04-22T15:59:31.030Z] 93b9cdb0e59b: Waiting [2021-04-22T15:59:31.030Z] aa168da1d23b: Waiting [2021-04-22T15:59:31.030Z] 01666e4c0597: Waiting [2021-04-22T15:59:31.030Z] 36b3adc4ff6f: Verifying Checksum [2021-04-22T15:59:31.030Z] 36b3adc4ff6f: Download complete [2021-04-22T15:59:31.030Z] 46f8f816bc3b: Verifying Checksum [2021-04-22T15:59:31.030Z] 46f8f816bc3b: Download complete [2021-04-22T15:59:31.030Z] df20fa9351a1: Verifying Checksum [2021-04-22T15:59:31.030Z] df20fa9351a1: Download complete [2021-04-22T15:59:31.305Z] 93b9cdb0e59b: Verifying Checksum [2021-04-22T15:59:31.305Z] 5e14af77c1be: Verifying Checksum [2021-04-22T15:59:31.305Z] 5e14af77c1be: Download complete [2021-04-22T15:59:31.305Z] 93b61091891f: Verifying Checksum [2021-04-22T15:59:31.305Z] 93b61091891f: Download complete [2021-04-22T15:59:31.305Z] 01666e4c0597: Verifying Checksum [2021-04-22T15:59:31.305Z] 01666e4c0597: Download complete [2021-04-22T15:59:31.570Z] df20fa9351a1: Pull complete [2021-04-22T15:59:31.570Z] 8ad3a11d3b57: Verifying Checksum [2021-04-22T15:59:31.570Z] 8ad3a11d3b57: Download complete [2021-04-22T15:59:31.838Z] 36b3adc4ff6f: Pull complete [2021-04-22T15:59:32.424Z] 8ad3a11d3b57: Pull complete [2021-04-22T15:59:32.691Z] 46f8f816bc3b: Pull complete [2021-04-22T15:59:33.272Z] 93b61091891f: Pull complete [2021-04-22T15:59:33.537Z] 93b9cdb0e59b: Pull complete [2021-04-22T15:59:33.537Z] 5e14af77c1be: Pull complete [2021-04-22T15:59:33.801Z] 01666e4c0597: Pull complete [2021-04-22T15:59:33.801Z] aa168da1d23b: Verifying Checksum [2021-04-22T15:59:33.801Z] aa168da1d23b: Download complete [2021-04-22T15:59:40.463Z] aa168da1d23b: Pull complete [2021-04-22T15:59:40.463Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-22T15:59:40.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T15:59:40.463Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-22T15:59:40.659Z] prd-centos7-docker-4c-2g-1469 does not seem to be running inside a container [2021-04-22T15:59:40.709Z] $ 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 [2021-04-22T15:59:44.793Z] $ docker top 17568fd4e75750159fbc12a179053a70606b2174ae4bd6497a27cadde7217015 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T15:59:45.279Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-22T15:59:45.583Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-22T15:59:45.886Z] + ls /var/log/sa-host [2021-04-22T15:59:45.886Z] + sadf -c /var/log/sa-host/sa22 [2021-04-22T15:59:45.886Z] file_magic: OK [2021-04-22T15:59:45.886Z] HZ: Using current value: 100 [2021-04-22T15:59:45.886Z] file_header: OK [2021-04-22T15:59:45.886Z] 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 [2021-04-22T15:59:45.886Z] Statistics: [2021-04-22T15:59:45.886Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-22T15:59:45.886Z] File successfully converted to sysstat format version 12.2.1 [2021-04-22T15:59:45.886Z] + sadf -c /var/log/sa-host/sa23 [2021-04-22T15:59:45.886Z] file_magic: OK [2021-04-22T15:59:45.886Z] HZ: Using current value: 100 [2021-04-22T15:59:45.886Z] file_header: OK [2021-04-22T15:59:45.886Z] 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 [2021-04-22T15:59:45.886Z] Statistics: [2021-04-22T15:59:45.886Z] Hnuu...uuuununununu... [2021-04-22T15:59:45.886Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-22T15:59:46.495Z] provisioning config files... [2021-04-22T15:59:46.517Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-591@tmp/config6632659875637072969tmp [Pipeline] { [Pipeline] echo [2021-04-22T15:59:46.541Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T15:59:46.844Z] ---> create-netrc.sh [Pipeline] } [2021-04-22T15:59:46.854Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-22T15:59:46.884Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T15:59:47.189Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-22T15:59:47.202Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T15:59:47.502Z] ---> sudo-logs.sh [2021-04-22T15:59:47.502Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-22T15:59:47.544Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T15:59:47.852Z] ---> job-cost.sh [2021-04-22T15:59:47.852Z] lf-activate-venv: SKIPPING [2021-04-22T15:59:47.852Z] DEBUG: total: 0.20999999344348907 [2021-04-22T15:59:47.852Z] INFO: Retrieving Stack Cost... [2021-04-22T15:59:48.798Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-22T15:59:49.372Z] INFO: Archiving Costs [Pipeline] echo [2021-04-22T15:59:49.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T15:59:49.686Z] ---> logs-deploy.sh [2021-04-22T15:59:49.686Z] lf-activate-venv: SKIPPING [2021-04-22T15:59:49.686Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-591/2 [2021-04-22T15:59:49.686Z] INFO: archiving workspace using pattern(s): [2021-04-22T15:59:51.609Z] Archives upload complete. [2021-04-22T15:59:51.609Z] INFO: archiving logs to Nexus [2021-04-22T15:59:52.557Z] ---> uname -a: [2021-04-22T15:59:52.557Z] 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 [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] ---> lscpu: [2021-04-22T15:59:52.557Z] Architecture: x86_64 [2021-04-22T15:59:52.557Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-22T15:59:52.557Z] Byte Order: Little Endian [2021-04-22T15:59:52.557Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-22T15:59:52.557Z] CPU(s): 4 [2021-04-22T15:59:52.557Z] On-line CPU(s) list: 0-3 [2021-04-22T15:59:52.557Z] Thread(s) per core: 1 [2021-04-22T15:59:52.557Z] Core(s) per socket: 1 [2021-04-22T15:59:52.557Z] Socket(s): 4 [2021-04-22T15:59:52.557Z] NUMA node(s): 1 [2021-04-22T15:59:52.557Z] Vendor ID: GenuineIntel [2021-04-22T15:59:52.557Z] CPU family: 6 [2021-04-22T15:59:52.557Z] Model: 44 [2021-04-22T15:59:52.557Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-22T15:59:52.557Z] Stepping: 1 [2021-04-22T15:59:52.557Z] CPU MHz: 2933.442 [2021-04-22T15:59:52.557Z] BogoMIPS: 5866.88 [2021-04-22T15:59:52.557Z] Virtualization: VT-x [2021-04-22T15:59:52.557Z] Hypervisor vendor: KVM [2021-04-22T15:59:52.557Z] Virtualization type: full [2021-04-22T15:59:52.557Z] L1d cache: 128 KiB [2021-04-22T15:59:52.557Z] L1i cache: 128 KiB [2021-04-22T15:59:52.557Z] L2 cache: 16 MiB [2021-04-22T15:59:52.557Z] L3 cache: 64 MiB [2021-04-22T15:59:52.557Z] NUMA node0 CPU(s): 0-3 [2021-04-22T15:59:52.557Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-22T15:59:52.557Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-22T15:59:52.557Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-22T15:59:52.557Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-22T15:59:52.557Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-22T15:59:52.557Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-22T15:59:52.557Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-22T15:59:52.557Z] Vulnerability Srbds: Not affected [2021-04-22T15:59:52.557Z] Vulnerability Tsx async abort: Not affected [2021-04-22T15:59:52.557Z] 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 [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] ---> nproc: [2021-04-22T15:59:52.557Z] 4 [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] ---> df -h: [2021-04-22T15:59:52.557Z] Filesystem Size Used Available Use% Mounted on [2021-04-22T15:59:52.557Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-22T15:59:52.557Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-22T15:59:52.557Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-22T15:59:52.557Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-591 [2021-04-22T15:59:52.557Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-591@tmp [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] ---> free -m: [2021-04-22T15:59:52.557Z] total used free shared buff/cache available [2021-04-22T15:59:52.557Z] Mem: 1837 731 105 0 1000 1001 [2021-04-22T15:59:52.557Z] Swap: 1023 1 1022 [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] ---> ip addr: [2021-04-22T15:59:52.557Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-22T15:59:52.557Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-22T15:59:52.557Z] inet 127.0.0.1/8 scope host lo [2021-04-22T15:59:52.557Z] valid_lft forever preferred_lft forever [2021-04-22T15:59:52.557Z] inet6 ::1/128 scope host [2021-04-22T15:59:52.557Z] valid_lft forever preferred_lft forever [2021-04-22T15:59:52.557Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-22T15:59:52.557Z] link/ether fa:16:3e:74:e3:9e brd ff:ff:ff:ff:ff:ff [2021-04-22T15:59:52.557Z] inet 10.30.123.89/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-22T15:59:52.557Z] valid_lft 85936sec preferred_lft 85936sec [2021-04-22T15:59:52.557Z] inet6 fe80::f816:3eff:fe74:e39e/64 scope link [2021-04-22T15:59:52.557Z] valid_lft forever preferred_lft forever [2021-04-22T15:59:52.557Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-22T15:59:52.557Z] link/ether 02:42:d5:40:ee:1b brd ff:ff:ff:ff:ff:ff [2021-04-22T15:59:52.557Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-22T15:59:52.557Z] valid_lft forever preferred_lft forever [2021-04-22T15:59:52.557Z] inet6 fe80::42:d5ff:fe40:ee1b/64 scope link [2021-04-22T15:59:52.557Z] valid_lft forever preferred_lft forever [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] ---> sar -b -r -n DEV: [2021-04-22T15:59:52.557Z] 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) [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] 15:51:57 LINUX RESTART (4 CPU) [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] 15:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-22T15:59:52.557Z] 15:54:01 2.70 0.00 2.70 0.00 0.00 70.35 0.00 [2021-04-22T15:59:52.557Z] 15:55:01 0.42 0.00 0.42 0.00 0.00 6.71 0.00 [2021-04-22T15:59:52.557Z] 15:56:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 [2021-04-22T15:59:52.557Z] 15:57:02 0.28 0.00 0.28 0.00 0.00 3.33 0.00 [2021-04-22T15:59:52.557Z] 15:58:01 0.32 0.00 0.32 0.00 0.00 4.34 0.00 [2021-04-22T15:59:52.557Z] 15:59:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 [2021-04-22T15:59:52.557Z] Average: 0.71 0.00 0.71 0.00 0.00 15.25 0.00 [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] 15:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-22T15:59:52.557Z] 15:54:01 163284 0 613944 32.63 2620 1101696 1080600 36.88 409236 1108968 12 [2021-04-22T15:59:52.557Z] 15:55:01 162240 0 614976 32.68 2620 1101708 1071584 36.57 420688 1099040 8 [2021-04-22T15:59:52.557Z] 15:56:01 161064 0 616148 32.75 2620 1101712 1071680 36.57 425968 1094764 8 [2021-04-22T15:59:52.557Z] 15:57:02 159720 0 617492 32.82 2620 1101712 1071476 36.57 425832 1095848 8 [2021-04-22T15:59:52.557Z] 15:58:01 159692 0 617512 32.82 2620 1101720 1071548 36.57 427612 1094648 8 [2021-04-22T15:59:52.557Z] 15:59:01 160168 0 617032 32.79 2620 1101724 1071476 36.57 427220 1094648 8 [2021-04-22T15:59:52.557Z] Average: 161028 0 616184 32.75 2620 1101712 1073061 36.62 422759 1097986 9 [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] 15:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-22T15:59:52.557Z] 15:54:01 eth0 0.38 0.12 0.02 0.05 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:55:01 eth0 10.34 5.16 8.64 0.35 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:56:01 eth0 1.47 0.68 0.62 0.41 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:57:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:58:01 eth0 0.24 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:59:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] Average: eth0 2.10 1.05 1.57 0.15 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] ---> sar -P ALL: [2021-04-22T15:59:52.557Z] 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) [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] 15:51:57 LINUX RESTART (4 CPU) [2021-04-22T15:59:52.557Z] [2021-04-22T15:59:52.557Z] 15:53:01 CPU %user %nice %system %iowait %steal %idle [2021-04-22T15:59:52.557Z] 15:54:01 all 0.22 0.00 0.07 0.00 0.01 99.70 [2021-04-22T15:59:52.557Z] 15:54:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-22T15:59:52.557Z] 15:54:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2021-04-22T15:59:52.557Z] 15:54:01 2 0.10 0.00 0.08 0.00 0.02 99.80 [2021-04-22T15:59:52.557Z] 15:54:01 3 0.60 0.00 0.07 0.00 0.00 99.33 [2021-04-22T15:59:52.557Z] 15:55:01 all 0.33 0.00 0.08 0.00 0.00 99.60 [2021-04-22T15:59:52.558Z] 15:55:01 0 0.18 0.00 0.08 0.00 0.00 99.73 [2021-04-22T15:59:52.558Z] 15:55:01 1 0.13 0.00 0.13 0.00 0.00 99.73 [2021-04-22T15:59:52.558Z] 15:55:01 2 0.35 0.00 0.05 0.00 0.00 99.60 [2021-04-22T15:59:52.558Z] 15:55:01 3 0.63 0.00 0.03 0.00 0.02 99.32 [2021-04-22T15:59:52.558Z] 15:56:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-04-22T15:59:52.558Z] 15:56:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-22T15:59:52.558Z] 15:56:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-22T15:59:52.558Z] 15:56:01 2 0.48 0.00 0.03 0.00 0.00 99.48 [2021-04-22T15:59:52.558Z] 15:56:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-22T15:59:52.558Z] 15:57:02 all 0.08 0.00 0.05 0.00 0.00 99.87 [2021-04-22T15:59:52.558Z] 15:57:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-22T15:59:52.558Z] 15:57:02 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-22T15:59:52.558Z] 15:57:02 2 0.22 0.00 0.08 0.00 0.00 99.70 [2021-04-22T15:59:52.558Z] 15:57:02 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-22T15:59:52.558Z] 15:58:01 all 0.06 0.00 0.06 0.00 0.01 99.86 [2021-04-22T15:59:52.558Z] 15:58:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2021-04-22T15:59:52.558Z] 15:58:01 1 0.05 0.00 0.14 0.00 0.02 99.80 [2021-04-22T15:59:52.558Z] 15:58:01 2 0.17 0.00 0.05 0.00 0.00 99.78 [2021-04-22T15:59:52.558Z] 15:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-22T15:59:52.558Z] 15:59:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-22T15:59:52.558Z] 15:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-22T15:59:52.558Z] 15:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-22T15:59:52.558Z] 15:59:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-22T15:59:52.558Z] 15:59:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-04-22T15:59:52.558Z] Average: all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-04-22T15:59:52.558Z] Average: 0 0.06 0.00 0.05 0.00 0.01 99.89 [2021-04-22T15:59:52.558Z] Average: 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-04-22T15:59:52.558Z] Average: 2 0.31 0.00 0.06 0.00 0.00 99.63 [2021-04-22T15:59:52.558Z] Average: 3 0.23 0.00 0.04 0.00 0.01 99.72 [2021-04-22T15:59:52.558Z] [2021-04-22T15:59:52.558Z] [2021-04-22T15:59:52.558Z]