Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 012f20f93ae09d010eabd006137fe97c31000b97+72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (5e5d623243bf643879de8be1ea90778c85a751d6) 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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-95/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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. [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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1374 in /w/workspace/exfoundry_go-mod-bootstrap_PR-95 [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/exfoundry_go-mod-bootstrap_PR-95 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-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 --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/95/head:refs/remotes/origin/PR-95 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit 012f20f93ae09d010eabd006137fe97c31000b97 Merge succeeded, producing 012f20f93ae09d010eabd006137fe97c31000b97 Checking out Revision 012f20f93ae09d010eabd006137fe97c31000b97 (PR-95) > git config core.sparsecheckout # timeout=10 > git checkout -f 012f20f93ae09d010eabd006137fe97c31000b97 # 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 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 012f20f93ae09d010eabd006137fe97c31000b97 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:00:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:00:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:00:43 ========================================================= 23:00:43 EdgeX Global Pipelines Version Info 23:00:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:00:46 ------------------- 23:00:46 stable info: 23:00:46 ------------------- 23:00:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:00:46 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 23:00:46 Message: update stable to v1.0.128 23:00:47 ------------------- 23:00:47 experimental info: 23:00:47 ------------------- 23:00:47 Commited By: **** collab-it+edgex@linuxfoundation.org 23:00:47 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 23:00:47 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:00:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 23:00:47 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 23:00:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:00:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:00:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:00:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:00:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:00:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:00:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:00:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:00:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:00:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 23:00:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:00:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:00:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:00:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:00:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:00:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:00:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 23:00:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:00:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:00:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:00:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:00:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:00:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:00:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-95 [Pipeline] echo 23:00:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-95 [Pipeline] echo 23:00:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-95 [Pipeline] echo 23:00:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 012f20f93ae09d010eabd006137fe97c31000b97 [Pipeline] echo 23:00:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 012f20f [Pipeline] echo 23:00:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:00:53 + git log --format=format:%s -1 012f20f93ae09d010eabd006137fe97c31000b97 [Pipeline] echo 23:00:53 GIT_COMMIT: 012f20f93ae09d010eabd006137fe97c31000b97, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo 23:00:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:00:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:00:55 23:00:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:00:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:00:55 latest: Pulling from edgex-devops/git-semver 23:00:55 31603596830f: Pulling fs layer 23:00:55 2a8b12db71e7: Pulling fs layer 23:00:55 6ca5941a6612: Pulling fs layer 23:00:55 ecc8261a40a4: Pulling fs layer 23:00:55 ecc8261a40a4: Waiting 23:00:55 2a8b12db71e7: Verifying Checksum 23:00:55 2a8b12db71e7: Download complete 23:00:56 31603596830f: Verifying Checksum 23:00:56 31603596830f: Download complete 23:00:56 ecc8261a40a4: Verifying Checksum 23:00:56 ecc8261a40a4: Download complete 23:00:56 6ca5941a6612: Verifying Checksum 23:00:56 6ca5941a6612: Download complete 23:00:56 31603596830f: Pull complete 23:00:56 2a8b12db71e7: Pull complete 23:00:57 6ca5941a6612: Pull complete 23:00:57 ecc8261a40a4: Pull complete 23:00:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:00:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:00:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:00:58 prd-centos7-docker-4c-2g-1374 does not seem to be running inside a container 23:00:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-bootstrap_PR-95 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-95:/w/workspace/exfoundry_go-mod-bootstrap_PR-95:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-95@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:01:00 $ docker top 35a3a5eab047c6dea58f6a5c82625803dc72290ae331cbb4342ec76360afd3e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:01:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:01 [ssh-agent] Looking for ssh-agent implementation... 23:01:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:01 $ docker exec 35a3a5eab047c6dea58f6a5c82625803dc72290ae331cbb4342ec76360afd3e1 ssh-agent 23:01:01 SSH_AUTH_SOCK=/tmp/ssh-0wStQkzjql7Q/agent.11 23:01:01 SSH_AGENT_PID=16 23:01:01 Running ssh-add (command line suppressed) 23:01:01 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp/private_key_3851103110776478262.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp/private_key_3851103110776478262.key) 23:01:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:02 + git describe --exact-match --tags HEAD 23:01:02 fatal: no tag exactly matches '012f20f93ae09d010eabd006137fe97c31000b97' [Pipeline] } 23:01:02 $ docker exec --env ******** --env ******** 35a3a5eab047c6dea58f6a5c82625803dc72290ae331cbb4342ec76360afd3e1 ssh-agent -k 23:01:02 unset SSH_AUTH_SOCK; 23:01:02 unset SSH_AGENT_PID; 23:01:02 echo Agent pid 16 killed; 23:01:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:01:02 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:01:02 This usually means this commit has not been tagged. [Pipeline] sshagent 23:01:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:02 [ssh-agent] Looking for ssh-agent implementation... 23:01:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:02 $ docker exec 35a3a5eab047c6dea58f6a5c82625803dc72290ae331cbb4342ec76360afd3e1 ssh-agent 23:01:02 SSH_AUTH_SOCK=/tmp/ssh-uwopY3XeNdeH/agent.45 23:01:02 SSH_AGENT_PID=50 23:01:02 Running ssh-add (command line suppressed) 23:01:03 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp/private_key_4157884409079667756.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp/private_key_4157884409079667756.key) 23:01:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:03 + git semver init 23:01:03 # -> Open(): unable to determine branch for HEAD 23:01:03 # $GIT_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-95/.git 23:01:03 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-bootstrap_PR-95 23:01:03 # $SEMVER_REMOTE_NAME = origin 23:01:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:01:03 # $SEMVER_USER_NAME = edgex-jenkins 23:01:03 # $SEMVER_BRANCH = PR-95 23:01:03 # $SEMVER_TEMP = /tmp/semver-103069447 23:01:03 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 23:01:04 # '/tmp/semver-103069447' -> '/w/workspace/exfoundry_go-mod-bootstrap_PR-95/.semver' 23:01:04 # -> Force: false 23:01:04 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-95/.semver [Pipeline] } 23:01:04 $ docker exec --env ******** --env ******** 35a3a5eab047c6dea58f6a5c82625803dc72290ae331cbb4342ec76360afd3e1 ssh-agent -k 23:01:04 unset SSH_AUTH_SOCK; 23:01:04 unset SSH_AGENT_PID; 23:01:04 echo Agent pid 50 killed; 23:01:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:05 + git semver [Pipeline] } 23:01:05 $ docker stop --time=1 35a3a5eab047c6dea58f6a5c82625803dc72290ae331cbb4342ec76360afd3e1 23:01:06 $ docker rm -f 35a3a5eab047c6dea58f6a5c82625803dc72290ae331cbb4342ec76360afd3e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:01:07 Stashed 53 file(s) [Pipeline] echo 23:01:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 23:01:07 Archived original 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 23:01:23 Still waiting to schedule task 23:01:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:01:23 Still waiting to schedule task 23:01:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:03:25 Running on prd-centos7-docker-4c-2g-1375 in /w/workspace/exfoundry_go-mod-bootstrap_PR-95 [Pipeline] { [Pipeline] ws 23:03:25 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 23:03:27 using credential edgex-jenkins-ssh 23:03:27 Cloning the remote Git repository 23:03:27 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:03:29 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit 012f20f93ae09d010eabd006137fe97c31000b97 23:03:28 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 23:03:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:03:28 > git --version # timeout=10 23:03:28 > git --version # 'git version 2.16.5' 23:03:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:03:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:03:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:03:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:03:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:03:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:03:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:03:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/95/head:refs/remotes/origin/PR-95 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:03:29 > git config core.sparsecheckout # timeout=10 23:03:29 > git checkout -f 012f20f93ae09d010eabd006137fe97c31000b97 # timeout=10 23:03:29 > git remote # timeout=10 23:03:29 > git config --get remote.origin.url # timeout=10 23:03:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:03:29 > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 23:03:29 > git rev-parse HEAD^{commit} # timeout=10 23:03:29 Merge succeeded, producing 012f20f93ae09d010eabd006137fe97c31000b97 23:03:29 Checking out Revision 012f20f93ae09d010eabd006137fe97c31000b97 (PR-95) 23:03:29 > git config core.sparsecheckout # timeout=10 23:03:29 > git checkout -f 012f20f93ae09d010eabd006137fe97c31000b97 # timeout=10 23:03:32 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" 23:03:32 > git --version # timeout=10 23:03:32 > git --version # 'git version 2.16.5' 23:03:32 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:03:33 ========================================================= 23:03:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:03:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:03:34 + 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 . 23:03:34 Sending build context to Docker daemon 739.3kB 23:03:34 Step 1/8 : ARG BASE=golang:1.15-alpine 23:03:34 Step 2/8 : FROM ${BASE} 23:03:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:03:35 df20fa9351a1: Pulling fs layer 23:03:35 ed8968b2872e: Pulling fs layer 23:03:35 a92cc7c5fd73: Pulling fs layer 23:03:35 e871e8e8d7a9: Pulling fs layer 23:03:35 e73272ec9a57: Pulling fs layer 23:03:35 1e910a182e73: Pulling fs layer 23:03:35 4e634b169226: Pulling fs layer 23:03:35 e73272ec9a57: Waiting 23:03:35 1e910a182e73: Waiting 23:03:35 4e634b169226: Waiting 23:03:35 e871e8e8d7a9: Waiting 23:03:35 a92cc7c5fd73: Verifying Checksum 23:03:35 a92cc7c5fd73: Download complete 23:03:35 ed8968b2872e: Download complete 23:03:35 e73272ec9a57: Verifying Checksum 23:03:35 e73272ec9a57: Download complete 23:03:35 1e910a182e73: Verifying Checksum 23:03:35 1e910a182e73: Download complete 23:03:35 df20fa9351a1: Verifying Checksum 23:03:35 df20fa9351a1: Download complete 23:03:35 df20fa9351a1: Pull complete 23:03:35 ed8968b2872e: Pull complete 23:03:35 a92cc7c5fd73: Pull complete 23:03:39 4e634b169226: Verifying Checksum 23:03:39 4e634b169226: Download complete 23:03:39 e871e8e8d7a9: Verifying Checksum 23:03:39 e871e8e8d7a9: Download complete 23:03:44 e871e8e8d7a9: Pull complete 23:03:44 e73272ec9a57: Pull complete 23:03:44 1e910a182e73: Pull complete 23:03:48 4e634b169226: Pull complete 23:03:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:03:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:03:48 ---> f7629b54cfaa 23:03:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:03:48 ---> Running in e3675c912372 23:03:48 Removing intermediate container e3675c912372 23:03:48 ---> 023df75e0e11 23:03:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:48 ---> Running in c5fa1ec74ca9 23:03:50 Removing intermediate container c5fa1ec74ca9 23:03:50 ---> 9c48b9c11ce5 23:03:50 Step 5/8 : RUN apk add --update --no-cache git make 23:03:50 ---> Running in a15bd606d408 23:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:53 OK: 166 MiB in 39 packages 23:03:53 Removing intermediate container a15bd606d408 23:03:53 ---> 77e2d0403038 23:03:53 Step 6/8 : WORKDIR /build 23:03:53 ---> Running in d309b19338b3 23:03:53 Removing intermediate container d309b19338b3 23:03:53 ---> 5e3bf1d37d03 23:03:53 Step 7/8 : COPY go.mod . 23:03:53 ---> 7530038f947a 23:03:53 Step 8/8 : RUN go mod download 23:03:53 ---> Running in a39136842c5d 23:04:12 Removing intermediate container a39136842c5d 23:04:12 ---> eacc92d48d30 23:04:12 Successfully built eacc92d48d30 23:04:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:04:12 + docker inspect -f . ci-base-image-x86_64 23:04:12 . [Pipeline] withDockerContainer 23:04:12 prd-centos7-docker-4c-2g-1375 does not seem to be running inside a container 23:04:13 $ 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 ******** ci-base-image-x86_64 cat 23:04:13 $ docker top 2af6a7b5434c105764df27e923b05f38e67e299518efa1b1e95e018647a5ebf2 -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:14 + go version 23:04:14 go version go1.15.2 linux/amd64 [Pipeline] } 23:04:14 $ docker stop --time=1 2af6a7b5434c105764df27e923b05f38e67e299518efa1b1e95e018647a5ebf2 23:04:16 $ docker rm -f 2af6a7b5434c105764df27e923b05f38e67e299518efa1b1e95e018647a5ebf2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:04:17 + docker inspect -f . ci-base-image-x86_64 23:04:17 . [Pipeline] withDockerContainer 23:04:17 prd-centos7-docker-4c-2g-1375 does not seem to be running inside a container 23:04:17 $ 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 ******** ci-base-image-x86_64 cat 23:04:18 $ docker top cb87607652b53b3431df7243979b9acdeacbd0604002832c60aa16e993ea92c1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:19 + make test 23:04:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:04:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 23:04:29 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.007s coverage: 9.0% of statements 23:04:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 23:04:29 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.020s coverage: 95.8% of statements 23:04:29 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 84.2% of statements 23:04:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 23:04:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 23:04:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 23:04:35 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.013s coverage: 100.0% of statements 23:04:35 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 23:04:35 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 23:04:35 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 23:04:35 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.005s coverage: 48.9% of statements 23:04:35 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 23:04:35 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 23:04:35 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.004s coverage: 91.3% of statements 23:04:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:04:37 gofmt -l . 23:04:37 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:04:37 Stashed 1 file(s) [Pipeline] } 23:04:37 $ docker stop --time=1 cb87607652b53b3431df7243979b9acdeacbd0604002832c60aa16e993ea92c1 23:04:39 $ docker rm -f cb87607652b53b3431df7243979b9acdeacbd0604002832c60aa16e993ea92c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:05:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1378 in /w/workspace/exfoundry_go-mod-bootstrap_PR-95 [Pipeline] { [Pipeline] ws 23:05:55 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 23:06:02 using credential edgex-jenkins-ssh 23:06:02 Cloning the remote Git repository 23:06:02 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:06:02 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 23:06:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:06:02 > git --version # timeout=10 23:06:02 > git --version # 'git version 2.17.1' 23:06:02 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:06:04 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit 012f20f93ae09d010eabd006137fe97c31000b97 23:06:04 Merge succeeded, producing 012f20f93ae09d010eabd006137fe97c31000b97 23:06:04 Checking out Revision 012f20f93ae09d010eabd006137fe97c31000b97 (PR-95) 23:06:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:06:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:06:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/95/head:refs/remotes/origin/PR-95 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:06:04 > git config core.sparsecheckout # timeout=10 23:06:04 > git checkout -f 012f20f93ae09d010eabd006137fe97c31000b97 # timeout=10 23:06:04 > git remote # timeout=10 23:06:04 > git config --get remote.origin.url # timeout=10 23:06:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:04 > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 23:06:04 > git rev-parse HEAD^{commit} # timeout=10 23:06:04 > git config core.sparsecheckout # timeout=10 23:06:04 > git checkout -f 012f20f93ae09d010eabd006137fe97c31000b97 # timeout=10 23:06:08 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" 23:06:08 > git --version # timeout=10 23:06:08 > git --version # 'git version 2.17.1' 23:06:08 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:06:10 ========================================================= 23:06:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:06:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:06:11 + 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 . 23:06:12 Sending build context to Docker daemon 739.3kB 23:06:12 Step 1/8 : ARG BASE=golang:1.15-alpine 23:06:12 Step 2/8 : FROM ${BASE} 23:06:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:06:12 b538f80385f9: Pulling fs layer 23:06:12 74f711af9a0d: Pulling fs layer 23:06:12 99f96fe45779: Pulling fs layer 23:06:12 8529a6b9a6be: Pulling fs layer 23:06:12 45590311c82a: Pulling fs layer 23:06:12 8529a6b9a6be: Waiting 23:06:12 69ca0ff8b7b3: Pulling fs layer 23:06:12 209524e5b208: Pulling fs layer 23:06:12 69ca0ff8b7b3: Waiting 23:06:12 209524e5b208: Waiting 23:06:12 45590311c82a: Waiting 23:06:12 99f96fe45779: Verifying Checksum 23:06:12 99f96fe45779: Download complete 23:06:12 74f711af9a0d: Verifying Checksum 23:06:12 74f711af9a0d: Download complete 23:06:12 45590311c82a: Verifying Checksum 23:06:12 45590311c82a: Download complete 23:06:12 69ca0ff8b7b3: Download complete 23:06:12 b538f80385f9: Verifying Checksum 23:06:12 b538f80385f9: Download complete 23:06:13 b538f80385f9: Pull complete 23:06:14 74f711af9a0d: Pull complete 23:06:14 99f96fe45779: Pull complete 23:06:15 209524e5b208: Verifying Checksum 23:06:17 8529a6b9a6be: Verifying Checksum 23:06:17 8529a6b9a6be: Download complete 23:06:27 8529a6b9a6be: Pull complete 23:06:27 45590311c82a: Pull complete 23:06:27 69ca0ff8b7b3: Pull complete 23:06:31 209524e5b208: Pull complete 23:06:31 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:06:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:06:31 ---> 5bddaf1c2fca 23:06:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:06:33 ---> Running in 0efbb20d0144 23:06:34 Removing intermediate container 0efbb20d0144 23:06:34 ---> 8cad822f791a 23:06:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:34 ---> Running in 19a3f6975cfc 23:06:36 Removing intermediate container 19a3f6975cfc 23:06:36 ---> 47a72e45a43c 23:06:36 Step 5/8 : RUN apk add --update --no-cache git make 23:06:36 ---> Running in 2593378602a5 23:06:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:41 OK: 142 MiB in 39 packages 23:06:42 Removing intermediate container 2593378602a5 23:06:42 ---> df22db45d55d 23:06:42 Step 6/8 : WORKDIR /build 23:06:42 ---> Running in 91c6af836c95 23:06:42 Removing intermediate container 91c6af836c95 23:06:42 ---> 9712decdf3af 23:06:42 Step 7/8 : COPY go.mod . 23:06:43 ---> e92c9334def4 23:06:43 Step 8/8 : RUN go mod download 23:06:43 ---> Running in 7ca61ef18225 23:07:05 Removing intermediate container 7ca61ef18225 23:07:05 ---> c8840eda6af3 23:07:05 Successfully built c8840eda6af3 23:07:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:07:06 + docker inspect -f . ci-base-image-arm64 23:07:06 . [Pipeline] withDockerContainer 23:07:06 prd-ubuntu18.04-docker-arm64-4c-16g-1378 does not seem to be running inside a container 23:07:06 $ 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 ******** ci-base-image-arm64 cat 23:07:08 $ docker top 94397525cd8e78f05c52dd5c407f2d3d84b8e68b1f1b07c8cb90e833f655c9c4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:09 + go version 23:07:09 go version go1.15.2 linux/arm64 [Pipeline] } 23:07:09 $ docker stop --time=1 94397525cd8e78f05c52dd5c407f2d3d84b8e68b1f1b07c8cb90e833f655c9c4 23:07:11 $ docker rm -f 94397525cd8e78f05c52dd5c407f2d3d84b8e68b1f1b07c8cb90e833f655c9c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:12 + docker inspect -f . ci-base-image-arm64 23:07:12 . [Pipeline] withDockerContainer 23:07:13 prd-ubuntu18.04-docker-arm64-4c-16g-1378 does not seem to be running inside a container 23:07:13 $ 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 ******** ci-base-image-arm64 cat 23:07:15 $ docker top ebe86b1b8d7074860f3e1b42ea76069aede88bd29118b5b4d8521421a41c5890 -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:16 + make test 23:07:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:07:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 23:07:43 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.022s coverage: 9.0% of statements 23:07:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 23:07:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.046s coverage: 95.8% of statements 23:07:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.031s coverage: 84.2% of statements 23:07:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 23:07:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 23:07:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 23:07:54 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.059s coverage: 100.0% of statements 23:07:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 23:07:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 23:07:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 23:07:54 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.012s coverage: 48.9% of statements 23:07:54 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 23:07:54 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 23:07:54 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.012s coverage: 91.3% of statements 23:07:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:07:57 gofmt -l . 23:07:57 [ "`gofmt -l .`" = "" ] [Pipeline] stash 23:07:57 Warning: overwriting stash ‘coverage-report’ 23:07:58 Stashed 1 file(s) [Pipeline] } 23:07:58 $ docker stop --time=1 ebe86b1b8d7074860f3e1b42ea76069aede88bd29118b5b4d8521421a41c5890 23:08:00 $ docker rm -f ebe86b1b8d7074860f3e1b42ea76069aede88bd29118b5b4d8521421a41c5890 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:08:04 provisioning config files... 23:08:04 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp/config8098399892654283521tmp [Pipeline] { [Pipeline] sh 23:08:05 + curl -s https://codecov.io/bash 23:08:05 + bash -s - -t @/w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp/config8098399892654283521tmp [Pipeline] } 23:08:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 23:08:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:08:09 ---> package-listing.sh 23:08:09 ++ facter osfamily 23:08:09 ++ tr '[:upper:]' '[:lower:]' 23:08:09 + OS_FAMILY=redhat 23:08:09 + workspace=/w/workspace/exfoundry_go-mod-bootstrap_PR-95 23:08:09 + START_PACKAGES=/tmp/packages_start.txt 23:08:09 + END_PACKAGES=/tmp/packages_end.txt 23:08:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:08:09 + PACKAGES=/tmp/packages_start.txt 23:08:09 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-95 ']' 23:08:09 + PACKAGES=/tmp/packages_end.txt 23:08:09 + case "${OS_FAMILY}" in 23:08:09 + rpm -qa 23:08:09 + sort 23:08:13 + '[' -f /tmp/packages_start.txt ']' 23:08:13 + '[' -f /tmp/packages_end.txt ']' 23:08:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:08:13 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-95 ']' 23:08:13 + mkdir -p /w/workspace/exfoundry_go-mod-bootstrap_PR-95/archives/ 23:08:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-bootstrap_PR-95/archives/ [Pipeline] isUnix [Pipeline] sh 23:08:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:15 23:08:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:08:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:15 alpine: Pulling from edgex-lftools-log-publisher 23:08:15 df20fa9351a1: Pulling fs layer 23:08:15 36b3adc4ff6f: Pulling fs layer 23:08:15 8ad3a11d3b57: Pulling fs layer 23:08:15 46f8f816bc3b: Pulling fs layer 23:08:15 0dadc02b9964: Pulling fs layer 23:08:15 ce6a7cf60c04: Pulling fs layer 23:08:15 7a184a31f384: Pulling fs layer 23:08:15 0879bd2ef858: Pulling fs layer 23:08:15 7a184a31f384: Waiting 23:08:15 0879bd2ef858: Waiting 23:08:15 ce6a7cf60c04: Waiting 23:08:15 36b3adc4ff6f: Verifying Checksum 23:08:15 36b3adc4ff6f: Download complete 23:08:15 46f8f816bc3b: Verifying Checksum 23:08:15 46f8f816bc3b: Download complete 23:08:15 df20fa9351a1: Verifying Checksum 23:08:15 df20fa9351a1: Download complete 23:08:15 ce6a7cf60c04: Download complete 23:08:15 7a184a31f384: Verifying Checksum 23:08:15 7a184a31f384: Download complete 23:08:15 0dadc02b9964: Verifying Checksum 23:08:15 0dadc02b9964: Download complete 23:08:15 8ad3a11d3b57: Verifying Checksum 23:08:15 8ad3a11d3b57: Download complete 23:08:15 df20fa9351a1: Pull complete 23:08:15 36b3adc4ff6f: Pull complete 23:08:16 0879bd2ef858: Verifying Checksum 23:08:16 0879bd2ef858: Download complete 23:08:16 8ad3a11d3b57: Pull complete 23:08:16 46f8f816bc3b: Pull complete 23:08:17 0dadc02b9964: Pull complete 23:08:17 ce6a7cf60c04: Pull complete 23:08:17 7a184a31f384: Pull complete 23:08:19 0879bd2ef858: Pull complete 23:08:19 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 23:08:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:08:20 prd-centos7-docker-4c-2g-1374 does not seem to be running inside a container 23:08:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_go-mod-bootstrap_PR-95 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-95:/w/workspace/exfoundry_go-mod-bootstrap_PR-95:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-95@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:10003/edgex-lftools-log-publisher:alpine cat 23:08:22 $ docker top bc49a8994b122e28d5f46696a548a3c26b5bd1e3c7f2145f2588a1b319827e9c -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:23 + mkdir -p /var/log/sa [Pipeline] sh 23:08:23 + ls /var/log/sa-host 23:08:23 + sadf -c /var/log/sa-host/sa05 23:08:23 file_magic: OK 23:08:23 HZ: Using current value: 100 23:08:23 file_header: OK 23:08:23 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 23:08:23 Statistics: 23:08:23 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:08:23 File successfully converted to sysstat format version 12.2.1 23:08:23 + sadf -c /var/log/sa-host/sa24 23:08:23 file_magic: OK 23:08:23 HZ: Using current value: 100 23:08:23 file_header: OK 23:08:23 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 23:08:23 Statistics: 23:08:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:08:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:08:23 provisioning config files... 23:08:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-95@tmp/config3370782599415862753tmp [Pipeline] { [Pipeline] echo 23:08:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:08:24 ---> create-netrc.sh [Pipeline] echo 23:08:24 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:08:24 ---> logs-deploy.sh 23:08:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-95/1 23:08:24 INFO: archiving workspace using pattern(s): 23:08:26 Archives upload complete. 23:08:26 INFO: archiving logs to Nexus