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 e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 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-11600 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 e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 Merge succeeded, producing e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 Checking out Revision e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 (PR-365) > git config core.sparsecheckout # timeout=10 > git checkout -f e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 # 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 e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 # timeout=10 Commit message: "feat(clients): Add V2 CommonClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-09T14:11:43.910Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 0a81a3158a62444627f2e64ac16745261dc2dd4a # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-09T14:11:44.277Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-09T14:11:44.394Z] ========================================================= [2020-11-09T14:11:44.394Z] EdgeX Global Pipelines Version Info [2020-11-09T14:11:44.394Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:11:45.840Z] ------------------- [2020-11-09T14:11:45.840Z] stable info: [2020-11-09T14:11:45.840Z] ------------------- [2020-11-09T14:11:45.840Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-09T14:11:45.840Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-09T14:11:45.840Z] Message: update stable to v1.0.162 [2020-11-09T14:11:46.787Z] ------------------- [2020-11-09T14:11:46.787Z] experimental info: [2020-11-09T14:11:46.787Z] ------------------- [2020-11-09T14:11:46.787Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-09T14:11:46.787Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-09T14:11:46.787Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-09T14:11:47.207Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-11-09T14:11:47.318Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-11-09T14:11:47.427Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-09T14:11:47.528Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-09T14:11:47.630Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-09T14:11:47.760Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-09T14:11:47.861Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-09T14:11:47.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-09T14:11:48.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-09T14:11:48.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-09T14:11:48.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-09T14:11:48.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-11-09T14:11:48.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-09T14:11:48.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-09T14:11:48.880Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-09T14:11:48.978Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-09T14:11:49.082Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-09T14:11:49.181Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-09T14:11:49.287Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-09T14:11:49.408Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-09T14:11:49.507Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-09T14:11:49.602Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-09T14:11:49.695Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-09T14:11:49.790Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-09T14:11:49.918Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-09T14:11:50.015Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-09T14:11:50.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-365 [Pipeline] echo [2020-11-09T14:11:50.216Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-365 [Pipeline] echo [2020-11-09T14:11:50.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-365 [Pipeline] echo [2020-11-09T14:11:50.454Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 [Pipeline] echo [2020-11-09T14:11:50.574Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e65508c [Pipeline] echo [2020-11-09T14:11:50.712Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-09T14:11:50.907Z] provisioning config files... [2020-11-09T14:11:50.932Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/config792338520980607204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:11:51.292Z] ---> docker-login.sh [2020-11-09T14:11:51.292Z] nexus3.edgexfoundry.org:10001 [2020-11-09T14:11:51.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:11:51.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:11:51.819Z] Configure a credential helper to remove this warning. See [2020-11-09T14:11:51.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:11:51.819Z] [2020-11-09T14:11:51.819Z] Login Succeeded [2020-11-09T14:11:51.819Z] nexus3.edgexfoundry.org:10002 [2020-11-09T14:11:52.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:11:52.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:11:52.082Z] Configure a credential helper to remove this warning. See [2020-11-09T14:11:52.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:11:52.082Z] [2020-11-09T14:11:52.082Z] Login Succeeded [2020-11-09T14:11:52.082Z] nexus3.edgexfoundry.org:10003 [2020-11-09T14:11:52.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:11:52.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:11:52.349Z] Configure a credential helper to remove this warning. See [2020-11-09T14:11:52.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:11:52.349Z] [2020-11-09T14:11:52.349Z] Login Succeeded [2020-11-09T14:11:52.349Z] nexus3.edgexfoundry.org:10004 [2020-11-09T14:11:52.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:11:52.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:11:52.349Z] Configure a credential helper to remove this warning. See [2020-11-09T14:11:52.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:11:52.349Z] [2020-11-09T14:11:52.349Z] Login Succeeded [2020-11-09T14:11:52.349Z] docker.io [2020-11-09T14:11:52.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:11:52.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:11:52.878Z] Configure a credential helper to remove this warning. See [2020-11-09T14:11:52.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:11:52.878Z] [2020-11-09T14:11:52.878Z] Login Succeeded [2020-11-09T14:11:52.878Z] ---> docker-login.sh ends [Pipeline] } [2020-11-09T14:11:52.893Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-09T14:11:53.652Z] + git log --format=format:%s -1 e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 [Pipeline] echo [2020-11-09T14:11:53.720Z] GIT_COMMIT: e65508cfeaa29f2e2d512a01c43cded84eb6cdc3, Commit Message: feat(clients): Add V2 CommonClient [Pipeline] echo [2020-11-09T14:11:53.772Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:11:54.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-09T14:11:54.822Z] [2020-11-09T14:11:54.822Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:11:55.189Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-09T14:11:55.189Z] latest: Pulling from edgex-devops/git-semver [2020-11-09T14:11:55.189Z] 31603596830f: Pulling fs layer [2020-11-09T14:11:55.189Z] 2a8b12db71e7: Pulling fs layer [2020-11-09T14:11:55.189Z] 6ca5941a6612: Pulling fs layer [2020-11-09T14:11:55.189Z] ecc8261a40a4: Pulling fs layer [2020-11-09T14:11:55.189Z] ecc8261a40a4: Waiting [2020-11-09T14:11:55.189Z] 2a8b12db71e7: Verifying Checksum [2020-11-09T14:11:55.189Z] 2a8b12db71e7: Download complete [2020-11-09T14:11:55.454Z] 31603596830f: Verifying Checksum [2020-11-09T14:11:55.455Z] 31603596830f: Download complete [2020-11-09T14:11:55.455Z] ecc8261a40a4: Verifying Checksum [2020-11-09T14:11:55.455Z] ecc8261a40a4: Download complete [2020-11-09T14:11:55.721Z] 6ca5941a6612: Verifying Checksum [2020-11-09T14:11:55.721Z] 6ca5941a6612: Download complete [2020-11-09T14:11:55.721Z] 31603596830f: Pull complete [2020-11-09T14:11:55.989Z] 2a8b12db71e7: Pull complete [2020-11-09T14:11:56.939Z] 6ca5941a6612: Pull complete [2020-11-09T14:11:56.939Z] ecc8261a40a4: Pull complete [2020-11-09T14:11:56.939Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-09T14:11:56.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-09T14:11:56.939Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-09T14:11:57.057Z] prd-centos7-docker-4c-2g-11600 does not seem to be running inside a container [2020-11-09T14:11:57.108Z] $ 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-09T14:11:59.056Z] $ docker top d97a6162ca5fe68b951a1716d9a48102eaef0ef78c87926a3a0bf85c9c2ef89e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-09T14:11:59.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-09T14:11:59.374Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-09T14:11:59.588Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-09T14:11:59.589Z] $ docker exec d97a6162ca5fe68b951a1716d9a48102eaef0ef78c87926a3a0bf85c9c2ef89e ssh-agent [2020-11-09T14:11:59.755Z] SSH_AUTH_SOCK=/tmp/ssh-zpsU0gG2MZjn/agent.13 [2020-11-09T14:11:59.755Z] SSH_AGENT_PID=18 [2020-11-09T14:11:59.768Z] Running ssh-add (command line suppressed) [2020-11-09T14:11:59.887Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_3779615171085617526.key (/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_3779615171085617526.key) [2020-11-09T14:11:59.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-09T14:12:00.280Z] + git tag --points-at HEAD [Pipeline] } [2020-11-09T14:12:00.299Z] $ docker exec --env ******** --env ******** d97a6162ca5fe68b951a1716d9a48102eaef0ef78c87926a3a0bf85c9c2ef89e ssh-agent -k [2020-11-09T14:12:00.409Z] unset SSH_AUTH_SOCK; [2020-11-09T14:12:00.410Z] unset SSH_AGENT_PID; [2020-11-09T14:12:00.410Z] echo Agent pid 18 killed; [2020-11-09T14:12:00.459Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-09T14:12:00.609Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-09T14:12:00.609Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-09T14:12:00.781Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-09T14:12:00.781Z] $ docker exec d97a6162ca5fe68b951a1716d9a48102eaef0ef78c87926a3a0bf85c9c2ef89e ssh-agent [2020-11-09T14:12:00.951Z] SSH_AUTH_SOCK=/tmp/ssh-N2agXsmzxciF/agent.46 [2020-11-09T14:12:00.951Z] SSH_AGENT_PID=51 [2020-11-09T14:12:00.958Z] Running ssh-add (command line suppressed) [2020-11-09T14:12:01.082Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_9147297127911895472.key (/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/private_key_9147297127911895472.key) [2020-11-09T14:12:01.142Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-09T14:12:01.512Z] + git semver init [2020-11-09T14:12:01.512Z] # -> Open(): unable to determine branch for HEAD [2020-11-09T14:12:01.512Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-365/.git [2020-11-09T14:12:01.512Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-365 [2020-11-09T14:12:01.512Z] # $SEMVER_REMOTE_NAME = origin [2020-11-09T14:12:01.512Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-09T14:12:01.512Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-09T14:12:01.512Z] # $SEMVER_BRANCH = PR-365 [2020-11-09T14:12:01.512Z] # $SEMVER_TEMP = /tmp/semver-293090584 [2020-11-09T14:12:01.512Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-11-09T14:12:02.495Z] # '/tmp/semver-293090584' -> '/w/workspace/dry_go-mod-core-contracts_PR-365/.semver' [2020-11-09T14:12:02.495Z] # -> Force: false [2020-11-09T14:12:02.495Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-365/.semver [Pipeline] } [2020-11-09T14:12:02.505Z] $ docker exec --env ******** --env ******** d97a6162ca5fe68b951a1716d9a48102eaef0ef78c87926a3a0bf85c9c2ef89e ssh-agent -k [2020-11-09T14:12:02.628Z] unset SSH_AUTH_SOCK; [2020-11-09T14:12:02.628Z] unset SSH_AGENT_PID; [2020-11-09T14:12:02.629Z] echo Agent pid 51 killed; [2020-11-09T14:12:02.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-09T14:12:03.173Z] + git semver [Pipeline] } [2020-11-09T14:12:03.187Z] $ docker stop --time=1 d97a6162ca5fe68b951a1716d9a48102eaef0ef78c87926a3a0bf85c9c2ef89e [2020-11-09T14:12:04.899Z] $ docker rm -f d97a6162ca5fe68b951a1716d9a48102eaef0ef78c87926a3a0bf85c9c2ef89e [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-09T14:12:05.363Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-09T14:12:05.902Z] Stashed 1 file(s) [Pipeline] echo [2020-11-09T14:12:05.906Z] [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-09T14:12:21.451Z] Still waiting to schedule task [2020-11-09T14:12:21.451Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11600’ [2020-11-09T14:12:21.454Z] Still waiting to schedule task [2020-11-09T14:12:21.454Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-09T14:14:04.296Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11601 in /w/workspace/dry_go-mod-core-contracts_PR-365 [Pipeline] { [Pipeline] ws [2020-11-09T14:14:04.399Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2020-11-09T14:14:09.879Z] using credential edgex-jenkins-ssh [2020-11-09T14:14:10.010Z] Cloning the remote Git repository [2020-11-09T14:14:10.042Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:14:10.143Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2020-11-09T14:14:10.210Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:14:10.210Z] > git --version # timeout=10 [2020-11-09T14:14:10.229Z] > git --version # 'git version 2.17.1' [2020-11-09T14:14:10.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:14:10.288Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-09T14:14:11.960Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 [2020-11-09T14:14:11.238Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-09T14:14:11.254Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-09T14:14:11.285Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-09T14:14:11.328Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:14:11.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:14:11.341Z] > 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-09T14:14:11.962Z] > git config core.sparsecheckout # timeout=10 [2020-11-09T14:14:11.977Z] > git checkout -f e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 # timeout=10 [2020-11-09T14:14:12.242Z] Merge succeeded, producing e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 [2020-11-09T14:14:12.242Z] Checking out Revision e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 (PR-365) [2020-11-09T14:14:12.120Z] > git remote # timeout=10 [2020-11-09T14:14:12.146Z] > git config --get remote.origin.url # timeout=10 [2020-11-09T14:14:12.162Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:14:12.176Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-09T14:14:12.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-09T14:14:12.233Z] > git config core.sparsecheckout # timeout=10 [2020-11-09T14:14:12.254Z] > git checkout -f e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 # timeout=10 [2020-11-09T14:14:16.710Z] 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-09T14:14:17.535Z] provisioning config files... [2020-11-09T14:14:17.576Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/12@tmp/config4338924787640970692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:14:18.543Z] ---> docker-login.sh [2020-11-09T14:14:18.543Z] nexus3.edgexfoundry.org:10001 [2020-11-09T14:14:19.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:14:19.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:14:19.812Z] Configure a credential helper to remove this warning. See [2020-11-09T14:14:19.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:14:19.812Z] [2020-11-09T14:14:19.812Z] Login Succeeded [2020-11-09T14:14:19.812Z] nexus3.edgexfoundry.org:10002 [2020-11-09T14:14:20.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:14:20.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:14:20.417Z] Configure a credential helper to remove this warning. See [2020-11-09T14:14:20.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:14:20.417Z] [2020-11-09T14:14:20.417Z] Login Succeeded [2020-11-09T14:14:20.417Z] nexus3.edgexfoundry.org:10003 [2020-11-09T14:14:21.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:14:21.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:14:21.016Z] Configure a credential helper to remove this warning. See [2020-11-09T14:14:21.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:14:21.016Z] [2020-11-09T14:14:21.016Z] Login Succeeded [2020-11-09T14:14:21.016Z] nexus3.edgexfoundry.org:10004 [2020-11-09T14:14:21.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:14:21.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:14:21.624Z] Configure a credential helper to remove this warning. See [2020-11-09T14:14:21.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:14:21.624Z] [2020-11-09T14:14:21.624Z] Login Succeeded [2020-11-09T14:14:21.624Z] docker.io [2020-11-09T14:14:22.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:14:22.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:14:22.499Z] Configure a credential helper to remove this warning. See [2020-11-09T14:14:22.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:14:22.499Z] [2020-11-09T14:14:22.499Z] Login Succeeded [2020-11-09T14:14:22.499Z] ---> docker-login.sh ends [Pipeline] } [2020-11-09T14:14:22.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-09T14:14:23.026Z] ========================================================= [2020-11-09T14:14:23.026Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-09T14:14:23.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:14:23.460Z] + 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-09T14:14:24.080Z] Sending build context to Docker daemon 1.857MB [2020-11-09T14:14:24.080Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-09T14:14:24.080Z] Step 2/7 : FROM ${BASE} [2020-11-09T14:14:24.080Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-09T14:14:24.080Z] b538f80385f9: Pulling fs layer [2020-11-09T14:14:24.080Z] 74f711af9a0d: Pulling fs layer [2020-11-09T14:14:24.080Z] 99f96fe45779: Pulling fs layer [2020-11-09T14:14:24.080Z] 8529a6b9a6be: Pulling fs layer [2020-11-09T14:14:24.080Z] 45590311c82a: Pulling fs layer [2020-11-09T14:14:24.080Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-09T14:14:24.080Z] 209524e5b208: Pulling fs layer [2020-11-09T14:14:24.080Z] 8529a6b9a6be: Waiting [2020-11-09T14:14:24.080Z] 45590311c82a: Waiting [2020-11-09T14:14:24.080Z] 69ca0ff8b7b3: Waiting [2020-11-09T14:14:24.080Z] 209524e5b208: Waiting [2020-11-09T14:14:24.080Z] 99f96fe45779: Verifying Checksum [2020-11-09T14:14:24.080Z] 74f711af9a0d: Verifying Checksum [2020-11-09T14:14:24.080Z] 74f711af9a0d: Download complete [2020-11-09T14:14:24.080Z] 45590311c82a: Verifying Checksum [2020-11-09T14:14:24.080Z] 45590311c82a: Download complete [2020-11-09T14:14:24.687Z] b538f80385f9: Verifying Checksum [2020-11-09T14:14:24.687Z] b538f80385f9: Download complete [2020-11-09T14:14:24.687Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-09T14:14:24.687Z] 69ca0ff8b7b3: Download complete [2020-11-09T14:14:25.294Z] b538f80385f9: Pull complete [2020-11-09T14:14:25.899Z] 74f711af9a0d: Pull complete [2020-11-09T14:14:26.503Z] 99f96fe45779: Pull complete [2020-11-09T14:14:27.103Z] 209524e5b208: Verifying Checksum [2020-11-09T14:14:27.103Z] 209524e5b208: Download complete [2020-11-09T14:14:28.095Z] 8529a6b9a6be: Verifying Checksum [2020-11-09T14:14:28.095Z] 8529a6b9a6be: Download complete [2020-11-09T14:14:38.278Z] 8529a6b9a6be: Pull complete [2020-11-09T14:14:38.554Z] 45590311c82a: Pull complete [2020-11-09T14:14:38.827Z] 69ca0ff8b7b3: Pull complete [2020-11-09T14:14:42.233Z] 209524e5b208: Pull complete [2020-11-09T14:14:42.508Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-09T14:14:42.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-09T14:14:42.508Z] ---> 5bddaf1c2fca [2020-11-09T14:14:42.508Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-09T14:14:45.901Z] ---> Running in e744f522dd34 [2020-11-09T14:14:46.497Z] Removing intermediate container e744f522dd34 [2020-11-09T14:14:46.497Z] ---> 7c460686895d [2020-11-09T14:14:46.497Z] Step 4/7 : RUN apk add bash [2020-11-09T14:14:46.497Z] ---> Running in 9b869ec02adb [2020-11-09T14:14:47.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-09T14:14:48.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-09T14:14:50.348Z] OK: 142 MiB in 39 packages [2020-11-09T14:14:51.331Z] Removing intermediate container 9b869ec02adb [2020-11-09T14:14:51.331Z] ---> c854d5d8b8a5 [2020-11-09T14:14:51.331Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-09T14:14:51.331Z] ---> Running in 7c25ac79a402 [2020-11-09T14:14:51.607Z] Removing intermediate container 7c25ac79a402 [2020-11-09T14:14:51.607Z] ---> 1f964b0a1d4a [2020-11-09T14:14:51.607Z] Step 6/7 : COPY go.mod . [2020-11-09T14:14:52.215Z] ---> fd1d99b017fd [2020-11-09T14:14:52.215Z] Step 7/7 : RUN go mod download [2020-11-09T14:14:52.491Z] ---> Running in fda62bf94bd6 [2020-11-09T14:15:07.663Z] Removing intermediate container fda62bf94bd6 [2020-11-09T14:15:07.663Z] ---> 2a5011395822 [2020-11-09T14:15:07.663Z] Successfully built 2a5011395822 [2020-11-09T14:15:07.663Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:15:08.013Z] + docker inspect -f . ci-base-image-arm64 [2020-11-09T14:15:08.013Z] . [Pipeline] withDockerContainer [2020-11-09T14:15:08.248Z] prd-ubuntu18.04-docker-arm64-4c-16g-11601 does not seem to be running inside a container [2020-11-09T14:15:08.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-09T14:15:10.139Z] $ docker top a83422fadb6aaf406e2dcb24f5066140dc7868d892ac385e662354d3078d8a8c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:15:11.635Z] + go version [2020-11-09T14:15:11.635Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-09T14:15:11.656Z] $ docker stop --time=1 a83422fadb6aaf406e2dcb24f5066140dc7868d892ac385e662354d3078d8a8c [2020-11-09T14:15:13.557Z] $ docker rm -f a83422fadb6aaf406e2dcb24f5066140dc7868d892ac385e662354d3078d8a8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:15:14.622Z] + docker inspect -f . ci-base-image-arm64 [2020-11-09T14:15:14.622Z] . [Pipeline] withDockerContainer [2020-11-09T14:15:14.850Z] prd-ubuntu18.04-docker-arm64-4c-16g-11601 does not seem to be running inside a container [2020-11-09T14:15:14.927Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-09T14:15:16.617Z] $ docker top e027483d236c4a79328051edf17edce2e25fe7ef483c68302c3f81f6551e6046 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:15:18.016Z] + make test [2020-11-09T14:15:18.016Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-09T14:15:18.612Z] package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http [2020-11-09T14:15:18.612Z] imports github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [2020-11-09T14:15:18.612Z] imports github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http: import cycle not allowed [2020-11-09T14:15:18.612Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-11-09T14:15:18.641Z] $ docker stop --time=1 e027483d236c4a79328051edf17edce2e25fe7ef483c68302c3f81f6551e6046 [2020-11-09T14:15:20.533Z] $ docker rm -f e027483d236c4a79328051edf17edce2e25fe7ef483c68302c3f81f6551e6046 [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-09T14:15:22.261Z] Failed in branch arm64 [2020-11-09T14:15:35.982Z] Running on prd-centos7-docker-4c-2g-11602 in /w/workspace/dry_go-mod-core-contracts_PR-365 [Pipeline] { [Pipeline] ws [2020-11-09T14:15:36.049Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2020-11-09T14:15:46.271Z] using credential edgex-jenkins-ssh [2020-11-09T14:15:46.333Z] Cloning the remote Git repository [2020-11-09T14:15:46.378Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:15:46.461Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2020-11-09T14:15:46.563Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:15:46.564Z] > git --version # timeout=10 [2020-11-09T14:15:46.593Z] > git --version # 'git version 2.16.5' [2020-11-09T14:15:46.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:15:46.660Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-09T14:15:48.758Z] Merging remotes/origin/master commit af8aa216260df0556b394ae78b2a31d110cb53a2 into PR head commit e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 [2020-11-09T14:15:47.720Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-09T14:15:47.733Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-09T14:15:47.851Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-11-09T14:15:47.925Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-11-09T14:15:47.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:15:47.960Z] > 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-09T14:15:48.766Z] > git config core.sparsecheckout # timeout=10 [2020-11-09T14:15:48.829Z] > git checkout -f e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 # timeout=10 [2020-11-09T14:15:48.966Z] > git remote # timeout=10 [2020-11-09T14:15:49.362Z] Merge succeeded, producing e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 [2020-11-09T14:15:49.363Z] Checking out Revision e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 (PR-365) [2020-11-09T14:15:49.054Z] > git config --get remote.origin.url # timeout=10 [2020-11-09T14:15:49.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-09T14:15:49.134Z] > git merge af8aa216260df0556b394ae78b2a31d110cb53a2 # timeout=10 [2020-11-09T14:15:49.327Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-09T14:15:49.367Z] > git config core.sparsecheckout # timeout=10 [2020-11-09T14:15:49.389Z] > git checkout -f e65508cfeaa29f2e2d512a01c43cded84eb6cdc3 # timeout=10 [2020-11-09T14:15:54.302Z] 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-09T14:15:55.189Z] provisioning config files... [2020-11-09T14:15:55.240Z] copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/12@tmp/config5888076319985299577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:15:56.455Z] ---> docker-login.sh [2020-11-09T14:15:56.455Z] nexus3.edgexfoundry.org:10001 [2020-11-09T14:15:56.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:15:57.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:15:57.037Z] Configure a credential helper to remove this warning. See [2020-11-09T14:15:57.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:15:57.037Z] [2020-11-09T14:15:57.037Z] Login Succeeded [2020-11-09T14:15:57.037Z] nexus3.edgexfoundry.org:10002 [2020-11-09T14:15:57.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:15:57.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:15:57.326Z] Configure a credential helper to remove this warning. See [2020-11-09T14:15:57.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:15:57.326Z] [2020-11-09T14:15:57.326Z] Login Succeeded [2020-11-09T14:15:57.326Z] nexus3.edgexfoundry.org:10003 [2020-11-09T14:15:57.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:15:58.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:15:58.003Z] Configure a credential helper to remove this warning. See [2020-11-09T14:15:58.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:15:58.003Z] [2020-11-09T14:15:58.003Z] Login Succeeded [2020-11-09T14:15:58.003Z] nexus3.edgexfoundry.org:10004 [2020-11-09T14:15:58.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:15:58.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:15:58.799Z] Configure a credential helper to remove this warning. See [2020-11-09T14:15:58.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:15:58.799Z] [2020-11-09T14:15:58.799Z] Login Succeeded [2020-11-09T14:15:58.799Z] docker.io [2020-11-09T14:15:59.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-09T14:15:59.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-09T14:15:59.419Z] Configure a credential helper to remove this warning. See [2020-11-09T14:15:59.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-09T14:15:59.419Z] [2020-11-09T14:15:59.419Z] Login Succeeded [2020-11-09T14:15:59.419Z] ---> docker-login.sh ends [Pipeline] } [2020-11-09T14:15:59.500Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-09T14:16:00.037Z] ========================================================= [2020-11-09T14:16:00.037Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-09T14:16:00.037Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:16:00.532Z] + 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-09T14:16:01.165Z] Sending build context to Docker daemon 1.857MB [2020-11-09T14:16:01.166Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-09T14:16:01.166Z] Step 2/7 : FROM ${BASE} [2020-11-09T14:16:01.166Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-09T14:16:01.166Z] df20fa9351a1: Pulling fs layer [2020-11-09T14:16:01.166Z] ed8968b2872e: Pulling fs layer [2020-11-09T14:16:01.166Z] a92cc7c5fd73: Pulling fs layer [2020-11-09T14:16:01.166Z] e871e8e8d7a9: Pulling fs layer [2020-11-09T14:16:01.166Z] e73272ec9a57: Pulling fs layer [2020-11-09T14:16:01.166Z] 1e910a182e73: Pulling fs layer [2020-11-09T14:16:01.166Z] 4e634b169226: Pulling fs layer [2020-11-09T14:16:01.166Z] e73272ec9a57: Waiting [2020-11-09T14:16:01.166Z] 1e910a182e73: Waiting [2020-11-09T14:16:01.166Z] 4e634b169226: Waiting [2020-11-09T14:16:01.166Z] e871e8e8d7a9: Waiting [2020-11-09T14:16:01.166Z] a92cc7c5fd73: Verifying Checksum [2020-11-09T14:16:01.166Z] a92cc7c5fd73: Download complete [2020-11-09T14:16:01.166Z] ed8968b2872e: Download complete [2020-11-09T14:16:01.166Z] e73272ec9a57: Verifying Checksum [2020-11-09T14:16:01.166Z] e73272ec9a57: Download complete [2020-11-09T14:16:01.465Z] 1e910a182e73: Verifying Checksum [2020-11-09T14:16:01.465Z] 1e910a182e73: Download complete [2020-11-09T14:16:01.465Z] df20fa9351a1: Verifying Checksum [2020-11-09T14:16:01.465Z] df20fa9351a1: Download complete [2020-11-09T14:16:02.608Z] df20fa9351a1: Pull complete [2020-11-09T14:16:02.932Z] ed8968b2872e: Pull complete [2020-11-09T14:16:03.322Z] a92cc7c5fd73: Pull complete [2020-11-09T14:16:07.905Z] 4e634b169226: Verifying Checksum [2020-11-09T14:16:07.905Z] 4e634b169226: Download complete [2020-11-09T14:16:08.517Z] e871e8e8d7a9: Verifying Checksum [2020-11-09T14:16:08.517Z] e871e8e8d7a9: Download complete [2020-11-09T14:16:16.932Z] e871e8e8d7a9: Pull complete [2020-11-09T14:16:16.932Z] e73272ec9a57: Pull complete [2020-11-09T14:16:16.932Z] 1e910a182e73: Pull complete [2020-11-09T14:16:22.381Z] 4e634b169226: Pull complete [2020-11-09T14:16:22.381Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-09T14:16:22.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-09T14:16:22.381Z] ---> f7629b54cfaa [2020-11-09T14:16:22.381Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-09T14:16:22.381Z] ---> Running in b7261a6d420f [2020-11-09T14:16:22.381Z] Removing intermediate container b7261a6d420f [2020-11-09T14:16:22.381Z] ---> 541e2b3b2a8b [2020-11-09T14:16:22.381Z] Step 4/7 : RUN apk add bash [2020-11-09T14:16:22.647Z] ---> Running in fb94609d3834 [2020-11-09T14:16:23.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-09T14:16:24.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-09T14:16:24.893Z] OK: 166 MiB in 39 packages [2020-11-09T14:16:25.879Z] Removing intermediate container fb94609d3834 [2020-11-09T14:16:25.879Z] ---> 3ea46eabab22 [2020-11-09T14:16:25.879Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-09T14:16:25.879Z] ---> Running in c31b5d6dfb9b [2020-11-09T14:16:26.146Z] Removing intermediate container c31b5d6dfb9b [2020-11-09T14:16:26.146Z] ---> f4e96bbb344f [2020-11-09T14:16:26.146Z] Step 6/7 : COPY go.mod . [2020-11-09T14:16:26.417Z] ---> dbf80a6d6e04 [2020-11-09T14:16:26.417Z] Step 7/7 : RUN go mod download [2020-11-09T14:16:26.417Z] ---> Running in b7a7fdfb1a91 [2020-11-09T14:16:38.911Z] Removing intermediate container b7a7fdfb1a91 [2020-11-09T14:16:38.911Z] ---> a5faaa6e9ff0 [2020-11-09T14:16:38.911Z] Successfully built a5faaa6e9ff0 [2020-11-09T14:16:38.911Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:16:39.272Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-09T14:16:39.272Z] . [Pipeline] withDockerContainer [2020-11-09T14:16:40.056Z] prd-centos7-docker-4c-2g-11602 does not seem to be running inside a container [2020-11-09T14:16:40.207Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-09T14:16:41.380Z] $ docker top 50fa7abfe4434d59fa387c3ae13b3c136fb9a3095e090b815a19137b75c1d034 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:16:42.080Z] + go version [2020-11-09T14:16:42.080Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-09T14:16:42.120Z] $ docker stop --time=1 50fa7abfe4434d59fa387c3ae13b3c136fb9a3095e090b815a19137b75c1d034 [2020-11-09T14:16:43.676Z] $ docker rm -f 50fa7abfe4434d59fa387c3ae13b3c136fb9a3095e090b815a19137b75c1d034 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:16:44.710Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-09T14:16:44.710Z] . [Pipeline] withDockerContainer [2020-11-09T14:16:44.909Z] prd-centos7-docker-4c-2g-11602 does not seem to be running inside a container [2020-11-09T14:16:45.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-09T14:16:46.023Z] $ docker top 3ad20da9b3012d723cdb517e9101daa75c3b69795197ebdc7605c9d1e895d541 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:16:46.664Z] + make test [2020-11-09T14:16:46.664Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-09T14:16:47.751Z] package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http [2020-11-09T14:16:47.751Z] imports github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [2020-11-09T14:16:47.751Z] imports github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http: import cycle not allowed [2020-11-09T14:16:47.751Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-11-09T14:16:47.769Z] $ docker stop --time=1 3ad20da9b3012d723cdb517e9101daa75c3b69795197ebdc7605c9d1e895d541 [2020-11-09T14:16:49.273Z] $ docker rm -f 3ad20da9b3012d723cdb517e9101daa75c3b69795197ebdc7605c9d1e895d541 [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 [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-09T14:16:51.268Z] 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-09T14:16:54.258Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:16:54.824Z] ---> package-listing.sh [2020-11-09T14:16:54.825Z] ++ facter osfamily [2020-11-09T14:16:54.825Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-09T14:16:54.825Z] + OS_FAMILY=redhat [2020-11-09T14:16:54.825Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-365 [2020-11-09T14:16:54.825Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-09T14:16:54.825Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-09T14:16:54.825Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-09T14:16:54.825Z] + PACKAGES=/tmp/packages_start.txt [2020-11-09T14:16:54.825Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-365 ']' [2020-11-09T14:16:54.825Z] + PACKAGES=/tmp/packages_end.txt [2020-11-09T14:16:54.825Z] + case "${OS_FAMILY}" in [2020-11-09T14:16:54.825Z] + rpm -qa [2020-11-09T14:16:54.825Z] + sort [2020-11-09T14:16:59.050Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-09T14:16:59.050Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-09T14:16:59.050Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-09T14:16:59.050Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-365 ']' [2020-11-09T14:16:59.050Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-365/archives/ [2020-11-09T14:16:59.050Z] + 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-09T14:16:59.063Z] 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-09T14:16:59.361Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:16:59.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-09T14:16:59.672Z] [2020-11-09T14:16:59.672Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-09T14:17:00.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-09T14:17:00.025Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-09T14:17:00.025Z] df20fa9351a1: Pulling fs layer [2020-11-09T14:17:00.025Z] 36b3adc4ff6f: Pulling fs layer [2020-11-09T14:17:00.025Z] 8ad3a11d3b57: Pulling fs layer [2020-11-09T14:17:00.025Z] 46f8f816bc3b: Pulling fs layer [2020-11-09T14:17:00.025Z] 93b61091891f: Pulling fs layer [2020-11-09T14:17:00.025Z] 93b9cdb0e59b: Pulling fs layer [2020-11-09T14:17:00.025Z] 5e14af77c1be: Pulling fs layer [2020-11-09T14:17:00.025Z] 01666e4c0597: Pulling fs layer [2020-11-09T14:17:00.025Z] aa168da1d23b: Pulling fs layer [2020-11-09T14:17:00.025Z] 93b9cdb0e59b: Waiting [2020-11-09T14:17:00.025Z] 5e14af77c1be: Waiting [2020-11-09T14:17:00.025Z] 01666e4c0597: Waiting [2020-11-09T14:17:00.025Z] aa168da1d23b: Waiting [2020-11-09T14:17:00.025Z] 46f8f816bc3b: Waiting [2020-11-09T14:17:00.025Z] 93b61091891f: Waiting [2020-11-09T14:17:00.025Z] 36b3adc4ff6f: Verifying Checksum [2020-11-09T14:17:00.025Z] 36b3adc4ff6f: Download complete [2020-11-09T14:17:00.290Z] 46f8f816bc3b: Verifying Checksum [2020-11-09T14:17:00.290Z] 46f8f816bc3b: Download complete [2020-11-09T14:17:00.290Z] df20fa9351a1: Verifying Checksum [2020-11-09T14:17:00.290Z] df20fa9351a1: Download complete [2020-11-09T14:17:00.290Z] 93b9cdb0e59b: Verifying Checksum [2020-11-09T14:17:00.290Z] 93b9cdb0e59b: Download complete [2020-11-09T14:17:00.290Z] 5e14af77c1be: Download complete [2020-11-09T14:17:00.290Z] 93b61091891f: Verifying Checksum [2020-11-09T14:17:00.290Z] 93b61091891f: Download complete [2020-11-09T14:17:00.290Z] 01666e4c0597: Verifying Checksum [2020-11-09T14:17:00.290Z] 01666e4c0597: Download complete [2020-11-09T14:17:00.290Z] 8ad3a11d3b57: Verifying Checksum [2020-11-09T14:17:00.290Z] 8ad3a11d3b57: Download complete [2020-11-09T14:17:00.558Z] df20fa9351a1: Pull complete [2020-11-09T14:17:00.824Z] 36b3adc4ff6f: Pull complete [2020-11-09T14:17:01.409Z] 8ad3a11d3b57: Pull complete [2020-11-09T14:17:01.691Z] 46f8f816bc3b: Pull complete [2020-11-09T14:17:02.267Z] 93b61091891f: Pull complete [2020-11-09T14:17:02.267Z] 93b9cdb0e59b: Pull complete [2020-11-09T14:17:02.529Z] 5e14af77c1be: Pull complete [2020-11-09T14:17:02.529Z] aa168da1d23b: Verifying Checksum [2020-11-09T14:17:02.529Z] aa168da1d23b: Download complete [2020-11-09T14:17:02.529Z] 01666e4c0597: Pull complete [2020-11-09T14:17:09.157Z] aa168da1d23b: Pull complete [2020-11-09T14:17:09.157Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-09T14:17:09.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-09T14:17:09.157Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-09T14:17:09.339Z] prd-centos7-docker-4c-2g-11600 does not seem to be running inside a container [2020-11-09T14:17:09.405Z] $ 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-09T14:17:16.230Z] $ docker top 41c84d72e43539b03b156535482a5f1d0265ffa2aae626186a30c707014bd3b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-09T14:17:16.783Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-09T14:17:17.088Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-09T14:17:17.418Z] + ls /var/log/sa-host [2020-11-09T14:17:17.418Z] + sadf -c /var/log/sa-host/sa05 [2020-11-09T14:17:17.418Z] file_magic: OK [2020-11-09T14:17:17.418Z] HZ: Using current value: 100 [2020-11-09T14:17:17.418Z] file_header: OK [2020-11-09T14:17:17.418Z] 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-09T14:17:17.418Z] Statistics: [2020-11-09T14:17:17.418Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-09T14:17:17.418Z] File successfully converted to sysstat format version 12.2.1 [2020-11-09T14:17:17.418Z] + sadf -c /var/log/sa-host/sa09 [2020-11-09T14:17:17.418Z] file_magic: OK [2020-11-09T14:17:17.418Z] HZ: Using current value: 100 [2020-11-09T14:17:17.418Z] file_header: OK [2020-11-09T14:17:17.418Z] 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-09T14:17:17.418Z] Statistics: [2020-11-09T14:17:17.418Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-09T14:17:17.418Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-09T14:17:18.031Z] provisioning config files... [2020-11-09T14:17:18.048Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-365@tmp/config7526727989636354458tmp [Pipeline] { [Pipeline] echo [2020-11-09T14:17:18.125Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:17:18.425Z] ---> create-netrc.sh [Pipeline] } [2020-11-09T14:17:18.435Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-09T14:17:18.521Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:17:18.818Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-09T14:17:18.830Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:17:19.128Z] ---> sudo-logs.sh [2020-11-09T14:17:19.128Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-09T14:17:19.139Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:17:19.436Z] ---> job-cost.sh [2020-11-09T14:17:19.436Z] lf-activate-venv: SKIPPING [2020-11-09T14:17:19.436Z] INFO: No Stack... [2020-11-09T14:17:21.991Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-09T14:17:22.253Z] INFO: Archiving Costs [Pipeline] echo [2020-11-09T14:17:22.268Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-09T14:17:22.566Z] ---> logs-deploy.sh [2020-11-09T14:17:22.566Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-365/12 [2020-11-09T14:17:22.566Z] INFO: archiving workspace using pattern(s): [2020-11-09T14:17:25.119Z] Archives upload complete. [2020-11-09T14:17:25.119Z] INFO: archiving logs to Nexus