Pull request #443 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 judehung for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d+1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb (cb11ba089751eefb935f9f6ef71de9ca5bce57e7) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21557 in /w/workspace/dry_go-mod-core-contracts_PR-443 [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-443 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/443/head:refs/remotes/origin/PR-443 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb into PR head commit 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d Merge succeeded, producing 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d Checking out Revision 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d (PR-443) > git config core.sparsecheckout # timeout=10 > git checkout -f 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d # 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 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d # timeout=10 Commit message: "feat(command): Revise CommandResponse DTO to MultiCoreCommandsResponse -- change import to /v2/v2" > git rev-list --no-walk 3a00174c6fe4c6575068cfb18528346786daa20e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:26:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:26:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:26:53 ========================================================= 08:26:53 EdgeX Global Pipelines Version Info 08:26:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:26:55 ------------------- 08:26:55 stable info: 08:26:55 ------------------- 08:26:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:26:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:26:55 Message: update stable to v1.0.179 08:26:56 ------------------- 08:26:56 experimental info: 08:26:56 ------------------- 08:26:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:26:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:26:56 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:26:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:26:56 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:26:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:26:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:26:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:26:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:26:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:26:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:26:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-443 [Pipeline] echo 08:26:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-443 [Pipeline] echo 08:26:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-443 [Pipeline] echo 08:26:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d [Pipeline] echo 08:26:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 916b158 [Pipeline] echo 08:26:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:27:00 + git log --format=format:%s -1 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d [Pipeline] echo 08:27:00 GIT_COMMIT: 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d, Commit Message: feat(command): Revise CommandResponse DTO to MultiCoreCommandsResponse -- change import to /v2/v2 [Pipeline] echo 08:27:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:27:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:27:01 08:27:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:27:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:27:01 latest: Pulling from edgex-devops/git-semver 08:27:01 31603596830f: Pulling fs layer 08:27:01 2a8b12db71e7: Pulling fs layer 08:27:01 6ca5941a6612: Pulling fs layer 08:27:01 ecc8261a40a4: Pulling fs layer 08:27:01 ecc8261a40a4: Waiting 08:27:01 2a8b12db71e7: Verifying Checksum 08:27:01 2a8b12db71e7: Download complete 08:27:02 31603596830f: Verifying Checksum 08:27:02 31603596830f: Download complete 08:27:02 6ca5941a6612: Download complete 08:27:02 ecc8261a40a4: Verifying Checksum 08:27:02 ecc8261a40a4: Download complete 08:27:02 31603596830f: Pull complete 08:27:02 2a8b12db71e7: Pull complete 08:27:03 6ca5941a6612: Pull complete 08:27:03 ecc8261a40a4: Pull complete 08:27:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:27:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:27:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:27:03 prd-centos7-docker-4c-2g-21557 does not seem to be running inside a container 08:27:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-443 -v /w/workspace/dry_go-mod-core-contracts_PR-443:/w/workspace/dry_go-mod-core-contracts_PR-443:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-443@tmp:/w/workspace/dry_go-mod-core-contracts_PR-443@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:27:05 $ docker top 21e09a5622826d7cf06852671638771ba5d6161a374706dbe8834c18bada945c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:27:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:27:06 [ssh-agent] Looking for ssh-agent implementation... 08:27:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:27:06 $ docker exec 21e09a5622826d7cf06852671638771ba5d6161a374706dbe8834c18bada945c ssh-agent 08:27:06 SSH_AUTH_SOCK=/tmp/ssh-qrXnjoUi8ZlA/agent.11 08:27:06 SSH_AGENT_PID=16 08:27:06 Running ssh-add (command line suppressed) 08:27:06 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-443@tmp/private_key_9201996380903546691.key (/w/workspace/dry_go-mod-core-contracts_PR-443@tmp/private_key_9201996380903546691.key) 08:27:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:27:07 + git tag --points-at HEAD [Pipeline] } 08:27:07 $ docker exec --env ******** --env ******** 21e09a5622826d7cf06852671638771ba5d6161a374706dbe8834c18bada945c ssh-agent -k 08:27:07 unset SSH_AUTH_SOCK; 08:27:07 unset SSH_AGENT_PID; 08:27:07 echo Agent pid 16 killed; 08:27:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:27:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:27:07 [ssh-agent] Looking for ssh-agent implementation... 08:27:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:27:07 $ docker exec 21e09a5622826d7cf06852671638771ba5d6161a374706dbe8834c18bada945c ssh-agent 08:27:07 SSH_AUTH_SOCK=/tmp/ssh-zy2jh0M3rLN0/agent.44 08:27:07 SSH_AGENT_PID=50 08:27:07 Running ssh-add (command line suppressed) 08:27:07 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-443@tmp/private_key_3142182840578051611.key (/w/workspace/dry_go-mod-core-contracts_PR-443@tmp/private_key_3142182840578051611.key) 08:27:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:27:08 + git semver init 08:27:08 # -> Open(): unable to determine branch for HEAD 08:27:08 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-443/.git 08:27:08 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-443 08:27:08 # $SEMVER_REMOTE_NAME = origin 08:27:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:27:08 # $SEMVER_USER_NAME = edgex-jenkins 08:27:08 # $SEMVER_BRANCH = PR-443 08:27:08 # $SEMVER_TEMP = /tmp/semver-019974470 08:27:08 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:27:08 # '/tmp/semver-019974470' -> '/w/workspace/dry_go-mod-core-contracts_PR-443/.semver' 08:27:08 # -> Force: false 08:27:08 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-443/.semver [Pipeline] } 08:27:08 $ docker exec --env ******** --env ******** 21e09a5622826d7cf06852671638771ba5d6161a374706dbe8834c18bada945c ssh-agent -k 08:27:09 unset SSH_AUTH_SOCK; 08:27:09 unset SSH_AGENT_PID; 08:27:09 echo Agent pid 50 killed; 08:27:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:27:09 + git semver [Pipeline] } 08:27:09 $ docker stop --time=1 21e09a5622826d7cf06852671638771ba5d6161a374706dbe8834c18bada945c 08:27:11 $ docker rm -f 21e09a5622826d7cf06852671638771ba5d6161a374706dbe8834c18bada945c [Pipeline] // withDockerContainer [Pipeline] sh 08:27:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:27:12 Stashed 1 file(s) [Pipeline] echo 08:27:12 [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 08:27:28 Still waiting to schedule task 08:27:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:27:28 Still waiting to schedule task 08:27:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:29:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21558 in /w/workspace/dry_go-mod-core-contracts_PR-443 [Pipeline] { [Pipeline] ws 08:29:12 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 08:29:15 Running on prd-centos7-docker-4c-2g-21559 in /w/workspace/dry_go-mod-core-contracts_PR-443 [Pipeline] { [Pipeline] ws 08:29:15 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 08:29:18 using credential edgex-jenkins-ssh 08:29:18 Cloning the remote Git repository 08:29:18 using credential edgex-jenkins-ssh 08:29:18 Cloning the remote Git repository 08:29:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:18 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 08:29:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:18 > git --version # timeout=10 08:29:18 > git --version # 'git version 2.24.3' 08:29:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:18 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 08:29:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:18 > git --version # timeout=10 08:29:18 > git --version # 'git version 2.17.1' 08:29:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:19 Merging remotes/origin/master commit 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb into PR head commit 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d 08:29:19 Merge succeeded, producing 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d 08:29:19 Checking out Revision 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d (PR-443) 08:29:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:29:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:29:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/443/head:refs/remotes/origin/PR-443 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:29:19 > git config core.sparsecheckout # timeout=10 08:29:19 > git checkout -f 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d # timeout=10 08:29:19 > git remote # timeout=10 08:29:19 > git config --get remote.origin.url # timeout=10 08:29:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:19 > git merge 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb # timeout=10 08:29:19 > git rev-parse HEAD^{commit} # timeout=10 08:29:19 > git config core.sparsecheckout # timeout=10 08:29:19 > git checkout -f 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d # timeout=10 08:29:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:29:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:29:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/443/head:refs/remotes/origin/PR-443 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:29:20 Merging remotes/origin/master commit 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb into PR head commit 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d 08:29:20 Merge succeeded, producing 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d 08:29:20 Checking out Revision 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d (PR-443) 08:29:20 > git config core.sparsecheckout # timeout=10 08:29:20 > git checkout -f 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d # timeout=10 08:29:20 > git remote # timeout=10 08:29:20 > git config --get remote.origin.url # timeout=10 08:29:20 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:20 > git merge 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb # timeout=10 08:29:20 > git rev-parse HEAD^{commit} # timeout=10 08:29:20 > git config core.sparsecheckout # timeout=10 08:29:20 > git checkout -f 916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d # timeout=10 08:29:23 Commit message: "feat(command): Revise CommandResponse DTO to MultiCoreCommandsResponse -- change import to /v2/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:29:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:29:25 Commit message: "feat(command): Revise CommandResponse DTO to MultiCoreCommandsResponse -- change import to /v2/v2" 08:29:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { 08:29:25 + sudo service docker restart 08:29:25 + true 08:29:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] echo 08:29:26 ========================================================= 08:29:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:29:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:29:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:29:27 + 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 . 08:29:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:29:27 Sending build context to Docker daemon 2.263MB 08:29:27 + + sudotrue service 08:29:27 docker restart 08:29:27 Step 1/7 : ARG BASE=golang:1.15-alpine 08:29:27 Step 2/7 : FROM ${BASE} 08:29:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:29:27 188c0c94c7c5: Pulling fs layer 08:29:27 0ef7d3d256c8: Pulling fs layer 08:29:27 de9db76c5a1d: Pulling fs layer 08:29:27 bca2f99d35d6: Pulling fs layer 08:29:27 93359f2a8cfa: Pulling fs layer 08:29:27 7c6f9722023f: Pulling fs layer 08:29:27 a35cf1a2eb13: Pulling fs layer 08:29:27 93359f2a8cfa: Waiting 08:29:27 7c6f9722023f: Waiting 08:29:27 a35cf1a2eb13: Waiting 08:29:27 bca2f99d35d6: Waiting 08:29:27 de9db76c5a1d: Verifying Checksum 08:29:27 de9db76c5a1d: Download complete 08:29:27 0ef7d3d256c8: Download complete 08:29:27 93359f2a8cfa: Verifying Checksum 08:29:27 93359f2a8cfa: Download complete 08:29:27 7c6f9722023f: Download complete 08:29:27 188c0c94c7c5: Verifying Checksum 08:29:27 188c0c94c7c5: Download complete 08:29:28 188c0c94c7c5: Pull complete 08:29:28 0ef7d3d256c8: Pull complete 08:29:28 de9db76c5a1d: Pull complete 08:29:29 a35cf1a2eb13: Verifying Checksum 08:29:29 a35cf1a2eb13: Download complete [Pipeline] unstash 08:29:30 bca2f99d35d6: Verifying Checksum 08:29:30 bca2f99d35d6: Download complete [Pipeline] echo 08:29:30 ========================================================= 08:29:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:29:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:29:30 + 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 . 08:29:31 Sending build context to Docker daemon 2.262MB 08:29:31 Step 1/7 : ARG BASE=golang:1.15-alpine 08:29:31 Step 2/7 : FROM ${BASE} 08:29:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:29:32 5f621e34cdf4: Pulling fs layer 08:29:32 a4357932f1b6: Pulling fs layer 08:29:32 18c013af1878: Pulling fs layer 08:29:32 00ac8860ef70: Pulling fs layer 08:29:32 63d7cb157983: Pulling fs layer 08:29:32 b116817d02f9: Pulling fs layer 08:29:32 745a02a5169b: Pulling fs layer 08:29:32 00ac8860ef70: Waiting 08:29:32 63d7cb157983: Waiting 08:29:32 b116817d02f9: Waiting 08:29:32 745a02a5169b: Waiting 08:29:32 18c013af1878: Download complete 08:29:32 a4357932f1b6: Download complete 08:29:32 63d7cb157983: Verifying Checksum 08:29:32 63d7cb157983: Download complete 08:29:32 b116817d02f9: Verifying Checksum 08:29:32 b116817d02f9: Download complete 08:29:32 5f621e34cdf4: Verifying Checksum 08:29:32 5f621e34cdf4: Download complete 08:29:33 5f621e34cdf4: Pull complete 08:29:33 a4357932f1b6: Pull complete 08:29:33 18c013af1878: Pull complete 08:29:34 745a02a5169b: Verifying Checksum 08:29:34 745a02a5169b: Download complete 08:29:35 00ac8860ef70: Verifying Checksum 08:29:35 00ac8860ef70: Download complete 08:29:36 bca2f99d35d6: Pull complete 08:29:36 93359f2a8cfa: Pull complete 08:29:36 7c6f9722023f: Pull complete 08:29:46 00ac8860ef70: Pull complete 08:29:46 63d7cb157983: Pull complete 08:29:46 b116817d02f9: Pull complete 08:29:47 a35cf1a2eb13: Pull complete 08:29:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:29:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:29:47 ---> a62c8e92a672 08:29:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:29:47 ---> Running in 7c618ecc9137 08:29:47 Removing intermediate container 7c618ecc9137 08:29:47 ---> 742a586445e9 08:29:47 Step 4/7 : RUN apk add bash 08:29:47 ---> Running in 23fdb08bdcc1 08:29:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:48 OK: 166 MiB in 39 packages 08:29:49 Removing intermediate container 23fdb08bdcc1 08:29:49 ---> 04f3de7473bb 08:29:49 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:29:49 ---> Running in 04cbb93cfe5f 08:29:49 Removing intermediate container 04cbb93cfe5f 08:29:49 ---> c53587912294 08:29:49 Step 6/7 : COPY go.mod . 08:29:49 ---> 26b6611258f5 08:29:49 Step 7/7 : RUN go mod download 08:29:49 ---> Running in 8f5039694c88 08:29:50 745a02a5169b: Pull complete 08:29:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:29:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:29:50 ---> b7e6874047d6 08:29:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:29:53 ---> Running in d0c9a190bccb 08:29:53 Removing intermediate container d0c9a190bccb 08:29:53 ---> 6a1315c78427 08:29:53 Step 4/7 : RUN apk add bash 08:29:53 ---> Running in 78ca043f60f5 08:29:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:29:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:29:56 OK: 142 MiB in 39 packages 08:29:57 Removing intermediate container 78ca043f60f5 08:29:57 ---> 3967f4cb3095 08:29:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:29:58 ---> Running in 6e2485c43a4a 08:29:58 Removing intermediate container 6e2485c43a4a 08:29:58 ---> 91523444f5db 08:29:58 Step 6/7 : COPY go.mod . 08:29:59 ---> 646f4433dc53 08:29:59 Step 7/7 : RUN go mod download 08:29:59 ---> Running in 2b4df2038bf2 08:30:01 Removing intermediate container 8f5039694c88 08:30:01 ---> 2b3d1b6affdc 08:30:01 Successfully built 2b3d1b6affdc 08:30:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:30:02 + docker inspect -f . ci-base-image-x86_64 08:30:02 . [Pipeline] withDockerContainer 08:30:02 prd-centos7-docker-4c-2g-21559 does not seem to be running inside a container 08:30:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** ci-base-image-x86_64 cat 08:30:02 $ docker top 11cfea6f884b5fb2b0cca96d1e97ca351325fbecc66aa844d54c40664b9e7c73 -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:03 + go version 08:30:03 go version go1.15.5 linux/amd64 [Pipeline] } 08:30:03 $ docker stop --time=1 11cfea6f884b5fb2b0cca96d1e97ca351325fbecc66aa844d54c40664b9e7c73 08:30:04 $ docker rm -f 11cfea6f884b5fb2b0cca96d1e97ca351325fbecc66aa844d54c40664b9e7c73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:30:05 + docker inspect -f . ci-base-image-x86_64 08:30:05 . [Pipeline] withDockerContainer 08:30:05 prd-centos7-docker-4c-2g-21559 does not seem to be running inside a container 08:30:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** ci-base-image-x86_64 cat 08:30:06 $ docker top b42b2b1a791db22b2c20a9962f23619f8568c0a2c73f1b4b58024f2bdaadf04d -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:07 + make test 08:30:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:30:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.025s coverage: 100.0% of statements 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.057s coverage: 45.4% of statements 08:30:14 Removing intermediate container 2b4df2038bf2 08:30:14 ---> a16fe1d24332 08:30:14 Successfully built a16fe1d24332 08:30:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.010s coverage: 77.8% of statements 08:30:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:30:14 + docker inspect -f . ci-base-image-arm64 08:30:14 . [Pipeline] withDockerContainer 08:30:15 prd-ubuntu18.04-docker-arm64-4c-16g-21558 does not seem to be running inside a container 08:30:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:30:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.005s coverage: 26.3% of statements 08:30:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.021s coverage: 14.7% of statements 08:30:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.010s coverage: 100.0% of statements 08:30:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.022s coverage: 91.8% of statements 08:30:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:30:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:30:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements 08:30:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 47.8% of statements 08:30:16 $ docker top 744be732c0c4e5af5c4e6424097370b8189a6a7b7df24451edda28d89e68a9e3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:17 + go version 08:30:17 go version go1.15.5 linux/arm64 [Pipeline] } 08:30:17 $ docker stop --time=1 744be732c0c4e5af5c4e6424097370b8189a6a7b7df24451edda28d89e68a9e3 08:30:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.031s coverage: 63.0% of statements 08:30:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.008s coverage: 26.3% of statements 08:30:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.006s coverage: 15.4% of statements 08:30:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements 08:30:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements 08:30:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:30:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.057s coverage: 85.2% of statements 08:30:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:30:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:30:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.010s coverage: 44.1% of statements 08:30:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.012s coverage: 94.4% of statements 08:30:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.034s coverage: 92.9% of statements 08:30:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 08:30:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 08:30:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:30:19 $ docker rm -f 744be732c0c4e5af5c4e6424097370b8189a6a7b7df24451edda28d89e68a9e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:30:20 + docker inspect -f . ci-base-image-arm64 08:30:20 . [Pipeline] withDockerContainer 08:30:20 gofmt -l . 08:30:20 prd-ubuntu18.04-docker-arm64-4c-16g-21558 does not seem to be running inside a container 08:30:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:30:20 [ "`gofmt -l .`" = "" ] 08:30:22 $ docker top 61813cf4703ee4de3835d85354e2be89811862cbb9ab330a64c028c8a2289c98 -eo pid,comm [Pipeline] { [Pipeline] } 08:30:22 $ docker stop --time=1 b42b2b1a791db22b2c20a9962f23619f8568c0a2c73f1b4b58024f2bdaadf04d 08:30:25 $ docker rm -f b42b2b1a791db22b2c20a9962f23619f8568c0a2c73f1b4b58024f2bdaadf04d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 08:30:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:30:25 + make test 08:30:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:30:25 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:30:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:30:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.031s coverage: 85.7% of statements 08:30:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.049s coverage: 100.0% of statements 08:30:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.083s coverage: 45.4% of statements 08:30:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements 08:30:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:30:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.023s coverage: 26.3% of statements 08:30:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.037s coverage: 14.7% of statements 08:30:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.045s coverage: 100.0% of statements 08:30:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.096s coverage: 91.8% of statements 08:30:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:30:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:30:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.017s coverage: 100.0% of statements 08:30:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.028s coverage: 47.8% of statements 08:30:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.103s coverage: 63.0% of statements 08:30:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.018s coverage: 26.3% of statements 08:30:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.043s coverage: 15.4% of statements 08:30:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.054s coverage: 15.4% of statements 08:30:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.018s coverage: 14.3% of statements 08:30:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:31:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.187s coverage: 85.2% of statements 08:31:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:31:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:31:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.051s coverage: 44.1% of statements 08:31:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.043s coverage: 94.4% of statements 08:31:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.128s coverage: 92.9% of statements 08:31:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 08:31:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 08:31:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:31:09 gofmt -l . 08:31:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:31:09 $ docker stop --time=1 61813cf4703ee4de3835d85354e2be89811862cbb9ab330a64c028c8a2289c98 08:31:12 $ docker rm -f 61813cf4703ee4de3835d85354e2be89811862cbb9ab330a64c028c8a2289c98 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:31:13 Warning: overwriting stash ‘coverage-report’ 08:31:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 08:31:16 provisioning config files... 08:31:16 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-443@tmp/config6529024925732921374tmp [Pipeline] { [Pipeline] sh 08:31:16 + set +x 08:31:16 + curl -s https://codecov.io/bash 08:31:16 + bash -s -- 08:31:16 08:31:16 _____ _ 08:31:16 / ____| | | 08:31:16 | | ___ __| | ___ ___ _____ __ 08:31:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:31:16 | |___| (_) | (_| | __/ (_| (_) \ V / 08:31:16 \_____\___/ \__,_|\___|\___\___/ \_/ 08:31:16 Bash-20210115-cec3c92 08:31:16 08:31:16 08:31:16 ==> git version 2.24.3 found 08:31:16 ==> 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 08:31:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:31:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:31:16 ==> Jenkins CI detected. 08:31:16 project root: . 08:31:16 --> token set from env 08:31:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:31:16 ==> Running gcov in . (disable via -X gcov) 08:31:16 ==> Python coveragepy not found 08:31:16 ==> Searching for coverage reports in: 08:31:16 + . 08:31:16 -> Found 1 reports 08:31:16 ==> Detecting git/mercurial file structure 08:31:16 ==> Reading reports 08:31:16 + ./coverage.out bytes=127503 08:31:16 ==> Appending adjustments 08:31:16 https://docs.codecov.io/docs/fixing-reports 08:31:17 + Found adjustments 08:31:17 ==> Gzipping contents 08:31:17 20K /tmp/codecov.ZIRSIf.gz 08:31:17 ==> Uploading reports 08:31:17 url: https://codecov.io 08:31:17 query: branch=PR-443&commit=916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-443%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=443&job=&cmd_args= 08:31:17 -> Pinging Codecov 08:31:17 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-443&commit=916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-443%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=443&job=&cmd_args= 08:31:18 -> Uploading to 08:31:18 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/71470A77251A30514AAF9C0BB2E5B6CE/916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d/1217eaad-2f4b-4867-b790-3c6b8b54c00a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T083117Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f150de846ba80edb3c1d3582aba34eff42b5f38181f367c53f1f8d34b3cac841 08:31:18 % Total % Received % Xferd Average Speed Time Time Time Current 08:31:18 Dload Upload Total Spent Left Speed 08:31:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19674 0 0 100 19674 0 43311 --:--:-- --:--:-- --:--:-- 43334 08:31:18 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/916b158e9d8565bf0eb28d3e9c12abd2d8f5a30d [Pipeline] } 08:31:18 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 08:31:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:31:21 ---> package-listing.sh 08:31:21 ++ facter osfamily 08:31:21 ++ tr '[:upper:]' '[:lower:]' 08:31:21 + OS_FAMILY=redhat 08:31:21 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-443 08:31:21 + START_PACKAGES=/tmp/packages_start.txt 08:31:21 + END_PACKAGES=/tmp/packages_end.txt 08:31:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:31:21 + PACKAGES=/tmp/packages_start.txt 08:31:21 + '[' /w/workspace/dry_go-mod-core-contracts_PR-443 ']' 08:31:21 + PACKAGES=/tmp/packages_end.txt 08:31:21 + case "${OS_FAMILY}" in 08:31:21 + rpm -qa 08:31:21 + sort 08:31:25 + '[' -f /tmp/packages_start.txt ']' 08:31:25 + '[' -f /tmp/packages_end.txt ']' 08:31:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:31:25 + '[' /w/workspace/dry_go-mod-core-contracts_PR-443 ']' 08:31:25 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-443/archives/ 08:31:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-443/archives/ [Pipeline] echo 08:31:26 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-443/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:31:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:31:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:31:26 08:31:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:31:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:31:26 alpine: Pulling from edgex-lftools-log-publisher 08:31:26 df20fa9351a1: Pulling fs layer 08:31:26 36b3adc4ff6f: Pulling fs layer 08:31:26 8ad3a11d3b57: Pulling fs layer 08:31:26 46f8f816bc3b: Pulling fs layer 08:31:26 93b61091891f: Pulling fs layer 08:31:26 93b9cdb0e59b: Pulling fs layer 08:31:26 5e14af77c1be: Pulling fs layer 08:31:26 01666e4c0597: Pulling fs layer 08:31:26 aa168da1d23b: Pulling fs layer 08:31:26 93b9cdb0e59b: Waiting 08:31:26 5e14af77c1be: Waiting 08:31:26 01666e4c0597: Waiting 08:31:26 aa168da1d23b: Waiting 08:31:26 46f8f816bc3b: Waiting 08:31:26 93b61091891f: Waiting 08:31:26 36b3adc4ff6f: Verifying Checksum 08:31:26 36b3adc4ff6f: Download complete 08:31:26 46f8f816bc3b: Verifying Checksum 08:31:26 46f8f816bc3b: Download complete 08:31:27 df20fa9351a1: Verifying Checksum 08:31:27 df20fa9351a1: Download complete 08:31:27 93b9cdb0e59b: Download complete 08:31:27 5e14af77c1be: Verifying Checksum 08:31:27 5e14af77c1be: Download complete 08:31:27 93b61091891f: Download complete 08:31:27 01666e4c0597: Verifying Checksum 08:31:27 01666e4c0597: Download complete 08:31:27 df20fa9351a1: Pull complete 08:31:27 36b3adc4ff6f: Pull complete 08:31:28 8ad3a11d3b57: Verifying Checksum 08:31:28 8ad3a11d3b57: Download complete 08:31:29 8ad3a11d3b57: Pull complete 08:31:29 46f8f816bc3b: Pull complete 08:31:29 aa168da1d23b: Verifying Checksum 08:31:29 aa168da1d23b: Download complete 08:31:29 93b61091891f: Pull complete 08:31:29 93b9cdb0e59b: Pull complete 08:31:29 5e14af77c1be: Pull complete 08:31:30 01666e4c0597: Pull complete 08:31:36 aa168da1d23b: Pull complete 08:31:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:31:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:31:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:31:37 prd-centos7-docker-4c-2g-21557 does not seem to be running inside a container 08:31:37 $ 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-443/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-443 -v /w/workspace/dry_go-mod-core-contracts_PR-443:/w/workspace/dry_go-mod-core-contracts_PR-443:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-443@tmp:/w/workspace/dry_go-mod-core-contracts_PR-443@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:31:40 $ docker top bbfb202271b10837fad901c8250b0ababa44eb09280c723b658811b02ec12f53 -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:41 + touch /tmp/pre-build-complete [Pipeline] sh 08:31:41 + mkdir -p /var/log/sa [Pipeline] sh 08:31:41 + ls /var/log/sa-host 08:31:41 + sadf -c /var/log/sa-host/sa20 08:31:41 file_magic: OK 08:31:41 HZ: Using current value: 100 08:31:41 file_header: OK 08:31:41 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 08:31:41 Statistics: 08:31:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:31:41 File successfully converted to sysstat format version 12.2.1 08:31:41 + sadf -c /var/log/sa-host/sa23 08:31:41 file_magic: OK 08:31:41 HZ: Using current value: 100 08:31:41 file_header: OK 08:31:41 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 08:31:41 Statistics: 08:31:41 Hnuu...uuuununununu... 08:31:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:31:42 provisioning config files... 08:31:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-443@tmp/config8905937779996388809tmp [Pipeline] { [Pipeline] echo 08:31:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:31:42 ---> create-netrc.sh [Pipeline] } 08:31:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:31:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:31:42 ---> python-tools-install.sh [Pipeline] echo 08:31:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:31:43 ---> sudo-logs.sh 08:31:43 Archiving 'sudo' log.. [Pipeline] echo 08:31:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:31:43 ---> job-cost.sh 08:31:43 lf-activate-venv: SKIPPING 08:31:43 INFO: No Stack... 08:31:44 INFO: Retrieving Pricing Info for: v1-standard-2 08:31:45 INFO: Archiving Costs [Pipeline] echo 08:31:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:31:45 ---> logs-deploy.sh 08:31:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-443/3 08:31:45 INFO: archiving workspace using pattern(s): 08:31:47 Archives upload complete. 08:31:47 INFO: archiving logs to Nexus