Pull request #375 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 48faebd91f61d19e21ea743e835884d7a2936305+236840f335d952384003a0e741c2f61d85d23839 (91c0bb9e8b7f434bf7d61a6d91c185ac34dddd5a) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 --version # 'git version 2.16.6' > 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-375/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-375/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Excluding src/test/ from checkout of git git@github.com:lfit/releng-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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13803’ Running on prd-centos7-docker-4c-2g-13807 in /w/workspace/dry_go-mod-core-contracts_PR-375 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-375 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 236840f335d952384003a0e741c2f61d85d23839 into PR head commit 48faebd91f61d19e21ea743e835884d7a2936305 Merge succeeded, producing 48faebd91f61d19e21ea743e835884d7a2936305 Checking out Revision 48faebd91f61d19e21ea743e835884d7a2936305 (PR-375) > 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 --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 48faebd91f61d19e21ea743e835884d7a2936305 # 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 236840f335d952384003a0e741c2f61d85d23839 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 48faebd91f61d19e21ea743e835884d7a2936305 # timeout=10 Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-30T06:22:56.730Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-30T06:22:57.131Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-30T06:22:57.348Z] ========================================================= [2020-11-30T06:22:57.348Z] EdgeX Global Pipelines Version Info [2020-11-30T06:22:57.348Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:22:58.886Z] ------------------- [2020-11-30T06:22:58.886Z] stable info: [2020-11-30T06:22:58.886Z] ------------------- [2020-11-30T06:22:58.886Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-30T06:22:58.886Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-30T06:22:58.886Z] Message: update stable to v1.0.167 [2020-11-30T06:22:59.835Z] ------------------- [2020-11-30T06:22:59.835Z] experimental info: [2020-11-30T06:22:59.835Z] ------------------- [2020-11-30T06:22:59.835Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-30T06:22:59.835Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-30T06:22:59.835Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-30T06:23:00.398Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-30T06:23:00.532Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-30T06:23:00.686Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-30T06:23:00.833Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-30T06:23:00.985Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-30T06:23:01.169Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-30T06:23:01.296Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-30T06:23:01.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-30T06:23:01.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-30T06:23:01.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-30T06:23:01.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-30T06:23:02.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-30T06:23:02.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-30T06:23:02.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-30T06:23:02.551Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T06:23:02.680Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T06:23:02.815Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T06:23:02.952Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-30T06:23:03.069Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-30T06:23:03.188Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-30T06:23:03.311Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-30T06:23:03.437Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-30T06:23:03.556Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-30T06:23:03.690Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-30T06:23:03.823Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-30T06:23:03.947Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-30T06:23:04.071Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-375 [Pipeline] echo [2020-11-30T06:23:04.191Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-375 [Pipeline] echo [2020-11-30T06:23:04.315Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-375 [Pipeline] echo [2020-11-30T06:23:04.426Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 48faebd91f61d19e21ea743e835884d7a2936305 [Pipeline] echo [2020-11-30T06:23:04.542Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 48faebd [Pipeline] echo [2020-11-30T06:23:04.671Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T06:23:04.929Z] provisioning config files... [2020-11-30T06:23:04.959Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config1917699912442203780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:23:05.429Z] ---> docker-login.sh [2020-11-30T06:23:05.429Z] nexus3.edgexfoundry.org:10001 [2020-11-30T06:23:05.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:23:05.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:23:05.693Z] Configure a credential helper to remove this warning. See [2020-11-30T06:23:05.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:23:05.693Z] [2020-11-30T06:23:05.693Z] Login Succeeded [2020-11-30T06:23:05.693Z] nexus3.edgexfoundry.org:10002 [2020-11-30T06:23:05.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:23:05.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:23:05.956Z] Configure a credential helper to remove this warning. See [2020-11-30T06:23:05.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:23:05.956Z] [2020-11-30T06:23:05.956Z] Login Succeeded [2020-11-30T06:23:05.956Z] nexus3.edgexfoundry.org:10003 [2020-11-30T06:23:06.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:23:06.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:23:06.219Z] Configure a credential helper to remove this warning. See [2020-11-30T06:23:06.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:23:06.219Z] [2020-11-30T06:23:06.219Z] Login Succeeded [2020-11-30T06:23:06.219Z] nexus3.edgexfoundry.org:10004 [2020-11-30T06:23:06.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:23:06.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:23:06.482Z] Configure a credential helper to remove this warning. See [2020-11-30T06:23:06.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:23:06.482Z] [2020-11-30T06:23:06.482Z] Login Succeeded [2020-11-30T06:23:06.482Z] docker.io [2020-11-30T06:23:06.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:23:07.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:23:07.570Z] Configure a credential helper to remove this warning. See [2020-11-30T06:23:07.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:23:07.570Z] [2020-11-30T06:23:07.570Z] Login Succeeded [2020-11-30T06:23:07.570Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T06:23:07.604Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T06:23:08.598Z] + git log --format=format:%s -1 48faebd91f61d19e21ea743e835884d7a2936305 [Pipeline] echo [2020-11-30T06:23:08.689Z] GIT_COMMIT: 48faebd91f61d19e21ea743e835884d7a2936305, Commit Message: build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0 [Pipeline] echo [2020-11-30T06:23:08.771Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:23:09.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T06:23:09.488Z] [2020-11-30T06:23:09.488Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:23:09.896Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T06:23:09.896Z] latest: Pulling from edgex-devops/git-semver [2020-11-30T06:23:09.896Z] 31603596830f: Pulling fs layer [2020-11-30T06:23:09.896Z] 2a8b12db71e7: Pulling fs layer [2020-11-30T06:23:09.896Z] 6ca5941a6612: Pulling fs layer [2020-11-30T06:23:09.896Z] ecc8261a40a4: Pulling fs layer [2020-11-30T06:23:09.896Z] ecc8261a40a4: Waiting [2020-11-30T06:23:09.896Z] 2a8b12db71e7: Verifying Checksum [2020-11-30T06:23:09.896Z] 2a8b12db71e7: Download complete [2020-11-30T06:23:10.159Z] 31603596830f: Download complete [2020-11-30T06:23:10.159Z] ecc8261a40a4: Verifying Checksum [2020-11-30T06:23:10.159Z] ecc8261a40a4: Download complete [2020-11-30T06:23:10.159Z] 6ca5941a6612: Verifying Checksum [2020-11-30T06:23:10.159Z] 6ca5941a6612: Download complete [2020-11-30T06:23:10.428Z] 31603596830f: Pull complete [2020-11-30T06:23:10.690Z] 2a8b12db71e7: Pull complete [2020-11-30T06:23:11.265Z] 6ca5941a6612: Pull complete [2020-11-30T06:23:11.534Z] ecc8261a40a4: Pull complete [2020-11-30T06:23:12.110Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-30T06:23:12.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-30T06:23:12.110Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-30T06:23:12.291Z] prd-centos7-docker-4c-2g-13807 does not seem to be running inside a container [2020-11-30T06:23:12.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-375 -v /w/workspace/dry_go-mod-core-contracts_PR-375:/w/workspace/dry_go-mod-core-contracts_PR-375:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-375@tmp:/w/workspace/dry_go-mod-core-contracts_PR-375@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-30T06:23:13.962Z] $ docker top 4aaca869e3b8778352a81940c1ea42a43dce17582d17d77b38eafed90b4a67a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-30T06:23:14.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T06:23:14.378Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T06:23:14.591Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T06:23:14.597Z] $ docker exec 4aaca869e3b8778352a81940c1ea42a43dce17582d17d77b38eafed90b4a67a3 ssh-agent [2020-11-30T06:23:14.774Z] SSH_AUTH_SOCK=/tmp/ssh-J4g60Dawytgl/agent.13 [2020-11-30T06:23:14.774Z] SSH_AGENT_PID=18 [2020-11-30T06:23:14.783Z] Running ssh-add (command line suppressed) [2020-11-30T06:23:14.903Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_5558591737882539421.key (/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_5558591737882539421.key) [2020-11-30T06:23:14.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T06:23:15.331Z] + git tag --points-at HEAD [Pipeline] } [2020-11-30T06:23:15.364Z] $ docker exec --env ******** --env ******** 4aaca869e3b8778352a81940c1ea42a43dce17582d17d77b38eafed90b4a67a3 ssh-agent -k [2020-11-30T06:23:15.475Z] unset SSH_AUTH_SOCK; [2020-11-30T06:23:15.475Z] unset SSH_AGENT_PID; [2020-11-30T06:23:15.475Z] echo Agent pid 18 killed; [2020-11-30T06:23:15.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-30T06:23:15.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-30T06:23:15.728Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-30T06:23:15.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-30T06:23:15.905Z] $ docker exec 4aaca869e3b8778352a81940c1ea42a43dce17582d17d77b38eafed90b4a67a3 ssh-agent [2020-11-30T06:23:16.063Z] SSH_AUTH_SOCK=/tmp/ssh-IHarssToJc53/agent.47 [2020-11-30T06:23:16.063Z] SSH_AGENT_PID=52 [2020-11-30T06:23:16.071Z] Running ssh-add (command line suppressed) [2020-11-30T06:23:16.193Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_4289650958240629249.key (/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/private_key_4289650958240629249.key) [2020-11-30T06:23:16.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-30T06:23:16.643Z] + git semver init [2020-11-30T06:23:16.643Z] # -> Open(): unable to determine branch for HEAD [2020-11-30T06:23:16.643Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-375/.git [2020-11-30T06:23:16.643Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-375 [2020-11-30T06:23:16.643Z] # $SEMVER_REMOTE_NAME = origin [2020-11-30T06:23:16.643Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-30T06:23:16.643Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-30T06:23:16.643Z] # $SEMVER_BRANCH = PR-375 [2020-11-30T06:23:16.643Z] # $SEMVER_TEMP = /tmp/semver-628779798 [2020-11-30T06:23:16.643Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-30T06:23:17.221Z] # '/tmp/semver-628779798' -> '/w/workspace/dry_go-mod-core-contracts_PR-375/.semver' [2020-11-30T06:23:17.221Z] # -> Force: false [2020-11-30T06:23:17.221Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-375/.semver [Pipeline] } [2020-11-30T06:23:17.253Z] $ docker exec --env ******** --env ******** 4aaca869e3b8778352a81940c1ea42a43dce17582d17d77b38eafed90b4a67a3 ssh-agent -k [2020-11-30T06:23:17.363Z] unset SSH_AUTH_SOCK; [2020-11-30T06:23:17.364Z] unset SSH_AGENT_PID; [2020-11-30T06:23:17.364Z] echo Agent pid 52 killed; [2020-11-30T06:23:17.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-30T06:23:18.010Z] + git semver [Pipeline] } [2020-11-30T06:23:18.046Z] $ docker stop --time=1 4aaca869e3b8778352a81940c1ea42a43dce17582d17d77b38eafed90b4a67a3 [2020-11-30T06:23:19.912Z] $ docker rm -f 4aaca869e3b8778352a81940c1ea42a43dce17582d17d77b38eafed90b4a67a3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T06:23:20.424Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-30T06:23:20.840Z] Stashed 1 file(s) [Pipeline] echo [2020-11-30T06:23:20.857Z] [edgeXSemver]: initialized semver on 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-11-30T06:23:36.802Z] Still waiting to schedule task [2020-11-30T06:23:36.802Z] ‘prd-centos7-docker-4c-2g-13808’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-11-30T06:23:36.827Z] Still waiting to schedule task [2020-11-30T06:23:36.828Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-30T06:25:42.807Z] Running on prd-centos7-docker-4c-2g-13812 in /w/workspace/dry_go-mod-core-contracts_PR-375 [Pipeline] { [Pipeline] ws [2020-11-30T06:25:43.006Z] Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout [2020-11-30T06:25:45.855Z] using credential edgex-jenkins-ssh [2020-11-30T06:25:45.920Z] Cloning the remote Git repository [2020-11-30T06:25:45.951Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T06:25:46.023Z] > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 [2020-11-30T06:25:46.085Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T06:25:46.085Z] > git --version # timeout=10 [2020-11-30T06:25:46.094Z] > git --version # 'git version 2.24.3' [2020-11-30T06:25:46.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:25:46.116Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T06:25:47.505Z] Merging remotes/origin/master commit 236840f335d952384003a0e741c2f61d85d23839 into PR head commit 48faebd91f61d19e21ea743e835884d7a2936305 [2020-11-30T06:25:47.621Z] Merge succeeded, producing 48faebd91f61d19e21ea743e835884d7a2936305 [2020-11-30T06:25:47.621Z] Checking out Revision 48faebd91f61d19e21ea743e835884d7a2936305 (PR-375) [2020-11-30T06:25:47.069Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T06:25:47.077Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T06:25:47.090Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T06:25:47.105Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T06:25:47.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:25:47.111Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T06:25:47.517Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T06:25:47.525Z] > git checkout -f 48faebd91f61d19e21ea743e835884d7a2936305 # timeout=10 [2020-11-30T06:25:47.589Z] > git remote # timeout=10 [2020-11-30T06:25:47.594Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T06:25:47.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:25:47.605Z] > git merge 236840f335d952384003a0e741c2f61d85d23839 # timeout=10 [2020-11-30T06:25:47.614Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T06:25:47.626Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T06:25:47.630Z] > git checkout -f 48faebd91f61d19e21ea743e835884d7a2936305 # timeout=10 [2020-11-30T06:25:51.353Z] Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" [2020-11-30T06:25:51.382Z] > git --version # timeout=10 [2020-11-30T06:25:51.387Z] > git --version # 'git version 2.24.3' [2020-11-30T06:25:51.391Z] fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T06:25:53.068Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-30T06:25:53.420Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T06:25:53.749Z] + sudo service docker restart [2020-11-30T06:25:53.749Z] + true [2020-11-30T06:25:53.749Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T06:25:54.843Z] provisioning config files... [2020-11-30T06:25:54.877Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/1@tmp/config6830727041879790616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:25:55.326Z] ---> docker-login.sh [2020-11-30T06:25:55.326Z] nexus3.edgexfoundry.org:10001 [2020-11-30T06:25:55.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:55.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:55.860Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:55.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:55.860Z] [2020-11-30T06:25:55.860Z] Login Succeeded [2020-11-30T06:25:55.860Z] nexus3.edgexfoundry.org:10002 [2020-11-30T06:25:55.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:55.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:55.860Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:55.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:55.860Z] [2020-11-30T06:25:55.860Z] Login Succeeded [2020-11-30T06:25:55.860Z] nexus3.edgexfoundry.org:10003 [2020-11-30T06:25:56.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:56.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:56.126Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:56.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:56.126Z] [2020-11-30T06:25:56.126Z] Login Succeeded [2020-11-30T06:25:56.126Z] nexus3.edgexfoundry.org:10004 [2020-11-30T06:25:56.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:56.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:56.393Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:56.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:56.393Z] [2020-11-30T06:25:56.393Z] Login Succeeded [2020-11-30T06:25:56.393Z] docker.io [2020-11-30T06:25:56.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:25:56.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:25:56.657Z] Configure a credential helper to remove this warning. See [2020-11-30T06:25:56.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:25:56.657Z] [2020-11-30T06:25:56.657Z] Login Succeeded [2020-11-30T06:25:56.657Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T06:25:56.684Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T06:25:57.343Z] ========================================================= [2020-11-30T06:25:57.343Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-30T06:25:57.343Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:25:57.731Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-30T06:25:57.995Z] Sending build context to Docker daemon 1.848MB [2020-11-30T06:25:57.995Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-30T06:25:57.995Z] Step 2/7 : FROM ${BASE} [2020-11-30T06:25:57.995Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-30T06:25:57.995Z] df20fa9351a1: Pulling fs layer [2020-11-30T06:25:57.995Z] ed8968b2872e: Pulling fs layer [2020-11-30T06:25:57.995Z] a92cc7c5fd73: Pulling fs layer [2020-11-30T06:25:57.995Z] e871e8e8d7a9: Pulling fs layer [2020-11-30T06:25:57.995Z] e73272ec9a57: Pulling fs layer [2020-11-30T06:25:57.995Z] 1e910a182e73: Pulling fs layer [2020-11-30T06:25:57.995Z] 4e634b169226: Pulling fs layer [2020-11-30T06:25:57.995Z] e871e8e8d7a9: Waiting [2020-11-30T06:25:57.995Z] 1e910a182e73: Waiting [2020-11-30T06:25:57.995Z] 4e634b169226: Waiting [2020-11-30T06:25:57.995Z] e73272ec9a57: Waiting [2020-11-30T06:25:57.995Z] a92cc7c5fd73: Verifying Checksum [2020-11-30T06:25:57.995Z] a92cc7c5fd73: Download complete [2020-11-30T06:25:57.995Z] ed8968b2872e: Download complete [2020-11-30T06:25:57.995Z] e73272ec9a57: Verifying Checksum [2020-11-30T06:25:57.995Z] e73272ec9a57: Download complete [2020-11-30T06:25:57.995Z] 1e910a182e73: Verifying Checksum [2020-11-30T06:25:57.995Z] 1e910a182e73: Download complete [2020-11-30T06:25:57.995Z] df20fa9351a1: Verifying Checksum [2020-11-30T06:25:57.995Z] df20fa9351a1: Download complete [2020-11-30T06:25:58.267Z] df20fa9351a1: Pull complete [2020-11-30T06:25:58.537Z] ed8968b2872e: Pull complete [2020-11-30T06:25:58.803Z] a92cc7c5fd73: Pull complete [2020-11-30T06:25:59.761Z] 4e634b169226: Verifying Checksum [2020-11-30T06:25:59.761Z] 4e634b169226: Download complete [2020-11-30T06:26:01.702Z] e871e8e8d7a9: Verifying Checksum [2020-11-30T06:26:01.702Z] e871e8e8d7a9: Download complete [2020-11-30T06:26:07.079Z] e871e8e8d7a9: Pull complete [2020-11-30T06:26:07.079Z] e73272ec9a57: Pull complete [2020-11-30T06:26:07.079Z] 1e910a182e73: Pull complete [2020-11-30T06:26:12.443Z] 4e634b169226: Pull complete [2020-11-30T06:26:12.443Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-30T06:26:12.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-30T06:26:12.443Z] ---> f7629b54cfaa [2020-11-30T06:26:12.443Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-30T06:26:12.443Z] ---> Running in f65f02a1bb48 [2020-11-30T06:26:12.716Z] Removing intermediate container f65f02a1bb48 [2020-11-30T06:26:12.716Z] ---> 7b15a33c1857 [2020-11-30T06:26:12.716Z] Step 4/7 : RUN apk add bash [2020-11-30T06:26:12.716Z] ---> Running in 05f48ed63094 [2020-11-30T06:26:13.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-30T06:26:13.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-30T06:26:14.483Z] OK: 166 MiB in 39 packages [2020-11-30T06:26:15.067Z] Removing intermediate container 05f48ed63094 [2020-11-30T06:26:15.067Z] ---> f553dce1b77d [2020-11-30T06:26:15.067Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-30T06:26:15.067Z] ---> Running in 3c0e4a701957 [2020-11-30T06:26:15.332Z] Removing intermediate container 3c0e4a701957 [2020-11-30T06:26:15.332Z] ---> 51265cebd1c1 [2020-11-30T06:26:15.332Z] Step 6/7 : COPY go.mod . [2020-11-30T06:26:15.332Z] ---> c656c2971ff2 [2020-11-30T06:26:15.332Z] Step 7/7 : RUN go mod download [2020-11-30T06:26:15.597Z] ---> Running in 95008e5dffd0 [2020-11-30T06:26:27.915Z] Removing intermediate container 95008e5dffd0 [2020-11-30T06:26:27.915Z] ---> eab6c8327b8b [2020-11-30T06:26:27.915Z] Successfully built eab6c8327b8b [2020-11-30T06:26:27.915Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:26:28.275Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T06:26:28.275Z] . [Pipeline] withDockerContainer [2020-11-30T06:26:28.422Z] prd-centos7-docker-4c-2g-13812 does not seem to be running inside a container [2020-11-30T06:26:28.487Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-x86_64 cat [2020-11-30T06:26:29.252Z] $ docker top 44e059ae68f890729097352f5fb5230037cd5062503827a8e2820e9da84270b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:26:29.911Z] + go version [2020-11-30T06:26:29.911Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-30T06:26:29.943Z] $ docker stop --time=1 44e059ae68f890729097352f5fb5230037cd5062503827a8e2820e9da84270b9 [2020-11-30T06:26:31.918Z] $ docker rm -f 44e059ae68f890729097352f5fb5230037cd5062503827a8e2820e9da84270b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:26:33.049Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-30T06:26:33.049Z] . [Pipeline] withDockerContainer [2020-11-30T06:26:33.182Z] prd-centos7-docker-4c-2g-13812 does not seem to be running inside a container [2020-11-30T06:26:33.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-x86_64 cat [2020-11-30T06:26:33.993Z] $ docker top 2c9b753f2e41283b56644864e6c3dfb99855d76bfe29b8f0afabdd0fee2d7c40 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:26:34.548Z] + make test [2020-11-30T06:26:34.549Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-30T06:26:41.252Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-30T06:26:41.849Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.020s coverage: 85.7% of statements [2020-11-30T06:26:41.849Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.046s coverage: 100.0% of statements [2020-11-30T06:26:42.119Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.018s coverage: 45.4% of statements [2020-11-30T06:26:42.119Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements [2020-11-30T06:26:42.119Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-30T06:26:42.391Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.009s coverage: 6.6% of statements [2020-11-30T06:26:42.664Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.020s coverage: 14.7% of statements [2020-11-30T06:26:42.944Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.029s coverage: 100.0% of statements [2020-11-30T06:26:42.944Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.021s coverage: 91.8% of statements [2020-11-30T06:26:42.944Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-30T06:26:42.944Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-30T06:26:42.944Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.029s coverage: 100.0% of statements [2020-11-30T06:26:43.549Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements [2020-11-30T06:26:45.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.041s coverage: 63.0% of statements [2020-11-30T06:26:45.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.006s coverage: 26.3% of statements [2020-11-30T06:26:45.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.018s coverage: 15.4% of statements [2020-11-30T06:26:45.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements [2020-11-30T06:26:45.509Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.004s coverage: 14.3% of statements [2020-11-30T06:26:45.509Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-30T06:26:46.101Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.046s coverage: 81.5% of statements [2020-11-30T06:26:46.101Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-30T06:26:46.101Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-30T06:26:46.101Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.011s coverage: 29.1% of statements [2020-11-30T06:26:46.101Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.011s coverage: 100.0% of statements [2020-11-30T06:26:46.680Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements [2020-11-30T06:26:46.680Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.012s coverage: 100.0% of statements [2020-11-30T06:26:46.680Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-30T06:26:46.680Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-30T06:26:48.062Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13814 in /w/workspace/dry_go-mod-core-contracts_PR-375 [Pipeline] { [2020-11-30T06:26:48.111Z] gofmt -l . [Pipeline] ws [2020-11-30T06:26:48.182Z] Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout [2020-11-30T06:26:48.375Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-30T06:26:48.414Z] $ docker stop --time=1 2c9b753f2e41283b56644864e6c3dfb99855d76bfe29b8f0afabdd0fee2d7c40 [2020-11-30T06:26:50.780Z] $ docker rm -f 2c9b753f2e41283b56644864e6c3dfb99855d76bfe29b8f0afabdd0fee2d7c40 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T06:26:51.444Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T06:26:51.855Z] Stashed 1 file(s) [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 [2020-11-30T06:26:53.901Z] using credential edgex-jenkins-ssh [Pipeline] } [2020-11-30T06:26:53.961Z] Cloning the remote Git repository [Pipeline] // stage [Pipeline] } [2020-11-30T06:26:54.031Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T06:26:54.150Z] > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 [2020-11-30T06:26:54.228Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T06:26:54.228Z] > git --version # timeout=10 [2020-11-30T06:26:54.257Z] > git --version # 'git version 2.17.1' [2020-11-30T06:26:54.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:26:54.336Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T06:26:55.218Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T06:26:55.238Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-30T06:26:55.266Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-30T06:26:55.304Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-30T06:26:55.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:26:55.317Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/375/head:refs/remotes/origin/PR-375 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T06:26:55.897Z] Merging remotes/origin/master commit 236840f335d952384003a0e741c2f61d85d23839 into PR head commit 48faebd91f61d19e21ea743e835884d7a2936305 [2020-11-30T06:26:56.191Z] Merge succeeded, producing 48faebd91f61d19e21ea743e835884d7a2936305 [2020-11-30T06:26:56.191Z] Checking out Revision 48faebd91f61d19e21ea743e835884d7a2936305 (PR-375) [2020-11-30T06:26:55.934Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T06:26:55.959Z] > git checkout -f 48faebd91f61d19e21ea743e835884d7a2936305 # timeout=10 [2020-11-30T06:26:56.116Z] > git remote # timeout=10 [2020-11-30T06:26:56.134Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T06:26:56.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-30T06:26:56.157Z] > git merge 236840f335d952384003a0e741c2f61d85d23839 # timeout=10 [2020-11-30T06:26:56.182Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T06:26:56.202Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T06:26:56.213Z] > git checkout -f 48faebd91f61d19e21ea743e835884d7a2936305 # timeout=10 [2020-11-30T06:27:00.575Z] Commit message: "build(deps): Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0" [2020-11-30T06:27:00.648Z] > git --version # timeout=10 [2020-11-30T06:27:00.666Z] > git --version # 'git version 2.17.1' [2020-11-30T06:27:00.685Z] fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-30T06:27:02.644Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-30T06:27:03.093Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-30T06:27:03.469Z] + sudo service docker restart [2020-11-30T06:27:03.469Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-30T06:27:06.264Z] provisioning config files... [2020-11-30T06:27:06.304Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/1@tmp/config8087787232017996297tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:27:06.818Z] ---> docker-login.sh [2020-11-30T06:27:06.818Z] nexus3.edgexfoundry.org:10001 [2020-11-30T06:27:07.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:27:08.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:27:08.095Z] Configure a credential helper to remove this warning. See [2020-11-30T06:27:08.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:27:08.095Z] [2020-11-30T06:27:08.095Z] Login Succeeded [2020-11-30T06:27:08.095Z] nexus3.edgexfoundry.org:10002 [2020-11-30T06:27:08.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:27:08.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:27:08.695Z] Configure a credential helper to remove this warning. See [2020-11-30T06:27:08.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:27:08.695Z] [2020-11-30T06:27:08.695Z] Login Succeeded [2020-11-30T06:27:08.695Z] nexus3.edgexfoundry.org:10003 [2020-11-30T06:27:09.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:27:09.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:27:09.294Z] Configure a credential helper to remove this warning. See [2020-11-30T06:27:09.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:27:09.294Z] [2020-11-30T06:27:09.294Z] Login Succeeded [2020-11-30T06:27:09.294Z] nexus3.edgexfoundry.org:10004 [2020-11-30T06:27:09.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:27:09.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:27:09.908Z] Configure a credential helper to remove this warning. See [2020-11-30T06:27:09.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:27:09.908Z] [2020-11-30T06:27:09.908Z] Login Succeeded [2020-11-30T06:27:09.908Z] docker.io [2020-11-30T06:27:10.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-30T06:27:10.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-30T06:27:10.787Z] Configure a credential helper to remove this warning. See [2020-11-30T06:27:10.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-30T06:27:10.787Z] [2020-11-30T06:27:10.787Z] Login Succeeded [2020-11-30T06:27:10.787Z] ---> docker-login.sh ends [Pipeline] } [2020-11-30T06:27:10.823Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-30T06:27:11.425Z] ========================================================= [2020-11-30T06:27:11.425Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-30T06:27:11.425Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:27:11.868Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-30T06:27:12.148Z] Sending build context to Docker daemon 1.847MB [2020-11-30T06:27:12.430Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-30T06:27:12.430Z] Step 2/7 : FROM ${BASE} [2020-11-30T06:27:12.430Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-30T06:27:12.430Z] b538f80385f9: Pulling fs layer [2020-11-30T06:27:12.430Z] 74f711af9a0d: Pulling fs layer [2020-11-30T06:27:12.430Z] 99f96fe45779: Pulling fs layer [2020-11-30T06:27:12.430Z] 8529a6b9a6be: Pulling fs layer [2020-11-30T06:27:12.430Z] 45590311c82a: Pulling fs layer [2020-11-30T06:27:12.430Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-30T06:27:12.430Z] 209524e5b208: Pulling fs layer [2020-11-30T06:27:12.430Z] 8529a6b9a6be: Waiting [2020-11-30T06:27:12.430Z] 45590311c82a: Waiting [2020-11-30T06:27:12.430Z] 209524e5b208: Waiting [2020-11-30T06:27:12.430Z] 69ca0ff8b7b3: Waiting [2020-11-30T06:27:12.430Z] 99f96fe45779: Verifying Checksum [2020-11-30T06:27:12.430Z] 99f96fe45779: Download complete [2020-11-30T06:27:12.430Z] 74f711af9a0d: Verifying Checksum [2020-11-30T06:27:12.430Z] 74f711af9a0d: Download complete [2020-11-30T06:27:12.430Z] 45590311c82a: Verifying Checksum [2020-11-30T06:27:12.430Z] 45590311c82a: Download complete [2020-11-30T06:27:12.719Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-30T06:27:12.719Z] 69ca0ff8b7b3: Download complete [2020-11-30T06:27:12.719Z] b538f80385f9: Verifying Checksum [2020-11-30T06:27:12.719Z] b538f80385f9: Download complete [2020-11-30T06:27:13.357Z] b538f80385f9: Pull complete [2020-11-30T06:27:13.974Z] 74f711af9a0d: Pull complete [2020-11-30T06:27:14.295Z] 99f96fe45779: Pull complete [2020-11-30T06:27:15.767Z] 209524e5b208: Verifying Checksum [2020-11-30T06:27:15.767Z] 209524e5b208: Download complete [2020-11-30T06:27:16.375Z] 8529a6b9a6be: Verifying Checksum [2020-11-30T06:27:16.375Z] 8529a6b9a6be: Download complete [2020-11-30T06:27:26.547Z] 8529a6b9a6be: Pull complete [2020-11-30T06:27:26.547Z] 45590311c82a: Pull complete [2020-11-30T06:27:26.547Z] 69ca0ff8b7b3: Pull complete [2020-11-30T06:27:29.191Z] 209524e5b208: Pull complete [2020-11-30T06:27:29.191Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-30T06:27:29.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-30T06:27:29.191Z] ---> 5bddaf1c2fca [2020-11-30T06:27:29.191Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-30T06:27:31.830Z] ---> Running in d34dbbfdaf1d [2020-11-30T06:27:32.435Z] Removing intermediate container d34dbbfdaf1d [2020-11-30T06:27:32.435Z] ---> 466d4f564976 [2020-11-30T06:27:32.435Z] Step 4/7 : RUN apk add bash [2020-11-30T06:27:32.435Z] ---> Running in d9602e8780ee [2020-11-30T06:27:33.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-30T06:27:34.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-30T06:27:35.492Z] OK: 142 MiB in 39 packages [2020-11-30T06:27:36.944Z] Removing intermediate container d9602e8780ee [2020-11-30T06:27:36.944Z] ---> e6984cfd4557 [2020-11-30T06:27:36.944Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-30T06:27:36.944Z] ---> Running in 0eb55a4fc5a1 [2020-11-30T06:27:37.588Z] Removing intermediate container 0eb55a4fc5a1 [2020-11-30T06:27:37.588Z] ---> 4a2334403b08 [2020-11-30T06:27:37.588Z] Step 6/7 : COPY go.mod . [2020-11-30T06:27:38.206Z] ---> de7b0795e566 [2020-11-30T06:27:38.206Z] Step 7/7 : RUN go mod download [2020-11-30T06:27:38.489Z] ---> Running in 90b38f5a8ab1 [2020-11-30T06:27:53.634Z] Removing intermediate container 90b38f5a8ab1 [2020-11-30T06:27:53.634Z] ---> 1f243903128b [2020-11-30T06:27:53.634Z] Successfully built 1f243903128b [2020-11-30T06:27:53.634Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:27:54.048Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T06:27:54.048Z] . [Pipeline] withDockerContainer [2020-11-30T06:27:54.370Z] prd-ubuntu18.04-docker-arm64-4c-16g-13814 does not seem to be running inside a container [2020-11-30T06:27:54.496Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-arm64 cat [2020-11-30T06:27:56.232Z] $ docker top a9155398d55f3837663b1ecc5fce4384f85f50f28b21cffde445535f69d8b5ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:27:57.373Z] + go version [2020-11-30T06:27:57.373Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-30T06:27:57.421Z] $ docker stop --time=1 a9155398d55f3837663b1ecc5fce4384f85f50f28b21cffde445535f69d8b5ca [2020-11-30T06:27:59.458Z] $ docker rm -f a9155398d55f3837663b1ecc5fce4384f85f50f28b21cffde445535f69d8b5ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:28:01.041Z] + docker inspect -f . ci-base-image-arm64 [2020-11-30T06:28:01.041Z] . [Pipeline] withDockerContainer [2020-11-30T06:28:01.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-13814 does not seem to be running inside a container [2020-11-30T06:28:01.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-arm64 cat [2020-11-30T06:28:03.131Z] $ docker top e9c2b345037e0ca75de2f4bbd7b2145543727f3461d2ae80fcab310e2b0283cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:28:04.280Z] + make test [2020-11-30T06:28:04.280Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-30T06:28:26.540Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-30T06:28:27.152Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements [2020-11-30T06:28:27.152Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.039s coverage: 100.0% of statements [2020-11-30T06:28:28.610Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.065s coverage: 45.4% of statements [2020-11-30T06:28:29.617Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.033s coverage: 77.8% of statements [2020-11-30T06:28:29.617Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-30T06:28:29.617Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.045s coverage: 6.6% of statements [2020-11-30T06:28:32.262Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements [2020-11-30T06:28:32.262Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.029s coverage: 100.0% of statements [2020-11-30T06:28:32.262Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.112s coverage: 91.8% of statements [2020-11-30T06:28:32.262Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-30T06:28:32.262Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-30T06:28:32.262Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.011s coverage: 100.0% of statements [2020-11-30T06:28:33.705Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.043s coverage: 47.8% of statements [2020-11-30T06:28:39.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.082s coverage: 63.0% of statements [2020-11-30T06:28:39.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements [2020-11-30T06:28:39.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.038s coverage: 15.4% of statements [2020-11-30T06:28:39.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.082s coverage: 15.4% of statements [2020-11-30T06:28:39.792Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.014s coverage: 14.3% of statements [2020-11-30T06:28:39.792Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-30T06:28:40.778Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.059s coverage: 81.5% of statements [2020-11-30T06:28:40.778Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-30T06:28:40.778Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-30T06:28:41.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.054s coverage: 29.1% of statements [2020-11-30T06:28:41.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.034s coverage: 100.0% of statements [2020-11-30T06:28:41.653Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 94.4% of statements [2020-11-30T06:28:42.637Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.025s coverage: 100.0% of statements [2020-11-30T06:28:42.637Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-30T06:28:42.637Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-30T06:28:48.051Z] gofmt -l . [2020-11-30T06:28:48.051Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-30T06:28:48.692Z] $ docker stop --time=1 e9c2b345037e0ca75de2f4bbd7b2145543727f3461d2ae80fcab310e2b0283cf [2020-11-30T06:28:50.977Z] $ docker rm -f e9c2b345037e0ca75de2f4bbd7b2145543727f3461d2ae80fcab310e2b0283cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-30T06:28:52.073Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-30T06:28:52.115Z] Warning: overwriting stash ‘coverage-report’ [2020-11-30T06:28:53.268Z] Stashed 1 file(s) [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] } [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-11-30T06:28:55.946Z] provisioning config files... [2020-11-30T06:28:55.959Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config8229011139051192189tmp [Pipeline] { [Pipeline] sh [2020-11-30T06:28:56.490Z] + set +x [2020-11-30T06:28:56.490Z] + curl -s https://codecov.io/bash [2020-11-30T06:28:56.490Z] + bash -s -- [2020-11-30T06:28:56.753Z] [2020-11-30T06:28:56.753Z] _____ _ [2020-11-30T06:28:56.753Z] / ____| | | [2020-11-30T06:28:56.753Z] | | ___ __| | ___ ___ _____ __ [2020-11-30T06:28:56.753Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-30T06:28:56.753Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-30T06:28:56.753Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-30T06:28:56.753Z] Bash-20201124-79cbc08 [2020-11-30T06:28:56.753Z] [2020-11-30T06:28:56.753Z] [2020-11-30T06:28:56.753Z] ==> Jenkins CI detected. [2020-11-30T06:28:56.753Z] project root: . [2020-11-30T06:28:56.753Z] --> token set from env [2020-11-30T06:28:56.753Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-30T06:28:56.753Z] ==> Running gcov in . (disable via -X gcov) [2020-11-30T06:28:56.753Z] ==> Python coveragepy not found [2020-11-30T06:28:56.753Z] ==> Searching for coverage reports in: [2020-11-30T06:28:56.753Z] + . [2020-11-30T06:28:56.753Z] -> Found 1 reports [2020-11-30T06:28:56.753Z] ==> Detecting git/mercurial file structure [2020-11-30T06:28:56.753Z] ==> Reading reports [2020-11-30T06:28:56.753Z] + ./coverage.out bytes=107216 [2020-11-30T06:28:56.753Z] ==> Appending adjustments [2020-11-30T06:28:56.753Z] https://docs.codecov.io/docs/fixing-reports [2020-11-30T06:28:57.700Z] + Found adjustments [2020-11-30T06:28:57.700Z] ==> Gzipping contents [2020-11-30T06:28:57.700Z] 20K /tmp/codecov.Sadjzz.gz [2020-11-30T06:28:57.700Z] ==> Uploading reports [2020-11-30T06:28:57.700Z] url: https://codecov.io [2020-11-30T06:28:57.700Z] query: branch=PR-375&commit=48faebd91f61d19e21ea743e835884d7a2936305&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-375%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=375&job=&cmd_args= [2020-11-30T06:28:57.700Z] -> Pinging Codecov [2020-11-30T06:28:57.700Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-375&commit=48faebd91f61d19e21ea743e835884d7a2936305&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-375%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=375&job=&cmd_args= [2020-11-30T06:28:57.963Z] -> Uploading to [2020-11-30T06:28:57.963Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-30/71470A77251A30514AAF9C0BB2E5B6CE/48faebd91f61d19e21ea743e835884d7a2936305/d83560f3-3e3e-4d70-994e-aec8350a6dc1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T062857Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aaf1af3371464f9ec88f6ad07c538ce7db2ceafb6c7aceb5c27e128be2223eb1 [2020-11-30T06:28:57.963Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-30T06:28:57.963Z] Dload Upload Total Spent Left Speed [2020-11-30T06:28:58.915Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17417 0 0 100 17417 0 24761 --:--:-- --:--:-- --:--:-- 24775 [2020-11-30T06:28:58.915Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/48faebd91f61d19e21ea743e835884d7a2936305 [Pipeline] } [2020-11-30T06:28:58.942Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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-11-30T06:29:03.392Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:29:03.763Z] ---> package-listing.sh [2020-11-30T06:29:03.763Z] ++ facter osfamily [2020-11-30T06:29:03.763Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-30T06:29:03.763Z] + OS_FAMILY=redhat [2020-11-30T06:29:03.763Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-375 [2020-11-30T06:29:03.763Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-30T06:29:03.763Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-30T06:29:03.763Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-30T06:29:03.763Z] + PACKAGES=/tmp/packages_start.txt [2020-11-30T06:29:03.763Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-375 ']' [2020-11-30T06:29:03.763Z] + PACKAGES=/tmp/packages_end.txt [2020-11-30T06:29:03.763Z] + case "${OS_FAMILY}" in [2020-11-30T06:29:03.763Z] + rpm -qa [2020-11-30T06:29:03.763Z] + sort [2020-11-30T06:29:09.092Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-30T06:29:09.092Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-30T06:29:09.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-30T06:29:09.092Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-375 ']' [2020-11-30T06:29:09.092Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-375/archives/ [2020-11-30T06:29:09.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-375/archives/ [Pipeline] echo [2020-11-30T06:29:09.131Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-375/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-30T06:29:09.443Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:29:09.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T06:29:09.789Z] [2020-11-30T06:29:09.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-30T06:29:10.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T06:29:10.257Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-30T06:29:10.257Z] df20fa9351a1: Pulling fs layer [2020-11-30T06:29:10.257Z] 36b3adc4ff6f: Pulling fs layer [2020-11-30T06:29:10.257Z] 8ad3a11d3b57: Pulling fs layer [2020-11-30T06:29:10.257Z] 46f8f816bc3b: Pulling fs layer [2020-11-30T06:29:10.257Z] 93b61091891f: Pulling fs layer [2020-11-30T06:29:10.257Z] 93b9cdb0e59b: Pulling fs layer [2020-11-30T06:29:10.257Z] 5e14af77c1be: Pulling fs layer [2020-11-30T06:29:10.257Z] 01666e4c0597: Pulling fs layer [2020-11-30T06:29:10.257Z] aa168da1d23b: Pulling fs layer [2020-11-30T06:29:10.257Z] 46f8f816bc3b: Waiting [2020-11-30T06:29:10.257Z] 93b61091891f: Waiting [2020-11-30T06:29:10.257Z] 93b9cdb0e59b: Waiting [2020-11-30T06:29:10.257Z] 5e14af77c1be: Waiting [2020-11-30T06:29:10.257Z] 01666e4c0597: Waiting [2020-11-30T06:29:10.257Z] aa168da1d23b: Waiting [2020-11-30T06:29:10.257Z] 36b3adc4ff6f: Verifying Checksum [2020-11-30T06:29:10.257Z] 36b3adc4ff6f: Download complete [2020-11-30T06:29:10.257Z] 46f8f816bc3b: Verifying Checksum [2020-11-30T06:29:10.257Z] 46f8f816bc3b: Download complete [2020-11-30T06:29:10.523Z] df20fa9351a1: Verifying Checksum [2020-11-30T06:29:10.523Z] df20fa9351a1: Download complete [2020-11-30T06:29:10.523Z] 93b9cdb0e59b: Verifying Checksum [2020-11-30T06:29:10.523Z] 93b9cdb0e59b: Download complete [2020-11-30T06:29:10.523Z] 5e14af77c1be: Verifying Checksum [2020-11-30T06:29:10.523Z] 5e14af77c1be: Download complete [2020-11-30T06:29:10.523Z] 93b61091891f: Verifying Checksum [2020-11-30T06:29:10.523Z] 93b61091891f: Download complete [2020-11-30T06:29:10.523Z] 01666e4c0597: Verifying Checksum [2020-11-30T06:29:10.523Z] 01666e4c0597: Download complete [2020-11-30T06:29:10.789Z] df20fa9351a1: Pull complete [2020-11-30T06:29:11.057Z] 8ad3a11d3b57: Verifying Checksum [2020-11-30T06:29:11.057Z] 8ad3a11d3b57: Download complete [2020-11-30T06:29:11.057Z] 36b3adc4ff6f: Pull complete [2020-11-30T06:29:12.011Z] 8ad3a11d3b57: Pull complete [2020-11-30T06:29:12.011Z] 46f8f816bc3b: Pull complete [2020-11-30T06:29:12.599Z] aa168da1d23b: Verifying Checksum [2020-11-30T06:29:12.599Z] aa168da1d23b: Download complete [2020-11-30T06:29:13.174Z] 93b61091891f: Pull complete [2020-11-30T06:29:13.438Z] 93b9cdb0e59b: Pull complete [2020-11-30T06:29:13.438Z] 5e14af77c1be: Pull complete [2020-11-30T06:29:13.703Z] 01666e4c0597: Pull complete [2020-11-30T06:29:20.337Z] aa168da1d23b: Pull complete [2020-11-30T06:29:20.337Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-30T06:29:20.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-30T06:29:20.337Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-30T06:29:20.516Z] prd-centos7-docker-4c-2g-13807 does not seem to be running inside a container [2020-11-30T06:29:20.571Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-375/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-375 -v /w/workspace/dry_go-mod-core-contracts_PR-375:/w/workspace/dry_go-mod-core-contracts_PR-375:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-375@tmp:/w/workspace/dry_go-mod-core-contracts_PR-375@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-30T06:29:24.327Z] $ docker top 9ac41f69b25a7e157489e7a1a8676a2c482789eb8661ec983621fa01abd2e41d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-30T06:29:24.940Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-30T06:29:25.315Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-30T06:29:25.753Z] + ls /var/log/sa-host [2020-11-30T06:29:25.753Z] + sadf -c /var/log/sa-host/sa23 [2020-11-30T06:29:25.753Z] file_magic: OK [2020-11-30T06:29:25.753Z] HZ: Using current value: 100 [2020-11-30T06:29:25.753Z] file_header: OK [2020-11-30T06:29:25.753Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-30T06:29:25.753Z] Statistics: [2020-11-30T06:29:25.753Z] Hnuu...uuuununununu... [2020-11-30T06:29:25.753Z] File successfully converted to sysstat format version 12.2.1 [2020-11-30T06:29:25.753Z] + sadf -c /var/log/sa-host/sa30 [2020-11-30T06:29:25.753Z] file_magic: OK [2020-11-30T06:29:25.753Z] HZ: Using current value: 100 [2020-11-30T06:29:25.753Z] file_header: OK [2020-11-30T06:29:25.753Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-30T06:29:25.753Z] Statistics: [2020-11-30T06:29:25.753Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-30T06:29:25.753Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-30T06:29:26.071Z] provisioning config files... [2020-11-30T06:29:26.087Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-375@tmp/config6498372927352117894tmp [Pipeline] { [Pipeline] echo [2020-11-30T06:29:26.229Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:29:26.588Z] ---> create-netrc.sh [Pipeline] } [2020-11-30T06:29:26.616Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-30T06:29:26.863Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:29:27.206Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-30T06:29:27.242Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:29:27.576Z] ---> sudo-logs.sh [2020-11-30T06:29:27.576Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-30T06:29:27.622Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:29:27.963Z] ---> job-cost.sh [2020-11-30T06:29:27.963Z] lf-activate-venv: SKIPPING [2020-11-30T06:29:27.963Z] INFO: No Stack... [2020-11-30T06:29:28.912Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-30T06:29:29.492Z] INFO: Archiving Costs [Pipeline] echo [2020-11-30T06:29:29.528Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-30T06:29:29.878Z] ---> logs-deploy.sh [2020-11-30T06:29:29.878Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-375/1 [2020-11-30T06:29:29.878Z] INFO: archiving workspace using pattern(s): [2020-11-30T06:29:31.803Z] Archives upload complete. [2020-11-30T06:29:31.803Z] INFO: archiving logs to Nexus