Pull request #367 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 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa 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 ‘prd-centos7-docker-4c-2g-12023’ is offline Running on prd-centos7-docker-4c-2g-12026 in /w/workspace/dry_go-mod-core-contracts_PR-367 [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-367 # 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 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa Merge succeeded, producing 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa Checking out Revision 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa (PR-367) > 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/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa # 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 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa # timeout=10 Commit message: "feat(clients): Implement Add method for V2 EventClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-13T07:47:02.202Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk e1d70e92bac247a60139e7ef99aa1ccce68bd122 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-13T07:47:02.535Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-13T07:47:02.669Z] ========================================================= [2020-11-13T07:47:02.669Z] EdgeX Global Pipelines Version Info [2020-11-13T07:47:02.669Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:47:04.201Z] ------------------- [2020-11-13T07:47:04.201Z] stable info: [2020-11-13T07:47:04.201Z] ------------------- [2020-11-13T07:47:04.201Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-13T07:47:04.201Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-13T07:47:04.201Z] Message: update stable to v1.0.162 [2020-11-13T07:47:05.150Z] ------------------- [2020-11-13T07:47:05.150Z] experimental info: [2020-11-13T07:47:05.150Z] ------------------- [2020-11-13T07:47:05.150Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-13T07:47:05.150Z] Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b [2020-11-13T07:47:05.150Z] Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-13T07:47:05.651Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-13T07:47:05.757Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-13T07:47:05.861Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-13T07:47:05.970Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-13T07:47:06.075Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-13T07:47:06.204Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-13T07:47:06.335Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-13T07:47:06.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-13T07:47:06.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-13T07:47:06.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-13T07:47:06.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-13T07:47:06.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-13T07:47:07.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-13T07:47:07.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-13T07:47:07.224Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-13T07:47:07.324Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-13T07:47:07.428Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-13T07:47:07.533Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-13T07:47:07.656Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-13T07:47:07.761Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-13T07:47:07.865Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-13T07:47:07.963Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-13T07:47:08.069Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-13T07:47:08.170Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-13T07:47:08.274Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-13T07:47:08.369Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-13T07:47:08.462Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo [2020-11-13T07:47:08.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo [2020-11-13T07:47:08.658Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo [2020-11-13T07:47:08.757Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa [Pipeline] echo [2020-11-13T07:47:08.862Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91ff763 [Pipeline] echo [2020-11-13T07:47:08.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-13T07:47:09.150Z] provisioning config files... [2020-11-13T07:47:09.185Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config3837744802455480236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:47:09.593Z] ---> docker-login.sh [2020-11-13T07:47:09.593Z] nexus3.edgexfoundry.org:10001 [2020-11-13T07:47:09.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:47:10.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:47:10.120Z] Configure a credential helper to remove this warning. See [2020-11-13T07:47:10.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:47:10.120Z] [2020-11-13T07:47:10.120Z] Login Succeeded [2020-11-13T07:47:10.120Z] nexus3.edgexfoundry.org:10002 [2020-11-13T07:47:10.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:47:10.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:47:10.120Z] Configure a credential helper to remove this warning. See [2020-11-13T07:47:10.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:47:10.120Z] [2020-11-13T07:47:10.120Z] Login Succeeded [2020-11-13T07:47:10.120Z] nexus3.edgexfoundry.org:10003 [2020-11-13T07:47:10.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:47:10.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:47:10.383Z] Configure a credential helper to remove this warning. See [2020-11-13T07:47:10.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:47:10.383Z] [2020-11-13T07:47:10.383Z] Login Succeeded [2020-11-13T07:47:10.383Z] nexus3.edgexfoundry.org:10004 [2020-11-13T07:47:10.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:47:10.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:47:10.644Z] Configure a credential helper to remove this warning. See [2020-11-13T07:47:10.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:47:10.644Z] [2020-11-13T07:47:10.644Z] Login Succeeded [2020-11-13T07:47:10.644Z] docker.io [2020-11-13T07:47:10.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:47:10.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:47:10.906Z] Configure a credential helper to remove this warning. See [2020-11-13T07:47:10.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:47:10.906Z] [2020-11-13T07:47:10.906Z] Login Succeeded [2020-11-13T07:47:10.906Z] ---> docker-login.sh ends [Pipeline] } [2020-11-13T07:47:10.918Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-13T07:47:11.706Z] + git log --format=format:%s -1 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa [Pipeline] echo [2020-11-13T07:47:11.772Z] GIT_COMMIT: 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa, Commit Message: feat(clients): Implement Add method for V2 EventClient [Pipeline] echo [2020-11-13T07:47:11.836Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:47:12.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-13T07:47:12.426Z] [2020-11-13T07:47:12.426Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:47:12.780Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-13T07:47:12.780Z] latest: Pulling from edgex-devops/git-semver [2020-11-13T07:47:12.780Z] 31603596830f: Pulling fs layer [2020-11-13T07:47:12.780Z] 2a8b12db71e7: Pulling fs layer [2020-11-13T07:47:12.780Z] 6ca5941a6612: Pulling fs layer [2020-11-13T07:47:12.780Z] ecc8261a40a4: Pulling fs layer [2020-11-13T07:47:12.780Z] ecc8261a40a4: Waiting [2020-11-13T07:47:12.780Z] 2a8b12db71e7: Verifying Checksum [2020-11-13T07:47:12.780Z] 2a8b12db71e7: Download complete [2020-11-13T07:47:12.780Z] 31603596830f: Verifying Checksum [2020-11-13T07:47:12.780Z] 31603596830f: Download complete [2020-11-13T07:47:13.049Z] ecc8261a40a4: Verifying Checksum [2020-11-13T07:47:13.049Z] ecc8261a40a4: Download complete [2020-11-13T07:47:13.049Z] 6ca5941a6612: Verifying Checksum [2020-11-13T07:47:13.049Z] 6ca5941a6612: Download complete [2020-11-13T07:47:13.311Z] 31603596830f: Pull complete [2020-11-13T07:47:13.579Z] 2a8b12db71e7: Pull complete [2020-11-13T07:47:14.161Z] 6ca5941a6612: Pull complete [2020-11-13T07:47:14.425Z] ecc8261a40a4: Pull complete [2020-11-13T07:47:14.425Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-13T07:47:14.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-13T07:47:14.425Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-13T07:47:14.527Z] prd-centos7-docker-4c-2g-12026 does not seem to be running inside a container [2020-11-13T07:47:14.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@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-13T07:47:16.948Z] $ docker top 6a6f78f56bb54f3d16ca11df173bb457f390b8a3c4c64c464695c7f5a550e166 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-13T07:47:17.272Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-13T07:47:17.272Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-13T07:47:17.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-13T07:47:17.487Z] $ docker exec 6a6f78f56bb54f3d16ca11df173bb457f390b8a3c4c64c464695c7f5a550e166 ssh-agent [2020-11-13T07:47:17.639Z] SSH_AUTH_SOCK=/tmp/ssh-pLFmQOUNI0Ps/agent.12 [2020-11-13T07:47:17.639Z] SSH_AGENT_PID=18 [2020-11-13T07:47:17.651Z] Running ssh-add (command line suppressed) [2020-11-13T07:47:17.769Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_730749758368383620.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_730749758368383620.key) [2020-11-13T07:47:17.816Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-13T07:47:18.157Z] + git tag --points-at HEAD [Pipeline] } [2020-11-13T07:47:18.179Z] $ docker exec --env ******** --env ******** 6a6f78f56bb54f3d16ca11df173bb457f390b8a3c4c64c464695c7f5a550e166 ssh-agent -k [2020-11-13T07:47:18.291Z] unset SSH_AUTH_SOCK; [2020-11-13T07:47:18.291Z] unset SSH_AGENT_PID; [2020-11-13T07:47:18.291Z] echo Agent pid 18 killed; [2020-11-13T07:47:18.336Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-13T07:47:18.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-13T07:47:18.493Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-13T07:47:18.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-13T07:47:18.662Z] $ docker exec 6a6f78f56bb54f3d16ca11df173bb457f390b8a3c4c64c464695c7f5a550e166 ssh-agent [2020-11-13T07:47:18.847Z] SSH_AUTH_SOCK=/tmp/ssh-LTgAng6m8HJR/agent.49 [2020-11-13T07:47:18.847Z] SSH_AGENT_PID=54 [2020-11-13T07:47:18.861Z] Running ssh-add (command line suppressed) [2020-11-13T07:47:19.001Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_6949422301013146912.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_6949422301013146912.key) [2020-11-13T07:47:19.052Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-13T07:47:19.391Z] + git semver init [2020-11-13T07:47:19.391Z] # -> Open(): unable to determine branch for HEAD [2020-11-13T07:47:19.391Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git [2020-11-13T07:47:19.391Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-13T07:47:19.391Z] # $SEMVER_REMOTE_NAME = origin [2020-11-13T07:47:19.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-13T07:47:19.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-13T07:47:19.391Z] # $SEMVER_BRANCH = PR-367 [2020-11-13T07:47:19.391Z] # $SEMVER_TEMP = /tmp/semver-036304255 [2020-11-13T07:47:19.391Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-13T07:47:19.966Z] # '/tmp/semver-036304255' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' [2020-11-13T07:47:19.966Z] # -> Force: false [2020-11-13T07:47:19.966Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } [2020-11-13T07:47:19.981Z] $ docker exec --env ******** --env ******** 6a6f78f56bb54f3d16ca11df173bb457f390b8a3c4c64c464695c7f5a550e166 ssh-agent -k [2020-11-13T07:47:20.097Z] unset SSH_AUTH_SOCK; [2020-11-13T07:47:20.097Z] unset SSH_AGENT_PID; [2020-11-13T07:47:20.097Z] echo Agent pid 54 killed; [2020-11-13T07:47:20.140Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-13T07:47:20.730Z] + git semver [Pipeline] } [2020-11-13T07:47:20.748Z] $ docker stop --time=1 6a6f78f56bb54f3d16ca11df173bb457f390b8a3c4c64c464695c7f5a550e166 [2020-11-13T07:47:22.545Z] $ docker rm -f 6a6f78f56bb54f3d16ca11df173bb457f390b8a3c4c64c464695c7f5a550e166 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-13T07:47:23.090Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-13T07:47:23.567Z] Stashed 1 file(s) [Pipeline] echo [2020-11-13T07:47:23.570Z] [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-13T07:47:39.126Z] Still waiting to schedule task [2020-11-13T07:47:39.126Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-13T07:47:39.129Z] Still waiting to schedule task [2020-11-13T07:47:39.129Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-13T07:49:27.062Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12027 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-13T07:49:27.126Z] Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout [2020-11-13T07:49:32.257Z] using credential edgex-jenkins-ssh [2020-11-13T07:49:32.354Z] Cloning the remote Git repository [2020-11-13T07:49:32.413Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-13T07:49:32.520Z] > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 [2020-11-13T07:49:32.598Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-13T07:49:32.599Z] > git --version # timeout=10 [2020-11-13T07:49:32.621Z] > git --version # 'git version 2.17.1' [2020-11-13T07:49:32.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-13T07:49:32.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-13T07:49:34.410Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa [2020-11-13T07:49:34.854Z] Merge succeeded, producing 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa [2020-11-13T07:49:34.854Z] Checking out Revision 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa (PR-367) [2020-11-13T07:49:33.681Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-13T07:49:33.699Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-13T07:49:33.729Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-13T07:49:33.770Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-13T07:49:33.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-13T07:49:33.784Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-13T07:49:34.435Z] > git config core.sparsecheckout # timeout=10 [2020-11-13T07:49:34.474Z] > git checkout -f 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa # timeout=10 [2020-11-13T07:49:34.725Z] > git remote # timeout=10 [2020-11-13T07:49:34.791Z] > git config --get remote.origin.url # timeout=10 [2020-11-13T07:49:34.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-13T07:49:34.819Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-13T07:49:34.841Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-13T07:49:34.865Z] > git config core.sparsecheckout # timeout=10 [2020-11-13T07:49:34.882Z] > git checkout -f 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa # timeout=10 [2020-11-13T07:49:39.173Z] Commit message: "feat(clients): Implement Add method for V2 EventClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-13T07:49:40.103Z] provisioning config files... [2020-11-13T07:49:40.149Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/6@tmp/config5130599232492091457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:49:41.240Z] ---> docker-login.sh [2020-11-13T07:49:41.240Z] nexus3.edgexfoundry.org:10001 [2020-11-13T07:49:41.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:49:42.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:49:42.439Z] Configure a credential helper to remove this warning. See [2020-11-13T07:49:42.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:49:42.439Z] [2020-11-13T07:49:42.439Z] Login Succeeded [2020-11-13T07:49:42.439Z] nexus3.edgexfoundry.org:10002 [2020-11-13T07:49:42.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:49:42.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:49:42.715Z] Configure a credential helper to remove this warning. See [2020-11-13T07:49:42.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:49:42.715Z] [2020-11-13T07:49:42.715Z] Login Succeeded [2020-11-13T07:49:42.715Z] nexus3.edgexfoundry.org:10003 [2020-11-13T07:49:43.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:49:43.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:49:43.320Z] Configure a credential helper to remove this warning. See [2020-11-13T07:49:43.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:49:43.320Z] [2020-11-13T07:49:43.320Z] Login Succeeded [2020-11-13T07:49:43.320Z] nexus3.edgexfoundry.org:10004 [2020-11-13T07:49:43.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:49:43.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:49:43.923Z] Configure a credential helper to remove this warning. See [2020-11-13T07:49:43.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:49:43.923Z] [2020-11-13T07:49:43.923Z] Login Succeeded [2020-11-13T07:49:43.923Z] docker.io [2020-11-13T07:49:44.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:49:44.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:49:44.795Z] Configure a credential helper to remove this warning. See [2020-11-13T07:49:44.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:49:44.795Z] [2020-11-13T07:49:44.795Z] Login Succeeded [2020-11-13T07:49:44.795Z] ---> docker-login.sh ends [Pipeline] } [2020-11-13T07:49:44.872Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-13T07:49:45.424Z] ========================================================= [2020-11-13T07:49:45.424Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-13T07:49:45.424Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:49:45.850Z] + 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-13T07:49:46.476Z] Sending build context to Docker daemon 1.849MB [2020-11-13T07:49:46.476Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-13T07:49:46.476Z] Step 2/7 : FROM ${BASE} [2020-11-13T07:49:46.476Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-13T07:49:46.476Z] b538f80385f9: Pulling fs layer [2020-11-13T07:49:46.476Z] 74f711af9a0d: Pulling fs layer [2020-11-13T07:49:46.476Z] 99f96fe45779: Pulling fs layer [2020-11-13T07:49:46.476Z] 8529a6b9a6be: Pulling fs layer [2020-11-13T07:49:46.476Z] 45590311c82a: Pulling fs layer [2020-11-13T07:49:46.476Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-13T07:49:46.476Z] 209524e5b208: Pulling fs layer [2020-11-13T07:49:46.476Z] 45590311c82a: Waiting [2020-11-13T07:49:46.476Z] 209524e5b208: Waiting [2020-11-13T07:49:46.476Z] 69ca0ff8b7b3: Waiting [2020-11-13T07:49:46.476Z] 8529a6b9a6be: Waiting [2020-11-13T07:49:46.476Z] 99f96fe45779: Verifying Checksum [2020-11-13T07:49:46.476Z] 99f96fe45779: Download complete [2020-11-13T07:49:46.476Z] 74f711af9a0d: Verifying Checksum [2020-11-13T07:49:46.476Z] 74f711af9a0d: Download complete [2020-11-13T07:49:46.476Z] 45590311c82a: Verifying Checksum [2020-11-13T07:49:46.476Z] 45590311c82a: Download complete [2020-11-13T07:49:47.098Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-13T07:49:47.098Z] 69ca0ff8b7b3: Download complete [2020-11-13T07:49:47.098Z] b538f80385f9: Verifying Checksum [2020-11-13T07:49:47.098Z] b538f80385f9: Download complete [2020-11-13T07:49:47.721Z] b538f80385f9: Pull complete [2020-11-13T07:49:48.329Z] 74f711af9a0d: Pull complete [2020-11-13T07:49:48.935Z] 99f96fe45779: Pull complete [2020-11-13T07:49:49.916Z] 209524e5b208: Verifying Checksum [2020-11-13T07:49:49.916Z] 209524e5b208: Download complete [2020-11-13T07:49:50.895Z] 8529a6b9a6be: Verifying Checksum [2020-11-13T07:49:50.895Z] 8529a6b9a6be: Download complete [2020-11-13T07:50:01.069Z] 8529a6b9a6be: Pull complete [2020-11-13T07:50:01.343Z] 45590311c82a: Pull complete [2020-11-13T07:50:01.620Z] 69ca0ff8b7b3: Pull complete [2020-11-13T07:50:05.955Z] 209524e5b208: Pull complete [2020-11-13T07:50:05.955Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-13T07:50:05.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-13T07:50:05.955Z] ---> 5bddaf1c2fca [2020-11-13T07:50:05.955Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-13T07:50:07.939Z] ---> Running in 5ccd4008b82a [2020-11-13T07:50:08.536Z] Removing intermediate container 5ccd4008b82a [2020-11-13T07:50:08.536Z] ---> 7aab1c635d6e [2020-11-13T07:50:08.536Z] Step 4/7 : RUN apk add bash [2020-11-13T07:50:08.536Z] ---> Running in 4d5b0de5a08e [2020-11-13T07:50:10.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-13T07:50:11.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-13T07:50:11.720Z] OK: 142 MiB in 39 packages [2020-11-13T07:50:13.166Z] Removing intermediate container 4d5b0de5a08e [2020-11-13T07:50:13.166Z] ---> ce44441bf554 [2020-11-13T07:50:13.166Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-13T07:50:13.166Z] ---> Running in d820ab260903 [2020-11-13T07:50:13.438Z] Removing intermediate container d820ab260903 [2020-11-13T07:50:13.438Z] ---> db69dff9f2a3 [2020-11-13T07:50:13.438Z] Step 6/7 : COPY go.mod . [2020-11-13T07:50:14.420Z] ---> 6c28a41d4adb [2020-11-13T07:50:14.420Z] Step 7/7 : RUN go mod download [2020-11-13T07:50:14.420Z] ---> Running in 756bbec6fd0f [2020-11-13T07:50:27.004Z] Running on prd-centos7-docker-4c-2g-12028 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-13T07:50:27.081Z] Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout [2020-11-13T07:50:29.532Z] Removing intermediate container 756bbec6fd0f [2020-11-13T07:50:29.532Z] ---> 86e4d87c4fc8 [2020-11-13T07:50:29.532Z] Successfully built 86e4d87c4fc8 [2020-11-13T07:50:29.532Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:50:29.881Z] + docker inspect -f . ci-base-image-arm64 [2020-11-13T07:50:29.881Z] . [Pipeline] withDockerContainer [2020-11-13T07:50:30.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-12027 does not seem to be running inside a container [2020-11-13T07:50:30.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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-13T07:50:32.192Z] $ docker top 655bab967f822663d16bf5537a972c31b086a30921ac096879e17e80d5fcdd98 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-13T07:50:33.353Z] using credential edgex-jenkins-ssh [2020-11-13T07:50:33.425Z] Cloning the remote Git repository [2020-11-13T07:50:33.601Z] + go version [2020-11-13T07:50:33.601Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-13T07:50:33.631Z] $ docker stop --time=1 655bab967f822663d16bf5537a972c31b086a30921ac096879e17e80d5fcdd98 [2020-11-13T07:50:33.475Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-13T07:50:33.563Z] > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 [2020-11-13T07:50:33.627Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-13T07:50:33.627Z] > git --version # timeout=10 [2020-11-13T07:50:33.635Z] > git --version # 'git version 2.16.5' [2020-11-13T07:50:33.636Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-13T07:50:33.712Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-13T07:50:35.094Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa [2020-11-13T07:50:34.432Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-13T07:50:34.444Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-13T07:50:34.489Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-13T07:50:34.508Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-13T07:50:34.508Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-13T07:50:34.515Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-13T07:50:35.107Z] > git config core.sparsecheckout # timeout=10 [2020-11-13T07:50:35.167Z] > git checkout -f 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa # timeout=10 [2020-11-13T07:50:35.403Z] Merge succeeded, producing 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa [2020-11-13T07:50:35.404Z] Checking out Revision 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa (PR-367) [2020-11-13T07:50:35.546Z] $ docker rm -f 655bab967f822663d16bf5537a972c31b086a30921ac096879e17e80d5fcdd98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:50:36.598Z] + docker inspect -f . ci-base-image-arm64 [2020-11-13T07:50:36.598Z] . [2020-11-13T07:50:35.292Z] > git remote # timeout=10 [2020-11-13T07:50:35.305Z] > git config --get remote.origin.url # timeout=10 [2020-11-13T07:50:35.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-13T07:50:35.343Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-13T07:50:35.378Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-13T07:50:35.413Z] > git config core.sparsecheckout # timeout=10 [2020-11-13T07:50:35.484Z] > git checkout -f 91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa # timeout=10 [Pipeline] withDockerContainer [2020-11-13T07:50:36.842Z] prd-ubuntu18.04-docker-arm64-4c-16g-12027 does not seem to be running inside a container [2020-11-13T07:50:36.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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-13T07:50:38.774Z] $ docker top 007013f6fb34c11a42a5821fcaf687231116679b2d40174364e4c9b32acbd7a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-13T07:50:39.461Z] Commit message: "feat(clients): Implement Add method for V2 EventClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-11-13T07:50:40.172Z] + make test [2020-11-13T07:50:40.173Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-13T07:50:40.259Z] provisioning config files... [2020-11-13T07:50:40.310Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/6@tmp/config6851236615979117069tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:50:41.063Z] ---> docker-login.sh [2020-11-13T07:50:41.063Z] nexus3.edgexfoundry.org:10001 [2020-11-13T07:50:41.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:50:41.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:50:41.622Z] Configure a credential helper to remove this warning. See [2020-11-13T07:50:41.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:50:41.622Z] [2020-11-13T07:50:41.622Z] Login Succeeded [2020-11-13T07:50:41.622Z] nexus3.edgexfoundry.org:10002 [2020-11-13T07:50:41.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:50:41.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:50:41.921Z] Configure a credential helper to remove this warning. See [2020-11-13T07:50:41.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:50:41.921Z] [2020-11-13T07:50:41.921Z] Login Succeeded [2020-11-13T07:50:41.921Z] nexus3.edgexfoundry.org:10003 [2020-11-13T07:50:42.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:50:42.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:50:42.216Z] Configure a credential helper to remove this warning. See [2020-11-13T07:50:42.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:50:42.216Z] [2020-11-13T07:50:42.216Z] Login Succeeded [2020-11-13T07:50:42.216Z] nexus3.edgexfoundry.org:10004 [2020-11-13T07:50:42.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:50:42.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:50:42.489Z] Configure a credential helper to remove this warning. See [2020-11-13T07:50:42.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:50:42.489Z] [2020-11-13T07:50:42.489Z] Login Succeeded [2020-11-13T07:50:42.489Z] docker.io [2020-11-13T07:50:42.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-13T07:50:43.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-13T07:50:43.032Z] Configure a credential helper to remove this warning. See [2020-11-13T07:50:43.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-13T07:50:43.032Z] [2020-11-13T07:50:43.032Z] Login Succeeded [2020-11-13T07:50:43.032Z] ---> docker-login.sh ends [Pipeline] } [2020-11-13T07:50:43.085Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-13T07:50:43.598Z] ========================================================= [2020-11-13T07:50:43.598Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-13T07:50:43.598Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:50:44.067Z] + 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-13T07:50:44.336Z] Sending build context to Docker daemon 1.849MB [2020-11-13T07:50:44.336Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-13T07:50:44.336Z] Step 2/7 : FROM ${BASE} [2020-11-13T07:50:44.635Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-13T07:50:44.635Z] df20fa9351a1: Pulling fs layer [2020-11-13T07:50:44.636Z] ed8968b2872e: Pulling fs layer [2020-11-13T07:50:44.636Z] a92cc7c5fd73: Pulling fs layer [2020-11-13T07:50:44.636Z] e871e8e8d7a9: Pulling fs layer [2020-11-13T07:50:44.636Z] e73272ec9a57: Pulling fs layer [2020-11-13T07:50:44.636Z] 1e910a182e73: Pulling fs layer [2020-11-13T07:50:44.636Z] 4e634b169226: Pulling fs layer [2020-11-13T07:50:44.636Z] e73272ec9a57: Waiting [2020-11-13T07:50:44.636Z] 1e910a182e73: Waiting [2020-11-13T07:50:44.636Z] 4e634b169226: Waiting [2020-11-13T07:50:44.636Z] e871e8e8d7a9: Waiting [2020-11-13T07:50:44.636Z] a92cc7c5fd73: Verifying Checksum [2020-11-13T07:50:44.636Z] a92cc7c5fd73: Download complete [2020-11-13T07:50:44.636Z] ed8968b2872e: Verifying Checksum [2020-11-13T07:50:44.636Z] ed8968b2872e: Download complete [2020-11-13T07:50:44.636Z] e73272ec9a57: Download complete [2020-11-13T07:50:44.636Z] 1e910a182e73: Verifying Checksum [2020-11-13T07:50:44.636Z] 1e910a182e73: Download complete [2020-11-13T07:50:44.636Z] df20fa9351a1: Verifying Checksum [2020-11-13T07:50:44.636Z] df20fa9351a1: Download complete [2020-11-13T07:50:45.303Z] df20fa9351a1: Pull complete [2020-11-13T07:50:45.612Z] ed8968b2872e: Pull complete [2020-11-13T07:50:45.612Z] a92cc7c5fd73: Pull complete [2020-11-13T07:50:49.052Z] 4e634b169226: Verifying Checksum [2020-11-13T07:50:49.052Z] 4e634b169226: Download complete [2020-11-13T07:50:50.119Z] e871e8e8d7a9: Verifying Checksum [2020-11-13T07:50:50.119Z] e871e8e8d7a9: Download complete [2020-11-13T07:50:58.839Z] e871e8e8d7a9: Pull complete [2020-11-13T07:50:59.145Z] e73272ec9a57: Pull complete [2020-11-13T07:50:59.449Z] 1e910a182e73: Pull complete [2020-11-13T07:51:02.385Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-13T07:51:03.763Z] 4e634b169226: Pull complete [2020-11-13T07:51:03.763Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-13T07:51:03.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-13T07:51:03.763Z] ---> f7629b54cfaa [2020-11-13T07:51:03.763Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-13T07:51:03.839Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.042s coverage: 85.7% of statements [2020-11-13T07:51:03.839Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.037s coverage: 100.0% of statements [2020-11-13T07:51:04.032Z] ---> Running in 8a0b069ce7c7 [2020-11-13T07:51:04.033Z] Removing intermediate container 8a0b069ce7c7 [2020-11-13T07:51:04.033Z] ---> 323a978040e0 [2020-11-13T07:51:04.033Z] Step 4/7 : RUN apk add bash [2020-11-13T07:51:04.301Z] ---> Running in b0cad2b47f9e [2020-11-13T07:51:04.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.045s coverage: 45.4% of statements [2020-11-13T07:51:04.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.032s coverage: 77.8% of statements [2020-11-13T07:51:04.842Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-13T07:51:04.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.022s coverage: 6.4% of statements [2020-11-13T07:51:05.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-13T07:51:05.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-13T07:51:06.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.061s coverage: 14.7% of statements [2020-11-13T07:51:06.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.044s coverage: 100.0% of statements [2020-11-13T07:51:06.866Z] OK: 166 MiB in 39 packages [2020-11-13T07:51:07.461Z] Removing intermediate container b0cad2b47f9e [2020-11-13T07:51:07.461Z] ---> 65fbc9766caf [2020-11-13T07:51:07.461Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-13T07:51:07.461Z] ---> Running in 44d38e4e8c28 [2020-11-13T07:51:07.732Z] Removing intermediate container 44d38e4e8c28 [2020-11-13T07:51:07.732Z] ---> 7b081367959a [2020-11-13T07:51:07.732Z] Step 6/7 : COPY go.mod . [2020-11-13T07:51:08.016Z] ---> bde0849331eb [2020-11-13T07:51:08.016Z] Step 7/7 : RUN go mod download [2020-11-13T07:51:08.016Z] ---> Running in f64b35c1cc9d [2020-11-13T07:51:08.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.085s coverage: 91.8% of statements [2020-11-13T07:51:08.309Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-13T07:51:08.309Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-13T07:51:08.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.022s coverage: 100.0% of statements [2020-11-13T07:51:08.586Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.028s coverage: 47.8% of statements [2020-11-13T07:51:14.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.107s coverage: 63.0% of statements [2020-11-13T07:51:14.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements [2020-11-13T07:51:14.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.019s coverage: 15.4% of statements [2020-11-13T07:51:14.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.051s coverage: 15.4% of statements [2020-11-13T07:51:14.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-11-13T07:51:14.010Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-13T07:51:15.469Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.066s coverage: 88.9% of statements [2020-11-13T07:51:15.469Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-13T07:51:15.469Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-13T07:51:15.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.025s coverage: 29.1% of statements [2020-11-13T07:51:15.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements [2020-11-13T07:51:16.734Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.054s coverage: 94.4% of statements [2020-11-13T07:51:17.330Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.021s coverage: 100.0% of statements [2020-11-13T07:51:17.330Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-13T07:51:17.330Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-13T07:51:22.753Z] gofmt -l . [2020-11-13T07:51:22.753Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-13T07:51:22.782Z] $ docker stop --time=1 007013f6fb34c11a42a5821fcaf687231116679b2d40174364e4c9b32acbd7a9 [2020-11-13T07:51:23.290Z] Removing intermediate container f64b35c1cc9d [2020-11-13T07:51:23.290Z] ---> 97f2f839eb37 [2020-11-13T07:51:23.290Z] Successfully built 97f2f839eb37 [2020-11-13T07:51:23.290Z] Successfully tagged ci-base-image-x86_64:latest [2020-11-13T07:51:24.955Z] $ docker rm -f 007013f6fb34c11a42a5821fcaf687231116679b2d40174364e4c9b32acbd7a9 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:51:25.798Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-13T07:51:25.927Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-13T07:51:25.928Z] . [Pipeline] withDockerContainer [2020-11-13T07:51:26.426Z] prd-centos7-docker-4c-2g-12028 does not seem to be running inside a container [2020-11-13T07:51:26.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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-13T07:51:26.749Z] Stashed 1 file(s) [2020-11-13T07:51:27.809Z] $ docker top b88d44fb21066f287ba1ab3a2d2f59da53de95afcb98a7c9a5659f0fa3cb5689 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [2020-11-13T07:51:28.704Z] + go version [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-11-13T07:51:29.033Z] go version go1.15.2 linux/amd64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] } [2020-11-13T07:51:29.193Z] $ docker stop --time=1 b88d44fb21066f287ba1ab3a2d2f59da53de95afcb98a7c9a5659f0fa3cb5689 [2020-11-13T07:51:30.675Z] $ docker rm -f b88d44fb21066f287ba1ab3a2d2f59da53de95afcb98a7c9a5659f0fa3cb5689 [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:51:32.016Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-13T07:51:32.016Z] . [Pipeline] withDockerContainer [2020-11-13T07:51:32.171Z] prd-centos7-docker-4c-2g-12028 does not seem to be running inside a container [2020-11-13T07:51:32.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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-13T07:51:33.671Z] $ docker top 24af21d9752c91afb2fbfeb9a58692d02a233c47693e3bc877bba8b354c0b53c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-13T07:51:34.273Z] + make test [2020-11-13T07:51:34.273Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-13T07:51:47.132Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-13T07:51:47.432Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.022s coverage: 85.7% of statements [2020-11-13T07:51:47.432Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.045s coverage: 100.0% of statements [2020-11-13T07:51:47.774Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.080s coverage: 45.4% of statements [2020-11-13T07:51:48.478Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.078s coverage: 77.8% of statements [2020-11-13T07:51:48.478Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-13T07:51:48.809Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements [2020-11-13T07:51:50.472Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.063s coverage: 14.7% of statements [2020-11-13T07:51:50.472Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.072s coverage: 100.0% of statements [2020-11-13T07:51:51.539Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements [2020-11-13T07:51:51.539Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-13T07:51:51.539Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-13T07:51:51.539Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.060s coverage: 100.0% of statements [2020-11-13T07:51:53.108Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.024s coverage: 47.8% of statements [2020-11-13T07:51:56.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.059s coverage: 63.0% of statements [2020-11-13T07:51:56.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements [2020-11-13T07:51:56.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements [2020-11-13T07:51:56.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements [2020-11-13T07:51:56.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.059s coverage: 14.3% of statements [2020-11-13T07:51:56.609Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-13T07:51:57.342Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.025s coverage: 88.9% of statements [2020-11-13T07:51:57.342Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-13T07:51:57.342Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-13T07:51:57.642Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.1% of statements [2020-11-13T07:51:57.914Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.026s coverage: 100.0% of statements [2020-11-13T07:51:57.914Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.025s coverage: 94.4% of statements [2020-11-13T07:51:58.190Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.017s coverage: 100.0% of statements [2020-11-13T07:51:58.190Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-13T07:51:58.492Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-13T07:52:01.245Z] gofmt -l . [2020-11-13T07:52:01.245Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-13T07:52:01.271Z] $ docker stop --time=1 24af21d9752c91afb2fbfeb9a58692d02a233c47693e3bc877bba8b354c0b53c [2020-11-13T07:52:03.720Z] $ docker rm -f 24af21d9752c91afb2fbfeb9a58692d02a233c47693e3bc877bba8b354c0b53c [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-13T07:52:04.582Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-13T07:52:04.597Z] Warning: overwriting stash ‘coverage-report’ [2020-11-13T07:52:04.985Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-13T07:52:07.195Z] provisioning config files... [2020-11-13T07:52:07.212Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config3958983974509845863tmp [Pipeline] { [Pipeline] sh [2020-11-13T07:52:07.648Z] + set +x [2020-11-13T07:52:07.648Z] + curl -s https://codecov.io/bash [2020-11-13T07:52:07.648Z] + bash -s -- [2020-11-13T07:52:07.914Z] [2020-11-13T07:52:07.914Z] _____ _ [2020-11-13T07:52:07.914Z] / ____| | | [2020-11-13T07:52:07.914Z] | | ___ __| | ___ ___ _____ __ [2020-11-13T07:52:07.914Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-13T07:52:07.914Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-13T07:52:07.914Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-13T07:52:07.914Z] Bash-20201106-81372f2 [2020-11-13T07:52:07.914Z] [2020-11-13T07:52:07.914Z] [2020-11-13T07:52:07.914Z] ==> Jenkins CI detected. [2020-11-13T07:52:07.914Z] project root: . [2020-11-13T07:52:07.914Z] --> token set from env [2020-11-13T07:52:07.914Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-13T07:52:07.914Z] ==> Running gcov in . (disable via -X gcov) [2020-11-13T07:52:07.914Z] ==> Python coveragepy not found [2020-11-13T07:52:07.914Z] ==> Searching for coverage reports in: [2020-11-13T07:52:07.914Z] + . [2020-11-13T07:52:07.914Z] -> Found 1 reports [2020-11-13T07:52:07.914Z] ==> Detecting git/mercurial file structure [2020-11-13T07:52:07.914Z] ==> Reading reports [2020-11-13T07:52:07.914Z] + ./coverage.out bytes=106428 [2020-11-13T07:52:07.914Z] ==> Appending adjustments [2020-11-13T07:52:07.914Z] https://docs.codecov.io/docs/fixing-reports [2020-11-13T07:52:08.863Z] + Found adjustments [2020-11-13T07:52:08.863Z] ==> Gzipping contents [2020-11-13T07:52:08.863Z] ==> Uploading reports [2020-11-13T07:52:08.863Z] url: https://codecov.io [2020-11-13T07:52:08.863Z] query: branch=PR-367&commit=91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= [2020-11-13T07:52:08.863Z] -> Pinging Codecov [2020-11-13T07:52:08.863Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-367&commit=91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= [2020-11-13T07:52:09.436Z] -> Uploading to [2020-11-13T07:52:09.436Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-13/71470A77251A30514AAF9C0BB2E5B6CE/91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa/640bfa03-3e94-4275-9b00-54635e86f7f9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201113T075209Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=20187c8d0c927709da05c4c58da746897d5dc6c348c3314d77333c23dc0cd46e [2020-11-13T07:52:09.436Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-13T07:52:09.436Z] Dload Upload Total Spent Left Speed [2020-11-13T07:52:09.697Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17245 0 0 100 17245 0 40120 --:--:-- --:--:-- --:--:-- 40198 [2020-11-13T07:52:09.697Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/91ff763ae09fba18f5ff66de1fdcf0af91bbb0fa [Pipeline] } [2020-11-13T07:52:09.707Z] 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-13T07:52:12.795Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:52:13.363Z] ---> package-listing.sh [2020-11-13T07:52:13.363Z] ++ facter osfamily [2020-11-13T07:52:13.363Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-13T07:52:13.363Z] + OS_FAMILY=redhat [2020-11-13T07:52:13.363Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-13T07:52:13.363Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-13T07:52:13.363Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-13T07:52:13.363Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-13T07:52:13.363Z] + PACKAGES=/tmp/packages_start.txt [2020-11-13T07:52:13.363Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-13T07:52:13.363Z] + PACKAGES=/tmp/packages_end.txt [2020-11-13T07:52:13.363Z] + case "${OS_FAMILY}" in [2020-11-13T07:52:13.363Z] + rpm -qa [2020-11-13T07:52:13.363Z] + sort [2020-11-13T07:52:17.596Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-13T07:52:17.596Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-13T07:52:17.596Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-13T07:52:17.596Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-13T07:52:17.596Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [2020-11-13T07:52:17.596Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [Pipeline] echo [2020-11-13T07:52:17.614Z] 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-367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-13T07:52:17.914Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:52:18.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-13T07:52:18.243Z] [2020-11-13T07:52:18.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-13T07:52:18.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-13T07:52:18.610Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-13T07:52:18.610Z] df20fa9351a1: Pulling fs layer [2020-11-13T07:52:18.610Z] 36b3adc4ff6f: Pulling fs layer [2020-11-13T07:52:18.610Z] 8ad3a11d3b57: Pulling fs layer [2020-11-13T07:52:18.610Z] 46f8f816bc3b: Pulling fs layer [2020-11-13T07:52:18.610Z] 93b61091891f: Pulling fs layer [2020-11-13T07:52:18.610Z] 93b9cdb0e59b: Pulling fs layer [2020-11-13T07:52:18.610Z] 5e14af77c1be: Pulling fs layer [2020-11-13T07:52:18.610Z] 01666e4c0597: Pulling fs layer [2020-11-13T07:52:18.610Z] aa168da1d23b: Pulling fs layer [2020-11-13T07:52:18.610Z] 93b9cdb0e59b: Waiting [2020-11-13T07:52:18.610Z] 5e14af77c1be: Waiting [2020-11-13T07:52:18.610Z] 01666e4c0597: Waiting [2020-11-13T07:52:18.610Z] 46f8f816bc3b: Waiting [2020-11-13T07:52:18.610Z] aa168da1d23b: Waiting [2020-11-13T07:52:18.610Z] 93b61091891f: Waiting [2020-11-13T07:52:18.610Z] 36b3adc4ff6f: Verifying Checksum [2020-11-13T07:52:18.610Z] 36b3adc4ff6f: Download complete [2020-11-13T07:52:18.610Z] 46f8f816bc3b: Download complete [2020-11-13T07:52:18.610Z] df20fa9351a1: Verifying Checksum [2020-11-13T07:52:18.877Z] 93b9cdb0e59b: Verifying Checksum [2020-11-13T07:52:18.877Z] 93b9cdb0e59b: Download complete [2020-11-13T07:52:18.877Z] 5e14af77c1be: Verifying Checksum [2020-11-13T07:52:18.877Z] 5e14af77c1be: Download complete [2020-11-13T07:52:18.877Z] 93b61091891f: Verifying Checksum [2020-11-13T07:52:18.877Z] 93b61091891f: Download complete [2020-11-13T07:52:18.877Z] 01666e4c0597: Verifying Checksum [2020-11-13T07:52:18.877Z] 01666e4c0597: Download complete [2020-11-13T07:52:18.877Z] 8ad3a11d3b57: Verifying Checksum [2020-11-13T07:52:18.877Z] 8ad3a11d3b57: Download complete [2020-11-13T07:52:19.140Z] df20fa9351a1: Pull complete [2020-11-13T07:52:19.410Z] 36b3adc4ff6f: Pull complete [2020-11-13T07:52:19.999Z] 8ad3a11d3b57: Pull complete [2020-11-13T07:52:19.999Z] 46f8f816bc3b: Pull complete [2020-11-13T07:52:20.592Z] 93b61091891f: Pull complete [2020-11-13T07:52:20.855Z] 93b9cdb0e59b: Pull complete [2020-11-13T07:52:20.855Z] 5e14af77c1be: Pull complete [2020-11-13T07:52:21.120Z] 01666e4c0597: Pull complete [2020-11-13T07:52:21.120Z] aa168da1d23b: Verifying Checksum [2020-11-13T07:52:21.120Z] aa168da1d23b: Download complete [2020-11-13T07:52:27.783Z] aa168da1d23b: Pull complete [2020-11-13T07:52:27.783Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-13T07:52:27.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-13T07:52:27.783Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-13T07:52:27.918Z] prd-centos7-docker-4c-2g-12026 does not seem to be running inside a container [2020-11-13T07:52:27.966Z] $ 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-367/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-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@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-13T07:52:33.750Z] $ docker top 60998935cdd0d06acb180df8d1b20b04f6e978aea532264d74ea28e2e26406c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-13T07:52:34.362Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-13T07:52:34.661Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-13T07:52:34.959Z] + ls /var/log/sa-host [2020-11-13T07:52:34.959Z] + sadf -c /var/log/sa-host/sa05 [2020-11-13T07:52:34.959Z] file_magic: OK [2020-11-13T07:52:34.959Z] HZ: Using current value: 100 [2020-11-13T07:52:34.959Z] file_header: OK [2020-11-13T07:52:34.959Z] 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-13T07:52:34.959Z] Statistics: [2020-11-13T07:52:34.959Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-13T07:52:34.959Z] File successfully converted to sysstat format version 12.2.1 [2020-11-13T07:52:34.959Z] + sadf -c /var/log/sa-host/sa13 [2020-11-13T07:52:34.959Z] file_magic: OK [2020-11-13T07:52:34.959Z] HZ: Using current value: 100 [2020-11-13T07:52:34.959Z] file_header: OK [2020-11-13T07:52:34.959Z] 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-13T07:52:34.959Z] Statistics: [2020-11-13T07:52:34.959Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-13T07:52:34.959Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-13T07:52:35.244Z] provisioning config files... [2020-11-13T07:52:35.258Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config501761902831676934tmp [Pipeline] { [Pipeline] echo [2020-11-13T07:52:35.339Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:52:35.640Z] ---> create-netrc.sh [Pipeline] } [2020-11-13T07:52:35.650Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-13T07:52:35.737Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:52:36.032Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-13T07:52:36.045Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:52:36.343Z] ---> sudo-logs.sh [2020-11-13T07:52:36.343Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-13T07:52:36.355Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:52:36.657Z] ---> job-cost.sh [2020-11-13T07:52:36.657Z] lf-activate-venv: SKIPPING [2020-11-13T07:52:36.657Z] INFO: No Stack... [2020-11-13T07:52:38.050Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-13T07:52:38.312Z] INFO: Archiving Costs [Pipeline] echo [2020-11-13T07:52:38.330Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-13T07:52:38.629Z] ---> logs-deploy.sh [2020-11-13T07:52:38.630Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/6 [2020-11-13T07:52:38.630Z] INFO: archiving workspace using pattern(s): [2020-11-13T07:52:40.552Z] Archives upload complete. [2020-11-13T07:52:40.552Z] INFO: archiving logs to Nexus