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 711907a7093aebb7ad96985bf4342a5fa26dd498 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-12953 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 > 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 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 711907a7093aebb7ad96985bf4342a5fa26dd498 Merge succeeded, producing 711907a7093aebb7ad96985bf4342a5fa26dd498 Checking out Revision 711907a7093aebb7ad96985bf4342a5fa26dd498 (PR-367) > git config core.sparsecheckout # timeout=10 > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # 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 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 Commit message: "Merge branch 'master' into issue-366" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 6c0e771c0096624374a3c802221b0578c6380887 # timeout=10 [Pipeline] timeout [2020-11-20T15:42:30.070Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-20T15:42:30.412Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-20T15:42:30.582Z] ========================================================= [2020-11-20T15:42:30.583Z] EdgeX Global Pipelines Version Info [2020-11-20T15:42:30.583Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:42:32.501Z] ------------------- [2020-11-20T15:42:32.501Z] stable info: [2020-11-20T15:42:32.501Z] ------------------- [2020-11-20T15:42:32.501Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-20T15:42:32.501Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T15:42:32.501Z] Message: update stable to v1.0.167 [2020-11-20T15:42:33.451Z] ------------------- [2020-11-20T15:42:33.451Z] experimental info: [2020-11-20T15:42:33.451Z] ------------------- [2020-11-20T15:42:33.451Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-20T15:42:33.451Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T15:42:33.451Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-20T15:42:33.928Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-20T15:42:34.042Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-20T15:42:34.152Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-20T15:42:34.272Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-20T15:42:34.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-20T15:42:34.513Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-20T15:42:34.623Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-20T15:42:34.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-20T15:42:34.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-20T15:42:35.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-20T15:42:35.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-20T15:42:35.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-20T15:42:35.417Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-20T15:42:35.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-20T15:42:35.633Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-20T15:42:35.739Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-20T15:42:35.846Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-20T15:42:35.947Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-20T15:42:36.051Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-20T15:42:36.160Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-20T15:42:36.261Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-20T15:42:36.362Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-20T15:42:36.465Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-20T15:42:36.570Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-20T15:42:36.672Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-20T15:42:36.799Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-20T15:42:36.951Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo [2020-11-20T15:42:37.047Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo [2020-11-20T15:42:37.160Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo [2020-11-20T15:42:37.261Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 711907a7093aebb7ad96985bf4342a5fa26dd498 [Pipeline] echo [2020-11-20T15:42:37.371Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 711907a [Pipeline] echo [2020-11-20T15:42:37.509Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T15:42:37.733Z] provisioning config files... [2020-11-20T15:42:37.816Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config2529115026095002150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:42:38.208Z] ---> docker-login.sh [2020-11-20T15:42:38.208Z] nexus3.edgexfoundry.org:10001 [2020-11-20T15:42:38.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:42:38.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:42:38.733Z] Configure a credential helper to remove this warning. See [2020-11-20T15:42:38.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:42:38.733Z] [2020-11-20T15:42:38.733Z] Login Succeeded [2020-11-20T15:42:38.733Z] nexus3.edgexfoundry.org:10002 [2020-11-20T15:42:38.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:42:38.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:42:38.733Z] Configure a credential helper to remove this warning. See [2020-11-20T15:42:38.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:42:38.733Z] [2020-11-20T15:42:38.733Z] Login Succeeded [2020-11-20T15:42:38.733Z] nexus3.edgexfoundry.org:10003 [2020-11-20T15:42:38.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:42:38.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:42:38.998Z] Configure a credential helper to remove this warning. See [2020-11-20T15:42:38.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:42:38.998Z] [2020-11-20T15:42:38.998Z] Login Succeeded [2020-11-20T15:42:38.998Z] nexus3.edgexfoundry.org:10004 [2020-11-20T15:42:38.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:42:39.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:42:39.261Z] Configure a credential helper to remove this warning. See [2020-11-20T15:42:39.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:42:39.261Z] [2020-11-20T15:42:39.261Z] Login Succeeded [2020-11-20T15:42:39.261Z] docker.io [2020-11-20T15:42:39.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:42:39.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:42:39.524Z] Configure a credential helper to remove this warning. See [2020-11-20T15:42:39.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:42:39.524Z] [2020-11-20T15:42:39.524Z] Login Succeeded [2020-11-20T15:42:39.524Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T15:42:39.537Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T15:42:40.828Z] + git log --format=format:%s -1 711907a7093aebb7ad96985bf4342a5fa26dd498 [Pipeline] echo [2020-11-20T15:42:40.890Z] GIT_COMMIT: 711907a7093aebb7ad96985bf4342a5fa26dd498, Commit Message: Merge branch 'master' into issue-366 [Pipeline] echo [2020-11-20T15:42:40.973Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:42:41.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T15:42:41.979Z] [2020-11-20T15:42:41.979Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:42:42.338Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T15:42:42.338Z] latest: Pulling from edgex-devops/git-semver [2020-11-20T15:42:42.338Z] 31603596830f: Pulling fs layer [2020-11-20T15:42:42.338Z] 2a8b12db71e7: Pulling fs layer [2020-11-20T15:42:42.338Z] 6ca5941a6612: Pulling fs layer [2020-11-20T15:42:42.338Z] ecc8261a40a4: Pulling fs layer [2020-11-20T15:42:42.338Z] ecc8261a40a4: Waiting [2020-11-20T15:42:42.338Z] 2a8b12db71e7: Verifying Checksum [2020-11-20T15:42:42.338Z] 2a8b12db71e7: Download complete [2020-11-20T15:42:42.338Z] 31603596830f: Verifying Checksum [2020-11-20T15:42:42.338Z] 31603596830f: Download complete [2020-11-20T15:42:42.601Z] 6ca5941a6612: Verifying Checksum [2020-11-20T15:42:42.601Z] 6ca5941a6612: Download complete [2020-11-20T15:42:42.601Z] ecc8261a40a4: Verifying Checksum [2020-11-20T15:42:42.601Z] ecc8261a40a4: Download complete [2020-11-20T15:42:42.867Z] 31603596830f: Pull complete [2020-11-20T15:42:42.867Z] 2a8b12db71e7: Pull complete [2020-11-20T15:42:43.814Z] 6ca5941a6612: Pull complete [2020-11-20T15:42:43.814Z] ecc8261a40a4: Pull complete [2020-11-20T15:42:43.814Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-20T15:42:44.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T15:42:44.075Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-20T15:42:44.179Z] prd-centos7-docker-4c-2g-12953 does not seem to be running inside a container [2020-11-20T15:42:44.230Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-20T15:42:46.441Z] $ docker top 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-20T15:42:46.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T15:42:46.810Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T15:42:47.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T15:42:47.022Z] $ docker exec 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb ssh-agent [2020-11-20T15:42:47.186Z] SSH_AUTH_SOCK=/tmp/ssh-I7aqwwQVjWq6/agent.11 [2020-11-20T15:42:47.186Z] SSH_AGENT_PID=16 [2020-11-20T15:42:47.197Z] Running ssh-add (command line suppressed) [2020-11-20T15:42:47.324Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_2714634722657224677.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_2714634722657224677.key) [2020-11-20T15:42:47.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T15:42:47.711Z] + git tag --points-at HEAD [Pipeline] } [2020-11-20T15:42:47.732Z] $ docker exec --env ******** --env ******** 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb ssh-agent -k [2020-11-20T15:42:47.854Z] unset SSH_AUTH_SOCK; [2020-11-20T15:42:47.854Z] unset SSH_AGENT_PID; [2020-11-20T15:42:47.854Z] echo Agent pid 16 killed; [2020-11-20T15:42:47.899Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-20T15:42:48.066Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T15:42:48.066Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T15:42:48.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T15:42:48.235Z] $ docker exec 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb ssh-agent [2020-11-20T15:42:48.393Z] SSH_AUTH_SOCK=/tmp/ssh-jU9flJICglEz/agent.44 [2020-11-20T15:42:48.393Z] SSH_AGENT_PID=49 [2020-11-20T15:42:48.403Z] Running ssh-add (command line suppressed) [2020-11-20T15:42:48.523Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_3053457761413632505.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_3053457761413632505.key) [2020-11-20T15:42:48.580Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T15:42:49.015Z] + git semver init [2020-11-20T15:42:49.015Z] # -> Open(): unable to determine branch for HEAD [2020-11-20T15:42:49.015Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git [2020-11-20T15:42:49.015Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-20T15:42:49.015Z] # $SEMVER_REMOTE_NAME = origin [2020-11-20T15:42:49.015Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-20T15:42:49.015Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-20T15:42:49.015Z] # $SEMVER_BRANCH = PR-367 [2020-11-20T15:42:49.015Z] # $SEMVER_TEMP = /tmp/semver-927726491 [2020-11-20T15:42:49.015Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-20T15:42:49.588Z] # '/tmp/semver-927726491' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' [2020-11-20T15:42:49.588Z] # -> Force: false [2020-11-20T15:42:49.588Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } [2020-11-20T15:42:49.603Z] $ docker exec --env ******** --env ******** 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb ssh-agent -k [2020-11-20T15:42:49.716Z] unset SSH_AUTH_SOCK; [2020-11-20T15:42:49.716Z] unset SSH_AGENT_PID; [2020-11-20T15:42:49.716Z] echo Agent pid 49 killed; [2020-11-20T15:42:49.759Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T15:42:50.236Z] + git semver [Pipeline] } [2020-11-20T15:42:50.256Z] $ docker stop --time=1 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb [2020-11-20T15:42:52.083Z] $ docker rm -f 0b8311a5ca20ca3f002c640e23c5c752129eb199e3aad10bb5811e4e065c5ccb [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T15:42:52.564Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-20T15:42:53.037Z] Stashed 1 file(s) [Pipeline] echo [2020-11-20T15:42:53.040Z] [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-20T15:43:08.647Z] Still waiting to schedule task [2020-11-20T15:43:08.647Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12953’ [2020-11-20T15:43:08.650Z] Still waiting to schedule task [2020-11-20T15:43:08.650Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-20T15:45:05.120Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12954 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-20T15:45:05.191Z] Running in /w/workspace/go-mod-core-contracts/11 [Pipeline] { [Pipeline] checkout [2020-11-20T15:45:10.238Z] using credential edgex-jenkins-ssh [2020-11-20T15:45:10.374Z] Cloning the remote Git repository [2020-11-20T15:45:10.436Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T15:45:10.562Z] > git init /w/workspace/go-mod-core-contracts/11 # timeout=10 [2020-11-20T15:45:10.638Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T15:45:10.639Z] > git --version # timeout=10 [2020-11-20T15:45:10.661Z] > git --version # 'git version 2.17.1' [2020-11-20T15:45:10.663Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T15:45:10.739Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T15:45:12.529Z] Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 711907a7093aebb7ad96985bf4342a5fa26dd498 [2020-11-20T15:45:11.788Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-20T15:45:11.811Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T15:45:11.841Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-20T15:45:11.880Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T15:45:11.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T15:45:11.893Z] > 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-20T15:45:12.557Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T15:45:12.581Z] > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 [2020-11-20T15:45:12.727Z] > git remote # timeout=10 [2020-11-20T15:45:12.750Z] > git config --get remote.origin.url # timeout=10 [2020-11-20T15:45:12.838Z] Merge succeeded, producing 711907a7093aebb7ad96985bf4342a5fa26dd498 [2020-11-20T15:45:12.838Z] Checking out Revision 711907a7093aebb7ad96985bf4342a5fa26dd498 (PR-367) [2020-11-20T15:45:12.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T15:45:12.788Z] > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 [2020-11-20T15:45:12.812Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-20T15:45:12.850Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T15:45:12.861Z] > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 [2020-11-20T15:45:17.521Z] Commit message: "Merge branch 'master' into issue-366" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T15:45:19.271Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-20T15:45:19.742Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T15:45:20.084Z] + sudo service docker restart [2020-11-20T15:45:20.085Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T15:45:22.793Z] provisioning config files... [2020-11-20T15:45:22.834Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/11@tmp/config1619257396010163005tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:45:23.253Z] ---> docker-login.sh [2020-11-20T15:45:23.253Z] nexus3.edgexfoundry.org:10001 [2020-11-20T15:45:24.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:45:24.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:45:24.527Z] Configure a credential helper to remove this warning. See [2020-11-20T15:45:24.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:45:24.527Z] [2020-11-20T15:45:24.527Z] Login Succeeded [2020-11-20T15:45:24.527Z] nexus3.edgexfoundry.org:10002 [2020-11-20T15:45:24.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:45:25.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:45:25.076Z] Configure a credential helper to remove this warning. See [2020-11-20T15:45:25.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:45:25.076Z] [2020-11-20T15:45:25.076Z] Login Succeeded [2020-11-20T15:45:25.076Z] nexus3.edgexfoundry.org:10003 [2020-11-20T15:45:25.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:45:25.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:45:25.629Z] Configure a credential helper to remove this warning. See [2020-11-20T15:45:25.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:45:25.629Z] [2020-11-20T15:45:25.629Z] Login Succeeded [2020-11-20T15:45:25.629Z] nexus3.edgexfoundry.org:10004 [2020-11-20T15:45:25.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:45:26.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:45:26.186Z] Configure a credential helper to remove this warning. See [2020-11-20T15:45:26.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:45:26.186Z] [2020-11-20T15:45:26.186Z] Login Succeeded [2020-11-20T15:45:26.186Z] docker.io [2020-11-20T15:45:26.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:45:27.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:45:27.066Z] Configure a credential helper to remove this warning. See [2020-11-20T15:45:27.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:45:27.066Z] [2020-11-20T15:45:27.066Z] Login Succeeded [2020-11-20T15:45:27.066Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T15:45:27.085Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-20T15:45:27.554Z] ========================================================= [2020-11-20T15:45:27.554Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-20T15:45:27.554Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:45:27.959Z] + 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-20T15:45:28.578Z] Sending build context to Docker daemon 1.925MB [2020-11-20T15:45:28.578Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T15:45:28.578Z] Step 2/7 : FROM ${BASE} [2020-11-20T15:45:28.578Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-20T15:45:28.578Z] b538f80385f9: Pulling fs layer [2020-11-20T15:45:28.578Z] 74f711af9a0d: Pulling fs layer [2020-11-20T15:45:28.578Z] 99f96fe45779: Pulling fs layer [2020-11-20T15:45:28.578Z] 8529a6b9a6be: Pulling fs layer [2020-11-20T15:45:28.578Z] 45590311c82a: Pulling fs layer [2020-11-20T15:45:28.578Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-20T15:45:28.578Z] 209524e5b208: Pulling fs layer [2020-11-20T15:45:28.578Z] 8529a6b9a6be: Waiting [2020-11-20T15:45:28.578Z] 45590311c82a: Waiting [2020-11-20T15:45:28.578Z] 69ca0ff8b7b3: Waiting [2020-11-20T15:45:28.578Z] 209524e5b208: Waiting [2020-11-20T15:45:28.578Z] 99f96fe45779: Verifying Checksum [2020-11-20T15:45:28.578Z] 99f96fe45779: Download complete [2020-11-20T15:45:28.855Z] 74f711af9a0d: Download complete [2020-11-20T15:45:28.855Z] 45590311c82a: Verifying Checksum [2020-11-20T15:45:28.855Z] 45590311c82a: Download complete [2020-11-20T15:45:28.855Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-20T15:45:28.855Z] 69ca0ff8b7b3: Download complete [2020-11-20T15:45:29.460Z] b538f80385f9: Pull complete [2020-11-20T15:45:30.070Z] 74f711af9a0d: Pull complete [2020-11-20T15:45:30.674Z] 99f96fe45779: Pull complete [2020-11-20T15:45:31.275Z] 209524e5b208: Verifying Checksum [2020-11-20T15:45:31.275Z] 209524e5b208: Download complete [2020-11-20T15:45:32.726Z] 8529a6b9a6be: Verifying Checksum [2020-11-20T15:45:32.726Z] 8529a6b9a6be: Download complete [2020-11-20T15:45:42.925Z] 8529a6b9a6be: Pull complete [2020-11-20T15:45:43.200Z] 45590311c82a: Pull complete [2020-11-20T15:45:43.473Z] 69ca0ff8b7b3: Pull complete [2020-11-20T15:45:46.872Z] 209524e5b208: Pull complete [2020-11-20T15:45:46.872Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-20T15:45:46.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-20T15:45:46.872Z] ---> 5bddaf1c2fca [2020-11-20T15:45:46.872Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-20T15:45:50.280Z] ---> Running in 4cb0e175aa19 [2020-11-20T15:45:50.280Z] Removing intermediate container 4cb0e175aa19 [2020-11-20T15:45:50.280Z] ---> 4c36be8a84d4 [2020-11-20T15:45:50.280Z] Step 4/7 : RUN apk add bash [2020-11-20T15:45:50.280Z] ---> Running in 25b085962379 [2020-11-20T15:45:50.370Z] Running on prd-centos7-docker-4c-2g-12955 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-20T15:45:50.434Z] Running in /w/workspace/go-mod-core-contracts/11 [Pipeline] { [Pipeline] checkout [2020-11-20T15:45:51.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T15:45:52.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T15:45:53.278Z] using credential edgex-jenkins-ssh [2020-11-20T15:45:53.285Z] OK: 142 MiB in 39 packages [2020-11-20T15:45:53.360Z] Cloning the remote Git repository [2020-11-20T15:45:53.397Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T15:45:53.467Z] > git init /w/workspace/go-mod-core-contracts/11 # timeout=10 [2020-11-20T15:45:53.530Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T15:45:53.530Z] > git --version # timeout=10 [2020-11-20T15:45:53.536Z] > git --version # 'git version 2.16.5' [2020-11-20T15:45:53.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T15:45:53.565Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T15:45:54.731Z] Removing intermediate container 25b085962379 [2020-11-20T15:45:54.731Z] ---> 359664fa738e [2020-11-20T15:45:54.731Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-20T15:45:54.731Z] ---> Running in d30c9e373e7f [2020-11-20T15:45:54.742Z] Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 711907a7093aebb7ad96985bf4342a5fa26dd498 [2020-11-20T15:45:54.848Z] Merge succeeded, producing 711907a7093aebb7ad96985bf4342a5fa26dd498 [2020-11-20T15:45:54.848Z] Checking out Revision 711907a7093aebb7ad96985bf4342a5fa26dd498 (PR-367) [2020-11-20T15:45:54.212Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-20T15:45:54.222Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T15:45:54.237Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-20T15:45:54.253Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T15:45:54.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T15:45:54.259Z] > 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-20T15:45:54.753Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T15:45:54.759Z] > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 [2020-11-20T15:45:54.814Z] > git remote # timeout=10 [2020-11-20T15:45:54.822Z] > git config --get remote.origin.url # timeout=10 [2020-11-20T15:45:54.831Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T15:45:54.834Z] > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 [2020-11-20T15:45:54.845Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-20T15:45:54.854Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T15:45:54.860Z] > git checkout -f 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 [2020-11-20T15:45:55.328Z] Removing intermediate container d30c9e373e7f [2020-11-20T15:45:55.328Z] ---> 0543436a14aa [2020-11-20T15:45:55.328Z] Step 6/7 : COPY go.mod . [2020-11-20T15:45:55.928Z] ---> b157925efd45 [2020-11-20T15:45:55.928Z] Step 7/7 : RUN go mod download [2020-11-20T15:45:55.928Z] ---> Running in f494e0c66113 [2020-11-20T15:45:58.461Z] Commit message: "Merge branch 'master' into issue-366" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T15:45:59.783Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-20T15:46:00.113Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T15:46:00.410Z] + sudo service docker restart [2020-11-20T15:46:00.410Z] + true [2020-11-20T15:46:00.410Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T15:46:03.039Z] provisioning config files... [2020-11-20T15:46:03.065Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/11@tmp/config4402109218211357904tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:46:03.434Z] ---> docker-login.sh [2020-11-20T15:46:03.434Z] nexus3.edgexfoundry.org:10001 [2020-11-20T15:46:04.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:46:04.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:46:04.010Z] Configure a credential helper to remove this warning. See [2020-11-20T15:46:04.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:46:04.010Z] [2020-11-20T15:46:04.010Z] Login Succeeded [2020-11-20T15:46:04.010Z] nexus3.edgexfoundry.org:10002 [2020-11-20T15:46:04.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:46:04.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:46:04.272Z] Configure a credential helper to remove this warning. See [2020-11-20T15:46:04.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:46:04.272Z] [2020-11-20T15:46:04.272Z] Login Succeeded [2020-11-20T15:46:04.272Z] nexus3.edgexfoundry.org:10003 [2020-11-20T15:46:04.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:46:04.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:46:04.536Z] Configure a credential helper to remove this warning. See [2020-11-20T15:46:04.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:46:04.536Z] [2020-11-20T15:46:04.536Z] Login Succeeded [2020-11-20T15:46:04.536Z] nexus3.edgexfoundry.org:10004 [2020-11-20T15:46:04.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:46:04.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:46:04.536Z] Configure a credential helper to remove this warning. See [2020-11-20T15:46:04.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:46:04.536Z] [2020-11-20T15:46:04.536Z] Login Succeeded [2020-11-20T15:46:04.536Z] docker.io [2020-11-20T15:46:04.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T15:46:05.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T15:46:05.060Z] Configure a credential helper to remove this warning. See [2020-11-20T15:46:05.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T15:46:05.060Z] [2020-11-20T15:46:05.060Z] Login Succeeded [2020-11-20T15:46:05.060Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T15:46:05.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-20T15:46:05.423Z] ========================================================= [2020-11-20T15:46:05.423Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-20T15:46:05.423Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:46:05.807Z] + 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-20T15:46:05.807Z] Sending build context to Docker daemon 1.925MB [2020-11-20T15:46:05.807Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T15:46:05.807Z] Step 2/7 : FROM ${BASE} [2020-11-20T15:46:06.073Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-20T15:46:06.073Z] df20fa9351a1: Pulling fs layer [2020-11-20T15:46:06.073Z] ed8968b2872e: Pulling fs layer [2020-11-20T15:46:06.073Z] a92cc7c5fd73: Pulling fs layer [2020-11-20T15:46:06.073Z] e871e8e8d7a9: Pulling fs layer [2020-11-20T15:46:06.073Z] e73272ec9a57: Pulling fs layer [2020-11-20T15:46:06.073Z] 1e910a182e73: Pulling fs layer [2020-11-20T15:46:06.073Z] 4e634b169226: Pulling fs layer [2020-11-20T15:46:06.073Z] e73272ec9a57: Waiting [2020-11-20T15:46:06.073Z] 1e910a182e73: Waiting [2020-11-20T15:46:06.073Z] 4e634b169226: Waiting [2020-11-20T15:46:06.073Z] e871e8e8d7a9: Waiting [2020-11-20T15:46:06.073Z] a92cc7c5fd73: Verifying Checksum [2020-11-20T15:46:06.073Z] a92cc7c5fd73: Download complete [2020-11-20T15:46:06.073Z] ed8968b2872e: Verifying Checksum [2020-11-20T15:46:06.073Z] ed8968b2872e: Download complete [2020-11-20T15:46:06.073Z] e73272ec9a57: Verifying Checksum [2020-11-20T15:46:06.073Z] e73272ec9a57: Download complete [2020-11-20T15:46:06.073Z] 1e910a182e73: Verifying Checksum [2020-11-20T15:46:06.073Z] 1e910a182e73: Download complete [2020-11-20T15:46:06.073Z] df20fa9351a1: Verifying Checksum [2020-11-20T15:46:06.073Z] df20fa9351a1: Download complete [2020-11-20T15:46:06.343Z] df20fa9351a1: Pull complete [2020-11-20T15:46:06.605Z] ed8968b2872e: Pull complete [2020-11-20T15:46:06.605Z] a92cc7c5fd73: Pull complete [2020-11-20T15:46:08.003Z] 4e634b169226: Verifying Checksum [2020-11-20T15:46:08.003Z] 4e634b169226: Download complete [2020-11-20T15:46:08.266Z] e871e8e8d7a9: Verifying Checksum [2020-11-20T15:46:08.266Z] e871e8e8d7a9: Download complete [2020-11-20T15:46:11.036Z] Removing intermediate container f494e0c66113 [2020-11-20T15:46:11.036Z] ---> 0ed3bee258bc [2020-11-20T15:46:11.036Z] Successfully built 0ed3bee258bc [2020-11-20T15:46:11.036Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:46:11.371Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T15:46:11.371Z] . [Pipeline] withDockerContainer [2020-11-20T15:46:11.604Z] prd-ubuntu18.04-docker-arm64-4c-16g-12954 does not seem to be running inside a container [2020-11-20T15:46:11.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@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-20T15:46:13.604Z] $ docker top 29347469cb6d363d9320419339124bf8d755f0763eae67c71e060eba3342d3b1 -eo pid,comm [2020-11-20T15:46:13.614Z] e871e8e8d7a9: Pull complete [2020-11-20T15:46:13.876Z] e73272ec9a57: Pull complete [Pipeline] { [Pipeline] sh [2020-11-20T15:46:14.140Z] 1e910a182e73: Pull complete [2020-11-20T15:46:15.026Z] + go version [2020-11-20T15:46:15.026Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-20T15:46:15.059Z] $ docker stop --time=1 29347469cb6d363d9320419339124bf8d755f0763eae67c71e060eba3342d3b1 [2020-11-20T15:46:16.968Z] $ docker rm -f 29347469cb6d363d9320419339124bf8d755f0763eae67c71e060eba3342d3b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:46:18.024Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T15:46:18.024Z] . [Pipeline] withDockerContainer [2020-11-20T15:46:18.292Z] prd-ubuntu18.04-docker-arm64-4c-16g-12954 does not seem to be running inside a container [2020-11-20T15:46:18.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@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-20T15:46:19.457Z] 4e634b169226: Pull complete [2020-11-20T15:46:19.457Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-20T15:46:19.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-20T15:46:19.457Z] ---> f7629b54cfaa [2020-11-20T15:46:19.457Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-20T15:46:19.457Z] ---> Running in 60a75c724fea [2020-11-20T15:46:19.457Z] Removing intermediate container 60a75c724fea [2020-11-20T15:46:19.457Z] ---> 54aa86e6627c [2020-11-20T15:46:19.457Z] Step 4/7 : RUN apk add bash [2020-11-20T15:46:19.457Z] ---> Running in 4180725e6f8d [2020-11-20T15:46:19.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T15:46:20.279Z] $ docker top 5ea9801e800f6cbc3def5850e2d5e1229acbd335dafde6f3bcac6a48046b6483 -eo pid,comm [Pipeline] { [2020-11-20T15:46:20.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2020-11-20T15:46:20.937Z] OK: 166 MiB in 39 packages [2020-11-20T15:46:21.514Z] Removing intermediate container 4180725e6f8d [2020-11-20T15:46:21.514Z] ---> bd063fec6d58 [2020-11-20T15:46:21.514Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-20T15:46:21.514Z] ---> Running in fb64b766f087 [2020-11-20T15:46:21.713Z] + make test [2020-11-20T15:46:21.713Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-20T15:46:21.776Z] Removing intermediate container fb64b766f087 [2020-11-20T15:46:21.777Z] ---> d6978af3bb34 [2020-11-20T15:46:21.777Z] Step 6/7 : COPY go.mod . [2020-11-20T15:46:22.039Z] ---> 2e8a4e47e1e5 [2020-11-20T15:46:22.039Z] Step 7/7 : RUN go mod download [2020-11-20T15:46:22.039Z] ---> Running in 2a09339d3012 [2020-11-20T15:46:34.310Z] Removing intermediate container 2a09339d3012 [2020-11-20T15:46:34.310Z] ---> 08f4b755566e [2020-11-20T15:46:34.310Z] Successfully built 08f4b755566e [2020-11-20T15:46:34.310Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:46:35.004Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T15:46:35.004Z] . [Pipeline] withDockerContainer [2020-11-20T15:46:35.216Z] prd-centos7-docker-4c-2g-12955 does not seem to be running inside a container [2020-11-20T15:46:35.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-20T15:46:36.047Z] $ docker top 18fe82a7f81fb28cccde27dcc38d1fddae9d30789982370fa200d0d86ffb2196 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T15:46:36.575Z] + go version [2020-11-20T15:46:36.575Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-20T15:46:36.591Z] $ docker stop --time=1 18fe82a7f81fb28cccde27dcc38d1fddae9d30789982370fa200d0d86ffb2196 [2020-11-20T15:46:37.950Z] $ docker rm -f 18fe82a7f81fb28cccde27dcc38d1fddae9d30789982370fa200d0d86ffb2196 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:46:38.846Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T15:46:38.846Z] . [Pipeline] withDockerContainer [2020-11-20T15:46:38.943Z] prd-centos7-docker-4c-2g-12955 does not seem to be running inside a container [2020-11-20T15:46:38.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-20T15:46:39.605Z] $ docker top efbaaa4bddcba7d6287dcb5a345cb469557ee13ed93892721e8d208e526459f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T15:46:40.089Z] + make test [2020-11-20T15:46:40.089Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-20T15:46:43.890Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-20T15:46:44.497Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.040s coverage: 85.7% of statements [2020-11-20T15:46:44.497Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements [2020-11-20T15:46:46.506Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.052s coverage: 45.4% of statements [2020-11-20T15:46:46.506Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.055s coverage: 77.8% of statements [2020-11-20T15:46:46.506Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-20T15:46:46.506Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 6.6% of statements [2020-11-20T15:46:46.796Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-20T15:46:46.796Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.027s coverage: 85.7% of statements [2020-11-20T15:46:46.796Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.043s coverage: 100.0% of statements [2020-11-20T15:46:47.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements [2020-11-20T15:46:47.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.008s coverage: 77.8% of statements [2020-11-20T15:46:47.075Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-20T15:46:47.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 6.6% of statements [2020-11-20T15:46:47.961Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.038s coverage: 14.7% of statements [2020-11-20T15:46:47.961Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2020-11-20T15:46:48.037Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.021s coverage: 14.7% of statements [2020-11-20T15:46:48.037Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements [2020-11-20T15:46:48.037Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.064s coverage: 91.8% of statements [2020-11-20T15:46:48.037Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-20T15:46:48.037Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-20T15:46:48.037Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.024s coverage: 100.0% of statements [2020-11-20T15:46:48.300Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements [2020-11-20T15:46:49.418Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.070s coverage: 91.8% of statements [2020-11-20T15:46:49.418Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-20T15:46:49.418Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-20T15:46:49.418Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements [2020-11-20T15:46:50.022Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.020s coverage: 47.8% of statements [2020-11-20T15:46:50.250Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.021s coverage: 63.0% of statements [2020-11-20T15:46:50.250Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements [2020-11-20T15:46:50.250Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements [2020-11-20T15:46:50.250Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.004s coverage: 15.4% of statements [2020-11-20T15:46:50.251Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-11-20T15:46:50.251Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-20T15:46:50.839Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.027s coverage: 81.5% of statements [2020-11-20T15:46:50.839Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-20T15:46:50.839Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-20T15:46:51.105Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 29.1% of statements [2020-11-20T15:46:51.105Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements [2020-11-20T15:46:51.105Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements [2020-11-20T15:46:51.368Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-11-20T15:46:51.368Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-20T15:46:51.368Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-20T15:46:52.775Z] gofmt -l . [2020-11-20T15:46:53.038Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-20T15:46:53.055Z] $ docker stop --time=1 efbaaa4bddcba7d6287dcb5a345cb469557ee13ed93892721e8d208e526459f1 [2020-11-20T15:46:55.391Z] $ docker rm -f efbaaa4bddcba7d6287dcb5a345cb469557ee13ed93892721e8d208e526459f1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T15:46:56.035Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-20T15:46:56.439Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-20T15:46:56.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.165s coverage: 63.0% of statements [2020-11-20T15:46:56.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements [2020-11-20T15:46:56.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements [2020-11-20T15:46:56.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.038s coverage: 15.4% of statements [2020-11-20T15:46:56.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-11-20T15:46:56.759Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-20T15:46:56.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.064s coverage: 81.5% of statements [2020-11-20T15:46:56.760Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-20T15:46:56.760Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-20T15:46:56.760Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.047s coverage: 29.1% of statements [2020-11-20T15:46:56.760Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.071s coverage: 100.0% of statements 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] } [2020-11-20T15:46:57.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.052s coverage: 94.4% of statements [2020-11-20T15:46:57.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements [2020-11-20T15:46:57.745Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-20T15:46:57.745Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-20T15:47:03.198Z] gofmt -l . [2020-11-20T15:47:03.198Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-20T15:47:03.501Z] $ docker stop --time=1 5ea9801e800f6cbc3def5850e2d5e1229acbd335dafde6f3bcac6a48046b6483 [2020-11-20T15:47:05.616Z] $ docker rm -f 5ea9801e800f6cbc3def5850e2d5e1229acbd335dafde6f3bcac6a48046b6483 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T15:47:06.499Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-20T15:47:06.519Z] Warning: overwriting stash ‘coverage-report’ [2020-11-20T15:47:07.477Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-20T15:47:09.575Z] provisioning config files... [2020-11-20T15:47:09.584Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config5713898656213644010tmp [Pipeline] { [Pipeline] sh [2020-11-20T15:47:09.982Z] + set +x [2020-11-20T15:47:09.982Z] + bash -s -- [2020-11-20T15:47:09.982Z] + curl -s https://codecov.io/bash [2020-11-20T15:47:10.244Z] [2020-11-20T15:47:10.245Z] _____ _ [2020-11-20T15:47:10.245Z] / ____| | | [2020-11-20T15:47:10.245Z] | | ___ __| | ___ ___ _____ __ [2020-11-20T15:47:10.245Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-20T15:47:10.245Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-20T15:47:10.245Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-20T15:47:10.245Z] Bash-20201116-eea08d9 [2020-11-20T15:47:10.245Z] [2020-11-20T15:47:10.245Z] [2020-11-20T15:47:10.245Z] ==> Jenkins CI detected. [2020-11-20T15:47:10.245Z] project root: . [2020-11-20T15:47:10.245Z] --> token set from env [2020-11-20T15:47:10.245Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-20T15:47:10.245Z] ==> Running gcov in . (disable via -X gcov) [2020-11-20T15:47:10.245Z] ==> Python coveragepy not found [2020-11-20T15:47:10.245Z] ==> Searching for coverage reports in: [2020-11-20T15:47:10.245Z] + . [2020-11-20T15:47:10.245Z] -> Found 1 reports [2020-11-20T15:47:10.245Z] ==> Detecting git/mercurial file structure [2020-11-20T15:47:10.245Z] ==> Reading reports [2020-11-20T15:47:10.508Z] + ./coverage.out bytes=107216 [2020-11-20T15:47:10.508Z] ==> Appending adjustments [2020-11-20T15:47:10.508Z] https://docs.codecov.io/docs/fixing-reports [2020-11-20T15:47:11.085Z] + Found adjustments [2020-11-20T15:47:11.085Z] ==> Gzipping contents [2020-11-20T15:47:11.085Z] ==> Uploading reports [2020-11-20T15:47:11.085Z] url: https://codecov.io [2020-11-20T15:47:11.085Z] query: branch=PR-367&commit=711907a7093aebb7ad96985bf4342a5fa26dd498&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F11%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= [2020-11-20T15:47:11.085Z] -> Pinging Codecov [2020-11-20T15:47:11.085Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-367&commit=711907a7093aebb7ad96985bf4342a5fa26dd498&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F11%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= [2020-11-20T15:47:15.314Z] -> Uploading to [2020-11-20T15:47:15.314Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-20/71470A77251A30514AAF9C0BB2E5B6CE/711907a7093aebb7ad96985bf4342a5fa26dd498/764a9b19-f1fd-4803-bc27-dc93b9037037.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201120T154714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ad65c8c76cb68ca9c8976b4d542d90ab60d4842c7e6ee54f00dcfde5889439b1 [2020-11-20T15:47:15.314Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T15:47:15.314Z] Dload Upload Total Spent Left Speed [2020-11-20T15:47:15.314Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17314 0 0 100 17314 0 40974 --:--:-- --:--:-- --:--:-- 40931 [2020-11-20T15:47:15.314Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/711907a7093aebb7ad96985bf4342a5fa26dd498 [Pipeline] } [2020-11-20T15:47:15.328Z] 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-20T15:47:18.587Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:47:19.155Z] ---> package-listing.sh [2020-11-20T15:47:19.155Z] ++ facter osfamily [2020-11-20T15:47:19.155Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-20T15:47:19.155Z] + OS_FAMILY=redhat [2020-11-20T15:47:19.155Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-20T15:47:19.155Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-20T15:47:19.155Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-20T15:47:19.155Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-20T15:47:19.155Z] + PACKAGES=/tmp/packages_start.txt [2020-11-20T15:47:19.155Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-20T15:47:19.155Z] + PACKAGES=/tmp/packages_end.txt [2020-11-20T15:47:19.155Z] + case "${OS_FAMILY}" in [2020-11-20T15:47:19.155Z] + rpm -qa [2020-11-20T15:47:19.155Z] + sort [2020-11-20T15:47:23.382Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-20T15:47:23.382Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-20T15:47:23.382Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-20T15:47:23.382Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-20T15:47:23.382Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [2020-11-20T15:47:23.382Z] + 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-20T15:47:23.396Z] 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-20T15:47:23.684Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:47:24.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T15:47:24.012Z] [2020-11-20T15:47:24.012Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-20T15:47:24.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T15:47:24.361Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-20T15:47:24.361Z] df20fa9351a1: Pulling fs layer [2020-11-20T15:47:24.361Z] 36b3adc4ff6f: Pulling fs layer [2020-11-20T15:47:24.361Z] 8ad3a11d3b57: Pulling fs layer [2020-11-20T15:47:24.361Z] 46f8f816bc3b: Pulling fs layer [2020-11-20T15:47:24.361Z] 93b61091891f: Pulling fs layer [2020-11-20T15:47:24.361Z] 93b9cdb0e59b: Pulling fs layer [2020-11-20T15:47:24.361Z] 5e14af77c1be: Pulling fs layer [2020-11-20T15:47:24.361Z] 01666e4c0597: Pulling fs layer [2020-11-20T15:47:24.361Z] aa168da1d23b: Pulling fs layer [2020-11-20T15:47:24.361Z] 93b9cdb0e59b: Waiting [2020-11-20T15:47:24.361Z] 5e14af77c1be: Waiting [2020-11-20T15:47:24.361Z] 01666e4c0597: Waiting [2020-11-20T15:47:24.361Z] 46f8f816bc3b: Waiting [2020-11-20T15:47:24.361Z] 93b61091891f: Waiting [2020-11-20T15:47:24.361Z] 36b3adc4ff6f: Verifying Checksum [2020-11-20T15:47:24.361Z] 36b3adc4ff6f: Download complete [2020-11-20T15:47:24.361Z] 46f8f816bc3b: Verifying Checksum [2020-11-20T15:47:24.361Z] 46f8f816bc3b: Download complete [2020-11-20T15:47:24.361Z] df20fa9351a1: Verifying Checksum [2020-11-20T15:47:24.626Z] 93b9cdb0e59b: Verifying Checksum [2020-11-20T15:47:24.626Z] 93b9cdb0e59b: Download complete [2020-11-20T15:47:24.626Z] 93b61091891f: Verifying Checksum [2020-11-20T15:47:24.626Z] 93b61091891f: Download complete [2020-11-20T15:47:24.626Z] 5e14af77c1be: Verifying Checksum [2020-11-20T15:47:24.626Z] 5e14af77c1be: Download complete [2020-11-20T15:47:24.626Z] 01666e4c0597: Verifying Checksum [2020-11-20T15:47:24.626Z] 01666e4c0597: Download complete [2020-11-20T15:47:24.626Z] 8ad3a11d3b57: Verifying Checksum [2020-11-20T15:47:24.626Z] 8ad3a11d3b57: Download complete [2020-11-20T15:47:24.887Z] df20fa9351a1: Pull complete [2020-11-20T15:47:25.150Z] 36b3adc4ff6f: Pull complete [2020-11-20T15:47:25.729Z] 8ad3a11d3b57: Pull complete [2020-11-20T15:47:25.999Z] 46f8f816bc3b: Pull complete [2020-11-20T15:47:26.573Z] 93b61091891f: Pull complete [2020-11-20T15:47:26.573Z] 93b9cdb0e59b: Pull complete [2020-11-20T15:47:26.573Z] aa168da1d23b: Verifying Checksum [2020-11-20T15:47:26.573Z] aa168da1d23b: Download complete [2020-11-20T15:47:26.573Z] 5e14af77c1be: Pull complete [2020-11-20T15:47:26.839Z] 01666e4c0597: Pull complete [2020-11-20T15:47:35.027Z] aa168da1d23b: Pull complete [2020-11-20T15:47:35.027Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-20T15:47:35.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T15:47:35.027Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-20T15:47:35.193Z] prd-centos7-docker-4c-2g-12953 does not seem to be running inside a container [2020-11-20T15:47:35.240Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-20T15:47:39.040Z] $ docker top 0f3e48770dfcda1536b1ae3068cc8b36e1998492b65c3acbd408f29841ed471c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T15:47:39.606Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-20T15:47:39.904Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-20T15:47:40.203Z] + ls /var/log/sa-host [2020-11-20T15:47:40.203Z] + sadf -c /var/log/sa-host/sa05 [2020-11-20T15:47:40.203Z] file_magic: OK [2020-11-20T15:47:40.203Z] HZ: Using current value: 100 [2020-11-20T15:47:40.203Z] file_header: OK [2020-11-20T15:47:40.203Z] 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-20T15:47:40.203Z] Statistics: [2020-11-20T15:47:40.203Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T15:47:40.203Z] File successfully converted to sysstat format version 12.2.1 [2020-11-20T15:47:40.203Z] + sadf -c /var/log/sa-host/sa20 [2020-11-20T15:47:40.203Z] file_magic: OK [2020-11-20T15:47:40.203Z] HZ: Using current value: 100 [2020-11-20T15:47:40.203Z] file_header: OK [2020-11-20T15:47:40.203Z] 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-20T15:47:40.203Z] Statistics: [2020-11-20T15:47:40.203Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T15:47:40.203Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-20T15:47:40.842Z] provisioning config files... [2020-11-20T15:47:40.860Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config1426317006220352587tmp [Pipeline] { [Pipeline] echo [2020-11-20T15:47:41.061Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:47:41.360Z] ---> create-netrc.sh [Pipeline] } [2020-11-20T15:47:41.370Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-20T15:47:41.505Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:47:42.152Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-20T15:47:42.162Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:47:42.455Z] ---> sudo-logs.sh [2020-11-20T15:47:42.455Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-20T15:47:42.466Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:47:42.759Z] ---> job-cost.sh [2020-11-20T15:47:42.759Z] lf-activate-venv: SKIPPING [2020-11-20T15:47:42.759Z] INFO: No Stack... [2020-11-20T15:47:44.148Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-20T15:47:44.410Z] INFO: Archiving Costs [Pipeline] echo [2020-11-20T15:47:44.423Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T15:47:44.738Z] ---> logs-deploy.sh [2020-11-20T15:47:44.739Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/11 [2020-11-20T15:47:44.739Z] INFO: archiving workspace using pattern(s): [2020-11-20T15:47:46.128Z] Archives upload complete. [2020-11-20T15:47:46.390Z] INFO: archiving logs to Nexus [2020-11-20T15:47:47.333Z] ---> uname -a: [2020-11-20T15:47:47.333Z] Linux prd-centos7-docker-4c-2g-12953.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-20T15:47:47.333Z] [2020-11-20T15:47:47.333Z]