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 488a5d2dcec9569b6e1f549f208990667ea6f792 rather than 8845bd76a6dcd9461709ce40f557c9c5fe68363d Obtained Jenkinsfile from 488a5d2dcec9569b6e1f549f208990667ea6f792 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13064 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 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 8845bd76a6dcd9461709ce40f557c9c5fe68363d > 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 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 Merge succeeded, producing 8845bd76a6dcd9461709ce40f557c9c5fe68363d Checking out Revision 8845bd76a6dcd9461709ce40f557c9c5fe68363d (PR-367) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # 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-21T06:19:39.719Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-21T06:19:40.008Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 [Pipeline] echo [2020-11-21T06:19:40.170Z] ========================================================= [2020-11-21T06:19:40.170Z] EdgeX Global Pipelines Version Info [2020-11-21T06:19:40.170Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:19:42.373Z] ------------------- [2020-11-21T06:19:42.373Z] stable info: [2020-11-21T06:19:42.373Z] ------------------- [2020-11-21T06:19:42.373Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-21T06:19:42.373Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-21T06:19:42.373Z] Message: update stable to v1.0.167 [2020-11-21T06:19:43.323Z] ------------------- [2020-11-21T06:19:43.323Z] experimental info: [2020-11-21T06:19:43.323Z] ------------------- [2020-11-21T06:19:43.323Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-21T06:19:43.323Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-21T06:19:43.323Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-21T06:19:43.731Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-21T06:19:43.829Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-21T06:19:43.916Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-21T06:19:44.005Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-21T06:19:44.128Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-21T06:19:44.227Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-21T06:19:44.317Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-21T06:19:44.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-21T06:19:44.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-21T06:19:44.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-21T06:19:44.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-21T06:19:44.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-21T06:19:44.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-21T06:19:44.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-21T06:19:45.085Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T06:19:45.197Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T06:19:45.291Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T06:19:45.379Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T06:19:45.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-21T06:19:45.597Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-21T06:19:45.683Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-21T06:19:45.792Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-21T06:19:45.882Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-21T06:19:45.974Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-21T06:19:46.131Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-21T06:19:46.257Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-21T06:19:46.351Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo [2020-11-21T06:19:46.443Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo [2020-11-21T06:19:46.532Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo [2020-11-21T06:19:46.625Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8845bd76a6dcd9461709ce40f557c9c5fe68363d [Pipeline] echo [2020-11-21T06:19:46.715Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8845bd7 [Pipeline] echo [2020-11-21T06:19:46.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T06:19:47.018Z] provisioning config files... [2020-11-21T06:19:47.050Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config4138561158978857686tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:19:47.485Z] ---> docker-login.sh [2020-11-21T06:19:47.485Z] nexus3.edgexfoundry.org:10001 [2020-11-21T06:19:48.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:19:48.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:19:48.756Z] Configure a credential helper to remove this warning. See [2020-11-21T06:19:48.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:19:48.756Z] [2020-11-21T06:19:48.756Z] Login Succeeded [2020-11-21T06:19:48.756Z] nexus3.edgexfoundry.org:10002 [2020-11-21T06:19:49.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:19:49.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:19:49.026Z] Configure a credential helper to remove this warning. See [2020-11-21T06:19:49.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:19:49.027Z] [2020-11-21T06:19:49.027Z] Login Succeeded [2020-11-21T06:19:49.027Z] nexus3.edgexfoundry.org:10003 [2020-11-21T06:19:49.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:19:49.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:19:49.295Z] Configure a credential helper to remove this warning. See [2020-11-21T06:19:49.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:19:49.295Z] [2020-11-21T06:19:49.295Z] Login Succeeded [2020-11-21T06:19:49.295Z] nexus3.edgexfoundry.org:10004 [2020-11-21T06:19:49.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:19:49.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:19:49.561Z] Configure a credential helper to remove this warning. See [2020-11-21T06:19:49.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:19:49.561Z] [2020-11-21T06:19:49.561Z] Login Succeeded [2020-11-21T06:19:49.561Z] docker.io [2020-11-21T06:19:49.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:19:49.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:19:49.830Z] Configure a credential helper to remove this warning. See [2020-11-21T06:19:49.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:19:49.830Z] [2020-11-21T06:19:49.830Z] Login Succeeded [2020-11-21T06:19:49.830Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T06:19:49.843Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T06:19:50.614Z] + git log --format=format:%s -1 8845bd76a6dcd9461709ce40f557c9c5fe68363d [Pipeline] echo [2020-11-21T06:19:50.718Z] GIT_COMMIT: 8845bd76a6dcd9461709ce40f557c9c5fe68363d, Commit Message: feat(clients): Implement Add method for V2 EventClient [Pipeline] echo [2020-11-21T06:19:50.769Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:19:51.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T06:19:51.976Z] [2020-11-21T06:19:51.976Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:19:52.368Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T06:19:52.368Z] latest: Pulling from edgex-devops/git-semver [2020-11-21T06:19:52.368Z] 31603596830f: Pulling fs layer [2020-11-21T06:19:52.368Z] 2a8b12db71e7: Pulling fs layer [2020-11-21T06:19:52.368Z] 6ca5941a6612: Pulling fs layer [2020-11-21T06:19:52.368Z] ecc8261a40a4: Pulling fs layer [2020-11-21T06:19:52.368Z] ecc8261a40a4: Waiting [2020-11-21T06:19:52.368Z] 2a8b12db71e7: Verifying Checksum [2020-11-21T06:19:52.368Z] 2a8b12db71e7: Download complete [2020-11-21T06:19:52.652Z] 31603596830f: Verifying Checksum [2020-11-21T06:19:52.652Z] 31603596830f: Download complete [2020-11-21T06:19:52.934Z] 6ca5941a6612: Verifying Checksum [2020-11-21T06:19:52.934Z] 6ca5941a6612: Download complete [2020-11-21T06:19:53.227Z] ecc8261a40a4: Verifying Checksum [2020-11-21T06:19:53.227Z] ecc8261a40a4: Download complete [2020-11-21T06:19:53.507Z] 31603596830f: Pull complete [2020-11-21T06:19:53.804Z] 2a8b12db71e7: Pull complete [2020-11-21T06:19:55.275Z] 6ca5941a6612: Pull complete [2020-11-21T06:19:55.876Z] ecc8261a40a4: Pull complete [2020-11-21T06:19:55.876Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-21T06:19:55.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T06:19:55.876Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-21T06:19:56.146Z] prd-centos7-docker-4c-2g-13064 does not seem to be running inside a container [2020-11-21T06:19:56.367Z] $ 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-21T06:20:00.224Z] $ docker top e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T06:20:00.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T06:20:00.977Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T06:20:01.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T06:20:01.712Z] $ docker exec e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 ssh-agent [2020-11-21T06:20:02.111Z] SSH_AUTH_SOCK=/tmp/ssh-c6Y80HeU4qFg/agent.12 [2020-11-21T06:20:02.111Z] SSH_AGENT_PID=17 [2020-11-21T06:20:02.147Z] Running ssh-add (command line suppressed) [2020-11-21T06:20:02.436Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1278824993809016570.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1278824993809016570.key) [2020-11-21T06:20:02.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T06:20:03.396Z] + git tag --points-at HEAD [Pipeline] } [2020-11-21T06:20:03.493Z] $ docker exec --env ******** --env ******** e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 ssh-agent -k [2020-11-21T06:20:03.727Z] unset SSH_AUTH_SOCK; [2020-11-21T06:20:03.728Z] unset SSH_AGENT_PID; [2020-11-21T06:20:03.728Z] echo Agent pid 17 killed; [2020-11-21T06:20:03.833Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-21T06:20:04.013Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T06:20:04.013Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T06:20:04.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T06:20:04.473Z] $ docker exec e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 ssh-agent [2020-11-21T06:20:04.764Z] SSH_AUTH_SOCK=/tmp/ssh-lTSwvzE7pNkQ/agent.45 [2020-11-21T06:20:04.764Z] SSH_AGENT_PID=51 [2020-11-21T06:20:04.775Z] Running ssh-add (command line suppressed) [2020-11-21T06:20:04.992Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_8032474312371257870.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_8032474312371257870.key) [2020-11-21T06:20:05.074Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T06:20:05.591Z] + git semver init [2020-11-21T06:20:05.591Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T06:20:05.591Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git [2020-11-21T06:20:05.591Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-21T06:20:05.591Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T06:20:05.591Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T06:20:05.591Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T06:20:05.591Z] # $SEMVER_BRANCH = PR-367 [2020-11-21T06:20:05.591Z] # $SEMVER_TEMP = /tmp/semver-078082029 [2020-11-21T06:20:05.591Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-21T06:20:06.560Z] # '/tmp/semver-078082029' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' [2020-11-21T06:20:06.560Z] # -> Force: false [2020-11-21T06:20:06.560Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } [2020-11-21T06:20:06.598Z] $ docker exec --env ******** --env ******** e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 ssh-agent -k [2020-11-21T06:20:06.785Z] unset SSH_AUTH_SOCK; [2020-11-21T06:20:06.786Z] unset SSH_AGENT_PID; [2020-11-21T06:20:06.786Z] echo Agent pid 51 killed; [2020-11-21T06:20:06.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T06:20:07.807Z] + git semver [Pipeline] } [2020-11-21T06:20:07.958Z] $ docker stop --time=1 e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 [2020-11-21T06:20:09.757Z] $ docker rm -f e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T06:20:10.298Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-21T06:20:11.403Z] Stashed 1 file(s) [Pipeline] echo [2020-11-21T06:20:11.406Z] [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-21T06:20:26.941Z] Still waiting to schedule task [2020-11-21T06:20:26.941Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13064’ [2020-11-21T06:20:26.943Z] Still waiting to schedule task [2020-11-21T06:20:26.943Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-21T06:22:19.531Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13065 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-21T06:22:19.592Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2020-11-21T06:22:25.364Z] using credential edgex-jenkins-ssh [2020-11-21T06:22:25.483Z] Cloning the remote Git repository [2020-11-21T06:22:25.567Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-21T06:22:25.692Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2020-11-21T06:22:25.783Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-21T06:22:25.784Z] > git --version # timeout=10 [2020-11-21T06:22:25.804Z] > git --version # 'git version 2.17.1' [2020-11-21T06:22:25.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T06:22:25.875Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T06:22:26.869Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-21T06:22:26.894Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T06:22:26.926Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-21T06:22:26.960Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-21T06:22:26.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T06:22:26.975Z] > 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-21T06:22:27.606Z] Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 8845bd76a6dcd9461709ce40f557c9c5fe68363d [2020-11-21T06:22:27.982Z] Merge succeeded, producing 8845bd76a6dcd9461709ce40f557c9c5fe68363d [2020-11-21T06:22:27.983Z] Checking out Revision 8845bd76a6dcd9461709ce40f557c9c5fe68363d (PR-367) [2020-11-21T06:22:27.634Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T06:22:27.664Z] > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 [2020-11-21T06:22:27.802Z] > git remote # timeout=10 [2020-11-21T06:22:27.864Z] > git config --get remote.origin.url # timeout=10 [2020-11-21T06:22:27.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T06:22:27.900Z] > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 [2020-11-21T06:22:27.951Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-21T06:22:27.995Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T06:22:28.029Z] > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 [2020-11-21T06:22:32.517Z] Commit message: "feat(clients): Implement Add method for V2 EventClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T06:22:34.412Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-21T06:22:34.893Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T06:22:35.232Z] + true [2020-11-21T06:22:35.232Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T06:22:37.300Z] provisioning config files... [2020-11-21T06:22:37.348Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/12@tmp/config2689191338845174730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:22:37.762Z] ---> docker-login.sh [2020-11-21T06:22:37.762Z] nexus3.edgexfoundry.org:10001 [2020-11-21T06:22:38.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:22:39.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:22:39.034Z] Configure a credential helper to remove this warning. See [2020-11-21T06:22:39.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:22:39.034Z] [2020-11-21T06:22:39.034Z] Login Succeeded [2020-11-21T06:22:39.034Z] nexus3.edgexfoundry.org:10002 [2020-11-21T06:22:39.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:22:39.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:22:39.592Z] Configure a credential helper to remove this warning. See [2020-11-21T06:22:39.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:22:39.592Z] [2020-11-21T06:22:39.592Z] Login Succeeded [2020-11-21T06:22:39.592Z] nexus3.edgexfoundry.org:10003 [2020-11-21T06:22:40.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:22:40.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:22:40.189Z] Configure a credential helper to remove this warning. See [2020-11-21T06:22:40.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:22:40.189Z] [2020-11-21T06:22:40.189Z] Login Succeeded [2020-11-21T06:22:40.189Z] nexus3.edgexfoundry.org:10004 [2020-11-21T06:22:40.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:22:40.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:22:40.742Z] Configure a credential helper to remove this warning. See [2020-11-21T06:22:40.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:22:40.742Z] [2020-11-21T06:22:40.742Z] Login Succeeded [2020-11-21T06:22:40.742Z] docker.io [2020-11-21T06:22:41.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:22:41.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:22:41.619Z] Configure a credential helper to remove this warning. See [2020-11-21T06:22:41.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:22:41.619Z] [2020-11-21T06:22:41.620Z] Login Succeeded [2020-11-21T06:22:41.620Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T06:22:41.636Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-21T06:22:42.426Z] ========================================================= [2020-11-21T06:22:42.427Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-21T06:22:42.427Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:22:42.837Z] + 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-21T06:22:43.446Z] Sending build context to Docker daemon 1.865MB [2020-11-21T06:22:43.446Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-21T06:22:43.446Z] Step 2/7 : FROM ${BASE} [2020-11-21T06:22:43.446Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-21T06:22:43.446Z] b538f80385f9: Pulling fs layer [2020-11-21T06:22:43.446Z] 74f711af9a0d: Pulling fs layer [2020-11-21T06:22:43.446Z] 99f96fe45779: Pulling fs layer [2020-11-21T06:22:43.446Z] 8529a6b9a6be: Pulling fs layer [2020-11-21T06:22:43.446Z] 45590311c82a: Pulling fs layer [2020-11-21T06:22:43.446Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-21T06:22:43.446Z] 209524e5b208: Pulling fs layer [2020-11-21T06:22:43.446Z] 8529a6b9a6be: Waiting [2020-11-21T06:22:43.446Z] 45590311c82a: Waiting [2020-11-21T06:22:43.446Z] 69ca0ff8b7b3: Waiting [2020-11-21T06:22:43.446Z] 209524e5b208: Waiting [2020-11-21T06:22:43.446Z] 99f96fe45779: Verifying Checksum [2020-11-21T06:22:43.446Z] 99f96fe45779: Download complete [2020-11-21T06:22:43.446Z] 74f711af9a0d: Verifying Checksum [2020-11-21T06:22:43.446Z] 74f711af9a0d: Download complete [2020-11-21T06:22:43.446Z] 45590311c82a: Verifying Checksum [2020-11-21T06:22:43.446Z] 45590311c82a: Download complete [2020-11-21T06:22:43.721Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-21T06:22:43.721Z] 69ca0ff8b7b3: Download complete [2020-11-21T06:22:44.327Z] b538f80385f9: Verifying Checksum [2020-11-21T06:22:44.327Z] b538f80385f9: Download complete [2020-11-21T06:22:44.945Z] b538f80385f9: Pull complete [2020-11-21T06:22:45.561Z] 74f711af9a0d: Pull complete [2020-11-21T06:22:46.173Z] 99f96fe45779: Pull complete [2020-11-21T06:22:46.448Z] 209524e5b208: Verifying Checksum [2020-11-21T06:22:46.448Z] 209524e5b208: Download complete [2020-11-21T06:22:47.894Z] 8529a6b9a6be: Verifying Checksum [2020-11-21T06:22:47.894Z] 8529a6b9a6be: Download complete [2020-11-21T06:22:58.096Z] 8529a6b9a6be: Pull complete [2020-11-21T06:22:58.371Z] 45590311c82a: Pull complete [2020-11-21T06:22:58.645Z] 69ca0ff8b7b3: Pull complete [2020-11-21T06:23:02.979Z] 209524e5b208: Pull complete [2020-11-21T06:23:02.979Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-21T06:23:02.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-21T06:23:02.979Z] ---> 5bddaf1c2fca [2020-11-21T06:23:02.979Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-21T06:23:04.962Z] ---> Running in b9e0e2b2ffe9 [2020-11-21T06:23:05.561Z] Removing intermediate container b9e0e2b2ffe9 [2020-11-21T06:23:05.561Z] ---> c98c2102baac [2020-11-21T06:23:05.561Z] Step 4/7 : RUN apk add bash [2020-11-21T06:23:05.561Z] ---> Running in 0f27edf06dfa [2020-11-21T06:23:07.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T06:23:08.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T06:23:09.101Z] OK: 142 MiB in 39 packages [2020-11-21T06:23:09.103Z] Running on prd-centos7-docker-4c-2g-13066 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-21T06:23:09.162Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2020-11-21T06:23:10.537Z] Removing intermediate container 0f27edf06dfa [2020-11-21T06:23:10.537Z] ---> d7c9f3aec786 [2020-11-21T06:23:10.537Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-21T06:23:10.537Z] ---> Running in 4912020a0701 [2020-11-21T06:23:10.811Z] Removing intermediate container 4912020a0701 [2020-11-21T06:23:10.811Z] ---> af6ad9c8859f [2020-11-21T06:23:10.811Z] Step 6/7 : COPY go.mod . [2020-11-21T06:23:11.414Z] ---> 9e838428c98a [2020-11-21T06:23:11.415Z] Step 7/7 : RUN go mod download [2020-11-21T06:23:11.700Z] ---> Running in 10b56f86a0ea [2020-11-21T06:23:16.593Z] using credential edgex-jenkins-ssh [2020-11-21T06:23:16.669Z] Cloning the remote Git repository [2020-11-21T06:23:16.741Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-21T06:23:16.839Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2020-11-21T06:23:16.926Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-21T06:23:16.926Z] > git --version # timeout=10 [2020-11-21T06:23:16.979Z] > git --version # 'git version 2.16.5' [2020-11-21T06:23:16.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T06:23:17.037Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T06:23:18.533Z] Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 8845bd76a6dcd9461709ce40f557c9c5fe68363d [2020-11-21T06:23:18.874Z] Merge succeeded, producing 8845bd76a6dcd9461709ce40f557c9c5fe68363d [2020-11-21T06:23:18.875Z] Checking out Revision 8845bd76a6dcd9461709ce40f557c9c5fe68363d (PR-367) [2020-11-21T06:23:17.809Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-21T06:23:17.842Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T06:23:17.904Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-21T06:23:17.927Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-21T06:23:17.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T06:23:17.934Z] > 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-21T06:23:18.545Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T06:23:18.555Z] > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 [2020-11-21T06:23:18.809Z] > git remote # timeout=10 [2020-11-21T06:23:18.826Z] > git config --get remote.origin.url # timeout=10 [2020-11-21T06:23:18.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T06:23:18.851Z] > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 [2020-11-21T06:23:18.869Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-21T06:23:18.880Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T06:23:18.885Z] > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 [2020-11-21T06:23:22.830Z] Commit message: "feat(clients): Implement Add method for V2 EventClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T06:23:24.504Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-21T06:23:24.997Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T06:23:25.330Z] + sudo service docker restart [2020-11-21T06:23:25.330Z] + true [2020-11-21T06:23:25.330Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T06:23:26.370Z] provisioning config files... [2020-11-21T06:23:26.401Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/12@tmp/config6340471359820218222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:23:26.788Z] Removing intermediate container 10b56f86a0ea [2020-11-21T06:23:26.788Z] ---> 26c3a1515f31 [2020-11-21T06:23:26.788Z] Successfully built 26c3a1515f31 [2020-11-21T06:23:26.788Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:23:26.814Z] ---> docker-login.sh [2020-11-21T06:23:26.814Z] nexus3.edgexfoundry.org:10001 [2020-11-21T06:23:27.122Z] + docker inspect -f . ci-base-image-arm64 [2020-11-21T06:23:27.122Z] . [Pipeline] withDockerContainer [2020-11-21T06:23:27.352Z] prd-ubuntu18.04-docker-arm64-4c-16g-13065 does not seem to be running inside a container [2020-11-21T06:23:27.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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-21T06:23:27.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:23:27.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:23:27.742Z] Configure a credential helper to remove this warning. See [2020-11-21T06:23:27.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:23:27.742Z] [2020-11-21T06:23:27.742Z] Login Succeeded [2020-11-21T06:23:27.742Z] nexus3.edgexfoundry.org:10002 [2020-11-21T06:23:28.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:23:28.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:23:28.045Z] Configure a credential helper to remove this warning. See [2020-11-21T06:23:28.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:23:28.045Z] [2020-11-21T06:23:28.045Z] Login Succeeded [2020-11-21T06:23:28.045Z] nexus3.edgexfoundry.org:10003 [2020-11-21T06:23:28.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:23:28.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:23:28.336Z] Configure a credential helper to remove this warning. See [2020-11-21T06:23:28.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:23:28.336Z] [2020-11-21T06:23:28.336Z] Login Succeeded [2020-11-21T06:23:28.336Z] nexus3.edgexfoundry.org:10004 [2020-11-21T06:23:28.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:23:28.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:23:28.606Z] Configure a credential helper to remove this warning. See [2020-11-21T06:23:28.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:23:28.606Z] [2020-11-21T06:23:28.606Z] Login Succeeded [2020-11-21T06:23:28.606Z] docker.io [2020-11-21T06:23:28.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T06:23:29.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T06:23:29.134Z] Configure a credential helper to remove this warning. See [2020-11-21T06:23:29.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T06:23:29.134Z] [2020-11-21T06:23:29.134Z] Login Succeeded [2020-11-21T06:23:29.134Z] ---> docker-login.sh ends [2020-11-21T06:23:29.241Z] $ docker top 9e49ea9b42e305a0c2679c4fc52b4ec9d4d79584db45ad19fbed514ce5b11238 -eo pid,comm [Pipeline] { [Pipeline] } [2020-11-21T06:23:29.637Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-21T06:23:30.038Z] ========================================================= [2020-11-21T06:23:30.038Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-21T06:23:30.038Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:23:30.411Z] + 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-21T06:23:30.684Z] Sending build context to Docker daemon 1.865MB [2020-11-21T06:23:30.684Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-21T06:23:30.684Z] Step 2/7 : FROM ${BASE} [2020-11-21T06:23:30.684Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-21T06:23:30.684Z] df20fa9351a1: Pulling fs layer [2020-11-21T06:23:30.684Z] ed8968b2872e: Pulling fs layer [2020-11-21T06:23:30.684Z] a92cc7c5fd73: Pulling fs layer [2020-11-21T06:23:30.684Z] e871e8e8d7a9: Pulling fs layer [2020-11-21T06:23:30.684Z] e73272ec9a57: Pulling fs layer [2020-11-21T06:23:30.684Z] 1e910a182e73: Pulling fs layer [2020-11-21T06:23:30.684Z] 4e634b169226: Pulling fs layer [2020-11-21T06:23:30.684Z] e73272ec9a57: Waiting [2020-11-21T06:23:30.684Z] e871e8e8d7a9: Waiting [2020-11-21T06:23:30.684Z] 1e910a182e73: Waiting [2020-11-21T06:23:30.684Z] 4e634b169226: Waiting [2020-11-21T06:23:30.684Z] a92cc7c5fd73: Verifying Checksum [2020-11-21T06:23:30.684Z] a92cc7c5fd73: Download complete [2020-11-21T06:23:30.684Z] ed8968b2872e: Verifying Checksum [2020-11-21T06:23:30.684Z] ed8968b2872e: Download complete [2020-11-21T06:23:30.684Z] e73272ec9a57: Verifying Checksum [2020-11-21T06:23:30.684Z] e73272ec9a57: Download complete [2020-11-21T06:23:30.728Z] + go version [2020-11-21T06:23:30.728Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-21T06:23:30.755Z] $ docker stop --time=1 9e49ea9b42e305a0c2679c4fc52b4ec9d4d79584db45ad19fbed514ce5b11238 [2020-11-21T06:23:31.157Z] 1e910a182e73: Verifying Checksum [2020-11-21T06:23:31.157Z] 1e910a182e73: Download complete [2020-11-21T06:23:31.157Z] df20fa9351a1: Download complete [2020-11-21T06:23:31.497Z] df20fa9351a1: Pull complete [2020-11-21T06:23:31.798Z] ed8968b2872e: Pull complete [2020-11-21T06:23:31.798Z] a92cc7c5fd73: Pull complete [2020-11-21T06:23:32.676Z] $ docker rm -f 9e49ea9b42e305a0c2679c4fc52b4ec9d4d79584db45ad19fbed514ce5b11238 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:23:33.907Z] + docker inspect -f . ci-base-image-arm64 [2020-11-21T06:23:33.907Z] . [Pipeline] withDockerContainer [2020-11-21T06:23:34.149Z] prd-ubuntu18.04-docker-arm64-4c-16g-13065 does not seem to be running inside a container [2020-11-21T06:23:34.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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-21T06:23:35.236Z] 4e634b169226: Verifying Checksum [2020-11-21T06:23:35.236Z] 4e634b169226: Download complete [2020-11-21T06:23:35.877Z] e871e8e8d7a9: Verifying Checksum [2020-11-21T06:23:35.877Z] e871e8e8d7a9: Download complete [2020-11-21T06:23:36.116Z] $ docker top 726cc23edee1b69c5bf8a73d688a755a1f05499fb49965cce858aa7fefcb7272 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T06:23:37.524Z] + make test [2020-11-21T06:23:37.524Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-21T06:23:44.151Z] e871e8e8d7a9: Pull complete [2020-11-21T06:23:44.151Z] e73272ec9a57: Pull complete [2020-11-21T06:23:44.151Z] 1e910a182e73: Pull complete [2020-11-21T06:23:48.440Z] 4e634b169226: Pull complete [2020-11-21T06:23:48.440Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-21T06:23:48.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-21T06:23:48.440Z] ---> f7629b54cfaa [2020-11-21T06:23:48.440Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-21T06:23:48.440Z] ---> Running in 7815427101e9 [2020-11-21T06:23:48.715Z] Removing intermediate container 7815427101e9 [2020-11-21T06:23:48.715Z] ---> 32b740ade71d [2020-11-21T06:23:48.715Z] Step 4/7 : RUN apk add bash [2020-11-21T06:23:48.715Z] ---> Running in 0d3bb332f6a4 [2020-11-21T06:23:49.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T06:23:50.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T06:23:50.550Z] OK: 166 MiB in 39 packages [2020-11-21T06:23:51.135Z] Removing intermediate container 0d3bb332f6a4 [2020-11-21T06:23:51.135Z] ---> 86aee8de12f0 [2020-11-21T06:23:51.135Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-21T06:23:51.415Z] ---> Running in a29c6aedd4ee [2020-11-21T06:23:51.415Z] Removing intermediate container a29c6aedd4ee [2020-11-21T06:23:51.415Z] ---> a1a8d616be6e [2020-11-21T06:23:51.415Z] Step 6/7 : COPY go.mod . [2020-11-21T06:23:51.679Z] ---> c083aa1ab50c [2020-11-21T06:23:51.679Z] Step 7/7 : RUN go mod download [2020-11-21T06:23:51.950Z] ---> Running in 4d6ffa654f22 [2020-11-21T06:23:59.720Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-21T06:23:59.996Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements [2020-11-21T06:23:59.996Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.047s coverage: 100.0% of statements [2020-11-21T06:24:02.651Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.044s coverage: 45.4% of statements [2020-11-21T06:24:02.651Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements [2020-11-21T06:24:02.651Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-21T06:24:02.651Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.029s coverage: 6.6% of statements [2020-11-21T06:24:04.098Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.043s coverage: 14.7% of statements [2020-11-21T06:24:04.098Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.063s coverage: 100.0% of statements [2020-11-21T06:24:04.425Z] Removing intermediate container 4d6ffa654f22 [2020-11-21T06:24:04.425Z] ---> d713a361e451 [2020-11-21T06:24:04.425Z] Successfully built d713a361e451 [2020-11-21T06:24:04.425Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:24:04.769Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T06:24:04.769Z] . [Pipeline] withDockerContainer [2020-11-21T06:24:05.115Z] prd-centos7-docker-4c-2g-13066 does not seem to be running inside a container [2020-11-21T06:24:05.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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-21T06:24:05.561Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.068s coverage: 91.8% of statements [2020-11-21T06:24:05.561Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-21T06:24:05.561Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-21T06:24:05.561Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.019s coverage: 100.0% of statements [2020-11-21T06:24:05.836Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.027s coverage: 47.8% of statements [2020-11-21T06:24:06.083Z] $ docker top 3d0eb9e0a84876179ad5ca898f7d7b511c02e8f44ae3dfeed82492186ce3bd34 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T06:24:06.617Z] + go version [2020-11-21T06:24:06.617Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-21T06:24:06.645Z] $ docker stop --time=1 3d0eb9e0a84876179ad5ca898f7d7b511c02e8f44ae3dfeed82492186ce3bd34 [2020-11-21T06:24:08.110Z] $ docker rm -f 3d0eb9e0a84876179ad5ca898f7d7b511c02e8f44ae3dfeed82492186ce3bd34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:24:08.996Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T06:24:08.996Z] . [Pipeline] withDockerContainer [2020-11-21T06:24:09.151Z] prd-centos7-docker-4c-2g-13066 does not seem to be running inside a container [2020-11-21T06:24:09.215Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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-21T06:24:10.017Z] $ docker top 13969804f6125d4161ca29c35048be4fe6ec7ac88d4592d26da2f8a48395bb33 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T06:24:10.600Z] + make test [2020-11-21T06:24:10.600Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-21T06:24:12.554Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.137s coverage: 63.0% of statements [2020-11-21T06:24:12.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements [2020-11-21T06:24:12.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.018s coverage: 15.4% of statements [2020-11-21T06:24:12.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements [2020-11-21T06:24:12.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.050s coverage: 14.3% of statements [2020-11-21T06:24:12.555Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-21T06:24:12.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.042s coverage: 81.5% of statements [2020-11-21T06:24:12.555Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-21T06:24:12.555Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-21T06:24:12.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.043s coverage: 29.1% of statements [2020-11-21T06:24:12.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.041s coverage: 100.0% of statements [2020-11-21T06:24:13.535Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.057s coverage: 94.4% of statements [2020-11-21T06:24:13.535Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.038s coverage: 100.0% of statements [2020-11-21T06:24:13.535Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-21T06:24:13.809Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-21T06:24:19.216Z] gofmt -l . [2020-11-21T06:24:19.216Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-21T06:24:19.240Z] $ docker stop --time=1 726cc23edee1b69c5bf8a73d688a755a1f05499fb49965cce858aa7fefcb7272 [2020-11-21T06:24:20.890Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-21T06:24:20.890Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.017s coverage: 85.7% of statements [2020-11-21T06:24:20.890Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.015s coverage: 100.0% of statements [2020-11-21T06:24:21.388Z] $ docker rm -f 726cc23edee1b69c5bf8a73d688a755a1f05499fb49965cce858aa7fefcb7272 [2020-11-21T06:24:21.503Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.022s coverage: 45.4% of statements [2020-11-21T06:24:21.772Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.014s coverage: 77.8% of statements [2020-11-21T06:24:21.772Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-21T06:24:21.772Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 6.6% of statements [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T06:24:22.210Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-21T06:24:22.783Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.018s coverage: 14.7% of statements [2020-11-21T06:24:22.783Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.015s coverage: 100.0% of statements [2020-11-21T06:24:23.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.060s coverage: 91.8% of statements [2020-11-21T06:24:23.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-21T06:24:23.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-21T06:24:23.070Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.040s coverage: 100.0% of statements [2020-11-21T06:24:23.205Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-11-21T06:24:23.681Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.018s coverage: 47.8% of statements [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] } [2020-11-21T06:24:26.372Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.045s coverage: 63.0% of statements [2020-11-21T06:24:26.372Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.009s coverage: 26.3% of statements [2020-11-21T06:24:26.372Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.007s coverage: 15.4% of statements [2020-11-21T06:24:26.372Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.021s coverage: 15.4% of statements [2020-11-21T06:24:26.372Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-11-21T06:24:26.372Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-21T06:24:26.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.019s coverage: 81.5% of statements [2020-11-21T06:24:26.979Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-21T06:24:26.979Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-21T06:24:26.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.1% of statements [2020-11-21T06:24:26.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.011s coverage: 100.0% of statements [2020-11-21T06:24:27.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.023s coverage: 94.4% of statements [2020-11-21T06:24:27.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements [2020-11-21T06:24:27.555Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-21T06:24:27.555Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-21T06:24:29.576Z] gofmt -l . [2020-11-21T06:24:29.841Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-21T06:24:30.140Z] $ docker stop --time=1 13969804f6125d4161ca29c35048be4fe6ec7ac88d4592d26da2f8a48395bb33 [2020-11-21T06:24:32.526Z] $ docker rm -f 13969804f6125d4161ca29c35048be4fe6ec7ac88d4592d26da2f8a48395bb33 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T06:24:33.268Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-21T06:24:33.376Z] Warning: overwriting stash ‘coverage-report’ [2020-11-21T06:24:33.863Z] 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-21T06:24:36.133Z] provisioning config files... [2020-11-21T06:24:36.150Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config7608051899133629069tmp [Pipeline] { [Pipeline] sh [2020-11-21T06:24:36.596Z] + set +x [2020-11-21T06:24:36.597Z] + curl -s https://codecov.io/bash [2020-11-21T06:24:36.597Z] + bash -s -- [2020-11-21T06:24:36.867Z] [2020-11-21T06:24:36.867Z] _____ _ [2020-11-21T06:24:36.867Z] / ____| | | [2020-11-21T06:24:36.867Z] | | ___ __| | ___ ___ _____ __ [2020-11-21T06:24:36.867Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-21T06:24:36.867Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-21T06:24:36.867Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-21T06:24:36.867Z] Bash-20201116-eea08d9 [2020-11-21T06:24:36.867Z] [2020-11-21T06:24:36.867Z] [2020-11-21T06:24:36.867Z] ==> Jenkins CI detected. [2020-11-21T06:24:36.867Z] project root: . [2020-11-21T06:24:36.867Z] --> token set from env [2020-11-21T06:24:37.135Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-21T06:24:37.135Z] ==> Running gcov in . (disable via -X gcov) [2020-11-21T06:24:37.135Z] ==> Python coveragepy not found [2020-11-21T06:24:37.135Z] ==> Searching for coverage reports in: [2020-11-21T06:24:37.135Z] + . [2020-11-21T06:24:37.135Z] -> Found 1 reports [2020-11-21T06:24:37.135Z] ==> Detecting git/mercurial file structure [2020-11-21T06:24:37.135Z] ==> Reading reports [2020-11-21T06:24:37.135Z] + ./coverage.out bytes=107216 [2020-11-21T06:24:37.135Z] ==> Appending adjustments [2020-11-21T06:24:37.135Z] https://docs.codecov.io/docs/fixing-reports [2020-11-21T06:24:38.555Z] + Found adjustments [2020-11-21T06:24:38.555Z] ==> Gzipping contents [2020-11-21T06:24:38.555Z] ==> Uploading reports [2020-11-21T06:24:38.555Z] url: https://codecov.io [2020-11-21T06:24:38.555Z] query: branch=PR-367&commit=8845bd76a6dcd9461709ce40f557c9c5fe68363d&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= [2020-11-21T06:24:38.555Z] -> Pinging Codecov [2020-11-21T06:24:38.555Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-367&commit=8845bd76a6dcd9461709ce40f557c9c5fe68363d&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= [2020-11-21T06:24:39.163Z] -> Uploading to [2020-11-21T06:24:39.164Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-21/71470A77251A30514AAF9C0BB2E5B6CE/8845bd76a6dcd9461709ce40f557c9c5fe68363d/9190e059-9d74-43c9-8502-52dcadcf581a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201121T062438Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=553c6776dc40031c24f5c4569f899e4da80a899a09428583551411069b0b04f2 [2020-11-21T06:24:39.164Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T06:24:39.164Z] Dload Upload Total Spent Left Speed [2020-11-21T06:24:39.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17381 0 0 100 17381 0 36648 --:--:-- --:--:-- --:--:-- 36668 100 17381 0 0 100 17381 0 36632 --:--:-- --:--:-- --:--:-- 36591 [2020-11-21T06:24:39.755Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8845bd76a6dcd9461709ce40f557c9c5fe68363d [Pipeline] } [2020-11-21T06:24:39.769Z] 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-21T06:24:42.954Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:24:43.556Z] ---> package-listing.sh [2020-11-21T06:24:43.556Z] ++ facter osfamily [2020-11-21T06:24:43.556Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-21T06:24:43.834Z] + OS_FAMILY=redhat [2020-11-21T06:24:43.834Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-21T06:24:43.834Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-21T06:24:43.834Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-21T06:24:43.834Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-21T06:24:43.834Z] + PACKAGES=/tmp/packages_start.txt [2020-11-21T06:24:43.834Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-21T06:24:43.834Z] + PACKAGES=/tmp/packages_end.txt [2020-11-21T06:24:43.834Z] + case "${OS_FAMILY}" in [2020-11-21T06:24:43.834Z] + rpm -qa [2020-11-21T06:24:43.834Z] + sort [2020-11-21T06:24:53.960Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-21T06:24:53.960Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-21T06:24:53.960Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-21T06:24:53.960Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-21T06:24:53.960Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [2020-11-21T06:24:53.960Z] + 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-21T06:24:53.981Z] 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-21T06:24:54.300Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:24:54.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T06:24:54.905Z] [2020-11-21T06:24:54.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-21T06:24:55.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T06:24:55.305Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-21T06:24:55.305Z] df20fa9351a1: Pulling fs layer [2020-11-21T06:24:55.305Z] 36b3adc4ff6f: Pulling fs layer [2020-11-21T06:24:55.305Z] 8ad3a11d3b57: Pulling fs layer [2020-11-21T06:24:55.305Z] 46f8f816bc3b: Pulling fs layer [2020-11-21T06:24:55.305Z] 93b61091891f: Pulling fs layer [2020-11-21T06:24:55.305Z] 93b9cdb0e59b: Pulling fs layer [2020-11-21T06:24:55.305Z] 5e14af77c1be: Pulling fs layer [2020-11-21T06:24:55.305Z] 01666e4c0597: Pulling fs layer [2020-11-21T06:24:55.305Z] aa168da1d23b: Pulling fs layer [2020-11-21T06:24:55.305Z] 93b9cdb0e59b: Waiting [2020-11-21T06:24:55.305Z] 5e14af77c1be: Waiting [2020-11-21T06:24:55.305Z] 01666e4c0597: Waiting [2020-11-21T06:24:55.305Z] aa168da1d23b: Waiting [2020-11-21T06:24:55.305Z] 46f8f816bc3b: Waiting [2020-11-21T06:24:55.305Z] 93b61091891f: Waiting [2020-11-21T06:24:55.581Z] 36b3adc4ff6f: Verifying Checksum [2020-11-21T06:24:55.581Z] 36b3adc4ff6f: Download complete [2020-11-21T06:24:55.581Z] 46f8f816bc3b: Verifying Checksum [2020-11-21T06:24:55.581Z] 46f8f816bc3b: Download complete [2020-11-21T06:24:55.581Z] df20fa9351a1: Verifying Checksum [2020-11-21T06:24:55.581Z] df20fa9351a1: Download complete [2020-11-21T06:24:55.581Z] 93b9cdb0e59b: Verifying Checksum [2020-11-21T06:24:55.581Z] 93b9cdb0e59b: Download complete [2020-11-21T06:24:55.581Z] 5e14af77c1be: Verifying Checksum [2020-11-21T06:24:55.581Z] 5e14af77c1be: Download complete [2020-11-21T06:24:55.581Z] 01666e4c0597: Verifying Checksum [2020-11-21T06:24:55.581Z] 01666e4c0597: Download complete [2020-11-21T06:24:55.581Z] 93b61091891f: Verifying Checksum [2020-11-21T06:24:55.581Z] 93b61091891f: Download complete [2020-11-21T06:24:56.175Z] 8ad3a11d3b57: Verifying Checksum [2020-11-21T06:24:56.175Z] 8ad3a11d3b57: Download complete [2020-11-21T06:24:56.175Z] df20fa9351a1: Pull complete [2020-11-21T06:24:56.768Z] 36b3adc4ff6f: Pull complete [2020-11-21T06:24:57.789Z] 8ad3a11d3b57: Pull complete [2020-11-21T06:24:58.077Z] 46f8f816bc3b: Pull complete [2020-11-21T06:24:59.075Z] 93b61091891f: Pull complete [2020-11-21T06:24:59.346Z] 93b9cdb0e59b: Pull complete [2020-11-21T06:24:59.346Z] aa168da1d23b: Verifying Checksum [2020-11-21T06:24:59.346Z] aa168da1d23b: Download complete [2020-11-21T06:24:59.619Z] 5e14af77c1be: Pull complete [2020-11-21T06:24:59.895Z] 01666e4c0597: Pull complete [2020-11-21T06:25:15.433Z] aa168da1d23b: Pull complete [2020-11-21T06:25:15.433Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-21T06:25:15.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T06:25:15.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-21T06:25:15.683Z] prd-centos7-docker-4c-2g-13064 does not seem to be running inside a container [2020-11-21T06:25:15.782Z] $ 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-21T06:25:24.034Z] $ docker top a5143f4d32c597b8c15d4b22d08afe6b3ae137ae273d0ccb7995b10700ad3772 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T06:25:24.585Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-21T06:25:24.934Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-21T06:25:25.287Z] + ls /var/log/sa-host [2020-11-21T06:25:25.287Z] + sadf -c /var/log/sa-host/sa05 [2020-11-21T06:25:25.287Z] file_magic: OK [2020-11-21T06:25:25.287Z] HZ: Using current value: 100 [2020-11-21T06:25:25.287Z] file_header: OK [2020-11-21T06:25:25.287Z] 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-21T06:25:25.287Z] Statistics: [2020-11-21T06:25:25.287Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T06:25:25.287Z] File successfully converted to sysstat format version 12.2.1 [2020-11-21T06:25:25.287Z] + sadf -c /var/log/sa-host/sa21 [2020-11-21T06:25:25.287Z] file_magic: OK [2020-11-21T06:25:25.287Z] HZ: Using current value: 100 [2020-11-21T06:25:25.287Z] file_header: OK [2020-11-21T06:25:25.287Z] 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-21T06:25:25.287Z] Statistics: [2020-11-21T06:25:25.287Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T06:25:25.287Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-21T06:25:25.916Z] provisioning config files... [2020-11-21T06:25:25.935Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config3080737512947272271tmp [Pipeline] { [Pipeline] echo [2020-11-21T06:25:26.004Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:25:26.320Z] ---> create-netrc.sh [Pipeline] } [2020-11-21T06:25:26.332Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-21T06:25:26.424Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:25:26.739Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-21T06:25:26.753Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:25:27.067Z] ---> sudo-logs.sh [2020-11-21T06:25:27.067Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-21T06:25:27.081Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:25:27.447Z] ---> job-cost.sh [2020-11-21T06:25:27.447Z] lf-activate-venv: SKIPPING [2020-11-21T06:25:27.447Z] INFO: No Stack... [2020-11-21T06:25:29.376Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-21T06:25:29.376Z] INFO: Archiving Costs [Pipeline] echo [2020-11-21T06:25:29.390Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T06:25:29.706Z] ---> logs-deploy.sh [2020-11-21T06:25:29.706Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/12 [2020-11-21T06:25:29.706Z] INFO: archiving workspace using pattern(s): [2020-11-21T06:25:31.633Z] Archives upload complete. [2020-11-21T06:25:31.633Z] INFO: archiving logs to Nexus