Pull request #253 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at bb23a71e0387f48b774a4c52a4064e316f42887d rather than 3933321ef6dad81ee77cdba8958add544b15c1c3 Obtained Jenkinsfile from bb23a71e0387f48b774a4c52a4064e316f42887d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1676 in /w/workspace/dry_go-mod-core-contracts_PR-253 [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-253 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 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/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 3933321ef6dad81ee77cdba8958add544b15c1c3 Merge succeeded, producing 3933321ef6dad81ee77cdba8958add544b15c1c3 Checking out Revision 3933321ef6dad81ee77cdba8958add544b15c1c3 (PR-253) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # 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/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # 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 bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 Commit message: "feat(metadata): Create metadata DTOs and models for V2 API" First time build. Skipping changelog. > git rev-list --no-walk d0906d4b5c73a4513cb16d0ebaccb410132849b3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-31T08:19:50.790Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-31T08:19:51.011Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-31T08:19:51.157Z] ========================================================= [2020-07-31T08:19:51.157Z] EdgeX Global Pipelines Version Info [2020-07-31T08:19:51.158Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-31T08:19:53.530Z] ------------------- [2020-07-31T08:19:53.530Z] stable info: [2020-07-31T08:19:53.530Z] ------------------- [2020-07-31T08:19:53.530Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-31T08:19:53.530Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-31T08:19:53.530Z] Message: update stable to v1.0.106 [2020-07-31T08:19:54.482Z] ------------------- [2020-07-31T08:19:54.482Z] experimental info: [2020-07-31T08:19:54.482Z] ------------------- [2020-07-31T08:19:54.482Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-31T08:19:54.482Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-07-31T08:19:54.482Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-31T08:19:56.525Z] + git log --format=format:%s -1 3933321ef6dad81ee77cdba8958add544b15c1c3 [Pipeline] echo [2020-07-31T08:19:56.656Z] GIT_COMMIT: 3933321ef6dad81ee77cdba8958add544b15c1c3, Commit Message: feat(metadata): Create metadata DTOs and models for V2 API [Pipeline] echo [2020-07-31T08:19:56.697Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-31T08:19:57.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T08:19:57.925Z] [2020-07-31T08:19:57.925Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T08:19:58.432Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T08:19:58.795Z] latest: Pulling from edgex-devops/git-semver [2020-07-31T08:19:58.795Z] 31603596830f: Pulling fs layer [2020-07-31T08:19:58.795Z] 2a8b12db71e7: Pulling fs layer [2020-07-31T08:19:58.795Z] 6ca5941a6612: Pulling fs layer [2020-07-31T08:19:58.795Z] ecc8261a40a4: Pulling fs layer [2020-07-31T08:19:58.795Z] ecc8261a40a4: Waiting [2020-07-31T08:19:58.795Z] 2a8b12db71e7: Verifying Checksum [2020-07-31T08:19:58.795Z] 2a8b12db71e7: Download complete [2020-07-31T08:19:59.209Z] ecc8261a40a4: Verifying Checksum [2020-07-31T08:19:59.209Z] ecc8261a40a4: Download complete [2020-07-31T08:19:59.509Z] 31603596830f: Verifying Checksum [2020-07-31T08:19:59.509Z] 31603596830f: Download complete [2020-07-31T08:19:59.509Z] 6ca5941a6612: Verifying Checksum [2020-07-31T08:19:59.509Z] 6ca5941a6612: Download complete [2020-07-31T08:20:01.064Z] 31603596830f: Pull complete [2020-07-31T08:20:01.358Z] 2a8b12db71e7: Pull complete [2020-07-31T08:20:03.869Z] 6ca5941a6612: Pull complete [2020-07-31T08:20:04.737Z] ecc8261a40a4: Pull complete [2020-07-31T08:20:04.737Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-31T08:20:04.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T08:20:04.737Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-31T08:20:05.022Z] prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container [2020-07-31T08:20:05.211Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@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:10004/edgex-devops/git-semver:latest cat [2020-07-31T08:20:07.373Z] $ docker top 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T08:20:07.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T08:20:07.930Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T08:20:08.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T08:20:08.536Z] $ docker exec 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 ssh-agent [2020-07-31T08:20:08.816Z] SSH_AUTH_SOCK=/tmp/ssh-SYRhbNMWLqMf/agent.11 [2020-07-31T08:20:08.816Z] SSH_AGENT_PID=17 [2020-07-31T08:20:08.838Z] Running ssh-add (command line suppressed) [2020-07-31T08:20:09.010Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4192940269919753150.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_4192940269919753150.key) [2020-07-31T08:20:09.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T08:20:09.540Z] + git describe --exact-match --tags HEAD [2020-07-31T08:20:09.540Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-31T08:20:09.773Z] $ docker exec --env ******** --env ******** 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 ssh-agent -k [2020-07-31T08:20:10.084Z] unset SSH_AUTH_SOCK; [2020-07-31T08:20:10.086Z] unset SSH_AGENT_PID; [2020-07-31T08:20:10.086Z] echo Agent pid 17 killed; [2020-07-31T08:20:10.170Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-31T08:20:10.277Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-31T08:20:10.277Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-31T08:20:10.511Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T08:20:10.511Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T08:20:10.882Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T08:20:10.907Z] $ docker exec 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 ssh-agent [2020-07-31T08:20:11.392Z] SSH_AUTH_SOCK=/tmp/ssh-ZFGwm4tyIATq/agent.46 [2020-07-31T08:20:11.392Z] SSH_AGENT_PID=52 [2020-07-31T08:20:11.403Z] Running ssh-add (command line suppressed) [2020-07-31T08:20:11.798Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_6381911759713758625.key (/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/private_key_6381911759713758625.key) [2020-07-31T08:20:12.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T08:20:12.917Z] + git semver init [2020-07-31T08:20:12.917Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T08:20:12.917Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.git [2020-07-31T08:20:12.917Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-253 [2020-07-31T08:20:12.917Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T08:20:12.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T08:20:12.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T08:20:12.917Z] # $SEMVER_BRANCH = PR-253 [2020-07-31T08:20:12.917Z] # $SEMVER_TEMP = /tmp/semver-822192393 [2020-07-31T08:20:12.917Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-07-31T08:20:14.456Z] # '/tmp/semver-822192393' -> '/w/workspace/dry_go-mod-core-contracts_PR-253/.semver' [2020-07-31T08:20:14.456Z] # -> Force: false [2020-07-31T08:20:14.456Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-253/.semver [Pipeline] } [2020-07-31T08:20:14.491Z] $ docker exec --env ******** --env ******** 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 ssh-agent -k [2020-07-31T08:20:15.365Z] unset SSH_AUTH_SOCK; [2020-07-31T08:20:15.366Z] unset SSH_AGENT_PID; [2020-07-31T08:20:15.366Z] echo Agent pid 52 killed; [2020-07-31T08:20:15.513Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T08:20:16.307Z] + git semver [Pipeline] } [2020-07-31T08:20:16.352Z] $ docker stop --time=1 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 [2020-07-31T08:20:18.206Z] $ docker rm -f 10fb3543ce1d344c46a716c74fff6c21a18bd8eab2dcdfe5f8c4ccb848a600b6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-31T08:20:20.326Z] Stashed 81 file(s) [Pipeline] echo [2020-07-31T08:20:20.328Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-07-31T08:20:20.471Z] 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-07-31T08:20:35.965Z] Still waiting to schedule task [2020-07-31T08:20:35.965Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1676’ [2020-07-31T08:20:35.967Z] Still waiting to schedule task [2020-07-31T08:20:35.967Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-31T08:22:25.662Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1677 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws [2020-07-31T08:22:25.705Z] Running in /w/workspace/go-mod-core-contracts/21 [Pipeline] { [Pipeline] checkout [2020-07-31T08:22:30.324Z] using credential edgex-jenkins-ssh [2020-07-31T08:22:30.375Z] Cloning the remote Git repository [2020-07-31T08:22:30.375Z] Cloning with configured refspecs honoured and without tags [2020-07-31T08:22:30.409Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-31T08:22:30.510Z] > git init /w/workspace/go-mod-core-contracts/21 # timeout=10 [2020-07-31T08:22:30.654Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-31T08:22:30.655Z] > git --version # timeout=10 [2020-07-31T08:22:30.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T08:22:30.724Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T08:22:31.552Z] Fetching without tags [2020-07-31T08:22:31.436Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-31T08:22:31.458Z] > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 [2020-07-31T08:22:31.482Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T08:22:31.505Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-31T08:22:31.538Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-31T08:22:31.538Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T08:22:31.559Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T08:22:32.043Z] Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 3933321ef6dad81ee77cdba8958add544b15c1c3 [2020-07-31T08:22:32.264Z] Merge succeeded, producing 3933321ef6dad81ee77cdba8958add544b15c1c3 [2020-07-31T08:22:32.264Z] Checking out Revision 3933321ef6dad81ee77cdba8958add544b15c1c3 (PR-253) [2020-07-31T08:22:32.037Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T08:22:32.053Z] > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 [2020-07-31T08:22:32.163Z] > git remote # timeout=10 [2020-07-31T08:22:32.179Z] > git config --get remote.origin.url # timeout=10 [2020-07-31T08:22:32.195Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T08:22:32.205Z] > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 [2020-07-31T08:22:32.226Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-31T08:22:32.246Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T08:22:32.261Z] > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 [2020-07-31T08:22:36.592Z] Commit message: "feat(metadata): Create metadata DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-31T08:22:37.788Z] ========================================================= [2020-07-31T08:22:37.788Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-31T08:22:37.788Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T08:22:38.782Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-31T08:22:39.767Z] Sending build context to Docker daemon 1.977MB [2020-07-31T08:22:39.767Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T08:22:39.767Z] Step 2/7 : FROM ${BASE} [2020-07-31T08:22:40.054Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-31T08:22:40.054Z] b538f80385f9: Pulling fs layer [2020-07-31T08:22:40.054Z] 74f711af9a0d: Pulling fs layer [2020-07-31T08:22:40.054Z] 99f96fe45779: Pulling fs layer [2020-07-31T08:22:40.054Z] fd7a069fd194: Pulling fs layer [2020-07-31T08:22:40.054Z] 66aa3694b03b: Pulling fs layer [2020-07-31T08:22:40.054Z] 170f70906a0f: Pulling fs layer [2020-07-31T08:22:40.054Z] ad7c5574e4b9: Pulling fs layer [2020-07-31T08:22:40.054Z] e772456be8f7: Pulling fs layer [2020-07-31T08:22:40.054Z] c890913d741a: Pulling fs layer [2020-07-31T08:22:40.054Z] 2480fcc9aa5a: Pulling fs layer [2020-07-31T08:22:40.054Z] 09adf4765672: Pulling fs layer [2020-07-31T08:22:40.054Z] ad7c5574e4b9: Waiting [2020-07-31T08:22:40.054Z] e772456be8f7: Waiting [2020-07-31T08:22:40.054Z] c890913d741a: Waiting [2020-07-31T08:22:40.054Z] 2480fcc9aa5a: Waiting [2020-07-31T08:22:40.054Z] 09adf4765672: Waiting [2020-07-31T08:22:40.054Z] fd7a069fd194: Waiting [2020-07-31T08:22:40.054Z] 66aa3694b03b: Waiting [2020-07-31T08:22:40.054Z] 170f70906a0f: Waiting [2020-07-31T08:22:40.054Z] 99f96fe45779: Verifying Checksum [2020-07-31T08:22:40.054Z] 99f96fe45779: Download complete [2020-07-31T08:22:40.054Z] 74f711af9a0d: Verifying Checksum [2020-07-31T08:22:40.054Z] 74f711af9a0d: Download complete [2020-07-31T08:22:40.054Z] 66aa3694b03b: Verifying Checksum [2020-07-31T08:22:40.054Z] 66aa3694b03b: Download complete [2020-07-31T08:22:40.333Z] 170f70906a0f: Verifying Checksum [2020-07-31T08:22:40.333Z] 170f70906a0f: Download complete [2020-07-31T08:22:40.333Z] b538f80385f9: Verifying Checksum [2020-07-31T08:22:41.319Z] b538f80385f9: Pull complete [2020-07-31T08:22:41.596Z] 74f711af9a0d: Pull complete [2020-07-31T08:22:42.197Z] 99f96fe45779: Pull complete [2020-07-31T08:22:43.187Z] ad7c5574e4b9: Verifying Checksum [2020-07-31T08:22:43.187Z] ad7c5574e4b9: Download complete [2020-07-31T08:22:43.187Z] c890913d741a: Download complete [2020-07-31T08:22:44.640Z] 2480fcc9aa5a: Verifying Checksum [2020-07-31T08:22:44.640Z] 2480fcc9aa5a: Download complete [2020-07-31T08:22:44.918Z] 09adf4765672: Verifying Checksum [2020-07-31T08:22:44.918Z] 09adf4765672: Download complete [2020-07-31T08:22:45.192Z] e772456be8f7: Download complete [2020-07-31T08:22:45.791Z] fd7a069fd194: Verifying Checksum [2020-07-31T08:22:45.791Z] fd7a069fd194: Download complete [2020-07-31T08:22:58.208Z] fd7a069fd194: Pull complete [2020-07-31T08:22:58.208Z] 66aa3694b03b: Pull complete [2020-07-31T08:22:58.208Z] 170f70906a0f: Pull complete [2020-07-31T08:23:00.830Z] ad7c5574e4b9: Pull complete [2020-07-31T08:23:06.238Z] e772456be8f7: Pull complete [2020-07-31T08:23:06.238Z] c890913d741a: Pull complete [2020-07-31T08:23:08.224Z] 2480fcc9aa5a: Pull complete [2020-07-31T08:23:08.497Z] 09adf4765672: Pull complete [2020-07-31T08:23:08.497Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-31T08:23:08.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-31T08:23:08.497Z] ---> 2248a725d1cf [2020-07-31T08:23:08.497Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-31T08:23:13.888Z] ---> Running in 1f7f442e4e1f [2020-07-31T08:23:13.888Z] Removing intermediate container 1f7f442e4e1f [2020-07-31T08:23:13.888Z] ---> e0e37e4869b6 [2020-07-31T08:23:13.888Z] Step 4/7 : RUN apk add bash [2020-07-31T08:23:13.888Z] ---> Running in 662cca6b760a [2020-07-31T08:23:15.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T08:23:15.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T08:23:16.500Z] OK: 142 MiB in 39 packages [2020-07-31T08:23:17.930Z] Removing intermediate container 662cca6b760a [2020-07-31T08:23:17.930Z] ---> c08c5d9d9bd8 [2020-07-31T08:23:17.930Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-31T08:23:17.930Z] ---> Running in d0d6f79f6c85 [2020-07-31T08:23:18.530Z] Removing intermediate container d0d6f79f6c85 [2020-07-31T08:23:18.530Z] ---> fc28615ae642 [2020-07-31T08:23:18.530Z] Step 6/7 : COPY go.mod . [2020-07-31T08:23:19.129Z] ---> dad4a059e71f [2020-07-31T08:23:19.129Z] Step 7/7 : RUN go mod download [2020-07-31T08:23:19.407Z] ---> Running in 06e0f7fe692e [2020-07-31T08:23:21.174Z] Running on prd-centos7-docker-4c-2g-1678 in /w/workspace/dry_go-mod-core-contracts_PR-253 [Pipeline] { [Pipeline] ws [2020-07-31T08:23:21.219Z] Running in /w/workspace/go-mod-core-contracts/21 [Pipeline] { [Pipeline] checkout [2020-07-31T08:23:22.012Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-31T08:23:22.013Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T08:23:22.013Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T08:23:22.013Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T08:23:22.013Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-31T08:23:22.013Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-31T08:23:22.013Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-31T08:23:22.013Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-31T08:23:22.013Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T08:23:22.013Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T08:23:22.013Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T08:23:22.013Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-31T08:23:22.013Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T08:23:22.013Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T08:23:22.013Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T08:23:22.013Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T08:23:22.013Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T08:23:22.013Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T08:23:22.013Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-31T08:23:22.013Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T08:23:26.156Z] using credential edgex-jenkins-ssh [2020-07-31T08:23:26.201Z] Cloning the remote Git repository [2020-07-31T08:23:26.201Z] Cloning with configured refspecs honoured and without tags [2020-07-31T08:23:26.288Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-31T08:23:26.433Z] > git init /w/workspace/go-mod-core-contracts/21 # timeout=10 [2020-07-31T08:23:26.547Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-31T08:23:26.547Z] > git --version # timeout=10 [2020-07-31T08:23:26.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T08:23:26.591Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T08:23:27.261Z] Fetching without tags [2020-07-31T08:23:27.713Z] Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 3933321ef6dad81ee77cdba8958add544b15c1c3 [2020-07-31T08:23:27.222Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-31T08:23:27.234Z] > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10 [2020-07-31T08:23:27.244Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T08:23:27.253Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-31T08:23:27.268Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-31T08:23:27.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T08:23:27.273Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T08:23:27.723Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T08:23:27.730Z] > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 [2020-07-31T08:23:27.800Z] > git remote # timeout=10 [2020-07-31T08:23:27.810Z] > git config --get remote.origin.url # timeout=10 [2020-07-31T08:23:27.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T08:23:27.820Z] > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 [2020-07-31T08:23:27.832Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-31T08:23:27.844Z] Merge succeeded, producing 3933321ef6dad81ee77cdba8958add544b15c1c3 [2020-07-31T08:23:27.845Z] Checking out Revision 3933321ef6dad81ee77cdba8958add544b15c1c3 (PR-253) [2020-07-31T08:23:27.846Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T08:23:27.854Z] > git checkout -f 3933321ef6dad81ee77cdba8958add544b15c1c3 # timeout=10 [2020-07-31T08:23:31.842Z] Commit message: "feat(metadata): Create metadata DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-31T08:23:32.944Z] ========================================================= [2020-07-31T08:23:32.944Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-31T08:23:32.944Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T08:23:34.121Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-31T08:23:34.420Z] Removing intermediate container 06e0f7fe692e [2020-07-31T08:23:34.420Z] ---> 12da740630d0 [2020-07-31T08:23:34.420Z] Successfully built 12da740630d0 [2020-07-31T08:23:34.420Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-07-31T08:23:34.726Z] Sending build context to Docker daemon 1.977MB [2020-07-31T08:23:34.726Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T08:23:34.726Z] Step 2/7 : FROM ${BASE} [2020-07-31T08:23:34.726Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-31T08:23:34.726Z] df20fa9351a1: Pulling fs layer [2020-07-31T08:23:34.726Z] ed8968b2872e: Pulling fs layer [2020-07-31T08:23:34.726Z] a92cc7c5fd73: Pulling fs layer [2020-07-31T08:23:34.726Z] 2dd03ba5bac4: Pulling fs layer [2020-07-31T08:23:34.726Z] 1e091d79d1de: Pulling fs layer [2020-07-31T08:23:34.726Z] 481702a1767f: Pulling fs layer [2020-07-31T08:23:34.726Z] f64a6f60c768: Pulling fs layer [2020-07-31T08:23:34.726Z] e78d2573fc39: Pulling fs layer [2020-07-31T08:23:34.726Z] e876d2f968b6: Pulling fs layer [2020-07-31T08:23:34.726Z] ce8a83651883: Pulling fs layer [2020-07-31T08:23:34.726Z] 07967f4d0e4b: Pulling fs layer [2020-07-31T08:23:34.726Z] 2dd03ba5bac4: Waiting [2020-07-31T08:23:34.726Z] 1e091d79d1de: Waiting [2020-07-31T08:23:34.726Z] 481702a1767f: Waiting [2020-07-31T08:23:34.726Z] f64a6f60c768: Waiting [2020-07-31T08:23:34.726Z] e78d2573fc39: Waiting [2020-07-31T08:23:34.726Z] e876d2f968b6: Waiting [2020-07-31T08:23:34.726Z] ce8a83651883: Waiting [2020-07-31T08:23:34.726Z] 07967f4d0e4b: Waiting [2020-07-31T08:23:34.726Z] a92cc7c5fd73: Verifying Checksum [2020-07-31T08:23:34.726Z] a92cc7c5fd73: Download complete [Pipeline] isUnix [Pipeline] sh [2020-07-31T08:23:35.062Z] + docker inspect -f . ci-base-image-arm64 [2020-07-31T08:23:35.062Z] . [Pipeline] withDockerContainer [2020-07-31T08:23:35.098Z] ed8968b2872e: Verifying Checksum [2020-07-31T08:23:35.099Z] ed8968b2872e: Download complete [2020-07-31T08:23:35.099Z] 1e091d79d1de: Verifying Checksum [2020-07-31T08:23:35.099Z] 1e091d79d1de: Download complete [2020-07-31T08:23:35.099Z] 481702a1767f: Verifying Checksum [2020-07-31T08:23:35.099Z] 481702a1767f: Download complete [2020-07-31T08:23:35.099Z] df20fa9351a1: Verifying Checksum [2020-07-31T08:23:35.099Z] df20fa9351a1: Download complete [2020-07-31T08:23:35.296Z] prd-ubuntu18.04-docker-arm64-4c-16g-1677 does not seem to be running inside a container [2020-07-31T08:23:35.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/21 -v /w/workspace/go-mod-core-contracts/21:/w/workspace/go-mod-core-contracts/21:rw,z -v /w/workspace/go-mod-core-contracts/21@tmp:/w/workspace/go-mod-core-contracts/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-31T08:23:35.519Z] df20fa9351a1: Pull complete [2020-07-31T08:23:35.884Z] ed8968b2872e: Pull complete [2020-07-31T08:23:36.222Z] a92cc7c5fd73: Pull complete [2020-07-31T08:23:37.185Z] $ docker top 99ccb7e568438f3e3d1b2b57f2bb9ef4d84d7dfe6320dc91fb7c7896f7b27ffa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T08:23:38.614Z] + go version [2020-07-31T08:23:38.615Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-31T08:23:39.037Z] f64a6f60c768: Verifying Checksum [2020-07-31T08:23:39.037Z] f64a6f60c768: Download complete [2020-07-31T08:23:39.037Z] e876d2f968b6: Verifying Checksum [2020-07-31T08:23:39.037Z] e876d2f968b6: Download complete [2020-07-31T08:23:39.667Z] + make test [2020-07-31T08:23:39.668Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-31T08:23:41.557Z] 2dd03ba5bac4: Verifying Checksum [2020-07-31T08:23:41.557Z] 2dd03ba5bac4: Download complete [2020-07-31T08:23:41.557Z] e78d2573fc39: Verifying Checksum [2020-07-31T08:23:41.557Z] e78d2573fc39: Download complete [2020-07-31T08:23:41.889Z] 07967f4d0e4b: Verifying Checksum [2020-07-31T08:23:41.889Z] 07967f4d0e4b: Download complete [2020-07-31T08:23:41.889Z] ce8a83651883: Verifying Checksum [2020-07-31T08:23:41.889Z] ce8a83651883: Download complete [2020-07-31T08:23:54.941Z] 2dd03ba5bac4: Pull complete [2020-07-31T08:23:54.941Z] 1e091d79d1de: Pull complete [2020-07-31T08:23:54.941Z] 481702a1767f: Pull complete [2020-07-31T08:24:00.625Z] f64a6f60c768: Pull complete [2020-07-31T08:24:01.848Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-07-31T08:24:02.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements [2020-07-31T08:24:02.465Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements [2020-07-31T08:24:05.112Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.098s coverage: 45.4% of statements [2020-07-31T08:24:05.112Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.027s coverage: 77.8% of statements [2020-07-31T08:24:05.112Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-07-31T08:24:05.112Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 6.4% of statements [2020-07-31T08:24:05.721Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.077s coverage: 14.4% of statements [2020-07-31T08:24:06.327Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.040s coverage: 100.0% of statements [2020-07-31T08:24:06.512Z] e78d2573fc39: Pull complete [2020-07-31T08:24:06.512Z] e876d2f968b6: Pull complete [2020-07-31T08:24:08.182Z] ce8a83651883: Pull complete [2020-07-31T08:24:08.317Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.083s coverage: 91.8% of statements [2020-07-31T08:24:08.317Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-07-31T08:24:08.317Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-07-31T08:24:08.317Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.051s coverage: 100.0% of statements [2020-07-31T08:24:08.460Z] 07967f4d0e4b: Pull complete [2020-07-31T08:24:08.741Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-31T08:24:08.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-31T08:24:08.741Z] ---> 5d7c900382c6 [2020-07-31T08:24:08.741Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-31T08:24:10.194Z] ---> Running in e0ef37f81809 [2020-07-31T08:24:10.505Z] Removing intermediate container e0ef37f81809 [2020-07-31T08:24:10.505Z] ---> 7633aff3d079 [2020-07-31T08:24:10.505Z] Step 4/7 : RUN apk add bash [2020-07-31T08:24:10.505Z] ---> Running in fbfdb7667fd7 [2020-07-31T08:24:12.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T08:24:12.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T08:24:13.333Z] OK: 166 MiB in 39 packages [2020-07-31T08:24:14.029Z] Removing intermediate container fbfdb7667fd7 [2020-07-31T08:24:14.029Z] ---> 393f7dfe77c5 [2020-07-31T08:24:14.029Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-31T08:24:14.296Z] ---> Running in 04f6c5824d92 [2020-07-31T08:24:14.604Z] Removing intermediate container 04f6c5824d92 [2020-07-31T08:24:14.604Z] ---> 0c820e94a60b [2020-07-31T08:24:14.604Z] Step 6/7 : COPY go.mod . [2020-07-31T08:24:14.913Z] ---> f65b4e45c22a [2020-07-31T08:24:14.913Z] Step 7/7 : RUN go mod download [2020-07-31T08:24:14.913Z] ---> Running in e6b49877b737 [2020-07-31T08:24:15.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.138s coverage: 62.6% of statements [2020-07-31T08:24:15.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.023s coverage: 26.3% of statements [2020-07-31T08:24:15.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.058s coverage: 15.4% of statements [2020-07-31T08:24:15.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.047s coverage: 15.4% of statements [2020-07-31T08:24:15.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.040s coverage: 14.3% of statements [2020-07-31T08:24:15.055Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-07-31T08:24:15.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 30.8% of statements [2020-07-31T08:24:15.055Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-07-31T08:24:15.326Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.045s coverage: 94.6% of statements [2020-07-31T08:24:15.326Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-07-31T08:24:15.326Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-07-31T08:24:15.921Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-31T08:24:17.576Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-31T08:24:17.576Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T08:24:17.576Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T08:24:17.576Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T08:24:17.576Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-31T08:24:17.576Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-31T08:24:17.576Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-31T08:24:17.576Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-31T08:24:17.576Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T08:24:17.576Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T08:24:17.576Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T08:24:17.576Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-31T08:24:17.576Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T08:24:17.576Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T08:24:17.576Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T08:24:17.576Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T08:24:17.576Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T08:24:17.576Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T08:24:17.576Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-31T08:24:17.880Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T08:24:19.330Z] gofmt -l . [2020-07-31T08:24:19.600Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-31T08:24:21.041Z] Stashed 1 file(s) [Pipeline] } [2020-07-31T08:24:21.005Z] $ docker stop --time=1 99ccb7e568438f3e3d1b2b57f2bb9ef4d84d7dfe6320dc91fb7c7896f7b27ffa [2020-07-31T08:24:23.345Z] $ docker rm -f 99ccb7e568438f3e3d1b2b57f2bb9ef4d84d7dfe6320dc91fb7c7896f7b27ffa [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-07-31T08:24:28.142Z] Removing intermediate container e6b49877b737 [2020-07-31T08:24:28.142Z] ---> 09df173ddcf6 [2020-07-31T08:24:28.142Z] Successfully built 09df173ddcf6 [2020-07-31T08:24:28.142Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T08:24:28.847Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-31T08:24:28.847Z] . [Pipeline] withDockerContainer [2020-07-31T08:24:29.054Z] prd-centos7-docker-4c-2g-1678 does not seem to be running inside a container [2020-07-31T08:24:29.207Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/21 -v /w/workspace/go-mod-core-contracts/21:/w/workspace/go-mod-core-contracts/21:rw,z -v /w/workspace/go-mod-core-contracts/21@tmp:/w/workspace/go-mod-core-contracts/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-31T08:24:30.213Z] $ docker top f1e5bba862c9c839a77af5c7b53357f5e98262d47b23266ae24984917ac5e9d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T08:24:30.888Z] + go version [2020-07-31T08:24:30.888Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-31T08:24:31.234Z] + make test [2020-07-31T08:24:31.234Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-31T08:24:44.755Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-07-31T08:24:46.251Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.018s coverage: 85.7% of statements [2020-07-31T08:24:46.251Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.017s coverage: 100.0% of statements [2020-07-31T08:24:46.576Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.032s coverage: 45.4% of statements [2020-07-31T08:24:46.882Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.015s coverage: 77.8% of statements [2020-07-31T08:24:46.882Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-07-31T08:24:47.930Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.4% of statements [2020-07-31T08:24:49.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.027s coverage: 14.4% of statements [2020-07-31T08:24:49.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.019s coverage: 100.0% of statements [2020-07-31T08:24:49.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.052s coverage: 91.8% of statements [2020-07-31T08:24:49.354Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-07-31T08:24:49.354Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-07-31T08:24:49.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.037s coverage: 100.0% of statements [2020-07-31T08:24:53.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.050s coverage: 62.6% of statements [2020-07-31T08:24:53.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.040s coverage: 26.3% of statements [2020-07-31T08:24:53.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.026s coverage: 15.4% of statements [2020-07-31T08:24:53.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements [2020-07-31T08:24:53.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.016s coverage: 14.3% of statements [2020-07-31T08:24:53.856Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-07-31T08:24:53.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.026s coverage: 30.8% of statements [2020-07-31T08:24:53.856Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-07-31T08:24:54.867Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.019s coverage: 94.6% of statements [2020-07-31T08:24:54.867Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-07-31T08:24:54.867Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-07-31T08:24:55.133Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-31T08:24:57.774Z] gofmt -l . [2020-07-31T08:24:57.774Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-31T08:24:58.106Z] Warning: overwriting stash ‘coverage-report’ [2020-07-31T08:24:58.649Z] Stashed 1 file(s) [Pipeline] } [2020-07-31T08:24:58.693Z] $ docker stop --time=1 f1e5bba862c9c839a77af5c7b53357f5e98262d47b23266ae24984917ac5e9d1 [2020-07-31T08:25:01.220Z] $ docker rm -f f1e5bba862c9c839a77af5c7b53357f5e98262d47b23266ae24984917ac5e9d1 [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-07-31T08:25:03.332Z] provisioning config files... [2020-07-31T08:25:03.345Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config2301078050334614772tmp [Pipeline] { [Pipeline] sh [2020-07-31T08:25:03.729Z] + curl -s https://codecov.io/bash [2020-07-31T08:25:03.730Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config2301078050334614772tmp [Pipeline] } [2020-07-31T08:25:04.352Z] 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-07-31T08:25:06.345Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T08:25:07.020Z] ---> package-listing.sh [2020-07-31T08:25:07.020Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-31T08:25:07.020Z] ++ facter osfamily [2020-07-31T08:25:07.287Z] + OS_FAMILY=redhat [2020-07-31T08:25:07.287Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-253 [2020-07-31T08:25:07.287Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-31T08:25:07.287Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-31T08:25:07.287Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-31T08:25:07.287Z] + PACKAGES=/tmp/packages_start.txt [2020-07-31T08:25:07.287Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' [2020-07-31T08:25:07.287Z] + PACKAGES=/tmp/packages_end.txt [2020-07-31T08:25:07.287Z] + case "${OS_FAMILY}" in [2020-07-31T08:25:07.287Z] + rpm -qa [2020-07-31T08:25:07.287Z] + sort [2020-07-31T08:25:12.677Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-31T08:25:12.677Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-31T08:25:12.677Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-31T08:25:12.677Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-253 ']' [2020-07-31T08:25:12.677Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ [2020-07-31T08:25:12.677Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-253/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-31T08:25:13.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T08:25:13.329Z] [2020-07-31T08:25:13.329Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-31T08:25:13.741Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T08:25:13.741Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-31T08:25:13.741Z] c9b1b535fdd9: Pulling fs layer [2020-07-31T08:25:13.741Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-31T08:25:13.741Z] 756a868c4378: Pulling fs layer [2020-07-31T08:25:13.741Z] 444b2fc9a129: Pulling fs layer [2020-07-31T08:25:13.741Z] ea15f1150254: Pulling fs layer [2020-07-31T08:25:13.741Z] 41b27a9f41bf: Pulling fs layer [2020-07-31T08:25:13.741Z] 28c525ee5125: Pulling fs layer [2020-07-31T08:25:13.741Z] 094b1ea09ed8: Pulling fs layer [2020-07-31T08:25:13.741Z] 138eaada9080: Pulling fs layer [2020-07-31T08:25:13.741Z] 0622d0fa9048: Pulling fs layer [2020-07-31T08:25:13.741Z] 444b2fc9a129: Waiting [2020-07-31T08:25:13.741Z] ea15f1150254: Waiting [2020-07-31T08:25:13.741Z] 41b27a9f41bf: Waiting [2020-07-31T08:25:13.741Z] 094b1ea09ed8: Waiting [2020-07-31T08:25:13.741Z] 28c525ee5125: Waiting [2020-07-31T08:25:13.741Z] 138eaada9080: Waiting [2020-07-31T08:25:13.741Z] 0622d0fa9048: Waiting [2020-07-31T08:25:13.741Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-31T08:25:13.741Z] 2cc5ad85d9ab: Download complete [2020-07-31T08:25:14.045Z] 444b2fc9a129: Verifying Checksum [2020-07-31T08:25:14.045Z] 444b2fc9a129: Download complete [2020-07-31T08:25:14.045Z] c9b1b535fdd9: Verifying Checksum [2020-07-31T08:25:14.045Z] ea15f1150254: Verifying Checksum [2020-07-31T08:25:14.045Z] ea15f1150254: Download complete [2020-07-31T08:25:14.437Z] 28c525ee5125: Download complete [2020-07-31T08:25:14.763Z] c9b1b535fdd9: Pull complete [2020-07-31T08:25:15.074Z] 2cc5ad85d9ab: Pull complete [2020-07-31T08:25:15.074Z] 756a868c4378: Verifying Checksum [2020-07-31T08:25:15.074Z] 756a868c4378: Download complete [2020-07-31T08:25:15.875Z] 138eaada9080: Verifying Checksum [2020-07-31T08:25:15.875Z] 138eaada9080: Download complete [2020-07-31T08:25:15.875Z] 0622d0fa9048: Verifying Checksum [2020-07-31T08:25:15.875Z] 0622d0fa9048: Download complete [2020-07-31T08:25:15.875Z] 094b1ea09ed8: Verifying Checksum [2020-07-31T08:25:15.875Z] 094b1ea09ed8: Download complete [2020-07-31T08:25:16.942Z] 41b27a9f41bf: Verifying Checksum [2020-07-31T08:25:16.942Z] 41b27a9f41bf: Download complete [2020-07-31T08:25:18.356Z] 756a868c4378: Pull complete [2020-07-31T08:25:18.356Z] 444b2fc9a129: Pull complete [2020-07-31T08:25:18.980Z] ea15f1150254: Pull complete [2020-07-31T08:25:25.852Z] 41b27a9f41bf: Pull complete [2020-07-31T08:25:25.852Z] 28c525ee5125: Pull complete [2020-07-31T08:25:30.238Z] 094b1ea09ed8: Pull complete [2020-07-31T08:25:30.238Z] 138eaada9080: Pull complete [2020-07-31T08:25:30.238Z] 0622d0fa9048: Pull complete [2020-07-31T08:25:30.238Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-31T08:25:30.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T08:25:30.238Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-31T08:25:30.616Z] prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container [2020-07-31T08:25:30.703Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_PR-253 -v /w/workspace/dry_go-mod-core-contracts_PR-253:/w/workspace/dry_go-mod-core-contracts_PR-253:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-253@tmp:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-31T08:25:34.316Z] $ docker top f59eae641e2217e61cf656c61c7b35984013557850e6192114849bcd2591e18e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-31T08:25:34.604Z] provisioning config files... [2020-07-31T08:25:34.624Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-253@tmp/config5461908554844840735tmp [Pipeline] { [Pipeline] echo [2020-07-31T08:25:34.708Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T08:25:35.546Z] ---> create-netrc.sh [Pipeline] echo [2020-07-31T08:25:35.556Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T08:25:36.008Z] ---> logs-deploy.sh [2020-07-31T08:25:36.008Z] + ARCHIVE_ARTIFACTS= [2020-07-31T08:25:36.008Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-31T08:25:36.008Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-31T08:25:36.008Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-31T08:25:36.008Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/21 [2020-07-31T08:25:36.008Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/21/ [2020-07-31T08:25:36.008Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/21 /w/workspace/dry_go-mod-core-contracts_PR-253 [2020-07-31T08:25:37.579Z] Archives upload complete. [2020-07-31T08:25:37.871Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-253/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-253/21/ [2020-07-31T08:25:38.850Z] ---> uname -a: [2020-07-31T08:25:38.850Z] Linux f59eae641e22 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] ---> lscpu: [2020-07-31T08:25:38.850Z] Architecture: x86_64 [2020-07-31T08:25:38.850Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-31T08:25:38.850Z] Byte Order: Little Endian [2020-07-31T08:25:38.850Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-31T08:25:38.850Z] CPU(s): 4 [2020-07-31T08:25:38.850Z] On-line CPU(s) list: 0-3 [2020-07-31T08:25:38.850Z] Thread(s) per core: 1 [2020-07-31T08:25:38.850Z] Core(s) per socket: 1 [2020-07-31T08:25:38.850Z] Socket(s): 4 [2020-07-31T08:25:38.850Z] NUMA node(s): 1 [2020-07-31T08:25:38.850Z] Vendor ID: GenuineIntel [2020-07-31T08:25:38.850Z] CPU family: 6 [2020-07-31T08:25:38.850Z] Model: 44 [2020-07-31T08:25:38.850Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-31T08:25:38.850Z] Stepping: 1 [2020-07-31T08:25:38.850Z] CPU MHz: 2933.438 [2020-07-31T08:25:38.850Z] BogoMIPS: 5866.87 [2020-07-31T08:25:38.850Z] Virtualization: VT-x [2020-07-31T08:25:38.850Z] Hypervisor vendor: KVM [2020-07-31T08:25:38.850Z] Virtualization type: full [2020-07-31T08:25:38.850Z] L1d cache: 128 KiB [2020-07-31T08:25:38.850Z] L1i cache: 128 KiB [2020-07-31T08:25:38.850Z] L2 cache: 16 MiB [2020-07-31T08:25:38.850Z] L3 cache: 64 MiB [2020-07-31T08:25:38.850Z] NUMA node0 CPU(s): 0-3 [2020-07-31T08:25:38.850Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-31T08:25:38.850Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-31T08:25:38.850Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-31T08:25:38.850Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-31T08:25:38.850Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-31T08:25:38.850Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-31T08:25:38.850Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-31T08:25:38.850Z] Vulnerability Tsx async abort: Not affected [2020-07-31T08:25:38.850Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] ---> nproc: [2020-07-31T08:25:38.850Z] 4 [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] ---> df -h: [2020-07-31T08:25:38.850Z] Filesystem Size Used Available Use% Mounted on [2020-07-31T08:25:38.850Z] overlay 50.0G 7.2G 42.8G 14% / [2020-07-31T08:25:38.850Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-31T08:25:38.850Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-31T08:25:38.850Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-31T08:25:38.850Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-07-31T08:25:38.850Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-07-31T08:25:38.850Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-07-31T08:25:38.850Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-253@tmp [2020-07-31T08:25:38.850Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-07-31T08:25:38.850Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-253 [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] ---> free -m: [2020-07-31T08:25:38.850Z] total used free shared buff/cache available [2020-07-31T08:25:38.850Z] Mem: 1837 640 117 0 1080 1091 [2020-07-31T08:25:38.850Z] Swap: 1023 1 1022 [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] ---> ip addr: [2020-07-31T08:25:38.850Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-31T08:25:38.850Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-31T08:25:38.850Z] inet 127.0.0.1/8 scope host lo [2020-07-31T08:25:38.850Z] valid_lft forever preferred_lft forever [2020-07-31T08:25:38.850Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-07-31T08:25:38.850Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-31T08:25:38.850Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-31T08:25:38.850Z] valid_lft forever preferred_lft forever [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] ---> sar -b -r -n DEV: [2020-07-31T08:25:38.850Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/31/20 _x86_64_ (4 CPU) [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] 08:18:41 LINUX RESTART [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] 08:19:01 tps rtps wtps bread/s bwrtn/s [2020-07-31T08:25:38.850Z] 08:20:01 182.56 102.98 79.57 11877.17 38284.43 [2020-07-31T08:25:38.850Z] 08:21:01 22.20 3.98 18.23 1083.09 2112.97 [2020-07-31T08:25:38.850Z] 08:22:01 1.63 0.00 1.63 0.00 28.88 [2020-07-31T08:25:38.850Z] 08:23:01 0.22 0.00 0.22 0.00 2.28 [2020-07-31T08:25:38.850Z] 08:24:01 0.23 0.00 0.23 0.00 3.48 [2020-07-31T08:25:38.850Z] 08:25:02 0.37 0.00 0.37 0.00 4.46 [2020-07-31T08:25:38.850Z] Average: 34.63 17.88 16.75 2166.18 6759.35 [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] 08:19:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-31T08:25:38.850Z] 08:20:01 67980 1813576 96.39 2620 1206888 1529896 52.21 462224 1192204 34624 [2020-07-31T08:25:38.850Z] 08:21:01 164768 1716788 91.24 2620 1149312 1164748 39.75 428228 1126468 16 [2020-07-31T08:25:38.850Z] 08:22:01 180072 1701484 90.43 2620 1149320 1062076 36.25 420692 1121632 8 [2020-07-31T08:25:38.850Z] 08:23:01 176772 1704784 90.61 2620 1149320 1062292 36.25 424044 1121148 12 [2020-07-31T08:25:38.850Z] 08:24:01 176768 1704788 90.61 2620 1149328 1062340 36.26 429556 1116048 8 [2020-07-31T08:25:38.850Z] 08:25:02 178168 1703388 90.53 2620 1149332 1062160 36.25 429540 1114864 8 [2020-07-31T08:25:38.850Z] Average: 157421 1724135 91.63 2620 1158917 1157252 39.49 432381 1132061 5779 [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] 08:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-31T08:25:38.850Z] 08:20:01 eth0 201.48 153.66 1003.12 57.91 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:21:01 eth0 30.86 29.56 36.79 41.51 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:21:01 docker0 4.11 3.63 0.81 9.25 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:22:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:23:01 eth0 1.10 0.35 0.32 0.21 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:24:01 eth0 0.37 0.33 0.26 0.20 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:25:02 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] 08:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] Average: eth0 39.22 30.77 173.97 16.68 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] Average: docker0 0.68 0.60 0.14 1.54 0.00 0.00 0.00 [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] ---> sar -P ALL: [2020-07-31T08:25:38.850Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/31/20 _x86_64_ (4 CPU) [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] 08:18:41 LINUX RESTART [2020-07-31T08:25:38.850Z] [2020-07-31T08:25:38.850Z] 08:19:01 CPU %user %nice %system %iowait %steal %idle [2020-07-31T08:25:38.850Z] 08:20:01 all 13.52 0.00 8.77 10.28 19.91 47.52 [2020-07-31T08:25:38.850Z] 08:20:01 0 10.80 0.00 7.61 11.72 21.73 48.14 [2020-07-31T08:25:38.850Z] 08:20:01 1 15.40 0.00 11.82 8.95 18.56 45.28 [2020-07-31T08:25:38.850Z] 08:20:01 2 16.95 0.00 8.32 9.72 19.16 45.85 [2020-07-31T08:25:38.850Z] 08:20:01 3 11.21 0.00 7.48 10.62 20.09 50.61 [2020-07-31T08:25:38.850Z] 08:21:01 all 1.54 0.00 1.33 0.50 9.27 87.35 [2020-07-31T08:25:38.850Z] 08:21:01 0 1.80 0.00 1.04 0.27 10.56 86.33 [2020-07-31T08:25:38.850Z] 08:21:01 1 1.41 0.00 1.54 0.18 9.42 87.45 [2020-07-31T08:25:38.850Z] 08:21:01 2 1.63 0.00 1.41 0.22 8.70 88.03 [2020-07-31T08:25:38.850Z] 08:21:01 3 1.31 0.00 1.33 1.31 8.40 87.65 [2020-07-31T08:25:38.850Z] 08:22:01 all 0.10 0.00 0.06 0.00 0.37 99.47 [2020-07-31T08:25:38.850Z] 08:22:01 0 0.25 0.00 0.08 0.00 0.91 98.76 [2020-07-31T08:25:38.850Z] 08:22:01 1 0.05 0.00 0.07 0.00 0.33 99.55 [2020-07-31T08:25:38.850Z] 08:22:01 2 0.03 0.00 0.05 0.02 0.08 99.82 [2020-07-31T08:25:38.850Z] 08:22:01 3 0.05 0.00 0.05 0.00 0.18 99.72 [2020-07-31T08:25:38.850Z] 08:23:01 all 0.12 0.00 0.04 0.00 0.68 99.15 [2020-07-31T08:25:38.850Z] 08:23:01 0 0.33 0.00 0.05 0.00 1.36 98.26 [2020-07-31T08:25:38.850Z] 08:23:01 1 0.05 0.00 0.05 0.00 0.28 99.62 [2020-07-31T08:25:38.850Z] 08:23:01 2 0.05 0.00 0.02 0.00 0.61 99.32 [2020-07-31T08:25:38.850Z] 08:23:01 3 0.08 0.00 0.03 0.00 0.45 99.43 [2020-07-31T08:25:38.850Z] 08:24:01 all 0.11 0.00 0.04 0.00 0.29 99.56 [2020-07-31T08:25:38.850Z] 08:24:01 0 0.37 0.00 0.05 0.00 0.12 99.47 [2020-07-31T08:25:38.850Z] 08:24:01 1 0.02 0.00 0.02 0.00 0.13 99.83 [2020-07-31T08:25:38.850Z] 08:24:01 2 0.03 0.00 0.08 0.00 0.55 99.34 [2020-07-31T08:25:38.850Z] 08:24:01 3 0.03 0.00 0.02 0.00 0.37 99.58 [2020-07-31T08:25:38.850Z] 08:25:02 all 0.07 0.00 0.03 0.00 0.53 99.37 [2020-07-31T08:25:38.850Z] 08:25:02 0 0.02 0.00 0.02 0.00 0.15 99.82 [2020-07-31T08:25:38.850Z] 08:25:02 1 0.20 0.00 0.03 0.00 0.50 99.27 [2020-07-31T08:25:38.850Z] 08:25:02 2 0.03 0.00 0.07 0.00 0.65 99.25 [2020-07-31T08:25:38.850Z] 08:25:02 3 0.03 0.00 0.03 0.00 0.84 99.09 [2020-07-31T08:25:38.850Z] Average: all 2.60 0.00 1.73 1.81 5.25 88.60 [2020-07-31T08:25:38.850Z] Average: 0 2.32 0.00 1.52 2.06 5.96 88.14 [2020-07-31T08:25:38.850Z] Average: 1 2.84 0.00 2.24 1.51 4.89 88.52 [2020-07-31T08:25:38.851Z] Average: 2 3.09 0.00 1.64 1.64 4.95 88.68 [2020-07-31T08:25:38.851Z] Average: 3 2.18 0.00 1.53 2.04 5.18 89.07 [2020-07-31T08:25:38.851Z] [2020-07-31T08:25:38.851Z] [2020-07-31T08:25:38.851Z]