Pull request #540 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 b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 rather than d416b800869623a351e523115ad69519c97f3189 Obtained Jenkinsfile from b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29318 in /w/workspace/dry_go-mod-core-contracts_PR-540 [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-540 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit d416b800869623a351e523115ad69519c97f3189 Merge succeeded, producing d416b800869623a351e523115ad69519c97f3189 Checking out Revision d416b800869623a351e523115ad69519c97f3189 (PR-540) > 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/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d416b800869623a351e523115ad69519c97f3189 # 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 b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 Commit message: "feat: Implement the re-designed device profile model" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk f38c7cb2460b54a33d5b87c6cdad54c130ca45ed # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:25:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:25:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:25:26 ========================================================= 13:25:26 EdgeX Global Pipelines Version Info 13:25:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:25:27 ------------------- 13:25:27 stable info: 13:25:27 ------------------- 13:25:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:25:27 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 13:25:27 Message: update stable to v1.0.184 13:25:28 ------------------- 13:25:28 experimental info: 13:25:28 ------------------- 13:25:28 Commited By: **** collab-it+edgex@linuxfoundation.org 13:25:28 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 13:25:28 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:25:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 13:25:28 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 13:25:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:25:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:25:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-540 [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-540 [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-540 [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d416b800869623a351e523115ad69519c97f3189 [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d416b80 [Pipeline] echo 13:25:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:25:32 + git log --format=format:%s -1 d416b800869623a351e523115ad69519c97f3189 [Pipeline] echo 13:25:32 GIT_COMMIT: d416b800869623a351e523115ad69519c97f3189, Commit Message: feat: Implement the re-designed device profile model [Pipeline] echo 13:25:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:25:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:25:33 13:25:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:25:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:25:33 latest: Pulling from edgex-devops/git-semver 13:25:33 31603596830f: Pulling fs layer 13:25:33 2a8b12db71e7: Pulling fs layer 13:25:33 6ca5941a6612: Pulling fs layer 13:25:33 ecc8261a40a4: Pulling fs layer 13:25:33 ecc8261a40a4: Waiting 13:25:33 2a8b12db71e7: Verifying Checksum 13:25:33 2a8b12db71e7: Download complete 13:25:34 31603596830f: Verifying Checksum 13:25:34 31603596830f: Download complete 13:25:34 ecc8261a40a4: Verifying Checksum 13:25:34 ecc8261a40a4: Download complete 13:25:34 6ca5941a6612: Verifying Checksum 13:25:34 6ca5941a6612: Download complete 13:25:34 31603596830f: Pull complete 13:25:34 2a8b12db71e7: Pull complete 13:25:35 6ca5941a6612: Pull complete 13:25:35 ecc8261a40a4: Pull complete 13:25:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:25:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:25:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:25:35 prd-centos7-docker-4c-2g-29318 does not seem to be running inside a container 13:25:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-540 -v /w/workspace/dry_go-mod-core-contracts_PR-540:/w/workspace/dry_go-mod-core-contracts_PR-540:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-540@tmp:/w/workspace/dry_go-mod-core-contracts_PR-540@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 13:25:37 $ docker top 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:25:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:25:37 [ssh-agent] Looking for ssh-agent implementation... 13:25:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:25:38 $ docker exec 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 ssh-agent 13:25:38 SSH_AUTH_SOCK=/tmp/ssh-lcg2qDlnx8bc/agent.11 13:25:38 SSH_AGENT_PID=16 13:25:38 Running ssh-add (command line suppressed) 13:25:38 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5820742130517202090.key (/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5820742130517202090.key) 13:25:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:25:38 + git tag --points-at HEAD [Pipeline] } 13:25:38 $ docker exec --env ******** --env ******** 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 ssh-agent -k 13:25:39 unset SSH_AUTH_SOCK; 13:25:39 unset SSH_AGENT_PID; 13:25:39 echo Agent pid 16 killed; 13:25:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:25:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:25:39 [ssh-agent] Looking for ssh-agent implementation... 13:25:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:25:39 $ docker exec 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 ssh-agent 13:25:39 SSH_AUTH_SOCK=/tmp/ssh-qudtIPM5hxC4/agent.45 13:25:39 SSH_AGENT_PID=50 13:25:39 Running ssh-add (command line suppressed) 13:25:39 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5947694134296602108.key (/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5947694134296602108.key) 13:25:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:25:40 + git semver init 13:25:40 # -> Open(): unable to determine branch for HEAD 13:25:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-540/.git 13:25:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-540 13:25:40 # $SEMVER_REMOTE_NAME = origin 13:25:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:25:40 # $SEMVER_USER_NAME = edgex-jenkins 13:25:40 # $SEMVER_BRANCH = PR-540 13:25:40 # $SEMVER_TEMP = /tmp/semver-002086658 13:25:40 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 13:25:40 # '/tmp/semver-002086658' -> '/w/workspace/dry_go-mod-core-contracts_PR-540/.semver' 13:25:41 # -> Force: false 13:25:41 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-540/.semver [Pipeline] } 13:25:41 $ docker exec --env ******** --env ******** 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 ssh-agent -k 13:25:41 unset SSH_AUTH_SOCK; 13:25:41 unset SSH_AGENT_PID; 13:25:41 echo Agent pid 50 killed; 13:25:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:25:41 + git semver [Pipeline] } 13:25:41 $ docker stop --time=1 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 13:25:43 $ docker rm -f 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 [Pipeline] // withDockerContainer [Pipeline] sh 13:25:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:25:44 Stashed 1 file(s) [Pipeline] echo 13:25:44 [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 13:26:00 Still waiting to schedule task 13:26:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:26:00 Still waiting to schedule task 13:26:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:27:52 Running on prd-centos7-docker-4c-2g-29320 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] ws 13:27:52 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 13:27:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29319 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] ws 13:27:52 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 13:27:55 using credential edgex-jenkins-ssh 13:27:55 Cloning the remote Git repository 13:27:55 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 13:27:55 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 13:27:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:27:55 > git --version # timeout=10 13:27:55 > git --version # 'git version 2.24.3' 13:27:55 using GIT_SSH to set credentials SSH Credentials for GitHub 13:27:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:27:56 Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit d416b800869623a351e523115ad69519c97f3189 13:27:56 Merge succeeded, producing d416b800869623a351e523115ad69519c97f3189 13:27:56 Checking out Revision d416b800869623a351e523115ad69519c97f3189 (PR-540) 13:27:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:27:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:27:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:27:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:27:56 using GIT_SSH to set credentials SSH Credentials for GitHub 13:27:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:27:56 > git config core.sparsecheckout # timeout=10 13:27:56 > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 13:27:56 > git remote # timeout=10 13:27:56 > git config --get remote.origin.url # timeout=10 13:27:56 using GIT_SSH to set credentials SSH Credentials for GitHub 13:27:56 > git merge b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 13:27:56 > git rev-parse HEAD^{commit} # timeout=10 13:27:56 > git config core.sparsecheckout # timeout=10 13:27:56 > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 13:27:58 using credential edgex-jenkins-ssh 13:27:58 Cloning the remote Git repository 13:27:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 13:27:58 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 13:27:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:27:58 > git --version # timeout=10 13:27:58 > git --version # 'git version 2.17.1' 13:27:58 using GIT_SSH to set credentials SSH Credentials for GitHub 13:27:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:28:00 Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit d416b800869623a351e523115ad69519c97f3189 13:27:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:27:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:27:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:27:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:27:59 using GIT_SSH to set credentials SSH Credentials for GitHub 13:27:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:28:00 > git config core.sparsecheckout # timeout=10 13:28:00 > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 13:28:00 > git remote # timeout=10 13:28:00 > git config --get remote.origin.url # timeout=10 13:28:00 Merge succeeded, producing d416b800869623a351e523115ad69519c97f3189 13:28:00 Checking out Revision d416b800869623a351e523115ad69519c97f3189 (PR-540) 13:28:00 Commit message: "feat: Implement the re-designed device profile model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:28:00 using GIT_SSH to set credentials SSH Credentials for GitHub 13:28:00 > git merge b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 13:28:00 > git rev-parse HEAD^{commit} # timeout=10 13:28:00 > git config core.sparsecheckout # timeout=10 13:28:00 > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 13:28:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:28:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:28:02 + sudo service docker restart 13:28:02 + true 13:28:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 13:28:04 ========================================================= 13:28:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:28:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:28:04 + 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 . 13:28:05 Commit message: "feat: Implement the re-designed device profile model" 13:28:05 Sending build context to Docker daemon 2.798MB 13:28:05 Step 1/7 : ARG BASE=golang:1.15-alpine 13:28:05 Step 2/7 : FROM ${BASE} 13:28:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:28:05 188c0c94c7c5: Pulling fs layer 13:28:05 0ef7d3d256c8: Pulling fs layer 13:28:05 de9db76c5a1d: Pulling fs layer 13:28:05 bca2f99d35d6: Pulling fs layer 13:28:05 93359f2a8cfa: Pulling fs layer 13:28:05 7c6f9722023f: Pulling fs layer 13:28:05 a35cf1a2eb13: Pulling fs layer 13:28:05 93359f2a8cfa: Waiting 13:28:05 7c6f9722023f: Waiting 13:28:05 a35cf1a2eb13: Waiting 13:28:05 bca2f99d35d6: Waiting 13:28:05 de9db76c5a1d: Verifying Checksum 13:28:05 de9db76c5a1d: Download complete 13:28:05 0ef7d3d256c8: Verifying Checksum 13:28:05 0ef7d3d256c8: Download complete 13:28:05 93359f2a8cfa: Download complete 13:28:05 7c6f9722023f: Verifying Checksum 13:28:05 7c6f9722023f: Download complete 13:28:05 188c0c94c7c5: Verifying Checksum 13:28:05 188c0c94c7c5: Download complete [Pipeline] withEnv [Pipeline] { 13:28:05 188c0c94c7c5: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:28:05 0ef7d3d256c8: Pull complete 13:28:06 de9db76c5a1d: Pull complete 13:28:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:28:07 a35cf1a2eb13: Verifying Checksum 13:28:07 a35cf1a2eb13: Download complete 13:28:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:28:07 + sudo service docker restart 13:28:07 + true 13:28:07 bca2f99d35d6: Verifying Checksum 13:28:07 bca2f99d35d6: Download complete [Pipeline] unstash [Pipeline] echo 13:28:10 ========================================================= 13:28:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:28:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:28:11 + 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 . 13:28:11 Sending build context to Docker daemon 2.797MB 13:28:11 Step 1/7 : ARG BASE=golang:1.15-alpine 13:28:11 Step 2/7 : FROM ${BASE} 13:28:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:28:12 5f621e34cdf4: Pulling fs layer 13:28:12 a4357932f1b6: Pulling fs layer 13:28:12 18c013af1878: Pulling fs layer 13:28:12 00ac8860ef70: Pulling fs layer 13:28:12 63d7cb157983: Pulling fs layer 13:28:12 b116817d02f9: Pulling fs layer 13:28:12 745a02a5169b: Pulling fs layer 13:28:12 00ac8860ef70: Waiting 13:28:12 63d7cb157983: Waiting 13:28:12 b116817d02f9: Waiting 13:28:12 745a02a5169b: Waiting 13:28:12 18c013af1878: Download complete 13:28:12 a4357932f1b6: Download complete 13:28:12 63d7cb157983: Verifying Checksum 13:28:12 63d7cb157983: Download complete 13:28:12 b116817d02f9: Verifying Checksum 13:28:12 b116817d02f9: Download complete 13:28:12 5f621e34cdf4: Verifying Checksum 13:28:12 5f621e34cdf4: Download complete 13:28:13 bca2f99d35d6: Pull complete 13:28:13 93359f2a8cfa: Pull complete 13:28:13 7c6f9722023f: Pull complete 13:28:13 5f621e34cdf4: Pull complete 13:28:13 a4357932f1b6: Pull complete 13:28:14 18c013af1878: Pull complete 13:28:14 745a02a5169b: Verifying Checksum 13:28:14 745a02a5169b: Download complete 13:28:15 00ac8860ef70: Verifying Checksum 13:28:15 00ac8860ef70: Download complete 13:28:18 a35cf1a2eb13: Pull complete 13:28:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:28:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:28:18 ---> a62c8e92a672 13:28:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:28:18 ---> Running in fbf5ed5e4991 13:28:18 Removing intermediate container fbf5ed5e4991 13:28:18 ---> 11ee67c4f789 13:28:18 Step 4/7 : RUN apk add bash 13:28:18 ---> Running in 19453625405f 13:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:28:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:28:20 OK: 166 MiB in 39 packages 13:28:21 Removing intermediate container 19453625405f 13:28:21 ---> 99a9b55a1052 13:28:21 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:28:21 ---> Running in df761975e0c2 13:28:21 Removing intermediate container df761975e0c2 13:28:21 ---> d735d77e454d 13:28:21 Step 6/7 : COPY go.mod . 13:28:21 ---> f27d1bbad0c6 13:28:21 Step 7/7 : RUN go mod download 13:28:21 ---> Running in a585e112cad4 13:28:26 00ac8860ef70: Pull complete 13:28:26 63d7cb157983: Pull complete 13:28:26 b116817d02f9: Pull complete 13:28:30 745a02a5169b: Pull complete 13:28:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:28:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:28:30 ---> b7e6874047d6 13:28:30 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:28:32 ---> Running in d5158abaf5ca 13:28:33 Removing intermediate container d5158abaf5ca 13:28:33 ---> 4fae61537117 13:28:33 Step 4/7 : RUN apk add bash 13:28:33 ---> Running in 1ad7f9bfe7a4 13:28:33 Removing intermediate container a585e112cad4 13:28:33 ---> 47a387153575 13:28:33 Successfully built 47a387153575 13:28:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:28:34 + docker inspect -f . ci-base-image-x86_64 13:28:34 . [Pipeline] withDockerContainer 13:28:34 prd-centos7-docker-4c-2g-29320 does not seem to be running inside a container 13:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:28:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:28:35 $ docker top 791ed0158c68d1e248e14b0bc696e21723d36cb8d8f6ebc5ed97a1dd78c39c09 -eo pid,comm [Pipeline] { [Pipeline] sh 13:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:28:35 + go version 13:28:35 go version go1.15.5 linux/amd64 [Pipeline] } 13:28:35 $ docker stop --time=1 791ed0158c68d1e248e14b0bc696e21723d36cb8d8f6ebc5ed97a1dd78c39c09 13:28:36 OK: 142 MiB in 39 packages 13:28:36 $ docker rm -f 791ed0158c68d1e248e14b0bc696e21723d36cb8d8f6ebc5ed97a1dd78c39c09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:28:37 + docker inspect -f . ci-base-image-x86_64 13:28:37 . [Pipeline] withDockerContainer 13:28:37 Removing intermediate container 1ad7f9bfe7a4 13:28:37 ---> adb6d9b70767 13:28:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:28:37 ---> Running in eca32fa7d56b 13:28:37 prd-centos7-docker-4c-2g-29320 does not seem to be running inside a container 13:28:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:28:38 Removing intermediate container eca32fa7d56b 13:28:38 ---> e005576ee99d 13:28:38 Step 6/7 : COPY go.mod . 13:28:38 $ docker top 3dcea9da85baaf187975198d1628fe9db68d4e471a26090db9d0159376262feb -eo pid,comm [Pipeline] { [Pipeline] sh 13:28:39 ---> 92e39e3d85ef 13:28:39 Step 7/7 : RUN go mod download 13:28:39 ---> Running in 3e930852fa61 13:28:39 + make test 13:28:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:28:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 13:28:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.009s coverage: 85.7% of statements 13:28:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.021s coverage: 100.0% of statements 13:28:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.035s coverage: 45.4% of statements 13:28:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements 13:28:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 13:28:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.019s coverage: 26.3% of statements 13:28:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.030s coverage: 14.7% of statements 13:28:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.025s coverage: 100.0% of statements 13:28:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements 13:28:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 13:28:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 13:28:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.007s coverage: 100.0% of statements 13:28:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 36.7% of statements 13:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.051s coverage: 63.0% of statements 13:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.022s coverage: 26.3% of statements 13:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.021s coverage: 15.4% of statements 13:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements 13:28:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements 13:28:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 13:28:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.062s coverage: 84.6% of statements 13:28:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 13:28:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 13:28:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 13:28:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 47.0% of statements 13:28:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 94.7% of statements 13:28:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.044s coverage: 89.4% of statements 13:28:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 13:28:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 13:28:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:28:54 Removing intermediate container 3e930852fa61 13:28:54 ---> 60e05ccd0bc2 13:28:54 Successfully built 60e05ccd0bc2 13:28:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:28:54 gofmt -l . 13:28:54 [ "`gofmt -l .`" = "" ] [Pipeline] } 13:28:54 $ docker stop --time=1 3dcea9da85baaf187975198d1628fe9db68d4e471a26090db9d0159376262feb 13:28:54 + docker inspect -f . ci-base-image-arm64 13:28:54 . 13:28:56 $ docker rm -f 3dcea9da85baaf187975198d1628fe9db68d4e471a26090db9d0159376262feb [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 13:28:57 prd-ubuntu18.04-docker-arm64-4c-16g-29319 does not seem to be running inside a container 13:28: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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:28:58 $ docker top 9aed48cec419cfee4afb8aa26d1505459ccd91e516c4d2ce7b357ce247dc922f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 13:28:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:28:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 13:28:59 + go version 13:28:59 go version go1.15.5 linux/arm64 [Pipeline] // stage [Pipeline] } 13:29:00 $ docker stop --time=1 9aed48cec419cfee4afb8aa26d1505459ccd91e516c4d2ce7b357ce247dc922f 13:29:02 $ docker rm -f 9aed48cec419cfee4afb8aa26d1505459ccd91e516c4d2ce7b357ce247dc922f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 13:29:03 + docker inspect -f . ci-base-image-arm64 13:29:03 . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] withDockerContainer 13:29:03 prd-ubuntu18.04-docker-arm64-4c-16g-29319 does not seem to be running inside a container 13:29: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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:29:05 $ docker top 1a35fea386f527676e5f548e5433c44a2eac5db3649c7551eb9dd81bf8e3ca11 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 13:29:06 + make test 13:29:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:29:06 ---> job-cost.sh 13:29:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nRmK 13:29:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:29:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 13:29:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.032s coverage: 85.7% of statements 13:29:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.025s coverage: 100.0% of statements 13:29:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.055s coverage: 45.4% of statements 13:29:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.050s coverage: 77.8% of statements 13:29:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 13:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements 13:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.049s coverage: 14.7% of statements 13:29:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements 13:29:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.116s coverage: 91.8% of statements 13:29:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 13:29:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 13:29:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements 13:29:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 36.7% of statements 13:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.113s coverage: 63.0% of statements 13:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.042s coverage: 26.3% of statements 13:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.050s coverage: 15.4% of statements 13:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.041s coverage: 15.4% of statements 13:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements 13:29:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 13:29:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.222s coverage: 84.6% of statements 13:29:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 13:29:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 13:29:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 13:29:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.049s coverage: 47.0% of statements 13:29:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.041s coverage: 94.7% of statements 13:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.173s coverage: 89.4% of statements 13:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 13:29:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 13:29:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:29:47 lf-activate-venv(): INFO: Adding /tmp/venv-nRmK/bin to PATH 13:29:47 INFO: No Stack... 13:29:47 INFO: Retrieving Pricing Info for: v1-standard-2 13:29:48 INFO: Archiving Costs [Pipeline] sh 13:29:49 + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv 13:29:49 + cut -d, -f6 [Pipeline] lock 13:29:49 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] 13:29:49 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] did not exist. Created. 13:29:49 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:29:49 + echo total: 0.029999999329447746 [Pipeline] stash 13:29:49 Stashed 1 file(s) [Pipeline] } 13:29:49 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:29:52 gofmt -l . 13:29:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 13:29:53 $ docker stop --time=1 1a35fea386f527676e5f548e5433c44a2eac5db3649c7551eb9dd81bf8e3ca11 13:29:55 $ docker rm -f 1a35fea386f527676e5f548e5433c44a2eac5db3649c7551eb9dd81bf8e3ca11 [Pipeline] // withDockerContainer [Pipeline] sh 13:29:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:29:56 Warning: overwriting stash ‘coverage-report’ 13:29:57 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 13:29:59 ---> job-cost.sh 13:29:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0L0O 13:30:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:32:14 lf-activate-venv(): INFO: Adding /tmp/venv-0L0O/bin to PATH 13:32:14 INFO: No Stack... 13:32:14 INFO: Retrieving Pricing Info for: lf-standard-4 13:32:14 INFO: Archiving Costs [Pipeline] sh 13:32:15 + + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csvcut 13:32:15 -d, -f6 [Pipeline] lock 13:32:15 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] 13:32:15 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] did not exist. Created. 13:32:15 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:32:15 /w/workspace/go-mod-core-contracts/2@tmp/durable-9db227c0/script.sh: 1: /w/workspace/go-mod-core-contracts/2@tmp/durable-9db227c0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 13:32:16 + echo total: 0.20999999344348907 [Pipeline] stash 13:32:16 Warning: overwriting stash ‘stack-cost’ 13:32:16 Stashed 1 file(s) [Pipeline] } 13:32:16 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-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 13:32:17 provisioning config files... 13:32:17 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/config1935374904827478480tmp [Pipeline] { [Pipeline] sh 13:32:18 + set +x 13:32:18 + curl -s https://codecov.io/bash 13:32:18 + bash -s -- 13:32:18 13:32:18 _____ _ 13:32:18 / ____| | | 13:32:18 | | ___ __| | ___ ___ _____ __ 13:32:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:32:18 | |___| (_) | (_| | __/ (_| (_) \ V / 13:32:18 \_____\___/ \__,_|\___|\___\___/ \_/ 13:32:18 Bash-20210309-2b87ace 13:32:18 13:32:18 13:32:18 ==> git version 2.24.3 found 13:32:18 ==> 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 13:32:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:32:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:32:18 ==> Jenkins CI detected. 13:32:18 project root: . 13:32:18 --> token set from env 13:32:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:32:18 ==> Running gcov in . (disable via -X gcov) 13:32:18 ==> Python coveragepy not found 13:32:18 ==> Searching for coverage reports in: 13:32:18 + . 13:32:18 -> Found 1 reports 13:32:18 ==> Detecting git/mercurial file structure 13:32:18 ==> Reading reports 13:32:18 + ./coverage.out bytes=157997 13:32:18 ==> Appending adjustments 13:32:18 https://docs.codecov.io/docs/fixing-reports 13:32:19 + Found adjustments 13:32:19 ==> Gzipping contents 13:32:19 24K /tmp/codecov.8jB39u.gz 13:32:19 ==> Uploading reports 13:32:19 url: https://codecov.io 13:32:19 query: branch=PR-540&commit=d416b800869623a351e523115ad69519c97f3189&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-540%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=540&job=&cmd_args= 13:32:19 -> Pinging Codecov 13:32:19 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-540&commit=d416b800869623a351e523115ad69519c97f3189&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-540%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=540&job=&cmd_args= 13:32:20 -> Uploading to 13:32:20 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/71470A77251A30514AAF9C0BB2E5B6CE/d416b800869623a351e523115ad69519c97f3189/d455ee75-be98-4809-ac5f-077acd651b1c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T133219Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c1c1bfa4848478bb53351c05a5299050e37c44e66d34cc0cc3ad12321295b8b 13:32:20 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:20 Dload Upload Total Spent Left Speed 13:32:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23795 0 0 100 23795 0 48238 --:--:-- --:--:-- --:--:-- 48265 13:32:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d416b800869623a351e523115ad69519c97f3189 [Pipeline] } 13:32:20 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 13:32:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:32:23 ---> package-listing.sh 13:32:23 ++ facter osfamily 13:32:23 ++ tr '[:upper:]' '[:lower:]' 13:32:23 + OS_FAMILY=redhat 13:32:23 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-540 13:32:23 + START_PACKAGES=/tmp/packages_start.txt 13:32:23 + END_PACKAGES=/tmp/packages_end.txt 13:32:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:32:23 + PACKAGES=/tmp/packages_start.txt 13:32:23 + '[' /w/workspace/dry_go-mod-core-contracts_PR-540 ']' 13:32:23 + PACKAGES=/tmp/packages_end.txt 13:32:23 + case "${OS_FAMILY}" in 13:32:23 + rpm -qa 13:32:23 + sort 13:32:27 + '[' -f /tmp/packages_start.txt ']' 13:32:27 + '[' -f /tmp/packages_end.txt ']' 13:32:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:32:27 + '[' /w/workspace/dry_go-mod-core-contracts_PR-540 ']' 13:32:27 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-540/archives/ 13:32:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-540/archives/ [Pipeline] echo 13:32:27 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-540/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:32:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:32:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:32:28 13:32:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:32:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:32:28 alpine: Pulling from edgex-lftools-log-publisher 13:32:28 df20fa9351a1: Pulling fs layer 13:32:28 36b3adc4ff6f: Pulling fs layer 13:32:28 8ad3a11d3b57: Pulling fs layer 13:32:28 46f8f816bc3b: Pulling fs layer 13:32:28 93b61091891f: Pulling fs layer 13:32:28 93b9cdb0e59b: Pulling fs layer 13:32:28 5e14af77c1be: Pulling fs layer 13:32:28 01666e4c0597: Pulling fs layer 13:32:28 aa168da1d23b: Pulling fs layer 13:32:28 93b9cdb0e59b: Waiting 13:32:28 5e14af77c1be: Waiting 13:32:28 01666e4c0597: Waiting 13:32:28 aa168da1d23b: Waiting 13:32:28 46f8f816bc3b: Waiting 13:32:28 93b61091891f: Waiting 13:32:28 36b3adc4ff6f: Verifying Checksum 13:32:28 36b3adc4ff6f: Download complete 13:32:28 46f8f816bc3b: Download complete 13:32:28 df20fa9351a1: Verifying Checksum 13:32:28 df20fa9351a1: Download complete 13:32:28 93b9cdb0e59b: Verifying Checksum 13:32:28 93b9cdb0e59b: Download complete 13:32:28 5e14af77c1be: Verifying Checksum 13:32:28 5e14af77c1be: Download complete 13:32:28 93b61091891f: Verifying Checksum 13:32:28 93b61091891f: Download complete 13:32:28 01666e4c0597: Verifying Checksum 13:32:28 01666e4c0597: Download complete 13:32:29 df20fa9351a1: Pull complete 13:32:29 36b3adc4ff6f: Pull complete 13:32:29 8ad3a11d3b57: Verifying Checksum 13:32:29 8ad3a11d3b57: Download complete 13:32:30 8ad3a11d3b57: Pull complete 13:32:30 46f8f816bc3b: Pull complete 13:32:31 aa168da1d23b: Verifying Checksum 13:32:31 aa168da1d23b: Download complete 13:32:31 93b61091891f: Pull complete 13:32:31 93b9cdb0e59b: Pull complete 13:32:31 5e14af77c1be: Pull complete 13:32:32 01666e4c0597: Pull complete 13:32:38 aa168da1d23b: Pull complete 13:32:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:32:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:32:38 prd-centos7-docker-4c-2g-29318 does not seem to be running inside a container 13:32:39 $ 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-540/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-540 -v /w/workspace/dry_go-mod-core-contracts_PR-540:/w/workspace/dry_go-mod-core-contracts_PR-540:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-540@tmp:/w/workspace/dry_go-mod-core-contracts_PR-540@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 13:32:42 $ docker top 2b2e2040be37f5b387294e17dbdd0b08e8fe67774e02c56c08de991c47322151 -eo pid,comm [Pipeline] { [Pipeline] sh 13:32:43 + touch /tmp/pre-build-complete [Pipeline] sh 13:32:43 + mkdir -p /var/log/sa [Pipeline] sh 13:32:44 + ls /var/log/sa-host 13:32:44 + sadf -c /var/log/sa-host/sa10 13:32:44 file_magic: OK 13:32:44 HZ: Using current value: 100 13:32:44 file_header: OK 13:32:44 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 13:32:44 Statistics: 13:32:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:32:44 File successfully converted to sysstat format version 12.2.1 13:32:44 + sadf -c /var/log/sa-host/sa23 13:32:44 file_magic: OK 13:32:44 HZ: Using current value: 100 13:32:44 file_header: OK 13:32:44 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 13:32:44 Statistics: 13:32:44 Hnuu...uuuununununu... 13:32:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:32:44 provisioning config files... 13:32:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/config3992945211588369790tmp [Pipeline] { [Pipeline] echo 13:32:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:32:44 ---> create-netrc.sh [Pipeline] } 13:32:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:32:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:32:45 ---> python-tools-install.sh [Pipeline] echo 13:32:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:32:45 ---> sudo-logs.sh 13:32:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:32:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:32:45 ---> job-cost.sh 13:32:45 lf-activate-venv: SKIPPING 13:32:45 DEBUG: total: 0.20999999344348907 13:32:45 INFO: Retrieving Stack Cost... 13:32:46 INFO: Retrieving Pricing Info for: v1-standard-2 13:32:47 INFO: Archiving Costs [Pipeline] echo 13:32:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:32:47 ---> logs-deploy.sh 13:32:47 lf-activate-venv: SKIPPING 13:32:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-540/2 13:32:47 INFO: archiving workspace using pattern(s): 13:32:49 Archives upload complete. 13:32:49 INFO: archiving logs to Nexus 13:32:50 ---> uname -a: 13:32:50 Linux prd-centos7-docker-4c-2g-29318.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:32:50 13:32:50 13:32:50 ---> lscpu: 13:32:50 Architecture: x86_64 13:32:50 CPU op-mode(s): 32-bit, 64-bit 13:32:50 Byte Order: Little Endian 13:32:50 Address sizes: 40 bits physical, 48 bits virtual 13:32:50 CPU(s): 4 13:32:50 On-line CPU(s) list: 0-3 13:32:50 Thread(s) per core: 1 13:32:50 Core(s) per socket: 1 13:32:50 Socket(s): 4 13:32:50 NUMA node(s): 1 13:32:50 Vendor ID: GenuineIntel 13:32:50 CPU family: 6 13:32:50 Model: 44 13:32:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:32:50 Stepping: 1 13:32:50 CPU MHz: 2933.442 13:32:50 BogoMIPS: 5866.88 13:32:50 Virtualization: VT-x 13:32:50 Hypervisor vendor: KVM 13:32:50 Virtualization type: full 13:32:50 L1d cache: 128 KiB 13:32:50 L1i cache: 128 KiB 13:32:50 L2 cache: 16 MiB 13:32:50 L3 cache: 64 MiB 13:32:50 NUMA node0 CPU(s): 0-3 13:32:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:32:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:32:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:32:50 Vulnerability Meltdown: Mitigation; PTI 13:32:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:32:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:32:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:32:50 Vulnerability Srbds: Not affected 13:32:50 Vulnerability Tsx async abort: Not affected 13:32:50 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 13:32:50 13:32:50 13:32:50 ---> nproc: 13:32:50 4 13:32:50 13:32:50 13:32:50 ---> df -h: 13:32:50 Filesystem Size Used Available Use% Mounted on 13:32:50 overlay 50.0G 7.3G 42.7G 15% / 13:32:50 tmpfs 64.0M 0 64.0M 0% /dev 13:32:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:32:50 shm 64.0M 0 64.0M 0% /dev/shm 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-540 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-540@tmp 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 13:32:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 13:32:50 13:32:50 13:32:50 ---> free -m: 13:32:50 total used free shared buff/cache available 13:32:50 Mem: 1837 689 104 0 1043 1043 13:32:50 Swap: 1023 1 1022 13:32:50 13:32:50 13:32:50 ---> ip addr: 13:32:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:32:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:32:50 inet 127.0.0.1/8 scope host lo 13:32:50 valid_lft forever preferred_lft forever 13:32:50 inet6 ::1/128 scope host 13:32:50 valid_lft forever preferred_lft forever 13:32:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:32:50 link/ether fa:16:3e:0e:b1:3c brd ff:ff:ff:ff:ff:ff 13:32:50 inet 10.30.122.15/23 brd 10.30.123.255 scope global dynamic eth0 13:32:50 valid_lft 85922sec preferred_lft 85922sec 13:32:50 inet6 fe80::f816:3eff:fe0e:b13c/64 scope link 13:32:50 valid_lft forever preferred_lft forever 13:32:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:32:50 link/ether 02:42:1d:6b:ea:76 brd ff:ff:ff:ff:ff:ff 13:32:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:32:50 valid_lft forever preferred_lft forever 13:32:50 inet6 fe80::42:1dff:fe6b:ea76/64 scope link 13:32:50 valid_lft forever preferred_lft forever 13:32:50 13:32:50 13:32:50 ---> sar -b -r -n DEV: 13:32:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 13:32:50 13:32:50 13:24:40 LINUX RESTART (4 CPU) 13:32:50 13:32:50 13:25:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:32:50 13:26:01 131.88 46.62 85.25 0.00 7925.78 39312.07 0.00 13:32:50 13:27:01 2.46 0.00 2.46 0.00 0.00 64.23 0.00 13:32:50 13:28:01 0.17 0.00 0.17 0.00 0.00 1.88 0.00 13:32:50 13:29:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 13:32:50 13:30:01 0.20 0.00 0.20 0.00 0.00 2.70 0.00 13:32:50 13:31:01 0.35 0.00 0.35 0.00 0.00 5.10 0.00 13:32:50 13:32:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 13:32:50 Average: 19.11 6.57 12.54 0.00 1116.49 5549.34 0.00 13:32:50 13:32:50 13:25:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:32:50 13:26:01 162064 0 590584 31.39 2620 1126276 1109776 37.87 394260 1123200 132 13:32:50 13:27:01 168556 0 584156 31.05 2620 1126212 1085232 37.04 398224 1114264 20 13:32:50 13:28:01 167656 0 585052 31.09 2620 1126216 1073052 36.62 399440 1114592 20 13:32:50 13:29:01 168764 0 583944 31.04 2620 1126216 1072896 36.62 414344 1098632 16 13:32:50 13:30:01 168820 0 583880 31.03 2620 1126224 1072896 36.62 407340 1105768 8 13:32:50 13:31:01 166740 0 585956 31.14 2620 1126228 1072992 36.62 421840 1093140 8 13:32:50 13:32:01 167512 0 585180 31.10 2620 1126232 1072896 36.62 421396 1093208 8 13:32:50 Average: 167159 0 585536 31.12 2620 1126229 1079963 36.86 408121 1106115 30 13:32:50 13:32:50 13:25:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:32:50 13:26:01 eth0 563.35 359.69 1105.20 102.61 0.00 0.00 0.00 0.00 13:32:50 13:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:26:01 docker0 11.43 8.75 2.08 20.67 0.00 0.00 0.00 0.00 13:32:50 13:27:01 eth0 1.82 0.77 1.62 0.05 0.00 0.00 0.00 0.00 13:32:50 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:28:01 eth0 1.18 0.40 0.33 0.20 0.00 0.00 0.00 0.00 13:32:50 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:32:50 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:32:50 13:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:31:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 13:32:50 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:32:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:32:50 13:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 Average: eth0 79.86 50.90 155.98 14.50 0.00 0.00 0.00 0.00 13:32:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:32:50 Average: docker0 1.61 1.23 0.29 2.91 0.00 0.00 0.00 0.00 13:32:50 13:32:50 13:32:50 ---> sar -P ALL: 13:32:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 13:32:50 13:32:50 13:24:40 LINUX RESTART (4 CPU) 13:32:50 13:32:50 13:25:02 CPU %user %nice %system %iowait %steal %idle 13:32:50 13:26:01 all 13.51 0.00 6.24 5.15 0.04 75.06 13:32:50 13:26:01 0 13.47 0.00 8.88 3.49 0.05 74.11 13:32:50 13:26:01 1 13.92 0.00 5.32 4.51 0.05 76.20 13:32:50 13:26:01 2 13.08 0.00 6.01 7.91 0.03 72.96 13:32:50 13:26:01 3 13.56 0.00 4.74 4.68 0.03 76.98 13:32:50 13:27:01 all 0.20 0.00 0.05 0.00 0.00 99.75 13:32:50 13:27:01 0 0.12 0.00 0.03 0.00 0.00 99.85 13:32:50 13:27:01 1 0.07 0.00 0.07 0.00 0.00 99.87 13:32:50 13:27:01 2 0.07 0.00 0.07 0.00 0.00 99.87 13:32:50 13:27:01 3 0.53 0.00 0.05 0.00 0.00 99.42 13:32:50 13:28:01 all 0.16 0.00 0.05 0.00 0.00 99.79 13:32:50 13:28:01 0 0.07 0.00 0.05 0.00 0.00 99.88 13:32:50 13:28:01 1 0.05 0.00 0.05 0.00 0.00 99.90 13:32:50 13:28:01 2 0.05 0.00 0.03 0.00 0.00 99.92 13:32:50 13:28:01 3 0.48 0.00 0.05 0.00 0.00 99.47 13:32:50 13:29:01 all 0.15 0.00 0.05 0.00 0.00 99.80 13:32:50 13:29:01 0 0.00 0.00 0.05 0.00 0.00 99.95 13:32:50 13:29:01 1 0.07 0.00 0.07 0.00 0.00 99.87 13:32:50 13:29:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:32:50 13:29:01 3 0.52 0.00 0.03 0.00 0.00 99.45 13:32:50 13:30:01 all 0.05 0.00 0.03 0.00 0.00 99.91 13:32:50 13:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:32:50 13:30:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:32:50 13:30:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:32:50 13:30:01 3 0.10 0.00 0.05 0.00 0.00 99.85 13:32:50 13:31:01 all 0.11 0.00 0.06 0.00 0.00 99.83 13:32:50 13:31:01 0 0.07 0.00 0.13 0.00 0.00 99.80 13:32:50 13:31:01 1 0.05 0.00 0.03 0.00 0.00 99.92 13:32:50 13:31:01 2 0.30 0.00 0.02 0.00 0.00 99.68 13:32:50 13:31:01 3 0.02 0.00 0.05 0.00 0.00 99.93 13:32:50 13:32:01 all 0.16 0.00 0.04 0.00 0.00 99.80 13:32:50 13:32:01 0 0.03 0.00 0.08 0.00 0.00 99.88 13:32:50 13:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:32:50 13:32:01 2 0.55 0.00 0.03 0.00 0.00 99.42 13:32:50 13:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:32:50 Average: all 2.00 0.00 0.91 0.72 0.01 96.37 13:32:50 Average: 0 1.92 0.00 1.29 0.49 0.01 96.29 13:32:50 Average: 1 1.98 0.00 0.78 0.63 0.01 96.61 13:32:50 Average: 2 1.97 0.00 0.87 1.10 0.01 96.06 13:32:50 Average: 3 2.12 0.00 0.69 0.65 0.00 96.53 13:32:50 13:32:50 13:32:50