Pull request #260 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 lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 98665c953cf6a6eff1b72ff19753fe0b8c39c172+bb23a71e0387f48b774a4c52a4064e316f42887d (bbf984ffcfd748bca6f69b46084ad5c34c0b9921) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1966 in /w/workspace/dry_go-mod-core-contracts_PR-260 [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-260 # 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/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 98665c953cf6a6eff1b72ff19753fe0b8c39c172 Merge succeeded, producing 98665c953cf6a6eff1b72ff19753fe0b8c39c172 Checking out Revision 98665c953cf6a6eff1b72ff19753fe0b8c39c172 (PR-260) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # 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/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98665c953cf6a6eff1b72ff19753fe0b8c39c172 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98665c953cf6a6eff1b72ff19753fe0b8c39c172 # timeout=10 Commit message: "feat: Update common Response DTOs (Add factory method & remove BaseResponse)" First time build. Skipping changelog. > git rev-list --no-walk 453b6507fb7bab978b34d84bc3c70d64ae6cc121 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-03T23:24:18.013Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-03T23:24:19.325Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-03T23:24:19.414Z] ========================================================= [2020-08-03T23:24:19.414Z] EdgeX Global Pipelines Version Info [2020-08-03T23:24:19.415Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-03T23:24:20.963Z] ------------------- [2020-08-03T23:24:20.963Z] stable info: [2020-08-03T23:24:20.963Z] ------------------- [2020-08-03T23:24:20.963Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-03T23:24:20.963Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-03T23:24:20.963Z] Message: update stable to v1.0.106 [2020-08-03T23:24:21.904Z] ------------------- [2020-08-03T23:24:21.904Z] experimental info: [2020-08-03T23:24:21.904Z] ------------------- [2020-08-03T23:24:21.904Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-03T23:24:21.904Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-03T23:24:21.904Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-03T23:24:23.975Z] + git log --format=format:%s -1 98665c953cf6a6eff1b72ff19753fe0b8c39c172 [Pipeline] echo [2020-08-03T23:24:24.040Z] GIT_COMMIT: 98665c953cf6a6eff1b72ff19753fe0b8c39c172, Commit Message: feat: Update common Response DTOs (Add factory method & remove BaseResponse) [Pipeline] echo [2020-08-03T23:24:24.083Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-03T23:24:24.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-03T23:24:25.460Z] [2020-08-03T23:24:25.460Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-03T23:24:25.816Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-03T23:24:25.816Z] latest: Pulling from edgex-devops/git-semver [2020-08-03T23:24:25.816Z] 31603596830f: Pulling fs layer [2020-08-03T23:24:25.816Z] 2a8b12db71e7: Pulling fs layer [2020-08-03T23:24:25.816Z] 6ca5941a6612: Pulling fs layer [2020-08-03T23:24:25.816Z] ecc8261a40a4: Pulling fs layer [2020-08-03T23:24:25.816Z] ecc8261a40a4: Waiting [2020-08-03T23:24:25.816Z] 2a8b12db71e7: Verifying Checksum [2020-08-03T23:24:25.816Z] 2a8b12db71e7: Download complete [2020-08-03T23:24:25.816Z] 31603596830f: Verifying Checksum [2020-08-03T23:24:25.816Z] 31603596830f: Download complete [2020-08-03T23:24:26.087Z] 6ca5941a6612: Verifying Checksum [2020-08-03T23:24:26.087Z] 6ca5941a6612: Download complete [2020-08-03T23:24:26.087Z] ecc8261a40a4: Verifying Checksum [2020-08-03T23:24:26.087Z] ecc8261a40a4: Download complete [2020-08-03T23:24:26.348Z] 31603596830f: Pull complete [2020-08-03T23:24:26.348Z] 2a8b12db71e7: Pull complete [2020-08-03T23:24:27.298Z] 6ca5941a6612: Pull complete [2020-08-03T23:24:27.558Z] ecc8261a40a4: Pull complete [2020-08-03T23:24:27.558Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-03T23:24:27.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-03T23:24:27.558Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-03T23:24:27.659Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-08-03T23:24:27.696Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-260 -v /w/workspace/dry_go-mod-core-contracts_PR-260:/w/workspace/dry_go-mod-core-contracts_PR-260:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-260@tmp:/w/workspace/dry_go-mod-core-contracts_PR-260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-03T23:24:29.833Z] $ docker top 15bc7a7cd0701d0be0aaa51968b72c17865b52740084c3c401e47d1a3ce3493d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-03T23:24:30.202Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-03T23:24:30.202Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-03T23:24:30.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-03T23:24:30.424Z] $ docker exec 15bc7a7cd0701d0be0aaa51968b72c17865b52740084c3c401e47d1a3ce3493d ssh-agent [2020-08-03T23:24:30.591Z] SSH_AUTH_SOCK=/tmp/ssh-v54LFZsXFsbv/agent.11 [2020-08-03T23:24:30.591Z] SSH_AGENT_PID=16 [2020-08-03T23:24:30.602Z] Running ssh-add (command line suppressed) [2020-08-03T23:24:30.720Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-260@tmp/private_key_8713805258410995480.key (/w/workspace/dry_go-mod-core-contracts_PR-260@tmp/private_key_8713805258410995480.key) [2020-08-03T23:24:30.775Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-03T23:24:31.103Z] + git describe --exact-match --tags HEAD [2020-08-03T23:24:31.103Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-03T23:24:31.120Z] $ docker exec --env ******** --env ******** 15bc7a7cd0701d0be0aaa51968b72c17865b52740084c3c401e47d1a3ce3493d ssh-agent -k [2020-08-03T23:24:31.240Z] unset SSH_AUTH_SOCK; [2020-08-03T23:24:31.241Z] unset SSH_AGENT_PID; [2020-08-03T23:24:31.241Z] echo Agent pid 16 killed; [2020-08-03T23:24:31.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-03T23:24:31.366Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-03T23:24:31.367Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-03T23:24:31.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-03T23:24:31.471Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-03T23:24:31.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-03T23:24:31.639Z] $ docker exec 15bc7a7cd0701d0be0aaa51968b72c17865b52740084c3c401e47d1a3ce3493d ssh-agent [2020-08-03T23:24:31.810Z] SSH_AUTH_SOCK=/tmp/ssh-DUwfoLkjxZkB/agent.44 [2020-08-03T23:24:31.810Z] SSH_AGENT_PID=50 [2020-08-03T23:24:31.815Z] Running ssh-add (command line suppressed) [2020-08-03T23:24:31.951Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-260@tmp/private_key_1369815274442087489.key (/w/workspace/dry_go-mod-core-contracts_PR-260@tmp/private_key_1369815274442087489.key) [2020-08-03T23:24:32.003Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-03T23:24:32.334Z] + git semver init [2020-08-03T23:24:32.334Z] # -> Open(): unable to determine branch for HEAD [2020-08-03T23:24:32.334Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-260/.git [2020-08-03T23:24:32.334Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-260 [2020-08-03T23:24:32.334Z] # $SEMVER_REMOTE_NAME = origin [2020-08-03T23:24:32.334Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-03T23:24:32.334Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-03T23:24:32.335Z] # $SEMVER_BRANCH = PR-260 [2020-08-03T23:24:32.335Z] # $SEMVER_TEMP = /tmp/semver-090576511 [2020-08-03T23:24:32.335Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-03T23:24:32.905Z] # '/tmp/semver-090576511' -> '/w/workspace/dry_go-mod-core-contracts_PR-260/.semver' [2020-08-03T23:24:32.905Z] # -> Force: false [2020-08-03T23:24:32.905Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-260/.semver [Pipeline] } [2020-08-03T23:24:32.913Z] $ docker exec --env ******** --env ******** 15bc7a7cd0701d0be0aaa51968b72c17865b52740084c3c401e47d1a3ce3493d ssh-agent -k [2020-08-03T23:24:33.038Z] unset SSH_AUTH_SOCK; [2020-08-03T23:24:33.038Z] unset SSH_AGENT_PID; [2020-08-03T23:24:33.038Z] echo Agent pid 50 killed; [2020-08-03T23:24:33.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-03T23:24:33.546Z] + git semver [Pipeline] } [2020-08-03T23:24:33.567Z] $ docker stop --time=1 15bc7a7cd0701d0be0aaa51968b72c17865b52740084c3c401e47d1a3ce3493d [2020-08-03T23:24:35.466Z] $ docker rm -f 15bc7a7cd0701d0be0aaa51968b72c17865b52740084c3c401e47d1a3ce3493d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-03T23:24:36.299Z] Stashed 81 file(s) [Pipeline] echo [2020-08-03T23:24:36.301Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-03T23:24:36.376Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-03T23:24:51.816Z] Still waiting to schedule task [2020-08-03T23:24:51.816Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1966’ [2020-08-03T23:24:51.817Z] Still waiting to schedule task [2020-08-03T23:24:51.817Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-03T23:26:24.709Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1967 in /w/workspace/dry_go-mod-core-contracts_PR-260 [Pipeline] { [Pipeline] ws [2020-08-03T23:26:24.755Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-08-03T23:26:29.854Z] using credential edgex-jenkins-ssh [2020-08-03T23:26:29.914Z] Cloning the remote Git repository [2020-08-03T23:26:29.914Z] Cloning with configured refspecs honoured and without tags [2020-08-03T23:26:31.039Z] Fetching without tags [2020-08-03T23:26:29.981Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-03T23:26:30.080Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-08-03T23:26:30.140Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-03T23:26:30.140Z] > git --version # timeout=10 [2020-08-03T23:26:30.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-03T23:26:30.235Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-03T23:26:30.944Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-03T23:26:30.979Z] > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 [2020-08-03T23:26:30.994Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-03T23:26:31.023Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-03T23:26:31.061Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-03T23:26:31.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-03T23:26:31.076Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-03T23:26:31.503Z] Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 98665c953cf6a6eff1b72ff19753fe0b8c39c172 [2020-08-03T23:26:31.859Z] Merge succeeded, producing 98665c953cf6a6eff1b72ff19753fe0b8c39c172 [2020-08-03T23:26:31.860Z] Checking out Revision 98665c953cf6a6eff1b72ff19753fe0b8c39c172 (PR-260) [2020-08-03T23:26:31.534Z] > git config core.sparsecheckout # timeout=10 [2020-08-03T23:26:31.568Z] > git checkout -f 98665c953cf6a6eff1b72ff19753fe0b8c39c172 # timeout=10 [2020-08-03T23:26:31.707Z] > git remote # timeout=10 [2020-08-03T23:26:31.732Z] > git config --get remote.origin.url # timeout=10 [2020-08-03T23:26:31.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-03T23:26:31.761Z] > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 [2020-08-03T23:26:31.838Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-03T23:26:31.877Z] > git config core.sparsecheckout # timeout=10 [2020-08-03T23:26:31.899Z] > git checkout -f 98665c953cf6a6eff1b72ff19753fe0b8c39c172 # timeout=10 [2020-08-03T23:26:36.331Z] Commit message: "feat: Update common Response DTOs (Add factory method & remove BaseResponse)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-03T23:26:37.480Z] ========================================================= [2020-08-03T23:26:37.481Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-03T23:26:37.481Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-03T23:26:38.706Z] + 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-08-03T23:26:39.685Z] Sending build context to Docker daemon 1.879MB [2020-08-03T23:26:39.685Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-03T23:26:39.685Z] Step 2/7 : FROM ${BASE} [2020-08-03T23:26:40.665Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-03T23:26:40.665Z] b538f80385f9: Pulling fs layer [2020-08-03T23:26:40.665Z] 74f711af9a0d: Pulling fs layer [2020-08-03T23:26:40.665Z] 99f96fe45779: Pulling fs layer [2020-08-03T23:26:40.665Z] fd7a069fd194: Pulling fs layer [2020-08-03T23:26:40.665Z] 66aa3694b03b: Pulling fs layer [2020-08-03T23:26:40.665Z] 170f70906a0f: Pulling fs layer [2020-08-03T23:26:40.665Z] ad7c5574e4b9: Pulling fs layer [2020-08-03T23:26:40.665Z] e772456be8f7: Pulling fs layer [2020-08-03T23:26:40.665Z] c890913d741a: Pulling fs layer [2020-08-03T23:26:40.665Z] 2480fcc9aa5a: Pulling fs layer [2020-08-03T23:26:40.665Z] 09adf4765672: Pulling fs layer [2020-08-03T23:26:40.665Z] ad7c5574e4b9: Waiting [2020-08-03T23:26:40.665Z] e772456be8f7: Waiting [2020-08-03T23:26:40.665Z] c890913d741a: Waiting [2020-08-03T23:26:40.665Z] fd7a069fd194: Waiting [2020-08-03T23:26:40.665Z] 09adf4765672: Waiting [2020-08-03T23:26:40.665Z] 2480fcc9aa5a: Waiting [2020-08-03T23:26:40.665Z] 66aa3694b03b: Waiting [2020-08-03T23:26:40.665Z] 170f70906a0f: Waiting [2020-08-03T23:26:40.665Z] 99f96fe45779: Download complete [2020-08-03T23:26:40.665Z] 74f711af9a0d: Verifying Checksum [2020-08-03T23:26:40.665Z] 74f711af9a0d: Download complete [2020-08-03T23:26:40.665Z] 66aa3694b03b: Verifying Checksum [2020-08-03T23:26:40.665Z] 66aa3694b03b: Download complete [2020-08-03T23:26:40.665Z] 170f70906a0f: Download complete [2020-08-03T23:26:40.665Z] b538f80385f9: Verifying Checksum [2020-08-03T23:26:41.267Z] b538f80385f9: Pull complete [2020-08-03T23:26:41.879Z] 74f711af9a0d: Pull complete [2020-08-03T23:26:42.482Z] 99f96fe45779: Pull complete [2020-08-03T23:26:43.927Z] ad7c5574e4b9: Verifying Checksum [2020-08-03T23:26:43.927Z] ad7c5574e4b9: Download complete [2020-08-03T23:26:43.927Z] c890913d741a: Verifying Checksum [2020-08-03T23:26:43.927Z] c890913d741a: Download complete [2020-08-03T23:26:45.385Z] 2480fcc9aa5a: Verifying Checksum [2020-08-03T23:26:45.385Z] 2480fcc9aa5a: Download complete [2020-08-03T23:26:45.385Z] 09adf4765672: Download complete [2020-08-03T23:26:45.658Z] e772456be8f7: Verifying Checksum [2020-08-03T23:26:45.658Z] e772456be8f7: Download complete [2020-08-03T23:26:46.260Z] fd7a069fd194: Verifying Checksum [2020-08-03T23:26:46.260Z] fd7a069fd194: Download complete [2020-08-03T23:26:58.685Z] fd7a069fd194: Pull complete [2020-08-03T23:26:58.685Z] 66aa3694b03b: Pull complete [2020-08-03T23:26:58.685Z] 170f70906a0f: Pull complete [2020-08-03T23:27:02.086Z] ad7c5574e4b9: Pull complete [2020-08-03T23:27:06.408Z] e772456be8f7: Pull complete [2020-08-03T23:27:06.684Z] c890913d741a: Pull complete [2020-08-03T23:27:09.320Z] 2480fcc9aa5a: Pull complete [2020-08-03T23:27:09.320Z] 09adf4765672: Pull complete [2020-08-03T23:27:09.595Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-03T23:27:09.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-03T23:27:09.595Z] ---> 2248a725d1cf [2020-08-03T23:27:09.595Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-03T23:27:09.949Z] Running on prd-centos7-docker-4c-2g-1968 in /w/workspace/dry_go-mod-core-contracts_PR-260 [Pipeline] { [Pipeline] ws [2020-08-03T23:27:09.996Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-08-03T23:27:12.505Z] using credential edgex-jenkins-ssh [2020-08-03T23:27:12.548Z] Cloning the remote Git repository [2020-08-03T23:27:12.548Z] Cloning with configured refspecs honoured and without tags [2020-08-03T23:27:12.236Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-03T23:27:12.302Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-08-03T23:27:12.695Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-03T23:27:12.696Z] > git --version # timeout=10 [2020-08-03T23:27:12.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-03T23:27:12.741Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-03T23:27:13.612Z] Fetching without tags [2020-08-03T23:27:14.027Z] Merging remotes/origin/master commit bb23a71e0387f48b774a4c52a4064e316f42887d into PR head commit 98665c953cf6a6eff1b72ff19753fe0b8c39c172 [2020-08-03T23:27:14.113Z] Merge succeeded, producing 98665c953cf6a6eff1b72ff19753fe0b8c39c172 [2020-08-03T23:27:14.114Z] Checking out Revision 98665c953cf6a6eff1b72ff19753fe0b8c39c172 (PR-260) [2020-08-03T23:27:13.320Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-03T23:27:13.334Z] > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 [2020-08-03T23:27:13.343Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-03T23:27:13.354Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-03T23:27:13.364Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-03T23:27:13.364Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-03T23:27:13.369Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-03T23:27:13.817Z] > git config core.sparsecheckout # timeout=10 [2020-08-03T23:27:13.824Z] > git checkout -f 98665c953cf6a6eff1b72ff19753fe0b8c39c172 # timeout=10 [2020-08-03T23:27:13.875Z] > git remote # timeout=10 [2020-08-03T23:27:13.881Z] > git config --get remote.origin.url # timeout=10 [2020-08-03T23:27:13.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-03T23:27:13.888Z] > git merge bb23a71e0387f48b774a4c52a4064e316f42887d # timeout=10 [2020-08-03T23:27:13.897Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-03T23:27:13.906Z] > git config core.sparsecheckout # timeout=10 [2020-08-03T23:27:13.914Z] > git checkout -f 98665c953cf6a6eff1b72ff19753fe0b8c39c172 # timeout=10 [2020-08-03T23:27:15.105Z] ---> Running in acd3d7e4e394 [2020-08-03T23:27:15.105Z] Removing intermediate container acd3d7e4e394 [2020-08-03T23:27:15.105Z] ---> cfded8a6443d [2020-08-03T23:27:15.105Z] Step 4/7 : RUN apk add bash [2020-08-03T23:27:15.105Z] ---> Running in e11a734442f0 [2020-08-03T23:27:16.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-03T23:27:17.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-03T23:27:17.446Z] Commit message: "feat: Update common Response DTOs (Add factory method & remove BaseResponse)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-03T23:27:18.108Z] OK: 142 MiB in 39 packages [Pipeline] echo [2020-08-03T23:27:18.164Z] ========================================================= [2020-08-03T23:27:18.164Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-03T23:27:18.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-03T23:27:18.839Z] + 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-08-03T23:27:19.086Z] Removing intermediate container e11a734442f0 [2020-08-03T23:27:19.086Z] ---> 25e5f4349fe9 [2020-08-03T23:27:19.086Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-03T23:27:19.105Z] Sending build context to Docker daemon 1.879MB [2020-08-03T23:27:19.105Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-03T23:27:19.105Z] Step 2/7 : FROM ${BASE} [2020-08-03T23:27:19.362Z] ---> Running in b42c1e387071 [2020-08-03T23:27:19.378Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-03T23:27:19.378Z] df20fa9351a1: Pulling fs layer [2020-08-03T23:27:19.378Z] ed8968b2872e: Pulling fs layer [2020-08-03T23:27:19.378Z] a92cc7c5fd73: Pulling fs layer [2020-08-03T23:27:19.378Z] 2dd03ba5bac4: Pulling fs layer [2020-08-03T23:27:19.378Z] 1e091d79d1de: Pulling fs layer [2020-08-03T23:27:19.378Z] 481702a1767f: Pulling fs layer [2020-08-03T23:27:19.378Z] f64a6f60c768: Pulling fs layer [2020-08-03T23:27:19.378Z] e78d2573fc39: Pulling fs layer [2020-08-03T23:27:19.378Z] e876d2f968b6: Pulling fs layer [2020-08-03T23:27:19.378Z] ce8a83651883: Pulling fs layer [2020-08-03T23:27:19.378Z] 07967f4d0e4b: Pulling fs layer [2020-08-03T23:27:19.378Z] 2dd03ba5bac4: Waiting [2020-08-03T23:27:19.378Z] 1e091d79d1de: Waiting [2020-08-03T23:27:19.378Z] 481702a1767f: Waiting [2020-08-03T23:27:19.378Z] f64a6f60c768: Waiting [2020-08-03T23:27:19.378Z] e78d2573fc39: Waiting [2020-08-03T23:27:19.378Z] ce8a83651883: Waiting [2020-08-03T23:27:19.378Z] 07967f4d0e4b: Waiting [2020-08-03T23:27:19.378Z] e876d2f968b6: Waiting [2020-08-03T23:27:19.378Z] a92cc7c5fd73: Verifying Checksum [2020-08-03T23:27:19.378Z] a92cc7c5fd73: Download complete [2020-08-03T23:27:19.378Z] ed8968b2872e: Verifying Checksum [2020-08-03T23:27:19.378Z] ed8968b2872e: Download complete [2020-08-03T23:27:19.378Z] 1e091d79d1de: Verifying Checksum [2020-08-03T23:27:19.378Z] 1e091d79d1de: Download complete [2020-08-03T23:27:19.378Z] 481702a1767f: Download complete [2020-08-03T23:27:19.378Z] df20fa9351a1: Verifying Checksum [2020-08-03T23:27:19.378Z] df20fa9351a1: Download complete [2020-08-03T23:27:19.660Z] df20fa9351a1: Pull complete [2020-08-03T23:27:19.942Z] ed8968b2872e: Pull complete [2020-08-03T23:27:19.963Z] Removing intermediate container b42c1e387071 [2020-08-03T23:27:19.963Z] ---> 69ce8ad91114 [2020-08-03T23:27:19.963Z] Step 6/7 : COPY go.mod . [2020-08-03T23:27:20.549Z] f64a6f60c768: Verifying Checksum [2020-08-03T23:27:20.549Z] f64a6f60c768: Download complete [2020-08-03T23:27:20.549Z] e876d2f968b6: Verifying Checksum [2020-08-03T23:27:20.549Z] e876d2f968b6: Download complete [2020-08-03T23:27:20.567Z] ---> 2e332c6b805a [2020-08-03T23:27:20.567Z] Step 7/7 : RUN go mod download [2020-08-03T23:27:20.824Z] e78d2573fc39: Verifying Checksum [2020-08-03T23:27:20.824Z] e78d2573fc39: Download complete [2020-08-03T23:27:20.824Z] ce8a83651883: Verifying Checksum [2020-08-03T23:27:20.824Z] ce8a83651883: Download complete [2020-08-03T23:27:20.824Z] 07967f4d0e4b: Verifying Checksum [2020-08-03T23:27:20.824Z] 07967f4d0e4b: Download complete [2020-08-03T23:27:20.853Z] ---> Running in efaffc6b4c37 [2020-08-03T23:27:21.084Z] 2dd03ba5bac4: Verifying Checksum [2020-08-03T23:27:21.084Z] 2dd03ba5bac4: Download complete [2020-08-03T23:27:22.028Z] a92cc7c5fd73: Pull complete [2020-08-03T23:27:23.490Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-03T23:27:23.490Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-03T23:27:23.490Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-03T23:27:23.490Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-03T23:27:23.490Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-03T23:27:23.490Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-03T23:27:23.490Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-03T23:27:23.490Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-03T23:27:23.490Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-03T23:27:23.490Z] go: finding github.com/google/uuid v1.1.0 [2020-08-03T23:27:23.490Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-03T23:27:23.490Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-03T23:27:23.490Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-03T23:27:23.490Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-03T23:27:23.490Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-03T23:27:23.490Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-03T23:27:23.490Z] go: finding golang.org/x/text v0.3.2 [2020-08-03T23:27:23.490Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-03T23:27:23.490Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-03T23:27:23.490Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-08-03T23:27:27.347Z] 2dd03ba5bac4: Pull complete [2020-08-03T23:27:27.607Z] 1e091d79d1de: Pull complete [2020-08-03T23:27:27.870Z] 481702a1767f: Pull complete [2020-08-03T23:27:33.167Z] f64a6f60c768: Pull complete [2020-08-03T23:27:35.726Z] e78d2573fc39: Pull complete [2020-08-03T23:27:35.726Z] e876d2f968b6: Pull complete [2020-08-03T23:27:35.918Z] Removing intermediate container efaffc6b4c37 [2020-08-03T23:27:35.918Z] ---> 88a8e0b2f17a [2020-08-03T23:27:35.918Z] Successfully built 88a8e0b2f17a [2020-08-03T23:27:35.918Z] 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-08-03T23:27:36.585Z] + docker inspect -f . ci-base-image-arm64 [2020-08-03T23:27:36.585Z] . [Pipeline] withDockerContainer [2020-08-03T23:27:36.674Z] ce8a83651883: Pull complete [2020-08-03T23:27:36.858Z] prd-ubuntu18.04-docker-arm64-4c-16g-1967 does not seem to be running inside a container [2020-08-03T23:27:36.937Z] 07967f4d0e4b: Pull complete [2020-08-03T23:27:36.937Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-03T23:27:36.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-03T23:27:36.937Z] ---> 5d7c900382c6 [2020-08-03T23:27:36.937Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-03T23:27:36.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-03T23:27:38.811Z] $ docker top 4befc49ab4240a391acc362367627df5b0541b2b357c21e19f4407cf824bacd5 -eo pid,comm [2020-08-03T23:27:38.853Z] ---> Running in 476367b540e3 [2020-08-03T23:27:38.853Z] Removing intermediate container 476367b540e3 [2020-08-03T23:27:38.853Z] ---> 557a89e7cccc [2020-08-03T23:27:38.853Z] Step 4/7 : RUN apk add bash [2020-08-03T23:27:39.115Z] ---> Running in b2f731910329 [Pipeline] { [Pipeline] sh [2020-08-03T23:27:40.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-03T23:27:40.185Z] + go version [2020-08-03T23:27:40.185Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-03T23:27:40.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-03T23:27:41.223Z] OK: 166 MiB in 39 packages [2020-08-03T23:27:41.230Z] + make test [2020-08-03T23:27:41.230Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-08-03T23:27:41.793Z] Removing intermediate container b2f731910329 [2020-08-03T23:27:41.793Z] ---> 164233ea40af [2020-08-03T23:27:41.793Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-03T23:27:41.793Z] ---> Running in d24c040a44d6 [2020-08-03T23:27:41.793Z] Removing intermediate container d24c040a44d6 [2020-08-03T23:27:41.793Z] ---> 648fbf70293f [2020-08-03T23:27:41.793Z] Step 6/7 : COPY go.mod . [2020-08-03T23:27:42.054Z] ---> 4a791c59c3b1 [2020-08-03T23:27:42.054Z] Step 7/7 : RUN go mod download [2020-08-03T23:27:42.054Z] ---> Running in 4a1954291b85 [2020-08-03T23:27:43.437Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-03T23:27:43.437Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-03T23:27:43.437Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-03T23:27:43.437Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-03T23:27:43.437Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-03T23:27:43.437Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-03T23:27:43.437Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-03T23:27:43.437Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-03T23:27:43.437Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-03T23:27:43.437Z] go: finding github.com/google/uuid v1.1.0 [2020-08-03T23:27:43.437Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-03T23:27:43.437Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-03T23:27:43.698Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-03T23:27:43.698Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-03T23:27:43.698Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-03T23:27:43.698Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-03T23:27:43.698Z] go: finding golang.org/x/text v0.3.2 [2020-08-03T23:27:43.698Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-03T23:27:43.698Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-03T23:27:43.698Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-08-03T23:27:51.843Z] Removing intermediate container 4a1954291b85 [2020-08-03T23:27:51.843Z] ---> 4260c8a27bb5 [2020-08-03T23:27:51.843Z] Successfully built 4260c8a27bb5 [2020-08-03T23:27:51.843Z] 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-08-03T23:27:52.510Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-03T23:27:52.510Z] . [Pipeline] withDockerContainer [2020-08-03T23:27:52.606Z] prd-centos7-docker-4c-2g-1968 does not seem to be running inside a container [2020-08-03T23:27:52.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-03T23:27:53.268Z] $ docker top f857210d6b4398d1209b3a26efdbd0bf8b0ff8f8514d3ed4f83b178ad305d5f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-03T23:27:53.820Z] + go version [2020-08-03T23:27:53.820Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-03T23:27:54.116Z] + make test [2020-08-03T23:27:54.116Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-08-03T23:28:00.768Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-08-03T23:28:01.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.020s coverage: 85.7% of statements [2020-08-03T23:28:01.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.012s coverage: 100.0% of statements [2020-08-03T23:28:01.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.014s coverage: 45.4% of statements [2020-08-03T23:28:01.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements [2020-08-03T23:28:01.710Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-08-03T23:28:02.691Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 6.4% of statements [2020-08-03T23:28:03.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.014s coverage: 14.4% of statements [2020-08-03T23:28:03.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.019s coverage: 100.0% of statements [2020-08-03T23:28:03.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.052s coverage: 91.8% of statements [2020-08-03T23:28:03.283Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-08-03T23:28:03.283Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-08-03T23:28:03.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.003s coverage: 100.0% of statements [2020-08-03T23:28:03.454Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-08-03T23:28:04.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements [2020-08-03T23:28:04.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements [2020-08-03T23:28:06.685Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.043s coverage: 45.4% of statements [2020-08-03T23:28:06.685Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.051s coverage: 77.8% of statements [2020-08-03T23:28:06.685Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-08-03T23:28:06.685Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements [2020-08-03T23:28:06.961Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.080s coverage: 14.4% of statements [2020-08-03T23:28:07.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.021s coverage: 62.6% of statements [2020-08-03T23:28:07.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements [2020-08-03T23:28:07.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.004s coverage: 15.4% of statements [2020-08-03T23:28:07.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.004s coverage: 15.4% of statements [2020-08-03T23:28:07.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.034s coverage: 14.3% of statements [2020-08-03T23:28:07.533Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-08-03T23:28:07.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.017s coverage: 80.0% of statements [2020-08-03T23:28:07.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.021s coverage: 100.0% of statements [2020-08-03T23:28:07.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.008s coverage: 90.9% of statements [2020-08-03T23:28:07.533Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-08-03T23:28:07.533Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-08-03T23:28:07.533Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-03T23:28:07.947Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.035s coverage: 100.0% of statements [2020-08-03T23:28:08.111Z] gofmt -l . [2020-08-03T23:28:08.372Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-08-03T23:28:08.731Z] Stashed 1 file(s) [Pipeline] } [2020-08-03T23:28:08.732Z] $ docker stop --time=1 f857210d6b4398d1209b3a26efdbd0bf8b0ff8f8514d3ed4f83b178ad305d5f3 [2020-08-03T23:28:10.578Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.106s coverage: 91.8% of statements [2020-08-03T23:28:10.578Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-08-03T23:28:10.578Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-08-03T23:28:10.578Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.028s coverage: 100.0% of statements [2020-08-03T23:28:10.860Z] $ docker rm -f f857210d6b4398d1209b3a26efdbd0bf8b0ff8f8514d3ed4f83b178ad305d5f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-03T23:28:16.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.094s coverage: 62.6% of statements [2020-08-03T23:28:16.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.065s coverage: 26.3% of statements [2020-08-03T23:28:16.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.017s coverage: 15.4% of statements [2020-08-03T23:28:16.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.057s coverage: 15.4% of statements [2020-08-03T23:28:16.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-08-03T23:28:16.017Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-08-03T23:28:16.292Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.028s coverage: 80.0% of statements [2020-08-03T23:28:16.905Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.027s coverage: 100.0% of statements [2020-08-03T23:28:17.495Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.028s coverage: 90.9% of statements [2020-08-03T23:28:17.495Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-08-03T23:28:17.495Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-08-03T23:28:17.767Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-03T23:28:21.159Z] gofmt -l . [2020-08-03T23:28:21.751Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-08-03T23:28:22.110Z] Warning: overwriting stash ‘coverage-report’ [2020-08-03T23:28:22.859Z] Stashed 1 file(s) [Pipeline] } [2020-08-03T23:28:22.896Z] $ docker stop --time=1 4befc49ab4240a391acc362367627df5b0541b2b357c21e19f4407cf824bacd5 [2020-08-03T23:28:25.092Z] $ docker rm -f 4befc49ab4240a391acc362367627df5b0541b2b357c21e19f4407cf824bacd5 [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-08-03T23:28:26.977Z] provisioning config files... [2020-08-03T23:28:26.986Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-260@tmp/config4863908644754782190tmp [Pipeline] { [Pipeline] sh [2020-08-03T23:28:27.345Z] + curl -s https://codecov.io/bash [2020-08-03T23:28:27.345Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-260@tmp/config4863908644754782190tmp [Pipeline] } [2020-08-03T23:28:27.613Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-03T23:28:29.285Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-03T23:28:29.842Z] ---> package-listing.sh [2020-08-03T23:28:29.843Z] ++ facter osfamily [2020-08-03T23:28:29.843Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-03T23:28:29.843Z] + OS_FAMILY=redhat [2020-08-03T23:28:29.843Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-260 [2020-08-03T23:28:29.843Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-03T23:28:29.843Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-03T23:28:29.843Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-03T23:28:29.843Z] + PACKAGES=/tmp/packages_start.txt [2020-08-03T23:28:29.843Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-260 ']' [2020-08-03T23:28:29.843Z] + PACKAGES=/tmp/packages_end.txt [2020-08-03T23:28:29.843Z] + case "${OS_FAMILY}" in [2020-08-03T23:28:29.843Z] + rpm -qa [2020-08-03T23:28:29.843Z] + sort [2020-08-03T23:28:34.052Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-03T23:28:34.052Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-03T23:28:34.052Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-03T23:28:34.052Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-260 ']' [2020-08-03T23:28:34.052Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-260/archives/ [2020-08-03T23:28:34.052Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-260/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-03T23:28:34.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-03T23:28:34.632Z] [2020-08-03T23:28:34.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-03T23:28:35.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-03T23:28:35.021Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-03T23:28:35.021Z] c9b1b535fdd9: Pulling fs layer [2020-08-03T23:28:35.021Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-03T23:28:35.021Z] 756a868c4378: Pulling fs layer [2020-08-03T23:28:35.021Z] 444b2fc9a129: Pulling fs layer [2020-08-03T23:28:35.021Z] ea15f1150254: Pulling fs layer [2020-08-03T23:28:35.021Z] 41b27a9f41bf: Pulling fs layer [2020-08-03T23:28:35.021Z] 28c525ee5125: Pulling fs layer [2020-08-03T23:28:35.021Z] 094b1ea09ed8: Pulling fs layer [2020-08-03T23:28:35.021Z] 138eaada9080: Pulling fs layer [2020-08-03T23:28:35.021Z] 0622d0fa9048: Pulling fs layer [2020-08-03T23:28:35.021Z] 41b27a9f41bf: Waiting [2020-08-03T23:28:35.021Z] 28c525ee5125: Waiting [2020-08-03T23:28:35.021Z] 094b1ea09ed8: Waiting [2020-08-03T23:28:35.021Z] 138eaada9080: Waiting [2020-08-03T23:28:35.021Z] 0622d0fa9048: Waiting [2020-08-03T23:28:35.021Z] 444b2fc9a129: Waiting [2020-08-03T23:28:35.021Z] ea15f1150254: Waiting [2020-08-03T23:28:35.021Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-03T23:28:35.021Z] 2cc5ad85d9ab: Download complete [2020-08-03T23:28:35.021Z] 444b2fc9a129: Verifying Checksum [2020-08-03T23:28:35.021Z] 444b2fc9a129: Download complete [2020-08-03T23:28:35.021Z] c9b1b535fdd9: Verifying Checksum [2020-08-03T23:28:35.021Z] c9b1b535fdd9: Download complete [2020-08-03T23:28:35.021Z] ea15f1150254: Verifying Checksum [2020-08-03T23:28:35.021Z] ea15f1150254: Download complete [2020-08-03T23:28:35.021Z] 28c525ee5125: Verifying Checksum [2020-08-03T23:28:35.021Z] 28c525ee5125: Download complete [2020-08-03T23:28:35.613Z] 756a868c4378: Verifying Checksum [2020-08-03T23:28:35.613Z] 756a868c4378: Download complete [2020-08-03T23:28:35.613Z] c9b1b535fdd9: Pull complete [2020-08-03T23:28:35.613Z] 138eaada9080: Verifying Checksum [2020-08-03T23:28:35.613Z] 138eaada9080: Download complete [2020-08-03T23:28:35.613Z] 094b1ea09ed8: Verifying Checksum [2020-08-03T23:28:35.613Z] 094b1ea09ed8: Download complete [2020-08-03T23:28:35.613Z] 0622d0fa9048: Verifying Checksum [2020-08-03T23:28:35.613Z] 0622d0fa9048: Download complete [2020-08-03T23:28:35.613Z] 2cc5ad85d9ab: Pull complete [2020-08-03T23:28:36.189Z] 41b27a9f41bf: Verifying Checksum [2020-08-03T23:28:36.189Z] 41b27a9f41bf: Download complete [2020-08-03T23:28:38.101Z] 756a868c4378: Pull complete [2020-08-03T23:28:38.101Z] 444b2fc9a129: Pull complete [2020-08-03T23:28:38.364Z] ea15f1150254: Pull complete [2020-08-03T23:28:43.653Z] 41b27a9f41bf: Pull complete [2020-08-03T23:28:43.653Z] 28c525ee5125: Pull complete [2020-08-03T23:28:45.041Z] 094b1ea09ed8: Pull complete [2020-08-03T23:28:45.980Z] 138eaada9080: Pull complete [2020-08-03T23:28:46.240Z] 0622d0fa9048: Pull complete [2020-08-03T23:28:46.240Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-03T23:28:46.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-03T23:28:46.240Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-03T23:28:46.378Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-08-03T23:28:46.425Z] $ 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-260 -v /w/workspace/dry_go-mod-core-contracts_PR-260:/w/workspace/dry_go-mod-core-contracts_PR-260:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-260@tmp:/w/workspace/dry_go-mod-core-contracts_PR-260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-03T23:28:49.917Z] $ docker top 5ba8ffda07d9bca12bda7d671602c97c8fcf1aef9abac73169b381ea06488061 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-03T23:28:50.225Z] provisioning config files... [2020-08-03T23:28:50.241Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-260@tmp/config2560466823111498411tmp [Pipeline] { [Pipeline] echo [2020-08-03T23:28:50.314Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-03T23:28:50.606Z] ---> create-netrc.sh [Pipeline] echo [2020-08-03T23:28:50.614Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-03T23:28:50.902Z] ---> logs-deploy.sh [2020-08-03T23:28:50.902Z] + ARCHIVE_ARTIFACTS= [2020-08-03T23:28:50.902Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-03T23:28:50.902Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-03T23:28:50.902Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-03T23:28:50.902Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-260/4 [2020-08-03T23:28:50.902Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-260/4/ [2020-08-03T23:28:50.902Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-260/4 /w/workspace/dry_go-mod-core-contracts_PR-260 [2020-08-03T23:28:52.284Z] Archives upload complete. [2020-08-03T23:28:52.284Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-260/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-260/4/