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 6a884aa5f7f50866f6957af0283855ad29b7b4cc 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-12897 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 6a884aa5f7f50866f6957af0283855ad29b7b4cc > 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 6a884aa5f7f50866f6957af0283855ad29b7b4cc # timeout=10 Merge succeeded, producing 6c0e771c0096624374a3c802221b0578c6380887 Checking out Revision 6c0e771c0096624374a3c802221b0578c6380887 (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 6c0e771c0096624374a3c802221b0578c6380887 # timeout=10 Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 89d8e938c3fc95f49ee989217129e1a92fe1a761 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-20T02:28:18.638Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-20T02:28:20.169Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-20T02:28:20.429Z] ========================================================= [2020-11-20T02:28:20.429Z] EdgeX Global Pipelines Version Info [2020-11-20T02:28:20.429Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:28:22.556Z] ------------------- [2020-11-20T02:28:22.556Z] stable info: [2020-11-20T02:28:22.556Z] ------------------- [2020-11-20T02:28:22.556Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-20T02:28:22.556Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T02:28:22.556Z] Message: update stable to v1.0.167 [2020-11-20T02:28:23.573Z] ------------------- [2020-11-20T02:28:23.573Z] experimental info: [2020-11-20T02:28:23.573Z] ------------------- [2020-11-20T02:28:23.573Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-20T02:28:23.573Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-20T02:28:23.573Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-20T02:28:24.248Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-20T02:28:24.368Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-20T02:28:24.470Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-20T02:28:24.571Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-20T02:28:24.670Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-20T02:28:24.772Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-20T02:28:24.884Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-20T02:28:24.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-20T02:28:25.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-20T02:28:25.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-20T02:28:25.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-20T02:28:25.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-20T02:28:25.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-20T02:28:25.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-20T02:28:25.774Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-20T02:28:25.877Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-20T02:28:25.978Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-20T02:28:26.096Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-20T02:28:26.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-20T02:28:26.319Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-20T02:28:26.426Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-20T02:28:26.573Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-20T02:28:26.674Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-20T02:28:26.776Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-20T02:28:26.890Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-20T02:28:27.015Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-20T02:28:27.114Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo [2020-11-20T02:28:27.220Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo [2020-11-20T02:28:27.317Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo [2020-11-20T02:28:27.414Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c0e771c0096624374a3c802221b0578c6380887 [Pipeline] echo [2020-11-20T02:28:27.765Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c0e771 [Pipeline] echo [2020-11-20T02:28:28.127Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T02:28:28.320Z] provisioning config files... [2020-11-20T02:28:28.357Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config4503083135118966187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:28:28.738Z] ---> docker-login.sh [2020-11-20T02:28:28.738Z] nexus3.edgexfoundry.org:10001 [2020-11-20T02:28:29.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:28:30.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:28:30.736Z] Configure a credential helper to remove this warning. See [2020-11-20T02:28:30.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:28:30.736Z] [2020-11-20T02:28:30.736Z] Login Succeeded [2020-11-20T02:28:30.736Z] nexus3.edgexfoundry.org:10002 [2020-11-20T02:28:30.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:28:30.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:28:30.736Z] Configure a credential helper to remove this warning. See [2020-11-20T02:28:30.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:28:30.736Z] [2020-11-20T02:28:30.736Z] Login Succeeded [2020-11-20T02:28:30.736Z] nexus3.edgexfoundry.org:10003 [2020-11-20T02:28:31.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:28:31.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:28:31.014Z] Configure a credential helper to remove this warning. See [2020-11-20T02:28:31.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:28:31.014Z] [2020-11-20T02:28:31.014Z] Login Succeeded [2020-11-20T02:28:31.014Z] nexus3.edgexfoundry.org:10004 [2020-11-20T02:28:31.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:28:31.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:28:31.295Z] Configure a credential helper to remove this warning. See [2020-11-20T02:28:31.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:28:31.295Z] [2020-11-20T02:28:31.295Z] Login Succeeded [2020-11-20T02:28:31.295Z] docker.io [2020-11-20T02:28:31.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:28:32.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:28:32.982Z] Configure a credential helper to remove this warning. See [2020-11-20T02:28:32.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:28:32.983Z] [2020-11-20T02:28:32.983Z] Login Succeeded [2020-11-20T02:28:32.983Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T02:28:32.998Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T02:28:34.398Z] + git log --format=format:%s -1 6c0e771c0096624374a3c802221b0578c6380887 [Pipeline] echo [2020-11-20T02:28:34.496Z] GIT_COMMIT: 6c0e771c0096624374a3c802221b0578c6380887, Commit Message: Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD [Pipeline] echo [2020-11-20T02:28:34.575Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:28:35.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T02:28:35.650Z] [2020-11-20T02:28:35.650Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:28:36.137Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T02:28:36.422Z] latest: Pulling from edgex-devops/git-semver [2020-11-20T02:28:36.422Z] 31603596830f: Pulling fs layer [2020-11-20T02:28:36.422Z] 2a8b12db71e7: Pulling fs layer [2020-11-20T02:28:36.422Z] 6ca5941a6612: Pulling fs layer [2020-11-20T02:28:36.422Z] ecc8261a40a4: Pulling fs layer [2020-11-20T02:28:36.422Z] ecc8261a40a4: Waiting [2020-11-20T02:28:36.422Z] 2a8b12db71e7: Verifying Checksum [2020-11-20T02:28:36.422Z] 2a8b12db71e7: Download complete [2020-11-20T02:28:36.695Z] 31603596830f: Verifying Checksum [2020-11-20T02:28:36.695Z] 31603596830f: Download complete [2020-11-20T02:28:37.282Z] 31603596830f: Pull complete [2020-11-20T02:28:37.282Z] ecc8261a40a4: Verifying Checksum [2020-11-20T02:28:37.282Z] ecc8261a40a4: Download complete [2020-11-20T02:28:37.550Z] 2a8b12db71e7: Pull complete [2020-11-20T02:28:37.828Z] 6ca5941a6612: Verifying Checksum [2020-11-20T02:28:37.828Z] 6ca5941a6612: Download complete [2020-11-20T02:28:39.297Z] 6ca5941a6612: Pull complete [2020-11-20T02:28:39.574Z] ecc8261a40a4: Pull complete [2020-11-20T02:28:39.574Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-20T02:28:39.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-20T02:28:39.574Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-20T02:28:39.780Z] prd-centos7-docker-4c-2g-12897 does not seem to be running inside a container [2020-11-20T02:28:39.930Z] $ 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-20T02:28:42.167Z] $ docker top 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-20T02:28:42.569Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T02:28:42.569Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T02:28:42.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T02:28:42.875Z] $ docker exec 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 ssh-agent [2020-11-20T02:28:43.103Z] SSH_AUTH_SOCK=/tmp/ssh-jkQsg7GrHAdL/agent.12 [2020-11-20T02:28:43.103Z] SSH_AGENT_PID=17 [2020-11-20T02:28:43.117Z] Running ssh-add (command line suppressed) [2020-11-20T02:28:43.266Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_2075823087692842409.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_2075823087692842409.key) [2020-11-20T02:28:43.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T02:28:43.717Z] + git tag --points-at HEAD [Pipeline] } [2020-11-20T02:28:43.749Z] $ docker exec --env ******** --env ******** 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 ssh-agent -k [2020-11-20T02:28:43.934Z] unset SSH_AUTH_SOCK; [2020-11-20T02:28:43.934Z] unset SSH_AGENT_PID; [2020-11-20T02:28:43.934Z] echo Agent pid 17 killed; [2020-11-20T02:28:44.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-20T02:28:44.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-20T02:28:44.194Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-20T02:28:44.503Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-20T02:28:44.509Z] $ docker exec 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 ssh-agent [2020-11-20T02:28:44.871Z] SSH_AUTH_SOCK=/tmp/ssh-XkKGWfBvQVYy/agent.46 [2020-11-20T02:28:44.871Z] SSH_AGENT_PID=51 [2020-11-20T02:28:44.896Z] Running ssh-add (command line suppressed) [2020-11-20T02:28:45.203Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1120943336558144345.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1120943336558144345.key) [2020-11-20T02:28:45.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-20T02:28:45.669Z] + git semver init [2020-11-20T02:28:45.669Z] # -> Open(): unable to determine branch for HEAD [2020-11-20T02:28:45.669Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git [2020-11-20T02:28:45.669Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-20T02:28:45.669Z] # $SEMVER_REMOTE_NAME = origin [2020-11-20T02:28:45.669Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-20T02:28:45.669Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-20T02:28:45.669Z] # $SEMVER_BRANCH = PR-367 [2020-11-20T02:28:45.669Z] # $SEMVER_TEMP = /tmp/semver-030666626 [2020-11-20T02:28:45.669Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-20T02:28:47.083Z] # '/tmp/semver-030666626' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' [2020-11-20T02:28:47.083Z] # -> Force: false [2020-11-20T02:28:47.083Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } [2020-11-20T02:28:47.101Z] $ docker exec --env ******** --env ******** 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 ssh-agent -k [2020-11-20T02:28:47.313Z] unset SSH_AUTH_SOCK; [2020-11-20T02:28:47.314Z] unset SSH_AGENT_PID; [2020-11-20T02:28:47.315Z] echo Agent pid 51 killed; [2020-11-20T02:28:47.386Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-20T02:28:48.117Z] + git semver [Pipeline] } [2020-11-20T02:28:48.145Z] $ docker stop --time=1 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 [2020-11-20T02:28:49.868Z] $ docker rm -f 7874da5060c9f0bb4d03d885929d4c4a7a42a452af1c56bad410924ed1c0e6d2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T02:28:50.496Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-20T02:28:51.381Z] Stashed 1 file(s) [Pipeline] echo [2020-11-20T02:28:51.385Z] [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-20T02:29:07.243Z] Still waiting to schedule task [2020-11-20T02:29:07.244Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12897’ [2020-11-20T02:29:07.248Z] Still waiting to schedule task [2020-11-20T02:29:07.248Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-20T02:31:13.371Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12898 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-20T02:31:14.670Z] Running in /w/workspace/go-mod-core-contracts/10 [Pipeline] { [Pipeline] checkout [2020-11-20T02:31:19.664Z] using credential edgex-jenkins-ssh [2020-11-20T02:31:19.731Z] Cloning the remote Git repository [2020-11-20T02:31:19.776Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T02:31:19.881Z] > git init /w/workspace/go-mod-core-contracts/10 # timeout=10 [2020-11-20T02:31:19.963Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T02:31:19.963Z] > git --version # timeout=10 [2020-11-20T02:31:19.980Z] > git --version # 'git version 2.17.1' [2020-11-20T02:31:19.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T02:31:20.055Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T02:31:22.041Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-20T02:31:22.060Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T02:31:22.084Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-20T02:31:22.130Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T02:31:22.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T02:31:22.143Z] > 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-20T02:31:22.780Z] Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 6a884aa5f7f50866f6957af0283855ad29b7b4cc [2020-11-20T02:31:23.083Z] Merge succeeded, producing 9b4e18f4634aafb0aba77de97b5ad1271bc90a36 [2020-11-20T02:31:23.084Z] Checking out Revision 9b4e18f4634aafb0aba77de97b5ad1271bc90a36 (PR-367) [2020-11-20T02:31:22.799Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T02:31:22.821Z] > git checkout -f 6a884aa5f7f50866f6957af0283855ad29b7b4cc # timeout=10 [2020-11-20T02:31:22.944Z] > git remote # timeout=10 [2020-11-20T02:31:22.959Z] > git config --get remote.origin.url # timeout=10 [2020-11-20T02:31:22.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T02:31:22.981Z] > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 [2020-11-20T02:31:23.062Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-20T02:31:23.087Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T02:31:23.098Z] > git checkout -f 9b4e18f4634aafb0aba77de97b5ad1271bc90a36 # timeout=10 [2020-11-20T02:31:27.409Z] Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" [2020-11-20T02:31:27.447Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T02:31:27.417Z] > git rev-list --no-walk 89d8e938c3fc95f49ee989217129e1a92fe1a761 # timeout=10 [2020-11-20T02:31:29.087Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-20T02:31:29.578Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T02:31:29.924Z] + sudo service docker restart [2020-11-20T02:31:29.924Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T02:31:32.642Z] provisioning config files... [2020-11-20T02:31:32.690Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/10@tmp/config6871452560740158085tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:31:33.145Z] ---> docker-login.sh [2020-11-20T02:31:33.145Z] nexus3.edgexfoundry.org:10001 [2020-11-20T02:31:34.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:31:34.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:31:34.406Z] Configure a credential helper to remove this warning. See [2020-11-20T02:31:34.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:31:34.406Z] [2020-11-20T02:31:34.406Z] Login Succeeded [2020-11-20T02:31:34.406Z] nexus3.edgexfoundry.org:10002 [2020-11-20T02:31:34.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:31:34.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:31:34.957Z] Configure a credential helper to remove this warning. See [2020-11-20T02:31:34.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:31:34.957Z] [2020-11-20T02:31:34.957Z] Login Succeeded [2020-11-20T02:31:34.957Z] nexus3.edgexfoundry.org:10003 [2020-11-20T02:31:35.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:31:35.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:31:35.509Z] Configure a credential helper to remove this warning. See [2020-11-20T02:31:35.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:31:35.509Z] [2020-11-20T02:31:35.509Z] Login Succeeded [2020-11-20T02:31:35.509Z] nexus3.edgexfoundry.org:10004 [2020-11-20T02:31:35.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:31:36.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:31:36.063Z] Configure a credential helper to remove this warning. See [2020-11-20T02:31:36.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:31:36.063Z] [2020-11-20T02:31:36.063Z] Login Succeeded [2020-11-20T02:31:36.063Z] docker.io [2020-11-20T02:31:36.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:31:36.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:31:36.940Z] Configure a credential helper to remove this warning. See [2020-11-20T02:31:36.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:31:36.940Z] [2020-11-20T02:31:36.940Z] Login Succeeded [2020-11-20T02:31:36.940Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T02:31:36.957Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-20T02:31:37.411Z] ========================================================= [2020-11-20T02:31:37.411Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-20T02:31:37.411Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:31:37.799Z] + 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-20T02:31:38.405Z] Sending build context to Docker daemon 1.925MB [2020-11-20T02:31:38.405Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T02:31:38.405Z] Step 2/7 : FROM ${BASE} [2020-11-20T02:31:38.405Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-20T02:31:38.405Z] b538f80385f9: Pulling fs layer [2020-11-20T02:31:38.405Z] 74f711af9a0d: Pulling fs layer [2020-11-20T02:31:38.405Z] 99f96fe45779: Pulling fs layer [2020-11-20T02:31:38.405Z] 8529a6b9a6be: Pulling fs layer [2020-11-20T02:31:38.405Z] 45590311c82a: Pulling fs layer [2020-11-20T02:31:38.405Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-20T02:31:38.405Z] 209524e5b208: Pulling fs layer [2020-11-20T02:31:38.405Z] 45590311c82a: Waiting [2020-11-20T02:31:38.405Z] 69ca0ff8b7b3: Waiting [2020-11-20T02:31:38.405Z] 209524e5b208: Waiting [2020-11-20T02:31:38.405Z] 8529a6b9a6be: Waiting [2020-11-20T02:31:38.405Z] 99f96fe45779: Verifying Checksum [2020-11-20T02:31:38.405Z] 99f96fe45779: Download complete [2020-11-20T02:31:38.405Z] 74f711af9a0d: Verifying Checksum [2020-11-20T02:31:38.405Z] 74f711af9a0d: Download complete [2020-11-20T02:31:38.405Z] 45590311c82a: Verifying Checksum [2020-11-20T02:31:38.405Z] 45590311c82a: Download complete [2020-11-20T02:31:38.405Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-20T02:31:38.405Z] 69ca0ff8b7b3: Download complete [2020-11-20T02:31:39.389Z] b538f80385f9: Download complete [2020-11-20T02:31:39.997Z] b538f80385f9: Pull complete [2020-11-20T02:31:40.598Z] 74f711af9a0d: Pull complete [2020-11-20T02:31:40.874Z] 99f96fe45779: Pull complete [2020-11-20T02:31:43.506Z] 209524e5b208: Verifying Checksum [2020-11-20T02:31:43.506Z] 209524e5b208: Download complete [2020-11-20T02:31:46.903Z] 8529a6b9a6be: Verifying Checksum [2020-11-20T02:31:46.903Z] 8529a6b9a6be: Download complete [2020-11-20T02:31:57.085Z] 8529a6b9a6be: Pull complete [2020-11-20T02:31:57.361Z] 45590311c82a: Pull complete [2020-11-20T02:31:57.638Z] 69ca0ff8b7b3: Pull complete [2020-11-20T02:32:01.979Z] 209524e5b208: Pull complete [2020-11-20T02:32:01.979Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-20T02:32:01.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-20T02:32:01.979Z] ---> 5bddaf1c2fca [2020-11-20T02:32:01.979Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-20T02:32:02.128Z] Running on prd-centos7-docker-4c-2g-12899 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-20T02:32:02.192Z] Running in /w/workspace/go-mod-core-contracts/10 [Pipeline] { [Pipeline] checkout [2020-11-20T02:32:04.609Z] ---> Running in c4af45f856fd [2020-11-20T02:32:04.609Z] Removing intermediate container c4af45f856fd [2020-11-20T02:32:04.609Z] ---> 4776d20499da [2020-11-20T02:32:04.609Z] Step 4/7 : RUN apk add bash [2020-11-20T02:32:04.609Z] ---> Running in df6567093a59 [2020-11-20T02:32:06.304Z] using credential edgex-jenkins-ssh [2020-11-20T02:32:06.369Z] Cloning the remote Git repository [2020-11-20T02:32:06.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-20T02:32:06.407Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T02:32:06.482Z] > git init /w/workspace/go-mod-core-contracts/10 # timeout=10 [2020-11-20T02:32:06.540Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T02:32:06.541Z] > git --version # timeout=10 [2020-11-20T02:32:06.549Z] > git --version # 'git version 2.16.5' [2020-11-20T02:32:06.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T02:32:06.577Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T02:32:08.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-20T02:32:08.135Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-20T02:32:08.144Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-20T02:32:08.167Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-20T02:32:08.210Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-20T02:32:08.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T02:32:08.216Z] > 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-20T02:32:08.762Z] Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 6a884aa5f7f50866f6957af0283855ad29b7b4cc [2020-11-20T02:32:09.014Z] Merge succeeded, producing 7bbd74408afb9b278bbd277214ee279d75d1e695 [2020-11-20T02:32:09.015Z] Checking out Revision 7bbd74408afb9b278bbd277214ee279d75d1e695 (PR-367) [2020-11-20T02:32:08.780Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T02:32:08.794Z] > git checkout -f 6a884aa5f7f50866f6957af0283855ad29b7b4cc # timeout=10 [2020-11-20T02:32:08.895Z] > git remote # timeout=10 [2020-11-20T02:32:08.911Z] > git config --get remote.origin.url # timeout=10 [2020-11-20T02:32:08.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-20T02:32:08.934Z] > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 [2020-11-20T02:32:08.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-20T02:32:09.022Z] > git config core.sparsecheckout # timeout=10 [2020-11-20T02:32:09.051Z] > git checkout -f 7bbd74408afb9b278bbd277214ee279d75d1e695 # timeout=10 [2020-11-20T02:32:12.997Z] Commit message: "Merge commit '488a5d2dcec9569b6e1f549f208990667ea6f792' into HEAD" [2020-11-20T02:32:13.042Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-20T02:32:13.004Z] > git rev-list --no-walk 89d8e938c3fc95f49ee989217129e1a92fe1a761 # timeout=10 [2020-11-20T02:32:14.609Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-20T02:32:14.727Z] OK: 142 MiB in 39 packages [2020-11-20T02:32:14.977Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-20T02:32:15.292Z] + sudo service docker restart [2020-11-20T02:32:15.292Z] + true [2020-11-20T02:32:15.292Z] Redirecting to /bin/systemctl restart docker.service [2020-11-20T02:32:15.328Z] Removing intermediate container df6567093a59 [2020-11-20T02:32:15.329Z] ---> a85cf5154706 [2020-11-20T02:32:15.329Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-20T02:32:15.329Z] ---> Running in 0de67e56b02f [2020-11-20T02:32:15.924Z] Removing intermediate container 0de67e56b02f [2020-11-20T02:32:15.924Z] ---> 16c6c1937a77 [2020-11-20T02:32:15.924Z] Step 6/7 : COPY go.mod . [2020-11-20T02:32:16.522Z] ---> 5973fe38cbc2 [2020-11-20T02:32:16.522Z] Step 7/7 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-20T02:32:16.776Z] provisioning config files... [2020-11-20T02:32:16.804Z] ---> Running in 2390b6e6ff1a [2020-11-20T02:32:16.806Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/10@tmp/config3291605689327549997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:32:17.224Z] ---> docker-login.sh [2020-11-20T02:32:17.224Z] nexus3.edgexfoundry.org:10001 [2020-11-20T02:32:17.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:32:17.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:32:17.840Z] Configure a credential helper to remove this warning. See [2020-11-20T02:32:17.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:32:17.840Z] [2020-11-20T02:32:17.840Z] Login Succeeded [2020-11-20T02:32:17.840Z] nexus3.edgexfoundry.org:10002 [2020-11-20T02:32:18.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:32:18.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:32:18.106Z] Configure a credential helper to remove this warning. See [2020-11-20T02:32:18.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:32:18.106Z] [2020-11-20T02:32:18.106Z] Login Succeeded [2020-11-20T02:32:18.106Z] nexus3.edgexfoundry.org:10003 [2020-11-20T02:32:18.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:32:18.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:32:18.374Z] Configure a credential helper to remove this warning. See [2020-11-20T02:32:18.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:32:18.374Z] [2020-11-20T02:32:18.374Z] Login Succeeded [2020-11-20T02:32:18.374Z] nexus3.edgexfoundry.org:10004 [2020-11-20T02:32:18.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:32:18.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:32:18.638Z] Configure a credential helper to remove this warning. See [2020-11-20T02:32:18.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:32:18.638Z] [2020-11-20T02:32:18.638Z] Login Succeeded [2020-11-20T02:32:18.638Z] docker.io [2020-11-20T02:32:18.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-20T02:32:18.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-20T02:32:18.902Z] Configure a credential helper to remove this warning. See [2020-11-20T02:32:18.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-20T02:32:18.902Z] [2020-11-20T02:32:18.902Z] Login Succeeded [2020-11-20T02:32:18.902Z] ---> docker-login.sh ends [Pipeline] } [2020-11-20T02:32:18.913Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-20T02:32:19.300Z] ========================================================= [2020-11-20T02:32:19.300Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-20T02:32:19.300Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:32:19.681Z] + 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-20T02:32:20.054Z] Sending build context to Docker daemon 1.924MB [2020-11-20T02:32:20.054Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-20T02:32:20.054Z] Step 2/7 : FROM ${BASE} [2020-11-20T02:32:20.054Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-20T02:32:20.054Z] df20fa9351a1: Pulling fs layer [2020-11-20T02:32:20.054Z] ed8968b2872e: Pulling fs layer [2020-11-20T02:32:20.054Z] a92cc7c5fd73: Pulling fs layer [2020-11-20T02:32:20.054Z] e871e8e8d7a9: Pulling fs layer [2020-11-20T02:32:20.054Z] e73272ec9a57: Pulling fs layer [2020-11-20T02:32:20.054Z] 1e910a182e73: Pulling fs layer [2020-11-20T02:32:20.054Z] 4e634b169226: Pulling fs layer [2020-11-20T02:32:20.054Z] e73272ec9a57: Waiting [2020-11-20T02:32:20.054Z] 1e910a182e73: Waiting [2020-11-20T02:32:20.054Z] 4e634b169226: Waiting [2020-11-20T02:32:20.054Z] e871e8e8d7a9: Waiting [2020-11-20T02:32:20.054Z] a92cc7c5fd73: Verifying Checksum [2020-11-20T02:32:20.054Z] a92cc7c5fd73: Download complete [2020-11-20T02:32:20.358Z] ed8968b2872e: Download complete [2020-11-20T02:32:20.654Z] e73272ec9a57: Verifying Checksum [2020-11-20T02:32:20.654Z] e73272ec9a57: Download complete [2020-11-20T02:32:20.654Z] 1e910a182e73: Verifying Checksum [2020-11-20T02:32:20.654Z] 1e910a182e73: Download complete [2020-11-20T02:32:20.961Z] df20fa9351a1: Verifying Checksum [2020-11-20T02:32:20.961Z] df20fa9351a1: Download complete [2020-11-20T02:32:21.352Z] df20fa9351a1: Pull complete [2020-11-20T02:32:21.806Z] ed8968b2872e: Pull complete [2020-11-20T02:32:21.806Z] a92cc7c5fd73: Pull complete [2020-11-20T02:32:26.317Z] 4e634b169226: Verifying Checksum [2020-11-20T02:32:26.317Z] 4e634b169226: Download complete [2020-11-20T02:32:28.311Z] e871e8e8d7a9: Download complete [2020-11-20T02:32:31.895Z] Removing intermediate container 2390b6e6ff1a [2020-11-20T02:32:31.895Z] ---> 1502af567be3 [2020-11-20T02:32:31.895Z] Successfully built 1502af567be3 [2020-11-20T02:32:31.895Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:32:32.242Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T02:32:32.242Z] . [Pipeline] withDockerContainer [2020-11-20T02:32:32.492Z] prd-ubuntu18.04-docker-arm64-4c-16g-12898 does not seem to be running inside a container [2020-11-20T02:32:32.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-20T02:32:34.462Z] $ docker top 2b68779ed87ca18a84375868d92eff46df80400ee7933b143e896e1611cc88e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T02:32:35.909Z] + go version [2020-11-20T02:32:35.909Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-20T02:32:35.941Z] $ docker stop --time=1 2b68779ed87ca18a84375868d92eff46df80400ee7933b143e896e1611cc88e9 [2020-11-20T02:32:36.629Z] e871e8e8d7a9: Pull complete [2020-11-20T02:32:36.629Z] e73272ec9a57: Pull complete [2020-11-20T02:32:36.629Z] 1e910a182e73: Pull complete [2020-11-20T02:32:37.796Z] $ docker rm -f 2b68779ed87ca18a84375868d92eff46df80400ee7933b143e896e1611cc88e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:32:38.853Z] + docker inspect -f . ci-base-image-arm64 [2020-11-20T02:32:38.853Z] . [Pipeline] withDockerContainer [2020-11-20T02:32:39.126Z] prd-ubuntu18.04-docker-arm64-4c-16g-12898 does not seem to be running inside a container [2020-11-20T02:32:39.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-20T02:32:40.934Z] 4e634b169226: Pull complete [2020-11-20T02:32:40.934Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-20T02:32:40.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-20T02:32:40.934Z] ---> f7629b54cfaa [2020-11-20T02:32:40.934Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-20T02:32:40.942Z] $ docker top 79a2572ec47eb49f2f80107ebe79fa6b3c8d4c4400e3b8104bf85315b340cdc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T02:32:41.543Z] ---> Running in 434aad2fdbba [2020-11-20T02:32:41.828Z] Removing intermediate container 434aad2fdbba [2020-11-20T02:32:41.828Z] ---> 16b456726f14 [2020-11-20T02:32:41.828Z] Step 4/7 : RUN apk add bash [2020-11-20T02:32:41.828Z] ---> Running in 03b74ccf78ad [2020-11-20T02:32:42.329Z] + make test [2020-11-20T02:32:42.329Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-20T02:32:42.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-20T02:32:47.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-20T02:32:51.370Z] OK: 166 MiB in 39 packages [2020-11-20T02:32:52.123Z] Removing intermediate container 03b74ccf78ad [2020-11-20T02:32:52.123Z] ---> 93f0a54ac979 [2020-11-20T02:32:52.123Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-20T02:32:52.123Z] ---> Running in 9e04f0e6e563 [2020-11-20T02:32:52.463Z] Removing intermediate container 9e04f0e6e563 [2020-11-20T02:32:52.463Z] ---> dfcafc043104 [2020-11-20T02:32:52.463Z] Step 6/7 : COPY go.mod . [2020-11-20T02:32:52.773Z] ---> 072f30d45c3e [2020-11-20T02:32:52.773Z] Step 7/7 : RUN go mod download [2020-11-20T02:32:52.773Z] ---> Running in 4c3e2f6cfb2f [2020-11-20T02:33:04.572Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-20T02:33:04.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements [2020-11-20T02:33:04.572Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.026s coverage: 100.0% of statements [2020-11-20T02:33:05.266Z] Removing intermediate container 4c3e2f6cfb2f [2020-11-20T02:33:05.266Z] ---> ea6b7cfddc5b [2020-11-20T02:33:05.266Z] Successfully built ea6b7cfddc5b [2020-11-20T02:33:05.542Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:33:05.886Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T02:33:05.886Z] . [Pipeline] withDockerContainer [2020-11-20T02:33:06.321Z] prd-centos7-docker-4c-2g-12899 does not seem to be running inside a container [2020-11-20T02:33:06.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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-20T02:33:06.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.062s coverage: 45.4% of statements [2020-11-20T02:33:06.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.056s coverage: 77.8% of statements [2020-11-20T02:33:06.556Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-20T02:33:06.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 6.6% of statements [2020-11-20T02:33:07.901Z] $ docker top b91bf7b50af2875393cf605880a40c75965612f55045b2343bbccd49aedde4dc -eo pid,comm [2020-11-20T02:33:08.056Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.051s coverage: 14.7% of statements [2020-11-20T02:33:08.056Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.022s coverage: 100.0% of statements [Pipeline] { [Pipeline] sh [2020-11-20T02:33:08.999Z] + go version [2020-11-20T02:33:08.999Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-20T02:33:09.043Z] $ docker stop --time=1 b91bf7b50af2875393cf605880a40c75965612f55045b2343bbccd49aedde4dc [2020-11-20T02:33:09.510Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.065s coverage: 91.8% of statements [2020-11-20T02:33:09.510Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-20T02:33:09.510Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-20T02:33:09.510Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.028s coverage: 100.0% of statements [2020-11-20T02:33:09.510Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.032s coverage: 47.8% of statements [2020-11-20T02:33:10.610Z] $ docker rm -f b91bf7b50af2875393cf605880a40c75965612f55045b2343bbccd49aedde4dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:33:12.044Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-20T02:33:12.044Z] . [Pipeline] withDockerContainer [2020-11-20T02:33:12.283Z] prd-centos7-docker-4c-2g-12899 does not seem to be running inside a container [2020-11-20T02:33:12.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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-20T02:33:13.627Z] $ docker top f957db08fa3065c963039233ac86563963e9d7a4a575d2136de7aa9d033b3726 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T02:33:14.405Z] + make test [2020-11-20T02:33:14.405Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-20T02:33:14.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.158s coverage: 63.0% of statements [2020-11-20T02:33:14.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements [2020-11-20T02:33:14.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.032s coverage: 15.4% of statements [2020-11-20T02:33:14.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.036s coverage: 15.4% of statements [2020-11-20T02:33:14.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.031s coverage: 14.3% of statements [2020-11-20T02:33:14.931Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-20T02:33:15.915Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.099s coverage: 81.5% of statements [2020-11-20T02:33:15.915Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-20T02:33:15.915Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-20T02:33:16.516Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.051s coverage: 29.1% of statements [2020-11-20T02:33:16.516Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.044s coverage: 100.0% of statements [2020-11-20T02:33:17.505Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.065s coverage: 94.4% of statements [2020-11-20T02:33:17.505Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2020-11-20T02:33:17.505Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-20T02:33:17.858Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-20T02:33:23.409Z] gofmt -l . [2020-11-20T02:33:23.682Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-20T02:33:24.308Z] $ docker stop --time=1 79a2572ec47eb49f2f80107ebe79fa6b3c8d4c4400e3b8104bf85315b340cdc9 [2020-11-20T02:33:24.888Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-20T02:33:26.387Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.013s coverage: 85.7% of statements [2020-11-20T02:33:26.387Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.058s coverage: 100.0% of statements [2020-11-20T02:33:26.600Z] $ docker rm -f 79a2572ec47eb49f2f80107ebe79fa6b3c8d4c4400e3b8104bf85315b340cdc9 [2020-11-20T02:33:27.046Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.067s coverage: 45.4% of statements [2020-11-20T02:33:27.046Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements [2020-11-20T02:33:27.046Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T02:33:27.370Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.040s coverage: 6.6% of statements [2020-11-20T02:33:27.486Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-20T02:33:28.402Z] 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) [2020-11-20T02:33:28.907Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.045s coverage: 14.7% of statements [2020-11-20T02:33:28.908Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.051s coverage: 100.0% of statements [2020-11-20T02:33:28.908Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.056s coverage: 91.8% of statements [2020-11-20T02:33:28.908Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-20T02:33:28.908Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-20T02:33:28.908Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.068s coverage: 100.0% of statements 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-20T02:33:30.028Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.063s coverage: 47.8% of statements [2020-11-20T02:33:33.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.046s coverage: 63.0% of statements [2020-11-20T02:33:33.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements [2020-11-20T02:33:33.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.030s coverage: 15.4% of statements [2020-11-20T02:33:33.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.053s coverage: 15.4% of statements [2020-11-20T02:33:33.650Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-11-20T02:33:33.650Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-20T02:33:34.761Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.065s coverage: 81.5% of statements [2020-11-20T02:33:34.761Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-20T02:33:34.761Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-20T02:33:34.761Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.046s coverage: 29.1% of statements [2020-11-20T02:33:34.761Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.014s coverage: 100.0% of statements [2020-11-20T02:33:35.391Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.029s coverage: 94.4% of statements [2020-11-20T02:33:35.391Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.032s coverage: 100.0% of statements [2020-11-20T02:33:35.391Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-20T02:33:35.686Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-20T02:33:39.262Z] gofmt -l . [2020-11-20T02:33:39.262Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-20T02:33:39.296Z] $ docker stop --time=1 f957db08fa3065c963039233ac86563963e9d7a4a575d2136de7aa9d033b3726 [2020-11-20T02:33:42.528Z] $ docker rm -f f957db08fa3065c963039233ac86563963e9d7a4a575d2136de7aa9d033b3726 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-20T02:33:43.391Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-20T02:33:43.426Z] Warning: overwriting stash ‘coverage-report’ [2020-11-20T02:33:43.945Z] 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-20T02:33:46.295Z] provisioning config files... [2020-11-20T02:33:46.314Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config7395802036971344556tmp [Pipeline] { [Pipeline] sh [2020-11-20T02:33:46.745Z] + set +x [2020-11-20T02:33:46.746Z] + bash -s -- [2020-11-20T02:33:46.746Z] + curl -s https://codecov.io/bash [2020-11-20T02:33:47.338Z] [2020-11-20T02:33:47.338Z] _____ _ [2020-11-20T02:33:47.338Z] / ____| | | [2020-11-20T02:33:47.338Z] | | ___ __| | ___ ___ _____ __ [2020-11-20T02:33:47.338Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-20T02:33:47.338Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-20T02:33:47.338Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-20T02:33:47.338Z] Bash-20201116-eea08d9 [2020-11-20T02:33:47.338Z] [2020-11-20T02:33:47.338Z] [2020-11-20T02:33:47.338Z] ==> Jenkins CI detected. [2020-11-20T02:33:47.338Z] project root: . [2020-11-20T02:33:47.338Z] --> token set from env [2020-11-20T02:33:47.338Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-20T02:33:47.338Z] ==> Running gcov in . (disable via -X gcov) [2020-11-20T02:33:47.338Z] ==> Python coveragepy not found [2020-11-20T02:33:47.338Z] ==> Searching for coverage reports in: [2020-11-20T02:33:47.338Z] + . [2020-11-20T02:33:47.338Z] -> Found 1 reports [2020-11-20T02:33:47.338Z] ==> Detecting git/mercurial file structure [2020-11-20T02:33:47.338Z] ==> Reading reports [2020-11-20T02:33:47.338Z] + ./coverage.out bytes=107216 [2020-11-20T02:33:47.338Z] ==> Appending adjustments [2020-11-20T02:33:47.338Z] https://docs.codecov.io/docs/fixing-reports [2020-11-20T02:33:48.780Z] + Found adjustments [2020-11-20T02:33:48.780Z] ==> Gzipping contents [2020-11-20T02:33:48.780Z] ==> Uploading reports [2020-11-20T02:33:48.780Z] url: https://codecov.io [2020-11-20T02:33:48.780Z] query: branch=PR-367&commit=6c0e771c0096624374a3c802221b0578c6380887&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F10%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= [2020-11-20T02:33:48.780Z] -> Pinging Codecov [2020-11-20T02:33:48.780Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-367&commit=6c0e771c0096624374a3c802221b0578c6380887&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F10%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= [2020-11-20T02:33:49.368Z] -> Uploading to [2020-11-20T02:33:49.368Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-20/71470A77251A30514AAF9C0BB2E5B6CE/6c0e771c0096624374a3c802221b0578c6380887/f8686017-90c9-4ac9-84d5-471a83dc7c06.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201120T023349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=555c60c85f85623f6f8a7ac484f94488b5bc46dbcdc3d600c365385d4855df4b [2020-11-20T02:33:49.368Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-20T02:33:49.368Z] Dload Upload Total Spent Left Speed [2020-11-20T02:33:49.904Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17423 0 0 100 17423 0 39749 --:--:-- --:--:-- --:--:-- 39687 [2020-11-20T02:33:49.904Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/6c0e771c0096624374a3c802221b0578c6380887 [Pipeline] } [2020-11-20T02:33:49.919Z] 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-20T02:33:53.652Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:33:54.265Z] ---> package-listing.sh [2020-11-20T02:33:54.266Z] ++ facter osfamily [2020-11-20T02:33:54.266Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-20T02:33:54.539Z] + OS_FAMILY=redhat [2020-11-20T02:33:54.539Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-20T02:33:54.539Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-20T02:33:54.539Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-20T02:33:54.539Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-20T02:33:54.539Z] + PACKAGES=/tmp/packages_start.txt [2020-11-20T02:33:54.539Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-20T02:33:54.539Z] + PACKAGES=/tmp/packages_end.txt [2020-11-20T02:33:54.539Z] + case "${OS_FAMILY}" in [2020-11-20T02:33:54.539Z] + rpm -qa [2020-11-20T02:33:54.539Z] + sort [2020-11-20T02:34:01.215Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-20T02:34:01.215Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-20T02:34:01.215Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-20T02:34:01.215Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-20T02:34:01.215Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [2020-11-20T02:34:01.215Z] + 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-20T02:34:01.246Z] 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-20T02:34:01.614Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:34:02.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T02:34:02.500Z] [2020-11-20T02:34:02.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-20T02:34:02.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T02:34:02.868Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-20T02:34:02.868Z] df20fa9351a1: Pulling fs layer [2020-11-20T02:34:02.868Z] 36b3adc4ff6f: Pulling fs layer [2020-11-20T02:34:02.868Z] 8ad3a11d3b57: Pulling fs layer [2020-11-20T02:34:02.868Z] 46f8f816bc3b: Pulling fs layer [2020-11-20T02:34:02.868Z] 93b61091891f: Pulling fs layer [2020-11-20T02:34:02.868Z] 93b9cdb0e59b: Pulling fs layer [2020-11-20T02:34:02.868Z] 5e14af77c1be: Pulling fs layer [2020-11-20T02:34:02.868Z] 01666e4c0597: Pulling fs layer [2020-11-20T02:34:02.868Z] aa168da1d23b: Pulling fs layer [2020-11-20T02:34:02.868Z] 46f8f816bc3b: Waiting [2020-11-20T02:34:02.868Z] 93b61091891f: Waiting [2020-11-20T02:34:02.868Z] 5e14af77c1be: Waiting [2020-11-20T02:34:02.868Z] 93b9cdb0e59b: Waiting [2020-11-20T02:34:02.869Z] 01666e4c0597: Waiting [2020-11-20T02:34:02.869Z] aa168da1d23b: Waiting [2020-11-20T02:34:03.137Z] 36b3adc4ff6f: Verifying Checksum [2020-11-20T02:34:03.137Z] 36b3adc4ff6f: Download complete [2020-11-20T02:34:03.137Z] 46f8f816bc3b: Verifying Checksum [2020-11-20T02:34:03.137Z] 46f8f816bc3b: Download complete [2020-11-20T02:34:03.137Z] df20fa9351a1: Verifying Checksum [2020-11-20T02:34:03.137Z] df20fa9351a1: Download complete [2020-11-20T02:34:03.137Z] 93b9cdb0e59b: Verifying Checksum [2020-11-20T02:34:03.137Z] 93b9cdb0e59b: Download complete [2020-11-20T02:34:03.137Z] 5e14af77c1be: Download complete [2020-11-20T02:34:03.137Z] 01666e4c0597: Download complete [2020-11-20T02:34:03.413Z] 93b61091891f: Verifying Checksum [2020-11-20T02:34:03.413Z] 93b61091891f: Download complete [2020-11-20T02:34:03.710Z] df20fa9351a1: Pull complete [2020-11-20T02:34:03.985Z] 36b3adc4ff6f: Pull complete [2020-11-20T02:34:04.257Z] 8ad3a11d3b57: Verifying Checksum [2020-11-20T02:34:04.257Z] 8ad3a11d3b57: Download complete [2020-11-20T02:34:05.254Z] 8ad3a11d3b57: Pull complete [2020-11-20T02:34:05.532Z] 46f8f816bc3b: Pull complete [2020-11-20T02:34:06.132Z] 93b61091891f: Pull complete [2020-11-20T02:34:06.132Z] 93b9cdb0e59b: Pull complete [2020-11-20T02:34:06.400Z] 5e14af77c1be: Pull complete [2020-11-20T02:34:06.400Z] 01666e4c0597: Pull complete [2020-11-20T02:34:06.997Z] aa168da1d23b: Verifying Checksum [2020-11-20T02:34:06.997Z] aa168da1d23b: Download complete [2020-11-20T02:34:17.186Z] aa168da1d23b: Pull complete [2020-11-20T02:34:17.456Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-20T02:34:17.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-20T02:34:17.456Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-20T02:34:17.750Z] prd-centos7-docker-4c-2g-12897 does not seem to be running inside a container [2020-11-20T02:34:17.845Z] $ 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-20T02:34:24.860Z] $ docker top 181dc697a7cf6dd2af864a73f160288ce69762e595069680884e776f039a3c24 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-20T02:34:25.433Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-20T02:34:25.742Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-20T02:34:26.048Z] + ls /var/log/sa-host [2020-11-20T02:34:26.048Z] + sadf -c /var/log/sa-host/sa05 [2020-11-20T02:34:26.048Z] file_magic: OK [2020-11-20T02:34:26.048Z] HZ: Using current value: 100 [2020-11-20T02:34:26.048Z] file_header: OK [2020-11-20T02:34:26.048Z] 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-20T02:34:26.048Z] Statistics: [2020-11-20T02:34:26.048Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T02:34:26.048Z] File successfully converted to sysstat format version 12.2.1 [2020-11-20T02:34:26.048Z] + sadf -c /var/log/sa-host/sa20 [2020-11-20T02:34:26.048Z] file_magic: OK [2020-11-20T02:34:26.048Z] HZ: Using current value: 100 [2020-11-20T02:34:26.048Z] file_header: OK [2020-11-20T02:34:26.048Z] 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-20T02:34:26.048Z] Statistics: [2020-11-20T02:34:26.048Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-20T02:34:26.048Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-20T02:34:26.679Z] provisioning config files... [2020-11-20T02:34:26.702Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config4149269227325061803tmp [Pipeline] { [Pipeline] echo [2020-11-20T02:34:26.794Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:34:27.184Z] ---> create-netrc.sh [Pipeline] } [2020-11-20T02:34:27.196Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-20T02:34:27.301Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:34:27.621Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-20T02:34:27.637Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:34:27.950Z] ---> sudo-logs.sh [2020-11-20T02:34:27.950Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-20T02:34:27.965Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:34:28.275Z] ---> job-cost.sh [2020-11-20T02:34:28.275Z] lf-activate-venv: SKIPPING [2020-11-20T02:34:28.275Z] INFO: No Stack... [2020-11-20T02:34:29.235Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-20T02:34:29.822Z] INFO: Archiving Costs [Pipeline] echo [2020-11-20T02:34:29.841Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-20T02:34:30.157Z] ---> logs-deploy.sh [2020-11-20T02:34:30.157Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/10 [2020-11-20T02:34:30.157Z] INFO: archiving workspace using pattern(s): [2020-11-20T02:34:32.810Z] Archives upload complete. [2020-11-20T02:34:32.810Z] INFO: archiving logs to Nexus