Pull request #265 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at a9d107930e490a2241b8c88b38a50b9b497ae677 rather than f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 Obtained Jenkinsfile from a9d107930e490a2241b8c88b38a50b9b497ae677 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 Ready to run at Fri Aug 14 17:20:29 UTC 2020 Resuming build at Fri Aug 14 17:20:29 UTC 2020 after Jenkins restart Running on prd-centos7-docker-4c-2g-10 in /w/workspace/dry_go-mod-core-contracts_PR-265 [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-265 # 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/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/265/head:refs/remotes/origin/PR-265 # 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 Merging remotes/origin/master commit a9d107930e490a2241b8c88b38a50b9b497ae677 into PR head commit f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 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/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 # 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 a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 Checking out Revision f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 (PR-265) > git config core.sparsecheckout # timeout=10 > git checkout -f f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 # timeout=10 Commit message: "feat(metadata): Create metadata updating DTOs" > git rev-list --no-walk a41b14fae60cc0c8737d3fe2f3c1bf7c56f3bf43 # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo ========================================================= EdgeX Global Pipelines Version Info ========================================================= [Pipeline] libraryResource [Pipeline] sh ------------------- stable info: ------------------- Commited By: Ernesto Ojeda ernesto.ojeda@intel.com Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Message: update stable to v1.0.106 ------------------- experimental info: ------------------- Commited By: **** collab-it+edgex@linuxfoundation.org Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 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 + git log --format=format:%s -1 f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 [Pipeline] echo GIT_COMMIT: f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6, Commit Message: feat(metadata): Create metadata updating DTOs [Pipeline] echo This is not a build commit. [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest latest: Pulling from edgex-devops/git-semver 31603596830f: Pulling fs layer 2a8b12db71e7: Pulling fs layer 6ca5941a6612: Pulling fs layer ecc8261a40a4: Pulling fs layer ecc8261a40a4: Waiting 2a8b12db71e7: Download complete 31603596830f: Verifying Checksum 31603596830f: Download complete ecc8261a40a4: Verifying Checksum ecc8261a40a4: Download complete 6ca5941a6612: Verifying Checksum 6ca5941a6612: Download complete 31603596830f: Pull complete 2a8b12db71e7: Pull complete 6ca5941a6612: Pull complete ecc8261a40a4: Pull complete Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-10 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-265 -v /w/workspace/dry_go-mod-core-contracts_PR-265:/w/workspace/dry_go-mod-core-contracts_PR-265:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-265@tmp:/w/workspace/dry_go-mod-core-contracts_PR-265@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat $ docker top c3c665da197bcf1a48ed901deb29753ade213b4cd263189a92ef8f3e0a1c29e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ docker exec c3c665da197bcf1a48ed901deb29753ade213b4cd263189a92ef8f3e0a1c29e8 ssh-agent SSH_AUTH_SOCK=/tmp/ssh-0xxtuPcmw8jz/agent.11 SSH_AGENT_PID=16 Running ssh-add (command line suppressed) Identity added: /w/workspace/dry_go-mod-core-contracts_PR-265@tmp/private_key_7838498523998099328.key (/w/workspace/dry_go-mod-core-contracts_PR-265@tmp/private_key_7838498523998099328.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git describe --exact-match --tags HEAD fatal: No names found, cannot describe anything. [Pipeline] } $ docker exec --env ******** --env ******** c3c665da197bcf1a48ed901deb29753ade213b4cd263189a92ef8f3e0a1c29e8 ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 16 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 This usually means this commit has not been tagged. [Pipeline] sshagent [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ docker exec c3c665da197bcf1a48ed901deb29753ade213b4cd263189a92ef8f3e0a1c29e8 ssh-agent SSH_AUTH_SOCK=/tmp/ssh-sqQwMlP7FWJ4/agent.44 SSH_AGENT_PID=49 Running ssh-add (command line suppressed) Identity added: /w/workspace/dry_go-mod-core-contracts_PR-265@tmp/private_key_4909398735037850106.key (/w/workspace/dry_go-mod-core-contracts_PR-265@tmp/private_key_4909398735037850106.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git semver init # -> Open(): unable to determine branch for HEAD # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-265/.git # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-265 # $SEMVER_REMOTE_NAME = origin # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org # $SEMVER_USER_NAME = edgex-jenkins # $SEMVER_BRANCH = PR-265 # $SEMVER_TEMP = /tmp/semver-754269201 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP # '/tmp/semver-754269201' -> '/w/workspace/dry_go-mod-core-contracts_PR-265/.semver' # -> Force: false # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-265/.semver [Pipeline] } $ docker exec --env ******** --env ******** c3c665da197bcf1a48ed901deb29753ade213b4cd263189a92ef8f3e0a1c29e8 ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 49 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh + git semver [Pipeline] } $ docker stop --time=1 c3c665da197bcf1a48ed901deb29753ade213b4cd263189a92ef8f3e0a1c29e8 $ docker rm -f c3c665da197bcf1a48ed901deb29753ade213b4cd263189a92ef8f3e0a1c29e8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash Stashed 85 file(s) [Pipeline] echo [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 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 Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-19’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-29’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32’ is offline; ‘prd-centos7-docker-4c-2g-35’ is offline; ‘prd-centos7-docker-4c-2g-36’ is offline; ‘prd-centos7-docker-4c-2g-38’ is offline; ‘prd-centos7-docker-4c-2g-3’ is offline Still waiting to schedule task Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ Running on prd-centos7-docker-4c-2g-58 in /w/workspace/dry_go-mod-core-contracts_PR-265 [Pipeline] { [Pipeline] ws Running in /w/workspace/go-mod-core-contracts/8 [Pipeline] { [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/go-mod-core-contracts/8 # 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/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/265/head:refs/remotes/origin/PR-265 # 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/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a9d107930e490a2241b8c88b38a50b9b497ae677 into PR head commit f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 Merge succeeded, producing f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 > git config core.sparsecheckout # timeout=10 > git checkout -f f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 # 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 a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Checking out Revision f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 (PR-265) > git config core.sparsecheckout # timeout=10 > git checkout -f f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 # timeout=10 Commit message: "feat(metadata): Create metadata updating DTOs" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo ========================================================= [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] ========================================================= [Pipeline] isUnix [Pipeline] sh + 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 . Sending build context to Docker daemon 2.11MB Step 1/7 : ARG BASE=golang:1.13-alpine Step 2/7 : FROM ${BASE} 1.13-alpine: Pulling from edgex-devops/edgex-golang-base df20fa9351a1: Pulling fs layer ed8968b2872e: Pulling fs layer a92cc7c5fd73: Pulling fs layer 2dd03ba5bac4: Pulling fs layer 1e091d79d1de: Pulling fs layer 481702a1767f: Pulling fs layer f64a6f60c768: Pulling fs layer e78d2573fc39: Pulling fs layer e876d2f968b6: Pulling fs layer ce8a83651883: Pulling fs layer 07967f4d0e4b: Pulling fs layer f64a6f60c768: Waiting e78d2573fc39: Waiting e876d2f968b6: Waiting 07967f4d0e4b: Waiting ce8a83651883: Waiting 2dd03ba5bac4: Waiting 1e091d79d1de: Waiting 481702a1767f: Waiting a92cc7c5fd73: Verifying Checksum a92cc7c5fd73: Download complete ed8968b2872e: Verifying Checksum ed8968b2872e: Download complete 1e091d79d1de: Verifying Checksum 1e091d79d1de: Download complete 481702a1767f: Verifying Checksum 481702a1767f: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete df20fa9351a1: Pull complete ed8968b2872e: Pull complete a92cc7c5fd73: Pull complete f64a6f60c768: Verifying Checksum f64a6f60c768: Download complete e876d2f968b6: Download complete e78d2573fc39: Verifying Checksum e78d2573fc39: Download complete 2dd03ba5bac4: Download complete 07967f4d0e4b: Verifying Checksum 07967f4d0e4b: Download complete ce8a83651883: Verifying Checksum ce8a83651883: Download complete 2dd03ba5bac4: Pull complete 1e091d79d1de: Pull complete 481702a1767f: Pull complete f64a6f60c768: Pull complete e78d2573fc39: Pull complete e876d2f968b6: Pull complete ce8a83651883: Pull complete 07967f4d0e4b: Pull complete Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine ---> 5d7c900382c6 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' ---> Running in 3eb540a9d6d3 Removing intermediate container 3eb540a9d6d3 ---> 98561b060d04 Step 4/7 : RUN apk add bash ---> Running in 19a081384356 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz OK: 166 MiB in 39 packages Removing intermediate container 19a081384356 ---> 0f6a20b4efb0 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry ---> Running in 2adb47d9f060 Removing intermediate container 2adb47d9f060 ---> fd6609af0b61 Step 6/7 : COPY go.mod . ---> dc3723ba01fe Step 7/7 : RUN go mod download ---> Running in 8bb6f48478b5 go: finding github.com/davecgh/go-spew v1.1.0 go: finding github.com/fxamacker/cbor/v2 v2.2.0 go: finding github.com/go-kit/kit v0.8.0 go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding github.com/go-playground/assert/v2 v2.0.1 go: finding github.com/go-playground/locales v0.13.0 go: finding github.com/go-playground/universal-translator v0.17.0 go: finding github.com/go-playground/validator/v10 v10.3.0 go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/google/uuid v1.1.0 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding github.com/leodido/go-urn v1.2.0 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/stretchr/objx v0.1.0 go: finding github.com/stretchr/testify v1.5.1 go: finding github.com/x448/float16 v0.8.4 go: finding golang.org/x/text v0.3.2 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: finding gopkg.in/yaml.v2 v2.2.8 Removing intermediate container 8bb6f48478b5 ---> 7e5f93c3b39d Successfully built 7e5f93c3b39d 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 + docker inspect -f . ci-base-image-x86_64 . [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-58 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat $ docker top 5ae4b5ecaae015775fc8fc19c4e8e1fc5246804782b12cfa24a1128a488355ec -eo pid,comm [Pipeline] { [Pipeline] sh + go version go version go1.13.13 linux/amd64 [Pipeline] sh + make test CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... Running on prd-ubuntu18.04-docker-arm64-4c-16g-62 in /w/workspace/dry_go-mod-core-contracts_PR-265 [Pipeline] { [Pipeline] ws Running in /w/workspace/go-mod-core-contracts/8 [Pipeline] { [Pipeline] checkout ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.014s coverage: 85.7% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.030s coverage: 100.0% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.007s coverage: 6.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.015s coverage: 14.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.014s coverage: 100.0% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.062s coverage: 91.8% of statements ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements 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/go-mod-core-contracts/8 # 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/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a9d107930e490a2241b8c88b38a50b9b497ae677 into PR head commit f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.037s coverage: 62.6% of statements ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.025s coverage: 15.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.047s coverage: 14.3% of statements ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 19.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 100.0% of statements ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.023s coverage: 95.0% of statements > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/265/head:refs/remotes/origin/PR-265 # 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/265/head:refs/remotes/origin/PR-265 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 Checking out Revision f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 (PR-265) ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] CGO_ENABLED=0 GO111MODULE=on go vet ./... using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8d5fa65bc53a1cf97aaa5d9a82645dae5e647e6 # timeout=10 gofmt -l . [ "`gofmt -l .`" = "" ] [Pipeline] stash Stashed 1 file(s) [Pipeline] } $ docker stop --time=1 5ae4b5ecaae015775fc8fc19c4e8e1fc5246804782b12cfa24a1128a488355ec Commit message: "feat(metadata): Create metadata updating DTOs" $ docker rm -f 5ae4b5ecaae015775fc8fc19c4e8e1fc5246804782b12cfa24a1128a488355ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] unstash 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] echo ========================================================= [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] ========================================================= [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh + 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 . Sending build context to Docker daemon 2.11MB Step 1/7 : ARG BASE=golang:1.13-alpine Step 2/7 : FROM ${BASE} 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 b538f80385f9: Pulling fs layer 74f711af9a0d: Pulling fs layer 99f96fe45779: Pulling fs layer fd7a069fd194: Pulling fs layer 66aa3694b03b: Pulling fs layer 170f70906a0f: Pulling fs layer ad7c5574e4b9: Pulling fs layer e772456be8f7: Pulling fs layer c890913d741a: Pulling fs layer 2480fcc9aa5a: Pulling fs layer 09adf4765672: Pulling fs layer fd7a069fd194: Waiting 66aa3694b03b: Waiting 170f70906a0f: Waiting ad7c5574e4b9: Waiting e772456be8f7: Waiting c890913d741a: Waiting 2480fcc9aa5a: Waiting 09adf4765672: Waiting 99f96fe45779: Download complete 74f711af9a0d: Verifying Checksum 74f711af9a0d: Download complete 66aa3694b03b: Verifying Checksum 66aa3694b03b: Download complete 170f70906a0f: Verifying Checksum 170f70906a0f: Download complete b538f80385f9: Verifying Checksum b538f80385f9: Download complete b538f80385f9: Pull complete 74f711af9a0d: Pull complete 99f96fe45779: Pull complete ad7c5574e4b9: Verifying Checksum ad7c5574e4b9: Download complete c890913d741a: Verifying Checksum c890913d741a: Download complete 2480fcc9aa5a: Verifying Checksum 2480fcc9aa5a: Download complete 09adf4765672: Verifying Checksum 09adf4765672: Download complete e772456be8f7: Verifying Checksum e772456be8f7: Download complete fd7a069fd194: Download complete fd7a069fd194: Pull complete 66aa3694b03b: Pull complete 170f70906a0f: Pull complete ad7c5574e4b9: Pull complete e772456be8f7: Pull complete c890913d741a: Pull complete 2480fcc9aa5a: Pull complete 09adf4765672: Pull complete Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine ---> 2248a725d1cf Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' ---> Running in e76c675b50df Removing intermediate container e76c675b50df ---> 90f982589288 Step 4/7 : RUN apk add bash ---> Running in acb52c132d68 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz OK: 142 MiB in 39 packages Removing intermediate container acb52c132d68 ---> 992a83a5cc88 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry ---> Running in 28e033183451 Removing intermediate container 28e033183451 ---> 80b6532e9e4f Step 6/7 : COPY go.mod . ---> 72e4629ee69b Step 7/7 : RUN go mod download ---> Running in 41f6a56b170a go: finding github.com/davecgh/go-spew v1.1.0 go: finding github.com/fxamacker/cbor/v2 v2.2.0 go: finding github.com/go-kit/kit v0.8.0 go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding github.com/go-playground/assert/v2 v2.0.1 go: finding github.com/go-playground/locales v0.13.0 go: finding github.com/go-playground/universal-translator v0.17.0 go: finding github.com/go-playground/validator/v10 v10.3.0 go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/google/uuid v1.1.0 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding github.com/leodido/go-urn v1.2.0 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/stretchr/objx v0.1.0 go: finding github.com/stretchr/testify v1.5.1 go: finding github.com/x448/float16 v0.8.4 go: finding golang.org/x/text v0.3.2 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: finding gopkg.in/yaml.v2 v2.2.8 Removing intermediate container 41f6a56b170a ---> 30bd962a95c4 Successfully built 30bd962a95c4 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-arm64 . [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-62 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat $ docker top 9156a2fac61a0ea2035f034994e4fdf137184b0f51aff0d1cccdbd2fdb2b9c74 -eo pid,comm [Pipeline] { [Pipeline] sh + go version go version go1.13.13 linux/arm64 [Pipeline] sh + make test CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.044s coverage: 100.0% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.038s coverage: 45.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.042s coverage: 77.8% of statements ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.037s coverage: 6.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.077s coverage: 14.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.073s coverage: 91.8% of statements ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.013s coverage: 100.0% of statements ok github.com/edgexfoundry/go-mod-core-contracts/models 0.106s coverage: 62.6% of statements ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.037s coverage: 26.3% of statements ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.045s coverage: 15.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.029s coverage: 15.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.022s coverage: 14.3% of statements ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.027s coverage: 19.4% of statements ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.032s coverage: 100.0% of statements ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 95.0% of statements ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.030s coverage: 100.0% of statements ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] CGO_ENABLED=0 GO111MODULE=on go vet ./... gofmt -l . [ "`gofmt -l .`" = "" ] [Pipeline] stash Warning: overwriting stash ‘coverage-report’ Stashed 1 file(s) [Pipeline] } $ docker stop --time=1 9156a2fac61a0ea2035f034994e4fdf137184b0f51aff0d1cccdbd2fdb2b9c74 $ docker rm -f 9156a2fac61a0ea2035f034994e4fdf137184b0f51aff0d1cccdbd2fdb2b9c74 [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 provisioning config files... copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-265@tmp/config7763754933708489550tmp [Pipeline] { [Pipeline] sh + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-265@tmp/config7763754933708489550tmp + curl -s https://codecov.io/bash [Pipeline] } 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 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh ---> package-listing.sh ++ tr '[:upper:]' '[:lower:]' ++ facter osfamily + OS_FAMILY=redhat + workspace=/w/workspace/dry_go-mod-core-contracts_PR-265 + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/dry_go-mod-core-contracts_PR-265 ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + rpm -qa + sort + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/dry_go-mod-core-contracts_PR-265 ']' + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-265/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-265/archives/ [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine alpine: Pulling from edgex-lftools-log-publisher c9b1b535fdd9: Pulling fs layer 2cc5ad85d9ab: Pulling fs layer 756a868c4378: Pulling fs layer 444b2fc9a129: Pulling fs layer ea15f1150254: Pulling fs layer 41b27a9f41bf: Pulling fs layer 28c525ee5125: Pulling fs layer 094b1ea09ed8: Pulling fs layer 138eaada9080: Pulling fs layer 0622d0fa9048: Pulling fs layer ea15f1150254: Waiting 41b27a9f41bf: Waiting 28c525ee5125: Waiting 094b1ea09ed8: Waiting 138eaada9080: Waiting 0622d0fa9048: Waiting 444b2fc9a129: Waiting 2cc5ad85d9ab: Verifying Checksum 2cc5ad85d9ab: Download complete 444b2fc9a129: Verifying Checksum 444b2fc9a129: Download complete c9b1b535fdd9: Verifying Checksum ea15f1150254: Download complete 28c525ee5125: Verifying Checksum 28c525ee5125: Download complete c9b1b535fdd9: Pull complete 756a868c4378: Verifying Checksum 756a868c4378: Download complete 138eaada9080: Verifying Checksum 138eaada9080: Download complete 094b1ea09ed8: Verifying Checksum 094b1ea09ed8: Download complete 0622d0fa9048: Verifying Checksum 0622d0fa9048: Download complete 2cc5ad85d9ab: Pull complete 41b27a9f41bf: Verifying Checksum 41b27a9f41bf: Download complete 756a868c4378: Pull complete 444b2fc9a129: Pull complete ea15f1150254: Pull complete 41b27a9f41bf: Pull complete 28c525ee5125: Pull complete 094b1ea09ed8: Pull complete 138eaada9080: Pull complete 0622d0fa9048: Pull complete Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-10 does not seem to be running inside a container $ 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-265 -v /w/workspace/dry_go-mod-core-contracts_PR-265:/w/workspace/dry_go-mod-core-contracts_PR-265:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-265@tmp:/w/workspace/dry_go-mod-core-contracts_PR-265@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat $ docker top 6c18590b2bcb15b1a2c80ec50da394ab45c162948289d3ecf050b36bcedce08e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-265@tmp/config4146606856208432743tmp [Pipeline] { [Pipeline] echo Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh ---> create-netrc.sh [Pipeline] echo Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh ---> logs-deploy.sh + ARCHIVE_ARTIFACTS= + LOGS_SERVER=https://logs.edgexfoundry.org + '[' https://logs.edgexfoundry.org == None ']' + NEXUS_URL=https://nexus.edgexfoundry.org + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-265/8 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-265/8/ + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-265/8 /w/workspace/dry_go-mod-core-contracts_PR-265 Archives upload complete. + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-265/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/PR-265/8/ ---> uname -a: Linux 6c18590b2bcb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 40 bits physical, 48 bits virtual CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 4 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) Stepping: 1 CPU MHz: 2933.438 BogoMIPS: 5866.87 Virtualization: VT-x Hypervisor vendor: KVM Virtualization type: full L1d cache: 128 KiB L1i cache: 128 KiB L2 cache: 16 MiB L3 cache: 64 MiB NUMA node0 CPU(s): 0-3 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown Vulnerability Meltdown: Mitigation; PTI Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB Vulnerability Tsx async abort: Not affected 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