Pull request #521 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 caf1e88ada7df8a838cf4c321e19a556d43df9fa rather than 7342969a7bf4c9c0b628601953bf09e0312778ec Obtained Jenkinsfile from caf1e88ada7df8a838cf4c321e19a556d43df9fa 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27600 in /w/workspace/dry_go-mod-core-contracts_PR-521 [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-521 # 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 Merging remotes/origin/master commit caf1e88ada7df8a838cf4c321e19a556d43df9fa into PR head commit 7342969a7bf4c9c0b628601953bf09e0312778ec Merge succeeded, producing 7342969a7bf4c9c0b628601953bf09e0312778ec Checking out Revision 7342969a7bf4c9c0b628601953bf09e0312778ec (PR-521) 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/521/head:refs/remotes/origin/PR-521 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7342969a7bf4c9c0b628601953bf09e0312778ec # 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 caf1e88ada7df8a838cf4c321e19a556d43df9fa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7342969a7bf4c9c0b628601953bf09e0312778ec # timeout=10 Commit message: "feat: Create Constants for configuration's map key" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:49:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:49:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:49:33 ========================================================= 05:49:33 EdgeX Global Pipelines Version Info 05:49:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:49:34 ------------------- 05:49:34 stable info: 05:49:34 ------------------- 05:49:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:49:34 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 05:49:34 Message: update stable to v1.0.181 05:49:35 ------------------- 05:49:35 experimental info: 05:49:35 ------------------- 05:49:35 Commited By: **** collab-it+edgex@linuxfoundation.org 05:49:35 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 05:49:35 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:49:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:49:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-521 [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-521 [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-521 [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7342969a7bf4c9c0b628601953bf09e0312778ec [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7342969 [Pipeline] echo 05:49:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:49:39 + git log --format=format:%s -1 7342969a7bf4c9c0b628601953bf09e0312778ec [Pipeline] echo 05:49:39 GIT_COMMIT: 7342969a7bf4c9c0b628601953bf09e0312778ec, Commit Message: feat: Create Constants for configuration's map key [Pipeline] echo 05:49:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:49:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:49:40 05:49:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:49:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:49:41 latest: Pulling from edgex-devops/git-semver 05:49:41 31603596830f: Pulling fs layer 05:49:41 2a8b12db71e7: Pulling fs layer 05:49:41 6ca5941a6612: Pulling fs layer 05:49:41 ecc8261a40a4: Pulling fs layer 05:49:41 ecc8261a40a4: Waiting 05:49:41 2a8b12db71e7: Verifying Checksum 05:49:41 2a8b12db71e7: Download complete 05:49:41 31603596830f: Verifying Checksum 05:49:41 31603596830f: Download complete 05:49:41 ecc8261a40a4: Verifying Checksum 05:49:41 ecc8261a40a4: Download complete 05:49:41 6ca5941a6612: Verifying Checksum 05:49:41 6ca5941a6612: Download complete 05:49:41 31603596830f: Pull complete 05:49:42 2a8b12db71e7: Pull complete 05:49:43 6ca5941a6612: Pull complete 05:49:43 ecc8261a40a4: Pull complete 05:49:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:49:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:49:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:49:43 prd-centos7-docker-4c-2g-27600 does not seem to be running inside a container 05:49:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-521 -v /w/workspace/dry_go-mod-core-contracts_PR-521:/w/workspace/dry_go-mod-core-contracts_PR-521:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-521@tmp:/w/workspace/dry_go-mod-core-contracts_PR-521@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:49:45 $ docker top 93f936cb910749b1b0704f506ff38642d3d05dc1aafbb76e320cfef15083592c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:49:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:49:45 [ssh-agent] Looking for ssh-agent implementation... 05:49:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:49:46 $ docker exec 93f936cb910749b1b0704f506ff38642d3d05dc1aafbb76e320cfef15083592c ssh-agent 05:49:46 SSH_AUTH_SOCK=/tmp/ssh-OinPfKWzjByn/agent.11 05:49:46 SSH_AGENT_PID=16 05:49:46 Running ssh-add (command line suppressed) 05:49:46 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-521@tmp/private_key_6282476995943963952.key (/w/workspace/dry_go-mod-core-contracts_PR-521@tmp/private_key_6282476995943963952.key) 05:49:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:49:46 + git tag --points-at HEAD [Pipeline] } 05:49:46 $ docker exec --env ******** --env ******** 93f936cb910749b1b0704f506ff38642d3d05dc1aafbb76e320cfef15083592c ssh-agent -k 05:49:46 unset SSH_AUTH_SOCK; 05:49:46 unset SSH_AGENT_PID; 05:49:46 echo Agent pid 16 killed; 05:49:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:49:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:49:47 [ssh-agent] Looking for ssh-agent implementation... 05:49:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:49:47 $ docker exec 93f936cb910749b1b0704f506ff38642d3d05dc1aafbb76e320cfef15083592c ssh-agent 05:49:47 SSH_AUTH_SOCK=/tmp/ssh-N1C3MjM7M4YI/agent.46 05:49:47 SSH_AGENT_PID=51 05:49:47 Running ssh-add (command line suppressed) 05:49:47 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-521@tmp/private_key_2541887507897796749.key (/w/workspace/dry_go-mod-core-contracts_PR-521@tmp/private_key_2541887507897796749.key) 05:49:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:49:47 + git semver init 05:49:47 # -> Open(): unable to determine branch for HEAD 05:49:47 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-521/.git 05:49:47 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-521 05:49:47 # $SEMVER_REMOTE_NAME = origin 05:49:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:49:47 # $SEMVER_USER_NAME = edgex-jenkins 05:49:47 # $SEMVER_BRANCH = PR-521 05:49:47 # $SEMVER_TEMP = /tmp/semver-949327600 05:49:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:49:48 # '/tmp/semver-949327600' -> '/w/workspace/dry_go-mod-core-contracts_PR-521/.semver' 05:49:48 # -> Force: false 05:49:48 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-521/.semver [Pipeline] } 05:49:48 $ docker exec --env ******** --env ******** 93f936cb910749b1b0704f506ff38642d3d05dc1aafbb76e320cfef15083592c ssh-agent -k 05:49:49 unset SSH_AUTH_SOCK; 05:49:49 unset SSH_AGENT_PID; 05:49:49 echo Agent pid 51 killed; 05:49:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:49:49 + git semver [Pipeline] } 05:49:49 $ docker stop --time=1 93f936cb910749b1b0704f506ff38642d3d05dc1aafbb76e320cfef15083592c 05:49:51 $ docker rm -f 93f936cb910749b1b0704f506ff38642d3d05dc1aafbb76e320cfef15083592c [Pipeline] // withDockerContainer [Pipeline] sh 05:49:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:49:52 Stashed 1 file(s) [Pipeline] echo 05:49:52 [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 05:50:08 Still waiting to schedule task 05:50:08 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:50:08 Still waiting to schedule task 05:50:08 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 05:51:19 Running on prd-centos7-docker-4c-2g-27602 in /w/workspace/dry_go-mod-core-contracts_PR-521 [Pipeline] { [Pipeline] ws 05:51:19 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 05:51:22 using credential edgex-jenkins-ssh 05:51:22 Cloning the remote Git repository 05:51:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:51:22 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 05:51:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:51:22 > git --version # timeout=10 05:51:22 > git --version # 'git version 2.24.3' 05:51:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:51:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:51:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:51:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:51:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:51:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/521/head:refs/remotes/origin/PR-521 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:51:23 Merging remotes/origin/master commit caf1e88ada7df8a838cf4c321e19a556d43df9fa into PR head commit 7342969a7bf4c9c0b628601953bf09e0312778ec 05:51:23 Merge succeeded, producing 7342969a7bf4c9c0b628601953bf09e0312778ec 05:51:23 Checking out Revision 7342969a7bf4c9c0b628601953bf09e0312778ec (PR-521) 05:51:23 > git config core.sparsecheckout # timeout=10 05:51:23 > git checkout -f 7342969a7bf4c9c0b628601953bf09e0312778ec # timeout=10 05:51:23 > git remote # timeout=10 05:51:23 > git config --get remote.origin.url # timeout=10 05:51:23 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:23 > git merge caf1e88ada7df8a838cf4c321e19a556d43df9fa # timeout=10 05:51:23 > git rev-parse HEAD^{commit} # timeout=10 05:51:23 > git config core.sparsecheckout # timeout=10 05:51:23 > git checkout -f 7342969a7bf4c9c0b628601953bf09e0312778ec # timeout=10 05:51:27 Commit message: "feat: Create Constants for configuration's map key" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:51:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:51:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:51:29 + sudo service docker restart 05:51:29 + true 05:51:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 05:51:30 ========================================================= 05:51:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:51:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:51:30 + 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 . 05:51:30 Sending build context to Docker daemon 2.702MB 05:51:30 Step 1/7 : ARG BASE=golang:1.15-alpine 05:51:30 Step 2/7 : FROM ${BASE} 05:51:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:51:31 188c0c94c7c5: Pulling fs layer 05:51:31 0ef7d3d256c8: Pulling fs layer 05:51:31 de9db76c5a1d: Pulling fs layer 05:51:31 bca2f99d35d6: Pulling fs layer 05:51:31 93359f2a8cfa: Pulling fs layer 05:51:31 7c6f9722023f: Pulling fs layer 05:51:31 a35cf1a2eb13: Pulling fs layer 05:51:31 93359f2a8cfa: Waiting 05:51:31 7c6f9722023f: Waiting 05:51:31 a35cf1a2eb13: Waiting 05:51:31 bca2f99d35d6: Waiting 05:51:31 de9db76c5a1d: Verifying Checksum 05:51:31 de9db76c5a1d: Download complete 05:51:31 0ef7d3d256c8: Verifying Checksum 05:51:31 0ef7d3d256c8: Download complete 05:51:31 93359f2a8cfa: Verifying Checksum 05:51:31 93359f2a8cfa: Download complete 05:51:31 7c6f9722023f: Download complete 05:51:31 188c0c94c7c5: Verifying Checksum 05:51:31 188c0c94c7c5: Download complete 05:51:31 188c0c94c7c5: Pull complete 05:51:31 0ef7d3d256c8: Pull complete 05:51:31 de9db76c5a1d: Pull complete 05:51:34 a35cf1a2eb13: Verifying Checksum 05:51:34 a35cf1a2eb13: Download complete 05:51:34 bca2f99d35d6: Verifying Checksum 05:51:34 bca2f99d35d6: Download complete 05:51:39 bca2f99d35d6: Pull complete 05:51:39 93359f2a8cfa: Pull complete 05:51:39 7c6f9722023f: Pull complete 05:51:46 a35cf1a2eb13: Pull complete 05:51:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:51:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:51:46 ---> a62c8e92a672 05:51:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:51:46 ---> Running in 6f281abe379a 05:51:46 Removing intermediate container 6f281abe379a 05:51:46 ---> 63c17c0258d3 05:51:46 Step 4/7 : RUN apk add bash 05:51:46 ---> Running in d2cbe08fc863 05:51:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:51:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:51:48 OK: 166 MiB in 39 packages 05:51:49 Removing intermediate container d2cbe08fc863 05:51:49 ---> 08b4a37bf9bf 05:51:49 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:51:49 ---> Running in 4f2fc244bded 05:51:49 Removing intermediate container 4f2fc244bded 05:51:49 ---> 386692fd9a24 05:51:49 Step 6/7 : COPY go.mod . 05:51:49 ---> 49fd8a9a675b 05:51:49 Step 7/7 : RUN go mod download 05:51:49 ---> Running in 9e1b3d4dcef8 05:51:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27601 in /w/workspace/dry_go-mod-core-contracts_PR-521 [Pipeline] { [Pipeline] ws 05:51:53 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 05:52:00 using credential edgex-jenkins-ssh 05:52:00 Cloning the remote Git repository 05:52:00 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:52:00 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 05:52:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:52:00 > git --version # timeout=10 05:52:00 > git --version # 'git version 2.17.1' 05:52:00 using GIT_SSH to set credentials SSH Credentials for GitHub 05:52:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:52:01 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:52:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:52:01 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:52:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:52:01 using GIT_SSH to set credentials SSH Credentials for GitHub 05:52:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/521/head:refs/remotes/origin/PR-521 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:52:02 Removing intermediate container 9e1b3d4dcef8 05:52:02 ---> 0c95c1239d92 05:52:02 Successfully built 0c95c1239d92 05:52:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:52:02 + docker inspect -f . ci-base-image-x86_64 05:52:02 . [Pipeline] withDockerContainer 05:52:03 prd-centos7-docker-4c-2g-27602 does not seem to be running inside a container 05:52:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:52:03 Merging remotes/origin/master commit caf1e88ada7df8a838cf4c321e19a556d43df9fa into PR head commit 7342969a7bf4c9c0b628601953bf09e0312778ec 05:52:03 Merge succeeded, producing 7342969a7bf4c9c0b628601953bf09e0312778ec 05:52:03 Checking out Revision 7342969a7bf4c9c0b628601953bf09e0312778ec (PR-521) 05:52:03 $ docker top da048826d1b1df8dd17e7abd3d4f1916964c1c9425d882680dfb39ce866f9df1 -eo pid,comm 05:52:03 > git config core.sparsecheckout # timeout=10 05:52:03 > git checkout -f 7342969a7bf4c9c0b628601953bf09e0312778ec # timeout=10 05:52:03 > git remote # timeout=10 05:52:03 > git config --get remote.origin.url # timeout=10 05:52:03 using GIT_SSH to set credentials SSH Credentials for GitHub 05:52:03 > git merge caf1e88ada7df8a838cf4c321e19a556d43df9fa # timeout=10 05:52:03 > git rev-parse HEAD^{commit} # timeout=10 05:52:03 > git config core.sparsecheckout # timeout=10 05:52:03 > git checkout -f 7342969a7bf4c9c0b628601953bf09e0312778ec # timeout=10 [Pipeline] { [Pipeline] sh 05:52:04 + go version 05:52:04 go version go1.15.5 linux/amd64 [Pipeline] } 05:52:04 $ docker stop --time=1 da048826d1b1df8dd17e7abd3d4f1916964c1c9425d882680dfb39ce866f9df1 05:52:05 $ docker rm -f da048826d1b1df8dd17e7abd3d4f1916964c1c9425d882680dfb39ce866f9df1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:52:06 + docker inspect -f . ci-base-image-x86_64 05:52:06 . [Pipeline] withDockerContainer 05:52:06 prd-centos7-docker-4c-2g-27602 does not seem to be running inside a container 05:52:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:52:07 $ docker top e26739d1d7479b1f5a43d658caea87d8d06e0f2e419bf7cdf1e438559f054ccb -eo pid,comm [Pipeline] { [Pipeline] sh 05:52:07 + make test 05:52:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:52:08 Commit message: "feat: Create Constants for configuration's map key" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:52:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:52:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:52:10 + sudo service docker restart 05:52:10 + true [Pipeline] unstash [Pipeline] echo 05:52:13 ========================================================= 05:52:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:52:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:52:13 + 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 . 05:52:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:52:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.011s coverage: 85.7% of statements 05:52:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.023s coverage: 100.0% of statements 05:52:14 Sending build context to Docker daemon 2.702MB 05:52:14 Step 1/7 : ARG BASE=golang:1.15-alpine 05:52:14 Step 2/7 : FROM ${BASE} 05:52:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:52:14 5f621e34cdf4: Pulling fs layer 05:52:14 a4357932f1b6: Pulling fs layer 05:52:14 18c013af1878: Pulling fs layer 05:52:14 00ac8860ef70: Pulling fs layer 05:52:14 63d7cb157983: Pulling fs layer 05:52:14 b116817d02f9: Pulling fs layer 05:52:14 745a02a5169b: Pulling fs layer 05:52:14 00ac8860ef70: Waiting 05:52:14 63d7cb157983: Waiting 05:52:14 b116817d02f9: Waiting 05:52:14 745a02a5169b: Waiting 05:52:14 18c013af1878: Download complete 05:52:14 a4357932f1b6: Verifying Checksum 05:52:14 a4357932f1b6: Download complete 05:52:15 63d7cb157983: Verifying Checksum 05:52:15 63d7cb157983: Download complete 05:52:15 b116817d02f9: Download complete 05:52:15 5f621e34cdf4: Verifying Checksum 05:52:15 5f621e34cdf4: Download complete 05:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.041s coverage: 45.4% of statements 05:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.012s coverage: 77.8% of statements 05:52:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:52:15 5f621e34cdf4: Pull complete 05:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.004s coverage: 26.3% of statements 05:52:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.020s coverage: 14.7% of statements 05:52:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.035s coverage: 100.0% of statements 05:52:16 a4357932f1b6: Pull complete 05:52:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements 05:52:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:52:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:52:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.014s coverage: 100.0% of statements 05:52:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.004s coverage: 36.7% of statements 05:52:16 18c013af1878: Pull complete 05:52:17 745a02a5169b: Verifying Checksum 05:52:17 745a02a5169b: Download complete 05:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.028s coverage: 63.0% of statements 05:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 05:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements 05:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements 05:52:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.015s coverage: 14.3% of statements 05:52:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:52:19 00ac8860ef70: Verifying Checksum 05:52:19 00ac8860ef70: Download complete 05:52:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.077s coverage: 84.6% of statements 05:52:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:52:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:52:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.015s coverage: 45.3% of statements 05:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.023s coverage: 94.7% of statements 05:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.043s coverage: 89.0% of statements 05:52:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.012s coverage: 100.0% of statements 05:52:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 05:52:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:52:22 gofmt -l . 05:52:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:52:23 $ docker stop --time=1 e26739d1d7479b1f5a43d658caea87d8d06e0f2e419bf7cdf1e438559f054ccb 05:52:25 $ docker rm -f e26739d1d7479b1f5a43d658caea87d8d06e0f2e419bf7cdf1e438559f054ccb [Pipeline] // withDockerContainer [Pipeline] sh 05:52:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:52:26 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 05:52:27 ---> job-cost.sh 05:52:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sJZm 05:52:29 00ac8860ef70: Pull complete 05:52:29 63d7cb157983: Pull complete 05:52:29 b116817d02f9: Pull complete 05:52:32 745a02a5169b: Pull complete 05:52:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:52:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:52:32 ---> b7e6874047d6 05:52:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:52:36 ---> Running in e0c8b47bc025 05:52:36 Removing intermediate container e0c8b47bc025 05:52:36 ---> b5ab2af532cf 05:52:36 Step 4/7 : RUN apk add bash 05:52:36 ---> Running in 5656b1fc9b5c 05:52:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:52:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:52:39 OK: 142 MiB in 39 packages 05:52:40 Removing intermediate container 5656b1fc9b5c 05:52:40 ---> c0a179fe7b33 05:52:40 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:52:40 ---> Running in 63beb2107ff6 05:52:41 Removing intermediate container 63beb2107ff6 05:52:41 ---> 510b711ed4ec 05:52:41 Step 6/7 : COPY go.mod . 05:52:41 ---> 7b82c150dfc9 05:52:41 Step 7/7 : RUN go mod download 05:52:42 ---> Running in 2b37e5ceacd5 05:52:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:52:57 Removing intermediate container 2b37e5ceacd5 05:52:57 ---> 3728d027a4d5 05:52:57 Successfully built 3728d027a4d5 05:52:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:52:57 + docker inspect -f . ci-base-image-arm64 05:52:57 . [Pipeline] withDockerContainer 05:52:57 prd-ubuntu18.04-docker-arm64-4c-16g-27601 does not seem to be running inside a container 05:52:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:52:59 $ docker top 83b03f3d0c9a4bdd11b9833f7396e0ec93eb4d3e4bbb3cd77d540eca3eca472f -eo pid,comm [Pipeline] { [Pipeline] sh 05:53:00 + go version 05:53:00 go version go1.15.5 linux/arm64 [Pipeline] } 05:53:00 $ docker stop --time=1 83b03f3d0c9a4bdd11b9833f7396e0ec93eb4d3e4bbb3cd77d540eca3eca472f 05:53:02 $ docker rm -f 83b03f3d0c9a4bdd11b9833f7396e0ec93eb4d3e4bbb3cd77d540eca3eca472f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:53:03 + docker inspect -f . ci-base-image-arm64 05:53:03 . [Pipeline] withDockerContainer 05:53:03 prd-ubuntu18.04-docker-arm64-4c-16g-27601 does not seem to be running inside a container 05:53:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:53:05 $ docker top 2b95d3f40379219185ba1fd4ccac1b1a5e26840d112a48dcefca7720f8dc7139 -eo pid,comm [Pipeline] { [Pipeline] sh 05:53:06 + make test 05:53:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:53:14 lf-activate-venv(): INFO: Adding /tmp/venv-sJZm/bin to PATH 05:53:14 INFO: No Stack... 05:53:14 INFO: Retrieving Pricing Info for: v1-standard-2 05:53:14 INFO: Archiving Costs [Pipeline] sh 05:53:14 + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv 05:53:14 + cut -d, -f6 [Pipeline] lock 05:53:14 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-521-2-stack-cost] 05:53:15 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-521-2-stack-cost] did not exist. Created. 05:53:15 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-521-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:53:15 + echo total: 0.029999999329447746 [Pipeline] stash 05:53:15 Stashed 1 file(s) [Pipeline] } 05:53:15 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-521-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:53:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:53:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.056s coverage: 85.7% of statements 05:53:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.027s coverage: 100.0% of statements 05:53:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.087s coverage: 45.4% of statements 05:53:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.034s coverage: 77.8% of statements 05:53:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:53:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements 05:53:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.053s coverage: 14.7% of statements 05:53:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 05:53:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.088s coverage: 91.8% of statements 05:53:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:53:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:53:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.038s coverage: 100.0% of statements 05:53:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.029s coverage: 36.7% of statements 05:53:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.089s coverage: 63.0% of statements 05:53:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 05:53:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.016s coverage: 15.4% of statements 05:53:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.019s coverage: 15.4% of statements 05:53:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.037s coverage: 14.3% of statements 05:53:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:53:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.232s coverage: 84.6% of statements 05:53:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:53:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:53:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:53:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.061s coverage: 45.3% of statements 05:53:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.053s coverage: 94.7% of statements 05:53:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.165s coverage: 89.0% of statements 05:53:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 05:53:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 05:53:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:53:52 gofmt -l . 05:53:53 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:53:53 $ docker stop --time=1 2b95d3f40379219185ba1fd4ccac1b1a5e26840d112a48dcefca7720f8dc7139 05:53:56 $ docker rm -f 2b95d3f40379219185ba1fd4ccac1b1a5e26840d112a48dcefca7720f8dc7139 [Pipeline] // withDockerContainer [Pipeline] sh 05:53:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:53:57 Warning: overwriting stash ‘coverage-report’ 05:53:58 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 05:53:59 ---> job-cost.sh 05:53:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-36pU 05:54:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:56:44 lf-activate-venv(): INFO: Adding /tmp/venv-36pU/bin to PATH 05:56:44 INFO: No Stack... 05:56:44 INFO: Retrieving Pricing Info for: lf-standard-4 05:56:44 INFO: Archiving Costs [Pipeline] sh 05:56:45 + + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv 05:56:45 cut -d, -f6 [Pipeline] lock 05:56:45 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-521-2-stack-cost] 05:56:45 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-521-2-stack-cost] did not exist. Created. 05:56:45 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-521-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:56:45 /w/workspace/go-mod-core-contracts/2@tmp/durable-c776a1d5/script.sh: 1: /w/workspace/go-mod-core-contracts/2@tmp/durable-c776a1d5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:56:46 + echo total: 0.20999999344348907 [Pipeline] stash 05:56:46 Warning: overwriting stash ‘stack-cost’ 05:56:46 Stashed 1 file(s) [Pipeline] } 05:56:46 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-521-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 05:56:47 provisioning config files... 05:56:47 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-521@tmp/config4860514421938326163tmp [Pipeline] { [Pipeline] sh 05:56:48 + set +x 05:56:48 + curl -s https://codecov.io/bash 05:56:48 + bash -s -- 05:56:48 05:56:48 _____ _ 05:56:48 / ____| | | 05:56:48 | | ___ __| | ___ ___ _____ __ 05:56:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:56:48 | |___| (_) | (_| | __/ (_| (_) \ V / 05:56:48 \_____\___/ \__,_|\___|\___\___/ \_/ 05:56:48 Bash-20210129-7c25fce 05:56:48 05:56:48 05:56:48 ==> git version 2.24.3 found 05:56:48 ==> 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 05:56:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:56:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:56:48 ==> Jenkins CI detected. 05:56:48 project root: . 05:56:48 --> token set from env 05:56:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:56:48 ==> Running gcov in . (disable via -X gcov) 05:56:48 ==> Python coveragepy not found 05:56:48 ==> Searching for coverage reports in: 05:56:48 + . 05:56:48 -> Found 1 reports 05:56:48 ==> Detecting git/mercurial file structure 05:56:48 ==> Reading reports 05:56:48 + ./coverage.out bytes=154713 05:56:48 ==> Appending adjustments 05:56:48 https://docs.codecov.io/docs/fixing-reports 05:56:49 + Found adjustments 05:56:49 ==> Gzipping contents 05:56:49 24K /tmp/codecov.58VbTT.gz 05:56:49 ==> Uploading reports 05:56:49 url: https://codecov.io 05:56:49 query: branch=PR-521&commit=7342969a7bf4c9c0b628601953bf09e0312778ec&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-521%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=521&job=&cmd_args= 05:56:49 -> Pinging Codecov 05:56:49 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-521&commit=7342969a7bf4c9c0b628601953bf09e0312778ec&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-521%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=521&job=&cmd_args= 05:56:50 -> Uploading to 05:56:50 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/71470A77251A30514AAF9C0BB2E5B6CE/7342969a7bf4c9c0b628601953bf09e0312778ec/e8f58d06-9636-4d64-b51d-318a0aa75265.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T055650Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=42fa4b448b08f41931f11d10d63d37acc93478bfb7c7c18fd783792b623ef33a 05:56:50 % Total % Received % Xferd Average Speed Time Time Time Current 05:56:50 Dload Upload Total Spent Left Speed 05:56:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23278 0 0 100 23278 0 49448 --:--:-- --:--:-- --:--:-- 49527 05:56:50 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/7342969a7bf4c9c0b628601953bf09e0312778ec [Pipeline] } 05:56:50 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 05:56:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:56:53 ---> package-listing.sh 05:56:53 ++ facter osfamily 05:56:53 ++ tr '[:upper:]' '[:lower:]' 05:56:53 + OS_FAMILY=redhat 05:56:53 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-521 05:56:53 + START_PACKAGES=/tmp/packages_start.txt 05:56:53 + END_PACKAGES=/tmp/packages_end.txt 05:56:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:56:53 + PACKAGES=/tmp/packages_start.txt 05:56:53 + '[' /w/workspace/dry_go-mod-core-contracts_PR-521 ']' 05:56:53 + PACKAGES=/tmp/packages_end.txt 05:56:53 + case "${OS_FAMILY}" in 05:56:53 + rpm -qa 05:56:53 + sort 05:56:58 + '[' -f /tmp/packages_start.txt ']' 05:56:58 + '[' -f /tmp/packages_end.txt ']' 05:56:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:56:58 + '[' /w/workspace/dry_go-mod-core-contracts_PR-521 ']' 05:56:58 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-521/archives/ 05:56:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-521/archives/ [Pipeline] echo 05:56:58 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-521/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:56:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:56:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:56:59 05:56:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:56:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:56:59 alpine: Pulling from edgex-lftools-log-publisher 05:56:59 df20fa9351a1: Pulling fs layer 05:56:59 36b3adc4ff6f: Pulling fs layer 05:56:59 8ad3a11d3b57: Pulling fs layer 05:56:59 46f8f816bc3b: Pulling fs layer 05:56:59 93b61091891f: Pulling fs layer 05:56:59 93b9cdb0e59b: Pulling fs layer 05:56:59 5e14af77c1be: Pulling fs layer 05:56:59 01666e4c0597: Pulling fs layer 05:56:59 aa168da1d23b: Pulling fs layer 05:56:59 46f8f816bc3b: Waiting 05:56:59 93b61091891f: Waiting 05:56:59 93b9cdb0e59b: Waiting 05:56:59 5e14af77c1be: Waiting 05:56:59 01666e4c0597: Waiting 05:56:59 aa168da1d23b: Waiting 05:56:59 36b3adc4ff6f: Download complete 05:56:59 46f8f816bc3b: Verifying Checksum 05:56:59 46f8f816bc3b: Download complete 05:56:59 df20fa9351a1: Verifying Checksum 05:56:59 df20fa9351a1: Download complete 05:56:59 93b9cdb0e59b: Verifying Checksum 05:56:59 93b9cdb0e59b: Download complete 05:57:00 5e14af77c1be: Verifying Checksum 05:57:00 5e14af77c1be: Download complete 05:57:00 01666e4c0597: Verifying Checksum 05:57:00 01666e4c0597: Download complete 05:57:00 93b61091891f: Verifying Checksum 05:57:00 93b61091891f: Download complete 05:57:00 8ad3a11d3b57: Verifying Checksum 05:57:00 8ad3a11d3b57: Download complete 05:57:00 df20fa9351a1: Pull complete 05:57:00 36b3adc4ff6f: Pull complete 05:57:01 8ad3a11d3b57: Pull complete 05:57:01 46f8f816bc3b: Pull complete 05:57:01 93b61091891f: Pull complete 05:57:02 93b9cdb0e59b: Pull complete 05:57:02 aa168da1d23b: Verifying Checksum 05:57:02 aa168da1d23b: Download complete 05:57:02 5e14af77c1be: Pull complete 05:57:02 01666e4c0597: Pull complete 05:57:10 aa168da1d23b: Pull complete 05:57:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:57:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:57:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:57:11 prd-centos7-docker-4c-2g-27600 does not seem to be running inside a container 05:57:11 $ 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-521/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-521 -v /w/workspace/dry_go-mod-core-contracts_PR-521:/w/workspace/dry_go-mod-core-contracts_PR-521:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-521@tmp:/w/workspace/dry_go-mod-core-contracts_PR-521@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:57:14 $ docker top 7d54a9246276dff7886f50a8de9c8d93bff53569ee553b3ed2cd8b5f3d8ae7e2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:57:14 + touch /tmp/pre-build-complete [Pipeline] sh 05:57:15 + mkdir -p /var/log/sa [Pipeline] sh 05:57:15 + ls /var/log/sa-host 05:57:15 + sadf -c /var/log/sa-host/sa23 05:57:15 file_magic: OK 05:57:15 HZ: Using current value: 100 05:57:15 file_header: OK 05:57:15 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 05:57:15 Statistics: 05:57:15 Hnuu...uuuununununu... 05:57:15 File successfully converted to sysstat format version 12.2.1 05:57:15 + sadf -c /var/log/sa-host/sa25 05:57:15 file_magic: OK 05:57:15 HZ: Using current value: 100 05:57:15 file_header: OK 05:57:15 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 05:57:15 Statistics: 05:57:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:57:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:57:16 provisioning config files... 05:57:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-521@tmp/config5807047261488064116tmp [Pipeline] { [Pipeline] echo 05:57:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:57:16 ---> create-netrc.sh [Pipeline] } 05:57:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:57:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:57:16 ---> python-tools-install.sh [Pipeline] echo 05:57:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:57:17 ---> sudo-logs.sh 05:57:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:57:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:57:17 ---> job-cost.sh 05:57:17 lf-activate-venv: SKIPPING 05:57:17 DEBUG: total: 0.20999999344348907 05:57:17 INFO: Retrieving Stack Cost... 05:57:18 INFO: Retrieving Pricing Info for: v1-standard-2 05:57:19 INFO: Archiving Costs [Pipeline] echo 05:57:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:57:19 ---> logs-deploy.sh 05:57:19 lf-activate-venv: SKIPPING 05:57:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-521/2 05:57:19 INFO: archiving workspace using pattern(s): 05:57:21 Archives upload complete. 05:57:21 INFO: archiving logs to Nexus 05:57:22 ---> uname -a: 05:57:22 Linux prd-centos7-docker-4c-2g-27600.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:57:22 05:57:22 05:57:22 ---> lscpu: 05:57:22 Architecture: x86_64 05:57:22 CPU op-mode(s): 32-bit, 64-bit 05:57:22 Byte Order: Little Endian 05:57:22 Address sizes: 40 bits physical, 48 bits virtual 05:57:22 CPU(s): 4 05:57:22 On-line CPU(s) list: 0-3 05:57:22 Thread(s) per core: 1 05:57:22 Core(s) per socket: 1 05:57:22 Socket(s): 4 05:57:22 NUMA node(s): 1 05:57:22 Vendor ID: GenuineIntel 05:57:22 CPU family: 6 05:57:22 Model: 44 05:57:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:57:22 Stepping: 1 05:57:22 CPU MHz: 2933.438 05:57:22 BogoMIPS: 5866.87 05:57:22 Virtualization: VT-x 05:57:22 Hypervisor vendor: KVM 05:57:22 Virtualization type: full 05:57:22 L1d cache: 128 KiB 05:57:22 L1i cache: 128 KiB 05:57:22 L2 cache: 16 MiB 05:57:22 L3 cache: 64 MiB 05:57:22 NUMA node0 CPU(s): 0-3 05:57:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:57:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:57:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:57:22 Vulnerability Meltdown: Mitigation; PTI 05:57:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:57:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:57:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:57:22 Vulnerability Srbds: Not affected 05:57:22 Vulnerability Tsx async abort: Not affected 05:57:22 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 05:57:22 05:57:22 05:57:22 ---> nproc: 05:57:22 4 05:57:22 05:57:22 05:57:22 ---> df -h: 05:57:22 Filesystem Size Used Available Use% Mounted on 05:57:22 overlay 50.0G 7.3G 42.7G 15% / 05:57:22 tmpfs 64.0M 0 64.0M 0% /dev 05:57:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:57:22 shm 64.0M 0 64.0M 0% /dev/shm 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-521@tmp 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 05:57:22 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-521 05:57:22 05:57:22 05:57:22 ---> free -m: 05:57:22 total used free shared buff/cache available 05:57:22 Mem: 1837 678 111 0 1048 1054 05:57:22 Swap: 1023 1 1022 05:57:22 05:57:22 05:57:22 ---> ip addr: 05:57:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:57:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:57:22 inet 127.0.0.1/8 scope host lo 05:57:22 valid_lft forever preferred_lft forever 05:57:22 inet6 ::1/128 scope host 05:57:22 valid_lft forever preferred_lft forever 05:57:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:57:22 link/ether fa:16:3e:9b:01:89 brd ff:ff:ff:ff:ff:ff 05:57:22 inet 10.30.122.177/23 brd 10.30.123.255 scope global dynamic eth0 05:57:22 valid_lft 85898sec preferred_lft 85898sec 05:57:22 inet6 fe80::f816:3eff:fe9b:189/64 scope link 05:57:22 valid_lft forever preferred_lft forever 05:57:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:57:22 link/ether 02:42:3a:dc:7f:b5 brd ff:ff:ff:ff:ff:ff 05:57:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:57:22 valid_lft forever preferred_lft forever 05:57:22 inet6 fe80::42:3aff:fedc:7fb5/64 scope link 05:57:22 valid_lft forever preferred_lft forever 05:57:22 05:57:22 05:57:22 ---> sar -b -r -n DEV: 05:57:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 05:57:22 05:57:22 05:48:50 LINUX RESTART (4 CPU) 05:57:22 05:57:22 05:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:57:22 05:51:01 2.57 0.00 2.57 0.00 0.00 56.93 0.00 05:57:22 05:52:01 0.17 0.00 0.17 0.00 0.00 2.18 0.00 05:57:22 05:53:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 05:57:22 05:54:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 05:57:22 05:55:01 0.30 0.00 0.30 0.00 0.00 4.86 0.00 05:57:22 05:56:01 0.28 0.00 0.28 0.00 0.00 2.86 0.00 05:57:22 05:57:01 52.88 49.57 3.31 0.00 4440.76 98.55 0.00 05:57:22 Average: 8.12 7.10 1.02 0.00 636.03 24.46 0.00 05:57:22 05:57:22 05:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:57:22 05:51:01 169804 0 564536 30.00 2620 1144584 1052888 35.93 403052 1108120 16 05:57:22 05:52:01 166792 0 567540 30.16 2620 1144592 1053080 35.94 410036 1103992 20 05:57:22 05:53:01 168500 0 565828 30.07 2620 1144596 1052888 35.93 409112 1103988 12 05:57:22 05:54:01 167260 0 567068 30.14 2620 1144596 1052888 35.93 420024 1094112 12 05:57:22 05:55:01 166688 0 567632 30.17 2620 1144604 1052972 35.94 419136 1095544 8 05:57:22 05:56:01 167152 0 567112 30.14 2620 1144660 1052888 35.93 424196 1090200 16 05:57:22 05:57:01 111104 0 608924 32.36 2620 1158896 1267240 43.25 450132 1113420 94040 05:57:22 Average: 159614 0 572663 30.44 2620 1146647 1083549 36.98 419384 1101339 13446 05:57:22 05:57:22 05:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:57:22 05:51:01 eth0 1.05 0.07 0.09 0.02 0.00 0.00 0.00 0.00 05:57:22 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:52:01 eth0 3.81 1.93 2.97 0.49 0.00 0.00 0.00 0.00 05:57:22 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:57:22 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:54:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:57:22 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:55:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:57:22 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:57:22 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:57:01 eth0 117.75 95.24 1224.48 11.98 0.00 0.00 0.00 0.00 05:57:22 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 Average: eth0 17.63 13.99 175.83 1.80 0.00 0.00 0.00 0.00 05:57:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:22 05:57:22 05:57:22 ---> sar -P ALL: 05:57:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 05:57:22 05:57:22 05:48:50 LINUX RESTART (4 CPU) 05:57:22 05:57:22 05:50:02 CPU %user %nice %system %iowait %steal %idle 05:57:22 05:51:01 all 0.18 0.00 0.05 0.00 0.01 99.76 05:57:22 05:51:01 0 0.08 0.00 0.02 0.00 0.02 99.88 05:57:22 05:51:01 1 0.07 0.00 0.07 0.00 0.00 99.86 05:57:22 05:51:01 2 0.49 0.00 0.07 0.00 0.00 99.44 05:57:22 05:51:01 3 0.07 0.00 0.05 0.00 0.02 99.86 05:57:22 05:52:01 all 0.19 0.00 0.06 0.00 0.01 99.75 05:57:22 05:52:01 0 0.07 0.00 0.08 0.00 0.00 99.85 05:57:22 05:52:01 1 0.07 0.00 0.07 0.00 0.02 99.85 05:57:22 05:52:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:57:22 05:52:01 3 0.55 0.00 0.05 0.00 0.00 99.40 05:57:22 05:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 05:57:22 05:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:57:22 05:53:01 1 0.07 0.00 0.05 0.00 0.00 99.88 05:57:22 05:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:57:22 05:53:01 3 0.48 0.00 0.03 0.00 0.00 99.48 05:57:22 05:54:01 all 0.13 0.00 0.05 0.00 0.00 99.82 05:57:22 05:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:57:22 05:54:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:57:22 05:54:01 2 0.08 0.00 0.12 0.00 0.00 99.80 05:57:22 05:54:01 3 0.38 0.00 0.03 0.00 0.00 99.58 05:57:22 05:55:01 all 0.17 0.00 0.07 0.00 0.00 99.76 05:57:22 05:55:01 0 0.53 0.00 0.05 0.00 0.00 99.42 05:57:22 05:55:01 1 0.03 0.00 0.08 0.00 0.00 99.88 05:57:22 05:55:01 2 0.05 0.00 0.08 0.00 0.00 99.87 05:57:22 05:55:01 3 0.05 0.00 0.05 0.00 0.02 99.88 05:57:22 05:56:01 all 0.15 0.00 0.04 0.00 0.00 99.81 05:57:22 05:56:01 0 0.50 0.00 0.02 0.00 0.00 99.48 05:57:22 05:56:01 1 0.07 0.00 0.07 0.00 0.02 99.85 05:57:22 05:56:01 2 0.02 0.00 0.05 0.00 0.00 99.93 05:57:22 05:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:57:22 05:57:01 all 2.02 0.00 1.29 1.35 0.01 95.33 05:57:22 05:57:01 0 2.13 0.00 1.71 1.84 0.02 94.31 05:57:22 05:57:01 1 1.51 0.00 1.02 1.05 0.00 96.42 05:57:22 05:57:01 2 1.88 0.00 1.22 0.05 0.02 96.83 05:57:22 05:57:01 3 2.58 0.00 1.19 2.46 0.00 93.77 05:57:22 Average: all 0.42 0.00 0.23 0.19 0.01 99.15 05:57:22 Average: 0 0.48 0.00 0.27 0.26 0.00 98.99 05:57:22 Average: 1 0.26 0.00 0.20 0.15 0.01 99.38 05:57:22 Average: 2 0.37 0.00 0.23 0.01 0.00 99.39 05:57:22 Average: 3 0.59 0.00 0.20 0.35 0.00 98.85 05:57:22 05:57:22 05:57:22