Pull request #365 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at af8aa216260df0556b394ae78b2a31d110cb53a2 rather than ba768134bdda0babf0f095d37a490f0046e43e00 Obtained Jenkinsfile from af8aa216260df0556b394ae78b2a31d110cb53a2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11671’ Running on prd-centos7-docker-4c-2g-11679 in /w/workspace/dry_go-mod-core-contracts_PR-365 [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-365 # 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/365/head:refs/remotes/origin/PR-365 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit ba768134bdda0babf0f095d37a490f0046e43e00 Merge succeeded, producing ba768134bdda0babf0f095d37a490f0046e43e00 Checking out Revision ba768134bdda0babf0f095d37a490f0046e43e00 (PR-365) > git config core.sparsecheckout # timeout=10 > git checkout -f ba768134bdda0babf0f095d37a490f0046e43e00 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba768134bdda0babf0f095d37a490f0046e43e00 # timeout=10 Commit message: "feat(clients): Add V2 CommonClient" First time build. Skipping changelog. > git rev-list --no-walk 664cdb328e44b5e60cbd0e8abef29471fb1ce935 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-10T02:37:26.242Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-10T02:37:26.575Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-10T02:37:26.672Z] ========================================================= [2020-11-10T02:37:26.672Z] EdgeX Global Pipelines Version Info [2020-11-10T02:37:26.672Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:37:28.170Z] ------------------- [2020-11-10T02:37:28.170Z] stable info: [2020-11-10T02:37:28.170Z] ------------------- [2020-11-10T02:37:28.170Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-10T02:37:28.170Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T02:37:28.170Z] Message: update stable to v1.0.162 [2020-11-10T02:37:29.117Z] ------------------- [2020-11-10T02:37:29.117Z] experimental info: [2020-11-10T02:37:29.117Z] ------------------- [2020-11-10T02:37:29.117Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-10T02:37:29.117Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T02:37:29.117Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-10T02:37:29.494Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-10T02:37:29.587Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-10T02:37:29.683Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-10T02:37:29.778Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-10T02:37:29.872Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-10T02:37:29.983Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-10T02:37:30.081Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-10T02:37:30.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-10T02:37:30.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-10T02:37:30.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-10T02:37:30.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-10T02:37:30.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-10T02:37:30.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-10T02:37:30.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-10T02:37:31.113Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T02:37:31.205Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T02:37:31.298Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T02:37:31.386Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T02:37:31.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-10T02:37:31.569Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-10T02:37:31.659Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-10T02:37:31.782Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-10T02:37:31.883Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-10T02:37:31.977Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-10T02:37:32.069Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-10T02:37:32.162Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-10T02:37:32.253Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-365 [Pipeline] echo [2020-11-10T02:37:32.346Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-365 [Pipeline] echo [2020-11-10T02:37:32.435Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-365 [Pipeline] echo [2020-11-10T02:37:32.600Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba768134bdda0babf0f095d37a490f0046e43e00 [Pipeline] echo [2020-11-10T02:37:32.700Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba76813 [Pipeline] echo [2020-11-10T02:37:32.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T02:37:32.963Z] provisioning config files... [2020-11-10T02:37:32.990Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/config106233931422895081tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:37:33.354Z] ---> docker-login.sh [2020-11-10T02:37:33.354Z] nexus3.edgexfoundry.org:10001 [2020-11-10T02:37:33.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:37:33.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:37:33.930Z] Configure a credential helper to remove this warning. See [2020-11-10T02:37:33.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:37:33.930Z] [2020-11-10T02:37:33.930Z] Login Succeeded [2020-11-10T02:37:33.930Z] nexus3.edgexfoundry.org:10002 [2020-11-10T02:37:34.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:37:34.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:37:34.194Z] Configure a credential helper to remove this warning. See [2020-11-10T02:37:34.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:37:34.194Z] [2020-11-10T02:37:34.194Z] Login Succeeded [2020-11-10T02:37:34.194Z] nexus3.edgexfoundry.org:10003 [2020-11-10T02:37:34.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:37:34.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:37:34.457Z] Configure a credential helper to remove this warning. See [2020-11-10T02:37:34.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:37:34.457Z] [2020-11-10T02:37:34.457Z] Login Succeeded [2020-11-10T02:37:34.457Z] nexus3.edgexfoundry.org:10004 [2020-11-10T02:37:34.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:37:34.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:37:34.719Z] Configure a credential helper to remove this warning. See [2020-11-10T02:37:34.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:37:34.719Z] [2020-11-10T02:37:34.719Z] Login Succeeded [2020-11-10T02:37:34.719Z] docker.io [2020-11-10T02:37:34.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:37:34.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:37:34.980Z] Configure a credential helper to remove this warning. See [2020-11-10T02:37:34.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:37:34.980Z] [2020-11-10T02:37:34.980Z] Login Succeeded [2020-11-10T02:37:34.980Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T02:37:34.990Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T02:37:35.825Z] + git log --format=format:%s -1 ba768134bdda0babf0f095d37a490f0046e43e00 [Pipeline] echo [2020-11-10T02:37:35.887Z] GIT_COMMIT: ba768134bdda0babf0f095d37a490f0046e43e00, Commit Message: feat(clients): Add V2 CommonClient [Pipeline] echo [2020-11-10T02:37:35.939Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:37:36.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T02:37:36.941Z] [2020-11-10T02:37:36.941Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:37:37.286Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T02:37:37.286Z] latest: Pulling from edgex-devops/git-semver [2020-11-10T02:37:37.286Z] 31603596830f: Pulling fs layer [2020-11-10T02:37:37.286Z] 2a8b12db71e7: Pulling fs layer [2020-11-10T02:37:37.286Z] 6ca5941a6612: Pulling fs layer [2020-11-10T02:37:37.286Z] ecc8261a40a4: Pulling fs layer [2020-11-10T02:37:37.286Z] ecc8261a40a4: Waiting [2020-11-10T02:37:37.286Z] 2a8b12db71e7: Verifying Checksum [2020-11-10T02:37:37.286Z] 2a8b12db71e7: Download complete [2020-11-10T02:37:37.552Z] 31603596830f: Verifying Checksum [2020-11-10T02:37:37.552Z] 31603596830f: Download complete [2020-11-10T02:37:37.552Z] ecc8261a40a4: Verifying Checksum [2020-11-10T02:37:37.552Z] ecc8261a40a4: Download complete [2020-11-10T02:37:37.552Z] 6ca5941a6612: Verifying Checksum [2020-11-10T02:37:37.552Z] 6ca5941a6612: Download complete [2020-11-10T02:37:37.819Z] 31603596830f: Pull complete [2020-11-10T02:37:37.819Z] 2a8b12db71e7: Pull complete [2020-11-10T02:37:38.780Z] 6ca5941a6612: Pull complete [2020-11-10T02:37:38.780Z] ecc8261a40a4: Pull complete [2020-11-10T02:37:38.780Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-10T02:37:38.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T02:37:38.780Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-10T02:37:38.886Z] prd-centos7-docker-4c-2g-11679 does not seem to be running inside a container [2020-11-10T02:37:38.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-365 -v /w/workspace/dry_go-mod-core-contracts_PR-365:/w/workspace/dry_go-mod-core-contracts_PR-365:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-365@tmp:/w/workspace/dry_go-mod-core-contracts_PR-365@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-10T02:37:41.272Z] $ docker top d7ec22ccd44b186bd5676d99af9130d15cfa72a9d50e737be12f3c6bad9705b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T02:37:41.602Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T02:37:41.602Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T02:37:41.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T02:37:41.831Z] $ docker exec d7ec22ccd44b186bd5676d99af9130d15cfa72a9d50e737be12f3c6bad9705b4 ssh-agent [2020-11-10T02:37:41.998Z] SSH_AUTH_SOCK=/tmp/ssh-MYcmZk41f1j9/agent.11 [2020-11-10T02:37:41.998Z] SSH_AGENT_PID=16 [2020-11-10T02:37:42.011Z] Running ssh-add (command line suppressed) [2020-11-10T02:37:42.134Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_1030606342521984851.key (/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_1030606342521984851.key) [2020-11-10T02:37:42.183Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T02:37:42.522Z] + git tag --points-at HEAD [Pipeline] } [2020-11-10T02:37:42.547Z] $ docker exec --env ******** --env ******** d7ec22ccd44b186bd5676d99af9130d15cfa72a9d50e737be12f3c6bad9705b4 ssh-agent -k [2020-11-10T02:37:42.662Z] unset SSH_AUTH_SOCK; [2020-11-10T02:37:42.662Z] unset SSH_AGENT_PID; [2020-11-10T02:37:42.662Z] echo Agent pid 16 killed; [2020-11-10T02:37:42.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-10T02:37:42.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T02:37:42.851Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T02:37:43.011Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T02:37:43.018Z] $ docker exec d7ec22ccd44b186bd5676d99af9130d15cfa72a9d50e737be12f3c6bad9705b4 ssh-agent [2020-11-10T02:37:43.183Z] SSH_AUTH_SOCK=/tmp/ssh-IeI4joVMSbJi/agent.44 [2020-11-10T02:37:43.183Z] SSH_AGENT_PID=50 [2020-11-10T02:37:43.192Z] Running ssh-add (command line suppressed) [2020-11-10T02:37:43.314Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_8679098362161086505.key (/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_8679098362161086505.key) [2020-11-10T02:37:43.362Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T02:37:43.697Z] + git semver init [2020-11-10T02:37:43.697Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T02:37:43.697Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-365/.git [2020-11-10T02:37:43.697Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-365 [2020-11-10T02:37:43.697Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T02:37:43.697Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T02:37:43.697Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T02:37:43.697Z] # $SEMVER_BRANCH = PR-365 [2020-11-10T02:37:43.697Z] # $SEMVER_TEMP = /tmp/semver-279399028 [2020-11-10T02:37:43.697Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-10T02:37:44.272Z] # '/tmp/semver-279399028' -> '/w/workspace/dry_go-mod-core-contracts_PR-365/.semver' [2020-11-10T02:37:44.272Z] # -> Force: false [2020-11-10T02:37:44.272Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-365/.semver [Pipeline] } [2020-11-10T02:37:44.288Z] $ docker exec --env ******** --env ******** d7ec22ccd44b186bd5676d99af9130d15cfa72a9d50e737be12f3c6bad9705b4 ssh-agent -k [2020-11-10T02:37:44.399Z] unset SSH_AUTH_SOCK; [2020-11-10T02:37:44.399Z] unset SSH_AGENT_PID; [2020-11-10T02:37:44.399Z] echo Agent pid 50 killed; [2020-11-10T02:37:44.445Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T02:37:44.915Z] + git semver [Pipeline] } [2020-11-10T02:37:44.943Z] $ docker stop --time=1 d7ec22ccd44b186bd5676d99af9130d15cfa72a9d50e737be12f3c6bad9705b4 [2020-11-10T02:37:46.781Z] $ docker rm -f d7ec22ccd44b186bd5676d99af9130d15cfa72a9d50e737be12f3c6bad9705b4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T02:37:47.281Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-10T02:37:47.897Z] Stashed 1 file(s) [Pipeline] echo [2020-11-10T02:37:47.901Z] [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-10T02:38:03.467Z] Still waiting to schedule task [2020-11-10T02:38:03.468Z] ‘prd-centos7-docker-4c-2g-11671’ is offline; ‘prd-centos7-docker-4c-2g-11680’ is offline; ‘prd-centos7-docker-8c-8g-11452’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-16c-16g-10291’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-11550’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-11678’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-11-10T02:38:03.470Z] Still waiting to schedule task [2020-11-10T02:38:03.470Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-10T02:38:13.530Z] Running on prd-centos7-docker-4c-2g-11680 in /w/workspace/dry_go-mod-core-contracts_PR-365 [Pipeline] { [Pipeline] ws [2020-11-10T02:38:13.588Z] Running in /w/workspace/go-mod-core-contracts/18 [Pipeline] { [Pipeline] checkout [2020-11-10T02:38:16.296Z] using credential edgex-jenkins-ssh [2020-11-10T02:38:16.348Z] Cloning the remote Git repository [2020-11-10T02:38:16.385Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-10T02:38:16.458Z] > git init /w/workspace/go-mod-core-contracts/18 # timeout=10 [2020-11-10T02:38:16.510Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-10T02:38:16.510Z] > git --version # timeout=10 [2020-11-10T02:38:16.516Z] > git --version # 'git version 2.16.5' [2020-11-10T02:38:16.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T02:38:16.547Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T02:38:17.185Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-10T02:38:17.192Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T02:38:17.203Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-10T02:38:17.216Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-10T02:38:17.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T02:38:17.221Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/365/head:refs/remotes/origin/PR-365 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T02:38:17.687Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit ba768134bdda0babf0f095d37a490f0046e43e00 [2020-11-10T02:38:17.799Z] Merge succeeded, producing ba768134bdda0babf0f095d37a490f0046e43e00 [2020-11-10T02:38:17.800Z] Checking out Revision ba768134bdda0babf0f095d37a490f0046e43e00 (PR-365) [2020-11-10T02:38:17.699Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T02:38:17.707Z] > git checkout -f ba768134bdda0babf0f095d37a490f0046e43e00 # timeout=10 [2020-11-10T02:38:17.768Z] > git remote # timeout=10 [2020-11-10T02:38:17.774Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T02:38:17.781Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T02:38:17.784Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-10T02:38:17.794Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T02:38:17.806Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T02:38:17.811Z] > git checkout -f ba768134bdda0babf0f095d37a490f0046e43e00 # timeout=10 [2020-11-10T02:38:21.472Z] Commit message: "feat(clients): Add V2 CommonClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T02:38:22.228Z] provisioning config files... [2020-11-10T02:38:22.254Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/18@tmp/config6888563145541526043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:38:22.931Z] ---> docker-login.sh [2020-11-10T02:38:22.931Z] nexus3.edgexfoundry.org:10001 [2020-11-10T02:38:23.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:38:23.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:38:23.469Z] Configure a credential helper to remove this warning. See [2020-11-10T02:38:23.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:38:23.470Z] [2020-11-10T02:38:23.470Z] Login Succeeded [2020-11-10T02:38:23.470Z] nexus3.edgexfoundry.org:10002 [2020-11-10T02:38:23.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:38:23.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:38:23.732Z] Configure a credential helper to remove this warning. See [2020-11-10T02:38:23.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:38:23.732Z] [2020-11-10T02:38:23.732Z] Login Succeeded [2020-11-10T02:38:23.732Z] nexus3.edgexfoundry.org:10003 [2020-11-10T02:38:23.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:38:23.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:38:23.993Z] Configure a credential helper to remove this warning. See [2020-11-10T02:38:23.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:38:23.993Z] [2020-11-10T02:38:23.993Z] Login Succeeded [2020-11-10T02:38:23.993Z] nexus3.edgexfoundry.org:10004 [2020-11-10T02:38:23.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:38:23.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:38:23.993Z] Configure a credential helper to remove this warning. See [2020-11-10T02:38:23.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:38:23.993Z] [2020-11-10T02:38:23.993Z] Login Succeeded [2020-11-10T02:38:23.993Z] docker.io [2020-11-10T02:38:24.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:38:24.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:38:24.517Z] Configure a credential helper to remove this warning. See [2020-11-10T02:38:24.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:38:24.517Z] [2020-11-10T02:38:24.517Z] Login Succeeded [2020-11-10T02:38:24.517Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T02:38:24.559Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T02:38:24.864Z] ========================================================= [2020-11-10T02:38:24.864Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-10T02:38:24.864Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:38:25.221Z] + 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-10T02:38:25.486Z] Sending build context to Docker daemon 1.858MB [2020-11-10T02:38:25.486Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-10T02:38:25.486Z] Step 2/7 : FROM ${BASE} [2020-11-10T02:38:25.486Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-10T02:38:25.486Z] df20fa9351a1: Pulling fs layer [2020-11-10T02:38:25.486Z] ed8968b2872e: Pulling fs layer [2020-11-10T02:38:25.486Z] a92cc7c5fd73: Pulling fs layer [2020-11-10T02:38:25.486Z] e871e8e8d7a9: Pulling fs layer [2020-11-10T02:38:25.486Z] e73272ec9a57: Pulling fs layer [2020-11-10T02:38:25.486Z] 1e910a182e73: Pulling fs layer [2020-11-10T02:38:25.486Z] 4e634b169226: Pulling fs layer [2020-11-10T02:38:25.486Z] e73272ec9a57: Waiting [2020-11-10T02:38:25.486Z] 1e910a182e73: Waiting [2020-11-10T02:38:25.486Z] 4e634b169226: Waiting [2020-11-10T02:38:25.486Z] e871e8e8d7a9: Waiting [2020-11-10T02:38:25.486Z] ed8968b2872e: Download complete [2020-11-10T02:38:25.486Z] a92cc7c5fd73: Verifying Checksum [2020-11-10T02:38:25.486Z] a92cc7c5fd73: Download complete [2020-11-10T02:38:25.486Z] e73272ec9a57: Download complete [2020-11-10T02:38:25.749Z] 1e910a182e73: Verifying Checksum [2020-11-10T02:38:25.749Z] 1e910a182e73: Download complete [2020-11-10T02:38:25.749Z] df20fa9351a1: Verifying Checksum [2020-11-10T02:38:25.749Z] df20fa9351a1: Download complete [2020-11-10T02:38:26.011Z] df20fa9351a1: Pull complete [2020-11-10T02:38:26.011Z] ed8968b2872e: Pull complete [2020-11-10T02:38:26.273Z] a92cc7c5fd73: Pull complete [2020-11-10T02:38:28.201Z] 4e634b169226: Verifying Checksum [2020-11-10T02:38:28.201Z] 4e634b169226: Download complete [2020-11-10T02:38:28.466Z] e871e8e8d7a9: Verifying Checksum [2020-11-10T02:38:28.467Z] e871e8e8d7a9: Download complete [2020-11-10T02:38:33.794Z] e871e8e8d7a9: Pull complete [2020-11-10T02:38:34.062Z] e73272ec9a57: Pull complete [2020-11-10T02:38:34.062Z] 1e910a182e73: Pull complete [2020-11-10T02:38:39.491Z] 4e634b169226: Pull complete [2020-11-10T02:38:39.492Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-10T02:38:39.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-10T02:38:39.492Z] ---> f7629b54cfaa [2020-11-10T02:38:39.492Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T02:38:39.492Z] ---> Running in cbde4189d04f [2020-11-10T02:38:39.492Z] Removing intermediate container cbde4189d04f [2020-11-10T02:38:39.492Z] ---> cce378f55ddb [2020-11-10T02:38:39.492Z] Step 4/7 : RUN apk add bash [2020-11-10T02:38:39.492Z] ---> Running in 69c3459327c2 [2020-11-10T02:38:40.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T02:38:41.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T02:38:41.598Z] OK: 166 MiB in 39 packages [2020-11-10T02:38:42.177Z] Removing intermediate container 69c3459327c2 [2020-11-10T02:38:42.177Z] ---> fde2e6421bfa [2020-11-10T02:38:42.177Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-10T02:38:42.177Z] ---> Running in abccea0b2f18 [2020-11-10T02:38:42.440Z] Removing intermediate container abccea0b2f18 [2020-11-10T02:38:42.440Z] ---> 5e80cd76dbbe [2020-11-10T02:38:42.440Z] Step 6/7 : COPY go.mod . [2020-11-10T02:38:42.705Z] ---> 686cfad5b417 [2020-11-10T02:38:42.705Z] Step 7/7 : RUN go mod download [2020-11-10T02:38:42.705Z] ---> Running in fc126c38e568 [2020-11-10T02:38:54.976Z] Removing intermediate container fc126c38e568 [2020-11-10T02:38:54.976Z] ---> db8a057c7247 [2020-11-10T02:38:54.976Z] Successfully built db8a057c7247 [2020-11-10T02:38:54.976Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:38:55.289Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T02:38:55.289Z] . [Pipeline] withDockerContainer [2020-11-10T02:38:55.403Z] prd-centos7-docker-4c-2g-11680 does not seem to be running inside a container [2020-11-10T02:38:55.460Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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-10T02:38:56.222Z] $ docker top 79e49e4b0e91daa19cabc2ac8201c9a0507452d28c5ba9a01e63024fed595b90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T02:38:56.717Z] + go version [2020-11-10T02:38:56.717Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-10T02:38:56.736Z] $ docker stop --time=1 79e49e4b0e91daa19cabc2ac8201c9a0507452d28c5ba9a01e63024fed595b90 [2020-11-10T02:38:58.085Z] $ docker rm -f 79e49e4b0e91daa19cabc2ac8201c9a0507452d28c5ba9a01e63024fed595b90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:38:59.759Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T02:38:59.759Z] . [Pipeline] withDockerContainer [2020-11-10T02:38:59.955Z] prd-centos7-docker-4c-2g-11680 does not seem to be running inside a container [2020-11-10T02:39:00.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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-10T02:39:00.691Z] $ docker top 953b44732a18c196b148de7e6cc1b0bbefccf5645bdac10a46a6d90b74610367 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T02:39:01.286Z] + make test [2020-11-10T02:39:01.287Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-10T02:39:07.978Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-10T02:39:08.565Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.010s coverage: 85.7% of statements [2020-11-10T02:39:08.565Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.022s coverage: 100.0% of statements [2020-11-10T02:39:08.841Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements [2020-11-10T02:39:08.841Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.028s coverage: 77.8% of statements [2020-11-10T02:39:08.841Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-10T02:39:08.841Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.008s coverage: 6.4% of statements [2020-11-10T02:39:09.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.021s coverage: 14.7% of statements [2020-11-10T02:39:09.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.006s coverage: 100.0% of statements [2020-11-10T02:39:10.032Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.093s coverage: 91.8% of statements [2020-11-10T02:39:10.032Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-10T02:39:10.032Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-10T02:39:10.032Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements [2020-11-10T02:39:10.995Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 46.8% of statements [2020-11-10T02:39:12.973Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.026s coverage: 63.0% of statements [2020-11-10T02:39:12.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements [2020-11-10T02:39:12.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements [2020-11-10T02:39:12.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.022s coverage: 15.4% of statements [2020-11-10T02:39:12.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.018s coverage: 14.3% of statements [2020-11-10T02:39:12.974Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-10T02:39:12.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.015s coverage: 81.0% of statements [2020-11-10T02:39:12.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils 0.038s coverage: 4.4% of statements [2020-11-10T02:39:12.974Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-10T02:39:12.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.023s coverage: 29.1% of statements [2020-11-10T02:39:12.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.017s coverage: 100.0% of statements [2020-11-10T02:39:13.561Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements [2020-11-10T02:39:13.561Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-11-10T02:39:13.561Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-10T02:39:13.561Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-10T02:39:14.965Z] gofmt -l . [2020-11-10T02:39:15.229Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-10T02:39:15.249Z] $ docker stop --time=1 953b44732a18c196b148de7e6cc1b0bbefccf5645bdac10a46a6d90b74610367 [2020-11-10T02:39:17.595Z] $ docker rm -f 953b44732a18c196b148de7e6cc1b0bbefccf5645bdac10a46a6d90b74610367 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T02:39:18.175Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T02:39:18.543Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T02:39:40.892Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11681 in /w/workspace/dry_go-mod-core-contracts_PR-365 [Pipeline] { [Pipeline] ws [2020-11-10T02:39:40.946Z] Running in /w/workspace/go-mod-core-contracts/18 [Pipeline] { [Pipeline] checkout [2020-11-10T02:39:45.524Z] using credential edgex-jenkins-ssh [2020-11-10T02:39:45.584Z] Cloning the remote Git repository [2020-11-10T02:39:45.642Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-10T02:39:45.750Z] > git init /w/workspace/go-mod-core-contracts/18 # timeout=10 [2020-11-10T02:39:45.817Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-10T02:39:45.818Z] > git --version # timeout=10 [2020-11-10T02:39:45.834Z] > git --version # 'git version 2.17.1' [2020-11-10T02:39:45.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T02:39:45.892Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T02:39:46.789Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-10T02:39:46.817Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T02:39:46.843Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-10T02:39:46.874Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-10T02:39:46.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T02:39:46.886Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/365/head:refs/remotes/origin/PR-365 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T02:39:47.468Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit ba768134bdda0babf0f095d37a490f0046e43e00 [2020-11-10T02:39:47.755Z] Merge succeeded, producing ba768134bdda0babf0f095d37a490f0046e43e00 [2020-11-10T02:39:47.756Z] Checking out Revision ba768134bdda0babf0f095d37a490f0046e43e00 (PR-365) [2020-11-10T02:39:47.490Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T02:39:47.503Z] > git checkout -f ba768134bdda0babf0f095d37a490f0046e43e00 # timeout=10 [2020-11-10T02:39:47.618Z] > git remote # timeout=10 [2020-11-10T02:39:47.633Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T02:39:47.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T02:39:47.692Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-10T02:39:47.734Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T02:39:47.769Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T02:39:47.786Z] > git checkout -f ba768134bdda0babf0f095d37a490f0046e43e00 # timeout=10 [2020-11-10T02:39:51.974Z] Commit message: "feat(clients): Add V2 CommonClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T02:39:52.830Z] provisioning config files... [2020-11-10T02:39:52.871Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/18@tmp/config5407595668533306771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:39:53.797Z] ---> docker-login.sh [2020-11-10T02:39:53.797Z] nexus3.edgexfoundry.org:10001 [2020-11-10T02:39:54.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:39:55.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:39:55.012Z] Configure a credential helper to remove this warning. See [2020-11-10T02:39:55.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:39:55.012Z] [2020-11-10T02:39:55.012Z] Login Succeeded [2020-11-10T02:39:55.012Z] nexus3.edgexfoundry.org:10002 [2020-11-10T02:39:55.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:39:55.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:39:55.283Z] Configure a credential helper to remove this warning. See [2020-11-10T02:39:55.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:39:55.283Z] [2020-11-10T02:39:55.283Z] Login Succeeded [2020-11-10T02:39:55.283Z] nexus3.edgexfoundry.org:10003 [2020-11-10T02:39:55.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:39:55.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:39:55.882Z] Configure a credential helper to remove this warning. See [2020-11-10T02:39:55.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:39:55.882Z] [2020-11-10T02:39:55.882Z] Login Succeeded [2020-11-10T02:39:55.882Z] nexus3.edgexfoundry.org:10004 [2020-11-10T02:39:56.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:39:56.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:39:56.477Z] Configure a credential helper to remove this warning. See [2020-11-10T02:39:56.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:39:56.477Z] [2020-11-10T02:39:56.477Z] Login Succeeded [2020-11-10T02:39:56.477Z] docker.io [2020-11-10T02:39:56.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T02:39:57.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T02:39:57.036Z] Configure a credential helper to remove this warning. See [2020-11-10T02:39:57.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T02:39:57.036Z] [2020-11-10T02:39:57.036Z] Login Succeeded [2020-11-10T02:39:57.036Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T02:39:57.116Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T02:39:57.572Z] ========================================================= [2020-11-10T02:39:57.573Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-10T02:39:57.573Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:39:57.974Z] + 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-10T02:39:58.584Z] Sending build context to Docker daemon 1.858MB [2020-11-10T02:39:58.584Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-10T02:39:58.584Z] Step 2/7 : FROM ${BASE} [2020-11-10T02:39:58.584Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-10T02:39:58.584Z] b538f80385f9: Pulling fs layer [2020-11-10T02:39:58.584Z] 74f711af9a0d: Pulling fs layer [2020-11-10T02:39:58.584Z] 99f96fe45779: Pulling fs layer [2020-11-10T02:39:58.584Z] 8529a6b9a6be: Pulling fs layer [2020-11-10T02:39:58.584Z] 45590311c82a: Pulling fs layer [2020-11-10T02:39:58.584Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-10T02:39:58.584Z] 209524e5b208: Pulling fs layer [2020-11-10T02:39:58.584Z] 8529a6b9a6be: Waiting [2020-11-10T02:39:58.584Z] 45590311c82a: Waiting [2020-11-10T02:39:58.584Z] 69ca0ff8b7b3: Waiting [2020-11-10T02:39:58.584Z] 209524e5b208: Waiting [2020-11-10T02:39:58.584Z] 99f96fe45779: Verifying Checksum [2020-11-10T02:39:58.584Z] 99f96fe45779: Download complete [2020-11-10T02:39:58.584Z] 74f711af9a0d: Verifying Checksum [2020-11-10T02:39:58.584Z] 74f711af9a0d: Download complete [2020-11-10T02:39:58.584Z] 45590311c82a: Download complete [2020-11-10T02:39:58.584Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-10T02:39:58.584Z] 69ca0ff8b7b3: Download complete [2020-11-10T02:39:58.861Z] b538f80385f9: Download complete [2020-11-10T02:39:59.462Z] b538f80385f9: Pull complete [2020-11-10T02:40:00.066Z] 74f711af9a0d: Pull complete [2020-11-10T02:40:00.346Z] 99f96fe45779: Pull complete [2020-11-10T02:40:01.332Z] 209524e5b208: Verifying Checksum [2020-11-10T02:40:01.332Z] 209524e5b208: Download complete [2020-11-10T02:40:02.773Z] 8529a6b9a6be: Verifying Checksum [2020-11-10T02:40:02.773Z] 8529a6b9a6be: Download complete [2020-11-10T02:40:12.957Z] 8529a6b9a6be: Pull complete [2020-11-10T02:40:13.227Z] 45590311c82a: Pull complete [2020-11-10T02:40:13.502Z] 69ca0ff8b7b3: Pull complete [2020-11-10T02:40:16.897Z] 209524e5b208: Pull complete [2020-11-10T02:40:16.897Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-10T02:40:16.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-10T02:40:16.897Z] ---> 5bddaf1c2fca [2020-11-10T02:40:16.897Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T02:40:19.508Z] ---> Running in 567e1e6f521f [2020-11-10T02:40:20.104Z] Removing intermediate container 567e1e6f521f [2020-11-10T02:40:20.104Z] ---> b8b6acec9ca8 [2020-11-10T02:40:20.104Z] Step 4/7 : RUN apk add bash [2020-11-10T02:40:20.104Z] ---> Running in 50c08135adc2 [2020-11-10T02:40:22.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T02:40:22.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T02:40:23.654Z] OK: 142 MiB in 39 packages [2020-11-10T02:40:24.646Z] Removing intermediate container 50c08135adc2 [2020-11-10T02:40:24.646Z] ---> ab1c79326a2d [2020-11-10T02:40:24.646Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-10T02:40:24.646Z] ---> Running in 6e8a592f46a8 [2020-11-10T02:40:25.244Z] Removing intermediate container 6e8a592f46a8 [2020-11-10T02:40:25.244Z] ---> a7b21820b7de [2020-11-10T02:40:25.244Z] Step 6/7 : COPY go.mod . [2020-11-10T02:40:25.837Z] ---> 22b3df157904 [2020-11-10T02:40:25.837Z] Step 7/7 : RUN go mod download [2020-11-10T02:40:25.837Z] ---> Running in 4efe78deeded [2020-11-10T02:40:40.987Z] Removing intermediate container 4efe78deeded [2020-11-10T02:40:40.987Z] ---> 9f083104ac73 [2020-11-10T02:40:40.987Z] Successfully built 9f083104ac73 [2020-11-10T02:40:40.987Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:40:41.333Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T02:40:41.333Z] . [Pipeline] withDockerContainer [2020-11-10T02:40:41.575Z] prd-ubuntu18.04-docker-arm64-4c-16g-11681 does not seem to be running inside a container [2020-11-10T02:40:41.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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-10T02:40:43.481Z] $ docker top 38fae32d93851c5075b1cec029ccb36e93a9bc37613d551357a4183d6f6acb26 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T02:40:44.877Z] + go version [2020-11-10T02:40:44.878Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-10T02:40:44.900Z] $ docker stop --time=1 38fae32d93851c5075b1cec029ccb36e93a9bc37613d551357a4183d6f6acb26 [2020-11-10T02:40:46.925Z] $ docker rm -f 38fae32d93851c5075b1cec029ccb36e93a9bc37613d551357a4183d6f6acb26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:40:47.996Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T02:40:47.996Z] . [Pipeline] withDockerContainer [2020-11-10T02:40:48.234Z] prd-ubuntu18.04-docker-arm64-4c-16g-11681 does not seem to be running inside a container [2020-11-10T02:40:48.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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-10T02:40:50.146Z] $ docker top b6a1545a65fa1a3d243216eead83b10a082550e6cbc4c529f2e7ab7fd9f49ddf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T02:40:51.568Z] + make test [2020-11-10T02:40:51.568Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-10T02:41:13.760Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-10T02:41:13.760Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.033s coverage: 85.7% of statements [2020-11-10T02:41:13.760Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.018s coverage: 100.0% of statements [2020-11-10T02:41:14.363Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.043s coverage: 45.4% of statements [2020-11-10T02:41:14.641Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.050s coverage: 77.8% of statements [2020-11-10T02:41:14.641Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-10T02:41:14.919Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.025s coverage: 6.4% of statements [2020-11-10T02:41:17.564Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.052s coverage: 14.7% of statements [2020-11-10T02:41:17.565Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2020-11-10T02:41:18.165Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.089s coverage: 91.8% of statements [2020-11-10T02:41:18.165Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-10T02:41:18.165Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-10T02:41:18.165Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.015s coverage: 100.0% of statements [2020-11-10T02:41:19.149Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.051s coverage: 46.8% of statements [2020-11-10T02:41:24.569Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.112s coverage: 63.0% of statements [2020-11-10T02:41:24.569Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.038s coverage: 26.3% of statements [2020-11-10T02:41:24.569Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.036s coverage: 15.4% of statements [2020-11-10T02:41:24.569Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements [2020-11-10T02:41:24.569Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.030s coverage: 14.3% of statements [2020-11-10T02:41:24.569Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-10T02:41:24.569Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.044s coverage: 81.0% of statements [2020-11-10T02:41:24.846Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils 0.031s coverage: 4.4% of statements [2020-11-10T02:41:24.846Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-10T02:41:26.291Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.089s coverage: 29.1% of statements [2020-11-10T02:41:26.568Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.062s coverage: 100.0% of statements [2020-11-10T02:41:28.008Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements [2020-11-10T02:41:28.008Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2020-11-10T02:41:28.008Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-10T02:41:28.280Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-10T02:41:32.592Z] gofmt -l . [2020-11-10T02:41:33.194Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-10T02:41:33.488Z] $ docker stop --time=1 b6a1545a65fa1a3d243216eead83b10a082550e6cbc4c529f2e7ab7fd9f49ddf [2020-11-10T02:41:35.674Z] $ docker rm -f b6a1545a65fa1a3d243216eead83b10a082550e6cbc4c529f2e7ab7fd9f49ddf [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T02:41:36.621Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T02:41:36.698Z] Warning: overwriting stash ‘coverage-report’ [2020-11-10T02:41:37.593Z] 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-10T02:41:39.534Z] provisioning config files... [2020-11-10T02:41:39.544Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/config1578201922229409217tmp [Pipeline] { [Pipeline] sh [2020-11-10T02:41:39.938Z] + set +x [2020-11-10T02:41:39.938Z] + curl -s https://codecov.io/bash [2020-11-10T02:41:39.938Z] + bash -s -- [2020-11-10T02:41:40.200Z] [2020-11-10T02:41:40.200Z] _____ _ [2020-11-10T02:41:40.200Z] / ____| | | [2020-11-10T02:41:40.200Z] | | ___ __| | ___ ___ _____ __ [2020-11-10T02:41:40.200Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-10T02:41:40.200Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-10T02:41:40.200Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-10T02:41:40.200Z] Bash-20201106-81372f2 [2020-11-10T02:41:40.200Z] [2020-11-10T02:41:40.200Z] [2020-11-10T02:41:40.200Z] ==> Jenkins CI detected. [2020-11-10T02:41:40.200Z] project root: . [2020-11-10T02:41:40.200Z] --> token set from env [2020-11-10T02:41:40.200Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-10T02:41:40.200Z] ==> Running gcov in . (disable via -X gcov) [2020-11-10T02:41:40.200Z] ==> Python coveragepy not found [2020-11-10T02:41:40.200Z] ==> Searching for coverage reports in: [2020-11-10T02:41:40.200Z] + . [2020-11-10T02:41:40.200Z] -> Found 1 reports [2020-11-10T02:41:40.200Z] ==> Detecting git/mercurial file structure [2020-11-10T02:41:40.200Z] ==> Reading reports [2020-11-10T02:41:40.200Z] + ./coverage.out bytes=109858 [2020-11-10T02:41:40.200Z] ==> Appending adjustments [2020-11-10T02:41:40.200Z] https://docs.codecov.io/docs/fixing-reports [2020-11-10T02:41:40.775Z] + Found adjustments [2020-11-10T02:41:40.775Z] ==> Gzipping contents [2020-11-10T02:41:41.037Z] ==> Uploading reports [2020-11-10T02:41:41.037Z] url: https://codecov.io [2020-11-10T02:41:41.037Z] query: branch=PR-365&commit=ba768134bdda0babf0f095d37a490f0046e43e00&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-365%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=365&job=&cmd_args= [2020-11-10T02:41:41.038Z] -> Pinging Codecov [2020-11-10T02:41:41.038Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-365&commit=ba768134bdda0babf0f095d37a490f0046e43e00&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-365%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=365&job=&cmd_args= [2020-11-10T02:41:41.610Z] -> Uploading to [2020-11-10T02:41:41.610Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-10/71470A77251A30514AAF9C0BB2E5B6CE/ba768134bdda0babf0f095d37a490f0046e43e00/4c8e9e34-ea06-4489-9165-3d5e66d49cd7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201110T024141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7d7d2e0752eea81a6073d4942520ebb225183586e107f73bd8740c31500f3caa [2020-11-10T02:41:41.610Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-10T02:41:41.610Z] Dload Upload Total Spent Left Speed [2020-11-10T02:41:41.873Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17668 0 0 100 17668 0 44227 --:--:-- --:--:-- --:--:-- 44280 [2020-11-10T02:41:41.873Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ba768134bdda0babf0f095d37a490f0046e43e00 [Pipeline] } [2020-11-10T02:41:41.882Z] 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-10T02:41:44.680Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:41:45.242Z] ---> package-listing.sh [2020-11-10T02:41:45.242Z] ++ facter osfamily [2020-11-10T02:41:45.242Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-10T02:41:45.242Z] + OS_FAMILY=redhat [2020-11-10T02:41:45.242Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-365 [2020-11-10T02:41:45.242Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-10T02:41:45.242Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-10T02:41:45.242Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-10T02:41:45.242Z] + PACKAGES=/tmp/packages_start.txt [2020-11-10T02:41:45.242Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-365 ']' [2020-11-10T02:41:45.242Z] + PACKAGES=/tmp/packages_end.txt [2020-11-10T02:41:45.242Z] + case "${OS_FAMILY}" in [2020-11-10T02:41:45.242Z] + rpm -qa [2020-11-10T02:41:45.242Z] + sort [2020-11-10T02:41:48.592Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-10T02:41:48.592Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-10T02:41:48.592Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-10T02:41:48.592Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-365 ']' [2020-11-10T02:41:48.592Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-365/archives/ [2020-11-10T02:41:48.592Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-365/archives/ [Pipeline] echo [2020-11-10T02:41:48.605Z] 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-365/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-10T02:41:48.895Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:41:49.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T02:41:49.200Z] [2020-11-10T02:41:49.200Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-10T02:41:49.554Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T02:41:49.555Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-10T02:41:49.555Z] df20fa9351a1: Pulling fs layer [2020-11-10T02:41:49.555Z] 36b3adc4ff6f: Pulling fs layer [2020-11-10T02:41:49.555Z] 8ad3a11d3b57: Pulling fs layer [2020-11-10T02:41:49.555Z] 46f8f816bc3b: Pulling fs layer [2020-11-10T02:41:49.555Z] 93b61091891f: Pulling fs layer [2020-11-10T02:41:49.555Z] 93b9cdb0e59b: Pulling fs layer [2020-11-10T02:41:49.555Z] 5e14af77c1be: Pulling fs layer [2020-11-10T02:41:49.555Z] 01666e4c0597: Pulling fs layer [2020-11-10T02:41:49.555Z] aa168da1d23b: Pulling fs layer [2020-11-10T02:41:49.555Z] 46f8f816bc3b: Waiting [2020-11-10T02:41:49.555Z] 93b9cdb0e59b: Waiting [2020-11-10T02:41:49.555Z] 93b61091891f: Waiting [2020-11-10T02:41:49.555Z] 5e14af77c1be: Waiting [2020-11-10T02:41:49.555Z] 01666e4c0597: Waiting [2020-11-10T02:41:49.555Z] aa168da1d23b: Waiting [2020-11-10T02:41:49.555Z] 36b3adc4ff6f: Download complete [2020-11-10T02:41:49.555Z] 46f8f816bc3b: Download complete [2020-11-10T02:41:49.555Z] df20fa9351a1: Verifying Checksum [2020-11-10T02:41:49.555Z] df20fa9351a1: Download complete [2020-11-10T02:41:49.817Z] 93b9cdb0e59b: Verifying Checksum [2020-11-10T02:41:49.817Z] 93b9cdb0e59b: Download complete [2020-11-10T02:41:49.817Z] 93b61091891f: Download complete [2020-11-10T02:41:49.817Z] 5e14af77c1be: Verifying Checksum [2020-11-10T02:41:49.817Z] 5e14af77c1be: Download complete [2020-11-10T02:41:49.817Z] 01666e4c0597: Verifying Checksum [2020-11-10T02:41:49.817Z] 01666e4c0597: Download complete [2020-11-10T02:41:49.817Z] df20fa9351a1: Pull complete [2020-11-10T02:41:50.082Z] 8ad3a11d3b57: Verifying Checksum [2020-11-10T02:41:50.082Z] 8ad3a11d3b57: Download complete [2020-11-10T02:41:50.082Z] 36b3adc4ff6f: Pull complete [2020-11-10T02:41:50.659Z] 8ad3a11d3b57: Pull complete [2020-11-10T02:41:50.922Z] 46f8f816bc3b: Pull complete [2020-11-10T02:41:51.185Z] 93b61091891f: Pull complete [2020-11-10T02:41:51.449Z] 93b9cdb0e59b: Pull complete [2020-11-10T02:41:52.026Z] 5e14af77c1be: Pull complete [2020-11-10T02:41:52.026Z] aa168da1d23b: Verifying Checksum [2020-11-10T02:41:52.026Z] aa168da1d23b: Download complete [2020-11-10T02:41:52.301Z] 01666e4c0597: Pull complete [2020-11-10T02:42:00.485Z] aa168da1d23b: Pull complete [2020-11-10T02:42:00.485Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-10T02:42:00.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T02:42:00.485Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-10T02:42:00.630Z] prd-centos7-docker-4c-2g-11679 does not seem to be running inside a container [2020-11-10T02:42:00.679Z] $ 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-365/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-365 -v /w/workspace/dry_go-mod-core-contracts_PR-365:/w/workspace/dry_go-mod-core-contracts_PR-365:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-365@tmp:/w/workspace/dry_go-mod-core-contracts_PR-365@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-10T02:42:04.578Z] $ docker top 83d0cded9fbcf117a16c22ac749f1338dc3eff6033ad40c0ca8bebc39d9a8b70 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T02:42:05.149Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-10T02:42:05.447Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-10T02:42:05.754Z] + ls /var/log/sa-host [2020-11-10T02:42:05.754Z] + sadf -c /var/log/sa-host/sa05 [2020-11-10T02:42:05.754Z] file_magic: OK [2020-11-10T02:42:05.754Z] HZ: Using current value: 100 [2020-11-10T02:42:05.754Z] file_header: OK [2020-11-10T02:42:05.754Z] 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-10T02:42:05.754Z] Statistics: [2020-11-10T02:42:05.754Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T02:42:05.754Z] File successfully converted to sysstat format version 12.2.1 [2020-11-10T02:42:05.754Z] + sadf -c /var/log/sa-host/sa10 [2020-11-10T02:42:05.754Z] file_magic: OK [2020-11-10T02:42:05.754Z] HZ: Using current value: 100 [2020-11-10T02:42:05.754Z] file_header: OK [2020-11-10T02:42:05.754Z] 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-10T02:42:05.754Z] Statistics: [2020-11-10T02:42:05.754Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T02:42:05.754Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-10T02:42:06.383Z] provisioning config files... [2020-11-10T02:42:06.411Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/config2365709254581902594tmp [Pipeline] { [Pipeline] echo [2020-11-10T02:42:06.496Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:42:06.790Z] ---> create-netrc.sh [Pipeline] } [2020-11-10T02:42:06.803Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-10T02:42:06.942Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:42:07.238Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-10T02:42:07.249Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:42:07.541Z] ---> sudo-logs.sh [2020-11-10T02:42:07.542Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-10T02:42:07.814Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:42:08.113Z] ---> job-cost.sh [2020-11-10T02:42:08.113Z] lf-activate-venv: SKIPPING [2020-11-10T02:42:08.113Z] INFO: No Stack... [2020-11-10T02:42:09.057Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-10T02:42:09.318Z] INFO: Archiving Costs [Pipeline] echo [2020-11-10T02:42:09.331Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T02:42:09.626Z] ---> logs-deploy.sh [2020-11-10T02:42:09.626Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-365/18 [2020-11-10T02:42:09.626Z] INFO: archiving workspace using pattern(s): [2020-11-10T02:42:11.546Z] Archives upload complete. [2020-11-10T02:42:11.547Z] INFO: archiving logs to Nexus [2020-11-10T02:42:12.507Z] ---> uname -a: [2020-11-10T02:42:12.507Z] Linux prd-centos7-docker-4c-2g-11679.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] ---> lscpu: [2020-11-10T02:42:12.507Z] Architecture: x86_64 [2020-11-10T02:42:12.507Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-10T02:42:12.507Z] Byte Order: Little Endian [2020-11-10T02:42:12.507Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-10T02:42:12.507Z] CPU(s): 4 [2020-11-10T02:42:12.507Z] On-line CPU(s) list: 0-3 [2020-11-10T02:42:12.507Z] Thread(s) per core: 1 [2020-11-10T02:42:12.507Z] Core(s) per socket: 1 [2020-11-10T02:42:12.507Z] Socket(s): 4 [2020-11-10T02:42:12.507Z] NUMA node(s): 1 [2020-11-10T02:42:12.507Z] Vendor ID: GenuineIntel [2020-11-10T02:42:12.507Z] CPU family: 6 [2020-11-10T02:42:12.507Z] Model: 44 [2020-11-10T02:42:12.507Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-10T02:42:12.507Z] Stepping: 1 [2020-11-10T02:42:12.507Z] CPU MHz: 2933.438 [2020-11-10T02:42:12.507Z] BogoMIPS: 5866.87 [2020-11-10T02:42:12.507Z] Virtualization: VT-x [2020-11-10T02:42:12.507Z] Hypervisor vendor: KVM [2020-11-10T02:42:12.507Z] Virtualization type: full [2020-11-10T02:42:12.507Z] L1d cache: 128 KiB [2020-11-10T02:42:12.507Z] L1i cache: 128 KiB [2020-11-10T02:42:12.507Z] L2 cache: 16 MiB [2020-11-10T02:42:12.507Z] L3 cache: 64 MiB [2020-11-10T02:42:12.507Z] NUMA node0 CPU(s): 0-3 [2020-11-10T02:42:12.507Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-10T02:42:12.507Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-10T02:42:12.507Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-10T02:42:12.507Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-10T02:42:12.507Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-10T02:42:12.507Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-10T02:42:12.507Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-10T02:42:12.507Z] Vulnerability Tsx async abort: Not affected [2020-11-10T02:42:12.507Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] ---> nproc: [2020-11-10T02:42:12.507Z] 4 [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] ---> df -h: [2020-11-10T02:42:12.507Z] Filesystem Size Used Available Use% Mounted on [2020-11-10T02:42:12.507Z] overlay 50.0G 7.2G 42.8G 14% / [2020-11-10T02:42:12.507Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-10T02:42:12.507Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-10T02:42:12.507Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-365 [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-365@tmp [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-11-10T02:42:12.507Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] ---> free -m: [2020-11-10T02:42:12.507Z] total used free shared buff/cache available [2020-11-10T02:42:12.507Z] Mem: 1837 665 111 0 1061 1070 [2020-11-10T02:42:12.507Z] Swap: 1023 1 1022 [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] ---> ip addr: [2020-11-10T02:42:12.507Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-10T02:42:12.507Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-10T02:42:12.507Z] inet 127.0.0.1/8 scope host lo [2020-11-10T02:42:12.507Z] valid_lft forever preferred_lft forever [2020-11-10T02:42:12.507Z] inet6 ::1/128 scope host [2020-11-10T02:42:12.507Z] valid_lft forever preferred_lft forever [2020-11-10T02:42:12.507Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-10T02:42:12.507Z] link/ether fa:16:3e:3c:91:bc brd ff:ff:ff:ff:ff:ff [2020-11-10T02:42:12.507Z] inet 10.30.122.79/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-10T02:42:12.507Z] valid_lft 86082sec preferred_lft 86082sec [2020-11-10T02:42:12.507Z] inet6 fe80::f816:3eff:fe3c:91bc/64 scope link [2020-11-10T02:42:12.507Z] valid_lft forever preferred_lft forever [2020-11-10T02:42:12.507Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-10T02:42:12.507Z] link/ether 02:42:c2:a4:89:66 brd ff:ff:ff:ff:ff:ff [2020-11-10T02:42:12.507Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-10T02:42:12.507Z] valid_lft forever preferred_lft forever [2020-11-10T02:42:12.507Z] inet6 fe80::42:c2ff:fea4:8966/64 scope link [2020-11-10T02:42:12.507Z] valid_lft forever preferred_lft forever [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] ---> sar -b -r -n DEV: [2020-11-10T02:42:12.507Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] 02:36:36 LINUX RESTART (4 CPU) [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] 02:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-10T02:42:12.507Z] 02:38:03 138.58 47.64 90.95 0.00 7721.57 40356.29 0.00 [2020-11-10T02:42:12.507Z] 02:39:01 3.41 0.00 3.41 0.00 0.00 115.59 0.00 [2020-11-10T02:42:12.507Z] 02:40:01 0.37 0.00 0.37 0.00 0.00 5.81 0.00 [2020-11-10T02:42:12.507Z] 02:41:01 0.23 0.00 0.23 0.00 0.00 1.93 0.00 [2020-11-10T02:42:12.507Z] 02:42:01 110.25 62.11 48.15 0.00 5964.09 15570.34 0.00 [2020-11-10T02:42:12.507Z] Average: 50.96 22.14 28.82 0.00 2759.81 11293.18 0.00 [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] 02:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-10T02:42:12.507Z] 02:38:03 164992 0 555804 29.54 2620 1158140 1102296 37.62 406252 1147832 128 [2020-11-10T02:42:12.507Z] 02:39:01 166656 0 554232 29.46 2620 1158048 1102132 37.61 406936 1146308 16 [2020-11-10T02:42:12.507Z] 02:40:01 168804 0 552080 29.34 2620 1158052 1083424 36.98 406216 1145412 8 [2020-11-10T02:42:12.507Z] 02:41:01 169816 0 551068 29.29 2620 1158052 1078236 36.80 405548 1145288 8 [2020-11-10T02:42:12.507Z] 02:42:01 178812 0 657084 34.92 2620 1043040 1275784 43.54 440848 1039016 53356 [2020-11-10T02:42:12.507Z] Average: 169816 0 574054 30.51 2620 1135066 1128374 38.51 413160 1124771 10703 [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] 02:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-10T02:42:12.507Z] 02:38:03 eth0 512.83 316.71 1077.36 101.07 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:38:03 docker0 5.93 3.89 1.21 12.85 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:39:01 eth0 2.19 0.81 1.14 0.24 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:40:01 eth0 0.60 0.43 0.28 0.21 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:41:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:42:01 eth0 206.09 171.93 2163.64 19.35 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] Average: eth0 145.44 98.76 654.60 24.34 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] Average: docker0 1.19 0.78 0.24 2.59 0.00 0.00 0.00 0.00 [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] ---> sar -P ALL: [2020-11-10T02:42:12.507Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] 02:36:36 LINUX RESTART (4 CPU) [2020-11-10T02:42:12.507Z] [2020-11-10T02:42:12.507Z] 02:37:01 CPU %user %nice %system %iowait %steal %idle [2020-11-10T02:42:12.507Z] 02:38:03 all 14.44 0.00 7.25 7.94 0.02 70.36 [2020-11-10T02:42:12.507Z] 02:38:03 0 14.18 0.00 7.48 7.97 0.02 70.35 [2020-11-10T02:42:12.507Z] 02:38:03 1 14.12 0.00 7.39 9.81 0.02 68.66 [2020-11-10T02:42:12.507Z] 02:38:03 2 14.28 0.00 7.65 7.45 0.03 70.59 [2020-11-10T02:42:12.507Z] 02:38:03 3 15.16 0.00 6.47 6.52 0.00 71.86 [2020-11-10T02:42:12.507Z] 02:39:01 all 0.18 0.00 0.06 0.00 0.00 99.76 [2020-11-10T02:42:12.507Z] 02:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-10T02:42:12.507Z] 02:39:01 1 0.05 0.00 0.09 0.00 0.00 99.86 [2020-11-10T02:42:12.507Z] 02:39:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2020-11-10T02:42:12.507Z] 02:39:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-11-10T02:42:12.507Z] 02:40:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-11-10T02:42:12.507Z] 02:40:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2020-11-10T02:42:12.507Z] 02:40:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-11-10T02:42:12.507Z] 02:40:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-11-10T02:42:12.507Z] 02:40:01 3 0.48 0.00 0.03 0.00 0.00 99.48 [2020-11-10T02:42:12.507Z] 02:41:01 all 0.09 0.00 0.03 0.00 0.00 99.88 [2020-11-10T02:42:12.507Z] 02:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-10T02:42:12.507Z] 02:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-10T02:42:12.507Z] 02:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-11-10T02:42:12.507Z] 02:41:01 3 0.28 0.00 0.03 0.00 0.00 99.68 [2020-11-10T02:42:12.507Z] 02:42:01 all 5.63 0.00 3.43 1.49 0.00 89.45 [2020-11-10T02:42:12.507Z] 02:42:01 0 5.15 0.00 3.44 0.35 0.00 91.06 [2020-11-10T02:42:12.507Z] 02:42:01 1 5.13 0.00 2.72 0.37 0.02 91.77 [2020-11-10T02:42:12.507Z] 02:42:01 2 5.83 0.00 3.76 1.15 0.00 89.27 [2020-11-10T02:42:12.508Z] 02:42:01 3 6.44 0.00 3.79 4.08 0.00 85.69 [2020-11-10T02:42:12.508Z] Average: all 4.10 0.00 2.16 1.89 0.00 91.85 [2020-11-10T02:42:12.508Z] Average: 0 3.88 0.00 2.21 1.66 0.00 92.24 [2020-11-10T02:42:12.508Z] Average: 1 3.88 0.00 2.06 2.04 0.01 92.01 [2020-11-10T02:42:12.508Z] Average: 2 4.06 0.00 2.31 1.72 0.01 91.90 [2020-11-10T02:42:12.508Z] Average: 3 4.58 0.00 2.07 2.12 0.00 91.23 [2020-11-10T02:42:12.508Z] [2020-11-10T02:42:12.508Z] [2020-11-10T02:42:12.508Z]