Pull request #131 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88e4328b861b551a8bc05dee3f0c3ed53db222ed+fd3354c72fd49b407a7f7e40f4a096019b16cdd3 (c1828233edb586fc08c08397a52ddface04a0a60) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-131/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-131/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13808 in /w/workspace/xfoundry_go-mod-bootstrap_PR-131 [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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-131 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fd3354c72fd49b407a7f7e40f4a096019b16cdd3 into PR head commit 88e4328b861b551a8bc05dee3f0c3ed53db222ed Merge succeeded, producing 88e4328b861b551a8bc05dee3f0c3ed53db222ed Checking out Revision 88e4328b861b551a8bc05dee3f0c3ed53db222ed (PR-131) > git config core.sparsecheckout # timeout=10 > git checkout -f 88e4328b861b551a8bc05dee3f0c3ed53db222ed # 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 fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88e4328b861b551a8bc05dee3f0c3ed53db222ed # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:23:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:23:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:23:58 ========================================================= 06:23:58 EdgeX Global Pipelines Version Info 06:23:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:24:00 ------------------- 06:24:00 stable info: 06:24:00 ------------------- 06:24:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:24:00 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:24:00 Message: update stable to v1.0.167 06:24:01 ------------------- 06:24:01 experimental info: 06:24:01 ------------------- 06:24:01 Commited By: **** collab-it+edgex@linuxfoundation.org 06:24:01 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 06:24:01 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:24:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 06:24:02 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 06:24:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:24:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:24:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:24:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:24:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:24:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:24:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:24:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:24:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:24:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 06:24:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:24:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:24:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:24:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:24:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:24:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:24:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:24:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:24:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:24:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:24:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:24:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:24:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:24:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:24:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo 06:24:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo 06:24:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo 06:24:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88e4328b861b551a8bc05dee3f0c3ed53db222ed [Pipeline] echo 06:24:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88e4328 [Pipeline] echo 06:24:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:24:06 provisioning config files... 06:24:06 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp/config4849983607532370776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:07 ---> docker-login.sh 06:24:07 nexus3.edgexfoundry.org:10001 06:24:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:08 Configure a credential helper to remove this warning. See 06:24:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:08 06:24:08 Login Succeeded 06:24:08 nexus3.edgexfoundry.org:10002 06:24:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:08 Configure a credential helper to remove this warning. See 06:24:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:08 06:24:08 Login Succeeded 06:24:08 nexus3.edgexfoundry.org:10003 06:24:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:08 Configure a credential helper to remove this warning. See 06:24:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:08 06:24:08 Login Succeeded 06:24:08 nexus3.edgexfoundry.org:10004 06:24:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:08 Configure a credential helper to remove this warning. See 06:24:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:08 06:24:08 Login Succeeded 06:24:08 docker.io 06:24:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:09 Configure a credential helper to remove this warning. See 06:24:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:09 06:24:09 Login Succeeded 06:24:09 ---> docker-login.sh ends [Pipeline] } 06:24:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:24:10 + git log --format=format:%s -1 88e4328b861b551a8bc05dee3f0c3ed53db222ed [Pipeline] echo 06:24:10 GIT_COMMIT: 88e4328b861b551a8bc05dee3f0c3ed53db222ed, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets [Pipeline] echo 06:24:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:24:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:24:11 06:24:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:24:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:24:11 latest: Pulling from edgex-devops/git-semver 06:24:11 31603596830f: Pulling fs layer 06:24:11 2a8b12db71e7: Pulling fs layer 06:24:11 6ca5941a6612: Pulling fs layer 06:24:11 ecc8261a40a4: Pulling fs layer 06:24:11 ecc8261a40a4: Waiting 06:24:11 2a8b12db71e7: Verifying Checksum 06:24:11 2a8b12db71e7: Download complete 06:24:12 31603596830f: Verifying Checksum 06:24:12 31603596830f: Download complete 06:24:12 6ca5941a6612: Verifying Checksum 06:24:12 6ca5941a6612: Download complete 06:24:12 ecc8261a40a4: Verifying Checksum 06:24:12 ecc8261a40a4: Download complete 06:24:12 31603596830f: Pull complete 06:24:12 2a8b12db71e7: Pull complete 06:24:13 6ca5941a6612: Pull complete 06:24:14 ecc8261a40a4: Pull complete 06:24:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:24:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:24:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:24:14 prd-centos7-docker-4c-2g-13808 does not seem to be running inside a container 06:24:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-131 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-131:/w/workspace/xfoundry_go-mod-bootstrap_PR-131:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-131@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:24:17 $ docker top 5b6ac550feeac889031aaf911f28213f7096a26dcfb1ea8f42b80e7ae2a8c88d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:24:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:24:17 [ssh-agent] Looking for ssh-agent implementation... 06:24:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:24:17 $ docker exec 5b6ac550feeac889031aaf911f28213f7096a26dcfb1ea8f42b80e7ae2a8c88d ssh-agent 06:24:18 SSH_AUTH_SOCK=/tmp/ssh-isUc7okoT1pc/agent.11 06:24:18 SSH_AGENT_PID=17 06:24:18 Running ssh-add (command line suppressed) 06:24:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp/private_key_2438866876669767528.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp/private_key_2438866876669767528.key) 06:24:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:24:18 + git tag --points-at HEAD [Pipeline] } 06:24:18 $ docker exec --env ******** --env ******** 5b6ac550feeac889031aaf911f28213f7096a26dcfb1ea8f42b80e7ae2a8c88d ssh-agent -k 06:24:18 unset SSH_AUTH_SOCK; 06:24:18 unset SSH_AGENT_PID; 06:24:18 echo Agent pid 17 killed; 06:24:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:24:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:24:19 [ssh-agent] Looking for ssh-agent implementation... 06:24:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:24:19 $ docker exec 5b6ac550feeac889031aaf911f28213f7096a26dcfb1ea8f42b80e7ae2a8c88d ssh-agent 06:24:19 SSH_AUTH_SOCK=/tmp/ssh-l4h6vVUJUZjw/agent.47 06:24:19 SSH_AGENT_PID=52 06:24:19 Running ssh-add (command line suppressed) 06:24:19 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp/private_key_7184476439720205092.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp/private_key_7184476439720205092.key) 06:24:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:24:20 + git semver init 06:24:20 # -> Open(): unable to determine branch for HEAD 06:24:20 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-131/.git 06:24:20 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-131 06:24:20 # $SEMVER_REMOTE_NAME = origin 06:24:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:24:20 # $SEMVER_USER_NAME = edgex-jenkins 06:24:20 # $SEMVER_BRANCH = PR-131 06:24:20 # $SEMVER_TEMP = /tmp/semver-497075866 06:24:20 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 06:24:20 # '/tmp/semver-497075866' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-131/.semver' 06:24:20 # -> Force: false 06:24:20 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-131/.semver [Pipeline] } 06:24:20 $ docker exec --env ******** --env ******** 5b6ac550feeac889031aaf911f28213f7096a26dcfb1ea8f42b80e7ae2a8c88d ssh-agent -k 06:24:21 unset SSH_AUTH_SOCK; 06:24:21 unset SSH_AGENT_PID; 06:24:21 echo Agent pid 52 killed; 06:24:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:24:21 + git semver [Pipeline] } 06:24:22 $ docker stop --time=1 5b6ac550feeac889031aaf911f28213f7096a26dcfb1ea8f42b80e7ae2a8c88d 06:24:23 $ docker rm -f 5b6ac550feeac889031aaf911f28213f7096a26dcfb1ea8f42b80e7ae2a8c88d [Pipeline] // withDockerContainer [Pipeline] sh 06:24:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:24:25 Stashed 1 file(s) [Pipeline] echo 06:24:25 [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 06:24:41 Still waiting to schedule task 06:24:41 ‘prd-centos7-docker-4c-2g-13806’ is offline; ‘prd-centos7-docker-4c-2g-13810’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13804’ doesn’t have label ‘centos7-docker-4c-2g’ 06:24:41 Still waiting to schedule task 06:24:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:25:52 Running on prd-centos7-docker-4c-2g-13813 in /w/workspace/xfoundry_go-mod-bootstrap_PR-131 [Pipeline] { [Pipeline] ws 06:25:52 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 06:25:55 using credential edgex-jenkins-ssh 06:25:55 Cloning the remote Git repository 06:25:55 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 06:25:55 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 06:25:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 06:25:56 > git --version # timeout=10 06:25:56 > git --version # 'git version 2.24.3' 06:25:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:25:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 06:25:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:25:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 06:25:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 06:25:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:25:56 Merging remotes/origin/master commit fd3354c72fd49b407a7f7e40f4a096019b16cdd3 into PR head commit 88e4328b861b551a8bc05dee3f0c3ed53db222ed 06:25:57 Merge succeeded, producing 88e4328b861b551a8bc05dee3f0c3ed53db222ed 06:25:57 Checking out Revision 88e4328b861b551a8bc05dee3f0c3ed53db222ed (PR-131) 06:25:57 > git config core.sparsecheckout # timeout=10 06:25:57 > git checkout -f 88e4328b861b551a8bc05dee3f0c3ed53db222ed # timeout=10 06:25:57 > git remote # timeout=10 06:25:57 > git config --get remote.origin.url # timeout=10 06:25:57 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:57 > git merge fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 06:25:57 > git rev-parse HEAD^{commit} # timeout=10 06:25:57 > git config core.sparsecheckout # timeout=10 06:25:57 > git checkout -f 88e4328b861b551a8bc05dee3f0c3ed53db222ed # timeout=10 06:26:00 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" 06:26:00 > git --version # timeout=10 06:26:00 > git --version # 'git version 2.24.3' 06:26:00 fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:26:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:26:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:26:03 + sudo service docker restart 06:26:03 + true 06:26:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:26:04 provisioning config files... 06:26:04 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/1@tmp/config8591609708852149750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:26:05 ---> docker-login.sh 06:26:05 nexus3.edgexfoundry.org:10001 06:26:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:05 Configure a credential helper to remove this warning. See 06:26:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:05 06:26:05 Login Succeeded 06:26:05 nexus3.edgexfoundry.org:10002 06:26:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:05 Configure a credential helper to remove this warning. See 06:26:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:05 06:26:05 Login Succeeded 06:26:05 nexus3.edgexfoundry.org:10003 06:26:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:06 Configure a credential helper to remove this warning. See 06:26:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:06 06:26:06 Login Succeeded 06:26:06 nexus3.edgexfoundry.org:10004 06:26:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:06 Configure a credential helper to remove this warning. See 06:26:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:06 06:26:06 Login Succeeded 06:26:06 docker.io 06:26:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:06 Configure a credential helper to remove this warning. See 06:26:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:06 06:26:06 Login Succeeded 06:26:06 ---> docker-login.sh ends [Pipeline] } 06:26:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:26:07 ========================================================= 06:26:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:26:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:26:07 + 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 . 06:26:07 Sending build context to Docker daemon 571.4kB 06:26:07 Step 1/8 : ARG BASE=golang:1.15-alpine 06:26:07 Step 2/8 : FROM ${BASE} 06:26:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:26:07 df20fa9351a1: Pulling fs layer 06:26:07 ed8968b2872e: Pulling fs layer 06:26:07 a92cc7c5fd73: Pulling fs layer 06:26:07 e871e8e8d7a9: Pulling fs layer 06:26:07 e73272ec9a57: Pulling fs layer 06:26:07 1e910a182e73: Pulling fs layer 06:26:07 4e634b169226: Pulling fs layer 06:26:07 e73272ec9a57: Waiting 06:26:07 1e910a182e73: Waiting 06:26:07 e871e8e8d7a9: Waiting 06:26:07 4e634b169226: Waiting 06:26:07 a92cc7c5fd73: Verifying Checksum 06:26:07 a92cc7c5fd73: Download complete 06:26:07 ed8968b2872e: Download complete 06:26:07 e73272ec9a57: Verifying Checksum 06:26:07 e73272ec9a57: Download complete 06:26:07 1e910a182e73: Verifying Checksum 06:26:07 1e910a182e73: Download complete 06:26:08 df20fa9351a1: Verifying Checksum 06:26:08 df20fa9351a1: Download complete 06:26:08 df20fa9351a1: Pull complete 06:26:08 ed8968b2872e: Pull complete 06:26:08 a92cc7c5fd73: Pull complete 06:26:10 4e634b169226: Verifying Checksum 06:26:10 4e634b169226: Download complete 06:26:10 e871e8e8d7a9: Download complete 06:26:16 e871e8e8d7a9: Pull complete 06:26:16 e73272ec9a57: Pull complete 06:26:16 1e910a182e73: Pull complete 06:26:21 4e634b169226: Pull complete 06:26:21 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:26:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:26:21 ---> f7629b54cfaa 06:26:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:26:21 ---> Running in 7074b1210603 06:26:21 Removing intermediate container 7074b1210603 06:26:21 ---> a3994cfbfdf0 06:26:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:26:21 ---> Running in beab40e415eb 06:26:22 Removing intermediate container beab40e415eb 06:26:22 ---> 01fa9124dce1 06:26:22 Step 5/8 : RUN apk add --update --no-cache git make 06:26:22 ---> Running in 19b3ba131de4 06:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:24 OK: 166 MiB in 39 packages 06:26:24 Removing intermediate container 19b3ba131de4 06:26:24 ---> 85d648e08f20 06:26:24 Step 6/8 : WORKDIR /build 06:26:24 ---> Running in da7c3a931e55 06:26:25 Removing intermediate container da7c3a931e55 06:26:25 ---> f8c2d13eab92 06:26:25 Step 7/8 : COPY go.mod . 06:26:25 ---> 939720d8f94d 06:26:25 Step 8/8 : RUN go mod download 06:26:25 ---> Running in 6da7e8397464 06:26:43 Removing intermediate container 6da7e8397464 06:26:43 ---> 209a3960d70f 06:26:43 Successfully built 209a3960d70f 06:26:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:26:44 + docker inspect -f . ci-base-image-x86_64 06:26:44 . [Pipeline] withDockerContainer 06:26:44 prd-centos7-docker-4c-2g-13813 does not seem to be running inside a container 06:26:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** ci-base-image-x86_64 cat 06:26:45 $ docker top 904f2b0fee447fb51f7ad0c4c798515eb21ca53c40425c8bdfa02f95403bca0f -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:45 + go version 06:26:45 go version go1.15.2 linux/amd64 [Pipeline] } 06:26:45 $ docker stop --time=1 904f2b0fee447fb51f7ad0c4c798515eb21ca53c40425c8bdfa02f95403bca0f 06:26:47 $ docker rm -f 904f2b0fee447fb51f7ad0c4c798515eb21ca53c40425c8bdfa02f95403bca0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:26:48 + docker inspect -f . ci-base-image-x86_64 06:26:48 . [Pipeline] withDockerContainer 06:26:48 prd-centos7-docker-4c-2g-13813 does not seem to be running inside a container 06:26:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** ci-base-image-x86_64 cat 06:26:49 $ docker top 4f00f80079b432d74a5093f03ea60ab507c0637e91ef39bdef541eb6d3352792 -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:49 + make test 06:26:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:27:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 06:27:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.022s coverage: 9.0% of statements 06:27:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 06:27:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.009s coverage: 95.1% of statements 06:27:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.013s coverage: 87.8% of statements 06:27:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 06:27:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 06:27:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 06:27:06 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.015s coverage: 100.0% of statements 06:27:06 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 06:27:06 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 06:27:06 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 06:27:06 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements 06:27:06 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 06:27:06 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 06:27:06 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements 06:27:06 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:27:08 gofmt -l . 06:27:08 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:27:08 $ docker stop --time=1 4f00f80079b432d74a5093f03ea60ab507c0637e91ef39bdef541eb6d3352792 06:27:11 $ docker rm -f 4f00f80079b432d74a5093f03ea60ab507c0637e91ef39bdef541eb6d3352792 [Pipeline] // withDockerContainer [Pipeline] sh 06:27:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:27:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 06:27:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13815 in /w/workspace/xfoundry_go-mod-bootstrap_PR-131 [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] ws 06:27:13 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:27:19 using credential edgex-jenkins-ssh 06:27:19 Cloning the remote Git repository 06:27:19 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 06:27:19 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 06:27:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 06:27:19 > git --version # timeout=10 06:27:19 > git --version # 'git version 2.17.1' 06:27:19 using GIT_SSH to set credentials SSH Credentials for GitHub 06:27:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:27:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 06:27:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:27:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 06:27:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 06:27:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:27:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:27:21 Merging remotes/origin/master commit fd3354c72fd49b407a7f7e40f4a096019b16cdd3 into PR head commit 88e4328b861b551a8bc05dee3f0c3ed53db222ed 06:27:22 Merge succeeded, producing 88e4328b861b551a8bc05dee3f0c3ed53db222ed 06:27:22 Checking out Revision 88e4328b861b551a8bc05dee3f0c3ed53db222ed (PR-131) 06:27:21 > git config core.sparsecheckout # timeout=10 06:27:21 > git checkout -f 88e4328b861b551a8bc05dee3f0c3ed53db222ed # timeout=10 06:27:22 > git remote # timeout=10 06:27:22 > git config --get remote.origin.url # timeout=10 06:27:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:27:22 > git merge fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 06:27:22 > git rev-parse HEAD^{commit} # timeout=10 06:27:22 > git config core.sparsecheckout # timeout=10 06:27:22 > git checkout -f 88e4328b861b551a8bc05dee3f0c3ed53db222ed # timeout=10 06:27:26 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" 06:27:26 > git --version # timeout=10 06:27:26 > git --version # 'git version 2.17.1' 06:27:26 fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:27:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:27:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:27:29 + + sudo servicetrue docker 06:27:29 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:27:31 provisioning config files... 06:27:31 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/1@tmp/config4342908114667787961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:27:32 ---> docker-login.sh 06:27:32 nexus3.edgexfoundry.org:10001 06:27:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:33 Configure a credential helper to remove this warning. See 06:27:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:33 06:27:33 Login Succeeded 06:27:33 nexus3.edgexfoundry.org:10002 06:27:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:33 Configure a credential helper to remove this warning. See 06:27:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:33 06:27:33 Login Succeeded 06:27:33 nexus3.edgexfoundry.org:10003 06:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:34 Configure a credential helper to remove this warning. See 06:27:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:34 06:27:34 Login Succeeded 06:27:34 nexus3.edgexfoundry.org:10004 06:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:34 Configure a credential helper to remove this warning. See 06:27:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:34 06:27:34 Login Succeeded 06:27:34 docker.io 06:27:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:27:35 Configure a credential helper to remove this warning. See 06:27:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:27:35 06:27:35 Login Succeeded 06:27:35 ---> docker-login.sh ends [Pipeline] } 06:27:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:27:36 ========================================================= 06:27:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:27:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:27:36 + 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 . 06:27:37 Sending build context to Docker daemon 570.4kB 06:27:37 Step 1/8 : ARG BASE=golang:1.15-alpine 06:27:37 Step 2/8 : FROM ${BASE} 06:27:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:27:37 b538f80385f9: Pulling fs layer 06:27:37 74f711af9a0d: Pulling fs layer 06:27:37 99f96fe45779: Pulling fs layer 06:27:37 8529a6b9a6be: Pulling fs layer 06:27:37 45590311c82a: Pulling fs layer 06:27:37 69ca0ff8b7b3: Pulling fs layer 06:27:37 209524e5b208: Pulling fs layer 06:27:37 8529a6b9a6be: Waiting 06:27:37 45590311c82a: Waiting 06:27:37 69ca0ff8b7b3: Waiting 06:27:37 209524e5b208: Waiting 06:27:37 99f96fe45779: Verifying Checksum 06:27:37 99f96fe45779: Download complete 06:27:37 74f711af9a0d: Download complete 06:27:37 45590311c82a: Verifying Checksum 06:27:37 45590311c82a: Download complete 06:27:37 69ca0ff8b7b3: Verifying Checksum 06:27:37 69ca0ff8b7b3: Download complete 06:27:37 b538f80385f9: Verifying Checksum 06:27:37 b538f80385f9: Download complete 06:27:38 b538f80385f9: Pull complete 06:27:38 74f711af9a0d: Pull complete 06:27:39 99f96fe45779: Pull complete 06:27:39 209524e5b208: Verifying Checksum 06:27:39 209524e5b208: Download complete 06:27:41 8529a6b9a6be: Verifying Checksum 06:27:41 8529a6b9a6be: Download complete 06:27:51 8529a6b9a6be: Pull complete 06:27:51 45590311c82a: Pull complete 06:27:52 69ca0ff8b7b3: Pull complete 06:27:56 209524e5b208: Pull complete 06:27:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:27:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:27:56 ---> 5bddaf1c2fca 06:27:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:27:59 ---> Running in a1a4f7d776a1 06:27:59 Removing intermediate container a1a4f7d776a1 06:27:59 ---> 4b746f7de60f 06:27:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:59 ---> Running in 089da5e665e2 06:28:02 Removing intermediate container 089da5e665e2 06:28:02 ---> 2bebe53a37c6 06:28:02 Step 5/8 : RUN apk add --update --no-cache git make 06:28:02 ---> Running in 98d91bba5827 06:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:28:04 OK: 142 MiB in 39 packages 06:28:06 Removing intermediate container 98d91bba5827 06:28:06 ---> 1df9df91fe2c 06:28:06 Step 6/8 : WORKDIR /build 06:28:06 ---> Running in e87e0c97178f 06:28:06 Removing intermediate container e87e0c97178f 06:28:06 ---> 90407fa59715 06:28:06 Step 7/8 : COPY go.mod . 06:28:07 ---> fbdf06b15894 06:28:07 Step 8/8 : RUN go mod download 06:28:07 ---> Running in aea41d15d256 06:28:29 Removing intermediate container aea41d15d256 06:28:29 ---> 25fcdb6e717b 06:28:29 Successfully built 25fcdb6e717b 06:28:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:28:29 + docker inspect -f . ci-base-image-arm64 06:28:29 . [Pipeline] withDockerContainer 06:28:30 prd-ubuntu18.04-docker-arm64-4c-16g-13815 does not seem to be running inside a container 06:28:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** ci-base-image-arm64 cat 06:28:31 $ docker top 227cf55278b61fbd11d2d8f865ff50bca1e2fbc6254eb6e9e9ce0dac993fa045 -eo pid,comm [Pipeline] { [Pipeline] sh 06:28:33 + go version 06:28:33 go version go1.15.2 linux/arm64 [Pipeline] } 06:28:33 $ docker stop --time=1 227cf55278b61fbd11d2d8f865ff50bca1e2fbc6254eb6e9e9ce0dac993fa045 06:28:35 $ docker rm -f 227cf55278b61fbd11d2d8f865ff50bca1e2fbc6254eb6e9e9ce0dac993fa045 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:28:36 + docker inspect -f . ci-base-image-arm64 06:28:36 . [Pipeline] withDockerContainer 06:28:36 prd-ubuntu18.04-docker-arm64-4c-16g-13815 does not seem to be running inside a container 06:28:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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 ******** ci-base-image-arm64 cat 06:28:38 $ docker top 24a9408c8535c8c5a31e6f9145f0623dfb0df20c0eb99616fe4a90bda5421869 -eo pid,comm [Pipeline] { [Pipeline] sh 06:28:40 + make test 06:28:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:29:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 06:29:09 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.044s coverage: 9.0% of statements 06:29:09 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 06:29:09 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.032s coverage: 95.1% of statements 06:29:09 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.033s coverage: 87.8% of statements 06:29:09 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 06:29:09 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 06:29:09 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 06:29:19 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.031s coverage: 100.0% of statements 06:29:19 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 06:29:19 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 06:29:19 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 06:29:19 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.013s coverage: 48.9% of statements 06:29:19 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 06:29:19 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 06:29:19 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.012s coverage: 91.3% of statements 06:29:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:29:22 gofmt -l . 06:29:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:29:23 $ docker stop --time=1 24a9408c8535c8c5a31e6f9145f0623dfb0df20c0eb99616fe4a90bda5421869 06:29:25 $ docker rm -f 24a9408c8535c8c5a31e6f9145f0623dfb0df20c0eb99616fe4a90bda5421869 [Pipeline] // withDockerContainer [Pipeline] sh 06:29:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:29:26 Warning: overwriting stash ‘coverage-report’ 06:29:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:29:29 provisioning config files... 06:29:29 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp/config1519419231374085460tmp [Pipeline] { [Pipeline] sh 06:29:30 + set +x 06:29:30 + bash -s -- 06:29:30 + curl -s https://codecov.io/bash 06:29:30 06:29:30 _____ _ 06:29:30 / ____| | | 06:29:30 | | ___ __| | ___ ___ _____ __ 06:29:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:29:30 | |___| (_) | (_| | __/ (_| (_) \ V / 06:29:30 \_____\___/ \__,_|\___|\___\___/ \_/ 06:29:30 Bash-20201124-79cbc08 06:29:30 06:29:30 06:29:30 ==> Jenkins CI detected. 06:29:30 project root: . 06:29:30 --> token set from env 06:29:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:29:30 ==> Running gcov in . (disable via -X gcov) 06:29:30 ==> Python coveragepy not found 06:29:30 ==> Searching for coverage reports in: 06:29:30 + . 06:29:30 -> Found 1 reports 06:29:30 ==> Detecting git/mercurial file structure 06:29:30 ==> Reading reports 06:29:30 + ./coverage.out bytes=21004 06:29:30 ==> Appending adjustments 06:29:30 https://docs.codecov.io/docs/fixing-reports 06:29:30 + Found adjustments 06:29:30 ==> Gzipping contents 06:29:30 8.0K /tmp/codecov.x63Hp6.gz 06:29:30 ==> Uploading reports 06:29:30 url: https://codecov.io 06:29:30 query: branch=PR-131&commit=88e4328b861b551a8bc05dee3f0c3ed53db222ed&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-131%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=131&job=&cmd_args= 06:29:30 -> Pinging Codecov 06:29:30 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-131&commit=88e4328b861b551a8bc05dee3f0c3ed53db222ed&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-131%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=131&job=&cmd_args= 06:29:31 -> Uploading to 06:29:31 https://storage.googleapis.com/codecov/v4/raw/2020-11-30/833815588EE85121546D348822E98E2E/88e4328b861b551a8bc05dee3f0c3ed53db222ed/344d191c-c210-4382-9554-7988f30f9805.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T062931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66835c44b8501a1d2104d66314667b89c90988ffeb859c082bd903202bf94485 06:29:31 % Total % Received % Xferd Average Speed Time Time Time Current 06:29:31 Dload Upload Total Spent Left Speed 06:29:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4416 0 0 100 4416 0 10848 --:--:-- --:--:-- --:--:-- 10876 06:29:31 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/88e4328b861b551a8bc05dee3f0c3ed53db222ed [Pipeline] } 06:29:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:29:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:29:36 ---> package-listing.sh 06:29:36 ++ tr '[:upper:]' '[:lower:]' 06:29:36 ++ facter osfamily 06:29:36 + OS_FAMILY=redhat 06:29:36 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-131 06:29:36 + START_PACKAGES=/tmp/packages_start.txt 06:29:36 + END_PACKAGES=/tmp/packages_end.txt 06:29:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:29:36 + PACKAGES=/tmp/packages_start.txt 06:29:36 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-131 ']' 06:29:36 + PACKAGES=/tmp/packages_end.txt 06:29:36 + case "${OS_FAMILY}" in 06:29:36 + rpm -qa 06:29:36 + sort 06:29:42 + '[' -f /tmp/packages_start.txt ']' 06:29:42 + '[' -f /tmp/packages_end.txt ']' 06:29:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:29:42 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-131 ']' 06:29:42 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-131/archives/ 06:29:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-131/archives/ [Pipeline] echo 06:29:42 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/xfoundry_go-mod-bootstrap_PR-131/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:29:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:29:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:43 06:29:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:29:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:43 alpine: Pulling from edgex-lftools-log-publisher 06:29:43 df20fa9351a1: Pulling fs layer 06:29:43 36b3adc4ff6f: Pulling fs layer 06:29:43 8ad3a11d3b57: Pulling fs layer 06:29:43 46f8f816bc3b: Pulling fs layer 06:29:43 93b61091891f: Pulling fs layer 06:29:43 93b9cdb0e59b: Pulling fs layer 06:29:43 5e14af77c1be: Pulling fs layer 06:29:43 01666e4c0597: Pulling fs layer 06:29:43 aa168da1d23b: Pulling fs layer 06:29:43 93b61091891f: Waiting 06:29:43 93b9cdb0e59b: Waiting 06:29:43 5e14af77c1be: Waiting 06:29:43 01666e4c0597: Waiting 06:29:43 aa168da1d23b: Waiting 06:29:43 46f8f816bc3b: Waiting 06:29:43 df20fa9351a1: Verifying Checksum 06:29:43 df20fa9351a1: Download complete 06:29:43 46f8f816bc3b: Verifying Checksum 06:29:43 46f8f816bc3b: Download complete 06:29:43 36b3adc4ff6f: Verifying Checksum 06:29:43 36b3adc4ff6f: Download complete 06:29:43 93b9cdb0e59b: Verifying Checksum 06:29:43 93b9cdb0e59b: Download complete 06:29:43 5e14af77c1be: Verifying Checksum 06:29:43 5e14af77c1be: Download complete 06:29:43 01666e4c0597: Verifying Checksum 06:29:43 01666e4c0597: Download complete 06:29:43 93b61091891f: Verifying Checksum 06:29:43 93b61091891f: Download complete 06:29:44 8ad3a11d3b57: Verifying Checksum 06:29:44 8ad3a11d3b57: Download complete 06:29:44 df20fa9351a1: Pull complete 06:29:44 36b3adc4ff6f: Pull complete 06:29:45 8ad3a11d3b57: Pull complete 06:29:46 46f8f816bc3b: Pull complete 06:29:46 93b61091891f: Pull complete 06:29:46 aa168da1d23b: Verifying Checksum 06:29:46 aa168da1d23b: Download complete 06:29:47 93b9cdb0e59b: Pull complete 06:29:47 5e14af77c1be: Pull complete 06:29:47 01666e4c0597: Pull complete 06:29:57 aa168da1d23b: Pull complete 06:29:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:29:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:29:57 prd-centos7-docker-4c-2g-13808 does not seem to be running inside a container 06:29:58 $ 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/xfoundry_go-mod-bootstrap_PR-131/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-131 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-131:/w/workspace/xfoundry_go-mod-bootstrap_PR-131:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-131@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:30:01 $ docker top c3feb713204ee2542d200ea86ce9e04d74d8d7552504028c3b7ac28c58609c0b -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:02 + touch /tmp/pre-build-complete [Pipeline] sh 06:30:03 + mkdir -p /var/log/sa [Pipeline] sh 06:30:03 + ls /var/log/sa-host 06:30:03 + sadf -c /var/log/sa-host/sa23 06:30:03 file_magic: OK 06:30:03 HZ: Using current value: 100 06:30:03 file_header: OK 06:30:03 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 06:30:03 Statistics: 06:30:03 Hnuu...uuuununununu... 06:30:03 File successfully converted to sysstat format version 12.2.1 06:30:03 + sadf -c /var/log/sa-host/sa30 06:30:03 file_magic: OK 06:30:03 HZ: Using current value: 100 06:30:03 file_header: OK 06:30:03 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 06:30:03 Statistics: 06:30:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:30:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:30:04 provisioning config files... 06:30:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-131@tmp/config5579359420797777406tmp [Pipeline] { [Pipeline] echo 06:30:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:30:04 ---> create-netrc.sh [Pipeline] } 06:30:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:30:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:30:05 ---> python-tools-install.sh [Pipeline] echo 06:30:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:30:05 ---> sudo-logs.sh 06:30:05 Archiving 'sudo' log.. [Pipeline] echo 06:30:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:30:06 ---> job-cost.sh 06:30:06 lf-activate-venv: SKIPPING 06:30:06 INFO: No Stack... 06:30:07 INFO: Retrieving Pricing Info for: v1-standard-2 06:30:08 INFO: Archiving Costs [Pipeline] echo 06:30:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:30:08 ---> logs-deploy.sh 06:30:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-131/1 06:30:08 INFO: archiving workspace using pattern(s): 06:30:10 Archives upload complete. 06:30:10 INFO: archiving logs to Nexus