Pull request #367 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at af8aa216260df0556b394ae78b2a31d110cb53a2 rather than b7719e61e1142dc331a4d8c0addcb6bf254d367c 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11898 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-367 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit b7719e61e1142dc331a4d8c0addcb6bf254d367c Merge succeeded, producing b7719e61e1142dc331a4d8c0addcb6bf254d367c Checking out Revision b7719e61e1142dc331a4d8c0addcb6bf254d367c (PR-367) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7719e61e1142dc331a4d8c0addcb6bf254d367c # 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 b7719e61e1142dc331a4d8c0addcb6bf254d367c # timeout=10 Commit message: "feat(clients): Implement Add method for V2 EventClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 545abb30c9d7fd46d735dd4e6f57c8ce461e02d5 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-12T02:17:04.178Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-12T02:17:04.507Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-12T02:17:04.622Z] ========================================================= [2020-11-12T02:17:04.622Z] EdgeX Global Pipelines Version Info [2020-11-12T02:17:04.622Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:17:06.187Z] ------------------- [2020-11-12T02:17:06.187Z] stable info: [2020-11-12T02:17:06.187Z] ------------------- [2020-11-12T02:17:06.187Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T02:17:06.187Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-12T02:17:06.187Z] Message: update stable to v1.0.162 [2020-11-12T02:17:07.138Z] ------------------- [2020-11-12T02:17:07.138Z] experimental info: [2020-11-12T02:17:07.138Z] ------------------- [2020-11-12T02:17:07.138Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-12T02:17:07.138Z] Commit SHA: 385afd1d63b7490d49b292b4c1950ab3fd942460 [2020-11-12T02:17:07.138Z] Message: update experimental to v1.0.163 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-12T02:17:07.523Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-12T02:17:07.621Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-12T02:17:07.721Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-12T02:17:07.826Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-12T02:17:07.924Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-12T02:17:08.023Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-12T02:17:08.125Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-12T02:17:08.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-12T02:17:08.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-12T02:17:08.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-12T02:17:08.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-12T02:17:08.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-12T02:17:08.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-12T02:17:08.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-12T02:17:08.905Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T02:17:09.007Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T02:17:09.102Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T02:17:09.200Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T02:17:09.299Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-12T02:17:09.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-12T02:17:09.494Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-12T02:17:09.589Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-12T02:17:09.700Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-12T02:17:09.822Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-12T02:17:09.999Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-12T02:17:10.110Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-12T02:17:10.208Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo [2020-11-12T02:17:10.358Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo [2020-11-12T02:17:10.483Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo [2020-11-12T02:17:10.592Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7719e61e1142dc331a4d8c0addcb6bf254d367c [Pipeline] echo [2020-11-12T02:17:10.686Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7719e6 [Pipeline] echo [2020-11-12T02:17:10.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T02:17:10.959Z] provisioning config files... [2020-11-12T02:17:10.984Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config1256991542998354132tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:17:11.353Z] ---> docker-login.sh [2020-11-12T02:17:11.353Z] nexus3.edgexfoundry.org:10001 [2020-11-12T02:17:11.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:17:11.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:17:11.617Z] Configure a credential helper to remove this warning. See [2020-11-12T02:17:11.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:17:11.617Z] [2020-11-12T02:17:11.617Z] Login Succeeded [2020-11-12T02:17:11.617Z] nexus3.edgexfoundry.org:10002 [2020-11-12T02:17:11.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:17:11.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:17:11.878Z] Configure a credential helper to remove this warning. See [2020-11-12T02:17:11.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:17:11.878Z] [2020-11-12T02:17:11.878Z] Login Succeeded [2020-11-12T02:17:11.878Z] nexus3.edgexfoundry.org:10003 [2020-11-12T02:17:12.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:17:12.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:17:12.143Z] Configure a credential helper to remove this warning. See [2020-11-12T02:17:12.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:17:12.143Z] [2020-11-12T02:17:12.143Z] Login Succeeded [2020-11-12T02:17:12.143Z] nexus3.edgexfoundry.org:10004 [2020-11-12T02:17:12.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:17:12.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:17:12.143Z] Configure a credential helper to remove this warning. See [2020-11-12T02:17:12.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:17:12.143Z] [2020-11-12T02:17:12.143Z] Login Succeeded [2020-11-12T02:17:12.404Z] docker.io [2020-11-12T02:17:12.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:17:12.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:17:12.666Z] Configure a credential helper to remove this warning. See [2020-11-12T02:17:12.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:17:12.666Z] [2020-11-12T02:17:12.666Z] Login Succeeded [2020-11-12T02:17:12.666Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T02:17:12.677Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T02:17:13.567Z] + git log --format=format:%s -1 b7719e61e1142dc331a4d8c0addcb6bf254d367c [Pipeline] echo [2020-11-12T02:17:13.655Z] GIT_COMMIT: b7719e61e1142dc331a4d8c0addcb6bf254d367c, Commit Message: feat(clients): Implement Add method for V2 EventClient [Pipeline] echo [2020-11-12T02:17:13.732Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:17:14.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T02:17:14.842Z] [2020-11-12T02:17:14.842Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:17:15.195Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T02:17:15.196Z] latest: Pulling from edgex-devops/git-semver [2020-11-12T02:17:15.196Z] 31603596830f: Pulling fs layer [2020-11-12T02:17:15.196Z] 2a8b12db71e7: Pulling fs layer [2020-11-12T02:17:15.196Z] 6ca5941a6612: Pulling fs layer [2020-11-12T02:17:15.196Z] ecc8261a40a4: Pulling fs layer [2020-11-12T02:17:15.196Z] ecc8261a40a4: Waiting [2020-11-12T02:17:15.196Z] 2a8b12db71e7: Verifying Checksum [2020-11-12T02:17:15.196Z] 2a8b12db71e7: Download complete [2020-11-12T02:17:15.458Z] 31603596830f: Verifying Checksum [2020-11-12T02:17:15.458Z] 31603596830f: Download complete [2020-11-12T02:17:15.458Z] ecc8261a40a4: Verifying Checksum [2020-11-12T02:17:15.458Z] ecc8261a40a4: Download complete [2020-11-12T02:17:15.720Z] 31603596830f: Pull complete [2020-11-12T02:17:15.721Z] 6ca5941a6612: Verifying Checksum [2020-11-12T02:17:15.721Z] 6ca5941a6612: Download complete [2020-11-12T02:17:15.721Z] 2a8b12db71e7: Pull complete [2020-11-12T02:17:16.302Z] 6ca5941a6612: Pull complete [2020-11-12T02:17:16.564Z] ecc8261a40a4: Pull complete [2020-11-12T02:17:16.564Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-12T02:17:16.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T02:17:16.825Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-12T02:17:16.925Z] prd-centos7-docker-4c-2g-11898 does not seem to be running inside a container [2020-11-12T02:17:16.975Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T02:17:18.811Z] $ docker top 8a5dc8ec88f365dd69c5b548763ac663ff9e792f874e78db0bac176fd6ce1f47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T02:17:19.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T02:17:19.125Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T02:17:19.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T02:17:19.332Z] $ docker exec 8a5dc8ec88f365dd69c5b548763ac663ff9e792f874e78db0bac176fd6ce1f47 ssh-agent [2020-11-12T02:17:19.482Z] SSH_AUTH_SOCK=/tmp/ssh-K9OGKqOXj213/agent.13 [2020-11-12T02:17:19.482Z] SSH_AGENT_PID=18 [2020-11-12T02:17:19.497Z] Running ssh-add (command line suppressed) [2020-11-12T02:17:19.612Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1315768243726508173.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1315768243726508173.key) [2020-11-12T02:17:19.657Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T02:17:19.994Z] + git tag --points-at HEAD [Pipeline] } [2020-11-12T02:17:20.015Z] $ docker exec --env ******** --env ******** 8a5dc8ec88f365dd69c5b548763ac663ff9e792f874e78db0bac176fd6ce1f47 ssh-agent -k [2020-11-12T02:17:20.123Z] unset SSH_AUTH_SOCK; [2020-11-12T02:17:20.124Z] unset SSH_AGENT_PID; [2020-11-12T02:17:20.124Z] echo Agent pid 18 killed; [2020-11-12T02:17:20.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-12T02:17:20.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T02:17:20.330Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T02:17:20.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T02:17:20.489Z] $ docker exec 8a5dc8ec88f365dd69c5b548763ac663ff9e792f874e78db0bac176fd6ce1f47 ssh-agent [2020-11-12T02:17:20.646Z] SSH_AUTH_SOCK=/tmp/ssh-o7GeWaxzePIx/agent.47 [2020-11-12T02:17:20.646Z] SSH_AGENT_PID=52 [2020-11-12T02:17:20.652Z] Running ssh-add (command line suppressed) [2020-11-12T02:17:20.765Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_3909851230604568807.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_3909851230604568807.key) [2020-11-12T02:17:20.808Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T02:17:21.153Z] + git semver init [2020-11-12T02:17:21.153Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T02:17:21.153Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git [2020-11-12T02:17:21.153Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-12T02:17:21.153Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T02:17:21.153Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T02:17:21.153Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T02:17:21.153Z] # $SEMVER_BRANCH = PR-367 [2020-11-12T02:17:21.153Z] # $SEMVER_TEMP = /tmp/semver-143302429 [2020-11-12T02:17:21.153Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-12T02:17:22.539Z] # '/tmp/semver-143302429' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' [2020-11-12T02:17:22.539Z] # -> Force: false [2020-11-12T02:17:22.539Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } [2020-11-12T02:17:22.552Z] $ docker exec --env ******** --env ******** 8a5dc8ec88f365dd69c5b548763ac663ff9e792f874e78db0bac176fd6ce1f47 ssh-agent -k [2020-11-12T02:17:22.671Z] unset SSH_AUTH_SOCK; [2020-11-12T02:17:22.672Z] unset SSH_AGENT_PID; [2020-11-12T02:17:22.672Z] echo Agent pid 52 killed; [2020-11-12T02:17:22.715Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T02:17:23.195Z] + git semver [Pipeline] } [2020-11-12T02:17:23.220Z] $ docker stop --time=1 8a5dc8ec88f365dd69c5b548763ac663ff9e792f874e78db0bac176fd6ce1f47 [2020-11-12T02:17:25.000Z] $ docker rm -f 8a5dc8ec88f365dd69c5b548763ac663ff9e792f874e78db0bac176fd6ce1f47 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T02:17:25.509Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-12T02:17:26.076Z] Stashed 1 file(s) [Pipeline] echo [2020-11-12T02:17:26.079Z] [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-12T02:17:41.720Z] Still waiting to schedule task [2020-11-12T02:17:41.720Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11898’ [2020-11-12T02:17:41.722Z] Still waiting to schedule task [2020-11-12T02:17:41.722Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-12T02:19:44.777Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11899 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-12T02:19:44.878Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-11-12T02:19:49.991Z] using credential edgex-jenkins-ssh [2020-11-12T02:19:50.058Z] Cloning the remote Git repository [2020-11-12T02:19:50.113Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-12T02:19:50.219Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-11-12T02:19:50.289Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-12T02:19:50.289Z] > git --version # timeout=10 [2020-11-12T02:19:50.305Z] > git --version # 'git version 2.17.1' [2020-11-12T02:19:50.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T02:19:50.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T02:19:53.684Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit b7719e61e1142dc331a4d8c0addcb6bf254d367c [2020-11-12T02:19:52.840Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-12T02:19:52.865Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T02:19:52.899Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-12T02:19:52.942Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-12T02:19:52.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T02:19:52.956Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T02:19:53.707Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T02:19:53.733Z] > git checkout -f b7719e61e1142dc331a4d8c0addcb6bf254d367c # timeout=10 [2020-11-12T02:19:53.957Z] Merge succeeded, producing b7719e61e1142dc331a4d8c0addcb6bf254d367c [2020-11-12T02:19:53.957Z] Checking out Revision b7719e61e1142dc331a4d8c0addcb6bf254d367c (PR-367) [2020-11-12T02:19:53.867Z] > git remote # timeout=10 [2020-11-12T02:19:53.890Z] > git config --get remote.origin.url # timeout=10 [2020-11-12T02:19:53.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T02:19:53.921Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-12T02:19:53.945Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-12T02:19:53.966Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T02:19:53.984Z] > git checkout -f b7719e61e1142dc331a4d8c0addcb6bf254d367c # timeout=10 [2020-11-12T02:19:58.716Z] Commit message: "feat(clients): Implement Add method for V2 EventClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T02:19:59.550Z] provisioning config files... [2020-11-12T02:19:59.598Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/2@tmp/config7675311367130731581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:20:00.621Z] ---> docker-login.sh [2020-11-12T02:20:00.621Z] nexus3.edgexfoundry.org:10001 [2020-11-12T02:20:01.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:02.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:02.280Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:02.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:02.280Z] [2020-11-12T02:20:02.280Z] Login Succeeded [2020-11-12T02:20:02.280Z] nexus3.edgexfoundry.org:10002 [2020-11-12T02:20:02.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:04.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:04.903Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:04.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:04.903Z] [2020-11-12T02:20:04.903Z] Login Succeeded [2020-11-12T02:20:04.903Z] nexus3.edgexfoundry.org:10003 [2020-11-12T02:20:05.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:05.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:05.507Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:05.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:05.507Z] [2020-11-12T02:20:05.507Z] Login Succeeded [2020-11-12T02:20:05.507Z] nexus3.edgexfoundry.org:10004 [2020-11-12T02:20:06.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:06.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:06.108Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:06.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:06.108Z] [2020-11-12T02:20:06.108Z] Login Succeeded [2020-11-12T02:20:06.108Z] docker.io [2020-11-12T02:20:06.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:06.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:06.983Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:06.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:06.983Z] [2020-11-12T02:20:06.983Z] Login Succeeded [2020-11-12T02:20:06.983Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T02:20:07.061Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T02:20:07.646Z] ========================================================= [2020-11-12T02:20:07.646Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-12T02:20:07.646Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:20:08.068Z] + 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-12T02:20:08.703Z] Sending build context to Docker daemon 1.851MB [2020-11-12T02:20:08.703Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-12T02:20:08.703Z] Step 2/7 : FROM ${BASE} [2020-11-12T02:20:08.703Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-12T02:20:08.703Z] b538f80385f9: Pulling fs layer [2020-11-12T02:20:08.703Z] 74f711af9a0d: Pulling fs layer [2020-11-12T02:20:08.703Z] 99f96fe45779: Pulling fs layer [2020-11-12T02:20:08.703Z] 8529a6b9a6be: Pulling fs layer [2020-11-12T02:20:08.703Z] 45590311c82a: Pulling fs layer [2020-11-12T02:20:08.703Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-12T02:20:08.703Z] 209524e5b208: Pulling fs layer [2020-11-12T02:20:08.703Z] 8529a6b9a6be: Waiting [2020-11-12T02:20:08.703Z] 45590311c82a: Waiting [2020-11-12T02:20:08.703Z] 69ca0ff8b7b3: Waiting [2020-11-12T02:20:08.703Z] 209524e5b208: Waiting [2020-11-12T02:20:08.703Z] 99f96fe45779: Verifying Checksum [2020-11-12T02:20:08.703Z] 99f96fe45779: Download complete [2020-11-12T02:20:08.703Z] 74f711af9a0d: Download complete [2020-11-12T02:20:09.298Z] 45590311c82a: Verifying Checksum [2020-11-12T02:20:09.298Z] 45590311c82a: Download complete [2020-11-12T02:20:09.899Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-12T02:20:09.899Z] 69ca0ff8b7b3: Download complete [2020-11-12T02:20:11.350Z] b538f80385f9: Download complete [2020-11-12T02:20:11.951Z] b538f80385f9: Pull complete [2020-11-12T02:20:12.226Z] 74f711af9a0d: Pull complete [2020-11-12T02:20:12.835Z] 99f96fe45779: Pull complete [2020-11-12T02:20:27.940Z] 209524e5b208: Verifying Checksum [2020-11-12T02:20:27.940Z] 209524e5b208: Download complete [2020-11-12T02:20:34.566Z] Running on prd-centos7-docker-4c-2g-11900 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws [2020-11-12T02:20:34.647Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-11-12T02:20:37.526Z] using credential edgex-jenkins-ssh [2020-11-12T02:20:37.593Z] Cloning the remote Git repository [2020-11-12T02:20:37.622Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-12T02:20:37.689Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-11-12T02:20:37.760Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-12T02:20:37.761Z] > git --version # timeout=10 [2020-11-12T02:20:37.771Z] > git --version # 'git version 2.16.5' [2020-11-12T02:20:37.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T02:20:37.811Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T02:20:39.458Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-12T02:20:39.466Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T02:20:39.478Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-12T02:20:39.493Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-12T02:20:39.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T02:20:39.498Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T02:20:40.077Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit b7719e61e1142dc331a4d8c0addcb6bf254d367c [2020-11-12T02:20:40.186Z] Merge succeeded, producing b7719e61e1142dc331a4d8c0addcb6bf254d367c [2020-11-12T02:20:40.187Z] Checking out Revision b7719e61e1142dc331a4d8c0addcb6bf254d367c (PR-367) [2020-11-12T02:20:40.089Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T02:20:40.094Z] > git checkout -f b7719e61e1142dc331a4d8c0addcb6bf254d367c # timeout=10 [2020-11-12T02:20:40.157Z] > git remote # timeout=10 [2020-11-12T02:20:40.163Z] > git config --get remote.origin.url # timeout=10 [2020-11-12T02:20:40.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T02:20:40.172Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-12T02:20:40.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-12T02:20:40.193Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T02:20:40.196Z] > git checkout -f b7719e61e1142dc331a4d8c0addcb6bf254d367c # timeout=10 [2020-11-12T02:20:43.849Z] Commit message: "feat(clients): Implement Add method for V2 EventClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T02:20:44.939Z] provisioning config files... [2020-11-12T02:20:44.973Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/2@tmp/config352761729124335355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:20:45.742Z] ---> docker-login.sh [2020-11-12T02:20:45.743Z] nexus3.edgexfoundry.org:10001 [2020-11-12T02:20:46.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:46.270Z] 8529a6b9a6be: Download complete [2020-11-12T02:20:46.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:46.276Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:46.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:46.276Z] [2020-11-12T02:20:46.276Z] Login Succeeded [2020-11-12T02:20:46.276Z] nexus3.edgexfoundry.org:10002 [2020-11-12T02:20:46.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:46.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:46.276Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:46.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:46.276Z] [2020-11-12T02:20:46.276Z] Login Succeeded [2020-11-12T02:20:46.276Z] nexus3.edgexfoundry.org:10003 [2020-11-12T02:20:46.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:46.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:46.806Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:46.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:46.806Z] [2020-11-12T02:20:46.806Z] Login Succeeded [2020-11-12T02:20:46.806Z] nexus3.edgexfoundry.org:10004 [2020-11-12T02:20:46.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:47.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:47.070Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:47.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:47.070Z] [2020-11-12T02:20:47.070Z] Login Succeeded [2020-11-12T02:20:47.070Z] docker.io [2020-11-12T02:20:47.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T02:20:48.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T02:20:48.022Z] Configure a credential helper to remove this warning. See [2020-11-12T02:20:48.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T02:20:48.022Z] [2020-11-12T02:20:48.022Z] Login Succeeded [2020-11-12T02:20:48.022Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T02:20:48.065Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T02:20:48.442Z] ========================================================= [2020-11-12T02:20:48.442Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-12T02:20:48.442Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:20:48.799Z] + 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-12T02:20:49.071Z] Sending build context to Docker daemon 1.851MB [2020-11-12T02:20:49.071Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-12T02:20:49.071Z] Step 2/7 : FROM ${BASE} [2020-11-12T02:20:49.648Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-12T02:20:49.648Z] df20fa9351a1: Pulling fs layer [2020-11-12T02:20:49.648Z] ed8968b2872e: Pulling fs layer [2020-11-12T02:20:49.648Z] a92cc7c5fd73: Pulling fs layer [2020-11-12T02:20:49.648Z] e871e8e8d7a9: Pulling fs layer [2020-11-12T02:20:49.648Z] e73272ec9a57: Pulling fs layer [2020-11-12T02:20:49.648Z] 1e910a182e73: Pulling fs layer [2020-11-12T02:20:49.648Z] 4e634b169226: Pulling fs layer [2020-11-12T02:20:49.648Z] e73272ec9a57: Waiting [2020-11-12T02:20:49.648Z] 1e910a182e73: Waiting [2020-11-12T02:20:49.648Z] 4e634b169226: Waiting [2020-11-12T02:20:49.648Z] e871e8e8d7a9: Waiting [2020-11-12T02:20:49.648Z] a92cc7c5fd73: Verifying Checksum [2020-11-12T02:20:49.648Z] a92cc7c5fd73: Download complete [2020-11-12T02:20:49.648Z] ed8968b2872e: Verifying Checksum [2020-11-12T02:20:49.648Z] ed8968b2872e: Download complete [2020-11-12T02:20:49.648Z] e73272ec9a57: Verifying Checksum [2020-11-12T02:20:49.648Z] e73272ec9a57: Download complete [2020-11-12T02:20:49.648Z] 1e910a182e73: Verifying Checksum [2020-11-12T02:20:49.648Z] 1e910a182e73: Download complete [2020-11-12T02:20:51.577Z] df20fa9351a1: Verifying Checksum [2020-11-12T02:20:51.577Z] df20fa9351a1: Download complete [2020-11-12T02:20:51.842Z] df20fa9351a1: Pull complete [2020-11-12T02:20:51.842Z] ed8968b2872e: Pull complete [2020-11-12T02:20:52.105Z] a92cc7c5fd73: Pull complete [2020-11-12T02:20:56.462Z] 8529a6b9a6be: Pull complete [2020-11-12T02:20:56.462Z] 45590311c82a: Pull complete [2020-11-12T02:20:56.462Z] 69ca0ff8b7b3: Pull complete [2020-11-12T02:20:59.863Z] 209524e5b208: Pull complete [2020-11-12T02:21:00.138Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-12T02:21:00.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-12T02:21:00.138Z] ---> 5bddaf1c2fca [2020-11-12T02:21:00.138Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-12T02:21:02.772Z] ---> Running in 08cc9ff6d359 [2020-11-12T02:21:03.055Z] Removing intermediate container 08cc9ff6d359 [2020-11-12T02:21:03.055Z] ---> 0ac466e9a00d [2020-11-12T02:21:03.055Z] Step 4/7 : RUN apk add bash [2020-11-12T02:21:03.055Z] ---> Running in 75d9a024b2bb [2020-11-12T02:21:05.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T02:21:09.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T02:21:14.124Z] 4e634b169226: Verifying Checksum [2020-11-12T02:21:14.125Z] 4e634b169226: Download complete [2020-11-12T02:21:24.401Z] OK: 142 MiB in 39 packages [2020-11-12T02:21:24.402Z] Removing intermediate container 75d9a024b2bb [2020-11-12T02:21:24.402Z] ---> 484b8cce48ff [2020-11-12T02:21:24.402Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-12T02:21:24.402Z] ---> Running in b09bfdf7cbff [2020-11-12T02:21:24.402Z] Removing intermediate container b09bfdf7cbff [2020-11-12T02:21:24.402Z] ---> 17ff1c839819 [2020-11-12T02:21:24.402Z] Step 6/7 : COPY go.mod . [2020-11-12T02:21:24.678Z] ---> 4203fac2b59e [2020-11-12T02:21:24.678Z] Step 7/7 : RUN go mod download [2020-11-12T02:21:24.966Z] ---> Running in a41c01fd5d43 [2020-11-12T02:21:32.294Z] e871e8e8d7a9: Verifying Checksum [2020-11-12T02:21:32.294Z] e871e8e8d7a9: Download complete [2020-11-12T02:21:35.632Z] e871e8e8d7a9: Pull complete [2020-11-12T02:21:35.901Z] e73272ec9a57: Pull complete [2020-11-12T02:21:35.901Z] 1e910a182e73: Pull complete [2020-11-12T02:21:40.079Z] Removing intermediate container a41c01fd5d43 [2020-11-12T02:21:40.079Z] ---> 1a66f144ca00 [2020-11-12T02:21:40.079Z] Successfully built 1a66f144ca00 [2020-11-12T02:21:40.079Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:21:41.445Z] 4e634b169226: Pull complete [2020-11-12T02:21:41.446Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-12T02:21:41.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-12T02:21:41.446Z] ---> f7629b54cfaa [2020-11-12T02:21:41.446Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-12T02:21:41.446Z] ---> Running in 52f7440660b2 [2020-11-12T02:21:41.446Z] Removing intermediate container 52f7440660b2 [2020-11-12T02:21:41.446Z] ---> a6f0c9417c9f [2020-11-12T02:21:41.446Z] Step 4/7 : RUN apk add bash [2020-11-12T02:21:41.446Z] ---> Running in 46efeb2dacd6 [2020-11-12T02:21:41.769Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T02:21:41.769Z] . [Pipeline] withDockerContainer [2020-11-12T02:21:42.011Z] prd-ubuntu18.04-docker-arm64-4c-16g-11899 does not seem to be running inside a container [2020-11-12T02:21:42.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T02:21:42.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T02:21:44.007Z] $ docker top 3eae7b4658a9c6ca73b0c3bb088178de8ad06815fde8c9ad0a9f8b725b33cbcb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T02:21:45.692Z] + go version [2020-11-12T02:21:45.692Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-12T02:21:45.718Z] $ docker stop --time=1 3eae7b4658a9c6ca73b0c3bb088178de8ad06815fde8c9ad0a9f8b725b33cbcb [2020-11-12T02:21:47.606Z] $ docker rm -f 3eae7b4658a9c6ca73b0c3bb088178de8ad06815fde8c9ad0a9f8b725b33cbcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:21:48.959Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T02:21:48.959Z] . [Pipeline] withDockerContainer [2020-11-12T02:21:49.234Z] prd-ubuntu18.04-docker-arm64-4c-16g-11899 does not seem to be running inside a container [2020-11-12T02:21:49.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T02:21:50.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T02:21:51.152Z] $ docker top 2ffbab063268a610f6b69d993200302be583d814b8553b87539a90576d5df749 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T02:21:52.612Z] + make test [2020-11-12T02:21:52.612Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-12T02:22:05.594Z] OK: 166 MiB in 39 packages [2020-11-12T02:22:05.865Z] Removing intermediate container 46efeb2dacd6 [2020-11-12T02:22:05.866Z] ---> e3146684d08e [2020-11-12T02:22:05.866Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-12T02:22:05.866Z] ---> Running in a2147d179c05 [2020-11-12T02:22:06.132Z] Removing intermediate container a2147d179c05 [2020-11-12T02:22:06.132Z] ---> 4617cc8dcb56 [2020-11-12T02:22:06.132Z] Step 6/7 : COPY go.mod . [2020-11-12T02:22:06.400Z] ---> e9b7e0e1249d [2020-11-12T02:22:06.400Z] Step 7/7 : RUN go mod download [2020-11-12T02:22:06.400Z] ---> Running in 23de1b292145 [2020-11-12T02:22:14.833Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-12T02:22:15.442Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.026s coverage: 85.7% of statements [2020-11-12T02:22:15.442Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements [2020-11-12T02:22:16.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.053s coverage: 45.4% of statements [2020-11-12T02:22:16.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.026s coverage: 77.8% of statements [2020-11-12T02:22:16.438Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-12T02:22:17.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements [2020-11-12T02:22:18.711Z] Removing intermediate container 23de1b292145 [2020-11-12T02:22:18.711Z] ---> 9daea3f7f710 [2020-11-12T02:22:18.711Z] Successfully built 9daea3f7f710 [2020-11-12T02:22:18.711Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:22:18.907Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.041s coverage: 14.7% of statements [2020-11-12T02:22:18.907Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.058s coverage: 100.0% of statements [2020-11-12T02:22:19.044Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T02:22:19.044Z] . [Pipeline] withDockerContainer [2020-11-12T02:22:19.156Z] prd-centos7-docker-4c-2g-11900 does not seem to be running inside a container [2020-11-12T02:22:19.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T02:22:20.049Z] $ docker top d5ad6db71aa7c115ad67900bab2d8d50633d7086ef4cf5d8031a7c2bef3fc9b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T02:22:20.383Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.098s coverage: 91.8% of statements [2020-11-12T02:22:20.384Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-12T02:22:20.384Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-12T02:22:20.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.038s coverage: 100.0% of statements [2020-11-12T02:22:20.618Z] + go version [2020-11-12T02:22:20.618Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-12T02:22:20.641Z] $ docker stop --time=1 d5ad6db71aa7c115ad67900bab2d8d50633d7086ef4cf5d8031a7c2bef3fc9b1 [2020-11-12T02:22:20.993Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.022s coverage: 46.8% of statements [2020-11-12T02:22:21.984Z] $ docker rm -f d5ad6db71aa7c115ad67900bab2d8d50633d7086ef4cf5d8031a7c2bef3fc9b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:22:23.480Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T02:22:23.480Z] . [Pipeline] withDockerContainer [2020-11-12T02:22:23.606Z] prd-centos7-docker-4c-2g-11900 does not seem to be running inside a container [2020-11-12T02:22:23.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T02:22:24.224Z] $ docker top 7cfaa76f9b87553b1b0090211d73051716936d9ae739557103ac4ba9d277eb35 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T02:22:25.022Z] + make test [2020-11-12T02:22:25.022Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-12T02:22:26.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.103s coverage: 63.0% of statements [2020-11-12T02:22:26.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.032s coverage: 26.3% of statements [2020-11-12T02:22:26.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.061s coverage: 15.4% of statements [2020-11-12T02:22:26.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.055s coverage: 15.4% of statements [2020-11-12T02:22:26.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.017s coverage: 14.3% of statements [2020-11-12T02:22:26.468Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-12T02:22:27.929Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.047s coverage: 88.9% of statements [2020-11-12T02:22:27.929Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-12T02:22:27.929Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-12T02:22:27.929Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.025s coverage: 29.1% of statements [2020-11-12T02:22:28.210Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements [2020-11-12T02:22:29.206Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.057s coverage: 94.4% of statements [2020-11-12T02:22:29.206Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2020-11-12T02:22:29.206Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-12T02:22:29.480Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-12T02:22:31.709Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-11-12T02:22:31.709Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.023s coverage: 85.7% of statements [2020-11-12T02:22:31.709Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.032s coverage: 100.0% of statements [2020-11-12T02:22:31.709Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.022s coverage: 45.4% of statements [2020-11-12T02:22:31.986Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.010s coverage: 77.8% of statements [2020-11-12T02:22:31.986Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-11-12T02:22:31.986Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.006s coverage: 6.4% of statements [2020-11-12T02:22:32.256Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.024s coverage: 14.7% of statements [2020-11-12T02:22:32.533Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements [2020-11-12T02:22:32.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.053s coverage: 91.8% of statements [2020-11-12T02:22:32.805Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-11-12T02:22:32.805Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-11-12T02:22:32.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.015s coverage: 100.0% of statements [2020-11-12T02:22:33.824Z] gofmt -l . [2020-11-12T02:22:34.426Z] v2/clients/http/event.go [2020-11-12T02:22:34.426Z] [ "`gofmt -l .`" = "" ] [2020-11-12T02:22:34.788Z] make: *** [Makefile:9: test] Error 1 [2020-11-12T02:22:34.789Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 46.8% of statements [Pipeline] } [2020-11-12T02:22:34.814Z] $ docker stop --time=1 2ffbab063268a610f6b69d993200302be583d814b8553b87539a90576d5df749 [2020-11-12T02:22:36.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 63.0% of statements [2020-11-12T02:22:36.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements [2020-11-12T02:22:36.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.018s coverage: 15.4% of statements [2020-11-12T02:22:36.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.012s coverage: 15.4% of statements [2020-11-12T02:22:36.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.020s coverage: 14.3% of statements [2020-11-12T02:22:36.771Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-11-12T02:22:36.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.010s coverage: 88.9% of statements [2020-11-12T02:22:36.771Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-11-12T02:22:36.771Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-11-12T02:22:36.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 29.1% of statements [2020-11-12T02:22:36.771Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements [2020-11-12T02:22:37.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements [2020-11-12T02:22:37.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.012s coverage: 100.0% of statements [2020-11-12T02:22:37.041Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-11-12T02:22:37.041Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-12T02:22:37.054Z] $ docker rm -f 2ffbab063268a610f6b69d993200302be583d814b8553b87539a90576d5df749 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [2020-11-12T02:22:39.004Z] gofmt -l . [2020-11-12T02:22:39.004Z] v2/clients/http/event.go [2020-11-12T02:22:39.004Z] [ "`gofmt -l .`" = "" ] [2020-11-12T02:22:39.004Z] make: *** [Makefile:9: test] Error 1 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] } [2020-11-12T02:22:39.214Z] $ docker stop --time=1 7cfaa76f9b87553b1b0090211d73051716936d9ae739557103ac4ba9d277eb35 [2020-11-12T02:22:41.622Z] $ docker rm -f 7cfaa76f9b87553b1b0090211d73051716936d9ae739557103ac4ba9d277eb35 [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-12T02:22:42.720Z] Failed in branch arm64 [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-12T02:22:44.736Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-12T02:22:48.361Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:22:48.947Z] ---> package-listing.sh [2020-11-12T02:22:48.948Z] ++ facter osfamily [2020-11-12T02:22:48.948Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-12T02:22:48.948Z] + OS_FAMILY=redhat [2020-11-12T02:22:48.948Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 [2020-11-12T02:22:48.948Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-12T02:22:48.948Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-12T02:22:48.948Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-12T02:22:48.948Z] + PACKAGES=/tmp/packages_start.txt [2020-11-12T02:22:48.948Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-12T02:22:48.948Z] + PACKAGES=/tmp/packages_end.txt [2020-11-12T02:22:48.948Z] + case "${OS_FAMILY}" in [2020-11-12T02:22:48.948Z] + rpm -qa [2020-11-12T02:22:48.948Z] + sort [2020-11-12T02:22:53.216Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-12T02:22:53.216Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-12T02:22:53.216Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-12T02:22:53.216Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' [2020-11-12T02:22:53.216Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [2020-11-12T02:22:53.216Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [Pipeline] echo [2020-11-12T02:22:53.231Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-12T02:22:53.535Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:22:54.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T02:22:54.660Z] [2020-11-12T02:22:54.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-12T02:22:55.060Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T02:22:55.060Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-12T02:22:55.060Z] df20fa9351a1: Pulling fs layer [2020-11-12T02:22:55.060Z] 36b3adc4ff6f: Pulling fs layer [2020-11-12T02:22:55.060Z] 8ad3a11d3b57: Pulling fs layer [2020-11-12T02:22:55.060Z] 46f8f816bc3b: Pulling fs layer [2020-11-12T02:22:55.060Z] 93b61091891f: Pulling fs layer [2020-11-12T02:22:55.060Z] 93b9cdb0e59b: Pulling fs layer [2020-11-12T02:22:55.060Z] 5e14af77c1be: Pulling fs layer [2020-11-12T02:22:55.060Z] 01666e4c0597: Pulling fs layer [2020-11-12T02:22:55.060Z] aa168da1d23b: Pulling fs layer [2020-11-12T02:22:55.060Z] 01666e4c0597: Waiting [2020-11-12T02:22:55.060Z] 93b9cdb0e59b: Waiting [2020-11-12T02:22:55.060Z] aa168da1d23b: Waiting [2020-11-12T02:22:55.060Z] 5e14af77c1be: Waiting [2020-11-12T02:22:55.060Z] 46f8f816bc3b: Waiting [2020-11-12T02:22:55.641Z] df20fa9351a1: Download complete [2020-11-12T02:22:55.641Z] 46f8f816bc3b: Verifying Checksum [2020-11-12T02:22:55.641Z] 46f8f816bc3b: Download complete [2020-11-12T02:22:55.904Z] df20fa9351a1: Pull complete [2020-11-12T02:22:55.904Z] 93b61091891f: Verifying Checksum [2020-11-12T02:22:55.904Z] 93b61091891f: Download complete [2020-11-12T02:22:55.904Z] 93b9cdb0e59b: Verifying Checksum [2020-11-12T02:22:55.904Z] 93b9cdb0e59b: Download complete [2020-11-12T02:22:55.904Z] 5e14af77c1be: Verifying Checksum [2020-11-12T02:22:55.904Z] 5e14af77c1be: Download complete [2020-11-12T02:22:55.904Z] 01666e4c0597: Verifying Checksum [2020-11-12T02:22:55.904Z] 01666e4c0597: Download complete [2020-11-12T02:22:56.857Z] 8ad3a11d3b57: Verifying Checksum [2020-11-12T02:22:56.857Z] 8ad3a11d3b57: Download complete [2020-11-12T02:22:57.127Z] 36b3adc4ff6f: Download complete [2020-11-12T02:22:57.127Z] 36b3adc4ff6f: Pull complete [2020-11-12T02:22:57.718Z] 8ad3a11d3b57: Pull complete [2020-11-12T02:22:57.983Z] 46f8f816bc3b: Pull complete [2020-11-12T02:22:58.247Z] 93b61091891f: Pull complete [2020-11-12T02:22:58.247Z] 93b9cdb0e59b: Pull complete [2020-11-12T02:22:58.512Z] 5e14af77c1be: Pull complete [2020-11-12T02:22:58.512Z] 01666e4c0597: Pull complete [2020-11-12T02:23:30.703Z] aa168da1d23b: Verifying Checksum [2020-11-12T02:23:30.703Z] aa168da1d23b: Download complete [2020-11-12T02:23:34.020Z] aa168da1d23b: Pull complete [2020-11-12T02:23:34.021Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-12T02:23:34.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T02:23:34.021Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-12T02:23:34.168Z] prd-centos7-docker-4c-2g-11898 does not seem to be running inside a container [2020-11-12T02:23:34.223Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-12T02:23:37.810Z] $ docker top 4578147253ad22a6542927c885755a6e6d839e7a829be173d5a11eb13ac54611 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T02:23:38.398Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-12T02:23:38.702Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-12T02:23:39.009Z] + ls /var/log/sa-host [2020-11-12T02:23:39.009Z] + sadf -c /var/log/sa-host/sa05 [2020-11-12T02:23:39.009Z] file_magic: OK [2020-11-12T02:23:39.009Z] HZ: Using current value: 100 [2020-11-12T02:23:39.009Z] file_header: OK [2020-11-12T02:23:39.009Z] 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-12T02:23:39.009Z] Statistics: [2020-11-12T02:23:39.009Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T02:23:39.009Z] File successfully converted to sysstat format version 12.2.1 [2020-11-12T02:23:39.009Z] + sadf -c /var/log/sa-host/sa12 [2020-11-12T02:23:39.009Z] file_magic: OK [2020-11-12T02:23:39.009Z] HZ: Using current value: 100 [2020-11-12T02:23:39.009Z] file_header: OK [2020-11-12T02:23:39.009Z] 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-12T02:23:39.009Z] Statistics: [2020-11-12T02:23:39.009Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T02:23:39.009Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-12T02:23:39.706Z] provisioning config files... [2020-11-12T02:23:39.724Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config7172517565849768469tmp [Pipeline] { [Pipeline] echo [2020-11-12T02:23:39.821Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:23:40.126Z] ---> create-netrc.sh [Pipeline] } [2020-11-12T02:23:40.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-12T02:23:40.246Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:23:40.554Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-12T02:23:40.565Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:23:40.863Z] ---> sudo-logs.sh [2020-11-12T02:23:40.863Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-12T02:23:40.875Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:23:41.175Z] ---> job-cost.sh [2020-11-12T02:23:41.175Z] lf-activate-venv: SKIPPING [2020-11-12T02:23:41.175Z] INFO: No Stack... [2020-11-12T02:23:42.605Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-12T02:23:44.535Z] INFO: Archiving Costs [Pipeline] echo [2020-11-12T02:23:44.551Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T02:23:44.860Z] ---> logs-deploy.sh [2020-11-12T02:23:44.860Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/2 [2020-11-12T02:23:44.860Z] INFO: archiving workspace using pattern(s): [2020-11-12T02:23:46.787Z] Archives upload complete. [2020-11-12T02:23:46.787Z] INFO: archiving logs to Nexus