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 ce12e3ca5eff886d773c4b0e75431aaee5057a0a rather than f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 Obtained Jenkinsfile from ce12e3ca5eff886d773c4b0e75431aaee5057a0a 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3703 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 ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 > 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 Merge succeeded, producing f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 Checking out Revision f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 (PR-236) > git config core.sparsecheckout # timeout=10 > git checkout -f f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 # 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 ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 # 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-19T10:04:58.420Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-19T10:04:58.532Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-19T10:04:58.571Z] ========================================================= [2020-06-19T10:04:58.571Z] EdgeX Global Pipelines Version Info [2020-06-19T10:04:58.571Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7a7709466f5dc5a20505bc5d9b68bd454b471111 # timeout=10 [2020-06-19T10:05:00.891Z] ------------------- [2020-06-19T10:05:00.891Z] stable info: [2020-06-19T10:05:00.891Z] ------------------- [2020-06-19T10:05:00.891Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-19T10:05:00.891Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-19T10:05:00.891Z] Message: update stable to v1.0.89 [2020-06-19T10:05:01.844Z] ------------------- [2020-06-19T10:05:01.844Z] experimental info: [2020-06-19T10:05:01.844Z] ------------------- [2020-06-19T10:05:01.844Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-19T10:05:01.844Z] Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 [2020-06-19T10:05:01.844Z] Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-19T10:05:03.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-19T10:05:03.681Z] [2020-06-19T10:05:03.681Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-19T10:05:04.046Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-19T10:05:04.320Z] latest: Pulling from edgex-devops/git-semver [2020-06-19T10:05:04.320Z] 9123ac7c32f7: Pulling fs layer [2020-06-19T10:05:04.320Z] b8cc5d1170e3: Pulling fs layer [2020-06-19T10:05:04.320Z] 2924cbbf6a41: Pulling fs layer [2020-06-19T10:05:04.320Z] 93b08a4f1073: Pulling fs layer [2020-06-19T10:05:04.320Z] 93b08a4f1073: Waiting [2020-06-19T10:05:04.320Z] b8cc5d1170e3: Verifying Checksum [2020-06-19T10:05:04.320Z] b8cc5d1170e3: Download complete [2020-06-19T10:05:04.320Z] 9123ac7c32f7: Verifying Checksum [2020-06-19T10:05:04.320Z] 9123ac7c32f7: Download complete [2020-06-19T10:05:04.601Z] 2924cbbf6a41: Verifying Checksum [2020-06-19T10:05:04.601Z] 2924cbbf6a41: Download complete [2020-06-19T10:05:04.601Z] 93b08a4f1073: Verifying Checksum [2020-06-19T10:05:04.601Z] 93b08a4f1073: Download complete [2020-06-19T10:05:05.218Z] 9123ac7c32f7: Pull complete [2020-06-19T10:05:05.218Z] b8cc5d1170e3: Pull complete [2020-06-19T10:05:06.200Z] 2924cbbf6a41: Pull complete [2020-06-19T10:05:06.796Z] 93b08a4f1073: Pull complete [2020-06-19T10:05:06.796Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-19T10:05:06.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-19T10:05:06.796Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-19T10:05:06.957Z] prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container [2020-06-19T10:05:07.046Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-19T10:05:09.108Z] $ docker top b63652da9e176d6ddd96772689e5c38dae05fd5e33062c52a5f74d9bc3aac268 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-19T10:05:09.390Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-19T10:05:09.391Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-19T10:05:09.769Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-19T10:05:09.772Z] $ docker exec b63652da9e176d6ddd96772689e5c38dae05fd5e33062c52a5f74d9bc3aac268 ssh-agent [2020-06-19T10:05:10.245Z] SSH_AUTH_SOCK=/tmp/ssh-X0XmJf5v4OxG/agent.11 [2020-06-19T10:05:10.245Z] SSH_AGENT_PID=16 [2020-06-19T10:05:10.280Z] Running ssh-add (command line suppressed) [2020-06-19T10:05:10.532Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_1502131308857376732.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_1502131308857376732.key) [2020-06-19T10:05:10.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-19T10:05:11.039Z] + git describe --exact-match --tags HEAD [2020-06-19T10:05:11.039Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-19T10:05:11.226Z] $ docker exec --env ******** --env ******** b63652da9e176d6ddd96772689e5c38dae05fd5e33062c52a5f74d9bc3aac268 ssh-agent -k [2020-06-19T10:05:11.402Z] unset SSH_AUTH_SOCK; [2020-06-19T10:05:11.402Z] unset SSH_AGENT_PID; [2020-06-19T10:05:11.402Z] echo Agent pid 16 killed; [2020-06-19T10:05:11.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-19T10:05:11.543Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-19T10:05:11.543Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-19T10:05:11.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-19T10:05:11.600Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-19T10:05:11.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-19T10:05:11.864Z] $ docker exec b63652da9e176d6ddd96772689e5c38dae05fd5e33062c52a5f74d9bc3aac268 ssh-agent [2020-06-19T10:05:12.203Z] SSH_AUTH_SOCK=/tmp/ssh-RXnQbNJw3JEi/agent.46 [2020-06-19T10:05:12.203Z] SSH_AGENT_PID=51 [2020-06-19T10:05:12.224Z] Running ssh-add (command line suppressed) [2020-06-19T10:05:12.425Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_757848762829029369.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_757848762829029369.key) [2020-06-19T10:05:12.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-19T10:05:13.228Z] + git semver init [2020-06-19T10:05:13.228Z] # -> Open(): unable to determine branch for HEAD [2020-06-19T10:05:13.228Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git [2020-06-19T10:05:13.228Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-19T10:05:13.228Z] # $SEMVER_REMOTE_NAME = origin [2020-06-19T10:05:13.228Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-19T10:05:13.228Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-19T10:05:13.228Z] # $SEMVER_BRANCH = PR-236 [2020-06-19T10:05:13.228Z] # $SEMVER_TEMP = /tmp/semver-079600298 [2020-06-19T10:05:13.228Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-06-19T10:05:13.906Z] # '/tmp/semver-079600298' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' [2020-06-19T10:05:13.906Z] # -> Force: false [2020-06-19T10:05:13.906Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } [2020-06-19T10:05:13.924Z] $ docker exec --env ******** --env ******** b63652da9e176d6ddd96772689e5c38dae05fd5e33062c52a5f74d9bc3aac268 ssh-agent -k [2020-06-19T10:05:14.085Z] unset SSH_AUTH_SOCK; [2020-06-19T10:05:14.085Z] unset SSH_AGENT_PID; [2020-06-19T10:05:14.086Z] echo Agent pid 51 killed; [2020-06-19T10:05:14.140Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-19T10:05:14.538Z] + git semver [Pipeline] } [2020-06-19T10:05:14.580Z] $ docker stop --time=1 b63652da9e176d6ddd96772689e5c38dae05fd5e33062c52a5f74d9bc3aac268 [2020-06-19T10:05:16.206Z] $ docker rm -f b63652da9e176d6ddd96772689e5c38dae05fd5e33062c52a5f74d9bc3aac268 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-19T10:05:17.497Z] Stashed 75 file(s) [Pipeline] echo [2020-06-19T10:05:17.500Z] [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-19T10:05:32.651Z] Still waiting to schedule task [2020-06-19T10:05:32.651Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-19T10:05:32.652Z] Still waiting to schedule task [2020-06-19T10:05:32.652Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-19T10:07:10.260Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3704 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-06-19T10:07:10.285Z] Running in /w/workspace/go-mod-core-contracts/21 [Pipeline] { [Pipeline] checkout [2020-06-19T10:07:15.493Z] using credential edgex-jenkins-ssh [2020-06-19T10:07:15.524Z] Cloning the remote Git repository [2020-06-19T10:07:15.524Z] Cloning with configured refspecs honoured and without tags [2020-06-19T10:07:16.691Z] Fetching without tags [2020-06-19T10:07:15.560Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T10:07:15.677Z] > git init /w/workspace/go-mod-core-contracts/21 # timeout=10 [2020-06-19T10:07:15.743Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T10:07:15.744Z] > git --version # timeout=10 [2020-06-19T10:07:15.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T10:07:15.857Z] > 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-19T10:07:16.558Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-19T10:07:16.575Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-06-19T10:07:16.598Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-19T10:07:16.630Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-19T10:07:17.192Z] Merging remotes/origin/master commit ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 [2020-06-19T10:07:17.448Z] Merge succeeded, producing f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 [2020-06-19T10:07:17.448Z] Checking out Revision f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 (PR-236) [2020-06-19T10:07:16.680Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T10:07:16.680Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T10:07:16.694Z] > 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-19T10:07:17.187Z] > git config core.sparsecheckout # timeout=10 [2020-06-19T10:07:17.212Z] > git checkout -f f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 # timeout=10 [2020-06-19T10:07:17.326Z] > git remote # timeout=10 [2020-06-19T10:07:17.342Z] > git config --get remote.origin.url # timeout=10 [2020-06-19T10:07:17.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T10:07:17.379Z] > git merge ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 [2020-06-19T10:07:17.403Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-19T10:07:17.429Z] > git config core.sparsecheckout # timeout=10 [2020-06-19T10:07:17.453Z] > git checkout -f f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 # timeout=10 [2020-06-19T10:07:22.051Z] 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-19T10:07:23.263Z] ========================================================= [2020-06-19T10:07:23.263Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-19T10:07:23.263Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-19T10:07:24.417Z] + 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-19T10:07:25.400Z] Sending build context to Docker daemon 1.811MB [2020-06-19T10:07:25.400Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-19T10:07:25.400Z] Step 2/7 : FROM ${BASE} [2020-06-19T10:07:25.672Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-19T10:07:25.672Z] cde5963f3b93: Pulling fs layer [2020-06-19T10:07:25.672Z] 2a23fa8c16f7: Pulling fs layer [2020-06-19T10:07:25.672Z] 777b28850792: Pulling fs layer [2020-06-19T10:07:25.672Z] 8a11ddd9e578: Pulling fs layer [2020-06-19T10:07:25.672Z] 4cf88f913ddb: Pulling fs layer [2020-06-19T10:07:25.672Z] 1df406cf5192: Pulling fs layer [2020-06-19T10:07:25.672Z] cd6300453558: Pulling fs layer [2020-06-19T10:07:25.672Z] b9c365052c96: Pulling fs layer [2020-06-19T10:07:25.672Z] a2d8cc88f415: Pulling fs layer [2020-06-19T10:07:25.672Z] ea1d1ca13537: Pulling fs layer [2020-06-19T10:07:25.672Z] 3750a50a1c5e: Pulling fs layer [2020-06-19T10:07:25.672Z] 8a11ddd9e578: Waiting [2020-06-19T10:07:25.672Z] 4cf88f913ddb: Waiting [2020-06-19T10:07:25.672Z] 1df406cf5192: Waiting [2020-06-19T10:07:25.672Z] cd6300453558: Waiting [2020-06-19T10:07:25.672Z] b9c365052c96: Waiting [2020-06-19T10:07:25.672Z] a2d8cc88f415: Waiting [2020-06-19T10:07:25.672Z] ea1d1ca13537: Waiting [2020-06-19T10:07:25.672Z] 3750a50a1c5e: Waiting [2020-06-19T10:07:25.672Z] 777b28850792: Verifying Checksum [2020-06-19T10:07:25.672Z] 777b28850792: Download complete [2020-06-19T10:07:25.672Z] 2a23fa8c16f7: Download complete [2020-06-19T10:07:25.672Z] 4cf88f913ddb: Verifying Checksum [2020-06-19T10:07:25.672Z] 4cf88f913ddb: Download complete [2020-06-19T10:07:25.672Z] 1df406cf5192: Verifying Checksum [2020-06-19T10:07:25.672Z] 1df406cf5192: Download complete [2020-06-19T10:07:25.944Z] cde5963f3b93: Download complete [2020-06-19T10:07:26.544Z] cde5963f3b93: Pull complete [2020-06-19T10:07:27.143Z] 2a23fa8c16f7: Pull complete [2020-06-19T10:07:27.422Z] 777b28850792: Pull complete [2020-06-19T10:07:28.024Z] cd6300453558: Verifying Checksum [2020-06-19T10:07:28.024Z] cd6300453558: Download complete [2020-06-19T10:07:28.024Z] a2d8cc88f415: Verifying Checksum [2020-06-19T10:07:28.024Z] a2d8cc88f415: Download complete [2020-06-19T10:07:29.471Z] ea1d1ca13537: Verifying Checksum [2020-06-19T10:07:29.471Z] ea1d1ca13537: Download complete [2020-06-19T10:07:29.471Z] 3750a50a1c5e: Verifying Checksum [2020-06-19T10:07:29.471Z] 3750a50a1c5e: Download complete [2020-06-19T10:07:30.474Z] b9c365052c96: Verifying Checksum [2020-06-19T10:07:30.474Z] b9c365052c96: Download complete [2020-06-19T10:07:31.070Z] 8a11ddd9e578: Verifying Checksum [2020-06-19T10:07:31.070Z] 8a11ddd9e578: Download complete [2020-06-19T10:07:43.467Z] 8a11ddd9e578: Pull complete [2020-06-19T10:07:43.467Z] 4cf88f913ddb: Pull complete [2020-06-19T10:07:43.467Z] 1df406cf5192: Pull complete [2020-06-19T10:07:47.790Z] cd6300453558: Pull complete [2020-06-19T10:07:50.346Z] Running on prd-centos7-docker-4c-2g-3705 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-06-19T10:07:50.370Z] Running in /w/workspace/go-mod-core-contracts/21 [Pipeline] { [Pipeline] checkout [2020-06-19T10:07:52.138Z] b9c365052c96: Pull complete [2020-06-19T10:07:52.413Z] a2d8cc88f415: Pull complete [2020-06-19T10:07:52.881Z] using credential edgex-jenkins-ssh [2020-06-19T10:07:52.908Z] Cloning the remote Git repository [2020-06-19T10:07:52.908Z] Cloning with configured refspecs honoured and without tags [2020-06-19T10:07:53.675Z] Fetching without tags [2020-06-19T10:07:52.711Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T10:07:52.806Z] > git init /w/workspace/go-mod-core-contracts/21 # timeout=10 [2020-06-19T10:07:52.859Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T10:07:52.860Z] > git --version # timeout=10 [2020-06-19T10:07:52.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T10:07:52.894Z] > 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-19T10:07:53.480Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-19T10:07:53.486Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-06-19T10:07:53.498Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-19T10:07:53.509Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-19T10:07:53.520Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-19T10:07:53.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T10:07:53.525Z] > 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-19T10:07:54.225Z] Merging remotes/origin/master commit ce12e3ca5eff886d773c4b0e75431aaee5057a0a into PR head commit f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 [2020-06-19T10:07:54.312Z] Merge succeeded, producing f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 [2020-06-19T10:07:54.312Z] Checking out Revision f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 (PR-236) [2020-06-19T10:07:54.393Z] ea1d1ca13537: Pull complete [2020-06-19T10:07:54.120Z] > git config core.sparsecheckout # timeout=10 [2020-06-19T10:07:54.126Z] > git checkout -f f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 # timeout=10 [2020-06-19T10:07:54.175Z] > git remote # timeout=10 [2020-06-19T10:07:54.180Z] > git config --get remote.origin.url # timeout=10 [2020-06-19T10:07:54.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-19T10:07:54.189Z] > git merge ce12e3ca5eff886d773c4b0e75431aaee5057a0a # timeout=10 [2020-06-19T10:07:54.198Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-19T10:07:54.209Z] > git config core.sparsecheckout # timeout=10 [2020-06-19T10:07:54.213Z] > git checkout -f f2ef1117ab0aca942e810ccfaf17763a1e9d4cc0 # timeout=10 [2020-06-19T10:07:54.986Z] 3750a50a1c5e: Pull complete [2020-06-19T10:07:54.986Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-19T10:07:54.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-19T10:07:54.986Z] ---> 78745c68409d [2020-06-19T10:07:54.986Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-19T10:07:57.972Z] 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-19T10:07:58.598Z] ========================================================= [2020-06-19T10:07:58.598Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-19T10:07:58.598Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-19T10:07:59.205Z] + 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-19T10:07:59.303Z] ---> Running in 23708e569289 [2020-06-19T10:07:59.577Z] Removing intermediate container 23708e569289 [2020-06-19T10:07:59.577Z] ---> 8c1eab9a4a5a [2020-06-19T10:07:59.577Z] Step 4/7 : RUN apk add bash [2020-06-19T10:07:59.784Z] Sending build context to Docker daemon 1.811MB [2020-06-19T10:07:59.784Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-19T10:07:59.784Z] Step 2/7 : FROM ${BASE} [2020-06-19T10:07:59.850Z] ---> Running in 02a13af1723b [2020-06-19T10:08:00.050Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-19T10:08:00.050Z] e6b0cf9c0882: Pulling fs layer [2020-06-19T10:08:00.050Z] 2848faf0eed1: Pulling fs layer [2020-06-19T10:08:00.050Z] 0f37312ad70f: Pulling fs layer [2020-06-19T10:08:00.050Z] 5788d62ee057: Pulling fs layer [2020-06-19T10:08:00.050Z] 0e6b1d234666: Pulling fs layer [2020-06-19T10:08:00.050Z] bf5d7aec512f: Pulling fs layer [2020-06-19T10:08:00.050Z] 34c802a77dc8: Pulling fs layer [2020-06-19T10:08:00.050Z] 9eb99e56ec68: Pulling fs layer [2020-06-19T10:08:00.050Z] 27c7a5d97fbd: Pulling fs layer [2020-06-19T10:08:00.050Z] 5c102a31e300: Pulling fs layer [2020-06-19T10:08:00.050Z] dcfb455df0a1: Pulling fs layer [2020-06-19T10:08:00.050Z] 5788d62ee057: Waiting [2020-06-19T10:08:00.050Z] 0e6b1d234666: Waiting [2020-06-19T10:08:00.050Z] bf5d7aec512f: Waiting [2020-06-19T10:08:00.050Z] 34c802a77dc8: Waiting [2020-06-19T10:08:00.050Z] 9eb99e56ec68: Waiting [2020-06-19T10:08:00.050Z] 27c7a5d97fbd: Waiting [2020-06-19T10:08:00.050Z] 5c102a31e300: Waiting [2020-06-19T10:08:00.050Z] dcfb455df0a1: Waiting [2020-06-19T10:08:00.050Z] 0f37312ad70f: Verifying Checksum [2020-06-19T10:08:00.050Z] 0f37312ad70f: Download complete [2020-06-19T10:08:00.050Z] 2848faf0eed1: Verifying Checksum [2020-06-19T10:08:00.050Z] 2848faf0eed1: Download complete [2020-06-19T10:08:00.050Z] 0e6b1d234666: Verifying Checksum [2020-06-19T10:08:00.050Z] 0e6b1d234666: Download complete [2020-06-19T10:08:00.050Z] bf5d7aec512f: Verifying Checksum [2020-06-19T10:08:00.050Z] bf5d7aec512f: Download complete [2020-06-19T10:08:00.050Z] e6b0cf9c0882: Verifying Checksum [2020-06-19T10:08:00.050Z] e6b0cf9c0882: Download complete [2020-06-19T10:08:00.336Z] e6b0cf9c0882: Pull complete [2020-06-19T10:08:00.923Z] 34c802a77dc8: Verifying Checksum [2020-06-19T10:08:00.923Z] 34c802a77dc8: Download complete [2020-06-19T10:08:00.923Z] 27c7a5d97fbd: Verifying Checksum [2020-06-19T10:08:00.923Z] 27c7a5d97fbd: Download complete [2020-06-19T10:08:01.278Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-19T10:08:01.511Z] 5c102a31e300: Verifying Checksum [2020-06-19T10:08:01.511Z] 5c102a31e300: Download complete [2020-06-19T10:08:01.511Z] dcfb455df0a1: Verifying Checksum [2020-06-19T10:08:01.511Z] dcfb455df0a1: Download complete [2020-06-19T10:08:01.772Z] 9eb99e56ec68: Download complete [2020-06-19T10:08:01.772Z] 5788d62ee057: Verifying Checksum [2020-06-19T10:08:02.259Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-19T10:08:02.715Z] 2848faf0eed1: Pull complete [2020-06-19T10:08:02.852Z] OK: 125 MiB in 39 packages [2020-06-19T10:08:02.975Z] 0f37312ad70f: Pull complete [2020-06-19T10:08:04.286Z] Removing intermediate container 02a13af1723b [2020-06-19T10:08:04.286Z] ---> 03276f7801bf [2020-06-19T10:08:04.286Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-19T10:08:04.286Z] ---> Running in 5e9cdd0a12cd [2020-06-19T10:08:04.562Z] Removing intermediate container 5e9cdd0a12cd [2020-06-19T10:08:04.562Z] ---> 95587185e1c6 [2020-06-19T10:08:04.562Z] Step 6/7 : COPY go.mod . [2020-06-19T10:08:05.537Z] ---> ce3d108dfe31 [2020-06-19T10:08:05.537Z] Step 7/7 : RUN go mod download [2020-06-19T10:08:05.537Z] ---> Running in 3c57c56576e9 [2020-06-19T10:08:07.505Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-19T10:08:07.505Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-19T10:08:07.781Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-19T10:08:07.781Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-19T10:08:07.781Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-06-19T10:08:07.781Z] go: finding github.com/go-playground/locales v0.13.0 [2020-06-19T10:08:07.781Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-06-19T10:08:07.781Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-06-19T10:08:07.781Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-19T10:08:07.781Z] go: finding github.com/google/uuid v1.1.0 [2020-06-19T10:08:07.781Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-19T10:08:07.781Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-06-19T10:08:07.781Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-19T10:08:07.781Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-19T10:08:07.781Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-19T10:08:07.781Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-19T10:08:07.781Z] go: finding golang.org/x/text v0.3.2 [2020-06-19T10:08:07.781Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-19T10:08:07.781Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-19T10:08:07.781Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-19T10:08:09.581Z] 5788d62ee057: Pull complete [2020-06-19T10:08:09.581Z] 0e6b1d234666: Pull complete [2020-06-19T10:08:09.581Z] bf5d7aec512f: Pull complete [2020-06-19T10:08:13.788Z] 34c802a77dc8: Pull complete [2020-06-19T10:08:16.369Z] 9eb99e56ec68: Pull complete [2020-06-19T10:08:16.369Z] 27c7a5d97fbd: Pull complete [2020-06-19T10:08:16.963Z] 5c102a31e300: Pull complete [2020-06-19T10:08:17.223Z] dcfb455df0a1: Pull complete [2020-06-19T10:08:17.223Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-19T10:08:17.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-19T10:08:17.223Z] ---> 7c70fe431013 [2020-06-19T10:08:17.223Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-19T10:08:19.138Z] ---> Running in c99ca1948428 [2020-06-19T10:08:19.138Z] Removing intermediate container c99ca1948428 [2020-06-19T10:08:19.138Z] ---> f635c164dada [2020-06-19T10:08:19.138Z] Step 4/7 : RUN apk add bash [2020-06-19T10:08:19.138Z] ---> Running in 6fb4b1b1b297 [2020-06-19T10:08:20.082Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-19T10:08:20.702Z] Removing intermediate container 3c57c56576e9 [2020-06-19T10:08:20.703Z] ---> b54ee415bd39 [2020-06-19T10:08:20.703Z] Successfully built b54ee415bd39 [2020-06-19T10:08:20.703Z] 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-19T10:08:21.221Z] + docker inspect -f . ci-base-image-arm64 [2020-06-19T10:08:21.221Z] . [Pipeline] withDockerContainer [2020-06-19T10:08:21.468Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-19T10:08:21.468Z] OK: 143 MiB in 39 packages [2020-06-19T10:08:21.499Z] prd-ubuntu18.04-docker-arm64-4c-16g-3704 does not seem to be running inside a container [2020-06-19T10:08:21.570Z] $ 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 ******** ci-base-image-arm64 cat [2020-06-19T10:08:22.042Z] Removing intermediate container 6fb4b1b1b297 [2020-06-19T10:08:22.042Z] ---> f29d8ffaf199 [2020-06-19T10:08:22.042Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-19T10:08:22.042Z] ---> Running in ddf3e64981a5 [2020-06-19T10:08:22.303Z] Removing intermediate container ddf3e64981a5 [2020-06-19T10:08:22.303Z] ---> dd8cca3b2e19 [2020-06-19T10:08:22.303Z] Step 6/7 : COPY go.mod . [2020-06-19T10:08:22.565Z] ---> bb33b061962b [2020-06-19T10:08:22.565Z] Step 7/7 : RUN go mod download [2020-06-19T10:08:22.565Z] ---> Running in 9ae1c399a259 [2020-06-19T10:08:23.389Z] $ docker top 9a3d121cfc074603ed14e3a6aeef5bea19ddff763ed2a2096493bd1ea8342820 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-19T10:08:23.955Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-19T10:08:23.955Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-19T10:08:23.955Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-19T10:08:23.955Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-19T10:08:23.955Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-06-19T10:08:23.955Z] go: finding github.com/go-playground/locales v0.13.0 [2020-06-19T10:08:23.955Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-06-19T10:08:23.955Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-06-19T10:08:23.955Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-19T10:08:23.955Z] go: finding github.com/google/uuid v1.1.0 [2020-06-19T10:08:23.955Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-19T10:08:23.955Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-06-19T10:08:23.955Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-19T10:08:23.955Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-19T10:08:23.955Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-19T10:08:23.955Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-19T10:08:23.955Z] go: finding golang.org/x/text v0.3.2 [2020-06-19T10:08:23.955Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-19T10:08:23.955Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-19T10:08:23.955Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-19T10:08:24.757Z] + go version [2020-06-19T10:08:24.758Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-19T10:08:25.807Z] + make test [2020-06-19T10:08:25.807Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-19T10:08:32.096Z] Removing intermediate container 9ae1c399a259 [2020-06-19T10:08:32.096Z] ---> d10740c2e563 [2020-06-19T10:08:32.096Z] Successfully built d10740c2e563 [2020-06-19T10:08:32.096Z] 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-19T10:08:32.552Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-19T10:08:32.553Z] . [Pipeline] withDockerContainer [2020-06-19T10:08:32.649Z] prd-centos7-docker-4c-2g-3705 does not seem to be running inside a container [2020-06-19T10:08:32.690Z] $ 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 ******** ci-base-image-x86_64 cat [2020-06-19T10:08:33.306Z] $ docker top 8d17ebba41c0342dbbcb27970f38a6fa07b0e62d2b3943c40a3c35ffb3e251cc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-19T10:08:33.797Z] + go version [2020-06-19T10:08:33.797Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-19T10:08:34.135Z] + make test [2020-06-19T10:08:34.135Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-19T10:08:40.782Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-19T10:08:42.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.017s coverage: 85.7% of statements [2020-06-19T10:08:42.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.011s coverage: 100.0% of statements [2020-06-19T10:08:43.587Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.014s coverage: 45.4% of statements [2020-06-19T10:08:43.587Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.006s coverage: 77.8% of statements [2020-06-19T10:08:43.587Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-19T10:08:43.587Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.009s coverage: 6.4% of statements [2020-06-19T10:08:43.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.035s coverage: 14.4% of statements [2020-06-19T10:08:44.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.024s coverage: 100.0% of statements [2020-06-19T10:08:44.706Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.056s coverage: 100.0% of statements [2020-06-19T10:08:44.706Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-19T10:08:44.706Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-19T10:08:44.706Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.011s coverage: 100.0% of statements [2020-06-19T10:08:44.706Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.042s coverage: 100.0% of statements [2020-06-19T10:08:46.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.030s coverage: 62.5% of statements [2020-06-19T10:08:46.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements [2020-06-19T10:08:46.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements [2020-06-19T10:08:46.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.004s coverage: 15.4% of statements [2020-06-19T10:08:46.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.007s coverage: 14.3% of statements [2020-06-19T10:08:46.142Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-06-19T10:08:47.547Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.004s coverage: 83.3% of statements [2020-06-19T10:08:47.547Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-06-19T10:08:47.547Z] {"requestId":"82eb2e26-0f24-48aa-ae4c-de9dac3fb9bc","device":"TestDevice","origin":1587540776,"readings":null} [2020-06-19T10:08:47.547Z] --- FAIL: TestAddEvent_UnmarshalJSON (0.00s) [2020-06-19T10:08:47.547Z] --- FAIL: TestAddEvent_UnmarshalJSON/unmarshal_AddEventRequest_with_success (0.00s) [2020-06-19T10:08:47.547Z] event_test.go:78: [2020-06-19T10:08:47.547Z] Error Trace: event_test.go:78 [2020-06-19T10:08:47.547Z] Error: Received unexpected error: [2020-06-19T10:08:47.547Z] Origin field is not a Unix timestamp. [2020-06-19T10:08:47.547Z] Test: TestAddEvent_UnmarshalJSON/unmarshal_AddEventRequest_with_success [2020-06-19T10:08:47.547Z] FAIL [2020-06-19T10:08:47.547Z] coverage: 91.3% of statements [2020-06-19T10:08:47.547Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.008s [2020-06-19T10:08:47.547Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-06-19T10:08:47.547Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-06-19T10:08:47.547Z] FAIL [2020-06-19T10:08:47.807Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-06-19T10:08:47.823Z] $ docker stop --time=1 8d17ebba41c0342dbbcb27970f38a6fa07b0e62d2b3943c40a3c35ffb3e251cc [2020-06-19T10:08:48.040Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-19T10:08:48.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.064s coverage: 85.7% of statements [2020-06-19T10:08:48.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.059s coverage: 100.0% of statements [2020-06-19T10:08:49.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.044s coverage: 45.4% of statements [2020-06-19T10:08:49.921Z] $ docker rm -f 8d17ebba41c0342dbbcb27970f38a6fa07b0e62d2b3943c40a3c35ffb3e251cc [2020-06-19T10:08:50.021Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.053s coverage: 77.8% of statements [2020-06-19T10:08:50.021Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [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 [2020-06-19T10:08:50.300Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.023s coverage: 6.4% of statements [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-19T10:08:50.564Z] Failed in branch amd64 [2020-06-19T10:08:52.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.068s coverage: 14.4% of statements [2020-06-19T10:08:52.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.046s coverage: 100.0% of statements [2020-06-19T10:08:53.543Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.106s coverage: 100.0% of statements [2020-06-19T10:08:53.543Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-19T10:08:53.543Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-19T10:08:53.543Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.023s coverage: 100.0% of statements [2020-06-19T10:08:53.543Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.547s coverage: 100.0% of statements [2020-06-19T10:08:58.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.102s coverage: 62.5% of statements [2020-06-19T10:08:58.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements [2020-06-19T10:08:58.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.038s coverage: 15.4% of statements [2020-06-19T10:08:58.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.034s coverage: 15.4% of statements [2020-06-19T10:08:59.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-06-19T10:08:59.572Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-06-19T10:09:01.013Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.018s coverage: 83.3% of statements [2020-06-19T10:09:01.013Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-06-19T10:09:01.610Z] {"requestId":"82eb2e26-0f24-48aa-ae4c-de9dac3fb9bc","device":"TestDevice","origin":1587540776,"readings":null} [2020-06-19T10:09:01.610Z] --- FAIL: TestAddEvent_UnmarshalJSON (0.00s) [2020-06-19T10:09:01.610Z] --- FAIL: TestAddEvent_UnmarshalJSON/unmarshal_AddEventRequest_with_success (0.00s) [2020-06-19T10:09:01.610Z] event_test.go:78: [2020-06-19T10:09:01.610Z] Error Trace: event_test.go:78 [2020-06-19T10:09:01.610Z] Error: Received unexpected error: [2020-06-19T10:09:01.610Z] Origin field is not a Unix timestamp. [2020-06-19T10:09:01.610Z] Test: TestAddEvent_UnmarshalJSON/unmarshal_AddEventRequest_with_success [2020-06-19T10:09:01.610Z] FAIL [2020-06-19T10:09:01.610Z] coverage: 91.3% of statements [2020-06-19T10:09:01.610Z] FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.029s [2020-06-19T10:09:01.610Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-06-19T10:09:01.610Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-06-19T10:09:01.610Z] FAIL [2020-06-19T10:09:01.883Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-06-19T10:09:01.881Z] $ docker stop --time=1 9a3d121cfc074603ed14e3a6aeef5bea19ddff763ed2a2096493bd1ea8342820 [2020-06-19T10:09:03.931Z] $ docker rm -f 9a3d121cfc074603ed14e3a6aeef5bea19ddff763ed2a2096493bd1ea8342820 [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-19T10:09:04.973Z] 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-19T10:09:05.846Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-19T10:09:06.461Z] ---> package-listing.sh [2020-06-19T10:09:06.461Z] ++ facter osfamily [2020-06-19T10:09:06.461Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-19T10:09:06.729Z] + OS_FAMILY=redhat [2020-06-19T10:09:06.729Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-19T10:09:06.729Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-19T10:09:06.729Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-19T10:09:06.729Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-19T10:09:06.729Z] + PACKAGES=/tmp/packages_start.txt [2020-06-19T10:09:06.729Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-06-19T10:09:06.729Z] + PACKAGES=/tmp/packages_end.txt [2020-06-19T10:09:06.729Z] + case "${OS_FAMILY}" in [2020-06-19T10:09:06.729Z] + sort [2020-06-19T10:09:06.729Z] + rpm -qa [2020-06-19T10:09:12.220Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-19T10:09:12.220Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-19T10:09:12.220Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-19T10:09:12.220Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-06-19T10:09:12.220Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [2020-06-19T10:09:12.220Z] + 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-19T10:09:12.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-19T10:09:12.703Z] [2020-06-19T10:09:12.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-19T10:09:13.055Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-19T10:09:13.055Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-19T10:09:13.055Z] c9b1b535fdd9: Pulling fs layer [2020-06-19T10:09:13.055Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-19T10:09:13.055Z] 756a868c4378: Pulling fs layer [2020-06-19T10:09:13.055Z] 444b2fc9a129: Pulling fs layer [2020-06-19T10:09:13.055Z] ea15f1150254: Pulling fs layer [2020-06-19T10:09:13.055Z] 41b27a9f41bf: Pulling fs layer [2020-06-19T10:09:13.055Z] 28c525ee5125: Pulling fs layer [2020-06-19T10:09:13.055Z] 094b1ea09ed8: Pulling fs layer [2020-06-19T10:09:13.055Z] 138eaada9080: Pulling fs layer [2020-06-19T10:09:13.055Z] 0622d0fa9048: Pulling fs layer [2020-06-19T10:09:13.055Z] 41b27a9f41bf: Waiting [2020-06-19T10:09:13.055Z] 28c525ee5125: Waiting [2020-06-19T10:09:13.055Z] 094b1ea09ed8: Waiting [2020-06-19T10:09:13.055Z] 138eaada9080: Waiting [2020-06-19T10:09:13.055Z] 444b2fc9a129: Waiting [2020-06-19T10:09:13.055Z] 0622d0fa9048: Waiting [2020-06-19T10:09:13.055Z] ea15f1150254: Waiting [2020-06-19T10:09:13.055Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-19T10:09:13.055Z] 2cc5ad85d9ab: Download complete [2020-06-19T10:09:13.344Z] 444b2fc9a129: Verifying Checksum [2020-06-19T10:09:13.345Z] 444b2fc9a129: Download complete [2020-06-19T10:09:13.345Z] c9b1b535fdd9: Verifying Checksum [2020-06-19T10:09:13.345Z] ea15f1150254: Download complete [2020-06-19T10:09:13.641Z] 28c525ee5125: Verifying Checksum [2020-06-19T10:09:13.641Z] 28c525ee5125: Download complete [2020-06-19T10:09:14.836Z] 756a868c4378: Verifying Checksum [2020-06-19T10:09:14.836Z] 756a868c4378: Download complete [2020-06-19T10:09:14.836Z] c9b1b535fdd9: Pull complete [2020-06-19T10:09:14.836Z] 138eaada9080: Verifying Checksum [2020-06-19T10:09:14.836Z] 138eaada9080: Download complete [2020-06-19T10:09:15.135Z] 0622d0fa9048: Verifying Checksum [2020-06-19T10:09:15.135Z] 0622d0fa9048: Download complete [2020-06-19T10:09:15.135Z] 094b1ea09ed8: Verifying Checksum [2020-06-19T10:09:15.135Z] 094b1ea09ed8: Download complete [2020-06-19T10:09:15.802Z] 41b27a9f41bf: Verifying Checksum [2020-06-19T10:09:15.802Z] 41b27a9f41bf: Download complete [2020-06-19T10:09:16.071Z] 2cc5ad85d9ab: Pull complete [2020-06-19T10:09:18.720Z] 756a868c4378: Pull complete [2020-06-19T10:09:18.720Z] 444b2fc9a129: Pull complete [2020-06-19T10:09:19.018Z] ea15f1150254: Pull complete [2020-06-19T10:09:26.016Z] 41b27a9f41bf: Pull complete [2020-06-19T10:09:26.016Z] 28c525ee5125: Pull complete [2020-06-19T10:09:30.440Z] 094b1ea09ed8: Pull complete [2020-06-19T10:09:30.440Z] 138eaada9080: Pull complete [2020-06-19T10:09:30.440Z] 0622d0fa9048: Pull complete [2020-06-19T10:09:30.440Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-19T10:09:30.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-19T10:09:30.440Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-19T10:09:30.667Z] prd-centos7-docker-4c-2g-3703 does not seem to be running inside a container [2020-06-19T10:09:30.739Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-19T10:09:33.874Z] $ docker top 3e179d00df0fcb2350fc76dbec463da3a39666f3d898e56e16fa2b733cdf989c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-19T10:09:34.053Z] provisioning config files... [2020-06-19T10:09:34.071Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config8510178198454693996tmp [Pipeline] { [Pipeline] echo [2020-06-19T10:09:34.112Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-19T10:09:34.441Z] ---> create-netrc.sh [Pipeline] echo [2020-06-19T10:09:34.463Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-19T10:09:34.777Z] ---> logs-deploy.sh [2020-06-19T10:09:34.778Z] + ARCHIVE_ARTIFACTS= [2020-06-19T10:09:34.778Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-19T10:09:34.778Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-19T10:09:34.778Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-19T10:09:34.778Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/21 [2020-06-19T10:09:34.778Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/21/ [2020-06-19T10:09:34.778Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/21 /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-19T10:09:36.721Z] Archives upload complete. [2020-06-19T10:09:36.721Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/21/