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 2dd270bfd7e239cec127caf44aaabdcab0778688 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1697 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 > 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 Fetching without tags Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 Merge succeeded, producing 2dd270bfd7e239cec127caf44aaabdcab0778688 Checking out Revision 2dd270bfd7e239cec127caf44aaabdcab0778688 (PR-236) > 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 2dd270bfd7e239cec127caf44aaabdcab0778688 # 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 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 Commit message: "Create core data DTOs and models for V2 API" First time build. Skipping changelog. > git rev-list --no-walk 15205919ef7124e6aa1f605a1b5cf32138fc9f44 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-03T11:43:18.424Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-03T11:43:18.530Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-03T11:43:18.581Z] ========================================================= [2020-06-03T11:43:18.582Z] EdgeX Global Pipelines Version Info [2020-06-03T11:43:18.582Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-03T11:43:20.007Z] ------------------- [2020-06-03T11:43:20.007Z] stable info: [2020-06-03T11:43:20.007Z] ------------------- [2020-06-03T11:43:20.007Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-03T11:43:20.007Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-03T11:43:20.007Z] Message: update stable to v1.0.89 [2020-06-03T11:43:20.582Z] ------------------- [2020-06-03T11:43:20.582Z] experimental info: [2020-06-03T11:43:20.582Z] ------------------- [2020-06-03T11:43:20.582Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-03T11:43:20.582Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-03T11:43:20.582Z] 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-03T11:43:21.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-03T11:43:22.429Z] [2020-06-03T11:43:22.429Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-03T11:43:22.742Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-03T11:43:22.742Z] latest: Pulling from edgex-devops/git-semver [2020-06-03T11:43:22.742Z] 9123ac7c32f7: Pulling fs layer [2020-06-03T11:43:22.742Z] b8cc5d1170e3: Pulling fs layer [2020-06-03T11:43:22.742Z] 2924cbbf6a41: Pulling fs layer [2020-06-03T11:43:22.742Z] 93b08a4f1073: Pulling fs layer [2020-06-03T11:43:22.742Z] 93b08a4f1073: Waiting [2020-06-03T11:43:22.742Z] b8cc5d1170e3: Verifying Checksum [2020-06-03T11:43:22.742Z] b8cc5d1170e3: Download complete [2020-06-03T11:43:23.017Z] 9123ac7c32f7: Verifying Checksum [2020-06-03T11:43:23.017Z] 9123ac7c32f7: Download complete [2020-06-03T11:43:23.017Z] 93b08a4f1073: Verifying Checksum [2020-06-03T11:43:23.017Z] 93b08a4f1073: Download complete [2020-06-03T11:43:23.017Z] 2924cbbf6a41: Verifying Checksum [2020-06-03T11:43:23.017Z] 2924cbbf6a41: Download complete [2020-06-03T11:43:23.283Z] 9123ac7c32f7: Pull complete [2020-06-03T11:43:23.283Z] b8cc5d1170e3: Pull complete [2020-06-03T11:43:24.710Z] 2924cbbf6a41: Pull complete [2020-06-03T11:43:24.710Z] 93b08a4f1073: Pull complete [2020-06-03T11:43:24.710Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-03T11:43:24.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-03T11:43:24.913Z] prd-centos7-docker-4c-2g-1697 does not seem to be running inside a container [2020-06-03T11:43:24.961Z] $ 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-03T11:43:25.815Z] $ docker top be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-03T11:43:26.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-03T11:43:26.082Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-03T11:43:26.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-03T11:43:26.432Z] $ docker exec be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 ssh-agent [2020-06-03T11:43:26.664Z] SSH_AUTH_SOCK=/tmp/ssh-H8cDMPBf2l9u/agent.15 [2020-06-03T11:43:26.664Z] SSH_AGENT_PID=21 [2020-06-03T11:43:26.678Z] Running ssh-add (command line suppressed) [2020-06-03T11:43:26.864Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_2331563109774124260.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_2331563109774124260.key) [2020-06-03T11:43:26.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-03T11:43:27.251Z] + git describe --exact-match --tags HEAD [2020-06-03T11:43:27.251Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-03T11:43:27.331Z] $ docker exec --env ******** --env ******** be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 ssh-agent -k [2020-06-03T11:43:27.494Z] unset SSH_AUTH_SOCK; [2020-06-03T11:43:27.495Z] unset SSH_AGENT_PID; [2020-06-03T11:43:27.495Z] echo Agent pid 21 killed; [2020-06-03T11:43:27.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-03T11:43:27.582Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-03T11:43:27.582Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-03T11:43:27.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-03T11:43:27.629Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-03T11:43:27.834Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-03T11:43:27.838Z] $ docker exec be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 ssh-agent [2020-06-03T11:43:28.035Z] SSH_AUTH_SOCK=/tmp/ssh-72LeTtBeP5d4/agent.55 [2020-06-03T11:43:28.035Z] SSH_AGENT_PID=62 [2020-06-03T11:43:28.042Z] Running ssh-add (command line suppressed) [2020-06-03T11:43:28.191Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_5134385029417750549.key (/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/private_key_5134385029417750549.key) [2020-06-03T11:43:28.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-03T11:43:28.609Z] + git semver init [2020-06-03T11:43:28.609Z] # -> Open(): unable to determine branch for HEAD [2020-06-03T11:43:28.609Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.git [2020-06-03T11:43:28.609Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-03T11:43:28.609Z] # $SEMVER_REMOTE_NAME = origin [2020-06-03T11:43:28.609Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-03T11:43:28.609Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-03T11:43:28.609Z] # $SEMVER_BRANCH = PR-236 [2020-06-03T11:43:28.609Z] # $SEMVER_TEMP = /tmp/semver-001378117 [2020-06-03T11:43:28.609Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-06-03T11:43:29.184Z] # '/tmp/semver-001378117' -> '/w/workspace/dry_go-mod-core-contracts_PR-236/.semver' [2020-06-03T11:43:29.184Z] # -> Force: false [2020-06-03T11:43:29.184Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-236/.semver [Pipeline] } [2020-06-03T11:43:29.206Z] $ docker exec --env ******** --env ******** be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 ssh-agent -k [2020-06-03T11:43:29.377Z] unset SSH_AUTH_SOCK; [2020-06-03T11:43:29.377Z] unset SSH_AGENT_PID; [2020-06-03T11:43:29.377Z] echo Agent pid 62 killed; [2020-06-03T11:43:29.452Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-03T11:43:29.842Z] + git semver [Pipeline] } [2020-06-03T11:43:29.861Z] $ docker stop --time=1 be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 [2020-06-03T11:43:31.258Z] $ docker rm -f be540478d19eb48e81ae0a33b0c9c2322d4d1d2e63889edcf8187d192efd9a86 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-03T11:43:32.138Z] Stashed 74 file(s) [Pipeline] echo [2020-06-03T11:43:32.140Z] [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-03T11:43:47.301Z] Still waiting to schedule task [2020-06-03T11:43:47.301Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-06-03T11:43:47.311Z] Still waiting to schedule task [2020-06-03T11:43:47.311Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1696’ is offline [2020-06-03T11:45:28.938Z] Running on prd-centos7-docker-4c-2g-1699 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-06-03T11:45:28.966Z] Running in /w/workspace/go-mod-core-contracts/16 [Pipeline] { [Pipeline] checkout [2020-06-03T11:45:31.985Z] using credential edgex-jenkins-ssh [2020-06-03T11:45:32.013Z] Cloning the remote Git repository [2020-06-03T11:45:32.013Z] Cloning with configured refspecs honoured and without tags [2020-06-03T11:45:31.506Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T11:45:31.588Z] > git init /w/workspace/go-mod-core-contracts/16 # timeout=10 [2020-06-03T11:45:31.650Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T11:45:31.651Z] > git --version # timeout=10 [2020-06-03T11:45:31.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T11:45:31.718Z] > 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-03T11:45:32.897Z] Fetching without tags [2020-06-03T11:45:33.311Z] Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 [2020-06-03T11:45:33.411Z] Merge succeeded, producing 2dd270bfd7e239cec127caf44aaabdcab0778688 [2020-06-03T11:45:33.411Z] Checking out Revision 2dd270bfd7e239cec127caf44aaabdcab0778688 (PR-236) [2020-06-03T11:45:32.374Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-03T11:45:32.383Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-06-03T11:45:32.397Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-03T11:45:32.411Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-03T11:45:32.430Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T11:45:32.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T11:45:32.438Z] > 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-03T11:45:32.882Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T11:45:32.889Z] > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 [2020-06-03T11:45:32.943Z] > git remote # timeout=10 [2020-06-03T11:45:32.948Z] > git config --get remote.origin.url # timeout=10 [2020-06-03T11:45:32.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T11:45:32.965Z] > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 [2020-06-03T11:45:32.975Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-03T11:45:32.984Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T11:45:32.990Z] > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 [2020-06-03T11:45:36.951Z] 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-03T11:45:37.746Z] ========================================================= [2020-06-03T11:45:37.746Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-03T11:45:37.746Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-03T11:45:38.423Z] + 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-03T11:45:38.777Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1698 in /w/workspace/dry_go-mod-core-contracts_PR-236 [Pipeline] { [Pipeline] ws [2020-06-03T11:45:38.800Z] Running in /w/workspace/go-mod-core-contracts/16 [Pipeline] { [Pipeline] checkout [2020-06-03T11:45:39.001Z] Sending build context to Docker daemon 1.8MB [2020-06-03T11:45:39.001Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-03T11:45:39.001Z] Step 2/7 : FROM ${BASE} [2020-06-03T11:45:39.001Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-03T11:45:39.001Z] e6b0cf9c0882: Pulling fs layer [2020-06-03T11:45:39.001Z] 2848faf0eed1: Pulling fs layer [2020-06-03T11:45:39.001Z] 0f37312ad70f: Pulling fs layer [2020-06-03T11:45:39.001Z] 5788d62ee057: Pulling fs layer [2020-06-03T11:45:39.001Z] 0e6b1d234666: Pulling fs layer [2020-06-03T11:45:39.001Z] bf5d7aec512f: Pulling fs layer [2020-06-03T11:45:39.001Z] 34c802a77dc8: Pulling fs layer [2020-06-03T11:45:39.001Z] 9eb99e56ec68: Pulling fs layer [2020-06-03T11:45:39.001Z] 27c7a5d97fbd: Pulling fs layer [2020-06-03T11:45:39.001Z] 5c102a31e300: Pulling fs layer [2020-06-03T11:45:39.001Z] dcfb455df0a1: Pulling fs layer [2020-06-03T11:45:39.001Z] 5788d62ee057: Waiting [2020-06-03T11:45:39.001Z] 0e6b1d234666: Waiting [2020-06-03T11:45:39.001Z] bf5d7aec512f: Waiting [2020-06-03T11:45:39.001Z] 34c802a77dc8: Waiting [2020-06-03T11:45:39.001Z] 5c102a31e300: Waiting [2020-06-03T11:45:39.001Z] 9eb99e56ec68: Waiting [2020-06-03T11:45:39.001Z] 27c7a5d97fbd: Waiting [2020-06-03T11:45:39.001Z] dcfb455df0a1: Waiting [2020-06-03T11:45:39.001Z] 0f37312ad70f: Verifying Checksum [2020-06-03T11:45:39.001Z] 0f37312ad70f: Download complete [2020-06-03T11:45:39.001Z] 2848faf0eed1: Download complete [2020-06-03T11:45:39.001Z] 0e6b1d234666: Verifying Checksum [2020-06-03T11:45:39.001Z] 0e6b1d234666: Download complete [2020-06-03T11:45:39.001Z] bf5d7aec512f: Verifying Checksum [2020-06-03T11:45:39.001Z] bf5d7aec512f: Download complete [2020-06-03T11:45:39.001Z] e6b0cf9c0882: Download complete [2020-06-03T11:45:39.587Z] e6b0cf9c0882: Pull complete [2020-06-03T11:45:39.587Z] 2848faf0eed1: Pull complete [2020-06-03T11:45:40.182Z] 34c802a77dc8: Verifying Checksum [2020-06-03T11:45:40.182Z] 34c802a77dc8: Download complete [2020-06-03T11:45:40.182Z] 27c7a5d97fbd: Verifying Checksum [2020-06-03T11:45:40.182Z] 27c7a5d97fbd: Download complete [2020-06-03T11:45:40.757Z] 5c102a31e300: Verifying Checksum [2020-06-03T11:45:40.757Z] 5c102a31e300: Download complete [2020-06-03T11:45:40.757Z] 9eb99e56ec68: Verifying Checksum [2020-06-03T11:45:40.757Z] 9eb99e56ec68: Download complete [2020-06-03T11:45:40.757Z] dcfb455df0a1: Verifying Checksum [2020-06-03T11:45:40.757Z] dcfb455df0a1: Download complete [2020-06-03T11:45:40.757Z] 5788d62ee057: Verifying Checksum [2020-06-03T11:45:40.757Z] 5788d62ee057: Download complete [2020-06-03T11:45:41.701Z] 0f37312ad70f: Pull complete [2020-06-03T11:45:44.792Z] using credential edgex-jenkins-ssh [2020-06-03T11:45:44.823Z] Cloning the remote Git repository [2020-06-03T11:45:44.823Z] Cloning with configured refspecs honoured and without tags [2020-06-03T11:45:44.862Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T11:45:44.964Z] > git init /w/workspace/go-mod-core-contracts/16 # timeout=10 [2020-06-03T11:45:45.042Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T11:45:45.043Z] > git --version # timeout=10 [2020-06-03T11:45:45.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T11:45:45.112Z] > 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-03T11:45:46.064Z] Fetching without tags [2020-06-03T11:45:46.585Z] Merging remotes/origin/master commit ecf948a463e8583f0496661ae04077e126abfeb1 into PR head commit 2dd270bfd7e239cec127caf44aaabdcab0778688 [2020-06-03T11:45:45.913Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-03T11:45:45.954Z] > git config --add remote.origin.fetch +refs/pull/236/head:refs/remotes/origin/PR-236 # timeout=10 [2020-06-03T11:45:45.993Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-03T11:45:46.029Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-06-03T11:45:46.061Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-06-03T11:45:46.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T11:45:46.080Z] > 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-03T11:45:46.581Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T11:45:46.610Z] > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 [2020-06-03T11:45:46.801Z] Merge succeeded, producing 2dd270bfd7e239cec127caf44aaabdcab0778688 [2020-06-03T11:45:46.802Z] Checking out Revision 2dd270bfd7e239cec127caf44aaabdcab0778688 (PR-236) [2020-06-03T11:45:46.709Z] > git remote # timeout=10 [2020-06-03T11:45:46.721Z] > git config --get remote.origin.url # timeout=10 [2020-06-03T11:45:46.738Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T11:45:46.747Z] > git merge ecf948a463e8583f0496661ae04077e126abfeb1 # timeout=10 [2020-06-03T11:45:46.767Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-06-03T11:45:46.788Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T11:45:46.801Z] > git checkout -f 2dd270bfd7e239cec127caf44aaabdcab0778688 # timeout=10 [2020-06-03T11:45:48.331Z] 5788d62ee057: Pull complete [2020-06-03T11:45:48.331Z] 0e6b1d234666: Pull complete [2020-06-03T11:45:48.331Z] bf5d7aec512f: Pull complete [2020-06-03T11:45:51.042Z] 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-03T11:45:51.953Z] ========================================================= [2020-06-03T11:45:51.953Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-03T11:45:51.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-03T11:45:52.566Z] 34c802a77dc8: Pull complete [2020-06-03T11:45:52.980Z] + 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-03T11:45:53.961Z] Sending build context to Docker daemon 1.8MB [2020-06-03T11:45:53.961Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-06-03T11:45:53.961Z] Step 2/7 : FROM ${BASE} [2020-06-03T11:45:54.237Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-03T11:45:54.237Z] cde5963f3b93: Pulling fs layer [2020-06-03T11:45:54.237Z] 2a23fa8c16f7: Pulling fs layer [2020-06-03T11:45:54.237Z] 777b28850792: Pulling fs layer [2020-06-03T11:45:54.237Z] 8a11ddd9e578: Pulling fs layer [2020-06-03T11:45:54.237Z] 4cf88f913ddb: Pulling fs layer [2020-06-03T11:45:54.237Z] 1df406cf5192: Pulling fs layer [2020-06-03T11:45:54.237Z] cd6300453558: Pulling fs layer [2020-06-03T11:45:54.237Z] b9c365052c96: Pulling fs layer [2020-06-03T11:45:54.237Z] a2d8cc88f415: Pulling fs layer [2020-06-03T11:45:54.237Z] ea1d1ca13537: Pulling fs layer [2020-06-03T11:45:54.237Z] 3750a50a1c5e: Pulling fs layer [2020-06-03T11:45:54.237Z] cd6300453558: Waiting [2020-06-03T11:45:54.237Z] b9c365052c96: Waiting [2020-06-03T11:45:54.237Z] a2d8cc88f415: Waiting [2020-06-03T11:45:54.237Z] 8a11ddd9e578: Waiting [2020-06-03T11:45:54.237Z] 3750a50a1c5e: Waiting [2020-06-03T11:45:54.237Z] 4cf88f913ddb: Waiting [2020-06-03T11:45:54.237Z] 1df406cf5192: Waiting [2020-06-03T11:45:54.237Z] ea1d1ca13537: Waiting [2020-06-03T11:45:54.237Z] 777b28850792: Verifying Checksum [2020-06-03T11:45:54.237Z] 777b28850792: Download complete [2020-06-03T11:45:54.237Z] 2a23fa8c16f7: Verifying Checksum [2020-06-03T11:45:54.237Z] 2a23fa8c16f7: Download complete [2020-06-03T11:45:54.237Z] 4cf88f913ddb: Verifying Checksum [2020-06-03T11:45:54.237Z] 4cf88f913ddb: Download complete [2020-06-03T11:45:54.237Z] 1df406cf5192: Download complete [2020-06-03T11:45:54.517Z] cde5963f3b93: Verifying Checksum [2020-06-03T11:45:54.517Z] cde5963f3b93: Download complete [2020-06-03T11:45:55.508Z] cde5963f3b93: Pull complete [2020-06-03T11:45:55.892Z] 9eb99e56ec68: Pull complete [2020-06-03T11:45:56.109Z] 2a23fa8c16f7: Pull complete [2020-06-03T11:45:56.179Z] 27c7a5d97fbd: Pull complete [2020-06-03T11:45:56.388Z] 777b28850792: Pull complete [2020-06-03T11:45:57.133Z] 5c102a31e300: Pull complete [2020-06-03T11:45:57.133Z] dcfb455df0a1: Pull complete [2020-06-03T11:45:57.133Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-03T11:45:57.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-03T11:45:57.133Z] ---> 7c70fe431013 [2020-06-03T11:45:57.133Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-03T11:45:57.398Z] ---> Running in c290b2b89ab3 [2020-06-03T11:45:57.398Z] Removing intermediate container c290b2b89ab3 [2020-06-03T11:45:57.398Z] ---> 5efc02318ae0 [2020-06-03T11:45:57.398Z] Step 4/7 : RUN apk add bash [2020-06-03T11:45:57.398Z] ---> Running in e5a3a17f71ae [2020-06-03T11:45:57.972Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-03T11:45:58.374Z] cd6300453558: Verifying Checksum [2020-06-03T11:45:58.374Z] cd6300453558: Download complete [2020-06-03T11:45:58.651Z] a2d8cc88f415: Download complete [2020-06-03T11:45:58.915Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-03T11:45:59.491Z] OK: 143 MiB in 39 packages [2020-06-03T11:46:00.071Z] Removing intermediate container e5a3a17f71ae [2020-06-03T11:46:00.071Z] ---> be5d1ac0721c [2020-06-03T11:46:00.071Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-03T11:46:00.071Z] ---> Running in 169087eca1a0 [2020-06-03T11:46:00.071Z] Removing intermediate container 169087eca1a0 [2020-06-03T11:46:00.071Z] ---> 792de47e5c73 [2020-06-03T11:46:00.071Z] Step 6/7 : COPY go.mod . [2020-06-03T11:46:00.333Z] ---> f302a2f5bb38 [2020-06-03T11:46:00.333Z] Step 7/7 : RUN go mod download [2020-06-03T11:46:00.333Z] ---> Running in c77f6f7dd47e [2020-06-03T11:46:01.269Z] ea1d1ca13537: Verifying Checksum [2020-06-03T11:46:01.270Z] ea1d1ca13537: Download complete [2020-06-03T11:46:01.270Z] 3750a50a1c5e: Verifying Checksum [2020-06-03T11:46:01.270Z] 3750a50a1c5e: Download complete [2020-06-03T11:46:01.728Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-03T11:46:01.728Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-03T11:46:01.728Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-03T11:46:01.728Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-03T11:46:01.728Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-06-03T11:46:01.728Z] go: finding github.com/go-playground/locales v0.13.0 [2020-06-03T11:46:01.728Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-06-03T11:46:01.728Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-06-03T11:46:01.728Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-03T11:46:01.996Z] go: finding github.com/google/uuid v1.1.0 [2020-06-03T11:46:01.996Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-03T11:46:01.996Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-06-03T11:46:01.996Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-03T11:46:01.996Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-03T11:46:01.996Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-03T11:46:01.996Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-03T11:46:01.996Z] go: finding golang.org/x/text v0.3.2 [2020-06-03T11:46:01.996Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-03T11:46:01.996Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-03T11:46:01.996Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-03T11:46:03.872Z] b9c365052c96: Verifying Checksum [2020-06-03T11:46:03.872Z] b9c365052c96: Download complete [2020-06-03T11:46:05.848Z] 8a11ddd9e578: Download complete [2020-06-03T11:46:08.618Z] Removing intermediate container c77f6f7dd47e [2020-06-03T11:46:08.618Z] ---> c46f0109dff1 [2020-06-03T11:46:08.618Z] Successfully built c46f0109dff1 [2020-06-03T11:46:08.618Z] 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-03T11:46:09.105Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-03T11:46:09.105Z] . [Pipeline] withDockerContainer [2020-06-03T11:46:09.254Z] prd-centos7-docker-4c-2g-1699 does not seem to be running inside a container [2020-06-03T11:46:09.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/16 -v /w/workspace/go-mod-core-contracts/16:/w/workspace/go-mod-core-contracts/16:rw,z -v /w/workspace/go-mod-core-contracts/16@tmp:/w/workspace/go-mod-core-contracts/16@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-x86_64 cat [2020-06-03T11:46:09.949Z] $ docker top c8e47327021d72466713d78d24e1669d03bb281cf0412f00ccb8f8b9603a76bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-03T11:46:10.402Z] + go version [2020-06-03T11:46:10.402Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-03T11:46:10.715Z] + make test [2020-06-03T11:46:10.715Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-03T11:46:18.258Z] 8a11ddd9e578: Pull complete [2020-06-03T11:46:18.258Z] 4cf88f913ddb: Pull complete [2020-06-03T11:46:18.258Z] 1df406cf5192: Pull complete [2020-06-03T11:46:18.927Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-03T11:46:20.326Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.013s coverage: 85.7% of statements [2020-06-03T11:46:20.326Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements [2020-06-03T11:46:21.284Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.024s coverage: 45.4% of statements [2020-06-03T11:46:21.284Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.010s coverage: 77.8% of statements [2020-06-03T11:46:21.284Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-03T11:46:21.870Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.006s coverage: 6.4% of statements [2020-06-03T11:46:21.870Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.024s coverage: 14.4% of statements [2020-06-03T11:46:21.870Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.018s coverage: 100.0% of statements [2020-06-03T11:46:22.455Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.032s coverage: 100.0% of statements [2020-06-03T11:46:22.455Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-03T11:46:22.455Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-03T11:46:22.455Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements [2020-06-03T11:46:22.455Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.548s coverage: 100.0% of statements [2020-06-03T11:46:22.580Z] cd6300453558: Pull complete [2020-06-03T11:46:25.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.019s coverage: 62.5% of statements [2020-06-03T11:46:25.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements [2020-06-03T11:46:25.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.021s coverage: 15.4% of statements [2020-06-03T11:46:25.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements [2020-06-03T11:46:25.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.057s coverage: 14.3% of statements [2020-06-03T11:46:25.031Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-06-03T11:46:25.988Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.005s coverage: 83.3% of statements [2020-06-03T11:46:25.988Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] [2020-06-03T11:46:25.988Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.008s coverage: 91.3% of statements [2020-06-03T11:46:25.989Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-06-03T11:46:25.989Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-06-03T11:46:26.255Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-03T11:46:27.647Z] gofmt -l . [2020-06-03T11:46:27.647Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-03T11:46:27.997Z] b9c365052c96: Pull complete [2020-06-03T11:46:27.997Z] a2d8cc88f415: Pull complete [2020-06-03T11:46:28.151Z] Stashed 1 file(s) [Pipeline] } [2020-06-03T11:46:28.156Z] $ docker stop --time=1 c8e47327021d72466713d78d24e1669d03bb281cf0412f00ccb8f8b9603a76bb [2020-06-03T11:46:29.649Z] $ docker rm -f c8e47327021d72466713d78d24e1669d03bb281cf0412f00ccb8f8b9603a76bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-06-03T11:46:29.981Z] ea1d1ca13537: Pull complete [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-06-03T11:46:30.256Z] 3750a50a1c5e: Pull complete [2020-06-03T11:46:30.256Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-03T11:46:30.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-03T11:46:30.256Z] ---> 78745c68409d [2020-06-03T11:46:30.256Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-03T11:46:34.557Z] ---> Running in 5eed206134f5 [2020-06-03T11:46:35.150Z] Removing intermediate container 5eed206134f5 [2020-06-03T11:46:35.150Z] ---> 78d620dc6994 [2020-06-03T11:46:35.150Z] Step 4/7 : RUN apk add bash [2020-06-03T11:46:35.150Z] ---> Running in 17002559045e [2020-06-03T11:46:36.123Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-03T11:46:37.099Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-03T11:46:38.082Z] OK: 125 MiB in 39 packages [2020-06-03T11:46:39.059Z] Removing intermediate container 17002559045e [2020-06-03T11:46:39.059Z] ---> 175336914966 [2020-06-03T11:46:39.059Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-06-03T11:46:39.332Z] ---> Running in 4eda4c93840d [2020-06-03T11:46:39.926Z] Removing intermediate container 4eda4c93840d [2020-06-03T11:46:39.926Z] ---> 8a6d71610099 [2020-06-03T11:46:39.926Z] Step 6/7 : COPY go.mod . [2020-06-03T11:46:40.200Z] ---> 31c5994e10b3 [2020-06-03T11:46:40.200Z] Step 7/7 : RUN go mod download [2020-06-03T11:46:40.472Z] ---> Running in d369e30f93f1 [2020-06-03T11:46:42.448Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-06-03T11:46:42.448Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-03T11:46:42.448Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-03T11:46:42.448Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-03T11:46:42.448Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-06-03T11:46:42.448Z] go: finding github.com/go-playground/locales v0.13.0 [2020-06-03T11:46:42.448Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-06-03T11:46:42.448Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-06-03T11:46:42.448Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-03T11:46:42.448Z] go: finding github.com/google/uuid v1.1.0 [2020-06-03T11:46:42.448Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-03T11:46:42.448Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-06-03T11:46:42.448Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-03T11:46:42.448Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-03T11:46:42.448Z] go: finding github.com/stretchr/testify v1.4.0 [2020-06-03T11:46:42.448Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-03T11:46:42.448Z] go: finding golang.org/x/text v0.3.2 [2020-06-03T11:46:42.448Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-03T11:46:42.448Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-03T11:46:42.448Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-06-03T11:46:54.847Z] Removing intermediate container d369e30f93f1 [2020-06-03T11:46:54.847Z] ---> 87d44198db57 [2020-06-03T11:46:54.847Z] Successfully built 87d44198db57 [2020-06-03T11:46:54.847Z] 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-03T11:46:55.391Z] + docker inspect -f . ci-base-image-arm64 [2020-06-03T11:46:55.661Z] . [Pipeline] withDockerContainer [2020-06-03T11:46:55.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-1698 does not seem to be running inside a container [2020-06-03T11:46:56.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/16 -v /w/workspace/go-mod-core-contracts/16:/w/workspace/go-mod-core-contracts/16:rw,z -v /w/workspace/go-mod-core-contracts/16@tmp:/w/workspace/go-mod-core-contracts/16@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-03T11:46:57.482Z] $ docker top 8aaa78d111abecf7ff49bddb8813f926e1f381721ab67e328d206b657a99ed0b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-03T11:46:58.569Z] + go version [2020-06-03T11:46:58.569Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-03T11:46:59.241Z] + make test [2020-06-03T11:46:59.241Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-06-03T11:47:21.430Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-06-03T11:47:22.413Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.047s coverage: 85.7% of statements [2020-06-03T11:47:22.413Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.068s coverage: 100.0% of statements [2020-06-03T11:47:25.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.061s coverage: 45.4% of statements [2020-06-03T11:47:25.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.048s coverage: 77.8% of statements [2020-06-03T11:47:25.041Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-06-03T11:47:25.641Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.4% of statements [2020-06-03T11:47:27.089Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.074s coverage: 14.4% of statements [2020-06-03T11:47:27.691Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.025s coverage: 100.0% of statements [2020-06-03T11:47:28.680Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.068s coverage: 100.0% of statements [2020-06-03T11:47:28.680Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-06-03T11:47:28.680Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-06-03T11:47:28.680Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.036s coverage: 100.0% of statements [2020-06-03T11:47:28.680Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/retry 1.038s coverage: 100.0% of statements [2020-06-03T11:47:29.671Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.178s coverage: 62.5% of statements [2020-06-03T11:47:30.663Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements [2020-06-03T11:47:30.940Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements [2020-06-03T11:47:32.383Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.028s coverage: 15.4% of statements [2020-06-03T11:47:32.658Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.066s coverage: 14.3% of statements [2020-06-03T11:47:32.658Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-06-03T11:47:34.640Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 83.3% of statements [2020-06-03T11:47:34.640Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common/base [no test files] [2020-06-03T11:47:35.235Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.028s coverage: 91.3% of statements [2020-06-03T11:47:35.235Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-06-03T11:47:35.235Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-06-03T11:47:35.510Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-03T11:47:39.826Z] gofmt -l . [2020-06-03T11:47:39.826Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-06-03T11:47:40.117Z] Warning: overwriting stash ‘coverage-report’ [2020-06-03T11:47:40.598Z] Stashed 1 file(s) [Pipeline] } [2020-06-03T11:47:40.574Z] $ docker stop --time=1 8aaa78d111abecf7ff49bddb8813f926e1f381721ab67e328d206b657a99ed0b [2020-06-03T11:47:42.773Z] $ docker rm -f 8aaa78d111abecf7ff49bddb8813f926e1f381721ab67e328d206b657a99ed0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-03T11:47:44.298Z] provisioning config files... [2020-06-03T11:47:44.310Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config8422234401353482421tmp [Pipeline] { [Pipeline] sh [2020-06-03T11:47:44.650Z] + curl -s https://codecov.io/bash [2020-06-03T11:47:44.650Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config8422234401353482421tmp [2020-06-03T11:47:44.914Z] [2020-06-03T11:47:44.914Z] _____ _ [2020-06-03T11:47:44.914Z] / ____| | | [2020-06-03T11:47:44.914Z] | | ___ __| | ___ ___ _____ __ [2020-06-03T11:47:44.914Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-03T11:47:44.914Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-03T11:47:44.914Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-03T11:47:44.914Z] Bash-20200602-f809a24 [2020-06-03T11:47:44.914Z] [2020-06-03T11:47:44.914Z] [2020-06-03T11:47:44.914Z] ==> Jenkins CI detected. [2020-06-03T11:47:44.914Z] project root: . [2020-06-03T11:47:44.914Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-03T11:47:44.914Z] ==> Running gcov in . (disable via -X gcov) [2020-06-03T11:47:44.914Z] ==> Python coveragepy not found [2020-06-03T11:47:44.914Z] ==> Searching for coverage reports in: [2020-06-03T11:47:44.914Z] + . [2020-06-03T11:47:44.914Z] -> Found 1 reports [2020-06-03T11:47:44.914Z] ==> Detecting git/mercurial file structure [2020-06-03T11:47:44.914Z] ==> Reading reports [2020-06-03T11:47:44.914Z] + ./coverage.out bytes=83735 [2020-06-03T11:47:44.914Z] ==> Appending adjustments [2020-06-03T11:47:44.914Z] https://docs.codecov.io/docs/fixing-reports [2020-06-03T11:47:45.870Z] + Found adjustments [2020-06-03T11:47:45.870Z] ==> Gzipping contents [2020-06-03T11:47:45.870Z] ==> Uploading reports [2020-06-03T11:47:45.870Z] url: https://codecov.io [2020-06-03T11:47:45.870Z] query: branch=PR-236&commit=2dd270bfd7e239cec127caf44aaabdcab0778688&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= [2020-06-03T11:47:45.870Z] -> Pinging Codecov [2020-06-03T11:47:45.870Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=PR-236&commit=2dd270bfd7e239cec127caf44aaabdcab0778688&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-236%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=236&job= [2020-06-03T11:47:46.138Z] -> Uploading [2020-06-03T11:47:46.714Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2dd270bfd7e239cec127caf44aaabdcab0778688 [Pipeline] } [2020-06-03T11:47:46.723Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-03T11:47:47.538Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T11:47:47.846Z] ---> package-listing.sh [2020-06-03T11:47:47.846Z] ++ facter osfamily [2020-06-03T11:47:47.846Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-03T11:47:47.846Z] + OS_FAMILY=redhat [2020-06-03T11:47:47.846Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-03T11:47:47.846Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-03T11:47:47.846Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-03T11:47:47.846Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-03T11:47:47.846Z] + PACKAGES=/tmp/packages_start.txt [2020-06-03T11:47:47.846Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-06-03T11:47:47.846Z] + PACKAGES=/tmp/packages_end.txt [2020-06-03T11:47:47.846Z] + case "${OS_FAMILY}" in [2020-06-03T11:47:47.846Z] + rpm -qa [2020-06-03T11:47:47.846Z] + sort [2020-06-03T11:47:52.077Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-03T11:47:52.077Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-03T11:47:52.077Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-03T11:47:52.077Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-236 ']' [2020-06-03T11:47:52.077Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-236/archives/ [2020-06-03T11:47:52.077Z] + 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-03T11:47:52.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-03T11:47:52.611Z] [2020-06-03T11:47:52.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-03T11:47:52.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-03T11:47:52.952Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-03T11:47:52.952Z] c9b1b535fdd9: Pulling fs layer [2020-06-03T11:47:52.952Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-03T11:47:52.952Z] 756a868c4378: Pulling fs layer [2020-06-03T11:47:52.952Z] 444b2fc9a129: Pulling fs layer [2020-06-03T11:47:52.952Z] ea15f1150254: Pulling fs layer [2020-06-03T11:47:52.952Z] 41b27a9f41bf: Pulling fs layer [2020-06-03T11:47:52.952Z] 28c525ee5125: Pulling fs layer [2020-06-03T11:47:52.952Z] 094b1ea09ed8: Pulling fs layer [2020-06-03T11:47:52.952Z] 138eaada9080: Pulling fs layer [2020-06-03T11:47:52.952Z] 0622d0fa9048: Pulling fs layer [2020-06-03T11:47:52.952Z] 41b27a9f41bf: Waiting [2020-06-03T11:47:52.952Z] 138eaada9080: Waiting [2020-06-03T11:47:52.952Z] 0622d0fa9048: Waiting [2020-06-03T11:47:52.952Z] 28c525ee5125: Waiting [2020-06-03T11:47:52.952Z] 094b1ea09ed8: Waiting [2020-06-03T11:47:52.952Z] ea15f1150254: Waiting [2020-06-03T11:47:52.952Z] 444b2fc9a129: Waiting [2020-06-03T11:47:52.952Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-03T11:47:52.952Z] 2cc5ad85d9ab: Download complete [2020-06-03T11:47:52.952Z] 444b2fc9a129: Verifying Checksum [2020-06-03T11:47:52.952Z] 444b2fc9a129: Download complete [2020-06-03T11:47:52.952Z] c9b1b535fdd9: Verifying Checksum [2020-06-03T11:47:52.952Z] c9b1b535fdd9: Download complete [2020-06-03T11:47:53.221Z] ea15f1150254: Verifying Checksum [2020-06-03T11:47:53.221Z] ea15f1150254: Download complete [2020-06-03T11:47:53.221Z] 28c525ee5125: Verifying Checksum [2020-06-03T11:47:53.221Z] 28c525ee5125: Download complete [2020-06-03T11:47:53.530Z] c9b1b535fdd9: Pull complete [2020-06-03T11:47:53.814Z] 756a868c4378: Verifying Checksum [2020-06-03T11:47:53.814Z] 756a868c4378: Download complete [2020-06-03T11:47:53.814Z] 138eaada9080: Verifying Checksum [2020-06-03T11:47:53.814Z] 138eaada9080: Download complete [2020-06-03T11:47:54.101Z] 2cc5ad85d9ab: Pull complete [2020-06-03T11:47:54.101Z] 0622d0fa9048: Verifying Checksum [2020-06-03T11:47:54.101Z] 0622d0fa9048: Download complete [2020-06-03T11:47:54.101Z] 094b1ea09ed8: Verifying Checksum [2020-06-03T11:47:54.101Z] 094b1ea09ed8: Download complete [2020-06-03T11:47:54.693Z] 41b27a9f41bf: Verifying Checksum [2020-06-03T11:47:54.693Z] 41b27a9f41bf: Download complete [2020-06-03T11:47:56.137Z] 756a868c4378: Pull complete [2020-06-03T11:47:56.137Z] 444b2fc9a129: Pull complete [2020-06-03T11:47:56.401Z] ea15f1150254: Pull complete [2020-06-03T11:48:00.632Z] 41b27a9f41bf: Pull complete [2020-06-03T11:48:00.632Z] 28c525ee5125: Pull complete [2020-06-03T11:48:03.201Z] 094b1ea09ed8: Pull complete [2020-06-03T11:48:03.201Z] 138eaada9080: Pull complete [2020-06-03T11:48:03.784Z] 0622d0fa9048: Pull complete [2020-06-03T11:48:03.784Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-03T11:48:03.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-03T11:48:04.004Z] prd-centos7-docker-4c-2g-1697 does not seem to be running inside a container [2020-06-03T11:48:04.069Z] $ 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-03T11:48:04.953Z] $ docker top 16ac09a4141643a8c27d961376a8449c3dba66cb6996c9fcd785aa27fecf7413 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-03T11:48:05.146Z] provisioning config files... [2020-06-03T11:48:05.162Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-236@tmp/config5210936206163593422tmp [Pipeline] { [Pipeline] echo [2020-06-03T11:48:05.188Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T11:48:05.495Z] ---> create-netrc.sh [Pipeline] echo [2020-06-03T11:48:05.505Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T11:48:05.815Z] ---> logs-deploy.sh [2020-06-03T11:48:05.815Z] + ARCHIVE_ARTIFACTS= [2020-06-03T11:48:05.815Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-03T11:48:05.815Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-03T11:48:05.815Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-03T11:48:05.815Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/16 [2020-06-03T11:48:05.815Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/16/ [2020-06-03T11:48:05.815Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/16 /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-03T11:48:07.213Z] Archives upload complete. [2020-06-03T11:48:07.213Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-236/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-236/16/ [2020-06-03T11:48:08.162Z] ---> uname -a: [2020-06-03T11:48:08.162Z] Linux 16ac09a41416 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] ---> lscpu: [2020-06-03T11:48:08.162Z] Architecture: x86_64 [2020-06-03T11:48:08.162Z] CPU op-mode(s): 32-bit, 64-bit [2020-06-03T11:48:08.162Z] Byte Order: Little Endian [2020-06-03T11:48:08.162Z] Address sizes: 40 bits physical, 48 bits virtual [2020-06-03T11:48:08.162Z] CPU(s): 4 [2020-06-03T11:48:08.162Z] On-line CPU(s) list: 0-3 [2020-06-03T11:48:08.162Z] Thread(s) per core: 1 [2020-06-03T11:48:08.162Z] Core(s) per socket: 1 [2020-06-03T11:48:08.162Z] Socket(s): 4 [2020-06-03T11:48:08.162Z] NUMA node(s): 1 [2020-06-03T11:48:08.162Z] Vendor ID: GenuineIntel [2020-06-03T11:48:08.162Z] CPU family: 6 [2020-06-03T11:48:08.162Z] Model: 44 [2020-06-03T11:48:08.162Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-06-03T11:48:08.162Z] Stepping: 1 [2020-06-03T11:48:08.162Z] CPU MHz: 2933.436 [2020-06-03T11:48:08.162Z] BogoMIPS: 5866.87 [2020-06-03T11:48:08.162Z] Virtualization: VT-x [2020-06-03T11:48:08.162Z] Hypervisor vendor: KVM [2020-06-03T11:48:08.162Z] Virtualization type: full [2020-06-03T11:48:08.162Z] L1d cache: 128 KiB [2020-06-03T11:48:08.162Z] L1i cache: 128 KiB [2020-06-03T11:48:08.162Z] L2 cache: 16 MiB [2020-06-03T11:48:08.162Z] L3 cache: 64 MiB [2020-06-03T11:48:08.162Z] NUMA node0 CPU(s): 0-3 [2020-06-03T11:48:08.162Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-06-03T11:48:08.162Z] Vulnerability Meltdown: Mitigation; PTI [2020-06-03T11:48:08.162Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-06-03T11:48:08.162Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-06-03T11:48:08.162Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-06-03T11:48:08.162Z] 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-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] ---> nproc: [2020-06-03T11:48:08.162Z] 4 [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] ---> df -h: [2020-06-03T11:48:08.162Z] Filesystem Size Used Available Use% Mounted on [2020-06-03T11:48:08.162Z] overlay 50.0G 6.4G 43.6G 13% / [2020-06-03T11:48:08.162Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-06-03T11:48:08.162Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-06-03T11:48:08.162Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-06-03T11:48:08.162Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf [2020-06-03T11:48:08.162Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname [2020-06-03T11:48:08.162Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts [2020-06-03T11:48:08.162Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dry_go-mod-core-contracts_PR-236 [2020-06-03T11:48:08.162Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dry_go-mod-core-contracts_PR-236@tmp [2020-06-03T11:48:08.162Z] /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] ---> free -m: [2020-06-03T11:48:08.162Z] total used free shared buff/cache available [2020-06-03T11:48:08.162Z] Mem: 1838 620 74 0 1142 1113 [2020-06-03T11:48:08.162Z] Swap: 1023 0 1023 [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] ---> ip addr: [2020-06-03T11:48:08.162Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-06-03T11:48:08.162Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-06-03T11:48:08.162Z] inet 127.0.0.1/8 scope host lo [2020-06-03T11:48:08.162Z] valid_lft forever preferred_lft forever [2020-06-03T11:48:08.162Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-06-03T11:48:08.162Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-06-03T11:48:08.162Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-06-03T11:48:08.162Z] valid_lft forever preferred_lft forever [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] ---> sar -b -r -n DEV: [2020-06-03T11:48:08.162Z] 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-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] 11:42:33 LINUX RESTART [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] 11:43:01 tps rtps wtps bread/s bwrtn/s [2020-06-03T11:48:08.162Z] 11:44:01 60.57 19.19 41.38 3405.99 3750.27 [2020-06-03T11:48:08.162Z] 11:45:01 3.70 0.00 3.70 0.00 137.56 [2020-06-03T11:48:08.162Z] 11:46:01 1.00 0.00 1.00 0.00 14.65 [2020-06-03T11:48:08.162Z] 11:47:01 0.62 0.00 0.62 0.00 6.16 [2020-06-03T11:48:08.162Z] 11:48:01 104.08 67.25 36.82 3929.42 16252.52 [2020-06-03T11:48:08.162Z] Average: 34.00 17.29 16.71 1467.49 4033.15 [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] 11:43:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-06-03T11:48:08.162Z] 11:44:01 111672 1770632 94.07 2620 1206060 962132 32.83 437336 1167436 928 [2020-06-03T11:48:08.162Z] 11:45:01 122464 1759840 93.49 2620 1206092 907980 30.98 432532 1164672 8 [2020-06-03T11:48:08.162Z] 11:46:01 121504 1760800 93.54 2620 1206104 908184 30.99 433576 1164660 8 [2020-06-03T11:48:08.162Z] 11:47:01 122856 1759448 93.47 2620 1206104 907980 30.98 434300 1162812 8 [2020-06-03T11:48:08.162Z] 11:48:01 79588 1802716 95.77 2620 1187752 1118816 38.17 471104 1145848 69700 [2020-06-03T11:48:08.162Z] Average: 111617 1770687 94.07 2620 1202422 961018 32.79 441770 1161086 14130 [2020-06-03T11:48:08.162Z] [2020-06-03T11:48:08.162Z] 11:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-06-03T11:48:08.162Z] 11:44:01 eth0 343.56 213.58 1017.35 95.22 0.00 0.00 0.00 [2020-06-03T11:48:08.162Z] 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.162Z] 11:44:01 docker0 3.43 2.80 0.72 8.59 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:45:01 eth0 1.13 0.12 0.09 0.02 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:46:01 eth0 1.02 0.72 0.69 0.37 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:47:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:48:01 eth0 99.92 74.30 2331.95 11.70 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] Average: eth0 89.17 57.78 670.19 21.48 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] Average: docker0 0.69 0.56 0.14 1.72 0.00 0.00 0.00 [2020-06-03T11:48:08.163Z] [2020-06-03T11:48:08.163Z] [2020-06-03T11:48:08.163Z] ---> sar -P ALL: [2020-06-03T11:48:08.163Z] 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-03T11:48:08.163Z] [2020-06-03T11:48:08.163Z] 11:42:33 LINUX RESTART [2020-06-03T11:48:08.163Z] [2020-06-03T11:48:08.163Z] 11:43:01 CPU %user %nice %system %iowait %steal %idle [2020-06-03T11:48:08.163Z] 11:44:01 all 13.87 0.00 4.68 1.96 1.64 77.85 [2020-06-03T11:48:08.163Z] 11:44:01 0 12.24 0.00 5.51 0.32 1.70 80.23 [2020-06-03T11:48:08.163Z] 11:44:01 1 13.43 0.00 4.46 2.67 1.70 77.74 [2020-06-03T11:48:08.163Z] 11:44:01 2 15.15 0.00 4.40 4.06 1.70 74.69 [2020-06-03T11:48:08.163Z] 11:44:01 3 14.68 0.00 4.32 0.79 1.49 78.72 [2020-06-03T11:48:08.163Z] 11:45:01 all 0.14 0.00 0.05 0.00 0.05 99.77 [2020-06-03T11:48:08.163Z] 11:45:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2020-06-03T11:48:08.163Z] 11:45:01 1 0.37 0.00 0.07 0.00 0.08 99.48 [2020-06-03T11:48:08.163Z] 11:45:01 2 0.08 0.00 0.07 0.00 0.03 99.82 [2020-06-03T11:48:08.163Z] 11:45:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2020-06-03T11:48:08.163Z] 11:46:01 all 0.15 0.00 0.05 0.00 0.03 99.77 [2020-06-03T11:48:08.163Z] 11:46:01 0 0.07 0.00 0.03 0.00 0.03 99.87 [2020-06-03T11:48:08.163Z] 11:46:01 1 0.40 0.00 0.05 0.00 0.02 99.53 [2020-06-03T11:48:08.163Z] 11:46:01 2 0.08 0.00 0.05 0.00 0.03 99.83 [2020-06-03T11:48:08.163Z] 11:46:01 3 0.07 0.00 0.05 0.00 0.05 99.83 [2020-06-03T11:48:08.163Z] 11:47:01 all 0.11 0.00 0.07 0.00 0.05 99.77 [2020-06-03T11:48:08.163Z] 11:47:01 0 0.03 0.00 0.05 0.00 0.05 99.87 [2020-06-03T11:48:08.163Z] 11:47:01 1 0.32 0.00 0.05 0.00 0.03 99.60 [2020-06-03T11:48:08.163Z] 11:47:01 2 0.07 0.00 0.13 0.00 0.03 99.77 [2020-06-03T11:48:08.163Z] 11:47:01 3 0.03 0.00 0.03 0.00 0.05 99.88 [2020-06-03T11:48:08.163Z] 11:48:01 all 4.69 0.00 2.85 1.17 1.68 89.60 [2020-06-03T11:48:08.163Z] 11:48:01 0 4.80 0.00 2.99 0.97 1.63 89.61 [2020-06-03T11:48:08.163Z] 11:48:01 1 5.23 0.00 3.30 2.65 1.63 87.19 [2020-06-03T11:48:08.163Z] 11:48:01 2 4.72 0.00 2.46 0.72 1.79 90.31 [2020-06-03T11:48:08.163Z] 11:48:01 3 4.01 0.00 2.67 0.34 1.68 91.31 [2020-06-03T11:48:08.163Z] Average: all 3.77 0.00 1.53 0.62 0.69 93.39 [2020-06-03T11:48:08.163Z] Average: 0 3.42 0.00 1.71 0.26 0.69 93.93 [2020-06-03T11:48:08.163Z] Average: 1 3.93 0.00 1.58 1.06 0.69 92.74 [2020-06-03T11:48:08.163Z] Average: 2 4.00 0.00 1.41 0.95 0.72 92.92 [2020-06-03T11:48:08.163Z] Average: 3 3.74 0.00 1.42 0.22 0.65 93.97 [2020-06-03T11:48:08.163Z] [2020-06-03T11:48:08.163Z] [2020-06-03T11:48:08.163Z]