Pull request #556 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 hahattan for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 02b0155287284c90936a71d9e77ebb694b67dcf1 rather than d71b5a3bdb62ec5d744c1c46a2194892907a8e98 Obtained Jenkinsfile from 02b0155287284c90936a71d9e77ebb694b67dcf1 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-31199 in /w/workspace/dry_go-mod-core-contracts_PR-556 [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-556 # 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 > 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/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 02b0155287284c90936a71d9e77ebb694b67dcf1 into PR head commit d71b5a3bdb62ec5d744c1c46a2194892907a8e98 Merge succeeded, producing d71b5a3bdb62ec5d744c1c46a2194892907a8e98 Checking out Revision d71b5a3bdb62ec5d744c1c46a2194892907a8e98 (PR-556) > git config core.sparsecheckout # timeout=10 > git checkout -f d71b5a3bdb62ec5d744c1c46a2194892907a8e98 # 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 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d71b5a3bdb62ec5d744c1c46a2194892907a8e98 # timeout=10 Commit message: "feat: add encoding method for AddEventRequest" First time build. Skipping changelog. > git rev-list --no-walk 14cd0c0c96a6d84e8d181336ded3100e64e52ac4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-24T07:26:02.800Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-24T07:26:03.102Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-24T07:26:03.226Z] ========================================================= [2021-03-24T07:26:03.226Z] EdgeX Global Pipelines Version Info [2021-03-24T07:26:03.226Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:26:04.743Z] ------------------- [2021-03-24T07:26:04.743Z] stable info: [2021-03-24T07:26:04.743Z] ------------------- [2021-03-24T07:26:04.743Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-24T07:26:04.743Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T07:26:04.743Z] Message: update stable to v1.0.186 [2021-03-24T07:26:05.697Z] ------------------- [2021-03-24T07:26:05.697Z] experimental info: [2021-03-24T07:26:05.697Z] ------------------- [2021-03-24T07:26:05.697Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-24T07:26:05.697Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T07:26:05.697Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-24T07:26:05.989Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-24T07:26:06.090Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-24T07:26:06.191Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-24T07:26:06.296Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-24T07:26:06.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-24T07:26:06.590Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-24T07:26:06.689Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-24T07:26:06.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-24T07:26:06.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-24T07:26:07.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-24T07:26:07.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-24T07:26:07.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-24T07:26:07.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-24T07:26:07.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-24T07:26:07.553Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-24T07:26:07.655Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-24T07:26:07.754Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-24T07:26:07.862Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-24T07:26:07.962Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-24T07:26:08.071Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-24T07:26:08.217Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-24T07:26:08.316Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-24T07:26:08.412Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-24T07:26:08.503Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-24T07:26:08.596Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-24T07:26:08.691Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-24T07:26:08.782Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-556 [Pipeline] echo [2021-03-24T07:26:08.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-556 [Pipeline] echo [2021-03-24T07:26:08.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-556 [Pipeline] echo [2021-03-24T07:26:09.091Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d71b5a3bdb62ec5d744c1c46a2194892907a8e98 [Pipeline] echo [2021-03-24T07:26:09.183Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d71b5a3 [Pipeline] echo [2021-03-24T07:26:09.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T07:26:09.976Z] + git log --format=format:%s -1 d71b5a3bdb62ec5d744c1c46a2194892907a8e98 [Pipeline] echo [2021-03-24T07:26:10.061Z] GIT_COMMIT: d71b5a3bdb62ec5d744c1c46a2194892907a8e98, Commit Message: feat: add encoding method for AddEventRequest [Pipeline] echo [2021-03-24T07:26:10.107Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:26:11.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T07:26:11.646Z] [2021-03-24T07:26:11.646Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:26:12.004Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T07:26:12.004Z] latest: Pulling from edgex-devops/git-semver [2021-03-24T07:26:12.004Z] 31603596830f: Pulling fs layer [2021-03-24T07:26:12.004Z] 2a8b12db71e7: Pulling fs layer [2021-03-24T07:26:12.004Z] 6ca5941a6612: Pulling fs layer [2021-03-24T07:26:12.004Z] ecc8261a40a4: Pulling fs layer [2021-03-24T07:26:12.004Z] ecc8261a40a4: Waiting [2021-03-24T07:26:12.004Z] 2a8b12db71e7: Verifying Checksum [2021-03-24T07:26:12.004Z] 2a8b12db71e7: Download complete [2021-03-24T07:26:12.270Z] 31603596830f: Verifying Checksum [2021-03-24T07:26:12.270Z] 31603596830f: Download complete [2021-03-24T07:26:12.270Z] ecc8261a40a4: Verifying Checksum [2021-03-24T07:26:12.270Z] ecc8261a40a4: Download complete [2021-03-24T07:26:12.270Z] 6ca5941a6612: Verifying Checksum [2021-03-24T07:26:12.270Z] 6ca5941a6612: Download complete [2021-03-24T07:26:12.536Z] 31603596830f: Pull complete [2021-03-24T07:26:12.800Z] 2a8b12db71e7: Pull complete [2021-03-24T07:26:13.767Z] 6ca5941a6612: Pull complete [2021-03-24T07:26:13.767Z] ecc8261a40a4: Pull complete [2021-03-24T07:26:13.767Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-24T07:26:13.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T07:26:13.767Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-24T07:26:13.883Z] prd-centos7-docker-4c-2g-31199 does not seem to be running inside a container [2021-03-24T07:26:13.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-556 -v /w/workspace/dry_go-mod-core-contracts_PR-556:/w/workspace/dry_go-mod-core-contracts_PR-556:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-556@tmp:/w/workspace/dry_go-mod-core-contracts_PR-556@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-24T07:26:16.096Z] $ docker top c044e29baf5b555cbfbae35e6739546dc277911a3ad0a4f78390d80a8e12b5be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-24T07:26:16.397Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T07:26:16.397Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T07:26:16.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T07:26:16.618Z] $ docker exec c044e29baf5b555cbfbae35e6739546dc277911a3ad0a4f78390d80a8e12b5be ssh-agent [2021-03-24T07:26:16.803Z] SSH_AUTH_SOCK=/tmp/ssh-4pQwWdC1n1B3/agent.11 [2021-03-24T07:26:16.803Z] SSH_AGENT_PID=16 [2021-03-24T07:26:16.815Z] Running ssh-add (command line suppressed) [2021-03-24T07:26:16.950Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-556@tmp/private_key_6774111198082928583.key (/w/workspace/dry_go-mod-core-contracts_PR-556@tmp/private_key_6774111198082928583.key) [2021-03-24T07:26:17.006Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T07:26:17.349Z] + git tag --points-at HEAD [Pipeline] } [2021-03-24T07:26:17.374Z] $ docker exec --env ******** --env ******** c044e29baf5b555cbfbae35e6739546dc277911a3ad0a4f78390d80a8e12b5be ssh-agent -k [2021-03-24T07:26:17.501Z] unset SSH_AUTH_SOCK; [2021-03-24T07:26:17.501Z] unset SSH_AGENT_PID; [2021-03-24T07:26:17.501Z] echo Agent pid 16 killed; [2021-03-24T07:26:17.547Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-24T07:26:17.698Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T07:26:17.698Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T07:26:17.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T07:26:17.875Z] $ docker exec c044e29baf5b555cbfbae35e6739546dc277911a3ad0a4f78390d80a8e12b5be ssh-agent [2021-03-24T07:26:18.048Z] SSH_AUTH_SOCK=/tmp/ssh-eatAo5QqZxvr/agent.45 [2021-03-24T07:26:18.048Z] SSH_AGENT_PID=50 [2021-03-24T07:26:18.055Z] Running ssh-add (command line suppressed) [2021-03-24T07:26:18.183Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-556@tmp/private_key_2612695970132034939.key (/w/workspace/dry_go-mod-core-contracts_PR-556@tmp/private_key_2612695970132034939.key) [2021-03-24T07:26:18.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T07:26:18.574Z] + git semver init [2021-03-24T07:26:18.574Z] # -> Open(): unable to determine branch for HEAD [2021-03-24T07:26:18.574Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-556/.git [2021-03-24T07:26:18.574Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-556 [2021-03-24T07:26:18.574Z] # $SEMVER_REMOTE_NAME = origin [2021-03-24T07:26:18.574Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-24T07:26:18.574Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-24T07:26:18.574Z] # $SEMVER_BRANCH = PR-556 [2021-03-24T07:26:18.574Z] # $SEMVER_TEMP = /tmp/semver-042066037 [2021-03-24T07:26:18.574Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-24T07:26:19.522Z] # '/tmp/semver-042066037' -> '/w/workspace/dry_go-mod-core-contracts_PR-556/.semver' [2021-03-24T07:26:19.522Z] # -> Force: false [2021-03-24T07:26:19.522Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-556/.semver [Pipeline] } [2021-03-24T07:26:19.538Z] $ docker exec --env ******** --env ******** c044e29baf5b555cbfbae35e6739546dc277911a3ad0a4f78390d80a8e12b5be ssh-agent -k [2021-03-24T07:26:19.659Z] unset SSH_AUTH_SOCK; [2021-03-24T07:26:19.660Z] unset SSH_AGENT_PID; [2021-03-24T07:26:19.660Z] echo Agent pid 50 killed; [2021-03-24T07:26:19.705Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T07:26:20.186Z] + git semver [Pipeline] } [2021-03-24T07:26:20.207Z] $ docker stop --time=1 c044e29baf5b555cbfbae35e6739546dc277911a3ad0a4f78390d80a8e12b5be [2021-03-24T07:26:22.057Z] $ docker rm -f c044e29baf5b555cbfbae35e6739546dc277911a3ad0a4f78390d80a8e12b5be [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T07:26:22.536Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-24T07:26:23.132Z] Stashed 1 file(s) [Pipeline] echo [2021-03-24T07:26:23.135Z] [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-03-24T07:26:38.708Z] Still waiting to schedule task [2021-03-24T07:26:38.708Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31199’ [2021-03-24T07:26:38.710Z] Still waiting to schedule task [2021-03-24T07:26:38.710Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-24T07:28:24.429Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31200 in /w/workspace/dry_go-mod-core-contracts_PR-556 [Pipeline] { [Pipeline] ws [2021-03-24T07:28:24.490Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-03-24T07:28:29.547Z] using credential edgex-jenkins-ssh [2021-03-24T07:28:29.610Z] Cloning the remote Git repository [2021-03-24T07:28:29.668Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-24T07:28:29.784Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-03-24T07:28:29.869Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-24T07:28:29.870Z] > git --version # timeout=10 [2021-03-24T07:28:29.893Z] > git --version # 'git version 2.17.1' [2021-03-24T07:28:29.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:28:29.955Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T07:28:31.849Z] Merging remotes/origin/master commit 02b0155287284c90936a71d9e77ebb694b67dcf1 into PR head commit d71b5a3bdb62ec5d744c1c46a2194892907a8e98 [2021-03-24T07:28:31.045Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-24T07:28:31.073Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T07:28:31.103Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-24T07:28:31.149Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-24T07:28:31.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:28:31.161Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T07:28:31.868Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T07:28:31.891Z] > git checkout -f d71b5a3bdb62ec5d744c1c46a2194892907a8e98 # timeout=10 [2021-03-24T07:28:32.038Z] > git remote # timeout=10 [2021-03-24T07:28:32.117Z] Merge succeeded, producing d71b5a3bdb62ec5d744c1c46a2194892907a8e98 [2021-03-24T07:28:32.118Z] Checking out Revision d71b5a3bdb62ec5d744c1c46a2194892907a8e98 (PR-556) [2021-03-24T07:28:32.056Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T07:28:32.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:28:32.078Z] > git merge 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 [2021-03-24T07:28:32.101Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T07:28:32.123Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T07:28:32.139Z] > git checkout -f d71b5a3bdb62ec5d744c1c46a2194892907a8e98 # timeout=10 [2021-03-24T07:28:36.590Z] Commit message: "feat: add encoding method for AddEventRequest" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T07:28:38.763Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-24T07:28:39.197Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T07:28:39.537Z] + sudo service docker restart [2021-03-24T07:28:39.537Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-24T07:28:41.840Z] ========================================================= [2021-03-24T07:28:41.840Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-24T07:28:41.840Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:28:42.280Z] + 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-03-24T07:28:43.264Z] Sending build context to Docker daemon 2.868MB [2021-03-24T07:28:43.264Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-24T07:28:43.264Z] Step 2/7 : FROM ${BASE} [2021-03-24T07:28:43.861Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-24T07:28:43.861Z] 5f621e34cdf4: Pulling fs layer [2021-03-24T07:28:43.861Z] a4357932f1b6: Pulling fs layer [2021-03-24T07:28:43.861Z] 18c013af1878: Pulling fs layer [2021-03-24T07:28:43.861Z] 00ac8860ef70: Pulling fs layer [2021-03-24T07:28:43.861Z] 63d7cb157983: Pulling fs layer [2021-03-24T07:28:43.861Z] b116817d02f9: Pulling fs layer [2021-03-24T07:28:43.861Z] 745a02a5169b: Pulling fs layer [2021-03-24T07:28:43.861Z] b116817d02f9: Waiting [2021-03-24T07:28:43.861Z] 00ac8860ef70: Waiting [2021-03-24T07:28:43.861Z] 745a02a5169b: Waiting [2021-03-24T07:28:43.861Z] 63d7cb157983: Waiting [2021-03-24T07:28:43.861Z] 18c013af1878: Verifying Checksum [2021-03-24T07:28:43.861Z] 18c013af1878: Download complete [2021-03-24T07:28:43.861Z] a4357932f1b6: Verifying Checksum [2021-03-24T07:28:43.861Z] a4357932f1b6: Download complete [2021-03-24T07:28:44.456Z] 63d7cb157983: Verifying Checksum [2021-03-24T07:28:44.456Z] 63d7cb157983: Download complete [2021-03-24T07:28:44.456Z] b116817d02f9: Verifying Checksum [2021-03-24T07:28:44.456Z] b116817d02f9: Download complete [2021-03-24T07:28:44.456Z] 5f621e34cdf4: Verifying Checksum [2021-03-24T07:28:44.456Z] 5f621e34cdf4: Download complete [2021-03-24T07:28:45.055Z] 5f621e34cdf4: Pull complete [2021-03-24T07:28:45.670Z] a4357932f1b6: Pull complete [2021-03-24T07:28:46.274Z] 18c013af1878: Pull complete [2021-03-24T07:28:46.871Z] 745a02a5169b: Verifying Checksum [2021-03-24T07:28:46.871Z] 745a02a5169b: Download complete [2021-03-24T07:28:47.859Z] 00ac8860ef70: Verifying Checksum [2021-03-24T07:28:47.859Z] 00ac8860ef70: Download complete [2021-03-24T07:28:58.039Z] 00ac8860ef70: Pull complete [2021-03-24T07:28:58.039Z] 63d7cb157983: Pull complete [2021-03-24T07:28:58.312Z] b116817d02f9: Pull complete [2021-03-24T07:29:02.646Z] 745a02a5169b: Pull complete [2021-03-24T07:29:02.646Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-24T07:29:02.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-24T07:29:02.646Z] ---> b7e6874047d6 [2021-03-24T07:29:02.646Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-24T07:29:05.303Z] ---> Running in ac1eb9119596 [2021-03-24T07:29:05.303Z] Removing intermediate container ac1eb9119596 [2021-03-24T07:29:05.303Z] ---> a02077fca26a [2021-03-24T07:29:05.303Z] Step 4/7 : RUN apk add bash [2021-03-24T07:29:05.303Z] ---> Running in 128ba40302cc [2021-03-24T07:29:06.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T07:29:07.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T07:29:08.338Z] OK: 142 MiB in 39 packages [2021-03-24T07:29:09.331Z] Removing intermediate container 128ba40302cc [2021-03-24T07:29:09.331Z] ---> de3f6c8fc5fc [2021-03-24T07:29:09.331Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-24T07:29:09.331Z] ---> Running in 465ac4fb7d1e [2021-03-24T07:29:09.926Z] Removing intermediate container 465ac4fb7d1e [2021-03-24T07:29:09.926Z] ---> 50882553fce9 [2021-03-24T07:29:09.926Z] Step 6/7 : COPY go.mod . [2021-03-24T07:29:10.910Z] ---> 15286528a1ce [2021-03-24T07:29:10.910Z] Step 7/7 : RUN go mod download [2021-03-24T07:29:10.910Z] ---> Running in 76dc60885fef [2021-03-24T07:29:16.057Z] Running on prd-centos7-docker-4c-2g-31201 in /w/workspace/dry_go-mod-core-contracts_PR-556 [Pipeline] { [Pipeline] ws [2021-03-24T07:29:16.130Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-03-24T07:29:18.985Z] using credential edgex-jenkins-ssh [2021-03-24T07:29:19.054Z] Cloning the remote Git repository [2021-03-24T07:29:19.085Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-24T07:29:19.161Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-03-24T07:29:19.227Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-24T07:29:19.227Z] > git --version # timeout=10 [2021-03-24T07:29:19.235Z] > git --version # 'git version 2.24.3' [2021-03-24T07:29:19.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:29:19.264Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T07:29:20.516Z] Merging remotes/origin/master commit 02b0155287284c90936a71d9e77ebb694b67dcf1 into PR head commit d71b5a3bdb62ec5d744c1c46a2194892907a8e98 [2021-03-24T07:29:20.701Z] Merge succeeded, producing d71b5a3bdb62ec5d744c1c46a2194892907a8e98 [2021-03-24T07:29:20.701Z] Checking out Revision d71b5a3bdb62ec5d744c1c46a2194892907a8e98 (PR-556) [2021-03-24T07:29:19.963Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-24T07:29:19.974Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T07:29:19.999Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-24T07:29:20.025Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-24T07:29:20.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:29:20.031Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T07:29:20.525Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T07:29:20.577Z] > git checkout -f d71b5a3bdb62ec5d744c1c46a2194892907a8e98 # timeout=10 [2021-03-24T07:29:20.664Z] > git remote # timeout=10 [2021-03-24T07:29:20.670Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T07:29:20.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T07:29:20.683Z] > git merge 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 [2021-03-24T07:29:20.693Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T07:29:20.704Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T07:29:20.710Z] > git checkout -f d71b5a3bdb62ec5d744c1c46a2194892907a8e98 # timeout=10 [2021-03-24T07:29:24.309Z] Commit message: "feat: add encoding method for AddEventRequest" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T07:29:25.535Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-24T07:29:25.871Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T07:29:26.053Z] Removing intermediate container 76dc60885fef [2021-03-24T07:29:26.053Z] ---> 4be23dec08a8 [2021-03-24T07:29:26.053Z] Successfully built 4be23dec08a8 [2021-03-24T07:29:26.053Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:29:26.170Z] + sudo service docker restart [2021-03-24T07:29:26.170Z] + true [2021-03-24T07:29:26.170Z] Redirecting to /bin/systemctl restart docker.service [2021-03-24T07:29:26.400Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T07:29:26.400Z] . [Pipeline] withDockerContainer [2021-03-24T07:29:26.677Z] prd-ubuntu18.04-docker-arm64-4c-16g-31200 does not seem to be running inside a container [2021-03-24T07:29:26.759Z] $ 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-03-24T07:29:28.282Z] $ docker top 04c76a985ee492b531ef2d643fd46428aad0916cc60e4e455da8189ef91922de -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2021-03-24T07:29:28.845Z] ========================================================= [2021-03-24T07:29:28.845Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-24T07:29:28.845Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:29:29.252Z] + 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-03-24T07:29:29.370Z] + go version [2021-03-24T07:29:29.370Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-24T07:29:29.391Z] $ docker stop --time=1 04c76a985ee492b531ef2d643fd46428aad0916cc60e4e455da8189ef91922de [2021-03-24T07:29:29.827Z] Sending build context to Docker daemon 2.869MB [2021-03-24T07:29:29.827Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-24T07:29:29.827Z] Step 2/7 : FROM ${BASE} [2021-03-24T07:29:29.827Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-24T07:29:29.827Z] 188c0c94c7c5: Pulling fs layer [2021-03-24T07:29:29.827Z] 0ef7d3d256c8: Pulling fs layer [2021-03-24T07:29:29.827Z] de9db76c5a1d: Pulling fs layer [2021-03-24T07:29:29.827Z] bca2f99d35d6: Pulling fs layer [2021-03-24T07:29:29.827Z] 93359f2a8cfa: Pulling fs layer [2021-03-24T07:29:29.827Z] 7c6f9722023f: Pulling fs layer [2021-03-24T07:29:29.827Z] a35cf1a2eb13: Pulling fs layer [2021-03-24T07:29:29.827Z] 7c6f9722023f: Waiting [2021-03-24T07:29:29.827Z] a35cf1a2eb13: Waiting [2021-03-24T07:29:29.827Z] 93359f2a8cfa: Waiting [2021-03-24T07:29:29.827Z] bca2f99d35d6: Waiting [2021-03-24T07:29:29.827Z] de9db76c5a1d: Verifying Checksum [2021-03-24T07:29:29.827Z] de9db76c5a1d: Download complete [2021-03-24T07:29:30.090Z] 0ef7d3d256c8: Download complete [2021-03-24T07:29:30.090Z] 93359f2a8cfa: Verifying Checksum [2021-03-24T07:29:30.090Z] 93359f2a8cfa: Download complete [2021-03-24T07:29:30.090Z] 7c6f9722023f: Download complete [2021-03-24T07:29:30.090Z] 188c0c94c7c5: Verifying Checksum [2021-03-24T07:29:30.090Z] 188c0c94c7c5: Download complete [2021-03-24T07:29:30.361Z] 188c0c94c7c5: Pull complete [2021-03-24T07:29:30.361Z] 0ef7d3d256c8: Pull complete [2021-03-24T07:29:30.626Z] de9db76c5a1d: Pull complete [2021-03-24T07:29:31.438Z] $ docker rm -f 04c76a985ee492b531ef2d643fd46428aad0916cc60e4e455da8189ef91922de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:29:32.498Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T07:29:32.498Z] . [Pipeline] withDockerContainer [2021-03-24T07:29:32.570Z] a35cf1a2eb13: Verifying Checksum [2021-03-24T07:29:32.570Z] a35cf1a2eb13: Download complete [2021-03-24T07:29:32.764Z] prd-ubuntu18.04-docker-arm64-4c-16g-31200 does not seem to be running inside a container [2021-03-24T07:29:32.834Z] bca2f99d35d6: Verifying Checksum [2021-03-24T07:29:32.835Z] bca2f99d35d6: Download complete [2021-03-24T07:29:32.841Z] $ 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-03-24T07:29:34.425Z] $ docker top c8ddfc06e6736a50e511aac02625d451bab2370765b6e89d5b8f44c3697b0dd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:29:35.457Z] + make test [2021-03-24T07:29:35.457Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-24T07:29:38.152Z] bca2f99d35d6: Pull complete [2021-03-24T07:29:38.421Z] 93359f2a8cfa: Pull complete [2021-03-24T07:29:38.421Z] 7c6f9722023f: Pull complete [2021-03-24T07:29:43.761Z] a35cf1a2eb13: Pull complete [2021-03-24T07:29:44.338Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-24T07:29:44.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-24T07:29:44.338Z] ---> a62c8e92a672 [2021-03-24T07:29:44.338Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-24T07:29:44.601Z] ---> Running in 0adfe474b001 [2021-03-24T07:29:44.864Z] Removing intermediate container 0adfe474b001 [2021-03-24T07:29:44.864Z] ---> f263c484f300 [2021-03-24T07:29:44.864Z] Step 4/7 : RUN apk add bash [2021-03-24T07:29:45.127Z] ---> Running in 6173690f3fe8 [2021-03-24T07:29:45.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T07:29:46.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T07:29:46.860Z] OK: 166 MiB in 39 packages [2021-03-24T07:29:47.437Z] Removing intermediate container 6173690f3fe8 [2021-03-24T07:29:47.437Z] ---> 6de94f0a52cd [2021-03-24T07:29:47.437Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-24T07:29:47.437Z] ---> Running in 686598494c75 [2021-03-24T07:29:47.437Z] Removing intermediate container 686598494c75 [2021-03-24T07:29:47.437Z] ---> 72be8c13587c [2021-03-24T07:29:47.437Z] Step 6/7 : COPY go.mod . [2021-03-24T07:29:47.706Z] ---> 3bd6a4aa9a8b [2021-03-24T07:29:47.706Z] Step 7/7 : RUN go mod download [2021-03-24T07:29:47.706Z] ---> Running in 141aaf815ebc [2021-03-24T07:29:57.649Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-24T07:29:59.096Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.067s coverage: 85.7% of statements [2021-03-24T07:29:59.096Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements [2021-03-24T07:29:59.992Z] Removing intermediate container 141aaf815ebc [2021-03-24T07:29:59.992Z] ---> eb3deee5495b [2021-03-24T07:29:59.992Z] Successfully built eb3deee5495b [2021-03-24T07:29:59.992Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:30:00.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.052s coverage: 45.4% of statements [2021-03-24T07:30:00.312Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T07:30:00.312Z] . [Pipeline] withDockerContainer [2021-03-24T07:30:00.448Z] prd-centos7-docker-4c-2g-31201 does not seem to be running inside a container [2021-03-24T07:30:00.508Z] $ 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-x86_64 cat [2021-03-24T07:30:01.074Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.064s coverage: 77.8% of statements [2021-03-24T07:30:01.074Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-24T07:30:01.294Z] $ docker top 82a81f0e9d88de8aeeee45f3d8e78f518d3401b8f021e57484199eae01a0ade6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:30:02.045Z] + go version [2021-03-24T07:30:02.046Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-24T07:30:02.103Z] $ docker stop --time=1 82a81f0e9d88de8aeeee45f3d8e78f518d3401b8f021e57484199eae01a0ade6 [2021-03-24T07:30:03.081Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.045s coverage: 26.3% of statements [2021-03-24T07:30:03.081Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.066s coverage: 14.7% of statements [2021-03-24T07:30:03.081Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.035s coverage: 100.0% of statements [2021-03-24T07:30:03.532Z] $ docker rm -f 82a81f0e9d88de8aeeee45f3d8e78f518d3401b8f021e57484199eae01a0ade6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:30:04.400Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T07:30:04.400Z] . [Pipeline] withDockerContainer [2021-03-24T07:30:04.513Z] prd-centos7-docker-4c-2g-31201 does not seem to be running inside a container [2021-03-24T07:30:04.567Z] $ 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-x86_64 cat [2021-03-24T07:30:05.067Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements [2021-03-24T07:30:05.067Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-24T07:30:05.067Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-24T07:30:05.067Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.038s coverage: 100.0% of statements [2021-03-24T07:30:05.067Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.019s coverage: 36.7% of statements [2021-03-24T07:30:05.272Z] $ docker top dbc6786ad5d030df58a157b54f51e9e8e98130bb6e155abf06c6631fe51e82c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:30:05.788Z] + make test [2021-03-24T07:30:05.788Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-24T07:30:10.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.098s coverage: 63.0% of statements [2021-03-24T07:30:10.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.025s coverage: 26.3% of statements [2021-03-24T07:30:10.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-03-24T07:30:10.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.015s coverage: 15.4% of statements [2021-03-24T07:30:10.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.045s coverage: 14.3% of statements [2021-03-24T07:30:10.509Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-24T07:30:13.914Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.198s coverage: 84.4% of statements [2021-03-24T07:30:13.914Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-24T07:30:13.914Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-24T07:30:13.914Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-24T07:30:14.031Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-24T07:30:14.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements [2021-03-24T07:30:14.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.009s coverage: 100.0% of statements [2021-03-24T07:30:14.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.023s coverage: 45.4% of statements [2021-03-24T07:30:14.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.012s coverage: 77.8% of statements [2021-03-24T07:30:14.031Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-24T07:30:14.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.089s coverage: 49.3% of statements [2021-03-24T07:30:14.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.044s coverage: 94.7% of statements [2021-03-24T07:30:14.621Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements [2021-03-24T07:30:14.893Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.018s coverage: 14.7% of statements [2021-03-24T07:30:14.893Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.008s coverage: 100.0% of statements [2021-03-24T07:30:15.174Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements [2021-03-24T07:30:15.174Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-24T07:30:15.174Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-24T07:30:15.174Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.018s coverage: 100.0% of statements [2021-03-24T07:30:15.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 36.7% of statements [2021-03-24T07:30:16.836Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.174s coverage: 87.1% of statements [2021-03-24T07:30:16.836Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.027s coverage: 100.0% of statements [2021-03-24T07:30:16.836Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.026s coverage: 69.6% of statements [2021-03-24T07:30:17.112Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-24T07:30:17.415Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.027s coverage: 63.0% of statements [2021-03-24T07:30:17.415Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements [2021-03-24T07:30:17.415Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-03-24T07:30:17.415Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements [2021-03-24T07:30:17.415Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.065s coverage: 14.3% of statements [2021-03-24T07:30:17.415Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-24T07:30:19.386Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.137s coverage: 84.4% of statements [2021-03-24T07:30:19.386Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-24T07:30:19.386Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-24T07:30:19.386Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-24T07:30:19.659Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 49.3% of statements [2021-03-24T07:30:19.659Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.019s coverage: 94.7% of statements [2021-03-24T07:30:19.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.061s coverage: 87.1% of statements [2021-03-24T07:30:20.198Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements [2021-03-24T07:30:20.198Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements [2021-03-24T07:30:20.462Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-24T07:30:22.404Z] gofmt -l . [2021-03-24T07:30:22.404Z] [ "`gofmt -l .`" = "" ] [2021-03-24T07:30:22.522Z] gofmt -l . [Pipeline] } [2021-03-24T07:30:22.681Z] $ docker stop --time=1 dbc6786ad5d030df58a157b54f51e9e8e98130bb6e155abf06c6631fe51e82c3 [2021-03-24T07:30:23.117Z] [ "`gofmt -l .`" = "" ] [2021-03-24T07:30:25.022Z] $ docker rm -f dbc6786ad5d030df58a157b54f51e9e8e98130bb6e155abf06c6631fe51e82c3 [Pipeline] // withDockerContainer [Pipeline] } [2021-03-24T07:30:25.389Z] $ docker stop --time=1 c8ddfc06e6736a50e511aac02625d451bab2370765b6e89d5b8f44c3697b0dd2 [2021-03-24T07:30:27.655Z] $ docker rm -f c8ddfc06e6736a50e511aac02625d451bab2370765b6e89d5b8f44c3697b0dd2 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T07:30:28.446Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-24T07:30:28.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-24T07:30:28.747Z] Warning: overwriting stash ‘coverage-report’ [2021-03-24T07:30:28.837Z] 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 [2021-03-24T07:30:29.774Z] Stashed 1 file(s) [Pipeline] libraryResource [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-24T07:30:30.192Z] ---> job-cost.sh [2021-03-24T07:30:30.192Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Jn0q [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-03-24T07:30:30.967Z] ---> job-cost.sh [2021-03-24T07:30:30.967Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-frK1 [2021-03-24T07:30:45.152Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T07:31:09.930Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T07:31:11.810Z] lf-activate-venv(): INFO: Adding /tmp/venv-Jn0q/bin to PATH [2021-03-24T07:31:11.810Z] INFO: No Stack... [2021-03-24T07:31:12.385Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T07:31:13.336Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T07:31:13.657Z] + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv [2021-03-24T07:31:13.657Z] + cut -d, -f6 [Pipeline] lock [2021-03-24T07:31:13.751Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-556-2-stack-cost] [2021-03-24T07:31:13.763Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-556-2-stack-cost] did not exist. Created. [2021-03-24T07:31:13.763Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-556-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T07:31:14.169Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-24T07:31:14.346Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T07:31:14.367Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-556-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-24T07:32:46.677Z] lf-activate-venv(): INFO: Adding /tmp/venv-frK1/bin to PATH [2021-03-24T07:32:46.677Z] INFO: No Stack... [2021-03-24T07:32:46.677Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-24T07:32:46.677Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T07:32:47.013Z] + cat+ /w/workspace/go-mod-core-contracts/2/archives/cost.csv [2021-03-24T07:32:47.014Z] cut -d, -f6 [Pipeline] lock [2021-03-24T07:32:47.126Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-556-2-stack-cost] [2021-03-24T07:32:47.134Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-556-2-stack-cost] did not exist. Created. [2021-03-24T07:32:47.134Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-556-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T07:32:47.567Z] /w/workspace/go-mod-core-contracts/2@tmp/durable-3b4834ba/script.sh: 1: /w/workspace/go-mod-core-contracts/2@tmp/durable-3b4834ba/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-24T07:32:47.945Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-24T07:32:48.006Z] Warning: overwriting stash ‘stack-cost’ [2021-03-24T07:32:48.164Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T07:32:48.177Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-556-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-03-24T07:32:49.381Z] provisioning config files... [2021-03-24T07:32:49.396Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-556@tmp/config8055383332778458484tmp [Pipeline] { [Pipeline] sh [2021-03-24T07:32:49.781Z] + set +x [2021-03-24T07:32:49.781Z] + curl -s https://codecov.io/bash [2021-03-24T07:32:49.781Z] + bash -s -- [2021-03-24T07:32:50.044Z] [2021-03-24T07:32:50.044Z] _____ _ [2021-03-24T07:32:50.044Z] / ____| | | [2021-03-24T07:32:50.044Z] | | ___ __| | ___ ___ _____ __ [2021-03-24T07:32:50.044Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-24T07:32:50.044Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-24T07:32:50.044Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-24T07:32:50.044Z] Bash-20210309-2b87ace [2021-03-24T07:32:50.044Z] [2021-03-24T07:32:50.044Z] [2021-03-24T07:32:50.044Z] ==> git version 2.24.3 found [2021-03-24T07:32:50.044Z] ==> 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-03-24T07:32:50.044Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-24T07:32:50.044Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-24T07:32:50.044Z] curl: option -sm: expected a proper numerical parameter [2021-03-24T07:32:50.044Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-24T07:32:50.044Z] ==> Jenkins CI detected. [2021-03-24T07:32:50.044Z] project root: . [2021-03-24T07:32:50.044Z] --> token set from env [2021-03-24T07:32:50.044Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-24T07:32:50.044Z] ==> Running gcov in . (disable via -X gcov) [2021-03-24T07:32:50.044Z] ==> Python coveragepy not found [2021-03-24T07:32:50.044Z] ==> Searching for coverage reports in: [2021-03-24T07:32:50.044Z] + . [2021-03-24T07:32:50.044Z] -> Found 1 reports [2021-03-24T07:32:50.044Z] ==> Detecting git/mercurial file structure [2021-03-24T07:32:50.044Z] ==> Reading reports [2021-03-24T07:32:50.044Z] + ./coverage.out bytes=163987 [2021-03-24T07:32:50.044Z] ==> Appending adjustments [2021-03-24T07:32:50.044Z] https://docs.codecov.io/docs/fixing-reports [2021-03-24T07:32:51.435Z] + Found adjustments [2021-03-24T07:32:51.435Z] ==> Gzipping contents [2021-03-24T07:32:51.435Z] 24K /tmp/codecov.mXz4aU.gz [2021-03-24T07:32:51.435Z] ==> Uploading reports [2021-03-24T07:32:51.435Z] url: https://codecov.io [2021-03-24T07:32:51.435Z] query: branch=PR-556&commit=d71b5a3bdb62ec5d744c1c46a2194892907a8e98&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-556%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=556&job=&cmd_args= [2021-03-24T07:32:51.435Z] -> Pinging Codecov [2021-03-24T07:32:51.435Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-556&commit=d71b5a3bdb62ec5d744c1c46a2194892907a8e98&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-556%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=556&job=&cmd_args= [2021-03-24T07:32:51.698Z] -> Uploading to [2021-03-24T07:32:51.698Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-24/71470A77251A30514AAF9C0BB2E5B6CE/d71b5a3bdb62ec5d744c1c46a2194892907a8e98/efaedd0d-37eb-47fd-b363-c61fbaf14545.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T073251Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7a99510e0c0c2546e839f0c75b78d4e6b02d4816941b43b1675eed72b9e7fa6d [2021-03-24T07:32:51.698Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-24T07:32:51.698Z] Dload Upload Total Spent Left Speed [2021-03-24T07:32:51.961Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24484 0 0 100 24484 0 56066 --:--:-- --:--:-- --:--:-- 56027 [2021-03-24T07:32:51.961Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d71b5a3bdb62ec5d744c1c46a2194892907a8e98 [Pipeline] } [2021-03-24T07:32:51.974Z] 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-03-24T07:32:54.472Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:32:54.776Z] ---> package-listing.sh [2021-03-24T07:32:54.776Z] ++ facter osfamily [2021-03-24T07:32:54.776Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-24T07:32:54.776Z] + OS_FAMILY=redhat [2021-03-24T07:32:54.776Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-556 [2021-03-24T07:32:54.776Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-24T07:32:54.776Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-24T07:32:54.776Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-24T07:32:54.776Z] + PACKAGES=/tmp/packages_start.txt [2021-03-24T07:32:54.776Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-556 ']' [2021-03-24T07:32:54.776Z] + PACKAGES=/tmp/packages_end.txt [2021-03-24T07:32:54.776Z] + case "${OS_FAMILY}" in [2021-03-24T07:32:54.776Z] + rpm -qa [2021-03-24T07:32:54.776Z] + sort [2021-03-24T07:33:00.095Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-24T07:33:00.095Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-24T07:33:00.095Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-24T07:33:00.095Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-556 ']' [2021-03-24T07:33:00.095Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-556/archives/ [2021-03-24T07:33:00.095Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-556/archives/ [Pipeline] echo [2021-03-24T07:33:00.109Z] 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-556/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-24T07:33:00.411Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:33:00.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T07:33:00.725Z] [2021-03-24T07:33:00.725Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-24T07:33:01.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T07:33:01.124Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-24T07:33:01.124Z] df20fa9351a1: Pulling fs layer [2021-03-24T07:33:01.124Z] 36b3adc4ff6f: Pulling fs layer [2021-03-24T07:33:01.124Z] 8ad3a11d3b57: Pulling fs layer [2021-03-24T07:33:01.124Z] 46f8f816bc3b: Pulling fs layer [2021-03-24T07:33:01.124Z] 93b61091891f: Pulling fs layer [2021-03-24T07:33:01.124Z] 93b9cdb0e59b: Pulling fs layer [2021-03-24T07:33:01.124Z] 5e14af77c1be: Pulling fs layer [2021-03-24T07:33:01.124Z] 01666e4c0597: Pulling fs layer [2021-03-24T07:33:01.124Z] aa168da1d23b: Pulling fs layer [2021-03-24T07:33:01.124Z] 93b61091891f: Waiting [2021-03-24T07:33:01.124Z] 93b9cdb0e59b: Waiting [2021-03-24T07:33:01.124Z] 5e14af77c1be: Waiting [2021-03-24T07:33:01.124Z] 01666e4c0597: Waiting [2021-03-24T07:33:01.124Z] aa168da1d23b: Waiting [2021-03-24T07:33:01.124Z] 46f8f816bc3b: Waiting [2021-03-24T07:33:01.124Z] 36b3adc4ff6f: Download complete [2021-03-24T07:33:01.124Z] 46f8f816bc3b: Verifying Checksum [2021-03-24T07:33:01.124Z] 46f8f816bc3b: Download complete [2021-03-24T07:33:01.124Z] df20fa9351a1: Download complete [2021-03-24T07:33:01.392Z] 93b9cdb0e59b: Verifying Checksum [2021-03-24T07:33:01.392Z] 93b9cdb0e59b: Download complete [2021-03-24T07:33:01.392Z] 5e14af77c1be: Verifying Checksum [2021-03-24T07:33:01.392Z] 5e14af77c1be: Download complete [2021-03-24T07:33:01.392Z] 01666e4c0597: Verifying Checksum [2021-03-24T07:33:01.392Z] 01666e4c0597: Download complete [2021-03-24T07:33:01.392Z] 93b61091891f: Verifying Checksum [2021-03-24T07:33:01.392Z] 93b61091891f: Download complete [2021-03-24T07:33:01.655Z] 8ad3a11d3b57: Verifying Checksum [2021-03-24T07:33:01.655Z] 8ad3a11d3b57: Download complete [2021-03-24T07:33:01.655Z] df20fa9351a1: Pull complete [2021-03-24T07:33:01.918Z] 36b3adc4ff6f: Pull complete [2021-03-24T07:33:02.506Z] 8ad3a11d3b57: Pull complete [2021-03-24T07:33:02.771Z] 46f8f816bc3b: Pull complete [2021-03-24T07:33:04.177Z] aa168da1d23b: Verifying Checksum [2021-03-24T07:33:04.440Z] 93b61091891f: Pull complete [2021-03-24T07:33:04.440Z] 93b9cdb0e59b: Pull complete [2021-03-24T07:33:04.707Z] 5e14af77c1be: Pull complete [2021-03-24T07:33:04.707Z] 01666e4c0597: Pull complete [2021-03-24T07:33:11.356Z] aa168da1d23b: Pull complete [2021-03-24T07:33:11.356Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-24T07:33:11.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T07:33:11.356Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-24T07:33:11.580Z] prd-centos7-docker-4c-2g-31199 does not seem to be running inside a container [2021-03-24T07:33:11.636Z] $ 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-556/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-556 -v /w/workspace/dry_go-mod-core-contracts_PR-556:/w/workspace/dry_go-mod-core-contracts_PR-556:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-556@tmp:/w/workspace/dry_go-mod-core-contracts_PR-556@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-24T07:33:19.923Z] $ docker top d036fbeaa971447cb24027cc35c4a43bbf4a66e496d8fd4a52490b212ed946ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T07:33:20.453Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-24T07:33:20.758Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-24T07:33:21.062Z] + ls /var/log/sa-host [2021-03-24T07:33:21.062Z] + sadf -c /var/log/sa-host/sa23 [2021-03-24T07:33:21.062Z] file_magic: OK [2021-03-24T07:33:21.062Z] HZ: Using current value: 100 [2021-03-24T07:33:21.062Z] file_header: OK [2021-03-24T07:33:21.062Z] 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-03-24T07:33:21.063Z] Statistics: [2021-03-24T07:33:21.063Z] Hnuu...uuuununununu... [2021-03-24T07:33:21.063Z] File successfully converted to sysstat format version 12.2.1 [2021-03-24T07:33:21.063Z] + sadf -c /var/log/sa-host/sa24 [2021-03-24T07:33:21.063Z] file_magic: OK [2021-03-24T07:33:21.063Z] HZ: Using current value: 100 [2021-03-24T07:33:21.063Z] file_header: OK [2021-03-24T07:33:21.063Z] 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-03-24T07:33:21.063Z] Statistics: [2021-03-24T07:33:21.063Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-24T07:33:21.063Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-24T07:33:21.665Z] provisioning config files... [2021-03-24T07:33:21.685Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-556@tmp/config5732276673159948393tmp [Pipeline] { [Pipeline] echo [2021-03-24T07:33:21.757Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:33:22.065Z] ---> create-netrc.sh [Pipeline] } [2021-03-24T07:33:22.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-24T07:33:22.169Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:33:22.470Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-24T07:33:22.482Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:33:22.781Z] ---> sudo-logs.sh [2021-03-24T07:33:22.781Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-24T07:33:22.847Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:33:23.147Z] ---> job-cost.sh [2021-03-24T07:33:23.147Z] lf-activate-venv: SKIPPING [2021-03-24T07:33:23.147Z] DEBUG: total: 0.20999999344348907 [2021-03-24T07:33:23.147Z] INFO: Retrieving Stack Cost... [2021-03-24T07:33:24.542Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T07:33:25.118Z] INFO: Archiving Costs [Pipeline] echo [2021-03-24T07:33:25.133Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T07:33:25.434Z] ---> logs-deploy.sh [2021-03-24T07:33:25.434Z] lf-activate-venv: SKIPPING [2021-03-24T07:33:25.434Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-556/2 [2021-03-24T07:33:25.434Z] INFO: archiving workspace using pattern(s): [2021-03-24T07:33:27.359Z] Archives upload complete. [2021-03-24T07:33:27.359Z] INFO: archiving logs to Nexus [2021-03-24T07:33:28.310Z] ---> uname -a: [2021-03-24T07:33:28.310Z] Linux prd-centos7-docker-4c-2g-31199.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-03-24T07:33:28.310Z] [2021-03-24T07:33:28.310Z] [2021-03-24T07:33:28.310Z] ---> lscpu: [2021-03-24T07:33:28.310Z] Architecture: x86_64 [2021-03-24T07:33:28.310Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-24T07:33:28.310Z] Byte Order: Little Endian [2021-03-24T07:33:28.310Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-24T07:33:28.310Z] CPU(s): 4 [2021-03-24T07:33:28.310Z] On-line CPU(s) list: 0-3 [2021-03-24T07:33:28.310Z] Thread(s) per core: 1 [2021-03-24T07:33:28.310Z] Core(s) per socket: 1 [2021-03-24T07:33:28.310Z] Socket(s): 4 [2021-03-24T07:33:28.310Z] NUMA node(s): 1 [2021-03-24T07:33:28.310Z] Vendor ID: GenuineIntel [2021-03-24T07:33:28.310Z] CPU family: 6 [2021-03-24T07:33:28.310Z] Model: 44 [2021-03-24T07:33:28.310Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-24T07:33:28.310Z] Stepping: 1 [2021-03-24T07:33:28.310Z] CPU MHz: 2933.442 [2021-03-24T07:33:28.310Z] BogoMIPS: 5866.88 [2021-03-24T07:33:28.310Z] Virtualization: VT-x [2021-03-24T07:33:28.310Z] Hypervisor vendor: KVM [2021-03-24T07:33:28.310Z] Virtualization type: full [2021-03-24T07:33:28.310Z] L1d cache: 128 KiB [2021-03-24T07:33:28.310Z] L1i cache: 128 KiB [2021-03-24T07:33:28.310Z] L2 cache: 16 MiB [2021-03-24T07:33:28.310Z] L3 cache: 64 MiB [2021-03-24T07:33:28.310Z] NUMA node0 CPU(s): 0-3 [2021-03-24T07:33:28.310Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-24T07:33:28.310Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-24T07:33:28.310Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-24T07:33:28.310Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-24T07:33:28.310Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-24T07:33:28.311Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-24T07:33:28.311Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-24T07:33:28.311Z] Vulnerability Srbds: Not affected [2021-03-24T07:33:28.311Z] Vulnerability Tsx async abort: Not affected [2021-03-24T07:33:28.311Z] 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-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] ---> nproc: [2021-03-24T07:33:28.311Z] 4 [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] ---> df -h: [2021-03-24T07:33:28.311Z] Filesystem Size Used Available Use% Mounted on [2021-03-24T07:33:28.311Z] overlay 50.0G 7.3G 42.7G 15% / [2021-03-24T07:33:28.311Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-24T07:33:28.311Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-24T07:33:28.311Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-556 [2021-03-24T07:33:28.311Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-556@tmp [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] ---> free -m: [2021-03-24T07:33:28.311Z] total used free shared buff/cache available [2021-03-24T07:33:28.311Z] Mem: 1837 683 94 0 1059 1050 [2021-03-24T07:33:28.311Z] Swap: 1023 1 1022 [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] ---> ip addr: [2021-03-24T07:33:28.311Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-24T07:33:28.311Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-24T07:33:28.311Z] inet 127.0.0.1/8 scope host lo [2021-03-24T07:33:28.311Z] valid_lft forever preferred_lft forever [2021-03-24T07:33:28.311Z] inet6 ::1/128 scope host [2021-03-24T07:33:28.311Z] valid_lft forever preferred_lft forever [2021-03-24T07:33:28.311Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-24T07:33:28.311Z] link/ether fa:16:3e:b8:e5:b5 brd ff:ff:ff:ff:ff:ff [2021-03-24T07:33:28.311Z] inet 10.30.122.220/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-24T07:33:28.311Z] valid_lft 85922sec preferred_lft 85922sec [2021-03-24T07:33:28.311Z] inet6 fe80::f816:3eff:feb8:e5b5/64 scope link [2021-03-24T07:33:28.311Z] valid_lft forever preferred_lft forever [2021-03-24T07:33:28.311Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-24T07:33:28.311Z] link/ether 02:42:bb:ce:8c:cb brd ff:ff:ff:ff:ff:ff [2021-03-24T07:33:28.311Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-24T07:33:28.311Z] valid_lft forever preferred_lft forever [2021-03-24T07:33:28.311Z] inet6 fe80::42:bbff:fece:8ccb/64 scope link [2021-03-24T07:33:28.311Z] valid_lft forever preferred_lft forever [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] ---> sar -b -r -n DEV: [2021-03-24T07:33:28.311Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] 07:25:19 LINUX RESTART (4 CPU) [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] 07:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-24T07:33:28.311Z] 07:27:02 35.29 11.52 23.77 0.00 4347.67 3195.44 0.00 [2021-03-24T07:33:28.311Z] 07:28:01 0.61 0.00 0.61 0.00 0.00 17.44 0.00 [2021-03-24T07:33:28.311Z] 07:29:01 0.65 0.00 0.65 0.00 0.00 7.79 0.00 [2021-03-24T07:33:28.311Z] 07:30:01 0.53 0.00 0.53 0.00 0.00 6.10 0.00 [2021-03-24T07:33:28.311Z] 07:31:01 0.68 0.00 0.68 0.00 0.00 7.76 0.00 [2021-03-24T07:33:28.311Z] 07:32:01 0.50 0.00 0.50 0.00 0.00 6.01 0.00 [2021-03-24T07:33:28.311Z] 07:33:01 48.24 47.34 0.90 0.00 4118.00 24.82 0.00 [2021-03-24T07:33:28.311Z] Average: 12.39 8.43 3.96 0.00 1212.71 467.76 0.00 [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] 07:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-24T07:33:28.311Z] 07:27:02 153912 0 582340 30.95 2620 1142672 1096916 37.44 412500 1112832 20 [2021-03-24T07:33:28.311Z] 07:28:01 160692 0 575552 30.59 2620 1142680 1067524 36.43 411840 1107736 8 [2021-03-24T07:33:28.311Z] 07:29:01 158112 0 578128 30.73 2620 1142684 1067716 36.44 413984 1108440 8 [2021-03-24T07:33:28.311Z] 07:30:01 156072 0 580112 30.83 2620 1142740 1067704 36.44 424140 1100284 20 [2021-03-24T07:33:28.311Z] 07:31:01 153248 0 582984 30.98 2620 1142692 1067584 36.43 426388 1101364 8 [2021-03-24T07:33:28.311Z] 07:32:01 153192 0 583036 30.99 2620 1142696 1067548 36.43 433720 1093864 8 [2021-03-24T07:33:28.311Z] 07:33:01 72940 0 644736 34.27 2620 1161248 1497696 51.11 487576 1120360 15280 [2021-03-24T07:33:28.311Z] Average: 144024 0 589555 31.33 2620 1145345 1133241 38.68 430021 1106411 2193 [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z] 07:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-24T07:33:28.311Z] 07:27:02 eth0 172.19 133.74 464.15 44.40 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:27:02 docker0 9.70 6.61 2.01 21.02 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:28:01 eth0 0.68 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:29:01 eth0 4.35 1.95 3.31 0.28 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:30:01 eth0 0.52 0.42 0.27 0.24 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:31:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:32:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:33:01 eth0 42.12 31.81 266.38 7.21 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] Average: eth0 31.54 24.11 105.19 7.48 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] Average: docker0 1.39 0.95 0.29 3.01 0.00 0.00 0.00 0.00 [2021-03-24T07:33:28.311Z] [2021-03-24T07:33:28.311Z]