Pull request #369 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from be5b2fb9f60e48f5373df4992ff9c3469385365c+08a8892da109e9ec3659fe77bff0cce72e0f9542 (b8330acdbdd62c1da41beb72d15704a8cea71e6b) 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 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 > 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 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 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 ‘prd-centos7-docker-4c-2g-12775’ Running on prd-centos7-docker-4c-2g-12793 in /w/workspace/dry_go-mod-core-contracts_PR-369 [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-369 # 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 > 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/369/head:refs/remotes/origin/PR-369 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 08a8892da109e9ec3659fe77bff0cce72e0f9542 into PR head commit be5b2fb9f60e48f5373df4992ff9c3469385365c Merge succeeded, producing be5b2fb9f60e48f5373df4992ff9c3469385365c Checking out Revision be5b2fb9f60e48f5373df4992ff9c3469385365c (PR-369) > git config core.sparsecheckout # timeout=10 > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # 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 08a8892da109e9ec3659fe77bff0cce72e0f9542 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 Commit message: "Merge branch 'master' into logger" > git rev-list --no-walk a11423ab57850a114358b59df839e2a94921c7e6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-19T18:31:08.572Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-19T18:31:08.866Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T18:31:09.023Z] ========================================================= [2020-11-19T18:31:09.023Z] EdgeX Global Pipelines Version Info [2020-11-19T18:31:09.023Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:31:11.129Z] ------------------- [2020-11-19T18:31:11.129Z] stable info: [2020-11-19T18:31:11.129Z] ------------------- [2020-11-19T18:31:11.129Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T18:31:11.129Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-19T18:31:11.129Z] Message: update stable to v1.0.167 [2020-11-19T18:31:12.096Z] ------------------- [2020-11-19T18:31:12.096Z] experimental info: [2020-11-19T18:31:12.096Z] ------------------- [2020-11-19T18:31:12.096Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T18:31:12.096Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-19T18:31:12.096Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-19T18:31:12.612Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-19T18:31:12.720Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-19T18:31:12.844Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T18:31:12.949Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T18:31:13.067Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T18:31:13.172Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T18:31:13.301Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T18:31:13.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T18:31:13.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-19T18:31:13.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T18:31:13.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T18:31:13.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-19T18:31:14.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T18:31:14.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T18:31:14.311Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T18:31:14.432Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T18:31:14.547Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T18:31:14.671Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T18:31:14.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-19T18:31:14.900Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-19T18:31:15.021Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-19T18:31:15.131Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-19T18:31:15.261Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-19T18:31:15.360Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-19T18:31:15.478Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-19T18:31:15.596Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T18:31:15.709Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-369 [Pipeline] echo [2020-11-19T18:31:15.820Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-369 [Pipeline] echo [2020-11-19T18:31:15.955Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-369 [Pipeline] echo [2020-11-19T18:31:16.058Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be5b2fb9f60e48f5373df4992ff9c3469385365c [Pipeline] echo [2020-11-19T18:31:16.194Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be5b2fb [Pipeline] echo [2020-11-19T18:31:16.295Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T18:31:16.511Z] provisioning config files... [2020-11-19T18:31:16.549Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/config5222836261680903801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:31:16.968Z] ---> docker-login.sh [2020-11-19T18:31:16.968Z] nexus3.edgexfoundry.org:10001 [2020-11-19T18:31:17.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:31:18.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:31:18.235Z] Configure a credential helper to remove this warning. See [2020-11-19T18:31:18.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:31:18.235Z] [2020-11-19T18:31:18.235Z] Login Succeeded [2020-11-19T18:31:18.235Z] nexus3.edgexfoundry.org:10002 [2020-11-19T18:31:18.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:31:18.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:31:18.549Z] Configure a credential helper to remove this warning. See [2020-11-19T18:31:18.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:31:18.549Z] [2020-11-19T18:31:18.549Z] Login Succeeded [2020-11-19T18:31:18.549Z] nexus3.edgexfoundry.org:10003 [2020-11-19T18:31:18.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:31:18.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:31:18.860Z] Configure a credential helper to remove this warning. See [2020-11-19T18:31:18.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:31:18.860Z] [2020-11-19T18:31:18.860Z] Login Succeeded [2020-11-19T18:31:18.860Z] nexus3.edgexfoundry.org:10004 [2020-11-19T18:31:19.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:31:19.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:31:19.213Z] Configure a credential helper to remove this warning. See [2020-11-19T18:31:19.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:31:19.213Z] [2020-11-19T18:31:19.213Z] Login Succeeded [2020-11-19T18:31:19.213Z] docker.io [2020-11-19T18:31:19.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:31:19.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:31:19.919Z] Configure a credential helper to remove this warning. See [2020-11-19T18:31:19.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:31:19.919Z] [2020-11-19T18:31:19.919Z] Login Succeeded [2020-11-19T18:31:19.919Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T18:31:19.931Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T18:31:20.983Z] + git log --format=format:%s -1 be5b2fb9f60e48f5373df4992ff9c3469385365c [Pipeline] echo [2020-11-19T18:31:21.189Z] GIT_COMMIT: be5b2fb9f60e48f5373df4992ff9c3469385365c, Commit Message: Merge branch 'master' into logger [Pipeline] echo [2020-11-19T18:31:21.287Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:31:22.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T18:31:22.324Z] [2020-11-19T18:31:22.324Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:31:22.734Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T18:31:22.734Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T18:31:22.734Z] 31603596830f: Pulling fs layer [2020-11-19T18:31:22.734Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T18:31:22.734Z] 6ca5941a6612: Pulling fs layer [2020-11-19T18:31:22.734Z] ecc8261a40a4: Pulling fs layer [2020-11-19T18:31:22.734Z] ecc8261a40a4: Waiting [2020-11-19T18:31:22.734Z] 2a8b12db71e7: Verifying Checksum [2020-11-19T18:31:22.734Z] 2a8b12db71e7: Download complete [2020-11-19T18:31:23.005Z] 31603596830f: Download complete [2020-11-19T18:31:23.286Z] ecc8261a40a4: Verifying Checksum [2020-11-19T18:31:23.286Z] ecc8261a40a4: Download complete [2020-11-19T18:31:23.561Z] 6ca5941a6612: Verifying Checksum [2020-11-19T18:31:23.561Z] 6ca5941a6612: Download complete [2020-11-19T18:31:23.561Z] 31603596830f: Pull complete [2020-11-19T18:31:23.840Z] 2a8b12db71e7: Pull complete [2020-11-19T18:31:24.850Z] 6ca5941a6612: Pull complete [2020-11-19T18:31:25.116Z] ecc8261a40a4: Pull complete [2020-11-19T18:31:25.116Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T18:31:25.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T18:31:25.116Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T18:31:25.313Z] prd-centos7-docker-4c-2g-12793 does not seem to be running inside a container [2020-11-19T18:31:25.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-369 -v /w/workspace/dry_go-mod-core-contracts_PR-369:/w/workspace/dry_go-mod-core-contracts_PR-369:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-369@tmp:/w/workspace/dry_go-mod-core-contracts_PR-369@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T18:31:27.693Z] $ docker top fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T18:31:28.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T18:31:28.188Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T18:31:28.515Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T18:31:28.529Z] $ docker exec fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e ssh-agent [2020-11-19T18:31:28.740Z] SSH_AUTH_SOCK=/tmp/ssh-geci52jbbADi/agent.11 [2020-11-19T18:31:28.740Z] SSH_AGENT_PID=17 [2020-11-19T18:31:28.757Z] Running ssh-add (command line suppressed) [2020-11-19T18:31:28.918Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-369@tmp/private_key_3731732495801315752.key (/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/private_key_3731732495801315752.key) [2020-11-19T18:31:28.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T18:31:29.348Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T18:31:29.552Z] $ docker exec --env ******** --env ******** fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e ssh-agent -k [2020-11-19T18:31:29.801Z] unset SSH_AUTH_SOCK; [2020-11-19T18:31:29.802Z] unset SSH_AGENT_PID; [2020-11-19T18:31:29.802Z] echo Agent pid 17 killed; [2020-11-19T18:31:29.888Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T18:31:30.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T18:31:30.055Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T18:31:30.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T18:31:30.384Z] $ docker exec fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e ssh-agent [2020-11-19T18:31:30.641Z] SSH_AUTH_SOCK=/tmp/ssh-4jOrObvXpuBL/agent.47 [2020-11-19T18:31:30.641Z] SSH_AGENT_PID=53 [2020-11-19T18:31:30.665Z] Running ssh-add (command line suppressed) [2020-11-19T18:31:30.844Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-369@tmp/private_key_7051284280053120315.key (/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/private_key_7051284280053120315.key) [2020-11-19T18:31:30.914Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T18:31:31.286Z] + git semver init [2020-11-19T18:31:31.286Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T18:31:31.286Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-369/.git [2020-11-19T18:31:31.286Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-369 [2020-11-19T18:31:31.286Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T18:31:31.286Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T18:31:31.286Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T18:31:31.286Z] # $SEMVER_BRANCH = PR-369 [2020-11-19T18:31:31.286Z] # $SEMVER_TEMP = /tmp/semver-795225829 [2020-11-19T18:31:31.286Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-19T18:31:32.263Z] # '/tmp/semver-795225829' -> '/w/workspace/dry_go-mod-core-contracts_PR-369/.semver' [2020-11-19T18:31:32.263Z] # -> Force: false [2020-11-19T18:31:32.263Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-369/.semver [Pipeline] } [2020-11-19T18:31:32.281Z] $ docker exec --env ******** --env ******** fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e ssh-agent -k [2020-11-19T18:31:32.458Z] unset SSH_AUTH_SOCK; [2020-11-19T18:31:32.460Z] unset SSH_AGENT_PID; [2020-11-19T18:31:32.460Z] echo Agent pid 53 killed; [2020-11-19T18:31:32.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T18:31:33.019Z] + git semver [Pipeline] } [2020-11-19T18:31:33.041Z] $ docker stop --time=1 fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e [2020-11-19T18:31:34.624Z] $ docker rm -f fb6a44914daa4e0a0d16c3996388c3054f81be3f71c9a4a144b24b9a6cb5330e [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T18:31:35.161Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T18:31:35.903Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T18:31:35.906Z] [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-19T18:31:51.510Z] Still waiting to schedule task [2020-11-19T18:31:51.510Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-19T18:31:51.512Z] Still waiting to schedule task [2020-11-19T18:31:51.512Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-19T18:34:17.169Z] Running on prd-centos7-docker-4c-2g-12798 in /w/workspace/dry_go-mod-core-contracts_PR-369 [Pipeline] { [Pipeline] ws [2020-11-19T18:34:17.226Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-11-19T18:34:19.948Z] using credential edgex-jenkins-ssh [2020-11-19T18:34:20.006Z] Cloning the remote Git repository [2020-11-19T18:34:20.041Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-19T18:34:20.106Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-11-19T18:34:20.158Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-19T18:34:20.158Z] > git --version # timeout=10 [2020-11-19T18:34:20.163Z] > git --version # 'git version 2.16.5' [2020-11-19T18:34:20.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T18:34:20.187Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T18:34:21.750Z] Merging remotes/origin/master commit 08a8892da109e9ec3659fe77bff0cce72e0f9542 into PR head commit be5b2fb9f60e48f5373df4992ff9c3469385365c [2020-11-19T18:34:21.859Z] Merge succeeded, producing be5b2fb9f60e48f5373df4992ff9c3469385365c [2020-11-19T18:34:21.860Z] Checking out Revision be5b2fb9f60e48f5373df4992ff9c3469385365c (PR-369) [2020-11-19T18:34:20.917Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-19T18:34:20.923Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T18:34:20.934Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-19T18:34:20.950Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-19T18:34:20.951Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T18:34:21.233Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/369/head:refs/remotes/origin/PR-369 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T18:34:21.760Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T18:34:21.765Z] > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 [2020-11-19T18:34:21.829Z] > git remote # timeout=10 [2020-11-19T18:34:21.836Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T18:34:21.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T18:34:21.846Z] > git merge 08a8892da109e9ec3659fe77bff0cce72e0f9542 # timeout=10 [2020-11-19T18:34:21.855Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T18:34:21.864Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T18:34:21.868Z] > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 [2020-11-19T18:34:25.509Z] Commit message: "Merge branch 'master' into logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T18:34:26.863Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-19T18:34:27.222Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-19T18:34:27.524Z] + sudo service docker restart [2020-11-19T18:34:27.524Z] + true [2020-11-19T18:34:27.524Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T18:34:29.048Z] provisioning config files... [2020-11-19T18:34:29.086Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/3@tmp/config8333205661801881307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:34:29.470Z] ---> docker-login.sh [2020-11-19T18:34:29.470Z] nexus3.edgexfoundry.org:10001 [2020-11-19T18:34:29.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:34:29.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:34:29.998Z] Configure a credential helper to remove this warning. See [2020-11-19T18:34:29.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:34:29.998Z] [2020-11-19T18:34:29.998Z] Login Succeeded [2020-11-19T18:34:29.998Z] nexus3.edgexfoundry.org:10002 [2020-11-19T18:34:29.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:34:30.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:34:30.260Z] Configure a credential helper to remove this warning. See [2020-11-19T18:34:30.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:34:30.260Z] [2020-11-19T18:34:30.260Z] Login Succeeded [2020-11-19T18:34:30.260Z] nexus3.edgexfoundry.org:10003 [2020-11-19T18:34:30.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:34:30.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:34:30.260Z] Configure a credential helper to remove this warning. See [2020-11-19T18:34:30.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:34:30.260Z] [2020-11-19T18:34:30.260Z] Login Succeeded [2020-11-19T18:34:30.260Z] nexus3.edgexfoundry.org:10004 [2020-11-19T18:34:30.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:34:30.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:34:30.525Z] Configure a credential helper to remove this warning. See [2020-11-19T18:34:30.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:34:30.525Z] [2020-11-19T18:34:30.525Z] Login Succeeded [2020-11-19T18:34:30.525Z] docker.io [2020-11-19T18:34:30.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:34:30.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:34:30.787Z] Configure a credential helper to remove this warning. See [2020-11-19T18:34:30.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:34:30.787Z] [2020-11-19T18:34:30.787Z] Login Succeeded [2020-11-19T18:34:30.787Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T18:34:30.798Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T18:34:31.139Z] ========================================================= [2020-11-19T18:34:31.140Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T18:34:31.140Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:34:31.502Z] + 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-19T18:34:31.770Z] Sending build context to Docker daemon 1.845MB [2020-11-19T18:34:31.770Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T18:34:31.770Z] Step 2/7 : FROM ${BASE} [2020-11-19T18:34:31.770Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T18:34:31.770Z] df20fa9351a1: Pulling fs layer [2020-11-19T18:34:31.770Z] ed8968b2872e: Pulling fs layer [2020-11-19T18:34:31.770Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T18:34:31.770Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T18:34:31.770Z] e73272ec9a57: Pulling fs layer [2020-11-19T18:34:31.770Z] 1e910a182e73: Pulling fs layer [2020-11-19T18:34:31.770Z] 4e634b169226: Pulling fs layer [2020-11-19T18:34:31.770Z] e871e8e8d7a9: Waiting [2020-11-19T18:34:31.770Z] e73272ec9a57: Waiting [2020-11-19T18:34:31.770Z] 1e910a182e73: Waiting [2020-11-19T18:34:31.770Z] 4e634b169226: Waiting [2020-11-19T18:34:31.770Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T18:34:31.770Z] a92cc7c5fd73: Download complete [2020-11-19T18:34:31.770Z] ed8968b2872e: Download complete [2020-11-19T18:34:31.770Z] e73272ec9a57: Verifying Checksum [2020-11-19T18:34:31.770Z] e73272ec9a57: Download complete [2020-11-19T18:34:32.034Z] df20fa9351a1: Verifying Checksum [2020-11-19T18:34:32.034Z] df20fa9351a1: Download complete [2020-11-19T18:34:32.034Z] 1e910a182e73: Verifying Checksum [2020-11-19T18:34:32.034Z] 1e910a182e73: Download complete [2020-11-19T18:34:32.304Z] df20fa9351a1: Pull complete [2020-11-19T18:34:32.570Z] ed8968b2872e: Pull complete [2020-11-19T18:34:32.570Z] a92cc7c5fd73: Pull complete [2020-11-19T18:34:33.523Z] 4e634b169226: Verifying Checksum [2020-11-19T18:34:33.523Z] 4e634b169226: Download complete [2020-11-19T18:34:34.478Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T18:34:34.478Z] e871e8e8d7a9: Download complete [2020-11-19T18:34:39.806Z] e871e8e8d7a9: Pull complete [2020-11-19T18:34:39.806Z] e73272ec9a57: Pull complete [2020-11-19T18:34:39.806Z] 1e910a182e73: Pull complete [2020-11-19T18:34:47.991Z] 4e634b169226: Pull complete [2020-11-19T18:34:47.991Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T18:34:47.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T18:34:47.991Z] ---> f7629b54cfaa [2020-11-19T18:34:47.991Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-19T18:34:47.991Z] ---> Running in 4dffc0641654 [2020-11-19T18:34:47.991Z] Removing intermediate container 4dffc0641654 [2020-11-19T18:34:47.991Z] ---> 5b061c049c89 [2020-11-19T18:34:47.991Z] Step 4/7 : RUN apk add bash [2020-11-19T18:34:47.991Z] ---> Running in 529dac792a5a [2020-11-19T18:34:48.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T18:34:49.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T18:34:50.535Z] OK: 166 MiB in 39 packages [2020-11-19T18:34:51.111Z] Removing intermediate container 529dac792a5a [2020-11-19T18:34:51.111Z] ---> 568f45e8d0d8 [2020-11-19T18:34:51.111Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-19T18:34:51.111Z] ---> Running in 52eacd0790b7 [2020-11-19T18:34:51.377Z] Removing intermediate container 52eacd0790b7 [2020-11-19T18:34:51.377Z] ---> 5c90cca57b28 [2020-11-19T18:34:51.377Z] Step 6/7 : COPY go.mod . [2020-11-19T18:34:51.639Z] ---> 19b92818573f [2020-11-19T18:34:51.639Z] Step 7/7 : RUN go mod download [2020-11-19T18:34:51.639Z] ---> Running in 0180f15fc122 [2020-11-19T18:35:03.930Z] Removing intermediate container 0180f15fc122 [2020-11-19T18:35:03.930Z] ---> 9964939861f5 [2020-11-19T18:35:03.930Z] Successfully built 9964939861f5 [2020-11-19T18:35:03.930Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:35:04.244Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T18:35:04.244Z] . [Pipeline] withDockerContainer [2020-11-19T18:35:04.478Z] prd-centos7-docker-4c-2g-12798 does not seem to be running inside a container [2020-11-19T18:35:04.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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-x86_64 cat [2020-11-19T18:35:05.297Z] $ docker top e1aae250da1c29b1b2eea167ec6c7f6767f817fa9b7787cf1556c2bf678d6e25 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T18:35:05.832Z] + go version [2020-11-19T18:35:05.832Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-19T18:35:05.847Z] $ docker stop --time=1 e1aae250da1c29b1b2eea167ec6c7f6767f817fa9b7787cf1556c2bf678d6e25 [2020-11-19T18:35:07.223Z] $ docker rm -f e1aae250da1c29b1b2eea167ec6c7f6767f817fa9b7787cf1556c2bf678d6e25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:35:08.132Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T18:35:08.132Z] . [Pipeline] withDockerContainer [2020-11-19T18:35:08.235Z] prd-centos7-docker-4c-2g-12798 does not seem to be running inside a container [2020-11-19T18:35:08.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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-x86_64 cat [2020-11-19T18:35:08.975Z] $ docker top 266f972a36be6c76ede27b673309274f9fa000e5dce9200e08f603fff4e5bedf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T18:35:09.508Z] + make test [2020-11-19T18:35:09.508Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-19T18:35:16.206Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-19T18:35:16.206Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.012s coverage: 85.7% of statements [2020-11-19T18:35:16.206Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.022s coverage: 100.0% of statements [2020-11-19T18:35:16.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.027s coverage: 45.4% of statements [2020-11-19T18:35:16.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements [2020-11-19T18:35:16.480Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-19T18:35:16.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.018s coverage: 6.6% of statements [2020-11-19T18:35:17.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.017s coverage: 14.7% of statements [2020-11-19T18:35:17.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2020-11-19T18:35:17.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.022s coverage: 91.8% of statements [2020-11-19T18:35:17.062Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-19T18:35:17.062Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-19T18:35:17.062Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements [2020-11-19T18:35:18.481Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.008s coverage: 47.8% of statements [2020-11-19T18:35:20.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 63.0% of statements [2020-11-19T18:35:20.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.034s coverage: 26.3% of statements [2020-11-19T18:35:20.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.032s coverage: 15.4% of statements [2020-11-19T18:35:20.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.038s coverage: 15.4% of statements [2020-11-19T18:35:20.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements [2020-11-19T18:35:20.464Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-19T18:35:20.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.029s coverage: 81.0% of statements [2020-11-19T18:35:20.464Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-19T18:35:20.464Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-19T18:35:20.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.1% of statements [2020-11-19T18:35:20.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 100.0% of statements [2020-11-19T18:35:20.730Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements [2020-11-19T18:35:20.730Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-11-19T18:35:20.730Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-19T18:35:20.992Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-19T18:35:22.436Z] gofmt -l . [2020-11-19T18:35:22.436Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-19T18:35:22.453Z] $ docker stop --time=1 266f972a36be6c76ede27b673309274f9fa000e5dce9200e08f603fff4e5bedf [2020-11-19T18:35:24.606Z] $ docker rm -f 266f972a36be6c76ede27b673309274f9fa000e5dce9200e08f603fff4e5bedf [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T18:35:25.202Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-19T18:35:25.562Z] 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 [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-19T18:41:51.021Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12802 in /w/workspace/dry_go-mod-core-contracts_PR-369 [Pipeline] { [Pipeline] ws [2020-11-19T18:41:51.103Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-11-19T18:41:56.186Z] using credential edgex-jenkins-ssh [2020-11-19T18:41:56.251Z] Cloning the remote Git repository [2020-11-19T18:41:56.316Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-19T18:41:56.425Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-11-19T18:41:56.497Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-19T18:41:56.497Z] > git --version # timeout=10 [2020-11-19T18:41:56.513Z] > git --version # 'git version 2.17.1' [2020-11-19T18:41:56.514Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T18:41:56.579Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T18:41:58.409Z] Merging remotes/origin/master commit 08a8892da109e9ec3659fe77bff0cce72e0f9542 into PR head commit be5b2fb9f60e48f5373df4992ff9c3469385365c [2020-11-19T18:41:57.602Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-19T18:41:57.628Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T18:41:57.672Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-19T18:41:57.721Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-19T18:41:57.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T18:41:57.734Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/369/head:refs/remotes/origin/PR-369 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T18:41:58.435Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T18:41:58.460Z] > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 [2020-11-19T18:41:58.596Z] > git remote # timeout=10 [2020-11-19T18:41:58.616Z] > git config --get remote.origin.url # timeout=10 [2020-11-19T18:41:58.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T18:41:58.651Z] > git merge 08a8892da109e9ec3659fe77bff0cce72e0f9542 # timeout=10 [2020-11-19T18:41:58.686Z] Merge succeeded, producing be5b2fb9f60e48f5373df4992ff9c3469385365c [2020-11-19T18:41:58.687Z] Checking out Revision be5b2fb9f60e48f5373df4992ff9c3469385365c (PR-369) [2020-11-19T18:41:58.676Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-19T18:41:58.699Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T18:41:58.715Z] > git checkout -f be5b2fb9f60e48f5373df4992ff9c3469385365c # timeout=10 [2020-11-19T18:42:03.151Z] Commit message: "Merge branch 'master' into logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T18:42:04.886Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-19T18:42:05.356Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-19T18:42:05.707Z] + + sudotrue service [2020-11-19T18:42:05.707Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T18:42:08.438Z] provisioning config files... [2020-11-19T18:42:08.484Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/3@tmp/config1083062320511653512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:42:09.004Z] ---> docker-login.sh [2020-11-19T18:42:09.004Z] nexus3.edgexfoundry.org:10001 [2020-11-19T18:42:09.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:42:10.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:42:10.273Z] Configure a credential helper to remove this warning. See [2020-11-19T18:42:10.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:42:10.273Z] [2020-11-19T18:42:10.273Z] Login Succeeded [2020-11-19T18:42:10.273Z] nexus3.edgexfoundry.org:10002 [2020-11-19T18:42:10.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:42:10.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:42:10.871Z] Configure a credential helper to remove this warning. See [2020-11-19T18:42:10.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:42:10.871Z] [2020-11-19T18:42:10.871Z] Login Succeeded [2020-11-19T18:42:10.871Z] nexus3.edgexfoundry.org:10003 [2020-11-19T18:42:11.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:42:11.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:42:11.469Z] Configure a credential helper to remove this warning. See [2020-11-19T18:42:11.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:42:11.469Z] [2020-11-19T18:42:11.469Z] Login Succeeded [2020-11-19T18:42:11.469Z] nexus3.edgexfoundry.org:10004 [2020-11-19T18:42:12.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:42:12.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:42:12.080Z] Configure a credential helper to remove this warning. See [2020-11-19T18:42:12.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:42:12.080Z] [2020-11-19T18:42:12.080Z] Login Succeeded [2020-11-19T18:42:12.080Z] docker.io [2020-11-19T18:42:12.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T18:42:12.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T18:42:12.960Z] Configure a credential helper to remove this warning. See [2020-11-19T18:42:12.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T18:42:12.960Z] [2020-11-19T18:42:12.960Z] Login Succeeded [2020-11-19T18:42:12.960Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T18:42:12.981Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T18:42:13.531Z] ========================================================= [2020-11-19T18:42:13.531Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T18:42:13.531Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:42:13.954Z] + 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-19T18:42:14.567Z] Sending build context to Docker daemon 1.845MB [2020-11-19T18:42:14.567Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T18:42:14.567Z] Step 2/7 : FROM ${BASE} [2020-11-19T18:42:14.567Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T18:42:14.567Z] b538f80385f9: Pulling fs layer [2020-11-19T18:42:14.567Z] 74f711af9a0d: Pulling fs layer [2020-11-19T18:42:14.567Z] 99f96fe45779: Pulling fs layer [2020-11-19T18:42:14.567Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T18:42:14.567Z] 45590311c82a: Pulling fs layer [2020-11-19T18:42:14.567Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T18:42:14.567Z] 209524e5b208: Pulling fs layer [2020-11-19T18:42:14.567Z] 8529a6b9a6be: Waiting [2020-11-19T18:42:14.567Z] 45590311c82a: Waiting [2020-11-19T18:42:14.567Z] 69ca0ff8b7b3: Waiting [2020-11-19T18:42:14.567Z] 209524e5b208: Waiting [2020-11-19T18:42:14.847Z] 99f96fe45779: Verifying Checksum [2020-11-19T18:42:14.848Z] 99f96fe45779: Download complete [2020-11-19T18:42:14.848Z] 74f711af9a0d: Verifying Checksum [2020-11-19T18:42:14.848Z] 74f711af9a0d: Download complete [2020-11-19T18:42:14.848Z] 45590311c82a: Verifying Checksum [2020-11-19T18:42:14.848Z] 45590311c82a: Download complete [2020-11-19T18:42:14.848Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-19T18:42:14.848Z] 69ca0ff8b7b3: Download complete [2020-11-19T18:42:14.848Z] b538f80385f9: Verifying Checksum [2020-11-19T18:42:14.848Z] b538f80385f9: Download complete [2020-11-19T18:42:15.846Z] b538f80385f9: Pull complete [2020-11-19T18:42:16.135Z] 74f711af9a0d: Pull complete [2020-11-19T18:42:16.759Z] 99f96fe45779: Pull complete [2020-11-19T18:42:17.751Z] 209524e5b208: Verifying Checksum [2020-11-19T18:42:17.751Z] 209524e5b208: Download complete [2020-11-19T18:42:18.737Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T18:42:18.737Z] 8529a6b9a6be: Download complete [2020-11-19T18:42:28.934Z] 8529a6b9a6be: Pull complete [2020-11-19T18:42:28.934Z] 45590311c82a: Pull complete [2020-11-19T18:42:29.529Z] 69ca0ff8b7b3: Pull complete [2020-11-19T18:42:32.923Z] 209524e5b208: Pull complete [2020-11-19T18:42:32.923Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T18:42:32.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T18:42:32.923Z] ---> 5bddaf1c2fca [2020-11-19T18:42:32.923Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-19T18:42:36.308Z] ---> Running in 4eb126690509 [2020-11-19T18:42:36.308Z] Removing intermediate container 4eb126690509 [2020-11-19T18:42:36.308Z] ---> 19a6546f1ccd [2020-11-19T18:42:36.308Z] Step 4/7 : RUN apk add bash [2020-11-19T18:42:36.308Z] ---> Running in 251daef8f1c8 [2020-11-19T18:42:37.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T18:42:39.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T18:42:42.347Z] OK: 142 MiB in 39 packages [2020-11-19T18:42:43.330Z] Removing intermediate container 251daef8f1c8 [2020-11-19T18:42:43.330Z] ---> 00791c1d352f [2020-11-19T18:42:43.330Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-19T18:42:43.604Z] ---> Running in 09deb41d2425 [2020-11-19T18:42:44.197Z] Removing intermediate container 09deb41d2425 [2020-11-19T18:42:44.197Z] ---> c4bebd5b7fef [2020-11-19T18:42:44.197Z] Step 6/7 : COPY go.mod . [2020-11-19T18:42:44.799Z] ---> d65c2224d674 [2020-11-19T18:42:44.799Z] Step 7/7 : RUN go mod download [2020-11-19T18:42:44.799Z] ---> Running in 4b746c3370a0 [2020-11-19T18:42:59.902Z] Removing intermediate container 4b746c3370a0 [2020-11-19T18:42:59.902Z] ---> b8768f4dfb3b [2020-11-19T18:42:59.902Z] Successfully built b8768f4dfb3b [2020-11-19T18:42:59.902Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:43:00.262Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T18:43:00.262Z] . [Pipeline] withDockerContainer [2020-11-19T18:43:00.555Z] prd-ubuntu18.04-docker-arm64-4c-16g-12802 does not seem to be running inside a container [2020-11-19T18:43:00.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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-arm64 cat [2020-11-19T18:43:02.682Z] $ docker top 0baf92b7c57a69ed174b784cf91f5b837d2ff5bf0f54dd7c150877be70e33f31 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T18:43:04.123Z] + go version [2020-11-19T18:43:04.123Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-19T18:43:04.154Z] $ docker stop --time=1 0baf92b7c57a69ed174b784cf91f5b837d2ff5bf0f54dd7c150877be70e33f31 [2020-11-19T18:43:06.060Z] $ docker rm -f 0baf92b7c57a69ed174b784cf91f5b837d2ff5bf0f54dd7c150877be70e33f31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:43:07.239Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T18:43:07.239Z] . [Pipeline] withDockerContainer [2020-11-19T18:43:07.529Z] prd-ubuntu18.04-docker-arm64-4c-16g-12802 does not seem to be running inside a container [2020-11-19T18:43:07.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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-arm64 cat [2020-11-19T18:43:09.635Z] $ docker top f2e1ce87b936b6736809bca290144471de6e1af468ad1f5a484f569ec0bd6b6b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T18:43:11.202Z] + make test [2020-11-19T18:43:11.203Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-19T18:43:34.424Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-19T18:43:35.889Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements [2020-11-19T18:43:35.889Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.039s coverage: 100.0% of statements [2020-11-19T18:43:37.888Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.049s coverage: 45.4% of statements [2020-11-19T18:43:37.888Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.037s coverage: 77.8% of statements [2020-11-19T18:43:37.888Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-19T18:43:37.888Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 6.6% of statements [2020-11-19T18:43:39.877Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements [2020-11-19T18:43:39.877Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.022s coverage: 100.0% of statements [2020-11-19T18:43:41.327Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.086s coverage: 91.8% of statements [2020-11-19T18:43:41.327Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-19T18:43:41.327Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-19T18:43:41.327Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements [2020-11-19T18:43:42.313Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.033s coverage: 47.8% of statements [2020-11-19T18:43:47.782Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.121s coverage: 63.0% of statements [2020-11-19T18:43:47.782Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.026s coverage: 26.3% of statements [2020-11-19T18:43:47.782Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.015s coverage: 15.4% of statements [2020-11-19T18:43:47.782Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.010s coverage: 15.4% of statements [2020-11-19T18:43:47.782Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.044s coverage: 14.3% of statements [2020-11-19T18:43:47.782Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-19T18:43:47.782Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.054s coverage: 81.0% of statements [2020-11-19T18:43:47.782Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-19T18:43:47.782Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-19T18:43:47.782Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.1% of statements [2020-11-19T18:43:48.388Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.026s coverage: 100.0% of statements [2020-11-19T18:43:49.841Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.058s coverage: 94.4% of statements [2020-11-19T18:43:49.841Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements [2020-11-19T18:43:49.841Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-19T18:43:49.841Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-19T18:43:54.165Z] gofmt -l . [2020-11-19T18:43:54.761Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-19T18:43:55.412Z] $ docker stop --time=1 f2e1ce87b936b6736809bca290144471de6e1af468ad1f5a484f569ec0bd6b6b [2020-11-19T18:43:57.713Z] $ docker rm -f f2e1ce87b936b6736809bca290144471de6e1af468ad1f5a484f569ec0bd6b6b [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T18:43:58.685Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-19T18:43:58.766Z] Warning: overwriting stash ‘coverage-report’ [2020-11-19T18:44:00.217Z] 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-19T18:44:03.074Z] provisioning config files... [2020-11-19T18:44:03.089Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/config5409907291043211097tmp [Pipeline] { [Pipeline] sh [2020-11-19T18:44:03.528Z] + set +x [2020-11-19T18:44:03.528Z] + bash -s -- [2020-11-19T18:44:03.528Z] + curl -s https://codecov.io/bash [2020-11-19T18:44:03.795Z] [2020-11-19T18:44:03.795Z] _____ _ [2020-11-19T18:44:03.795Z] / ____| | | [2020-11-19T18:44:03.795Z] | | ___ __| | ___ ___ _____ __ [2020-11-19T18:44:03.795Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-19T18:44:03.795Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-19T18:44:03.795Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-19T18:44:03.795Z] Bash-20201116-eea08d9 [2020-11-19T18:44:03.795Z] [2020-11-19T18:44:03.795Z] [2020-11-19T18:44:03.795Z] ==> Jenkins CI detected. [2020-11-19T18:44:03.795Z] project root: . [2020-11-19T18:44:03.795Z] --> token set from env [2020-11-19T18:44:03.795Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-19T18:44:03.795Z] ==> Running gcov in . (disable via -X gcov) [2020-11-19T18:44:03.795Z] ==> Python coveragepy not found [2020-11-19T18:44:03.795Z] ==> Searching for coverage reports in: [2020-11-19T18:44:03.795Z] + . [2020-11-19T18:44:03.795Z] -> Found 1 reports [2020-11-19T18:44:03.795Z] ==> Detecting git/mercurial file structure [2020-11-19T18:44:03.795Z] ==> Reading reports [2020-11-19T18:44:03.795Z] + ./coverage.out bytes=106870 [2020-11-19T18:44:04.071Z] ==> Appending adjustments [2020-11-19T18:44:04.071Z] https://docs.codecov.io/docs/fixing-reports [2020-11-19T18:44:05.064Z] + Found adjustments [2020-11-19T18:44:05.064Z] ==> Gzipping contents [2020-11-19T18:44:05.064Z] ==> Uploading reports [2020-11-19T18:44:05.064Z] url: https://codecov.io [2020-11-19T18:44:05.064Z] query: branch=PR-369&commit=be5b2fb9f60e48f5373df4992ff9c3469385365c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-369%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=369&job=&cmd_args= [2020-11-19T18:44:05.064Z] -> Pinging Codecov [2020-11-19T18:44:05.064Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-369&commit=be5b2fb9f60e48f5373df4992ff9c3469385365c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-369%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=369&job=&cmd_args= [2020-11-19T18:44:05.642Z] -> Uploading to [2020-11-19T18:44:05.642Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-19/71470A77251A30514AAF9C0BB2E5B6CE/be5b2fb9f60e48f5373df4992ff9c3469385365c/33ec8b99-b5ac-4d05-a6f4-9411fc44a597.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T184405Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d33bd83de25d2e6380336b184d2e9fe23a104c70026b4db78d012b235e967015 [2020-11-19T18:44:05.642Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T18:44:05.642Z] Dload Upload Total Spent Left Speed [2020-11-19T18:44:06.220Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17269 0 0 100 17269 0 35960 --:--:-- --:--:-- --:--:-- 35977 100 17269 0 0 100 17269 0 35939 --:--:-- --:--:-- --:--:-- 35902 [2020-11-19T18:44:06.220Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/be5b2fb9f60e48f5373df4992ff9c3469385365c [Pipeline] } [2020-11-19T18:44:06.242Z] 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-19T18:44:09.267Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:44:09.865Z] ---> package-listing.sh [2020-11-19T18:44:09.865Z] ++ facter osfamily [2020-11-19T18:44:09.865Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T18:44:09.865Z] + OS_FAMILY=redhat [2020-11-19T18:44:09.865Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-369 [2020-11-19T18:44:09.865Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T18:44:09.865Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T18:44:09.865Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T18:44:09.865Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T18:44:09.865Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-369 ']' [2020-11-19T18:44:09.865Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T18:44:09.865Z] + case "${OS_FAMILY}" in [2020-11-19T18:44:09.865Z] + rpm -qa [2020-11-19T18:44:09.865Z] + sort [2020-11-19T18:44:14.170Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T18:44:14.170Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T18:44:14.170Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T18:44:14.170Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-369 ']' [2020-11-19T18:44:14.170Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-369/archives/ [2020-11-19T18:44:14.170Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-369/archives/ [Pipeline] echo [2020-11-19T18:44:14.185Z] 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-369/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-19T18:44:14.503Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:44:14.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T18:44:14.889Z] [2020-11-19T18:44:14.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T18:44:15.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T18:44:15.421Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T18:44:15.421Z] df20fa9351a1: Pulling fs layer [2020-11-19T18:44:15.421Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T18:44:15.421Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T18:44:15.421Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T18:44:15.421Z] 93b61091891f: Pulling fs layer [2020-11-19T18:44:15.421Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T18:44:15.421Z] 5e14af77c1be: Pulling fs layer [2020-11-19T18:44:15.421Z] 01666e4c0597: Pulling fs layer [2020-11-19T18:44:15.421Z] aa168da1d23b: Pulling fs layer [2020-11-19T18:44:15.421Z] 93b9cdb0e59b: Waiting [2020-11-19T18:44:15.421Z] 5e14af77c1be: Waiting [2020-11-19T18:44:15.421Z] 01666e4c0597: Waiting [2020-11-19T18:44:15.421Z] aa168da1d23b: Waiting [2020-11-19T18:44:15.421Z] 46f8f816bc3b: Waiting [2020-11-19T18:44:15.421Z] 93b61091891f: Waiting [2020-11-19T18:44:15.715Z] 36b3adc4ff6f: Verifying Checksum [2020-11-19T18:44:15.715Z] 36b3adc4ff6f: Download complete [2020-11-19T18:44:15.715Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T18:44:15.715Z] 46f8f816bc3b: Download complete [2020-11-19T18:44:15.715Z] df20fa9351a1: Verifying Checksum [2020-11-19T18:44:15.715Z] df20fa9351a1: Download complete [2020-11-19T18:44:15.715Z] 93b9cdb0e59b: Download complete [2020-11-19T18:44:15.715Z] 5e14af77c1be: Verifying Checksum [2020-11-19T18:44:15.715Z] 5e14af77c1be: Download complete [2020-11-19T18:44:16.031Z] 01666e4c0597: Verifying Checksum [2020-11-19T18:44:16.031Z] 01666e4c0597: Download complete [2020-11-19T18:44:16.031Z] 93b61091891f: Verifying Checksum [2020-11-19T18:44:16.031Z] 93b61091891f: Download complete [2020-11-19T18:44:16.031Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T18:44:16.031Z] 8ad3a11d3b57: Download complete [2020-11-19T18:44:16.647Z] df20fa9351a1: Pull complete [2020-11-19T18:44:16.958Z] 36b3adc4ff6f: Pull complete [2020-11-19T18:44:18.455Z] 8ad3a11d3b57: Pull complete [2020-11-19T18:44:18.745Z] 46f8f816bc3b: Pull complete [2020-11-19T18:44:19.714Z] 93b61091891f: Pull complete [2020-11-19T18:44:19.714Z] 93b9cdb0e59b: Pull complete [2020-11-19T18:44:19.714Z] 5e14af77c1be: Pull complete [2020-11-19T18:44:19.714Z] aa168da1d23b: Verifying Checksum [2020-11-19T18:44:19.982Z] 01666e4c0597: Pull complete [2020-11-19T18:44:30.107Z] aa168da1d23b: Pull complete [2020-11-19T18:44:30.107Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T18:44:30.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T18:44:30.107Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T18:44:30.405Z] prd-centos7-docker-4c-2g-12793 does not seem to be running inside a container [2020-11-19T18:44:30.496Z] $ 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-369/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-369 -v /w/workspace/dry_go-mod-core-contracts_PR-369:/w/workspace/dry_go-mod-core-contracts_PR-369:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-369@tmp:/w/workspace/dry_go-mod-core-contracts_PR-369@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-19T18:44:34.458Z] $ docker top d41e32d6ab5498e617acd40fdfea0ed6f1057d8282a4b8d60d49715d53b2a96e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T18:44:35.097Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T18:44:35.422Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T18:44:35.796Z] + ls /var/log/sa-host [2020-11-19T18:44:35.796Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T18:44:35.796Z] file_magic: OK [2020-11-19T18:44:35.796Z] HZ: Using current value: 100 [2020-11-19T18:44:35.796Z] file_header: OK [2020-11-19T18:44:35.796Z] 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-19T18:44:35.796Z] Statistics: [2020-11-19T18:44:35.796Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T18:44:35.796Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T18:44:35.796Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T18:44:35.796Z] file_magic: OK [2020-11-19T18:44:35.796Z] HZ: Using current value: 100 [2020-11-19T18:44:35.796Z] file_header: OK [2020-11-19T18:44:35.796Z] 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-19T18:44:35.796Z] Statistics: [2020-11-19T18:44:35.796Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T18:44:35.796Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T18:44:36.402Z] provisioning config files... [2020-11-19T18:44:36.449Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-369@tmp/config2795908978516202955tmp [Pipeline] { [Pipeline] echo [2020-11-19T18:44:36.600Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:44:36.975Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T18:44:36.988Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T18:44:37.110Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:44:37.440Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T18:44:37.454Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:44:37.778Z] ---> sudo-logs.sh [2020-11-19T18:44:37.779Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T18:44:37.790Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:44:38.099Z] ---> job-cost.sh [2020-11-19T18:44:38.099Z] lf-activate-venv: SKIPPING [2020-11-19T18:44:38.099Z] INFO: No Stack... [2020-11-19T18:44:40.077Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T18:44:40.340Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T18:44:40.356Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T18:44:40.688Z] ---> logs-deploy.sh [2020-11-19T18:44:40.688Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-369/3 [2020-11-19T18:44:40.688Z] INFO: archiving workspace using pattern(s): [2020-11-19T18:44:42.619Z] Archives upload complete. [2020-11-19T18:44:42.884Z] INFO: archiving logs to Nexus