Pull request #291 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 cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 14db601ad80c586c44455a3605f5265582403725+2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 (fee1f9b74a155233d6fddb6a8128b52a24537616) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-751 in /w/workspace/dry_go-mod-core-contracts_PR-291 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-291 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 into PR head commit 14db601ad80c586c44455a3605f5265582403725 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 14db601ad80c586c44455a3605f5265582403725 # timeout=10 Merge succeeded, producing 14db601ad80c586c44455a3605f5265582403725 Checking out Revision 14db601ad80c586c44455a3605f5265582403725 (PR-291) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 14db601ad80c586c44455a3605f5265582403725 # timeout=10 Commit message: "Fix: Error msg should return first non-empty msg" First time build. Skipping changelog. > git rev-list --no-walk a1e016e8c7739dd9595ed2bb59b1b25013ed507c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-22T02:31:05.932Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-22T02:31:06.220Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-22T02:31:06.337Z] ========================================================= [2020-09-22T02:31:06.338Z] EdgeX Global Pipelines Version Info [2020-09-22T02:31:06.338Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-22T02:31:07.935Z] ------------------- [2020-09-22T02:31:07.935Z] stable info: [2020-09-22T02:31:07.935Z] ------------------- [2020-09-22T02:31:07.935Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-22T02:31:07.935Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-22T02:31:07.935Z] Message: update stable to v1.0.122 [2020-09-22T02:31:08.881Z] ------------------- [2020-09-22T02:31:08.881Z] experimental info: [2020-09-22T02:31:08.881Z] ------------------- [2020-09-22T02:31:08.881Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-22T02:31:08.881Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-22T02:31:08.881Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-22T02:31:09.308Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-22T02:31:09.405Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-22T02:31:09.494Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-22T02:31:09.585Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-22T02:31:09.675Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-22T02:31:09.766Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-22T02:31:09.864Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-22T02:31:09.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-22T02:31:10.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-22T02:31:10.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-22T02:31:10.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-22T02:31:10.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-22T02:31:10.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-22T02:31:10.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-22T02:31:10.783Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T02:31:10.881Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T02:31:10.973Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T02:31:11.069Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T02:31:11.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-22T02:31:11.310Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-22T02:31:11.413Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-22T02:31:11.517Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-22T02:31:11.666Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo [2020-09-22T02:31:11.759Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo [2020-09-22T02:31:11.855Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo [2020-09-22T02:31:11.948Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 14db601ad80c586c44455a3605f5265582403725 [Pipeline] echo [2020-09-22T02:31:12.057Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 14db601 [Pipeline] echo [2020-09-22T02:31:12.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-22T02:31:13.070Z] + git log --format=format:%s -1 14db601ad80c586c44455a3605f5265582403725 [Pipeline] echo [2020-09-22T02:31:13.130Z] GIT_COMMIT: 14db601ad80c586c44455a3605f5265582403725, Commit Message: Fix: Error msg should return first non-empty msg [Pipeline] echo [2020-09-22T02:31:13.203Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:31:14.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T02:31:14.203Z] [2020-09-22T02:31:14.203Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:31:14.573Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T02:31:14.573Z] latest: Pulling from edgex-devops/git-semver [2020-09-22T02:31:14.573Z] 31603596830f: Pulling fs layer [2020-09-22T02:31:14.573Z] 2a8b12db71e7: Pulling fs layer [2020-09-22T02:31:14.573Z] 6ca5941a6612: Pulling fs layer [2020-09-22T02:31:14.573Z] ecc8261a40a4: Pulling fs layer [2020-09-22T02:31:14.573Z] ecc8261a40a4: Waiting [2020-09-22T02:31:14.573Z] 2a8b12db71e7: Verifying Checksum [2020-09-22T02:31:14.573Z] 2a8b12db71e7: Download complete [2020-09-22T02:31:14.849Z] 31603596830f: Download complete [2020-09-22T02:31:15.113Z] 31603596830f: Pull complete [2020-09-22T02:31:15.377Z] 2a8b12db71e7: Pull complete [2020-09-22T02:31:15.639Z] ecc8261a40a4: Verifying Checksum [2020-09-22T02:31:15.639Z] ecc8261a40a4: Download complete [2020-09-22T02:31:15.639Z] 6ca5941a6612: Verifying Checksum [2020-09-22T02:31:15.639Z] 6ca5941a6612: Download complete [2020-09-22T02:31:16.591Z] 6ca5941a6612: Pull complete [2020-09-22T02:31:16.591Z] ecc8261a40a4: Pull complete [2020-09-22T02:31:16.591Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-22T02:31:16.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T02:31:16.591Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-22T02:31:16.699Z] prd-centos7-docker-4c-2g-751 does not seem to be running inside a container [2020-09-22T02:31:16.753Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-291 -v /w/workspace/dry_go-mod-core-contracts_PR-291:/w/workspace/dry_go-mod-core-contracts_PR-291:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-291@tmp:/w/workspace/dry_go-mod-core-contracts_PR-291@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-22T02:31:18.497Z] $ docker top a0f34dc5b82084d08ef3c4ff79b6c4aae1cfec15f88ff5e2fce7b0acc6c5e5fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-22T02:31:18.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T02:31:18.781Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T02:31:18.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T02:31:18.979Z] $ docker exec a0f34dc5b82084d08ef3c4ff79b6c4aae1cfec15f88ff5e2fce7b0acc6c5e5fe ssh-agent [2020-09-22T02:31:19.142Z] SSH_AUTH_SOCK=/tmp/ssh-N6HNIj14g7hR/agent.11 [2020-09-22T02:31:19.142Z] SSH_AGENT_PID=17 [2020-09-22T02:31:19.154Z] Running ssh-add (command line suppressed) [2020-09-22T02:31:19.269Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-291@tmp/private_key_7689608082586371168.key (/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/private_key_7689608082586371168.key) [2020-09-22T02:31:19.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T02:31:19.645Z] + git describe --exact-match --tags HEAD [2020-09-22T02:31:19.645Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-22T02:31:19.669Z] $ docker exec --env ******** --env ******** a0f34dc5b82084d08ef3c4ff79b6c4aae1cfec15f88ff5e2fce7b0acc6c5e5fe ssh-agent -k [2020-09-22T02:31:19.778Z] unset SSH_AUTH_SOCK; [2020-09-22T02:31:19.779Z] unset SSH_AGENT_PID; [2020-09-22T02:31:19.779Z] echo Agent pid 17 killed; [2020-09-22T02:31:19.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-22T02:31:19.921Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-22T02:31:19.921Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-22T02:31:20.015Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T02:31:20.015Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T02:31:20.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T02:31:20.176Z] $ docker exec a0f34dc5b82084d08ef3c4ff79b6c4aae1cfec15f88ff5e2fce7b0acc6c5e5fe ssh-agent [2020-09-22T02:31:20.328Z] SSH_AUTH_SOCK=/tmp/ssh-82gmitcdLhka/agent.47 [2020-09-22T02:31:20.329Z] SSH_AGENT_PID=52 [2020-09-22T02:31:20.335Z] Running ssh-add (command line suppressed) [2020-09-22T02:31:20.451Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-291@tmp/private_key_1533905003447424351.key (/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/private_key_1533905003447424351.key) [2020-09-22T02:31:20.498Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T02:31:20.835Z] + git semver init [2020-09-22T02:31:20.835Z] # -> Open(): unable to determine branch for HEAD [2020-09-22T02:31:20.835Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-291/.git [2020-09-22T02:31:20.835Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-291 [2020-09-22T02:31:20.835Z] # $SEMVER_REMOTE_NAME = origin [2020-09-22T02:31:20.835Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-22T02:31:20.835Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-22T02:31:20.835Z] # $SEMVER_BRANCH = PR-291 [2020-09-22T02:31:20.835Z] # $SEMVER_TEMP = /tmp/semver-248792582 [2020-09-22T02:31:20.835Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-22T02:31:21.413Z] # '/tmp/semver-248792582' -> '/w/workspace/dry_go-mod-core-contracts_PR-291/.semver' [2020-09-22T02:31:21.413Z] # -> Force: false [2020-09-22T02:31:21.413Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-291/.semver [Pipeline] } [2020-09-22T02:31:21.427Z] $ docker exec --env ******** --env ******** a0f34dc5b82084d08ef3c4ff79b6c4aae1cfec15f88ff5e2fce7b0acc6c5e5fe ssh-agent -k [2020-09-22T02:31:21.535Z] unset SSH_AUTH_SOCK; [2020-09-22T02:31:21.535Z] unset SSH_AGENT_PID; [2020-09-22T02:31:21.535Z] echo Agent pid 52 killed; [2020-09-22T02:31:21.584Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-22T02:31:22.076Z] + git semver [Pipeline] } [2020-09-22T02:31:22.102Z] $ docker stop --time=1 a0f34dc5b82084d08ef3c4ff79b6c4aae1cfec15f88ff5e2fce7b0acc6c5e5fe [2020-09-22T02:31:23.824Z] $ docker rm -f a0f34dc5b82084d08ef3c4ff79b6c4aae1cfec15f88ff5e2fce7b0acc6c5e5fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-22T02:31:24.678Z] Stashed 96 file(s) [Pipeline] echo [2020-09-22T02:31:24.681Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-22T02:31:24.812Z] Archived original 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 [2020-09-22T02:31:40.244Z] Still waiting to schedule task [2020-09-22T02:31:40.245Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-22T02:31:40.247Z] Still waiting to schedule task [2020-09-22T02:31:40.247Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-22T02:34:24.045Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-752 in /w/workspace/dry_go-mod-core-contracts_PR-291 [Pipeline] { [Pipeline] ws [2020-09-22T02:34:24.106Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-09-22T02:34:29.865Z] using credential edgex-jenkins-ssh [2020-09-22T02:34:29.925Z] Cloning the remote Git repository [2020-09-22T02:34:29.925Z] Cloning with configured refspecs honoured and without tags [2020-09-22T02:34:29.992Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T02:34:30.112Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-09-22T02:34:30.180Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T02:34:30.181Z] > git --version # timeout=10 [2020-09-22T02:34:30.205Z] > git --version # 'git version 2.17.1' [2020-09-22T02:34:30.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T02:34:30.281Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T02:34:31.296Z] Fetching without tags [2020-09-22T02:34:31.867Z] Merging remotes/origin/master commit 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 into PR head commit 14db601ad80c586c44455a3605f5265582403725 [2020-09-22T02:34:31.205Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T02:34:31.223Z] > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 [2020-09-22T02:34:31.244Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T02:34:31.275Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T02:34:31.313Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T02:34:31.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T02:34:31.327Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T02:34:31.893Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T02:34:31.915Z] > git checkout -f 14db601ad80c586c44455a3605f5265582403725 # timeout=10 [2020-09-22T02:34:32.275Z] Merge succeeded, producing 14db601ad80c586c44455a3605f5265582403725 [2020-09-22T02:34:32.275Z] Checking out Revision 14db601ad80c586c44455a3605f5265582403725 (PR-291) [2020-09-22T02:34:32.047Z] > git remote # timeout=10 [2020-09-22T02:34:32.148Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T02:34:32.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T02:34:32.198Z] > git merge 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 [2020-09-22T02:34:32.230Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T02:34:32.289Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T02:34:32.314Z] > git checkout -f 14db601ad80c586c44455a3605f5265582403725 # timeout=10 [2020-09-22T02:34:36.694Z] Commit message: "Fix: Error msg should return first non-empty msg" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T02:34:37.971Z] ========================================================= [2020-09-22T02:34:37.971Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-22T02:34:37.971Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:34:39.190Z] + 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 . [2020-09-22T02:34:40.217Z] Sending build context to Docker daemon 2.262MB [2020-09-22T02:34:40.217Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-22T02:34:40.217Z] Step 2/7 : FROM ${BASE} [2020-09-22T02:34:40.491Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-22T02:34:40.491Z] b538f80385f9: Pulling fs layer [2020-09-22T02:34:40.491Z] 74f711af9a0d: Pulling fs layer [2020-09-22T02:34:40.491Z] 99f96fe45779: Pulling fs layer [2020-09-22T02:34:40.491Z] 8529a6b9a6be: Pulling fs layer [2020-09-22T02:34:40.491Z] 45590311c82a: Pulling fs layer [2020-09-22T02:34:40.491Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-22T02:34:40.491Z] 209524e5b208: Pulling fs layer [2020-09-22T02:34:40.491Z] 8529a6b9a6be: Waiting [2020-09-22T02:34:40.491Z] 45590311c82a: Waiting [2020-09-22T02:34:40.491Z] 209524e5b208: Waiting [2020-09-22T02:34:40.491Z] 99f96fe45779: Verifying Checksum [2020-09-22T02:34:40.491Z] 99f96fe45779: Download complete [2020-09-22T02:34:40.491Z] 74f711af9a0d: Verifying Checksum [2020-09-22T02:34:40.491Z] 74f711af9a0d: Download complete [2020-09-22T02:34:40.491Z] 45590311c82a: Verifying Checksum [2020-09-22T02:34:40.491Z] 45590311c82a: Download complete [2020-09-22T02:34:40.765Z] 69ca0ff8b7b3: Download complete [2020-09-22T02:34:41.369Z] b538f80385f9: Verifying Checksum [2020-09-22T02:34:41.369Z] b538f80385f9: Download complete [2020-09-22T02:34:41.972Z] b538f80385f9: Pull complete [2020-09-22T02:34:42.581Z] 74f711af9a0d: Pull complete [2020-09-22T02:34:43.189Z] 99f96fe45779: Pull complete [2020-09-22T02:34:43.462Z] 209524e5b208: Download complete [2020-09-22T02:34:44.914Z] 8529a6b9a6be: Verifying Checksum [2020-09-22T02:34:44.914Z] 8529a6b9a6be: Download complete [2020-09-22T02:34:57.348Z] 8529a6b9a6be: Pull complete [2020-09-22T02:34:57.348Z] 45590311c82a: Pull complete [2020-09-22T02:34:57.348Z] 69ca0ff8b7b3: Pull complete [2020-09-22T02:34:59.991Z] 209524e5b208: Pull complete [2020-09-22T02:34:59.991Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-22T02:34:59.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-22T02:34:59.991Z] ---> 5bddaf1c2fca [2020-09-22T02:34:59.991Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-22T02:35:03.226Z] Running on prd-centos7-docker-4c-2g-753 in /w/workspace/dry_go-mod-core-contracts_PR-291 [Pipeline] { [Pipeline] ws [2020-09-22T02:35:03.307Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-09-22T02:35:03.382Z] ---> Running in 39f3876f2578 [2020-09-22T02:35:03.382Z] Removing intermediate container 39f3876f2578 [2020-09-22T02:35:03.382Z] ---> bac681303fd1 [2020-09-22T02:35:03.382Z] Step 4/7 : RUN apk add bash [2020-09-22T02:35:03.382Z] ---> Running in 5fa507cd8e2d [2020-09-22T02:35:05.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T02:35:05.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T02:35:06.961Z] OK: 142 MiB in 39 packages [2020-09-22T02:35:07.322Z] using credential edgex-jenkins-ssh [2020-09-22T02:35:07.391Z] Cloning the remote Git repository [2020-09-22T02:35:07.391Z] Cloning with configured refspecs honoured and without tags [2020-09-22T02:35:07.438Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T02:35:07.531Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-09-22T02:35:07.627Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T02:35:07.627Z] > git --version # timeout=10 [2020-09-22T02:35:07.637Z] > git --version # 'git version 2.16.5' [2020-09-22T02:35:07.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T02:35:07.685Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T02:35:08.405Z] Removing intermediate container 5fa507cd8e2d [2020-09-22T02:35:08.405Z] ---> aed3fa7c55ea [2020-09-22T02:35:08.405Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-22T02:35:08.405Z] ---> Running in 47238b9deea5 [2020-09-22T02:35:08.657Z] Fetching without tags [2020-09-22T02:35:08.678Z] Removing intermediate container 47238b9deea5 [2020-09-22T02:35:08.678Z] ---> ced4e5523131 [2020-09-22T02:35:08.678Z] Step 6/7 : COPY go.mod . [2020-09-22T02:35:09.181Z] Merging remotes/origin/master commit 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 into PR head commit 14db601ad80c586c44455a3605f5265582403725 [2020-09-22T02:35:09.475Z] Merge succeeded, producing 14db601ad80c586c44455a3605f5265582403725 [2020-09-22T02:35:09.475Z] Checking out Revision 14db601ad80c586c44455a3605f5265582403725 (PR-291) [2020-09-22T02:35:08.361Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T02:35:08.436Z] > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 [2020-09-22T02:35:08.447Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T02:35:08.517Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T02:35:08.672Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T02:35:08.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T02:35:08.704Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/291/head:refs/remotes/origin/PR-291 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T02:35:09.196Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T02:35:09.231Z] > git checkout -f 14db601ad80c586c44455a3605f5265582403725 # timeout=10 [2020-09-22T02:35:09.326Z] > git remote # timeout=10 [2020-09-22T02:35:09.364Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T02:35:09.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T02:35:09.409Z] > git merge 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 [2020-09-22T02:35:09.438Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T02:35:09.487Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T02:35:09.658Z] ---> 030a4b2e7b20 [2020-09-22T02:35:09.658Z] Step 7/7 : RUN go mod download [2020-09-22T02:35:09.658Z] ---> Running in fcc451ca00ed [2020-09-22T02:35:09.514Z] > git checkout -f 14db601ad80c586c44455a3605f5265582403725 # timeout=10 [2020-09-22T02:35:14.157Z] Commit message: "Fix: Error msg should return first non-empty msg" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T02:35:15.744Z] ========================================================= [2020-09-22T02:35:15.744Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-22T02:35:15.744Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:35:17.094Z] + 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 . [2020-09-22T02:35:17.704Z] Sending build context to Docker daemon 2.262MB [2020-09-22T02:35:17.704Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-22T02:35:17.704Z] Step 2/7 : FROM ${BASE} [2020-09-22T02:35:17.969Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-22T02:35:17.969Z] df20fa9351a1: Pulling fs layer [2020-09-22T02:35:17.969Z] ed8968b2872e: Pulling fs layer [2020-09-22T02:35:17.969Z] a92cc7c5fd73: Pulling fs layer [2020-09-22T02:35:17.969Z] e871e8e8d7a9: Pulling fs layer [2020-09-22T02:35:17.969Z] e73272ec9a57: Pulling fs layer [2020-09-22T02:35:17.969Z] 1e910a182e73: Pulling fs layer [2020-09-22T02:35:17.969Z] 4e634b169226: Pulling fs layer [2020-09-22T02:35:17.969Z] e871e8e8d7a9: Waiting [2020-09-22T02:35:17.969Z] e73272ec9a57: Waiting [2020-09-22T02:35:17.969Z] 1e910a182e73: Waiting [2020-09-22T02:35:17.969Z] 4e634b169226: Waiting [2020-09-22T02:35:17.969Z] a92cc7c5fd73: Verifying Checksum [2020-09-22T02:35:17.969Z] a92cc7c5fd73: Download complete [2020-09-22T02:35:17.969Z] ed8968b2872e: Download complete [2020-09-22T02:35:17.969Z] e73272ec9a57: Verifying Checksum [2020-09-22T02:35:17.969Z] e73272ec9a57: Download complete [2020-09-22T02:35:18.255Z] 1e910a182e73: Verifying Checksum [2020-09-22T02:35:18.255Z] df20fa9351a1: Verifying Checksum [2020-09-22T02:35:18.255Z] df20fa9351a1: Download complete [2020-09-22T02:35:18.937Z] df20fa9351a1: Pull complete [2020-09-22T02:35:19.234Z] ed8968b2872e: Pull complete [2020-09-22T02:35:19.234Z] a92cc7c5fd73: Pull complete [2020-09-22T02:35:23.716Z] 4e634b169226: Verifying Checksum [2020-09-22T02:35:23.716Z] 4e634b169226: Download complete [2020-09-22T02:35:24.368Z] e871e8e8d7a9: Verifying Checksum [2020-09-22T02:35:24.368Z] e871e8e8d7a9: Download complete [2020-09-22T02:35:24.750Z] Removing intermediate container fcc451ca00ed [2020-09-22T02:35:24.751Z] ---> 9a70ddd418c8 [2020-09-22T02:35:24.751Z] Successfully built 9a70ddd418c8 [2020-09-22T02:35:24.751Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:35:25.171Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T02:35:25.171Z] . [Pipeline] withDockerContainer [2020-09-22T02:35:25.417Z] prd-ubuntu18.04-docker-arm64-4c-16g-752 does not seem to be running inside a container [2020-09-22T02:35:25.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-22T02:35:27.603Z] $ docker top 718ba70200a726594f7b56bfefb6b8345671caca8d842d2f40893323aeddead9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T02:35:29.021Z] + go version [2020-09-22T02:35:29.021Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-22T02:35:29.049Z] $ docker stop --time=1 718ba70200a726594f7b56bfefb6b8345671caca8d842d2f40893323aeddead9 [2020-09-22T02:35:31.188Z] $ docker rm -f 718ba70200a726594f7b56bfefb6b8345671caca8d842d2f40893323aeddead9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:35:32.351Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T02:35:32.351Z] . [Pipeline] withDockerContainer [2020-09-22T02:35:32.620Z] prd-ubuntu18.04-docker-arm64-4c-16g-752 does not seem to be running inside a container [2020-09-22T02:35:32.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-22T02:35:32.911Z] e871e8e8d7a9: Pull complete [2020-09-22T02:35:32.911Z] e73272ec9a57: Pull complete [2020-09-22T02:35:32.911Z] 1e910a182e73: Pull complete [2020-09-22T02:35:34.659Z] $ docker top 166ab24bb974f6bbb2665483a09211caa9720ad8eefa49e4c7318645a3cf9916 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T02:35:36.094Z] + make test [2020-09-22T02:35:36.094Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-22T02:35:39.569Z] 4e634b169226: Pull complete [2020-09-22T02:35:39.569Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-22T02:35:39.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-22T02:35:39.569Z] ---> f7629b54cfaa [2020-09-22T02:35:39.569Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-22T02:35:39.569Z] ---> Running in 1f50dd5740c5 [2020-09-22T02:35:39.855Z] Removing intermediate container 1f50dd5740c5 [2020-09-22T02:35:39.855Z] ---> 4c7971cd5286 [2020-09-22T02:35:39.855Z] Step 4/7 : RUN apk add bash [2020-09-22T02:35:39.855Z] ---> Running in a1ca8e2d51f8 [2020-09-22T02:35:40.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-22T02:35:41.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-22T02:35:42.401Z] OK: 166 MiB in 39 packages [2020-09-22T02:35:43.082Z] Removing intermediate container a1ca8e2d51f8 [2020-09-22T02:35:43.082Z] ---> 76d622acb477 [2020-09-22T02:35:43.082Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-22T02:35:43.082Z] ---> Running in 15303ec1e175 [2020-09-22T02:35:43.356Z] Removing intermediate container 15303ec1e175 [2020-09-22T02:35:43.356Z] ---> 89c08a894936 [2020-09-22T02:35:43.356Z] Step 6/7 : COPY go.mod . [2020-09-22T02:35:43.636Z] ---> 2e2411e1b3f5 [2020-09-22T02:35:43.636Z] Step 7/7 : RUN go mod download [2020-09-22T02:35:43.636Z] ---> Running in 7b602b0dd712 [2020-09-22T02:35:58.402Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-22T02:35:58.402Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.035s coverage: 85.7% of statements [2020-09-22T02:35:58.402Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.047s coverage: 100.0% of statements [2020-09-22T02:35:59.027Z] Removing intermediate container 7b602b0dd712 [2020-09-22T02:35:59.027Z] ---> 2bb9279d72c0 [2020-09-22T02:35:59.027Z] Successfully built 2bb9279d72c0 [2020-09-22T02:35:59.027Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:35:59.480Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T02:35:59.749Z] . [Pipeline] withDockerContainer [2020-09-22T02:35:59.886Z] prd-centos7-docker-4c-2g-753 does not seem to be running inside a container [2020-09-22T02:35:59.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-22T02:36:00.765Z] $ docker top 6210678729a4f236199eedbaeb11448b01bf4b941ce4ee45e8e6fe32fe254ec3 -eo pid,comm [Pipeline] { [2020-09-22T02:36:01.042Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.059s coverage: 45.4% of statements [2020-09-22T02:36:01.042Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.029s coverage: 77.8% of statements [2020-09-22T02:36:01.042Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-22T02:36:01.042Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.4% of statements [Pipeline] sh [2020-09-22T02:36:01.319Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements [2020-09-22T02:36:01.384Z] + go version [2020-09-22T02:36:01.384Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-22T02:36:01.406Z] $ docker stop --time=1 6210678729a4f236199eedbaeb11448b01bf4b941ce4ee45e8e6fe32fe254ec3 [2020-09-22T02:36:01.924Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.065s coverage: 100.0% of statements [2020-09-22T02:36:02.908Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.093s coverage: 91.8% of statements [2020-09-22T02:36:02.908Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-22T02:36:02.908Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-22T02:36:02.908Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.037s coverage: 100.0% of statements [2020-09-22T02:36:03.064Z] $ docker rm -f 6210678729a4f236199eedbaeb11448b01bf4b941ce4ee45e8e6fe32fe254ec3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:36:04.003Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T02:36:04.003Z] . [Pipeline] withDockerContainer [2020-09-22T02:36:04.118Z] prd-centos7-docker-4c-2g-753 does not seem to be running inside a container [2020-09-22T02:36:04.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-22T02:36:04.366Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.019s coverage: 53.7% of statements [2020-09-22T02:36:05.127Z] $ docker top aa9ed5b7b32c67ee3219804cd0ce5d58c52e7d04d674e998f7479235ef1c205a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T02:36:05.675Z] + make test [2020-09-22T02:36:05.675Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-22T02:36:09.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.076s coverage: 63.0% of statements [2020-09-22T02:36:09.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.025s coverage: 26.3% of statements [2020-09-22T02:36:09.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.018s coverage: 15.4% of statements [2020-09-22T02:36:09.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.010s coverage: 15.4% of statements [2020-09-22T02:36:09.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-09-22T02:36:09.790Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-22T02:36:09.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.086s coverage: 31.7% of statements [2020-09-22T02:36:09.790Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.033s coverage: 100.0% of statements [2020-09-22T02:36:10.066Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.062s coverage: 95.1% of statements [2020-09-22T02:36:10.661Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.025s coverage: 100.0% of statements [2020-09-22T02:36:10.661Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-22T02:36:10.941Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-22T02:36:15.266Z] gofmt -l . [2020-09-22T02:36:15.540Z] [ "`gofmt -l .`" = "" ] [2020-09-22T02:36:15.951Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-22T02:36:15.951Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.019s coverage: 85.7% of statements [2020-09-22T02:36:15.951Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.025s coverage: 100.0% of statements [2020-09-22T02:36:15.951Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.029s coverage: 45.4% of statements [Pipeline] stash [2020-09-22T02:36:16.739Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.061s coverage: 77.8% of statements [2020-09-22T02:36:16.739Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-22T02:36:16.739Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.089s coverage: 6.4% of statements [2020-09-22T02:36:17.086Z] Stashed 1 file(s) [Pipeline] } [2020-09-22T02:36:17.100Z] $ docker stop --time=1 166ab24bb974f6bbb2665483a09211caa9720ad8eefa49e4c7318645a3cf9916 [2020-09-22T02:36:19.345Z] $ docker rm -f 166ab24bb974f6bbb2665483a09211caa9720ad8eefa49e4c7318645a3cf9916 [2020-09-22T02:36:19.721Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.031s coverage: 14.7% of statements [2020-09-22T02:36:19.721Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.047s coverage: 100.0% of statements [2020-09-22T02:36:19.721Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.101s coverage: 91.8% of statements [2020-09-22T02:36:19.721Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-22T02:36:19.721Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-22T02:36:19.721Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.022s coverage: 100.0% of statements [2020-09-22T02:36:19.721Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.060s coverage: 53.7% of statements [Pipeline] // withDockerContainer [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] } [2020-09-22T02:36:24.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.055s coverage: 63.0% of statements [2020-09-22T02:36:24.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.068s coverage: 26.3% of statements [2020-09-22T02:36:24.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements [2020-09-22T02:36:24.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.054s coverage: 15.4% of statements [2020-09-22T02:36:24.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.215s coverage: 14.3% of statements [2020-09-22T02:36:24.574Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-22T02:36:24.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.019s coverage: 31.7% of statements [2020-09-22T02:36:24.574Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.009s coverage: 100.0% of statements [2020-09-22T02:36:25.268Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.040s coverage: 95.1% of statements [2020-09-22T02:36:25.268Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements [2020-09-22T02:36:25.268Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-22T02:36:25.268Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-22T02:36:26.882Z] gofmt -l . [2020-09-22T02:36:27.154Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-22T02:36:27.507Z] Warning: overwriting stash ‘coverage-report’ [2020-09-22T02:36:28.153Z] Stashed 1 file(s) [Pipeline] } [2020-09-22T02:36:28.163Z] $ docker stop --time=1 aa9ed5b7b32c67ee3219804cd0ce5d58c52e7d04d674e998f7479235ef1c205a [2020-09-22T02:36:31.201Z] $ docker rm -f aa9ed5b7b32c67ee3219804cd0ce5d58c52e7d04d674e998f7479235ef1c205a [Pipeline] // withDockerContainer [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-22T02:36:33.413Z] provisioning config files... [2020-09-22T02:36:33.423Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/config712009799715362328tmp [Pipeline] { [Pipeline] sh [2020-09-22T02:36:33.782Z] + curl -s https://codecov.io/bash [2020-09-22T02:36:33.782Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/config712009799715362328tmp [Pipeline] } [2020-09-22T02:36:34.055Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 [2020-09-22T02:36:36.399Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T02:36:36.958Z] ---> package-listing.sh [2020-09-22T02:36:36.958Z] ++ facter osfamily [2020-09-22T02:36:36.958Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-22T02:36:36.958Z] + OS_FAMILY=redhat [2020-09-22T02:36:36.958Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-291 [2020-09-22T02:36:36.958Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-22T02:36:36.958Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-22T02:36:36.958Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-22T02:36:36.958Z] + PACKAGES=/tmp/packages_start.txt [2020-09-22T02:36:36.958Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-291 ']' [2020-09-22T02:36:36.958Z] + PACKAGES=/tmp/packages_end.txt [2020-09-22T02:36:36.958Z] + case "${OS_FAMILY}" in [2020-09-22T02:36:36.958Z] + rpm -qa [2020-09-22T02:36:36.958Z] + sort [2020-09-22T02:36:42.258Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-22T02:36:42.258Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-22T02:36:42.258Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-22T02:36:42.258Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-291 ']' [2020-09-22T02:36:42.258Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-291/archives/ [2020-09-22T02:36:42.258Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-291/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:36:43.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T02:36:43.264Z] [2020-09-22T02:36:43.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-22T02:36:43.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T02:36:43.645Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-22T02:36:43.645Z] df20fa9351a1: Pulling fs layer [2020-09-22T02:36:43.645Z] 36b3adc4ff6f: Pulling fs layer [2020-09-22T02:36:43.645Z] 8ad3a11d3b57: Pulling fs layer [2020-09-22T02:36:43.645Z] 46f8f816bc3b: Pulling fs layer [2020-09-22T02:36:43.645Z] 0dadc02b9964: Pulling fs layer [2020-09-22T02:36:43.645Z] ce6a7cf60c04: Pulling fs layer [2020-09-22T02:36:43.645Z] 7a184a31f384: Pulling fs layer [2020-09-22T02:36:43.645Z] 0879bd2ef858: Pulling fs layer [2020-09-22T02:36:43.645Z] 0dadc02b9964: Waiting [2020-09-22T02:36:43.645Z] ce6a7cf60c04: Waiting [2020-09-22T02:36:43.645Z] 7a184a31f384: Waiting [2020-09-22T02:36:43.645Z] 0879bd2ef858: Waiting [2020-09-22T02:36:43.645Z] 46f8f816bc3b: Waiting [2020-09-22T02:36:43.645Z] 36b3adc4ff6f: Download complete [2020-09-22T02:36:43.645Z] 46f8f816bc3b: Verifying Checksum [2020-09-22T02:36:43.645Z] 46f8f816bc3b: Download complete [2020-09-22T02:36:43.645Z] df20fa9351a1: Verifying Checksum [2020-09-22T02:36:43.645Z] ce6a7cf60c04: Verifying Checksum [2020-09-22T02:36:43.645Z] ce6a7cf60c04: Download complete [2020-09-22T02:36:43.645Z] 0dadc02b9964: Verifying Checksum [2020-09-22T02:36:43.645Z] 0dadc02b9964: Download complete [2020-09-22T02:36:43.645Z] 7a184a31f384: Verifying Checksum [2020-09-22T02:36:43.645Z] 7a184a31f384: Download complete [2020-09-22T02:36:43.918Z] 8ad3a11d3b57: Verifying Checksum [2020-09-22T02:36:43.918Z] 8ad3a11d3b57: Download complete [2020-09-22T02:36:43.918Z] df20fa9351a1: Pull complete [2020-09-22T02:36:44.182Z] 36b3adc4ff6f: Pull complete [2020-09-22T02:36:44.449Z] 0879bd2ef858: Verifying Checksum [2020-09-22T02:36:44.449Z] 0879bd2ef858: Download complete [2020-09-22T02:36:44.711Z] 8ad3a11d3b57: Pull complete [2020-09-22T02:36:44.976Z] 46f8f816bc3b: Pull complete [2020-09-22T02:36:45.239Z] 0dadc02b9964: Pull complete [2020-09-22T02:36:45.811Z] ce6a7cf60c04: Pull complete [2020-09-22T02:36:45.811Z] 7a184a31f384: Pull complete [2020-09-22T02:36:48.378Z] 0879bd2ef858: Pull complete [2020-09-22T02:36:48.378Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-22T02:36:48.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T02:36:48.378Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-22T02:36:48.501Z] prd-centos7-docker-4c-2g-751 does not seem to be running inside a container [2020-09-22T02:36:48.542Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_PR-291 -v /w/workspace/dry_go-mod-core-contracts_PR-291:/w/workspace/dry_go-mod-core-contracts_PR-291:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-291@tmp:/w/workspace/dry_go-mod-core-contracts_PR-291@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-22T02:36:51.524Z] $ docker top 8359423210e39b897cfc05315c4b202bb721433b70f083c440445102fa38e60f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T02:36:52.026Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-22T02:36:52.317Z] + ls /var/log/sa-host [2020-09-22T02:36:52.317Z] + sadf -c /var/log/sa-host/sa05 [2020-09-22T02:36:52.317Z] file_magic: OK [2020-09-22T02:36:52.317Z] HZ: Using current value: 100 [2020-09-22T02:36:52.317Z] file_header: OK [2020-09-22T02:36:52.317Z] 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 [2020-09-22T02:36:52.317Z] Statistics: [2020-09-22T02:36:52.317Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T02:36:52.317Z] File successfully converted to sysstat format version 12.2.1 [2020-09-22T02:36:52.317Z] + sadf -c /var/log/sa-host/sa22 [2020-09-22T02:36:52.317Z] file_magic: OK [2020-09-22T02:36:52.317Z] HZ: Using current value: 100 [2020-09-22T02:36:52.317Z] file_header: OK [2020-09-22T02:36:52.317Z] 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 [2020-09-22T02:36:52.317Z] Statistics: [2020-09-22T02:36:52.317Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T02:36:52.317Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-22T02:36:52.375Z] provisioning config files... [2020-09-22T02:36:52.392Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/config9077756062819692255tmp [Pipeline] { [Pipeline] echo [2020-09-22T02:36:52.481Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T02:36:52.772Z] ---> create-netrc.sh [Pipeline] echo [2020-09-22T02:36:52.782Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T02:36:53.072Z] ---> logs-deploy.sh [2020-09-22T02:36:53.072Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-291/2 [2020-09-22T02:36:53.072Z] INFO: archiving workspace using pattern(s): [2020-09-22T02:36:54.460Z] Archives upload complete. [2020-09-22T02:36:54.460Z] INFO: archiving logs to Nexus