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 b21f5c8332eac12f44817843c8407ad1c1505b64+0d5d88458eaedf18de20903fc0779208ad678d39 (cb5e40e4e4197d3454c2b8a75a3842a471295f12) 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 ‘prd-centos7-docker-4c-2g-842’ is offline Running on prd-centos7-docker-4c-2g-844 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 0d5d88458eaedf18de20903fc0779208ad678d39 into PR head commit b21f5c8332eac12f44817843c8407ad1c1505b64 Merge succeeded, producing b21f5c8332eac12f44817843c8407ad1c1505b64 Checking out Revision b21f5c8332eac12f44817843c8407ad1c1505b64 (PR-291) > 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 b21f5c8332eac12f44817843c8407ad1c1505b64 # 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 0d5d88458eaedf18de20903fc0779208ad678d39 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b21f5c8332eac12f44817843c8407ad1c1505b64 # timeout=10 Commit message: "Fix: Error msg should return first non-empty msg" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 14db601ad80c586c44455a3605f5265582403725 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-22T14:28:27.620Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-22T14:28:27.901Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-22T14:28:28.000Z] ========================================================= [2020-09-22T14:28:28.000Z] EdgeX Global Pipelines Version Info [2020-09-22T14:28:28.000Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-22T14:28:29.489Z] ------------------- [2020-09-22T14:28:29.489Z] stable info: [2020-09-22T14:28:29.489Z] ------------------- [2020-09-22T14:28:29.489Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-22T14:28:29.489Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-22T14:28:29.489Z] Message: update stable to v1.0.122 [2020-09-22T14:28:30.437Z] ------------------- [2020-09-22T14:28:30.437Z] experimental info: [2020-09-22T14:28:30.437Z] ------------------- [2020-09-22T14:28:30.437Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-22T14:28:30.437Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-22T14:28:30.437Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-22T14:28:30.850Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-22T14:28:30.976Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-22T14:28:31.073Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-22T14:28:31.168Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-22T14:28:31.265Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-22T14:28:31.363Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-22T14:28:31.494Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-22T14:28:31.590Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-22T14:28:31.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-22T14:28:31.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-22T14:28:31.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-22T14:28:32.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-22T14:28:32.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-22T14:28:32.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-22T14:28:32.367Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T14:28:32.477Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T14:28:32.575Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T14:28:32.673Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T14:28:32.779Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-22T14:28:32.895Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-22T14:28:33.005Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-22T14:28:33.107Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-22T14:28:33.232Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-291 [Pipeline] echo [2020-09-22T14:28:33.353Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-291 [Pipeline] echo [2020-09-22T14:28:33.458Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-291 [Pipeline] echo [2020-09-22T14:28:33.556Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b21f5c8332eac12f44817843c8407ad1c1505b64 [Pipeline] echo [2020-09-22T14:28:33.651Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b21f5c8 [Pipeline] echo [2020-09-22T14:28:33.753Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-22T14:28:34.391Z] + git log --format=format:%s -1 b21f5c8332eac12f44817843c8407ad1c1505b64 [Pipeline] echo [2020-09-22T14:28:34.460Z] GIT_COMMIT: b21f5c8332eac12f44817843c8407ad1c1505b64, Commit Message: Fix: Error msg should return first non-empty msg [Pipeline] echo [2020-09-22T14:28:34.514Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:28:35.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T14:28:35.384Z] [2020-09-22T14:28:35.384Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:28:35.751Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T14:28:35.752Z] latest: Pulling from edgex-devops/git-semver [2020-09-22T14:28:35.752Z] 31603596830f: Pulling fs layer [2020-09-22T14:28:35.752Z] 2a8b12db71e7: Pulling fs layer [2020-09-22T14:28:35.752Z] 6ca5941a6612: Pulling fs layer [2020-09-22T14:28:35.752Z] ecc8261a40a4: Pulling fs layer [2020-09-22T14:28:35.752Z] ecc8261a40a4: Waiting [2020-09-22T14:28:35.752Z] 2a8b12db71e7: Verifying Checksum [2020-09-22T14:28:35.752Z] 2a8b12db71e7: Download complete [2020-09-22T14:28:36.018Z] 31603596830f: Verifying Checksum [2020-09-22T14:28:36.018Z] 31603596830f: Download complete [2020-09-22T14:28:36.018Z] ecc8261a40a4: Verifying Checksum [2020-09-22T14:28:36.018Z] ecc8261a40a4: Download complete [2020-09-22T14:28:36.018Z] 6ca5941a6612: Verifying Checksum [2020-09-22T14:28:36.018Z] 6ca5941a6612: Download complete [2020-09-22T14:28:36.287Z] 31603596830f: Pull complete [2020-09-22T14:28:36.556Z] 2a8b12db71e7: Pull complete [2020-09-22T14:28:37.132Z] 6ca5941a6612: Pull complete [2020-09-22T14:28:37.396Z] ecc8261a40a4: Pull complete [2020-09-22T14:28:37.396Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-22T14:28:37.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T14:28:37.396Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-22T14:28:37.509Z] prd-centos7-docker-4c-2g-844 does not seem to be running inside a container [2020-09-22T14:28:37.561Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-22T14:28:39.514Z] $ docker top 14b4a880b8f7ad48aca559110a53aef6c7770a77c69a3aa56d90fb214e70a380 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-22T14:28:39.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T14:28:39.851Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T14:28:40.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T14:28:40.060Z] $ docker exec 14b4a880b8f7ad48aca559110a53aef6c7770a77c69a3aa56d90fb214e70a380 ssh-agent [2020-09-22T14:28:40.216Z] SSH_AUTH_SOCK=/tmp/ssh-heDX4RbNM3k6/agent.11 [2020-09-22T14:28:40.216Z] SSH_AGENT_PID=16 [2020-09-22T14:28:40.228Z] Running ssh-add (command line suppressed) [2020-09-22T14:28:40.354Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-291@tmp/private_key_5294275241576567890.key (/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/private_key_5294275241576567890.key) [2020-09-22T14:28:40.403Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T14:28:40.794Z] + git describe --exact-match --tags HEAD [2020-09-22T14:28:40.794Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-22T14:28:40.822Z] $ docker exec --env ******** --env ******** 14b4a880b8f7ad48aca559110a53aef6c7770a77c69a3aa56d90fb214e70a380 ssh-agent -k [2020-09-22T14:28:40.942Z] unset SSH_AUTH_SOCK; [2020-09-22T14:28:40.942Z] unset SSH_AGENT_PID; [2020-09-22T14:28:40.942Z] echo Agent pid 16 killed; [2020-09-22T14:28:40.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-22T14:28:41.087Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-22T14:28:41.087Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-22T14:28:41.185Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T14:28:41.185Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T14:28:41.355Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T14:28:41.361Z] $ docker exec 14b4a880b8f7ad48aca559110a53aef6c7770a77c69a3aa56d90fb214e70a380 ssh-agent [2020-09-22T14:28:41.519Z] SSH_AUTH_SOCK=/tmp/ssh-J3ldw3OJ169K/agent.44 [2020-09-22T14:28:41.519Z] SSH_AGENT_PID=49 [2020-09-22T14:28:41.526Z] Running ssh-add (command line suppressed) [2020-09-22T14:28:41.646Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-291@tmp/private_key_485481259373972300.key (/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/private_key_485481259373972300.key) [2020-09-22T14:28:41.694Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T14:28:42.117Z] + git semver init [2020-09-22T14:28:42.117Z] # -> Open(): unable to determine branch for HEAD [2020-09-22T14:28:42.117Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-291/.git [2020-09-22T14:28:42.117Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-291 [2020-09-22T14:28:42.117Z] # $SEMVER_REMOTE_NAME = origin [2020-09-22T14:28:42.117Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-22T14:28:42.117Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-22T14:28:42.117Z] # $SEMVER_BRANCH = PR-291 [2020-09-22T14:28:42.117Z] # $SEMVER_TEMP = /tmp/semver-612938182 [2020-09-22T14:28:42.117Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-22T14:28:42.694Z] # '/tmp/semver-612938182' -> '/w/workspace/dry_go-mod-core-contracts_PR-291/.semver' [2020-09-22T14:28:42.694Z] # -> Force: false [2020-09-22T14:28:42.694Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-291/.semver [Pipeline] } [2020-09-22T14:28:42.708Z] $ docker exec --env ******** --env ******** 14b4a880b8f7ad48aca559110a53aef6c7770a77c69a3aa56d90fb214e70a380 ssh-agent -k [2020-09-22T14:28:42.822Z] unset SSH_AUTH_SOCK; [2020-09-22T14:28:42.823Z] unset SSH_AGENT_PID; [2020-09-22T14:28:42.823Z] echo Agent pid 49 killed; [2020-09-22T14:28:42.869Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-22T14:28:43.345Z] + git semver [Pipeline] } [2020-09-22T14:28:43.365Z] $ docker stop --time=1 14b4a880b8f7ad48aca559110a53aef6c7770a77c69a3aa56d90fb214e70a380 [2020-09-22T14:28:45.126Z] $ docker rm -f 14b4a880b8f7ad48aca559110a53aef6c7770a77c69a3aa56d90fb214e70a380 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-22T14:28:46.073Z] Stashed 96 file(s) [Pipeline] echo [2020-09-22T14:28:46.076Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-22T14:28:46.160Z] 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-22T14:29:01.648Z] Still waiting to schedule task [2020-09-22T14:29:01.649Z] ‘prd-centos7-docker-4c-2g-845’ is offline; ‘prd-centos7-docker-4c-2g-846’ is offline [2020-09-22T14:29:01.652Z] Still waiting to schedule task [2020-09-22T14:29:01.653Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-843’ [2020-09-22T14:30:19.703Z] Running on prd-centos7-docker-4c-2g-847 in /w/workspace/dry_go-mod-core-contracts_PR-291 [Pipeline] { [Pipeline] ws [2020-09-22T14:30:19.779Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-09-22T14:30:22.190Z] using credential edgex-jenkins-ssh [2020-09-22T14:30:22.265Z] Cloning the remote Git repository [2020-09-22T14:30:22.265Z] Cloning with configured refspecs honoured and without tags [2020-09-22T14:30:22.294Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T14:30:22.366Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-09-22T14:30:23.176Z] Fetching without tags [2020-09-22T14:30:22.417Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T14:30:22.417Z] > git --version # timeout=10 [2020-09-22T14:30:22.425Z] > git --version # 'git version 2.16.5' [2020-09-22T14:30:22.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T14:30:22.461Z] > 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-22T14:30:23.146Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T14:30:23.154Z] > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 [2020-09-22T14:30:23.159Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T14:30:23.171Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T14:30:23.183Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T14:30:23.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T14:30:23.188Z] > 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-22T14:30:23.553Z] Merging remotes/origin/master commit 0d5d88458eaedf18de20903fc0779208ad678d39 into PR head commit b21f5c8332eac12f44817843c8407ad1c1505b64 [2020-09-22T14:30:23.658Z] Merge succeeded, producing b21f5c8332eac12f44817843c8407ad1c1505b64 [2020-09-22T14:30:23.658Z] Checking out Revision b21f5c8332eac12f44817843c8407ad1c1505b64 (PR-291) [2020-09-22T14:30:23.564Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T14:30:23.572Z] > git checkout -f b21f5c8332eac12f44817843c8407ad1c1505b64 # timeout=10 [2020-09-22T14:30:23.629Z] > git remote # timeout=10 [2020-09-22T14:30:23.634Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T14:30:23.640Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T14:30:23.644Z] > git merge 0d5d88458eaedf18de20903fc0779208ad678d39 # timeout=10 [2020-09-22T14:30:23.654Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T14:30:23.663Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T14:30:23.668Z] > git checkout -f b21f5c8332eac12f44817843c8407ad1c1505b64 # timeout=10 [2020-09-22T14:30:27.356Z] 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-22T14:30:28.216Z] ========================================================= [2020-09-22T14:30:28.216Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-22T14:30:28.216Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:30:28.820Z] + 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-22T14:30:29.091Z] Sending build context to Docker daemon 2.267MB [2020-09-22T14:30:29.091Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-22T14:30:29.091Z] Step 2/7 : FROM ${BASE} [2020-09-22T14:30:29.354Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-22T14:30:29.354Z] df20fa9351a1: Pulling fs layer [2020-09-22T14:30:29.354Z] ed8968b2872e: Pulling fs layer [2020-09-22T14:30:29.354Z] a92cc7c5fd73: Pulling fs layer [2020-09-22T14:30:29.354Z] e871e8e8d7a9: Pulling fs layer [2020-09-22T14:30:29.354Z] e73272ec9a57: Pulling fs layer [2020-09-22T14:30:29.354Z] 1e910a182e73: Pulling fs layer [2020-09-22T14:30:29.354Z] 4e634b169226: Pulling fs layer [2020-09-22T14:30:29.354Z] e871e8e8d7a9: Waiting [2020-09-22T14:30:29.354Z] e73272ec9a57: Waiting [2020-09-22T14:30:29.354Z] 1e910a182e73: Waiting [2020-09-22T14:30:29.354Z] 4e634b169226: Waiting [2020-09-22T14:30:29.354Z] a92cc7c5fd73: Verifying Checksum [2020-09-22T14:30:29.354Z] a92cc7c5fd73: Download complete [2020-09-22T14:30:29.354Z] ed8968b2872e: Verifying Checksum [2020-09-22T14:30:29.354Z] ed8968b2872e: Download complete [2020-09-22T14:30:29.354Z] e73272ec9a57: Download complete [2020-09-22T14:30:29.354Z] 1e910a182e73: Verifying Checksum [2020-09-22T14:30:29.354Z] 1e910a182e73: Download complete [2020-09-22T14:30:29.354Z] df20fa9351a1: Verifying Checksum [2020-09-22T14:30:29.354Z] df20fa9351a1: Download complete [2020-09-22T14:30:29.617Z] df20fa9351a1: Pull complete [2020-09-22T14:30:29.881Z] ed8968b2872e: Pull complete [2020-09-22T14:30:29.881Z] a92cc7c5fd73: Pull complete [2020-09-22T14:30:31.292Z] 4e634b169226: Verifying Checksum [2020-09-22T14:30:31.292Z] 4e634b169226: Download complete [2020-09-22T14:30:31.877Z] e871e8e8d7a9: Verifying Checksum [2020-09-22T14:30:31.877Z] e871e8e8d7a9: Download complete [2020-09-22T14:30:37.188Z] e871e8e8d7a9: Pull complete [2020-09-22T14:30:37.188Z] e73272ec9a57: Pull complete [2020-09-22T14:30:37.188Z] 1e910a182e73: Pull complete [2020-09-22T14:30:43.811Z] 4e634b169226: Pull complete [2020-09-22T14:30:43.811Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-22T14:30:43.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-22T14:30:43.811Z] ---> f7629b54cfaa [2020-09-22T14:30:43.811Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-22T14:30:43.811Z] ---> Running in 21a575968be7 [2020-09-22T14:30:44.077Z] Removing intermediate container 21a575968be7 [2020-09-22T14:30:44.077Z] ---> 36f0f349b2d5 [2020-09-22T14:30:44.077Z] Step 4/7 : RUN apk add bash [2020-09-22T14:30:44.077Z] ---> Running in c2c5c57be007 [2020-09-22T14:30:45.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-22T14:30:45.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-22T14:30:46.549Z] OK: 166 MiB in 39 packages [2020-09-22T14:30:47.123Z] Removing intermediate container c2c5c57be007 [2020-09-22T14:30:47.123Z] ---> 763d276235d0 [2020-09-22T14:30:47.123Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-22T14:30:47.123Z] ---> Running in 54a4ff85a67f [2020-09-22T14:30:47.123Z] Removing intermediate container 54a4ff85a67f [2020-09-22T14:30:47.123Z] ---> 9a7404e4a45d [2020-09-22T14:30:47.123Z] Step 6/7 : COPY go.mod . [2020-09-22T14:30:47.388Z] ---> 242d6bb9910b [2020-09-22T14:30:47.388Z] Step 7/7 : RUN go mod download [2020-09-22T14:30:47.388Z] ---> Running in 3be97c32f8c1 [2020-09-22T14:30:59.658Z] Removing intermediate container 3be97c32f8c1 [2020-09-22T14:30:59.659Z] ---> fb752f76cfee [2020-09-22T14:30:59.659Z] Successfully built fb752f76cfee [2020-09-22T14:30:59.659Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:31:00.007Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T14:31:00.008Z] . [Pipeline] withDockerContainer [2020-09-22T14:31:00.120Z] prd-centos7-docker-4c-2g-847 does not seem to be running inside a container [2020-09-22T14:31:00.175Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-22T14:31:00.822Z] $ docker top 16a57bcf0937cadc7b92f576c64c021caf58292c443b7371e7079e08c640175f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T14:31:01.307Z] + go version [2020-09-22T14:31:01.307Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-22T14:31:01.324Z] $ docker stop --time=1 16a57bcf0937cadc7b92f576c64c021caf58292c443b7371e7079e08c640175f [2020-09-22T14:31:02.682Z] $ docker rm -f 16a57bcf0937cadc7b92f576c64c021caf58292c443b7371e7079e08c640175f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:31:03.497Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T14:31:03.497Z] . [Pipeline] withDockerContainer [2020-09-22T14:31:03.620Z] prd-centos7-docker-4c-2g-847 does not seem to be running inside a container [2020-09-22T14:31:03.671Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-22T14:31:04.698Z] $ docker top 0cab0dcc75cae6ef4353fce58771fda57c8623af7a52ee341e8955397b3e0445 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T14:31:05.226Z] + make test [2020-09-22T14:31:05.226Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-22T14:31:12.212Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-22T14:31:12.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements [2020-09-22T14:31:12.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements [2020-09-22T14:31:12.478Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.065s coverage: 45.4% of statements [2020-09-22T14:31:12.478Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.018s coverage: 77.8% of statements [2020-09-22T14:31:12.478Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-22T14:31:12.478Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.012s coverage: 6.4% of statements [2020-09-22T14:31:13.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.038s coverage: 14.7% of statements [2020-09-22T14:31:13.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.005s coverage: 100.0% of statements [2020-09-22T14:31:13.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.047s coverage: 91.8% of statements [2020-09-22T14:31:13.440Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-22T14:31:13.440Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-22T14:31:13.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements [2020-09-22T14:31:14.396Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.010s coverage: 53.7% of statements [2020-09-22T14:31:15.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.022s coverage: 63.0% of statements [2020-09-22T14:31:15.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements [2020-09-22T14:31:15.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.010s coverage: 15.4% of statements [2020-09-22T14:31:15.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.004s coverage: 15.4% of statements [2020-09-22T14:31:15.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.004s coverage: 14.3% of statements [2020-09-22T14:31:15.833Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-22T14:31:16.097Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.018s coverage: 31.3% of statements [2020-09-22T14:31:16.097Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.017s coverage: 100.0% of statements [2020-09-22T14:31:16.097Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.020s coverage: 95.0% of statements [2020-09-22T14:31:16.359Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-09-22T14:31:16.359Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-22T14:31:16.359Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-22T14:31:17.763Z] gofmt -l . [2020-09-22T14:31:18.025Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-22T14:31:18.413Z] Stashed 1 file(s) [Pipeline] } [2020-09-22T14:31:18.422Z] $ docker stop --time=1 0cab0dcc75cae6ef4353fce58771fda57c8623af7a52ee341e8955397b3e0445 [2020-09-22T14:31:20.638Z] $ docker rm -f 0cab0dcc75cae6ef4353fce58771fda57c8623af7a52ee341e8955397b3e0445 [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-22T14:32:13.474Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-849 in /w/workspace/dry_go-mod-core-contracts_PR-291 [Pipeline] { [Pipeline] ws [2020-09-22T14:32:13.524Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-09-22T14:32:18.945Z] using credential edgex-jenkins-ssh [2020-09-22T14:32:19.004Z] Cloning the remote Git repository [2020-09-22T14:32:19.004Z] Cloning with configured refspecs honoured and without tags [2020-09-22T14:32:19.067Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T14:32:19.182Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-09-22T14:32:19.252Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T14:32:19.253Z] > git --version # timeout=10 [2020-09-22T14:32:19.268Z] > git --version # 'git version 2.17.1' [2020-09-22T14:32:19.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T14:32:19.330Z] > 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-22T14:32:20.214Z] Fetching without tags [2020-09-22T14:32:20.732Z] Merging remotes/origin/master commit 0d5d88458eaedf18de20903fc0779208ad678d39 into PR head commit b21f5c8332eac12f44817843c8407ad1c1505b64 [2020-09-22T14:32:21.012Z] Merge succeeded, producing b21f5c8332eac12f44817843c8407ad1c1505b64 [2020-09-22T14:32:21.013Z] Checking out Revision b21f5c8332eac12f44817843c8407ad1c1505b64 (PR-291) [2020-09-22T14:32:20.115Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T14:32:20.139Z] > git config --add remote.origin.fetch +refs/pull/291/head:refs/remotes/origin/PR-291 # timeout=10 [2020-09-22T14:32:20.163Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T14:32:20.185Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T14:32:20.232Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T14:32:20.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T14:32:20.245Z] > 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-22T14:32:20.764Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T14:32:20.789Z] > git checkout -f b21f5c8332eac12f44817843c8407ad1c1505b64 # timeout=10 [2020-09-22T14:32:20.918Z] > git remote # timeout=10 [2020-09-22T14:32:20.939Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T14:32:20.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T14:32:20.965Z] > git merge 0d5d88458eaedf18de20903fc0779208ad678d39 # timeout=10 [2020-09-22T14:32:20.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T14:32:21.022Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T14:32:21.079Z] > git checkout -f b21f5c8332eac12f44817843c8407ad1c1505b64 # timeout=10 [2020-09-22T14:32:25.476Z] 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-22T14:32:26.708Z] ========================================================= [2020-09-22T14:32:26.708Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-22T14:32:26.708Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:32:27.830Z] + 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-22T14:32:28.818Z] Sending build context to Docker daemon 2.267MB [2020-09-22T14:32:28.818Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-22T14:32:28.818Z] Step 2/7 : FROM ${BASE} [2020-09-22T14:32:29.093Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-22T14:32:29.093Z] b538f80385f9: Pulling fs layer [2020-09-22T14:32:29.093Z] 74f711af9a0d: Pulling fs layer [2020-09-22T14:32:29.093Z] 99f96fe45779: Pulling fs layer [2020-09-22T14:32:29.093Z] 8529a6b9a6be: Pulling fs layer [2020-09-22T14:32:29.093Z] 45590311c82a: Pulling fs layer [2020-09-22T14:32:29.093Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-22T14:32:29.093Z] 209524e5b208: Pulling fs layer [2020-09-22T14:32:29.093Z] 8529a6b9a6be: Waiting [2020-09-22T14:32:29.093Z] 45590311c82a: Waiting [2020-09-22T14:32:29.093Z] 69ca0ff8b7b3: Waiting [2020-09-22T14:32:29.093Z] 209524e5b208: Waiting [2020-09-22T14:32:29.093Z] 99f96fe45779: Download complete [2020-09-22T14:32:29.093Z] 74f711af9a0d: Verifying Checksum [2020-09-22T14:32:29.093Z] 74f711af9a0d: Download complete [2020-09-22T14:32:29.093Z] 45590311c82a: Verifying Checksum [2020-09-22T14:32:29.093Z] 45590311c82a: Download complete [2020-09-22T14:32:29.093Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-22T14:32:29.093Z] 69ca0ff8b7b3: Download complete [2020-09-22T14:32:29.093Z] b538f80385f9: Verifying Checksum [2020-09-22T14:32:29.093Z] b538f80385f9: Download complete [2020-09-22T14:32:30.094Z] b538f80385f9: Pull complete [2020-09-22T14:32:30.699Z] 74f711af9a0d: Pull complete [2020-09-22T14:32:30.977Z] 99f96fe45779: Pull complete [2020-09-22T14:32:31.964Z] 209524e5b208: Verifying Checksum [2020-09-22T14:32:31.964Z] 209524e5b208: Download complete [2020-09-22T14:32:32.566Z] 8529a6b9a6be: Verifying Checksum [2020-09-22T14:32:32.566Z] 8529a6b9a6be: Download complete [2020-09-22T14:32:42.754Z] 8529a6b9a6be: Pull complete [2020-09-22T14:32:43.026Z] 45590311c82a: Pull complete [2020-09-22T14:32:43.302Z] 69ca0ff8b7b3: Pull complete [2020-09-22T14:32:47.653Z] 209524e5b208: Pull complete [2020-09-22T14:32:47.653Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-22T14:32:47.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-22T14:32:47.653Z] ---> 5bddaf1c2fca [2020-09-22T14:32:47.653Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-22T14:32:50.271Z] ---> Running in affd69820e1b [2020-09-22T14:32:50.271Z] Removing intermediate container affd69820e1b [2020-09-22T14:32:50.271Z] ---> 0bf747dbd49d [2020-09-22T14:32:50.271Z] Step 4/7 : RUN apk add bash [2020-09-22T14:32:50.548Z] ---> Running in 4fab71ca0133 [2020-09-22T14:32:51.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T14:32:52.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T14:32:53.957Z] OK: 142 MiB in 39 packages [2020-09-22T14:32:54.947Z] Removing intermediate container 4fab71ca0133 [2020-09-22T14:32:54.947Z] ---> 0a8f56dbdf4f [2020-09-22T14:32:54.947Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-22T14:32:55.226Z] ---> Running in c90e610a40ee [2020-09-22T14:32:55.500Z] Removing intermediate container c90e610a40ee [2020-09-22T14:32:55.500Z] ---> 519cbdc9d21f [2020-09-22T14:32:55.500Z] Step 6/7 : COPY go.mod . [2020-09-22T14:32:56.097Z] ---> 85cb18cb32f6 [2020-09-22T14:32:56.097Z] Step 7/7 : RUN go mod download [2020-09-22T14:32:56.373Z] ---> Running in 62e87303d72c [2020-09-22T14:33:11.495Z] Removing intermediate container 62e87303d72c [2020-09-22T14:33:11.495Z] ---> c391820f95ca [2020-09-22T14:33:11.495Z] Successfully built c391820f95ca [2020-09-22T14:33:11.495Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:33:11.920Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T14:33:11.920Z] . [Pipeline] withDockerContainer [2020-09-22T14:33:12.203Z] prd-ubuntu18.04-docker-arm64-4c-16g-849 does not seem to be running inside a container [2020-09-22T14:33:12.302Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-22T14:33:14.210Z] $ docker top 765bf58611c2fb1f91c154cb5b07cc142caf768837499bf4ba512cbde3e94cdf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T14:33:15.640Z] + go version [2020-09-22T14:33:15.640Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-22T14:33:15.670Z] $ docker stop --time=1 765bf58611c2fb1f91c154cb5b07cc142caf768837499bf4ba512cbde3e94cdf [2020-09-22T14:33:17.610Z] $ docker rm -f 765bf58611c2fb1f91c154cb5b07cc142caf768837499bf4ba512cbde3e94cdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:33:18.694Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T14:33:18.694Z] . [Pipeline] withDockerContainer [2020-09-22T14:33:18.974Z] prd-ubuntu18.04-docker-arm64-4c-16g-849 does not seem to be running inside a container [2020-09-22T14:33:19.064Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-22T14:33:20.910Z] $ docker top 74b7866c01087da3bb3a342d1d991d97338b09c5b861c949d833b92f5aa41d12 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T14:33:22.313Z] + make test [2020-09-22T14:33:22.313Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-22T14:33:44.552Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-22T14:33:44.849Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.063s coverage: 85.7% of statements [2020-09-22T14:33:44.849Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements [2020-09-22T14:33:46.859Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.032s coverage: 45.4% of statements [2020-09-22T14:33:46.859Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.024s coverage: 77.8% of statements [2020-09-22T14:33:46.859Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-22T14:33:46.859Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 6.4% of statements [2020-09-22T14:33:48.307Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.076s coverage: 14.7% of statements [2020-09-22T14:33:48.307Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.021s coverage: 100.0% of statements [2020-09-22T14:33:49.757Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.084s coverage: 91.8% of statements [2020-09-22T14:33:49.757Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-22T14:33:49.757Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-22T14:33:49.757Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.013s coverage: 100.0% of statements [2020-09-22T14:33:50.356Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.022s coverage: 53.7% of statements [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.091s coverage: 63.0% of statements [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.024s coverage: 15.4% of statements [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.058s coverage: 15.4% of statements [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.071s coverage: 14.3% of statements [2020-09-22T14:33:57.099Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.041s coverage: 31.3% of statements [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.038s coverage: 100.0% of statements [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 95.0% of statements [2020-09-22T14:33:57.099Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-09-22T14:33:57.099Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-22T14:33:57.372Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-22T14:34:01.698Z] gofmt -l . [2020-09-22T14:34:01.977Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-22T14:34:02.592Z] Warning: overwriting stash ‘coverage-report’ [2020-09-22T14:34:03.495Z] Stashed 1 file(s) [Pipeline] } [2020-09-22T14:34:03.506Z] $ docker stop --time=1 74b7866c01087da3bb3a342d1d991d97338b09c5b861c949d833b92f5aa41d12 [2020-09-22T14:34:05.784Z] $ docker rm -f 74b7866c01087da3bb3a342d1d991d97338b09c5b861c949d833b92f5aa41d12 [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-22T14:34:08.436Z] provisioning config files... [2020-09-22T14:34:08.448Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/config6006056033129216392tmp [Pipeline] { [Pipeline] sh [2020-09-22T14:34:08.851Z] + curl -s https://codecov.io/bash [2020-09-22T14:34:08.851Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/config6006056033129216392tmp [Pipeline] } [2020-09-22T14:34:09.123Z] 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-22T14:34:11.684Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T14:34:12.261Z] ---> package-listing.sh [2020-09-22T14:34:12.261Z] ++ facter osfamily [2020-09-22T14:34:12.261Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-22T14:34:12.261Z] + OS_FAMILY=redhat [2020-09-22T14:34:12.261Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-291 [2020-09-22T14:34:12.261Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-22T14:34:12.261Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-22T14:34:12.261Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-22T14:34:12.261Z] + PACKAGES=/tmp/packages_start.txt [2020-09-22T14:34:12.261Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-291 ']' [2020-09-22T14:34:12.261Z] + PACKAGES=/tmp/packages_end.txt [2020-09-22T14:34:12.261Z] + case "${OS_FAMILY}" in [2020-09-22T14:34:12.261Z] + rpm -qa [2020-09-22T14:34:12.261Z] + sort [2020-09-22T14:34:16.483Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-22T14:34:16.483Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-22T14:34:16.483Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-22T14:34:16.483Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-291 ']' [2020-09-22T14:34:16.483Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-291/archives/ [2020-09-22T14:34:16.483Z] + 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-22T14:34:16.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T14:34:16.969Z] [2020-09-22T14:34:16.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-22T14:34:17.316Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T14:34:17.316Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-22T14:34:17.316Z] df20fa9351a1: Pulling fs layer [2020-09-22T14:34:17.316Z] 36b3adc4ff6f: Pulling fs layer [2020-09-22T14:34:17.316Z] 8ad3a11d3b57: Pulling fs layer [2020-09-22T14:34:17.316Z] 46f8f816bc3b: Pulling fs layer [2020-09-22T14:34:17.316Z] 0dadc02b9964: Pulling fs layer [2020-09-22T14:34:17.316Z] ce6a7cf60c04: Pulling fs layer [2020-09-22T14:34:17.316Z] 7a184a31f384: Pulling fs layer [2020-09-22T14:34:17.316Z] 0879bd2ef858: Pulling fs layer [2020-09-22T14:34:17.316Z] 46f8f816bc3b: Waiting [2020-09-22T14:34:17.316Z] 0879bd2ef858: Waiting [2020-09-22T14:34:17.316Z] 0dadc02b9964: Waiting [2020-09-22T14:34:17.316Z] ce6a7cf60c04: Waiting [2020-09-22T14:34:17.316Z] 7a184a31f384: Waiting [2020-09-22T14:34:17.316Z] df20fa9351a1: Verifying Checksum [2020-09-22T14:34:17.582Z] 46f8f816bc3b: Verifying Checksum [2020-09-22T14:34:17.582Z] 46f8f816bc3b: Download complete [2020-09-22T14:34:17.582Z] 36b3adc4ff6f: Download complete [2020-09-22T14:34:17.582Z] 8ad3a11d3b57: Verifying Checksum [2020-09-22T14:34:17.582Z] 8ad3a11d3b57: Download complete [2020-09-22T14:34:17.582Z] 0dadc02b9964: Verifying Checksum [2020-09-22T14:34:17.582Z] 0dadc02b9964: Download complete [2020-09-22T14:34:17.582Z] ce6a7cf60c04: Verifying Checksum [2020-09-22T14:34:17.582Z] ce6a7cf60c04: Download complete [2020-09-22T14:34:17.582Z] 7a184a31f384: Verifying Checksum [2020-09-22T14:34:17.582Z] 7a184a31f384: Download complete [2020-09-22T14:34:17.847Z] df20fa9351a1: Pull complete [2020-09-22T14:34:18.111Z] 36b3adc4ff6f: Pull complete [2020-09-22T14:34:18.111Z] 0879bd2ef858: Verifying Checksum [2020-09-22T14:34:18.111Z] 0879bd2ef858: Download complete [2020-09-22T14:34:18.689Z] 8ad3a11d3b57: Pull complete [2020-09-22T14:34:18.689Z] 46f8f816bc3b: Pull complete [2020-09-22T14:34:18.951Z] 0dadc02b9964: Pull complete [2020-09-22T14:34:19.215Z] ce6a7cf60c04: Pull complete [2020-09-22T14:34:19.215Z] 7a184a31f384: Pull complete [2020-09-22T14:34:21.803Z] 0879bd2ef858: Pull complete [2020-09-22T14:34:21.803Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-22T14:34:21.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T14:34:21.803Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-22T14:34:21.985Z] prd-centos7-docker-4c-2g-844 does not seem to be running inside a container [2020-09-22T14:34:22.039Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-22T14:34:28.112Z] $ docker top c87c1773166fae454733df9abd970a4f952de94b3da596268b18f5bfd3a6d700 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T14:34:28.612Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-22T14:34:28.912Z] + ls /var/log/sa-host [2020-09-22T14:34:28.912Z] + sadf -c /var/log/sa-host/sa05 [2020-09-22T14:34:28.912Z] file_magic: OK [2020-09-22T14:34:28.912Z] HZ: Using current value: 100 [2020-09-22T14:34:28.912Z] file_header: OK [2020-09-22T14:34:28.912Z] 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-22T14:34:28.912Z] Statistics: [2020-09-22T14:34:28.912Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T14:34:28.912Z] File successfully converted to sysstat format version 12.2.1 [2020-09-22T14:34:28.912Z] + sadf -c /var/log/sa-host/sa22 [2020-09-22T14:34:28.912Z] file_magic: OK [2020-09-22T14:34:28.912Z] HZ: Using current value: 100 [2020-09-22T14:34:28.912Z] file_header: OK [2020-09-22T14:34:28.912Z] 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-22T14:34:28.912Z] Statistics: [2020-09-22T14:34:28.912Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T14:34:28.912Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-22T14:34:28.976Z] provisioning config files... [2020-09-22T14:34:28.992Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-291@tmp/config2902130456131496495tmp [Pipeline] { [Pipeline] echo [2020-09-22T14:34:29.081Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T14:34:29.384Z] ---> create-netrc.sh [Pipeline] echo [2020-09-22T14:34:29.395Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T14:34:29.693Z] ---> logs-deploy.sh [2020-09-22T14:34:29.693Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-291/3 [2020-09-22T14:34:29.693Z] INFO: archiving workspace using pattern(s): [2020-09-22T14:34:31.084Z] Archives upload complete. [2020-09-22T14:34:31.084Z] INFO: archiving logs to Nexus