Pull request #389 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 26f7976e83e717d42c4728cdd25427477ce9fa1e rather than b03c3b561411c7e1508b29aebfd79fd891d2e6d5 Obtained Jenkinsfile from 26f7976e83e717d42c4728cdd25427477ce9fa1e 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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:patch] ========================================================= [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: patch 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15541 in /w/workspace/dry_go-mod-core-contracts_PR-389 [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-389 # 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 Merging remotes/origin/master commit 26f7976e83e717d42c4728cdd25427477ce9fa1e into PR head commit b03c3b561411c7e1508b29aebfd79fd891d2e6d5 Merge succeeded, producing b03c3b561411c7e1508b29aebfd79fd891d2e6d5 Checking out Revision b03c3b561411c7e1508b29aebfd79fd891d2e6d5 (PR-389) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/389/head:refs/remotes/origin/PR-389 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b03c3b561411c7e1508b29aebfd79fd891d2e6d5 # 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 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b03c3b561411c7e1508b29aebfd79fd891d2e6d5 # timeout=10 Commit message: "refactor(meta): Remove DeleteById func" > git rev-list --no-walk 9328b9e73b43f58a461966554bee0df7f53d35b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:47:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:47:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:47:52 ========================================================= 01:47:52 EdgeX Global Pipelines Version Info 01:47:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:47:54 ------------------- 01:47:54 stable info: 01:47:54 ------------------- 01:47:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:47:54 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 01:47:54 Message: update stable to v1.0.172 01:47:55 ------------------- 01:47:55 experimental info: 01:47:55 ------------------- 01:47:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:47:55 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 01:47:55 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:47:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 01:47:56 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 01:47:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:47:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:47:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:47:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:47:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:47:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-389 [Pipeline] echo 01:47:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-389 [Pipeline] echo 01:47:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-389 [Pipeline] echo 01:47:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b03c3b561411c7e1508b29aebfd79fd891d2e6d5 [Pipeline] echo 01:47:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b03c3b5 [Pipeline] echo 01:47:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:48:00 + git log --format=format:%s -1 b03c3b561411c7e1508b29aebfd79fd891d2e6d5 [Pipeline] echo 01:48:00 GIT_COMMIT: b03c3b561411c7e1508b29aebfd79fd891d2e6d5, Commit Message: refactor(meta): Remove DeleteById func [Pipeline] echo 01:48:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:48:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:48:01 01:48:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:48:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:48:02 latest: Pulling from edgex-devops/git-semver 01:48:02 31603596830f: Pulling fs layer 01:48:02 2a8b12db71e7: Pulling fs layer 01:48:02 6ca5941a6612: Pulling fs layer 01:48:02 ecc8261a40a4: Pulling fs layer 01:48:02 ecc8261a40a4: Waiting 01:48:02 2a8b12db71e7: Verifying Checksum 01:48:02 2a8b12db71e7: Download complete 01:48:02 31603596830f: Verifying Checksum 01:48:02 31603596830f: Download complete 01:48:03 ecc8261a40a4: Verifying Checksum 01:48:03 ecc8261a40a4: Download complete 01:48:03 6ca5941a6612: Verifying Checksum 01:48:03 6ca5941a6612: Download complete 01:48:03 31603596830f: Pull complete 01:48:04 2a8b12db71e7: Pull complete 01:48:05 6ca5941a6612: Pull complete 01:48:05 ecc8261a40a4: Pull complete 01:48:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:48:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:48:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:48:06 prd-centos7-docker-4c-2g-15541 does not seem to be running inside a container 01:48:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-389 -v /w/workspace/dry_go-mod-core-contracts_PR-389:/w/workspace/dry_go-mod-core-contracts_PR-389:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-389@tmp:/w/workspace/dry_go-mod-core-contracts_PR-389@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 01:48:10 $ docker top f429f051582e14fb0d7008b3eddd5b1e2bc9e0808c3d80c7d1aa1ca3ab66c9cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:48:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:48:10 [ssh-agent] Looking for ssh-agent implementation... 01:48:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:48:11 $ docker exec f429f051582e14fb0d7008b3eddd5b1e2bc9e0808c3d80c7d1aa1ca3ab66c9cd ssh-agent 01:48:12 SSH_AUTH_SOCK=/tmp/ssh-MS3dE30puInY/agent.12 01:48:12 SSH_AGENT_PID=17 01:48:12 Running ssh-add (command line suppressed) 01:48:12 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-389@tmp/private_key_4182312635131370195.key (/w/workspace/dry_go-mod-core-contracts_PR-389@tmp/private_key_4182312635131370195.key) 01:48:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:48:13 + git tag --points-at HEAD [Pipeline] } 01:48:13 $ docker exec --env ******** --env ******** f429f051582e14fb0d7008b3eddd5b1e2bc9e0808c3d80c7d1aa1ca3ab66c9cd ssh-agent -k 01:48:14 unset SSH_AUTH_SOCK; 01:48:14 unset SSH_AGENT_PID; 01:48:14 echo Agent pid 17 killed; 01:48:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:48:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:48:14 [ssh-agent] Looking for ssh-agent implementation... 01:48:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:48:14 $ docker exec f429f051582e14fb0d7008b3eddd5b1e2bc9e0808c3d80c7d1aa1ca3ab66c9cd ssh-agent 01:48:15 SSH_AUTH_SOCK=/tmp/ssh-plnkNB8nrJ6C/agent.45 01:48:15 SSH_AGENT_PID=50 01:48:15 Running ssh-add (command line suppressed) 01:48:15 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-389@tmp/private_key_8854323729423124386.key (/w/workspace/dry_go-mod-core-contracts_PR-389@tmp/private_key_8854323729423124386.key) 01:48:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:48:15 + git semver init 01:48:15 # -> Open(): unable to determine branch for HEAD 01:48:15 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-389/.git 01:48:15 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-389 01:48:15 # $SEMVER_REMOTE_NAME = origin 01:48:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:48:15 # $SEMVER_USER_NAME = edgex-jenkins 01:48:15 # $SEMVER_BRANCH = PR-389 01:48:15 # $SEMVER_TEMP = /tmp/semver-056295351 01:48:15 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 01:48:18 # '/tmp/semver-056295351' -> '/w/workspace/dry_go-mod-core-contracts_PR-389/.semver' 01:48:18 # -> Force: false 01:48:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-389/.semver [Pipeline] } 01:48:18 $ docker exec --env ******** --env ******** f429f051582e14fb0d7008b3eddd5b1e2bc9e0808c3d80c7d1aa1ca3ab66c9cd ssh-agent -k 01:48:18 unset SSH_AUTH_SOCK; 01:48:18 unset SSH_AGENT_PID; 01:48:18 echo Agent pid 50 killed; 01:48:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:48:19 + git semver [Pipeline] } 01:48:19 $ docker stop --time=1 f429f051582e14fb0d7008b3eddd5b1e2bc9e0808c3d80c7d1aa1ca3ab66c9cd 01:48:21 $ docker rm -f f429f051582e14fb0d7008b3eddd5b1e2bc9e0808c3d80c7d1aa1ca3ab66c9cd [Pipeline] // withDockerContainer [Pipeline] sh 01:48:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:48:23 Stashed 1 file(s) [Pipeline] echo 01:48:23 [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 01:48:38 Still waiting to schedule task 01:48:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:48:38 Still waiting to schedule task 01:48:38 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15539’ 01:50:41 Running on prd-centos7-docker-4c-2g-15545 in /w/workspace/dry_go-mod-core-contracts_PR-389 [Pipeline] { [Pipeline] ws 01:50:41 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 01:50:43 using credential edgex-jenkins-ssh 01:50:43 Cloning the remote Git repository 01:50:43 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:50:43 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 01:50:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:50:44 > git --version # timeout=10 01:50:44 > git --version # 'git version 2.24.3' 01:50:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:50:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:50:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:50:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:50:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:50:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/389/head:refs/remotes/origin/PR-389 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:50:45 Merging remotes/origin/master commit 26f7976e83e717d42c4728cdd25427477ce9fa1e into PR head commit b03c3b561411c7e1508b29aebfd79fd891d2e6d5 01:50:45 Merge succeeded, producing b03c3b561411c7e1508b29aebfd79fd891d2e6d5 01:50:45 Checking out Revision b03c3b561411c7e1508b29aebfd79fd891d2e6d5 (PR-389) 01:50:45 > git config core.sparsecheckout # timeout=10 01:50:45 > git checkout -f b03c3b561411c7e1508b29aebfd79fd891d2e6d5 # timeout=10 01:50:45 > git remote # timeout=10 01:50:45 > git config --get remote.origin.url # timeout=10 01:50:45 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:45 > git merge 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 01:50:45 > git rev-parse HEAD^{commit} # timeout=10 01:50:45 > git config core.sparsecheckout # timeout=10 01:50:45 > git checkout -f b03c3b561411c7e1508b29aebfd79fd891d2e6d5 # timeout=10 01:50:49 Commit message: "refactor(meta): Remove DeleteById func" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:50:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:50:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:50:51 + sudo service docker restart 01:50:51 + true 01:50:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 01:50:53 ========================================================= 01:50:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:50:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:50:53 + 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 . 01:50:54 Sending build context to Docker daemon 1.94MB 01:50:54 Step 1/7 : ARG BASE=golang:1.15-alpine 01:50:54 Step 2/7 : FROM ${BASE} 01:50:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:50:54 188c0c94c7c5: Pulling fs layer 01:50:54 0ef7d3d256c8: Pulling fs layer 01:50:54 de9db76c5a1d: Pulling fs layer 01:50:54 bca2f99d35d6: Pulling fs layer 01:50:54 93359f2a8cfa: Pulling fs layer 01:50:54 7c6f9722023f: Pulling fs layer 01:50:54 a35cf1a2eb13: Pulling fs layer 01:50:54 bca2f99d35d6: Waiting 01:50:54 93359f2a8cfa: Waiting 01:50:54 7c6f9722023f: Waiting 01:50:54 a35cf1a2eb13: Waiting 01:50:54 de9db76c5a1d: Verifying Checksum 01:50:54 de9db76c5a1d: Download complete 01:50:54 0ef7d3d256c8: Verifying Checksum 01:50:54 0ef7d3d256c8: Download complete 01:50:54 93359f2a8cfa: Verifying Checksum 01:50:54 93359f2a8cfa: Download complete 01:50:54 7c6f9722023f: Download complete 01:50:54 188c0c94c7c5: Download complete 01:50:54 188c0c94c7c5: Pull complete 01:50:55 0ef7d3d256c8: Pull complete 01:50:55 de9db76c5a1d: Pull complete 01:50:56 a35cf1a2eb13: Verifying Checksum 01:50:56 a35cf1a2eb13: Download complete 01:50:57 bca2f99d35d6: Verifying Checksum 01:50:57 bca2f99d35d6: Download complete 01:51:04 bca2f99d35d6: Pull complete 01:51:04 93359f2a8cfa: Pull complete 01:51:04 7c6f9722023f: Pull complete 01:51:09 a35cf1a2eb13: Pull complete 01:51:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:51:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:51:09 ---> a62c8e92a672 01:51:09 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:51:09 ---> Running in ab2a4382d872 01:51:09 Removing intermediate container ab2a4382d872 01:51:09 ---> 58b0f3912ee5 01:51:09 Step 4/7 : RUN apk add bash 01:51:09 ---> Running in c424fbb8c0c1 01:51:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:51:12 OK: 166 MiB in 39 packages 01:51:12 Removing intermediate container c424fbb8c0c1 01:51:12 ---> 8a7894acb126 01:51:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:51:13 ---> Running in d69a34a31ce0 01:51:13 Removing intermediate container d69a34a31ce0 01:51:13 ---> c95e0d4a7436 01:51:13 Step 6/7 : COPY go.mod . 01:51:13 ---> b32541fcc419 01:51:13 Step 7/7 : RUN go mod download 01:51:13 ---> Running in de7c6e81cc00 01:51:25 Removing intermediate container de7c6e81cc00 01:51:25 ---> 9d506b63de7d 01:51:25 Successfully built 9d506b63de7d 01:51:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:51:26 + docker inspect -f . ci-base-image-x86_64 01:51:26 . [Pipeline] withDockerContainer 01:51:26 prd-centos7-docker-4c-2g-15545 does not seem to be running inside a container 01:51:26 $ 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 01:51:27 $ docker top 4401708e4a1a3fbc4d00ef5646d8544737d595fcb75e41ea613dd6a81aec65e8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:27 + go version 01:51:27 go version go1.15.5 linux/amd64 [Pipeline] } 01:51:27 $ docker stop --time=1 4401708e4a1a3fbc4d00ef5646d8544737d595fcb75e41ea613dd6a81aec65e8 01:51:29 $ docker rm -f 4401708e4a1a3fbc4d00ef5646d8544737d595fcb75e41ea613dd6a81aec65e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:51:29 + docker inspect -f . ci-base-image-x86_64 01:51:29 . [Pipeline] withDockerContainer 01:51:29 prd-centos7-docker-4c-2g-15545 does not seem to be running inside a container 01:51:29 $ 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 01:51:30 $ docker top a7a43708800d09cebba4aca787c55ffec18cb301dec51fa2c3d2d1546c9aa132 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:31 + make test 01:51:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:51:37 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:51:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.022s coverage: 85.7% of statements 01:51:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.024s coverage: 100.0% of statements 01:51:38 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.018s coverage: 45.4% of statements 01:51:38 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.009s coverage: 77.8% of statements 01:51:38 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:51:38 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.6% of statements 01:51:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.013s coverage: 14.7% of statements 01:51:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.021s coverage: 100.0% of statements 01:51:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.021s coverage: 91.8% of statements 01:51:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:51:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:51:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.005s coverage: 100.0% of statements 01:51:40 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.020s coverage: 47.8% of statements 01:51:42 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.024s coverage: 63.0% of statements 01:51:42 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.015s coverage: 26.3% of statements 01:51:42 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.032s coverage: 15.4% of statements 01:51:42 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.009s coverage: 15.4% of statements 01:51:42 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.018s coverage: 14.3% of statements 01:51:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:51:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.015s coverage: 80.9% of statements 01:51:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 01:51:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 01:51:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.025s coverage: 29.9% of statements 01:51:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.025s coverage: 100.0% of statements 01:51:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements 01:51:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 01:51:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:51:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:51:44 gofmt -l . 01:51:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 01:51:45 $ docker stop --time=1 a7a43708800d09cebba4aca787c55ffec18cb301dec51fa2c3d2d1546c9aa132 01:51:47 $ docker rm -f a7a43708800d09cebba4aca787c55ffec18cb301dec51fa2c3d2d1546c9aa132 [Pipeline] // withDockerContainer [Pipeline] sh 01:51:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:51:48 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] } 01:52:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15549 in /w/workspace/dry_go-mod-core-contracts_PR-389 [Pipeline] { [Pipeline] ws 01:52:14 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 01:52:18 using credential edgex-jenkins-ssh 01:52:18 Cloning the remote Git repository 01:52:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:19 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 01:52:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:19 > git --version # timeout=10 01:52:19 > git --version # 'git version 2.17.1' 01:52:19 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:52:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:52:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:20 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/389/head:refs/remotes/origin/PR-389 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:52:22 Merging remotes/origin/master commit 26f7976e83e717d42c4728cdd25427477ce9fa1e into PR head commit b03c3b561411c7e1508b29aebfd79fd891d2e6d5 01:52:22 Merge succeeded, producing b03c3b561411c7e1508b29aebfd79fd891d2e6d5 01:52:22 Checking out Revision b03c3b561411c7e1508b29aebfd79fd891d2e6d5 (PR-389) 01:52:22 > git config core.sparsecheckout # timeout=10 01:52:22 > git checkout -f b03c3b561411c7e1508b29aebfd79fd891d2e6d5 # timeout=10 01:52:22 > git remote # timeout=10 01:52:22 > git config --get remote.origin.url # timeout=10 01:52:22 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:22 > git merge 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 01:52:22 > git rev-parse HEAD^{commit} # timeout=10 01:52:22 > git config core.sparsecheckout # timeout=10 01:52:22 > git checkout -f b03c3b561411c7e1508b29aebfd79fd891d2e6d5 # timeout=10 01:52:27 Commit message: "refactor(meta): Remove DeleteById func" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:52:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:52:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:52:29 + true 01:52:29 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 01:52:32 ========================================================= 01:52:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:52:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:52:32 + 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 . 01:52:33 Sending build context to Docker daemon 1.939MB 01:52:33 Step 1/7 : ARG BASE=golang:1.15-alpine 01:52:33 Step 2/7 : FROM ${BASE} 01:52:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:52:34 5f621e34cdf4: Pulling fs layer 01:52:34 a4357932f1b6: Pulling fs layer 01:52:34 18c013af1878: Pulling fs layer 01:52:34 00ac8860ef70: Pulling fs layer 01:52:34 63d7cb157983: Pulling fs layer 01:52:34 b116817d02f9: Pulling fs layer 01:52:34 745a02a5169b: Pulling fs layer 01:52:34 00ac8860ef70: Waiting 01:52:34 745a02a5169b: Waiting 01:52:34 b116817d02f9: Waiting 01:52:34 63d7cb157983: Waiting 01:52:34 18c013af1878: Download complete 01:52:34 a4357932f1b6: Verifying Checksum 01:52:34 a4357932f1b6: Download complete 01:52:34 63d7cb157983: Verifying Checksum 01:52:34 63d7cb157983: Download complete 01:52:34 b116817d02f9: Verifying Checksum 01:52:34 b116817d02f9: Download complete 01:52:34 5f621e34cdf4: Verifying Checksum 01:52:34 5f621e34cdf4: Download complete 01:52:35 5f621e34cdf4: Pull complete 01:52:35 a4357932f1b6: Pull complete 01:52:36 18c013af1878: Pull complete 01:52:36 745a02a5169b: Verifying Checksum 01:52:37 00ac8860ef70: Verifying Checksum 01:52:37 00ac8860ef70: Download complete 01:52:47 00ac8860ef70: Pull complete 01:52:48 63d7cb157983: Pull complete 01:52:48 b116817d02f9: Pull complete 01:52:52 745a02a5169b: Pull complete 01:52:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:52:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:52:52 ---> b7e6874047d6 01:52:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:52:55 ---> Running in d29db6a28551 01:52:55 Removing intermediate container d29db6a28551 01:52:55 ---> 338a16e41687 01:52:55 Step 4/7 : RUN apk add bash 01:52:55 ---> Running in 6acc2458b8ff 01:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:59 OK: 142 MiB in 39 packages 01:53:00 Removing intermediate container 6acc2458b8ff 01:53:00 ---> 994d72244af9 01:53:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:53:00 ---> Running in 28ba1e0bdd0b 01:53:00 Removing intermediate container 28ba1e0bdd0b 01:53:00 ---> 689516652dc5 01:53:00 Step 6/7 : COPY go.mod . 01:53:01 ---> 0c330a693b62 01:53:01 Step 7/7 : RUN go mod download 01:53:01 ---> Running in 298b1558d502 01:53:16 Removing intermediate container 298b1558d502 01:53:16 ---> 2a07888dc12c 01:53:16 Successfully built 2a07888dc12c 01:53:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:53:17 + docker inspect -f . ci-base-image-arm64 01:53:17 . [Pipeline] withDockerContainer 01:53:17 prd-ubuntu18.04-docker-arm64-4c-16g-15549 does not seem to be running inside a container 01:53:17 $ 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 01:53:19 $ docker top e924fc5d8d71619405f8110f01a50146ab3c17f492e81a4a9093f3274e8d1276 -eo pid,comm [Pipeline] { [Pipeline] sh 01:53:20 + go version 01:53:20 go version go1.15.5 linux/arm64 [Pipeline] } 01:53:20 $ docker stop --time=1 e924fc5d8d71619405f8110f01a50146ab3c17f492e81a4a9093f3274e8d1276 01:53:22 $ docker rm -f e924fc5d8d71619405f8110f01a50146ab3c17f492e81a4a9093f3274e8d1276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:53:23 + docker inspect -f . ci-base-image-arm64 01:53:23 . [Pipeline] withDockerContainer 01:53:23 prd-ubuntu18.04-docker-arm64-4c-16g-15549 does not seem to be running inside a container 01:53:23 $ 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 01:53:25 $ docker top e3ac2ff04e6987ffac4e0bbcb92cab93764e95912712bf28adbd1a5594011b4a -eo pid,comm [Pipeline] { [Pipeline] sh 01:53:26 + make test 01:53:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:53:48 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:53:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.046s coverage: 85.7% of statements 01:53:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.039s coverage: 100.0% of statements 01:53:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.087s coverage: 45.4% of statements 01:53:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.043s coverage: 77.8% of statements 01:53:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:53:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.010s coverage: 6.6% of statements 01:53:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.065s coverage: 14.7% of statements 01:53:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.021s coverage: 100.0% of statements 01:53:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.092s coverage: 91.8% of statements 01:53:53 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:53:53 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:53:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.015s coverage: 100.0% of statements 01:53:54 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.026s coverage: 47.8% of statements 01:53:59 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.105s coverage: 63.0% of statements 01:53:59 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements 01:53:59 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.025s coverage: 15.4% of statements 01:53:59 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.054s coverage: 15.4% of statements 01:53:59 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.031s coverage: 14.3% of statements 01:53:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:54:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.056s coverage: 80.9% of statements 01:54:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 01:54:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 01:54:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.034s coverage: 29.9% of statements 01:54:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.047s coverage: 100.0% of statements 01:54:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.066s coverage: 94.4% of statements 01:54:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 01:54:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:54:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:54:07 gofmt -l . 01:54:07 [ "`gofmt -l .`" = "" ] [Pipeline] } 01:54:08 $ docker stop --time=1 e3ac2ff04e6987ffac4e0bbcb92cab93764e95912712bf28adbd1a5594011b4a 01:54:10 $ docker rm -f e3ac2ff04e6987ffac4e0bbcb92cab93764e95912712bf28adbd1a5594011b4a [Pipeline] // withDockerContainer [Pipeline] sh 01:54:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:54:11 Warning: overwriting stash ‘coverage-report’ 01:54:12 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 01:54:14 provisioning config files... 01:54:14 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-389@tmp/config2178218893744547945tmp [Pipeline] { [Pipeline] sh 01:54:15 + set +x 01:54:15 + curl -s https://codecov.io/bash 01:54:15 + bash -s -- 01:54:15 01:54:15 _____ _ 01:54:15 / ____| | | 01:54:15 | | ___ __| | ___ ___ _____ __ 01:54:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:54:15 | |___| (_) | (_| | __/ (_| (_) \ V / 01:54:15 \_____\___/ \__,_|\___|\___\___/ \_/ 01:54:15 Bash-20201130-cc6d3fe 01:54:15 01:54:15 01:54:15 ==> Jenkins CI detected. 01:54:15 project root: . 01:54:15 --> token set from env 01:54:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:54:15 ==> Running gcov in . (disable via -X gcov) 01:54:15 ==> Python coveragepy not found 01:54:15 ==> Searching for coverage reports in: 01:54:15 + . 01:54:15 -> Found 1 reports 01:54:15 ==> Detecting git/mercurial file structure 01:54:15 ==> Reading reports 01:54:15 + ./coverage.out bytes=107811 01:54:15 ==> Appending adjustments 01:54:15 https://docs.codecov.io/docs/fixing-reports 01:54:16 + Found adjustments 01:54:16 ==> Gzipping contents 01:54:16 20K /tmp/codecov.HSBVS0.gz 01:54:16 ==> Uploading reports 01:54:16 url: https://codecov.io 01:54:16 query: branch=PR-389&commit=b03c3b561411c7e1508b29aebfd79fd891d2e6d5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-389%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=389&job=&cmd_args= 01:54:17 -> Pinging Codecov 01:54:17 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-389&commit=b03c3b561411c7e1508b29aebfd79fd891d2e6d5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-389%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=389&job=&cmd_args= 01:54:17 -> Uploading to 01:54:17 https://storage.googleapis.com/codecov/v4/raw/2020-12-11/71470A77251A30514AAF9C0BB2E5B6CE/b03c3b561411c7e1508b29aebfd79fd891d2e6d5/2384e1da-c81b-41e1-9845-3367b3b92240.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201211T015417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8fc98e4ab880e1ca72ee2937de9e7860b07dc2fa2f01442eb485d494ba3fb1af 01:54:17 % Total % Received % Xferd Average Speed Time Time Time Current 01:54:17 Dload Upload Total Spent Left Speed 01:54:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17566 0 0 100 17566 0 34217 --:--:-- --:--:-- --:--:-- 34175 100 17566 0 0 100 17566 0 34201 --:--:-- --:--:-- --:--:-- 34175 01:54:17 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/b03c3b561411c7e1508b29aebfd79fd891d2e6d5 [Pipeline] } 01:54:17 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 01:54:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:54:22 ---> package-listing.sh 01:54:22 ++ facter osfamily 01:54:22 ++ tr '[:upper:]' '[:lower:]' 01:54:22 + OS_FAMILY=redhat 01:54:22 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-389 01:54:22 + START_PACKAGES=/tmp/packages_start.txt 01:54:22 + END_PACKAGES=/tmp/packages_end.txt 01:54:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:54:22 + PACKAGES=/tmp/packages_start.txt 01:54:22 + '[' /w/workspace/dry_go-mod-core-contracts_PR-389 ']' 01:54:22 + PACKAGES=/tmp/packages_end.txt 01:54:22 + case "${OS_FAMILY}" in 01:54:22 + rpm -qa 01:54:22 + sort 01:54:29 + '[' -f /tmp/packages_start.txt ']' 01:54:29 + '[' -f /tmp/packages_end.txt ']' 01:54:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:54:29 + '[' /w/workspace/dry_go-mod-core-contracts_PR-389 ']' 01:54:29 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-389/archives/ 01:54:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-389/archives/ [Pipeline] echo 01:54:29 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-389/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:54:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:54:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:30 01:54:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:54:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:30 alpine: Pulling from edgex-lftools-log-publisher 01:54:30 df20fa9351a1: Pulling fs layer 01:54:30 36b3adc4ff6f: Pulling fs layer 01:54:30 8ad3a11d3b57: Pulling fs layer 01:54:30 46f8f816bc3b: Pulling fs layer 01:54:30 93b61091891f: Pulling fs layer 01:54:30 93b9cdb0e59b: Pulling fs layer 01:54:30 5e14af77c1be: Pulling fs layer 01:54:30 01666e4c0597: Pulling fs layer 01:54:30 aa168da1d23b: Pulling fs layer 01:54:30 93b9cdb0e59b: Waiting 01:54:30 5e14af77c1be: Waiting 01:54:30 46f8f816bc3b: Waiting 01:54:30 01666e4c0597: Waiting 01:54:30 93b61091891f: Waiting 01:54:30 aa168da1d23b: Waiting 01:54:30 36b3adc4ff6f: Verifying Checksum 01:54:30 36b3adc4ff6f: Download complete 01:54:30 46f8f816bc3b: Verifying Checksum 01:54:30 46f8f816bc3b: Download complete 01:54:30 93b61091891f: Verifying Checksum 01:54:30 93b61091891f: Download complete 01:54:30 df20fa9351a1: Verifying Checksum 01:54:30 df20fa9351a1: Download complete 01:54:30 93b9cdb0e59b: Verifying Checksum 01:54:30 93b9cdb0e59b: Download complete 01:54:30 5e14af77c1be: Verifying Checksum 01:54:30 5e14af77c1be: Download complete 01:54:30 01666e4c0597: Verifying Checksum 01:54:30 01666e4c0597: Download complete 01:54:31 8ad3a11d3b57: Verifying Checksum 01:54:31 8ad3a11d3b57: Download complete 01:54:31 df20fa9351a1: Pull complete 01:54:32 36b3adc4ff6f: Pull complete 01:54:34 8ad3a11d3b57: Pull complete 01:54:34 46f8f816bc3b: Pull complete 01:54:35 93b61091891f: Pull complete 01:54:35 aa168da1d23b: Verifying Checksum 01:54:35 aa168da1d23b: Download complete 01:54:36 93b9cdb0e59b: Pull complete 01:54:36 5e14af77c1be: Pull complete 01:54:36 01666e4c0597: Pull complete 01:54:49 aa168da1d23b: Pull complete 01:54:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:54:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:54:49 prd-centos7-docker-4c-2g-15541 does not seem to be running inside a container 01:54:49 $ 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-389/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-389 -v /w/workspace/dry_go-mod-core-contracts_PR-389:/w/workspace/dry_go-mod-core-contracts_PR-389:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-389@tmp:/w/workspace/dry_go-mod-core-contracts_PR-389@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 01:54:53 $ docker top f84eb21f05974bc7d0461a092baa99914ebd757d7b5a55e453b6016065a2748b -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:54 + touch /tmp/pre-build-complete [Pipeline] sh 01:54:54 + mkdir -p /var/log/sa [Pipeline] sh 01:54:55 + ls /var/log/sa-host 01:54:55 + sadf -c /var/log/sa-host/sa11 01:54:55 file_magic: OK 01:54:55 HZ: Using current value: 100 01:54:55 file_header: OK 01:54:55 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 01:54:55 Statistics: 01:54:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:54:55 File successfully converted to sysstat format version 12.2.1 01:54:55 + sadf -c /var/log/sa-host/sa23 01:54:55 file_magic: OK 01:54:55 HZ: Using current value: 100 01:54:55 file_header: OK 01:54:55 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 01:54:55 Statistics: 01:54:55 Hnuu...uuuununununu... 01:54:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:54:55 provisioning config files... 01:54:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-389@tmp/config5729120459385181561tmp [Pipeline] { [Pipeline] echo 01:54:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:54:56 ---> create-netrc.sh [Pipeline] } 01:54:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:54:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:54:56 ---> python-tools-install.sh [Pipeline] echo 01:54:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:54:57 ---> sudo-logs.sh 01:54:57 Archiving 'sudo' log.. [Pipeline] echo 01:54:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:54:57 ---> job-cost.sh 01:54:57 lf-activate-venv: SKIPPING 01:54:57 INFO: No Stack... 01:54:58 INFO: Retrieving Pricing Info for: v1-standard-2 01:54:59 INFO: Archiving Costs [Pipeline] echo 01:54:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:54:59 ---> logs-deploy.sh 01:54:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-389/3 01:54:59 INFO: archiving workspace using pattern(s): 01:55:03 Archives upload complete. 01:55:03 INFO: archiving logs to Nexus