Pull request #236 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 lindseysimple for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at ecf948a463e8583f0496661ae04077e126abfeb1 rather than 4e6ff58d27906173a736d96ac443bf6c8f017e15 Obtained Jenkinsfile from ecf948a463e8583f0496661ae04077e126abfeb1 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 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 SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1683 in /w/workspace/dry_go-mod-core-contracts_PR-236 [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-236 # 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/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 4e6ff58d27906173a736d96ac443bf6c8f017e15 Merge succeeded, producing 4e6ff58d27906173a736d96ac443bf6c8f017e15 Checking out Revision 4e6ff58d27906173a736d96ac443bf6c8f017e15 (PR-236) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # 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/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # 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 ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-03T09:46:47.417Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-03T09:46:47.521Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-03T09:46:47.560Z] ========================================================= [2020-06-03T09:46:47.560Z] EdgeX Global Pipelines Version Info [2020-06-03T09:46:47.560Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9eb45a1829d815d87fc949c9af78a554dbd1c3c2 # timeout=10 [2020-06-03T09:46:49.029Z] ------------------- [2020-06-03T09:46:49.029Z] stable info: [2020-06-03T09:46:49.029Z] ------------------- [2020-06-03T09:46:49.029Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-03T09:46:49.029Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-03T09:46:49.029Z] Message: update stable to v1.0.89 [2020-06-03T09:46:49.604Z] ------------------- [2020-06-03T09:46:49.604Z] experimental info: [2020-06-03T09:46:49.604Z] ------------------- [2020-06-03T09:46:49.604Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-03T09:46:49.604Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-03T09:46:49.604Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-03T09:46:51.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-03T09:46:51.451Z] [2020-06-03T09:46:51.451Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-03T09:46:51.794Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-03T09:46:51.795Z] latest: Pulling from edgex-devops/git-semver [2020-06-03T09:46:51.795Z] 9123ac7c32f7: Pulling fs layer [2020-06-03T09:46:51.795Z] b8cc5d1170e3: Pulling fs layer [2020-06-03T09:46:51.795Z] 2924cbbf6a41: Pulling fs layer [2020-06-03T09:46:51.795Z] 93b08a4f1073: Pulling fs layer [2020-06-03T09:46:51.795Z] 93b08a4f1073: Waiting [2020-06-03T09:46:51.795Z] b8cc5d1170e3: Verifying Checksum [2020-06-03T09:46:51.795Z] b8cc5d1170e3: Download complete [2020-06-03T09:46:52.065Z] 9123ac7c32f7: Download complete [2020-06-03T09:46:52.065Z] 93b08a4f1073: Verifying Checksum [2020-06-03T09:46:52.065Z] 93b08a4f1073: Download complete [2020-06-03T09:46:52.065Z] 2924cbbf6a41: Verifying Checksum [2020-06-03T09:46:52.065Z] 2924cbbf6a41: Download complete [2020-06-03T09:46:52.065Z] 9123ac7c32f7: Pull complete [2020-06-03T09:46:52.328Z] b8cc5d1170e3: Pull complete [2020-06-03T09:46:53.273Z] 2924cbbf6a41: Pull complete [2020-06-03T09:46:53.273Z] 93b08a4f1073: Pull complete [2020-06-03T09:46:53.537Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-03T09:46:53.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-03T09:46:53.706Z] prd-centos7-docker-4c-2g-1683 does not seem to be running inside a container [2020-06-03T09:46:53.755Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-03T09:46:54.475Z] $ docker top fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-03T09:46:54.686Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-03T09:46:54.686Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-03T09:46:54.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-03T09:46:54.914Z] $ docker exec fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 ssh-agent [2020-06-03T09:46:55.108Z] SSH_AUTH_SOCK=/tmp/ssh-hVJlm5h3xGyV/agent.15 [2020-06-03T09:46:55.108Z] SSH_AGENT_PID=22 [2020-06-03T09:46:55.121Z] Running ssh-add (command line suppressed) [2020-06-03T09:46:55.276Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_1014855416715546652.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_1014855416715546652.key) [2020-06-03T09:46:55.333Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-03T09:46:55.646Z] + git describe --exact-match --tags HEAD [2020-06-03T09:46:55.646Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-03T09:46:55.708Z] $ docker exec --env ******** --env ******** fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 ssh-agent -k [2020-06-03T09:46:55.913Z] unset SSH_AUTH_SOCK; [2020-06-03T09:46:55.914Z] unset SSH_AGENT_PID; [2020-06-03T09:46:55.914Z] echo Agent pid 22 killed; [2020-06-03T09:46:55.957Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-03T09:46:56.007Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-03T09:46:56.007Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-03T09:46:56.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-03T09:46:56.064Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-03T09:46:56.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-03T09:46:56.286Z] $ docker exec fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 ssh-agent [2020-06-03T09:46:56.468Z] SSH_AUTH_SOCK=/tmp/ssh-vzA44vL61Qt6/agent.58 [2020-06-03T09:46:56.468Z] SSH_AGENT_PID=64 [2020-06-03T09:46:56.475Z] Running ssh-add (command line suppressed) [2020-06-03T09:46:56.660Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3589632367998761728.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_3589632367998761728.key) [2020-06-03T09:46:56.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-03T09:46:57.086Z] + git semver init [2020-06-03T09:46:57.087Z] # -> Open(): unable to determine branch for HEAD [2020-06-03T09:46:57.087Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git [2020-06-03T09:46:57.087Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-03T09:46:57.087Z] # $SEMVER_REMOTE_NAME = origin [2020-06-03T09:46:57.087Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-03T09:46:57.087Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-03T09:46:57.087Z] # $SEMVER_BRANCH = PR-236 [2020-06-03T09:46:57.087Z] # $SEMVER_TEMP = /tmp/semver-110722635 [2020-06-03T09:46:57.087Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-06-03T09:46:57.660Z] # '/tmp/semver-110722635' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' [2020-06-03T09:46:57.660Z] # -> Force: false [2020-06-03T09:46:57.660Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } [2020-06-03T09:46:57.684Z] $ docker exec --env ******** --env ******** fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 ssh-agent -k [2020-06-03T09:46:57.839Z] unset SSH_AUTH_SOCK; [2020-06-03T09:46:57.839Z] unset SSH_AGENT_PID; [2020-06-03T09:46:57.839Z] echo Agent pid 64 killed; [2020-06-03T09:46:57.885Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-03T09:46:58.243Z] + git semver [Pipeline] } [2020-06-03T09:46:58.261Z] $ docker stop --time=1 fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 [2020-06-03T09:46:59.625Z] $ docker rm -f fc7d31f9ba59769968b05558b31a9c426417f74413617ab194edecfac25f0dc4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-03T09:47:00.326Z] Stashed 74 file(s) [Pipeline] echo [2020-06-03T09:47:00.328Z] [edgeXSemver] initialized semver on version 0.0.0 [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-06-03T09:47:15.499Z] Still waiting to schedule task [2020-06-03T09:47:15.500Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1683’ [2020-06-03T09:47:15.501Z] Still waiting to schedule task [2020-06-03T09:47:15.501Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-03T09:49:03.277Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1684 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-06-03T09:49:03.306Z] Running in /w/workspace/go-mod-core-contracts/14 [Pipeline] { [Pipeline] checkout [2020-06-03T09:49:09.215Z] using credential edgex-jenkins-ssh [2020-06-03T09:49:09.245Z] Cloning the remote Git repository [2020-06-03T09:49:09.246Z] Cloning with configured refspecs honoured and without tags [2020-06-03T09:49:09.311Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T09:49:09.443Z] > git init /w/workspace/go-mod-core-contracts/14 # timeout=10 [2020-06-03T09:49:09.537Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T09:49:09.538Z] > git --version # timeout=10 [2020-06-03T09:49:09.640Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T09:49:09.788Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-03T09:49:10.823Z] Fetching without tags [2020-06-03T09:49:10.703Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-03T09:49:10.741Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-06-03T09:49:10.772Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-03T09:49:10.805Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-03T09:49:10.836Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T09:49:10.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T09:49:10.859Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-03T09:49:11.286Z] Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 4e6ff58d27906173a736d96ac443bf6c8f017e15 [2020-06-03T09:49:11.627Z] Merge succeeded, producing 4e6ff58d27906173a736d96ac443bf6c8f017e15 [2020-06-03T09:49:11.628Z] Checking out Revision 4e6ff58d27906173a736d96ac443bf6c8f017e15 (PR-236) [2020-06-03T09:49:11.319Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T09:49:11.356Z] > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 [2020-06-03T09:49:11.486Z] > git remote # timeout=10 [2020-06-03T09:49:11.513Z] > git config --get remote.origin.url # timeout=10 [2020-06-03T09:49:11.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T09:49:11.561Z] > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 [2020-06-03T09:49:11.595Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-03T09:49:11.636Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T09:49:11.660Z] > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 [2020-06-03T09:49:16.189Z] Commit message: "Create core data DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-03T09:49:17.309Z] ========================================================= [2020-06-03T09:49:17.309Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-03T09:49:17.309Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-03T09:49:18.336Z] + 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-06-03T09:49:19.322Z] Sending build context to Docker daemon 1.801MB [2020-06-03T09:49:19.322Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-03T09:49:19.322Z] Step 2/7 : FROM ${BASE} [2020-06-03T09:49:19.597Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-03T09:49:19.597Z] cde5963f3b93: Pulling fs layer [2020-06-03T09:49:19.597Z] 2a23fa8c16f7: Pulling fs layer [2020-06-03T09:49:19.597Z] 777b28850792: Pulling fs layer [2020-06-03T09:49:19.597Z] 8a11ddd9e578: Pulling fs layer [2020-06-03T09:49:19.597Z] 4cf88f913ddb: Pulling fs layer [2020-06-03T09:49:19.597Z] 1df406cf5192: Pulling fs layer [2020-06-03T09:49:19.597Z] cd6300453558: Pulling fs layer [2020-06-03T09:49:19.597Z] b9c365052c96: Pulling fs layer [2020-06-03T09:49:19.597Z] a2d8cc88f415: Pulling fs layer [2020-06-03T09:49:19.597Z] ea1d1ca13537: Pulling fs layer [2020-06-03T09:49:19.597Z] 3750a50a1c5e: Pulling fs layer [2020-06-03T09:49:19.597Z] cd6300453558: Waiting [2020-06-03T09:49:19.597Z] b9c365052c96: Waiting [2020-06-03T09:49:19.597Z] a2d8cc88f415: Waiting [2020-06-03T09:49:19.597Z] ea1d1ca13537: Waiting [2020-06-03T09:49:19.597Z] 4cf88f913ddb: Waiting [2020-06-03T09:49:19.597Z] 8a11ddd9e578: Waiting [2020-06-03T09:49:19.597Z] 1df406cf5192: Waiting [2020-06-03T09:49:19.597Z] 3750a50a1c5e: Waiting [2020-06-03T09:49:19.597Z] 777b28850792: Download complete [2020-06-03T09:49:19.597Z] 2a23fa8c16f7: Verifying Checksum [2020-06-03T09:49:19.597Z] 2a23fa8c16f7: Download complete [2020-06-03T09:49:19.597Z] 4cf88f913ddb: Verifying Checksum [2020-06-03T09:49:19.597Z] 4cf88f913ddb: Download complete [2020-06-03T09:49:19.597Z] 1df406cf5192: Verifying Checksum [2020-06-03T09:49:19.597Z] 1df406cf5192: Download complete [2020-06-03T09:49:19.872Z] cde5963f3b93: Verifying Checksum [2020-06-03T09:49:19.872Z] cde5963f3b93: Download complete [2020-06-03T09:49:20.877Z] cde5963f3b93: Pull complete [2020-06-03T09:49:21.506Z] 2a23fa8c16f7: Pull complete [2020-06-03T09:49:21.785Z] 777b28850792: Pull complete [2020-06-03T09:49:23.767Z] cd6300453558: Verifying Checksum [2020-06-03T09:49:23.767Z] cd6300453558: Download complete [2020-06-03T09:49:23.767Z] a2d8cc88f415: Verifying Checksum [2020-06-03T09:49:23.767Z] a2d8cc88f415: Download complete [2020-06-03T09:49:26.389Z] ea1d1ca13537: Verifying Checksum [2020-06-03T09:49:26.389Z] ea1d1ca13537: Download complete [2020-06-03T09:49:26.663Z] 3750a50a1c5e: Verifying Checksum [2020-06-03T09:49:26.663Z] 3750a50a1c5e: Download complete [2020-06-03T09:49:29.286Z] b9c365052c96: Verifying Checksum [2020-06-03T09:49:29.286Z] b9c365052c96: Download complete [2020-06-03T09:49:31.253Z] 8a11ddd9e578: Download complete [2020-06-03T09:49:32.450Z] Running on prd-centos7-docker-4c-2g-1685 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-06-03T09:49:32.475Z] Running in /w/workspace/go-mod-core-contracts/14 [Pipeline] { [Pipeline] checkout [2020-06-03T09:49:34.709Z] using credential edgex-jenkins-ssh [2020-06-03T09:49:34.733Z] Cloning the remote Git repository [2020-06-03T09:49:34.733Z] Cloning with configured refspecs honoured and without tags [2020-06-03T09:49:35.706Z] Fetching without tags [2020-06-03T09:49:34.375Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T09:49:34.446Z] > git init /w/workspace/go-mod-core-contracts/14 # timeout=10 [2020-06-03T09:49:34.495Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T09:49:34.496Z] > git --version # timeout=10 [2020-06-03T09:49:34.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T09:49:34.530Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-03T09:49:35.369Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-03T09:49:35.375Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-06-03T09:49:35.381Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-03T09:49:35.390Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-03T09:49:35.402Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T09:49:35.402Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T09:49:35.406Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-03T09:49:36.106Z] Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 4e6ff58d27906173a736d96ac443bf6c8f017e15 [2020-06-03T09:49:36.229Z] Merge succeeded, producing 4e6ff58d27906173a736d96ac443bf6c8f017e15 [2020-06-03T09:49:36.229Z] Checking out Revision 4e6ff58d27906173a736d96ac443bf6c8f017e15 (PR-236) [2020-06-03T09:49:35.841Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T09:49:35.848Z] > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 [2020-06-03T09:49:35.903Z] > git remote # timeout=10 [2020-06-03T09:49:35.909Z] > git config --get remote.origin.url # timeout=10 [2020-06-03T09:49:35.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T09:49:35.918Z] > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 [2020-06-03T09:49:35.945Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-03T09:49:35.969Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T09:49:35.988Z] > git checkout -f 4e6ff58d27906173a736d96ac443bf6c8f017e15 # timeout=10 [2020-06-03T09:49:40.031Z] Commit message: "Create core data DTOs and models for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-03T09:49:40.816Z] ========================================================= [2020-06-03T09:49:40.816Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-03T09:49:40.816Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-03T09:49:41.483Z] + 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-06-03T09:49:41.745Z] Sending build context to Docker daemon 1.801MB [2020-06-03T09:49:41.745Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-03T09:49:41.745Z] Step 2/7 : FROM ${BASE} [2020-06-03T09:49:41.745Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-03T09:49:41.745Z] e6b0cf9c0882: Pulling fs layer [2020-06-03T09:49:41.745Z] 2848faf0eed1: Pulling fs layer [2020-06-03T09:49:41.745Z] 0f37312ad70f: Pulling fs layer [2020-06-03T09:49:41.745Z] 5788d62ee057: Pulling fs layer [2020-06-03T09:49:41.745Z] 0e6b1d234666: Pulling fs layer [2020-06-03T09:49:41.745Z] bf5d7aec512f: Pulling fs layer [2020-06-03T09:49:41.745Z] 34c802a77dc8: Pulling fs layer [2020-06-03T09:49:41.745Z] 9eb99e56ec68: Pulling fs layer [2020-06-03T09:49:41.745Z] 27c7a5d97fbd: Pulling fs layer [2020-06-03T09:49:41.745Z] 5c102a31e300: Pulling fs layer [2020-06-03T09:49:41.745Z] dcfb455df0a1: Pulling fs layer [2020-06-03T09:49:41.745Z] 5788d62ee057: Waiting [2020-06-03T09:49:41.745Z] 0e6b1d234666: Waiting [2020-06-03T09:49:41.745Z] bf5d7aec512f: Waiting [2020-06-03T09:49:41.745Z] 34c802a77dc8: Waiting [2020-06-03T09:49:41.745Z] 9eb99e56ec68: Waiting [2020-06-03T09:49:41.745Z] 27c7a5d97fbd: Waiting [2020-06-03T09:49:41.745Z] 5c102a31e300: Waiting [2020-06-03T09:49:41.745Z] dcfb455df0a1: Waiting [2020-06-03T09:49:41.745Z] 0f37312ad70f: Verifying Checksum [2020-06-03T09:49:41.745Z] 0f37312ad70f: Download complete [2020-06-03T09:49:42.012Z] 2848faf0eed1: Verifying Checksum [2020-06-03T09:49:42.012Z] 2848faf0eed1: Download complete [2020-06-03T09:49:42.012Z] 0e6b1d234666: Verifying Checksum [2020-06-03T09:49:42.012Z] 0e6b1d234666: Download complete [2020-06-03T09:49:42.012Z] bf5d7aec512f: Download complete [2020-06-03T09:49:42.012Z] e6b0cf9c0882: Verifying Checksum [2020-06-03T09:49:42.012Z] e6b0cf9c0882: Download complete [2020-06-03T09:49:42.275Z] e6b0cf9c0882: Pull complete [2020-06-03T09:49:42.540Z] 2848faf0eed1: Pull complete [2020-06-03T09:49:42.540Z] 0f37312ad70f: Pull complete [2020-06-03T09:49:43.153Z] 34c802a77dc8: Verifying Checksum [2020-06-03T09:49:43.153Z] 34c802a77dc8: Download complete [2020-06-03T09:49:43.153Z] 27c7a5d97fbd: Verifying Checksum [2020-06-03T09:49:43.153Z] 27c7a5d97fbd: Download complete [2020-06-03T09:49:43.647Z] 8a11ddd9e578: Pull complete [2020-06-03T09:49:43.647Z] 4cf88f913ddb: Pull complete [2020-06-03T09:49:43.647Z] 1df406cf5192: Pull complete [2020-06-03T09:49:43.753Z] 5c102a31e300: Verifying Checksum [2020-06-03T09:49:43.753Z] 5c102a31e300: Download complete [2020-06-03T09:49:43.753Z] dcfb455df0a1: Verifying Checksum [2020-06-03T09:49:43.753Z] dcfb455df0a1: Download complete [2020-06-03T09:49:43.753Z] 9eb99e56ec68: Verifying Checksum [2020-06-03T09:49:43.753Z] 9eb99e56ec68: Download complete [2020-06-03T09:49:44.014Z] 5788d62ee057: Verifying Checksum [2020-06-03T09:49:44.014Z] 5788d62ee057: Download complete [2020-06-03T09:49:47.974Z] cd6300453558: Pull complete [2020-06-03T09:49:49.332Z] 5788d62ee057: Pull complete [2020-06-03T09:49:49.332Z] 0e6b1d234666: Pull complete [2020-06-03T09:49:49.332Z] bf5d7aec512f: Pull complete [2020-06-03T09:49:52.294Z] b9c365052c96: Pull complete [2020-06-03T09:49:52.898Z] a2d8cc88f415: Pull complete [2020-06-03T09:49:53.552Z] 34c802a77dc8: Pull complete [2020-06-03T09:49:54.879Z] ea1d1ca13537: Pull complete [2020-06-03T09:49:55.477Z] 3750a50a1c5e: Pull complete [2020-06-03T09:49:55.477Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-03T09:49:55.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-03T09:49:55.477Z] ---> 78745c68409d [2020-06-03T09:49:55.477Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-03T09:49:57.776Z] 9eb99e56ec68: Pull complete [2020-06-03T09:49:57.776Z] 27c7a5d97fbd: Pull complete [2020-06-03T09:49:58.352Z] 5c102a31e300: Pull complete [2020-06-03T09:49:58.614Z] dcfb455df0a1: Pull complete [2020-06-03T09:49:58.614Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-03T09:49:58.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-03T09:49:58.614Z] ---> 7c70fe431013 [2020-06-03T09:49:58.614Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-03T09:49:58.614Z] ---> Running in aa14bd266668 [2020-06-03T09:49:58.876Z] Removing intermediate container aa14bd266668 [2020-06-03T09:49:58.876Z] ---> 3b4345cbc400 [2020-06-03T09:49:58.876Z] Step 4/7 : RUN apk add bash [2020-06-03T09:49:58.876Z] ---> Running in 2f7be423c3b2 [2020-06-03T09:49:59.454Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-03T09:49:59.765Z] ---> Running in 133280a73b60 [2020-06-03T09:50:00.036Z] Removing intermediate container 133280a73b60 [2020-06-03T09:50:00.036Z] ---> 2cc8323115b5 [2020-06-03T09:50:00.036Z] Step 4/7 : RUN apk add bash [2020-06-03T09:50:00.313Z] ---> Running in 5f6389aa91d6 [2020-06-03T09:50:01.286Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-03T09:50:02.260Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-03T09:50:02.854Z] OK: 125 MiB in 39 packages [2020-06-03T09:50:03.847Z] Removing intermediate container 5f6389aa91d6 [2020-06-03T09:50:04.123Z] ---> d3fd87d2c707 [2020-06-03T09:50:04.123Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-03T09:50:04.123Z] ---> Running in f4ee4c45782d [2020-06-03T09:50:04.720Z] Removing intermediate container f4ee4c45782d [2020-06-03T09:50:04.720Z] ---> 625f12fe73c5 [2020-06-03T09:50:04.720Z] Step 6/7 : COPY go.mod . [2020-06-03T09:50:04.753Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-03T09:50:04.753Z] ERROR: http://nl.alpinelinux.org/alpine/v3.11/main: temporary error (try again later) [2020-06-03T09:50:04.753Z] WARNING: Ignoring APKINDEX.49105a41.tar.gz: No such file or directory [2020-06-03T09:50:04.993Z] ---> 6cde6a758e58 [2020-06-03T09:50:04.993Z] Step 7/7 : RUN go mod download [2020-06-03T09:50:05.266Z] ---> Running in 932ae5adfca8 [2020-06-03T09:50:07.891Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-03T09:50:07.891Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-03T09:50:07.891Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-03T09:50:07.891Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-03T09:50:07.891Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-06-03T09:50:07.891Z] go: finding github.com/go-playground/locales v0.13.0 [2020-06-03T09:50:07.891Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-06-03T09:50:08.162Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-06-03T09:50:08.162Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-03T09:50:08.162Z] go: finding github.com/google/uuid v1.1.0 [2020-06-03T09:50:08.431Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-03T09:50:08.431Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-06-03T09:50:08.431Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-03T09:50:08.431Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-03T09:50:08.701Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-03T09:50:08.701Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-03T09:50:08.973Z] go: finding golang.org/x/text v0.3.2 [2020-06-03T09:50:08.973Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-03T09:50:08.973Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-03T09:50:09.244Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-03T09:50:10.053Z] ERROR: http://nl.alpinelinux.org/alpine/v3.11/community: temporary error (try again later) [2020-06-03T09:50:10.053Z] WARNING: Ignoring APKINDEX.7d196218.tar.gz: No such file or directory [2020-06-03T09:50:10.053Z] OK: 143 MiB in 39 packages [2020-06-03T09:50:10.053Z] Removing intermediate container 2f7be423c3b2 [2020-06-03T09:50:10.053Z] ---> 0c26f65999cb [2020-06-03T09:50:10.053Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-03T09:50:10.053Z] ---> Running in 9e7a2445f916 [2020-06-03T09:50:10.053Z] Removing intermediate container 9e7a2445f916 [2020-06-03T09:50:10.053Z] ---> 5795b389cb09 [2020-06-03T09:50:10.053Z] Step 6/7 : COPY go.mod . [2020-06-03T09:50:10.316Z] ---> e840da9625d8 [2020-06-03T09:50:10.316Z] Step 7/7 : RUN go mod download [2020-06-03T09:50:10.316Z] ---> Running in 1c55d648db6f [2020-06-03T09:50:12.233Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-03T09:50:12.233Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-03T09:50:12.233Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-03T09:50:12.233Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-03T09:50:12.233Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-06-03T09:50:12.496Z] go: finding github.com/go-playground/locales v0.13.0 [2020-06-03T09:50:12.496Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-06-03T09:50:12.496Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-06-03T09:50:12.757Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-03T09:50:12.757Z] go: finding github.com/google/uuid v1.1.0 [2020-06-03T09:50:12.757Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-03T09:50:13.017Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-06-03T09:50:13.017Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-03T09:50:13.017Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-03T09:50:13.017Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-03T09:50:13.278Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-03T09:50:13.278Z] go: finding golang.org/x/text v0.3.2 [2020-06-03T09:50:13.278Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-03T09:50:13.278Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-03T09:50:13.541Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-03T09:50:18.844Z] Removing intermediate container 1c55d648db6f [2020-06-03T09:50:18.844Z] ---> 7d6ec78dc3e5 [2020-06-03T09:50:18.844Z] Successfully built 7d6ec78dc3e5 [2020-06-03T09:50:18.844Z] 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-06-03T09:50:19.566Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-03T09:50:19.566Z] . [Pipeline] withDockerContainer [2020-06-03T09:50:19.687Z] prd-centos7-docker-4c-2g-1685 does not seem to be running inside a container [2020-06-03T09:50:19.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/14 -v /w/workspace/go-mod-core-contracts/14:/w/workspace/go-mod-core-contracts/14:rw,z -v /w/workspace/go-mod-core-contracts/14@tmp:/w/workspace/go-mod-core-contracts/14@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 ******** ci-base-image-x86_64 cat [2020-06-03T09:50:20.344Z] $ docker top d8401b4d0f692179b6fc98d0e5448aaebae4bda5d57d8fc4041096037fb40740 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-03T09:50:20.822Z] + go version [2020-06-03T09:50:20.822Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-03T09:50:21.127Z] + make test [2020-06-03T09:50:21.128Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-03T09:50:21.649Z] Removing intermediate container 932ae5adfca8 [2020-06-03T09:50:21.649Z] ---> 7376a74c66c2 [2020-06-03T09:50:21.649Z] Successfully built 7376a74c66c2 [2020-06-03T09:50:21.649Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-03T09:50:22.178Z] + docker inspect -f . ci-base-image-arm64 [2020-06-03T09:50:22.451Z] . [Pipeline] withDockerContainer [2020-06-03T09:50:22.815Z] prd-ubuntu18.04-docker-arm64-4c-16g-1684 does not seem to be running inside a container [2020-06-03T09:50:22.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/14 -v /w/workspace/go-mod-core-contracts/14:/w/workspace/go-mod-core-contracts/14:rw,z -v /w/workspace/go-mod-core-contracts/14@tmp:/w/workspace/go-mod-core-contracts/14@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 ******** ci-base-image-arm64 cat [2020-06-03T09:50:24.358Z] $ docker top 2fc8019f1f5203392817aded9c7bd86b21a11aa1e1a93e78214cd5e873e023b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-03T09:50:25.393Z] + go version [2020-06-03T09:50:25.393Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-03T09:50:26.060Z] + make test [2020-06-03T09:50:26.060Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-03T09:50:29.356Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-03T09:50:29.356Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements [2020-06-03T09:50:29.356Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.015s coverage: 100.0% of statements [2020-06-03T09:50:29.622Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.025s coverage: 45.4% of statements [2020-06-03T09:50:29.895Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements [2020-06-03T09:50:29.895Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-03T09:50:29.895Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.019s coverage: 6.4% of statements [2020-06-03T09:50:31.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.014s coverage: 14.4% of statements [2020-06-03T09:50:31.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.007s coverage: 100.0% of statements [2020-06-03T09:50:31.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.027s coverage: 100.0% of statements [2020-06-03T09:50:31.309Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-03T09:50:31.309Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-03T09:50:31.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.022s coverage: 100.0% of statements [2020-06-03T09:50:31.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.004s coverage: 100.0% of statements [2020-06-03T09:50:33.883Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.036s coverage: 62.5% of statements [2020-06-03T09:50:33.883Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements [2020-06-03T09:50:33.883Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.003s coverage: 15.4% of statements [2020-06-03T09:50:33.883Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements [2020-06-03T09:50:33.883Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.054s coverage: 14.3% of statements [2020-06-03T09:50:34.161Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-06-03T09:50:35.132Z] # github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests.test] [2020-06-03T09:50:35.132Z] v2/dtos/requests/event.go:52: a.CorrelationID undefined (type *AddEventRequest has no field or method CorrelationID) [2020-06-03T09:50:35.132Z] v2/dtos/requests/event.go:52: addEvent.CorrelationID undefined (type struct { base.BaseRequest; Device string; Origin int64; Readings []common.BaseReading } has no field or method CorrelationID) [2020-06-03T09:50:35.132Z] v2/dtos/requests/event_test.go:22:3: unknown field 'CorrelationID' in struct literal of type base.BaseRequest [2020-06-03T09:50:35.132Z] v2/dtos/requests/event_test.go:33:8: noCoID.CorrelationID undefined (type AddEventRequest has no field or method CorrelationID) [2020-06-03T09:50:35.397Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.004s coverage: 83.3% of statements [2020-06-03T09:50:35.397Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] [2020-06-03T09:50:35.397Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [build failed] [2020-06-03T09:50:35.397Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-06-03T09:50:35.397Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-06-03T09:50:35.397Z] FAIL [2020-06-03T09:50:35.658Z] make: *** [Makefile:6: test] Error 2 [Pipeline] } [2020-06-03T09:50:35.672Z] $ docker stop --time=1 d8401b4d0f692179b6fc98d0e5448aaebae4bda5d57d8fc4041096037fb40740 [2020-06-03T09:50:37.113Z] $ docker rm -f d8401b4d0f692179b6fc98d0e5448aaebae4bda5d57d8fc4041096037fb40740 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-03T09:50:37.886Z] Failed in branch amd64 [2020-06-03T09:50:48.241Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-03T09:50:48.845Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.066s coverage: 85.7% of statements [2020-06-03T09:50:48.845Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.063s coverage: 100.0% of statements [2020-06-03T09:50:51.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.036s coverage: 45.4% of statements [2020-06-03T09:50:51.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.072s coverage: 77.8% of statements [2020-06-03T09:50:51.479Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-03T09:50:51.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 6.4% of statements [2020-06-03T09:50:52.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.061s coverage: 14.4% of statements [2020-06-03T09:50:52.681Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.033s coverage: 100.0% of statements [2020-06-03T09:50:55.345Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.125s coverage: 100.0% of statements [2020-06-03T09:50:55.345Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-03T09:50:55.345Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-03T09:50:55.345Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.043s coverage: 100.0% of statements [2020-06-03T09:50:55.345Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.549s coverage: 100.0% of statements [2020-06-03T09:50:58.746Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.128s coverage: 62.5% of statements [2020-06-03T09:50:58.746Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements [2020-06-03T09:50:58.746Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements [2020-06-03T09:50:58.746Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements [2020-06-03T09:50:59.734Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-06-03T09:50:59.734Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-06-03T09:50:59.734Z] # github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests.test] [2020-06-03T09:50:59.734Z] v2/dtos/requests/event.go:52: a.CorrelationID undefined (type *AddEventRequest has no field or method CorrelationID) [2020-06-03T09:50:59.734Z] v2/dtos/requests/event.go:52: addEvent.CorrelationID undefined (type struct { base.BaseRequest; Device string; Origin int64; Readings []common.BaseReading } has no field or method CorrelationID) [2020-06-03T09:50:59.734Z] v2/dtos/requests/event_test.go:22:3: unknown field 'CorrelationID' in struct literal of type base.BaseRequest [2020-06-03T09:50:59.734Z] v2/dtos/requests/event_test.go:33:8: noCoID.CorrelationID undefined (type AddEventRequest has no field or method CorrelationID) [2020-06-03T09:51:00.712Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 83.3% of statements [2020-06-03T09:51:00.712Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] [2020-06-03T09:51:00.712Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [build failed] [2020-06-03T09:51:00.712Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-06-03T09:51:00.712Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-06-03T09:51:00.712Z] FAIL [2020-06-03T09:51:01.309Z] make: *** [Makefile:6: test] Error 2 [Pipeline] } [2020-06-03T09:51:01.334Z] $ docker stop --time=1 2fc8019f1f5203392817aded9c7bd86b21a11aa1e1a93e78214cd5e873e023b9 [2020-06-03T09:51:03.628Z] $ docker rm -f 2fc8019f1f5203392817aded9c7bd86b21a11aa1e1a93e78214cd5e873e023b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-03T09:51:04.776Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-03T09:51:05.697Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T09:51:06.010Z] ---> package-listing.sh [2020-06-03T09:51:06.010Z] ++ facter osfamily [2020-06-03T09:51:06.010Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-03T09:51:06.010Z] + OS_FAMILY=redhat [2020-06-03T09:51:06.010Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-03T09:51:06.011Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-03T09:51:06.011Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-03T09:51:06.011Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-03T09:51:06.011Z] + PACKAGES=/tmp/packages_start.txt [2020-06-03T09:51:06.011Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-06-03T09:51:06.011Z] + PACKAGES=/tmp/packages_end.txt [2020-06-03T09:51:06.011Z] + case "${OS_FAMILY}" in [2020-06-03T09:51:06.011Z] + rpm -qa [2020-06-03T09:51:06.011Z] + sort [2020-06-03T09:51:10.250Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-03T09:51:10.250Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-03T09:51:10.250Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-03T09:51:10.250Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-06-03T09:51:10.250Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [2020-06-03T09:51:10.250Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-03T09:51:10.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-03T09:51:10.877Z] [2020-06-03T09:51:10.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-03T09:51:11.240Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-03T09:51:11.240Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-03T09:51:11.240Z] c9b1b535fdd9: Pulling fs layer [2020-06-03T09:51:11.240Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-03T09:51:11.240Z] 756a868c4378: Pulling fs layer [2020-06-03T09:51:11.240Z] 444b2fc9a129: Pulling fs layer [2020-06-03T09:51:11.240Z] ea15f1150254: Pulling fs layer [2020-06-03T09:51:11.240Z] 41b27a9f41bf: Pulling fs layer [2020-06-03T09:51:11.240Z] 28c525ee5125: Pulling fs layer [2020-06-03T09:51:11.240Z] 094b1ea09ed8: Pulling fs layer [2020-06-03T09:51:11.240Z] 138eaada9080: Pulling fs layer [2020-06-03T09:51:11.240Z] 0622d0fa9048: Pulling fs layer [2020-06-03T09:51:11.240Z] 444b2fc9a129: Waiting [2020-06-03T09:51:11.240Z] ea15f1150254: Waiting [2020-06-03T09:51:11.240Z] 41b27a9f41bf: Waiting [2020-06-03T09:51:11.240Z] 138eaada9080: Waiting [2020-06-03T09:51:11.240Z] 28c525ee5125: Waiting [2020-06-03T09:51:11.240Z] 094b1ea09ed8: Waiting [2020-06-03T09:51:11.240Z] 0622d0fa9048: Waiting [2020-06-03T09:51:11.240Z] 2cc5ad85d9ab: Download complete [2020-06-03T09:51:11.240Z] 444b2fc9a129: Verifying Checksum [2020-06-03T09:51:11.240Z] 444b2fc9a129: Download complete [2020-06-03T09:51:11.240Z] c9b1b535fdd9: Verifying Checksum [2020-06-03T09:51:11.240Z] c9b1b535fdd9: Download complete [2020-06-03T09:51:11.240Z] ea15f1150254: Download complete [2020-06-03T09:51:11.518Z] 28c525ee5125: Verifying Checksum [2020-06-03T09:51:11.518Z] 28c525ee5125: Download complete [2020-06-03T09:51:11.796Z] c9b1b535fdd9: Pull complete [2020-06-03T09:51:11.796Z] 756a868c4378: Verifying Checksum [2020-06-03T09:51:11.796Z] 756a868c4378: Download complete [2020-06-03T09:51:12.087Z] 2cc5ad85d9ab: Pull complete [2020-06-03T09:51:12.087Z] 138eaada9080: Verifying Checksum [2020-06-03T09:51:12.087Z] 138eaada9080: Download complete [2020-06-03T09:51:12.087Z] 0622d0fa9048: Verifying Checksum [2020-06-03T09:51:12.087Z] 0622d0fa9048: Download complete [2020-06-03T09:51:12.087Z] 094b1ea09ed8: Verifying Checksum [2020-06-03T09:51:12.087Z] 094b1ea09ed8: Download complete [2020-06-03T09:51:12.661Z] 41b27a9f41bf: Verifying Checksum [2020-06-03T09:51:12.661Z] 41b27a9f41bf: Download complete [2020-06-03T09:51:14.057Z] 756a868c4378: Pull complete [2020-06-03T09:51:14.057Z] 444b2fc9a129: Pull complete [2020-06-03T09:51:14.321Z] ea15f1150254: Pull complete [2020-06-03T09:51:18.564Z] 41b27a9f41bf: Pull complete [2020-06-03T09:51:18.564Z] 28c525ee5125: Pull complete [2020-06-03T09:51:20.494Z] 094b1ea09ed8: Pull complete [2020-06-03T09:51:21.882Z] 138eaada9080: Pull complete [2020-06-03T09:51:21.882Z] 0622d0fa9048: Pull complete [2020-06-03T09:51:21.882Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-03T09:51:21.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-03T09:51:22.074Z] prd-centos7-docker-4c-2g-1683 does not seem to be running inside a container [2020-06-03T09:51:22.130Z] $ 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-236 -v /w/workspace/dry_go-mod-core-contracts_PR-236:/w/workspace/dry_go-mod-core-contracts_PR-236:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-236@tmp:/w/workspace/dry_go-mod-core-contracts_PR-236@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-03T09:51:23.218Z] $ docker top de16d4e87b31ead7cd2f677d9fb7acdcd00b5cf7321841fbfec72992942c7f86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-03T09:51:23.426Z] provisioning config files... [2020-06-03T09:51:23.444Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config7968052633747274857tmp [Pipeline] { [Pipeline] echo [2020-06-03T09:51:23.477Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T09:51:23.775Z] ---> create-netrc.sh [Pipeline] echo [2020-06-03T09:51:23.789Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T09:51:24.086Z] ---> logs-deploy.sh [2020-06-03T09:51:24.086Z] + ARCHIVE_ARTIFACTS= [2020-06-03T09:51:24.086Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-03T09:51:24.086Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-03T09:51:24.086Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-03T09:51:24.086Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/14 [2020-06-03T09:51:24.086Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/14/ [2020-06-03T09:51:24.086Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/14 /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-03T09:51:25.487Z] Archives upload complete. [2020-06-03T09:51:25.487Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/14/ [2020-06-03T09:51:26.436Z] ---> uname -a: [2020-06-03T09:51:26.436Z] Linux de16d4e87b31 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] ---> lscpu: [2020-06-03T09:51:26.436Z] Architecture: x86_64 [2020-06-03T09:51:26.436Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-03T09:51:26.436Z] Byte Order: Little Endian [2020-06-03T09:51:26.436Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-03T09:51:26.436Z] CPU(s): 4 [2020-06-03T09:51:26.436Z] On-line CPU(s) list: 0-3 [2020-06-03T09:51:26.436Z] Thread(s) per core: 1 [2020-06-03T09:51:26.436Z] Core(s) per socket: 1 [2020-06-03T09:51:26.436Z] Socket(s): 4 [2020-06-03T09:51:26.436Z] NUMA node(s): 1 [2020-06-03T09:51:26.436Z] Vendor ID: GenuineIntel [2020-06-03T09:51:26.436Z] CPU family: 6 [2020-06-03T09:51:26.436Z] Model: 44 [2020-06-03T09:51:26.436Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-03T09:51:26.436Z] Stepping: 1 [2020-06-03T09:51:26.436Z] CPU MHz: 2933.436 [2020-06-03T09:51:26.436Z] BogoMIPS: 5866.87 [2020-06-03T09:51:26.436Z] Virtualization: VT-x [2020-06-03T09:51:26.436Z] Hypervisor vendor: KVM [2020-06-03T09:51:26.436Z] Virtualization type: full [2020-06-03T09:51:26.436Z] L1d cache: 128 KiB [2020-06-03T09:51:26.436Z] L1i cache: 128 KiB [2020-06-03T09:51:26.436Z] L2 cache: 16 MiB [2020-06-03T09:51:26.436Z] L3 cache: 64 MiB [2020-06-03T09:51:26.436Z] NUMA node0 CPU(s): 0-3 [2020-06-03T09:51:26.436Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-06-03T09:51:26.436Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-03T09:51:26.436Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-03T09:51:26.436Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-06-03T09:51:26.436Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-06-03T09:51:26.436Z] 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-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] ---> nproc: [2020-06-03T09:51:26.436Z] 4 [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] ---> df -h: [2020-06-03T09:51:26.436Z] Filesystem Size Used Available Use% Mounted on [2020-06-03T09:51:26.436Z] overlay 50.0G 6.3G 43.7G 13% / [2020-06-03T09:51:26.436Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-03T09:51:26.436Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-06-03T09:51:26.436Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-03T09:51:26.436Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf [2020-06-03T09:51:26.436Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname [2020-06-03T09:51:26.436Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts [2020-06-03T09:51:26.436Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-03T09:51:26.436Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dry_go-mod-core-contracts_PR-236@tmp [2020-06-03T09:51:26.436Z] /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] ---> free -m: [2020-06-03T09:51:26.436Z] total used free shared buff/cache available [2020-06-03T09:51:26.436Z] Mem: 1838 647 64 0 1126 1085 [2020-06-03T09:51:26.436Z] Swap: 1023 1 1022 [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] ---> ip addr: [2020-06-03T09:51:26.436Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-03T09:51:26.436Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-03T09:51:26.436Z] inet 127.0.0.1/8 scope host lo [2020-06-03T09:51:26.436Z] valid_lft forever preferred_lft forever [2020-06-03T09:51:26.436Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-03T09:51:26.436Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-03T09:51:26.436Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-03T09:51:26.436Z] valid_lft forever preferred_lft forever [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] ---> sar -b -r -n DEV: [2020-06-03T09:51:26.436Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 06/03/20 _x86_64_ (4 CPU) [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] 09:46:05 LINUX RESTART [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] 09:47:02 tps rtps wtps bread/s bwrtn/s [2020-06-03T09:51:26.436Z] 09:48:01 11.36 0.07 11.30 2.17 1890.35 [2020-06-03T09:51:26.436Z] 09:49:01 2.88 0.00 2.88 0.00 95.89 [2020-06-03T09:51:26.436Z] 09:50:01 0.23 0.00 0.23 0.00 3.73 [2020-06-03T09:51:26.436Z] 09:51:01 0.25 0.00 0.25 0.00 2.56 [2020-06-03T09:51:26.436Z] Average: 3.65 0.02 3.63 0.54 492.25 [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] 09:47:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-03T09:51:26.436Z] 09:48:01 109728 1772576 94.17 2620 1197892 892188 30.44 458640 1151556 20 [2020-06-03T09:51:26.436Z] 09:49:01 109808 1772496 94.17 2620 1197896 890312 30.38 459412 1151192 12 [2020-06-03T09:51:26.436Z] 09:50:01 108256 1774048 94.25 2620 1197908 890504 30.38 460484 1151192 8 [2020-06-03T09:51:26.436Z] 09:51:01 110052 1772252 94.15 2620 1197908 890264 30.38 459184 1151192 20 [2020-06-03T09:51:26.436Z] Average: 109461 1772843 94.18 2620 1197901 890817 30.39 459430 1151283 15 [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] 09:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-03T09:51:26.436Z] 09:48:01 eth0 0.54 0.10 0.03 0.01 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:49:01 eth0 1.58 0.58 0.98 0.04 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:50:01 eth0 1.00 0.78 0.54 0.41 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:51:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] Average: eth0 0.80 0.38 0.39 0.12 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] ---> sar -P ALL: [2020-06-03T09:51:26.436Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 06/03/20 _x86_64_ (4 CPU) [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] 09:46:05 LINUX RESTART [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] 09:47:02 CPU %user %nice %system %iowait %steal %idle [2020-06-03T09:51:26.436Z] 09:48:01 all 0.18 0.00 0.09 0.03 0.02 99.68 [2020-06-03T09:51:26.436Z] 09:48:01 0 0.51 0.00 0.05 0.00 0.03 99.41 [2020-06-03T09:51:26.436Z] 09:48:01 1 0.10 0.00 0.10 0.00 0.02 99.78 [2020-06-03T09:51:26.436Z] 09:48:01 2 0.07 0.00 0.14 0.14 0.03 99.63 [2020-06-03T09:51:26.436Z] 09:48:01 3 0.05 0.00 0.08 0.00 0.03 99.83 [2020-06-03T09:51:26.436Z] 09:49:01 all 0.16 0.00 0.05 0.00 0.02 99.77 [2020-06-03T09:51:26.436Z] 09:49:01 0 0.47 0.00 0.07 0.00 0.02 99.45 [2020-06-03T09:51:26.436Z] 09:49:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2020-06-03T09:51:26.436Z] 09:49:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-06-03T09:51:26.436Z] 09:49:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-06-03T09:51:26.436Z] 09:50:01 all 0.15 0.00 0.05 0.00 0.04 99.75 [2020-06-03T09:51:26.436Z] 09:50:01 0 0.13 0.00 0.05 0.00 0.05 99.77 [2020-06-03T09:51:26.436Z] 09:50:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-06-03T09:51:26.436Z] 09:50:01 2 0.35 0.00 0.08 0.00 0.05 99.52 [2020-06-03T09:51:26.436Z] 09:50:01 3 0.05 0.00 0.03 0.00 0.03 99.88 [2020-06-03T09:51:26.436Z] 09:51:01 all 0.16 0.00 0.04 0.00 0.16 99.64 [2020-06-03T09:51:26.436Z] 09:51:01 0 0.03 0.00 0.05 0.00 0.13 99.78 [2020-06-03T09:51:26.436Z] 09:51:01 1 0.07 0.00 0.05 0.00 0.07 99.82 [2020-06-03T09:51:26.436Z] 09:51:01 2 0.43 0.00 0.05 0.00 0.15 99.37 [2020-06-03T09:51:26.436Z] 09:51:01 3 0.10 0.00 0.05 0.00 0.28 99.57 [2020-06-03T09:51:26.436Z] Average: all 0.16 0.00 0.06 0.01 0.06 99.71 [2020-06-03T09:51:26.436Z] Average: 0 0.28 0.00 0.05 0.00 0.06 99.60 [2020-06-03T09:51:26.436Z] Average: 1 0.08 0.00 0.06 0.00 0.03 99.84 [2020-06-03T09:51:26.436Z] Average: 2 0.23 0.00 0.08 0.03 0.06 99.59 [2020-06-03T09:51:26.436Z] Average: 3 0.06 0.00 0.05 0.00 0.09 99.80 [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z] [2020-06-03T09:51:26.436Z]