Pull request #365 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at af8aa216260df0556b394ae78b2a31d110cb53a2 rather than d680ee1ff123014c52ffb744859c66e1972b8f69 Obtained Jenkinsfile from af8aa216260df0556b394ae78b2a31d110cb53a2 Running in Durability level: PERFORMANCE_OPTIMIZED 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 > 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 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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. 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 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 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-11612 in /w/workspace/dry_go-mod-core-contracts_PR-365 [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-365 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit d680ee1ff123014c52ffb744859c66e1972b8f69 Merge succeeded, producing d680ee1ff123014c52ffb744859c66e1972b8f69 Checking out Revision d680ee1ff123014c52ffb744859c66e1972b8f69 (PR-365) > 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 > 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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/365/head:refs/remotes/origin/PR-365 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d680ee1ff123014c52ffb744859c66e1972b8f69 # 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 af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d680ee1ff123014c52ffb744859c66e1972b8f69 # timeout=10 Commit message: "feat(clients): Add V2 CommonClient" First time build. Skipping changelog. > git rev-list --no-walk c3be20dcdcf99a27ee4bdab43e79f622566993c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-09T14:35:20.401Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-09T14:35:20.676Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-09T14:35:20.781Z] ========================================================= [2020-11-09T14:35:20.781Z] EdgeX Global Pipelines Version Info [2020-11-09T14:35:20.781Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:35:22.691Z] ------------------- [2020-11-09T14:35:22.691Z] stable info: [2020-11-09T14:35:22.692Z] ------------------- [2020-11-09T14:35:22.692Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-09T14:35:22.692Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-09T14:35:22.692Z] Message: update stable to v1.0.162 [2020-11-09T14:35:23.266Z] ------------------- [2020-11-09T14:35:23.266Z] experimental info: [2020-11-09T14:35:23.266Z] ------------------- [2020-11-09T14:35:23.266Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-09T14:35:23.266Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-09T14:35:23.266Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-09T14:35:23.623Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-09T14:35:23.719Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-09T14:35:23.810Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-09T14:35:23.905Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-09T14:35:24.062Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-09T14:35:24.151Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-09T14:35:24.243Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-09T14:35:24.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-09T14:35:24.475Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-09T14:35:24.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-09T14:35:24.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-09T14:35:24.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-09T14:35:24.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-09T14:35:24.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-09T14:35:25.069Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-09T14:35:25.167Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-09T14:35:25.258Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-09T14:35:25.355Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-09T14:35:25.450Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-09T14:35:25.547Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-09T14:35:25.638Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-09T14:35:25.725Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-09T14:35:25.814Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-09T14:35:25.903Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-09T14:35:25.988Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-09T14:35:26.078Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-09T14:35:26.164Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-365 [Pipeline] echo [2020-11-09T14:35:26.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-365 [Pipeline] echo [2020-11-09T14:35:26.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-365 [Pipeline] echo [2020-11-09T14:35:26.478Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d680ee1ff123014c52ffb744859c66e1972b8f69 [Pipeline] echo [2020-11-09T14:35:26.565Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d680ee1 [Pipeline] echo [2020-11-09T14:35:26.650Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-09T14:35:26.881Z] provisioning config files... [2020-11-09T14:35:26.909Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/config6877333701698473446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:35:27.827Z] ---> docker-login.sh [2020-11-09T14:35:27.827Z] nexus3.edgexfoundry.org:10001 [2020-11-09T14:35:27.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:35:27.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:35:27.827Z] Configure a credential helper to remove this warning. See [2020-11-09T14:35:27.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:35:27.827Z] [2020-11-09T14:35:27.827Z] Login Succeeded [2020-11-09T14:35:27.827Z] nexus3.edgexfoundry.org:10002 [2020-11-09T14:35:28.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:35:28.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:35:28.093Z] Configure a credential helper to remove this warning. See [2020-11-09T14:35:28.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:35:28.093Z] [2020-11-09T14:35:28.093Z] Login Succeeded [2020-11-09T14:35:28.093Z] nexus3.edgexfoundry.org:10003 [2020-11-09T14:35:28.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:35:28.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:35:28.356Z] Configure a credential helper to remove this warning. See [2020-11-09T14:35:28.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:35:28.356Z] [2020-11-09T14:35:28.356Z] Login Succeeded [2020-11-09T14:35:28.356Z] nexus3.edgexfoundry.org:10004 [2020-11-09T14:35:28.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:35:28.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:35:28.620Z] Configure a credential helper to remove this warning. See [2020-11-09T14:35:28.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:35:28.620Z] [2020-11-09T14:35:28.620Z] Login Succeeded [2020-11-09T14:35:28.620Z] docker.io [2020-11-09T14:35:28.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:35:28.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:35:28.882Z] Configure a credential helper to remove this warning. See [2020-11-09T14:35:28.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:35:28.882Z] [2020-11-09T14:35:28.882Z] Login Succeeded [2020-11-09T14:35:28.882Z] ---> docker-login.sh ends [Pipeline] } [2020-11-09T14:35:28.892Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-09T14:35:29.620Z] + git log --format=format:%s -1 d680ee1ff123014c52ffb744859c66e1972b8f69 [Pipeline] echo [2020-11-09T14:35:29.684Z] GIT_COMMIT: d680ee1ff123014c52ffb744859c66e1972b8f69, Commit Message: feat(clients): Add V2 CommonClient [Pipeline] echo [2020-11-09T14:35:29.739Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:35:30.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-09T14:35:30.345Z] [2020-11-09T14:35:30.345Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:35:30.750Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-09T14:35:30.750Z] latest: Pulling from edgex-devops/git-semver [2020-11-09T14:35:30.750Z] 31603596830f: Pulling fs layer [2020-11-09T14:35:30.750Z] 2a8b12db71e7: Pulling fs layer [2020-11-09T14:35:30.750Z] 6ca5941a6612: Pulling fs layer [2020-11-09T14:35:30.750Z] ecc8261a40a4: Pulling fs layer [2020-11-09T14:35:30.750Z] ecc8261a40a4: Waiting [2020-11-09T14:35:30.750Z] 2a8b12db71e7: Verifying Checksum [2020-11-09T14:35:30.750Z] 2a8b12db71e7: Download complete [2020-11-09T14:35:30.750Z] 31603596830f: Verifying Checksum [2020-11-09T14:35:30.750Z] 31603596830f: Download complete [2020-11-09T14:35:31.017Z] ecc8261a40a4: Verifying Checksum [2020-11-09T14:35:31.017Z] ecc8261a40a4: Download complete [2020-11-09T14:35:31.017Z] 6ca5941a6612: Verifying Checksum [2020-11-09T14:35:31.017Z] 6ca5941a6612: Download complete [2020-11-09T14:35:31.283Z] 31603596830f: Pull complete [2020-11-09T14:35:31.283Z] 2a8b12db71e7: Pull complete [2020-11-09T14:35:32.240Z] 6ca5941a6612: Pull complete [2020-11-09T14:35:32.503Z] ecc8261a40a4: Pull complete [2020-11-09T14:35:32.503Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-09T14:35:32.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-09T14:35:32.503Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-09T14:35:32.620Z] prd-centos7-docker-4c-2g-11612 does not seem to be running inside a container [2020-11-09T14:35:32.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-365 -v /w/workspace/dry_go-mod-core-contracts_PR-365:/w/workspace/dry_go-mod-core-contracts_PR-365:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-365@tmp:/w/workspace/dry_go-mod-core-contracts_PR-365@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:10004/edgex-devops/git-semver:latest cat [2020-11-09T14:35:34.950Z] $ docker top caa3f07a5a1a928bf2b8a08530778c20b0496549d5d6e97b8223c0a95106cc8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-09T14:35:35.331Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-09T14:35:35.331Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-09T14:35:35.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-09T14:35:35.582Z] $ docker exec caa3f07a5a1a928bf2b8a08530778c20b0496549d5d6e97b8223c0a95106cc8a ssh-agent [2020-11-09T14:35:35.783Z] SSH_AUTH_SOCK=/tmp/ssh-nSNco6R0iO0A/agent.12 [2020-11-09T14:35:35.783Z] SSH_AGENT_PID=17 [2020-11-09T14:35:35.798Z] Running ssh-add (command line suppressed) [2020-11-09T14:35:35.916Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_342952727582053766.key (/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_342952727582053766.key) [2020-11-09T14:35:35.971Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-09T14:35:36.310Z] + git tag --points-at HEAD [Pipeline] } [2020-11-09T14:35:36.327Z] $ docker exec --env ******** --env ******** caa3f07a5a1a928bf2b8a08530778c20b0496549d5d6e97b8223c0a95106cc8a ssh-agent -k [2020-11-09T14:35:36.449Z] unset SSH_AUTH_SOCK; [2020-11-09T14:35:36.450Z] unset SSH_AGENT_PID; [2020-11-09T14:35:36.450Z] echo Agent pid 17 killed; [2020-11-09T14:35:36.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-09T14:35:36.637Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-09T14:35:36.637Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-09T14:35:36.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-09T14:35:36.803Z] $ docker exec caa3f07a5a1a928bf2b8a08530778c20b0496549d5d6e97b8223c0a95106cc8a ssh-agent [2020-11-09T14:35:36.978Z] SSH_AUTH_SOCK=/tmp/ssh-8FX3ROTFniZi/agent.47 [2020-11-09T14:35:36.978Z] SSH_AGENT_PID=52 [2020-11-09T14:35:36.986Z] Running ssh-add (command line suppressed) [2020-11-09T14:35:37.104Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_4308301010929206763.key (/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_4308301010929206763.key) [2020-11-09T14:35:37.160Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-09T14:35:37.511Z] + git semver init [2020-11-09T14:35:37.511Z] # -> Open(): unable to determine branch for HEAD [2020-11-09T14:35:37.511Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-365/.git [2020-11-09T14:35:37.511Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-365 [2020-11-09T14:35:37.511Z] # $SEMVER_REMOTE_NAME = origin [2020-11-09T14:35:37.511Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-09T14:35:37.511Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-09T14:35:37.511Z] # $SEMVER_BRANCH = PR-365 [2020-11-09T14:35:37.511Z] # $SEMVER_TEMP = /tmp/semver-636217737 [2020-11-09T14:35:37.511Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-09T14:35:38.088Z] # '/tmp/semver-636217737' -> '/w/workspace/dry_go-mod-core-contracts_PR-365/.semver' [2020-11-09T14:35:38.089Z] # -> Force: false [2020-11-09T14:35:38.089Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-365/.semver [Pipeline] } [2020-11-09T14:35:38.101Z] $ docker exec --env ******** --env ******** caa3f07a5a1a928bf2b8a08530778c20b0496549d5d6e97b8223c0a95106cc8a ssh-agent -k [2020-11-09T14:35:38.217Z] unset SSH_AUTH_SOCK; [2020-11-09T14:35:38.217Z] unset SSH_AGENT_PID; [2020-11-09T14:35:38.217Z] echo Agent pid 52 killed; [2020-11-09T14:35:38.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-09T14:35:38.775Z] + git semver [Pipeline] } [2020-11-09T14:35:38.788Z] $ docker stop --time=1 caa3f07a5a1a928bf2b8a08530778c20b0496549d5d6e97b8223c0a95106cc8a [2020-11-09T14:35:40.609Z] $ docker rm -f caa3f07a5a1a928bf2b8a08530778c20b0496549d5d6e97b8223c0a95106cc8a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-09T14:35:41.091Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-09T14:35:41.629Z] Stashed 1 file(s) [Pipeline] echo [2020-11-09T14:35:41.633Z] [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-09T14:35:57.140Z] Still waiting to schedule task [2020-11-09T14:35:57.140Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-09T14:35:57.143Z] Still waiting to schedule task [2020-11-09T14:35:57.143Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-09T14:37:57.128Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11613 in /w/workspace/dry_go-mod-core-contracts_PR-365 [Pipeline] { [Pipeline] ws [2020-11-09T14:37:57.189Z] Running in /w/workspace/go-mod-core-contracts/16 [Pipeline] { [Pipeline] checkout [2020-11-09T14:38:02.405Z] using credential edgex-jenkins-ssh [2020-11-09T14:38:02.508Z] Cloning the remote Git repository [2020-11-09T14:38:02.569Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:38:02.698Z] > git init /w/workspace/go-mod-core-contracts/16 # timeout=10 [2020-11-09T14:38:02.781Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:38:02.782Z] > git --version # timeout=10 [2020-11-09T14:38:02.805Z] > git --version # 'git version 2.17.1' [2020-11-09T14:38:02.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:38:02.926Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-09T14:38:04.561Z] Running on prd-centos7-docker-4c-2g-11614 in /w/workspace/dry_go-mod-core-contracts_PR-365 [Pipeline] { [Pipeline] ws [2020-11-09T14:38:04.628Z] Running in /w/workspace/go-mod-core-contracts/16 [Pipeline] { [Pipeline] checkout [2020-11-09T14:38:04.441Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-09T14:38:04.457Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-09T14:38:04.491Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-09T14:38:04.585Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:38:04.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:38:04.616Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/365/head:refs/remotes/origin/PR-365 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-09T14:38:05.255Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit d680ee1ff123014c52ffb744859c66e1972b8f69 [2020-11-09T14:38:05.537Z] Merge succeeded, producing d680ee1ff123014c52ffb744859c66e1972b8f69 [2020-11-09T14:38:05.538Z] Checking out Revision d680ee1ff123014c52ffb744859c66e1972b8f69 (PR-365) [2020-11-09T14:38:05.276Z] > git config core.sparsecheckout # timeout=10 [2020-11-09T14:38:05.306Z] > git checkout -f d680ee1ff123014c52ffb744859c66e1972b8f69 # timeout=10 [2020-11-09T14:38:05.435Z] > git remote # timeout=10 [2020-11-09T14:38:05.459Z] > git config --get remote.origin.url # timeout=10 [2020-11-09T14:38:05.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:38:05.485Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-09T14:38:05.515Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-09T14:38:05.545Z] > git config core.sparsecheckout # timeout=10 [2020-11-09T14:38:05.561Z] > git checkout -f d680ee1ff123014c52ffb744859c66e1972b8f69 # timeout=10 [2020-11-09T14:38:08.136Z] using credential edgex-jenkins-ssh [2020-11-09T14:38:08.202Z] Cloning the remote Git repository [2020-11-09T14:38:08.223Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:38:08.288Z] > git init /w/workspace/go-mod-core-contracts/16 # timeout=10 [2020-11-09T14:38:08.343Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:38:08.344Z] > git --version # timeout=10 [2020-11-09T14:38:08.351Z] > git --version # 'git version 2.16.5' [2020-11-09T14:38:08.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:38:08.380Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-09T14:38:09.225Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-09T14:38:09.231Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-09T14:38:09.241Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-09T14:38:09.255Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:38:09.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:38:09.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/365/head:refs/remotes/origin/PR-365 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-09T14:38:09.764Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit d680ee1ff123014c52ffb744859c66e1972b8f69 [2020-11-09T14:38:09.890Z] Merge succeeded, producing d680ee1ff123014c52ffb744859c66e1972b8f69 [2020-11-09T14:38:09.890Z] Checking out Revision d680ee1ff123014c52ffb744859c66e1972b8f69 (PR-365) [2020-11-09T14:38:09.931Z] Commit message: "feat(clients): Add V2 CommonClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-11-09T14:38:09.768Z] > git config core.sparsecheckout # timeout=10 [2020-11-09T14:38:09.774Z] > git checkout -f d680ee1ff123014c52ffb744859c66e1972b8f69 # timeout=10 [2020-11-09T14:38:09.843Z] > git remote # timeout=10 [2020-11-09T14:38:09.853Z] > git config --get remote.origin.url # timeout=10 [2020-11-09T14:38:09.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:38:09.866Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-09T14:38:09.876Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-09T14:38:09.890Z] > git config core.sparsecheckout # timeout=10 [2020-11-09T14:38:09.896Z] > git checkout -f d680ee1ff123014c52ffb744859c66e1972b8f69 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-09T14:38:10.835Z] provisioning config files... [2020-11-09T14:38:10.872Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/16@tmp/config6326426039928493920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:38:11.927Z] ---> docker-login.sh [2020-11-09T14:38:11.927Z] nexus3.edgexfoundry.org:10001 [2020-11-09T14:38:12.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:13.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:13.134Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:13.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:13.134Z] [2020-11-09T14:38:13.134Z] Login Succeeded [2020-11-09T14:38:13.134Z] nexus3.edgexfoundry.org:10002 [2020-11-09T14:38:13.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:13.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:13.407Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:13.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:13.407Z] [2020-11-09T14:38:13.407Z] Login Succeeded [2020-11-09T14:38:13.582Z] Commit message: "feat(clients): Add V2 CommonClient" [2020-11-09T14:38:13.683Z] nexus3.edgexfoundry.org:10003 [2020-11-09T14:38:13.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-11-09T14:38:14.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:14.254Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:14.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:14.254Z] [2020-11-09T14:38:14.254Z] Login Succeeded [2020-11-09T14:38:14.254Z] nexus3.edgexfoundry.org:10004 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-09T14:38:14.422Z] provisioning config files... [2020-11-09T14:38:14.449Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/16@tmp/config4954145543737980205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:38:14.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:14.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:14.532Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:14.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:14.532Z] [2020-11-09T14:38:14.532Z] Login Succeeded [2020-11-09T14:38:14.532Z] docker.io [2020-11-09T14:38:15.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:15.218Z] ---> docker-login.sh [2020-11-09T14:38:15.218Z] nexus3.edgexfoundry.org:10001 [2020-11-09T14:38:15.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:15.409Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:15.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:15.409Z] [2020-11-09T14:38:15.409Z] Login Succeeded [2020-11-09T14:38:15.409Z] ---> docker-login.sh ends [Pipeline] } [2020-11-09T14:38:15.481Z] Deleting 1 temporary files [2020-11-09T14:38:15.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:15.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:15.485Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:15.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:15.485Z] [2020-11-09T14:38:15.485Z] Login Succeeded [2020-11-09T14:38:15.485Z] nexus3.edgexfoundry.org:10002 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-09T14:38:15.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:15.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:15.750Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:15.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:15.750Z] [2020-11-09T14:38:15.750Z] Login Succeeded [2020-11-09T14:38:15.750Z] nexus3.edgexfoundry.org:10003 [Pipeline] echo [2020-11-09T14:38:15.893Z] ========================================================= [2020-11-09T14:38:15.893Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-09T14:38:15.893Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:38:16.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:16.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:16.740Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:16.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:16.740Z] [2020-11-09T14:38:16.740Z] Login Succeeded [2020-11-09T14:38:16.740Z] nexus3.edgexfoundry.org:10004 [2020-11-09T14:38:16.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:16.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:16.741Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:16.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:16.741Z] [2020-11-09T14:38:16.741Z] Login Succeeded [2020-11-09T14:38:16.741Z] docker.io [2020-11-09T14:38:16.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:38:16.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:38:16.741Z] Configure a credential helper to remove this warning. See [2020-11-09T14:38:16.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:38:16.741Z] [2020-11-09T14:38:16.741Z] Login Succeeded [2020-11-09T14:38:16.741Z] ---> docker-login.sh ends [Pipeline] } [2020-11-09T14:38:16.834Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-09T14:38:17.056Z] + 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 . [Pipeline] echo [2020-11-09T14:38:17.146Z] ========================================================= [2020-11-09T14:38:17.146Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-09T14:38:17.146Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:38:17.497Z] + 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-09T14:38:17.682Z] Sending build context to Docker daemon 1.86MB [2020-11-09T14:38:17.682Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-09T14:38:17.682Z] Step 2/7 : FROM ${BASE} [2020-11-09T14:38:17.682Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-09T14:38:17.682Z] b538f80385f9: Pulling fs layer [2020-11-09T14:38:17.682Z] 74f711af9a0d: Pulling fs layer [2020-11-09T14:38:17.682Z] 99f96fe45779: Pulling fs layer [2020-11-09T14:38:17.682Z] 8529a6b9a6be: Pulling fs layer [2020-11-09T14:38:17.682Z] 45590311c82a: Pulling fs layer [2020-11-09T14:38:17.682Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-09T14:38:17.682Z] 209524e5b208: Pulling fs layer [2020-11-09T14:38:17.682Z] 69ca0ff8b7b3: Waiting [2020-11-09T14:38:17.682Z] 209524e5b208: Waiting [2020-11-09T14:38:17.682Z] 45590311c82a: Waiting [2020-11-09T14:38:17.682Z] 8529a6b9a6be: Waiting [2020-11-09T14:38:17.682Z] 99f96fe45779: Download complete [2020-11-09T14:38:17.682Z] 74f711af9a0d: Verifying Checksum [2020-11-09T14:38:17.682Z] 74f711af9a0d: Download complete [2020-11-09T14:38:17.762Z] Sending build context to Docker daemon 1.86MB [2020-11-09T14:38:17.762Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-09T14:38:17.762Z] Step 2/7 : FROM ${BASE} [2020-11-09T14:38:17.762Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-09T14:38:17.762Z] df20fa9351a1: Pulling fs layer [2020-11-09T14:38:17.762Z] ed8968b2872e: Pulling fs layer [2020-11-09T14:38:17.762Z] a92cc7c5fd73: Pulling fs layer [2020-11-09T14:38:17.762Z] e871e8e8d7a9: Pulling fs layer [2020-11-09T14:38:17.762Z] e73272ec9a57: Pulling fs layer [2020-11-09T14:38:17.762Z] 1e910a182e73: Pulling fs layer [2020-11-09T14:38:17.762Z] 4e634b169226: Pulling fs layer [2020-11-09T14:38:17.762Z] e73272ec9a57: Waiting [2020-11-09T14:38:17.762Z] 1e910a182e73: Waiting [2020-11-09T14:38:17.762Z] 4e634b169226: Waiting [2020-11-09T14:38:17.762Z] e871e8e8d7a9: Waiting [2020-11-09T14:38:17.762Z] a92cc7c5fd73: Verifying Checksum [2020-11-09T14:38:17.762Z] a92cc7c5fd73: Download complete [2020-11-09T14:38:17.959Z] 45590311c82a: Verifying Checksum [2020-11-09T14:38:17.959Z] 45590311c82a: Download complete [2020-11-09T14:38:17.959Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-09T14:38:17.959Z] 69ca0ff8b7b3: Download complete [2020-11-09T14:38:17.959Z] b538f80385f9: Verifying Checksum [2020-11-09T14:38:17.959Z] b538f80385f9: Download complete [2020-11-09T14:38:18.027Z] ed8968b2872e: Verifying Checksum [2020-11-09T14:38:18.027Z] ed8968b2872e: Download complete [2020-11-09T14:38:18.027Z] e73272ec9a57: Verifying Checksum [2020-11-09T14:38:18.027Z] e73272ec9a57: Download complete [2020-11-09T14:38:18.027Z] 1e910a182e73: Verifying Checksum [2020-11-09T14:38:18.027Z] 1e910a182e73: Download complete [2020-11-09T14:38:18.027Z] df20fa9351a1: Verifying Checksum [2020-11-09T14:38:18.028Z] df20fa9351a1: Download complete [2020-11-09T14:38:18.293Z] df20fa9351a1: Pull complete [2020-11-09T14:38:18.555Z] ed8968b2872e: Pull complete [2020-11-09T14:38:18.555Z] a92cc7c5fd73: Pull complete [2020-11-09T14:38:18.560Z] b538f80385f9: Pull complete [2020-11-09T14:38:19.164Z] 74f711af9a0d: Pull complete [2020-11-09T14:38:19.764Z] 99f96fe45779: Pull complete [2020-11-09T14:38:21.751Z] 209524e5b208: Download complete [2020-11-09T14:38:22.787Z] 4e634b169226: Download complete [2020-11-09T14:38:23.051Z] e871e8e8d7a9: Verifying Checksum [2020-11-09T14:38:23.051Z] e871e8e8d7a9: Download complete [2020-11-09T14:38:23.183Z] 8529a6b9a6be: Verifying Checksum [2020-11-09T14:38:23.183Z] 8529a6b9a6be: Download complete [2020-11-09T14:38:28.393Z] e871e8e8d7a9: Pull complete [2020-11-09T14:38:28.655Z] e73272ec9a57: Pull complete [2020-11-09T14:38:28.655Z] 1e910a182e73: Pull complete [2020-11-09T14:38:33.986Z] 4e634b169226: Pull complete [2020-11-09T14:38:33.986Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-09T14:38:33.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-09T14:38:33.986Z] ---> f7629b54cfaa [2020-11-09T14:38:33.986Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-09T14:38:33.986Z] ---> Running in 58009e23b6ea [2020-11-09T14:38:33.986Z] Removing intermediate container 58009e23b6ea [2020-11-09T14:38:33.986Z] ---> 89a282723d1b [2020-11-09T14:38:33.986Z] Step 4/7 : RUN apk add bash [2020-11-09T14:38:33.986Z] ---> Running in 7ee0f95b96e0 [2020-11-09T14:38:34.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-09T14:38:35.623Z] 8529a6b9a6be: Pull complete [2020-11-09T14:38:35.623Z] 45590311c82a: Pull complete [2020-11-09T14:38:35.623Z] 69ca0ff8b7b3: Pull complete [2020-11-09T14:38:35.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-09T14:38:36.158Z] OK: 166 MiB in 39 packages [2020-11-09T14:38:36.734Z] Removing intermediate container 7ee0f95b96e0 [2020-11-09T14:38:36.734Z] ---> 2b4355264cd1 [2020-11-09T14:38:36.734Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-09T14:38:36.734Z] ---> Running in 5aa21bec3737 [2020-11-09T14:38:36.999Z] Removing intermediate container 5aa21bec3737 [2020-11-09T14:38:36.999Z] ---> 591c0ac97f3f [2020-11-09T14:38:36.999Z] Step 6/7 : COPY go.mod . [2020-11-09T14:38:37.265Z] ---> aedcec44da84 [2020-11-09T14:38:37.265Z] Step 7/7 : RUN go mod download [2020-11-09T14:38:37.265Z] ---> Running in 8b88e1b1ca20 [2020-11-09T14:38:38.267Z] 209524e5b208: Pull complete [2020-11-09T14:38:38.267Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-09T14:38:38.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-09T14:38:38.267Z] ---> 5bddaf1c2fca [2020-11-09T14:38:38.267Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-09T14:38:41.670Z] ---> Running in 3bded2f4da6e [2020-11-09T14:38:41.670Z] Removing intermediate container 3bded2f4da6e [2020-11-09T14:38:41.670Z] ---> 6bc2f44359ae [2020-11-09T14:38:41.670Z] Step 4/7 : RUN apk add bash [2020-11-09T14:38:41.670Z] ---> Running in 2441d519ef63 [2020-11-09T14:38:43.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-09T14:38:44.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-09T14:38:44.671Z] OK: 142 MiB in 39 packages [2020-11-09T14:38:46.108Z] Removing intermediate container 2441d519ef63 [2020-11-09T14:38:46.108Z] ---> c85d19d91f7a [2020-11-09T14:38:46.108Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-09T14:38:46.108Z] ---> Running in a802b02dd9e5 [2020-11-09T14:38:46.383Z] Removing intermediate container a802b02dd9e5 [2020-11-09T14:38:46.383Z] ---> 8b9b0c427648 [2020-11-09T14:38:46.383Z] Step 6/7 : COPY go.mod . [2020-11-09T14:38:47.362Z] ---> c29b44ed9944 [2020-11-09T14:38:47.362Z] Step 7/7 : RUN go mod download [2020-11-09T14:38:47.362Z] ---> Running in 893b2355c282 [2020-11-09T14:38:49.556Z] Removing intermediate container 8b88e1b1ca20 [2020-11-09T14:38:49.556Z] ---> 1b17e9912a06 [2020-11-09T14:38:49.556Z] Successfully built 1b17e9912a06 [2020-11-09T14:38:49.556Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:38:49.874Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-09T14:38:49.874Z] . [Pipeline] withDockerContainer [2020-11-09T14:38:49.993Z] prd-centos7-docker-4c-2g-11614 does not seem to be running inside a container [2020-11-09T14:38:50.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/16 -v /w/workspace/go-mod-core-contracts/16:/w/workspace/go-mod-core-contracts/16:rw,z -v /w/workspace/go-mod-core-contracts/16@tmp:/w/workspace/go-mod-core-contracts/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-09T14:38:50.802Z] $ docker top 28adef8e6cec5194ad22d648623622b08c41c7ab6548266d2392cc8f617f93e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:38:51.395Z] + go version [2020-11-09T14:38:51.395Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-09T14:38:51.439Z] $ docker stop --time=1 28adef8e6cec5194ad22d648623622b08c41c7ab6548266d2392cc8f617f93e2 [2020-11-09T14:38:53.219Z] $ docker rm -f 28adef8e6cec5194ad22d648623622b08c41c7ab6548266d2392cc8f617f93e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:38:54.186Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-09T14:38:54.186Z] . [Pipeline] withDockerContainer [2020-11-09T14:38:54.332Z] prd-centos7-docker-4c-2g-11614 does not seem to be running inside a container [2020-11-09T14:38:54.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/16 -v /w/workspace/go-mod-core-contracts/16:/w/workspace/go-mod-core-contracts/16:rw,z -v /w/workspace/go-mod-core-contracts/16@tmp:/w/workspace/go-mod-core-contracts/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-09T14:38:55.116Z] $ docker top 34b6837a51f466c4936fb708fd9cd7ab30a5cc9f9ed80da51b0925cd5e11065f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:38:55.653Z] + make test [2020-11-09T14:38:55.653Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-09T14:39:02.357Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-09T14:39:02.463Z] Removing intermediate container 893b2355c282 [2020-11-09T14:39:02.464Z] ---> 2056f9fa03c6 [2020-11-09T14:39:02.464Z] Successfully built 2056f9fa03c6 [2020-11-09T14:39:02.464Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:39:02.631Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements [2020-11-09T14:39:02.631Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.010s coverage: 100.0% of statements [2020-11-09T14:39:02.804Z] + docker inspect -f . ci-base-image-arm64 [2020-11-09T14:39:02.805Z] . [Pipeline] withDockerContainer [2020-11-09T14:39:02.895Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.012s coverage: 45.4% of statements [2020-11-09T14:39:03.083Z] prd-ubuntu18.04-docker-arm64-4c-16g-11613 does not seem to be running inside a container [2020-11-09T14:39:03.162Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements [2020-11-09T14:39:03.162Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-09T14:39:03.162Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.007s coverage: 6.4% of statements [2020-11-09T14:39:03.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/16 -v /w/workspace/go-mod-core-contracts/16:/w/workspace/go-mod-core-contracts/16:rw,z -v /w/workspace/go-mod-core-contracts/16@tmp:/w/workspace/go-mod-core-contracts/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-09T14:39:04.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.029s coverage: 14.7% of statements [2020-11-09T14:39:04.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2020-11-09T14:39:04.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.032s coverage: 91.8% of statements [2020-11-09T14:39:04.125Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-09T14:39:04.125Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-09T14:39:04.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements [2020-11-09T14:39:04.390Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.008s coverage: 46.8% of statements [2020-11-09T14:39:05.340Z] $ docker top a8b9ec6dadf35215c0f57f115940544c78cb0da0c0cc0ab8990d3696b03e7201 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:39:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.023s coverage: 63.0% of statements [2020-11-09T14:39:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements [2020-11-09T14:39:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.029s coverage: 15.4% of statements [2020-11-09T14:39:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.011s coverage: 15.4% of statements [2020-11-09T14:39:06.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.022s coverage: 14.3% of statements [2020-11-09T14:39:06.361Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-09T14:39:06.629Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.011s coverage: 81.0% of statements [2020-11-09T14:39:06.629Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils 0.021s coverage: 4.4% of statements [2020-11-09T14:39:06.629Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-09T14:39:06.754Z] + go version [2020-11-09T14:39:06.754Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-09T14:39:06.775Z] $ docker stop --time=1 a8b9ec6dadf35215c0f57f115940544c78cb0da0c0cc0ab8990d3696b03e7201 [2020-11-09T14:39:06.891Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.009s coverage: 29.1% of statements [2020-11-09T14:39:07.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.007s coverage: 100.0% of statements [2020-11-09T14:39:07.729Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements [2020-11-09T14:39:07.729Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-11-09T14:39:07.729Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-09T14:39:07.729Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-09T14:39:08.807Z] $ docker rm -f a8b9ec6dadf35215c0f57f115940544c78cb0da0c0cc0ab8990d3696b03e7201 [Pipeline] // withDockerContainer [Pipeline] } [2020-11-09T14:39:09.157Z] gofmt -l . [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-11-09T14:39:09.422Z] [ "`gofmt -l .`" = "" ] [Pipeline] script [Pipeline] { [Pipeline] } [2020-11-09T14:39:09.481Z] $ docker stop --time=1 34b6837a51f466c4936fb708fd9cd7ab30a5cc9f9ed80da51b0925cd5e11065f [2020-11-09T14:39:11.746Z] $ docker rm -f 34b6837a51f466c4936fb708fd9cd7ab30a5cc9f9ed80da51b0925cd5e11065f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:39:12.341Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-09T14:39:12.503Z] + docker inspect -f . ci-base-image-arm64 [2020-11-09T14:39:12.503Z] . [Pipeline] withDockerContainer [2020-11-09T14:39:12.745Z] Stashed 1 file(s) [2020-11-09T14:39:12.795Z] prd-ubuntu18.04-docker-arm64-4c-16g-11613 does not seem to be running inside a container [2020-11-09T14:39:12.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/16 -v /w/workspace/go-mod-core-contracts/16:/w/workspace/go-mod-core-contracts/16:rw,z -v /w/workspace/go-mod-core-contracts/16@tmp:/w/workspace/go-mod-core-contracts/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-09T14:39:14.746Z] $ docker top b70a5d603d0737a7932070ea88b62cb415760c151f7f9a43e96576e6b333f6e1 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } [2020-11-09T14:39:16.211Z] + make test [2020-11-09T14:39:16.211Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-09T14:39:38.442Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-09T14:39:38.442Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.042s coverage: 85.7% of statements [2020-11-09T14:39:38.442Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.022s coverage: 100.0% of statements [2020-11-09T14:39:39.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.059s coverage: 45.4% of statements [2020-11-09T14:39:39.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements [2020-11-09T14:39:39.886Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-09T14:39:39.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.034s coverage: 6.4% of statements [2020-11-09T14:39:42.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.060s coverage: 14.7% of statements [2020-11-09T14:39:42.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.020s coverage: 100.0% of statements [2020-11-09T14:39:43.118Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.100s coverage: 91.8% of statements [2020-11-09T14:39:43.118Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-09T14:39:43.118Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-09T14:39:43.118Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.013s coverage: 100.0% of statements [2020-11-09T14:39:44.121Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.027s coverage: 46.8% of statements [2020-11-09T14:39:49.554Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.100s coverage: 63.0% of statements [2020-11-09T14:39:49.554Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.021s coverage: 26.3% of statements [2020-11-09T14:39:49.554Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements [2020-11-09T14:39:49.554Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.042s coverage: 15.4% of statements [2020-11-09T14:39:49.554Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.010s coverage: 14.3% of statements [2020-11-09T14:39:49.554Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-09T14:39:49.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.045s coverage: 81.0% of statements [2020-11-09T14:39:49.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils 0.059s coverage: 4.4% of statements [2020-11-09T14:39:49.832Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-09T14:39:51.282Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.039s coverage: 29.1% of statements [2020-11-09T14:39:51.884Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.076s coverage: 100.0% of statements [2020-11-09T14:39:52.874Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.054s coverage: 94.4% of statements [2020-11-09T14:39:52.874Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2020-11-09T14:39:52.874Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-09T14:39:53.145Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-09T14:39:57.464Z] gofmt -l . [2020-11-09T14:39:58.063Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-09T14:39:58.357Z] $ docker stop --time=1 b70a5d603d0737a7932070ea88b62cb415760c151f7f9a43e96576e6b333f6e1 [2020-11-09T14:40:00.572Z] $ docker rm -f b70a5d603d0737a7932070ea88b62cb415760c151f7f9a43e96576e6b333f6e1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-09T14:40:01.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-09T14:40:01.534Z] Warning: overwriting stash ‘coverage-report’ [2020-11-09T14:40:02.512Z] 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-09T14:40:04.610Z] provisioning config files... [2020-11-09T14:40:04.620Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/config4956574131359622207tmp [Pipeline] { [Pipeline] sh [2020-11-09T14:40:05.003Z] + set +x [2020-11-09T14:40:05.004Z] + curl -s https://codecov.io/bash [2020-11-09T14:40:05.004Z] + bash -s -- [2020-11-09T14:40:05.289Z] [2020-11-09T14:40:05.289Z] _____ _ [2020-11-09T14:40:05.289Z] / ____| | | [2020-11-09T14:40:05.289Z] | | ___ __| | ___ ___ _____ __ [2020-11-09T14:40:05.289Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-09T14:40:05.289Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-09T14:40:05.289Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-09T14:40:05.289Z] Bash-20201106-81372f2 [2020-11-09T14:40:05.289Z] [2020-11-09T14:40:05.289Z] [2020-11-09T14:40:05.289Z] ==> Jenkins CI detected. [2020-11-09T14:40:05.289Z] project root: . [2020-11-09T14:40:05.289Z] --> token set from env [2020-11-09T14:40:05.289Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-09T14:40:05.289Z] ==> Running gcov in . (disable via -X gcov) [2020-11-09T14:40:05.289Z] ==> Python coveragepy not found [2020-11-09T14:40:05.289Z] ==> Searching for coverage reports in: [2020-11-09T14:40:05.289Z] + . [2020-11-09T14:40:05.289Z] -> Found 1 reports [2020-11-09T14:40:05.289Z] ==> Detecting git/mercurial file structure [2020-11-09T14:40:05.289Z] ==> Reading reports [2020-11-09T14:40:05.289Z] + ./coverage.out bytes=109866 [2020-11-09T14:40:05.289Z] ==> Appending adjustments [2020-11-09T14:40:05.289Z] https://docs.codecov.io/docs/fixing-reports [2020-11-09T14:40:06.235Z] + Found adjustments [2020-11-09T14:40:06.235Z] ==> Gzipping contents [2020-11-09T14:40:06.235Z] ==> Uploading reports [2020-11-09T14:40:06.235Z] url: https://codecov.io [2020-11-09T14:40:06.235Z] query: branch=PR-365&commit=d680ee1ff123014c52ffb744859c66e1972b8f69&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-365%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=365&job=&cmd_args= [2020-11-09T14:40:06.235Z] -> Pinging Codecov [2020-11-09T14:40:06.235Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-365&commit=d680ee1ff123014c52ffb744859c66e1972b8f69&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-365%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=365&job=&cmd_args= [2020-11-09T14:40:06.818Z] -> Uploading to [2020-11-09T14:40:06.818Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-09/71470A77251A30514AAF9C0BB2E5B6CE/d680ee1ff123014c52ffb744859c66e1972b8f69/f3883fef-9e94-40a0-8f25-07e5044bede7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201109T144006Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=72f360cc4cd8c16b5be4960f75af6272739f4e8f30a839e01165675fd44df243 [2020-11-09T14:40:06.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-09T14:40:06.818Z] Dload Upload Total Spent Left Speed [2020-11-09T14:40:07.392Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17624 0 0 100 17624 0 42372 --:--:-- --:--:-- --:--:-- 42467 [2020-11-09T14:40:07.392Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d680ee1ff123014c52ffb744859c66e1972b8f69 [Pipeline] } [2020-11-09T14:40:07.402Z] 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-09T14:40:10.001Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:40:10.567Z] ---> package-listing.sh [2020-11-09T14:40:10.567Z] ++ facter osfamily [2020-11-09T14:40:10.567Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-09T14:40:10.567Z] + OS_FAMILY=redhat [2020-11-09T14:40:10.567Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-365 [2020-11-09T14:40:10.567Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-09T14:40:10.567Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-09T14:40:10.567Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-09T14:40:10.567Z] + PACKAGES=/tmp/packages_start.txt [2020-11-09T14:40:10.567Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-365 ']' [2020-11-09T14:40:10.567Z] + PACKAGES=/tmp/packages_end.txt [2020-11-09T14:40:10.567Z] + case "${OS_FAMILY}" in [2020-11-09T14:40:10.567Z] + rpm -qa [2020-11-09T14:40:10.567Z] + sort [2020-11-09T14:40:14.791Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-09T14:40:14.791Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-09T14:40:14.791Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-09T14:40:14.791Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-365 ']' [2020-11-09T14:40:14.791Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-365/archives/ [2020-11-09T14:40:14.791Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-365/archives/ [Pipeline] echo [2020-11-09T14:40:14.805Z] 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-365/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-09T14:40:15.093Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:40:15.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-09T14:40:15.400Z] [2020-11-09T14:40:15.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:40:15.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-09T14:40:15.747Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-09T14:40:15.747Z] df20fa9351a1: Pulling fs layer [2020-11-09T14:40:15.747Z] 36b3adc4ff6f: Pulling fs layer [2020-11-09T14:40:15.747Z] 8ad3a11d3b57: Pulling fs layer [2020-11-09T14:40:15.747Z] 46f8f816bc3b: Pulling fs layer [2020-11-09T14:40:15.747Z] 93b61091891f: Pulling fs layer [2020-11-09T14:40:15.747Z] 93b9cdb0e59b: Pulling fs layer [2020-11-09T14:40:15.747Z] 5e14af77c1be: Pulling fs layer [2020-11-09T14:40:15.747Z] 01666e4c0597: Pulling fs layer [2020-11-09T14:40:15.747Z] aa168da1d23b: Pulling fs layer [2020-11-09T14:40:15.747Z] 93b9cdb0e59b: Waiting [2020-11-09T14:40:15.747Z] aa168da1d23b: Waiting [2020-11-09T14:40:15.747Z] 5e14af77c1be: Waiting [2020-11-09T14:40:15.747Z] 01666e4c0597: Waiting [2020-11-09T14:40:15.747Z] 93b61091891f: Waiting [2020-11-09T14:40:15.747Z] 46f8f816bc3b: Waiting [2020-11-09T14:40:15.747Z] 36b3adc4ff6f: Verifying Checksum [2020-11-09T14:40:15.747Z] 36b3adc4ff6f: Download complete [2020-11-09T14:40:15.747Z] 46f8f816bc3b: Verifying Checksum [2020-11-09T14:40:15.747Z] 46f8f816bc3b: Download complete [2020-11-09T14:40:16.015Z] df20fa9351a1: Verifying Checksum [2020-11-09T14:40:16.015Z] df20fa9351a1: Download complete [2020-11-09T14:40:16.015Z] 93b9cdb0e59b: Verifying Checksum [2020-11-09T14:40:16.015Z] 93b9cdb0e59b: Download complete [2020-11-09T14:40:16.015Z] 5e14af77c1be: Verifying Checksum [2020-11-09T14:40:16.015Z] 5e14af77c1be: Download complete [2020-11-09T14:40:16.015Z] 01666e4c0597: Verifying Checksum [2020-11-09T14:40:16.015Z] 01666e4c0597: Download complete [2020-11-09T14:40:16.015Z] 8ad3a11d3b57: Verifying Checksum [2020-11-09T14:40:16.015Z] 8ad3a11d3b57: Download complete [2020-11-09T14:40:16.283Z] df20fa9351a1: Pull complete [2020-11-09T14:40:16.547Z] 93b61091891f: Verifying Checksum [2020-11-09T14:40:16.547Z] 93b61091891f: Download complete [2020-11-09T14:40:16.547Z] 36b3adc4ff6f: Pull complete [2020-11-09T14:40:17.502Z] 8ad3a11d3b57: Pull complete [2020-11-09T14:40:17.502Z] 46f8f816bc3b: Pull complete [2020-11-09T14:40:18.080Z] aa168da1d23b: Download complete [2020-11-09T14:40:18.341Z] 93b61091891f: Pull complete [2020-11-09T14:40:18.602Z] 93b9cdb0e59b: Pull complete [2020-11-09T14:40:18.602Z] 5e14af77c1be: Pull complete [2020-11-09T14:40:18.871Z] 01666e4c0597: Pull complete [2020-11-09T14:40:25.515Z] aa168da1d23b: Pull complete [2020-11-09T14:40:25.515Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-09T14:40:25.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-09T14:40:25.515Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-09T14:40:25.715Z] prd-centos7-docker-4c-2g-11612 does not seem to be running inside a container [2020-11-09T14:40:25.760Z] $ 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-365/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-365 -v /w/workspace/dry_go-mod-core-contracts_PR-365:/w/workspace/dry_go-mod-core-contracts_PR-365:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-365@tmp:/w/workspace/dry_go-mod-core-contracts_PR-365@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-09T14:40:32.021Z] $ docker top d935bd351e1bf13dd6bdcdbd75e2b613b986c41ff86112b69a714f0253f643a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:40:32.568Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-09T14:40:32.870Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-09T14:40:33.177Z] + ls /var/log/sa-host [2020-11-09T14:40:33.177Z] + sadf -c /var/log/sa-host/sa05 [2020-11-09T14:40:33.177Z] file_magic: OK [2020-11-09T14:40:33.177Z] HZ: Using current value: 100 [2020-11-09T14:40:33.177Z] file_header: OK [2020-11-09T14:40:33.177Z] 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-09T14:40:33.177Z] Statistics: [2020-11-09T14:40:33.177Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-09T14:40:33.177Z] File successfully converted to sysstat format version 12.2.1 [2020-11-09T14:40:33.177Z] + sadf -c /var/log/sa-host/sa09 [2020-11-09T14:40:33.177Z] file_magic: OK [2020-11-09T14:40:33.177Z] HZ: Using current value: 100 [2020-11-09T14:40:33.177Z] file_header: OK [2020-11-09T14:40:33.177Z] 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-09T14:40:33.177Z] Statistics: [2020-11-09T14:40:33.177Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-09T14:40:33.177Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-09T14:40:33.415Z] provisioning config files... [2020-11-09T14:40:33.434Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/config7742719643764419619tmp [Pipeline] { [Pipeline] echo [2020-11-09T14:40:33.518Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:40:33.823Z] ---> create-netrc.sh [Pipeline] } [2020-11-09T14:40:33.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-09T14:40:33.933Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:40:34.238Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-09T14:40:34.249Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:40:34.554Z] ---> sudo-logs.sh [2020-11-09T14:40:34.554Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-09T14:40:34.564Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:40:34.858Z] ---> job-cost.sh [2020-11-09T14:40:34.858Z] lf-activate-venv: SKIPPING [2020-11-09T14:40:34.858Z] INFO: No Stack... [2020-11-09T14:40:36.255Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-09T14:40:36.828Z] INFO: Archiving Costs [Pipeline] echo [2020-11-09T14:40:36.842Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:40:37.142Z] ---> logs-deploy.sh [2020-11-09T14:40:37.142Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-365/16 [2020-11-09T14:40:37.142Z] INFO: archiving workspace using pattern(s): [2020-11-09T14:40:39.060Z] Archives upload complete. [2020-11-09T14:40:39.060Z] INFO: archiving logs to Nexus