Pull request #96 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e234d0293375136e6015ffca4bf021a8681e322e+72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (b24a590f71000488f5fad07273a643c4cf5a3a8a) 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-96/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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1249 in /w/workspace/exfoundry_go-mod-bootstrap_PR-96 [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-96 # 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 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit e234d0293375136e6015ffca4bf021a8681e322e > 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/96/head:refs/remotes/origin/PR-96 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 Merge succeeded, producing e234d0293375136e6015ffca4bf021a8681e322e Checking out Revision e234d0293375136e6015ffca4bf021a8681e322e (PR-96) > 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 e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" 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 20:49:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:49:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:49:31 ========================================================= 20:49:31 EdgeX Global Pipelines Version Info 20:49:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:49:33 ------------------- 20:49:33 stable info: 20:49:33 ------------------- 20:49:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:49:33 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 20:49:33 Message: update stable to v1.0.128 20:49:34 ------------------- 20:49:34 experimental info: 20:49:34 ------------------- 20:49:34 Commited By: **** collab-it+edgex@linuxfoundation.org 20:49:34 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 20:49:34 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:49:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:49:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:49:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:49:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:49:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:49:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:49:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:49:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:49:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:49:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:49:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:49:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:49:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:49:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:49:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:49:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:49:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:49:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:49:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:49:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-96 [Pipeline] echo 20:49:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-96 [Pipeline] echo 20:49:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-96 [Pipeline] echo 20:49:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e234d0293375136e6015ffca4bf021a8681e322e [Pipeline] echo 20:49:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e234d02 [Pipeline] echo 20:49:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:49:39 + git log --format=format:%s -1 e234d0293375136e6015ffca4bf021a8681e322e [Pipeline] echo 20:49:39 GIT_COMMIT: e234d0293375136e6015ffca4bf021a8681e322e, Commit Message: build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo 20:49:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:49:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:40 20:49:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:49:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:41 latest: Pulling from edgex-devops/git-semver 20:49:41 31603596830f: Pulling fs layer 20:49:41 2a8b12db71e7: Pulling fs layer 20:49:41 6ca5941a6612: Pulling fs layer 20:49:41 ecc8261a40a4: Pulling fs layer 20:49:41 ecc8261a40a4: Waiting 20:49:41 2a8b12db71e7: Verifying Checksum 20:49:41 2a8b12db71e7: Download complete 20:49:41 31603596830f: Verifying Checksum 20:49:41 31603596830f: Download complete 20:49:41 ecc8261a40a4: Verifying Checksum 20:49:41 ecc8261a40a4: Download complete 20:49:41 6ca5941a6612: Verifying Checksum 20:49:41 6ca5941a6612: Download complete 20:49:41 31603596830f: Pull complete 20:49:41 2a8b12db71e7: Pull complete 20:49:43 6ca5941a6612: Pull complete 20:49:43 ecc8261a40a4: Pull complete 20:49:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:49:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:49:43 prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container 20:49:43 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-bootstrap_PR-96 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-96:/w/workspace/exfoundry_go-mod-bootstrap_PR-96:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-96@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:49:45 $ docker top 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:46 [ssh-agent] Looking for ssh-agent implementation... 20:49:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:46 $ docker exec 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 ssh-agent 20:49:46 SSH_AUTH_SOCK=/tmp/ssh-79G4KDw5pAeR/agent.11 20:49:46 SSH_AGENT_PID=17 20:49:46 Running ssh-add (command line suppressed) 20:49:46 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/private_key_4092313168832033754.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/private_key_4092313168832033754.key) 20:49:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:47 + git describe --exact-match --tags HEAD 20:49:47 fatal: no tag exactly matches 'e234d0293375136e6015ffca4bf021a8681e322e' [Pipeline] } 20:49:47 $ docker exec --env ******** --env ******** 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 ssh-agent -k 20:49:47 unset SSH_AUTH_SOCK; 20:49:47 unset SSH_AGENT_PID; 20:49:47 echo Agent pid 17 killed; 20:49:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:49:47 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:49:47 This usually means this commit has not been tagged. [Pipeline] sshagent 20:49:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:48 [ssh-agent] Looking for ssh-agent implementation... 20:49:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:48 $ docker exec 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 ssh-agent 20:49:48 SSH_AUTH_SOCK=/tmp/ssh-DvRUwhUeZ1vq/agent.47 20:49:48 SSH_AGENT_PID=53 20:49:48 Running ssh-add (command line suppressed) 20:49:48 Identity added: /w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/private_key_8489019690088895814.key (/w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/private_key_8489019690088895814.key) 20:49:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:49 + git semver init 20:49:49 # -> Open(): unable to determine branch for HEAD 20:49:49 # $GIT_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-96/.git 20:49:49 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-bootstrap_PR-96 20:49:49 # $SEMVER_REMOTE_NAME = origin 20:49:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:49:49 # $SEMVER_USER_NAME = edgex-jenkins 20:49:49 # $SEMVER_BRANCH = PR-96 20:49:49 # $SEMVER_TEMP = /tmp/semver-647827532 20:49:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:49:49 # '/tmp/semver-647827532' -> '/w/workspace/exfoundry_go-mod-bootstrap_PR-96/.semver' 20:49:49 # -> Force: false 20:49:49 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-96/.semver [Pipeline] } 20:49:49 $ docker exec --env ******** --env ******** 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 ssh-agent -k 20:49:49 unset SSH_AUTH_SOCK; 20:49:49 unset SSH_AGENT_PID; 20:49:49 echo Agent pid 53 killed; 20:49:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:50 + git semver [Pipeline] } 20:49:50 $ docker stop --time=1 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 20:49:52 $ docker rm -f 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:49:53 Stashed 52 file(s) [Pipeline] echo 20:49:53 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 20:49:53 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 20:50:09 Still waiting to schedule task 20:50:09 ‘prd-centos7-docker-4c-2g-1251’ is offline 20:50:09 Still waiting to schedule task 20:50:09 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1229’ 20:51:46 Running on prd-centos7-docker-4c-2g-1256 in /w/workspace/exfoundry_go-mod-bootstrap_PR-96 [Pipeline] { [Pipeline] ws 20:51:46 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 20:51:51 using credential edgex-jenkins-ssh 20:51:51 Cloning the remote Git repository 20:51:51 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:51:51 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 20:51:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:51:51 > git --version # timeout=10 20:51:51 > git --version # 'git version 2.16.5' 20:51:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:51:53 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit e234d0293375136e6015ffca4bf021a8681e322e 20:51:53 Merge succeeded, producing e234d0293375136e6015ffca4bf021a8681e322e 20:51:53 Checking out Revision e234d0293375136e6015ffca4bf021a8681e322e (PR-96) 20:51:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:51:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:51:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:51:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:51:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/96/head:refs/remotes/origin/PR-96 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:51:53 > git config core.sparsecheckout # timeout=10 20:51:53 > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 20:51:53 > git remote # timeout=10 20:51:53 > git config --get remote.origin.url # timeout=10 20:51:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:53 > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 20:51:53 > git rev-parse HEAD^{commit} # timeout=10 20:51:53 > git config core.sparsecheckout # timeout=10 20:51:53 > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 20:51:57 Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" 20:51:57 > git --version # timeout=10 20:51:57 > git --version # 'git version 2.16.5' 20:51:57 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:51:58 ========================================================= 20:51:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:51:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:51:58 + 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 . 20:52:00 Sending build context to Docker daemon 732.7kB 20:52:00 Step 1/8 : ARG BASE=golang:1.15-alpine 20:52:00 Step 2/8 : FROM ${BASE} 20:52:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:52:00 df20fa9351a1: Pulling fs layer 20:52:00 ed8968b2872e: Pulling fs layer 20:52:00 a92cc7c5fd73: Pulling fs layer 20:52:00 e871e8e8d7a9: Pulling fs layer 20:52:00 e73272ec9a57: Pulling fs layer 20:52:00 1e910a182e73: Pulling fs layer 20:52:00 4e634b169226: Pulling fs layer 20:52:00 e871e8e8d7a9: Waiting 20:52:00 e73272ec9a57: Waiting 20:52:00 1e910a182e73: Waiting 20:52:00 4e634b169226: Waiting 20:52:00 a92cc7c5fd73: Verifying Checksum 20:52:00 a92cc7c5fd73: Download complete 20:52:00 ed8968b2872e: Verifying Checksum 20:52:00 ed8968b2872e: Download complete 20:52:00 e73272ec9a57: Verifying Checksum 20:52:00 e73272ec9a57: Download complete 20:52:00 1e910a182e73: Download complete 20:52:00 df20fa9351a1: Verifying Checksum 20:52:00 df20fa9351a1: Download complete 20:52:00 df20fa9351a1: Pull complete 20:52:00 ed8968b2872e: Pull complete 20:52:00 a92cc7c5fd73: Pull complete 20:52:02 4e634b169226: Verifying Checksum 20:52:02 4e634b169226: Download complete 20:52:03 e871e8e8d7a9: Verifying Checksum 20:52:03 e871e8e8d7a9: Download complete 20:52:09 e871e8e8d7a9: Pull complete 20:52:09 e73272ec9a57: Pull complete 20:52:09 1e910a182e73: Pull complete 20:52:15 4e634b169226: Pull complete 20:52:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 20:52:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:52:15 ---> f7629b54cfaa 20:52:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:52:15 ---> Running in 825b7807f429 20:52:15 Removing intermediate container 825b7807f429 20:52:15 ---> 11fdfae67b55 20:52:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:15 ---> Running in 562e4ac33508 20:52:16 Removing intermediate container 562e4ac33508 20:52:16 ---> ee2094fca759 20:52:16 Step 5/8 : RUN apk add --update --no-cache git make 20:52:16 ---> Running in 6d5197750c63 20:52:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:18 OK: 166 MiB in 39 packages 20:52:19 Removing intermediate container 6d5197750c63 20:52:19 ---> cdb4a7eb1298 20:52:19 Step 6/8 : WORKDIR /build 20:52:19 ---> Running in 53765a46afc9 20:52:19 Removing intermediate container 53765a46afc9 20:52:19 ---> 25a9c08affff 20:52:19 Step 7/8 : COPY go.mod . 20:52:19 ---> 07529706e07d 20:52:19 Step 8/8 : RUN go mod download 20:52:19 ---> Running in 118628d74385 20:52:38 Removing intermediate container 118628d74385 20:52:38 ---> 725b52edbe5f 20:52:38 Successfully built 725b52edbe5f 20:52:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:52:39 + docker inspect -f . ci-base-image-x86_64 20:52:39 . [Pipeline] withDockerContainer 20:52:39 prd-centos7-docker-4c-2g-1256 does not seem to be running inside a container 20:52:39 $ 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 20:52:40 $ docker top 43302977d43acd00bc53cd614aa188e4e59a9fa6d0eb31095550dff745778f33 -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:41 + go version 20:52:41 go version go1.15.2 linux/amd64 [Pipeline] } 20:52:41 $ docker stop --time=1 43302977d43acd00bc53cd614aa188e4e59a9fa6d0eb31095550dff745778f33 20:52:42 $ docker rm -f 43302977d43acd00bc53cd614aa188e4e59a9fa6d0eb31095550dff745778f33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:44 + docker inspect -f . ci-base-image-x86_64 20:52:44 . [Pipeline] withDockerContainer 20:52:44 prd-centos7-docker-4c-2g-1256 does not seem to be running inside a container 20:52:45 $ 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 20:52:45 $ docker top 24b2b5089c7edc8e3e040edb95fdc83f7214910d6a615a3cf407436591c6746f -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:46 + make test 20:52:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:52:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:52:57 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.034s coverage: 9.0% of statements 20:52:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:52:57 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.025s coverage: 95.8% of statements 20:52:57 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 84.2% of statements 20:52:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 20:52:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 20:52:57 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 20:53:05 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.017s coverage: 100.0% of statements 20:53:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 20:53:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:53:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 20:53:05 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements 20:53:05 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:53:05 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:53:05 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.010s coverage: 91.3% of statements 20:53:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:53:07 gofmt -l . 20:53:07 [ "`gofmt -l .`" = "" ] [Pipeline] stash 20:53:07 Stashed 1 file(s) [Pipeline] } 20:53:07 $ docker stop --time=1 24b2b5089c7edc8e3e040edb95fdc83f7214910d6a615a3cf407436591c6746f 20:53:10 $ docker rm -f 24b2b5089c7edc8e3e040edb95fdc83f7214910d6a615a3cf407436591c6746f [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] } 20:54:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1274 in /w/workspace/exfoundry_go-mod-bootstrap_PR-96 [Pipeline] { [Pipeline] ws 20:54:20 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 20:54:26 using credential edgex-jenkins-ssh 20:54:26 Cloning the remote Git repository 20:54:27 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:54:27 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 20:54:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:54:27 > git --version # timeout=10 20:54:27 > git --version # 'git version 2.17.1' 20:54:27 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:54:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:54:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:54:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/96/head:refs/remotes/origin/PR-96 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:54:28 Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit e234d0293375136e6015ffca4bf021a8681e322e 20:54:28 Merge succeeded, producing e234d0293375136e6015ffca4bf021a8681e322e 20:54:28 Checking out Revision e234d0293375136e6015ffca4bf021a8681e322e (PR-96) 20:54:28 > git config core.sparsecheckout # timeout=10 20:54:28 > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 20:54:28 > git remote # timeout=10 20:54:28 > git config --get remote.origin.url # timeout=10 20:54:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:28 > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 20:54:28 > git rev-parse HEAD^{commit} # timeout=10 20:54:28 > git config core.sparsecheckout # timeout=10 20:54:29 > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 20:54:33 Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" 20:54:33 > git --version # timeout=10 20:54:33 > git --version # 'git version 2.17.1' 20:54:33 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:54:35 ========================================================= 20:54:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:54:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:54: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 . 20:54:37 Sending build context to Docker daemon 732.7kB 20:54:37 Step 1/8 : ARG BASE=golang:1.15-alpine 20:54:37 Step 2/8 : FROM ${BASE} 20:54:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:54:37 b538f80385f9: Pulling fs layer 20:54:37 74f711af9a0d: Pulling fs layer 20:54:37 99f96fe45779: Pulling fs layer 20:54:37 8529a6b9a6be: Pulling fs layer 20:54:37 45590311c82a: Pulling fs layer 20:54:37 69ca0ff8b7b3: Pulling fs layer 20:54:37 209524e5b208: Pulling fs layer 20:54:37 69ca0ff8b7b3: Waiting 20:54:37 45590311c82a: Waiting 20:54:37 209524e5b208: Waiting 20:54:37 99f96fe45779: Download complete 20:54:37 74f711af9a0d: Verifying Checksum 20:54:37 74f711af9a0d: Download complete 20:54:37 45590311c82a: Verifying Checksum 20:54:37 45590311c82a: Download complete 20:54:37 69ca0ff8b7b3: Download complete 20:54:38 b538f80385f9: Verifying Checksum 20:54:38 b538f80385f9: Download complete 20:54:38 b538f80385f9: Pull complete 20:54:39 74f711af9a0d: Pull complete 20:54:39 99f96fe45779: Pull complete 20:54:44 209524e5b208: Verifying Checksum 20:54:44 209524e5b208: Download complete 20:54:45 8529a6b9a6be: Verifying Checksum 20:54:45 8529a6b9a6be: Download complete 20:54:55 8529a6b9a6be: Pull complete 20:54:55 45590311c82a: Pull complete 20:54:56 69ca0ff8b7b3: Pull complete 20:54:59 209524e5b208: Pull complete 20:54:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 20:54:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:54:59 ---> 5bddaf1c2fca 20:54:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:55:03 ---> Running in c7cf7314797b 20:55:03 Removing intermediate container c7cf7314797b 20:55:03 ---> 053226aa7a08 20:55:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:03 ---> Running in 4aa3eb415fae 20:55:05 Removing intermediate container 4aa3eb415fae 20:55:05 ---> 35c442ff4970 20:55:05 Step 5/8 : RUN apk add --update --no-cache git make 20:55:05 ---> Running in f1bd3545cee8 20:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:55:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:55:09 OK: 142 MiB in 39 packages 20:55:10 Removing intermediate container f1bd3545cee8 20:55:10 ---> 42719f5d60aa 20:55:10 Step 6/8 : WORKDIR /build 20:55:10 ---> Running in e5463183758d 20:55:11 Removing intermediate container e5463183758d 20:55:11 ---> 55f8fb4cfcbd 20:55:11 Step 7/8 : COPY go.mod . 20:55:12 ---> efba48a0ddb1 20:55:12 Step 8/8 : RUN go mod download 20:55:12 ---> Running in 700a9cf1403b 20:55:34 Removing intermediate container 700a9cf1403b 20:55:34 ---> 3e95d2341800 20:55:34 Successfully built 3e95d2341800 20:55:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:55:34 + docker inspect -f . ci-base-image-arm64 20:55:34 . [Pipeline] withDockerContainer 20:55:35 prd-ubuntu18.04-docker-arm64-4c-16g-1274 does not seem to be running inside a container 20:55:35 $ 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 20:55:37 $ docker top ce9fa18ccbe33caf49fd1f67d279d322dbb7d94bea1448d0ac8d0dab147df285 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:38 + go version 20:55:38 go version go1.15.2 linux/arm64 [Pipeline] } 20:55:38 $ docker stop --time=1 ce9fa18ccbe33caf49fd1f67d279d322dbb7d94bea1448d0ac8d0dab147df285 20:55:40 $ docker rm -f ce9fa18ccbe33caf49fd1f67d279d322dbb7d94bea1448d0ac8d0dab147df285 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:55:42 + docker inspect -f . ci-base-image-arm64 20:55:42 . [Pipeline] withDockerContainer 20:55:42 prd-ubuntu18.04-docker-arm64-4c-16g-1274 does not seem to be running inside a container 20:55:42 $ 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 20:55:44 $ docker top fc8262ea16d3c7fc3495b68a1b3d31ac12d436157c184c584f7e6f19604f71c7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:46 + make test 20:55:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:56:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:56:18 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.036s coverage: 9.0% of statements 20:56:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:56:18 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.038s coverage: 95.8% of statements 20:56:18 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.038s coverage: 84.2% of statements 20:56:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 20:56:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 20:56:18 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 20:56:28 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.034s coverage: 100.0% of statements 20:56:28 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 20:56:28 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:56:28 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 20:56:28 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 48.9% of statements 20:56:28 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:56:28 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:56:28 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.019s coverage: 91.3% of statements 20:56:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:56:33 gofmt -l . 20:56:33 [ "`gofmt -l .`" = "" ] [Pipeline] stash 20:56:33 Warning: overwriting stash ‘coverage-report’ 20:56:34 Stashed 1 file(s) [Pipeline] } 20:56:34 $ docker stop --time=1 fc8262ea16d3c7fc3495b68a1b3d31ac12d436157c184c584f7e6f19604f71c7 20:56:36 $ docker rm -f fc8262ea16d3c7fc3495b68a1b3d31ac12d436157c184c584f7e6f19604f71c7 [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 20:56:40 provisioning config files... 20:56:40 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/config6387605470433024966tmp [Pipeline] { [Pipeline] sh 20:56:40 + curl -s https://codecov.io/bash 20:56:40 + bash -s - -t @/w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/config6387605470433024966tmp [Pipeline] } 20:59:02 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 20:59:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:59:06 ---> package-listing.sh 20:59:06 ++ facter osfamily 20:59:06 ++ tr '[:upper:]' '[:lower:]' 20:59:06 + OS_FAMILY=redhat 20:59:06 + workspace=/w/workspace/exfoundry_go-mod-bootstrap_PR-96 20:59:06 + START_PACKAGES=/tmp/packages_start.txt 20:59:06 + END_PACKAGES=/tmp/packages_end.txt 20:59:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:59:06 + PACKAGES=/tmp/packages_start.txt 20:59:06 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-96 ']' 20:59:06 + PACKAGES=/tmp/packages_end.txt 20:59:06 + case "${OS_FAMILY}" in 20:59:06 + rpm -qa 20:59:06 + sort 20:59:11 + '[' -f /tmp/packages_start.txt ']' 20:59:11 + '[' -f /tmp/packages_end.txt ']' 20:59:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:59:11 + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-96 ']' 20:59:11 + mkdir -p /w/workspace/exfoundry_go-mod-bootstrap_PR-96/archives/ 20:59:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-bootstrap_PR-96/archives/ [Pipeline] isUnix [Pipeline] sh 20:59:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:59:11 20:59:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:59:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:59:12 alpine: Pulling from edgex-lftools-log-publisher 20:59:12 df20fa9351a1: Pulling fs layer 20:59:12 36b3adc4ff6f: Pulling fs layer 20:59:12 8ad3a11d3b57: Pulling fs layer 20:59:12 46f8f816bc3b: Pulling fs layer 20:59:12 0dadc02b9964: Pulling fs layer 20:59:12 ce6a7cf60c04: Pulling fs layer 20:59:12 7a184a31f384: Pulling fs layer 20:59:12 0879bd2ef858: Pulling fs layer 20:59:12 46f8f816bc3b: Waiting 20:59:12 0dadc02b9964: Waiting 20:59:12 ce6a7cf60c04: Waiting 20:59:12 0879bd2ef858: Waiting 20:59:12 7a184a31f384: Waiting 20:59:12 36b3adc4ff6f: Verifying Checksum 20:59:12 36b3adc4ff6f: Download complete 20:59:12 46f8f816bc3b: Verifying Checksum 20:59:12 46f8f816bc3b: Download complete 20:59:12 df20fa9351a1: Download complete 20:59:12 ce6a7cf60c04: Verifying Checksum 20:59:12 ce6a7cf60c04: Download complete 20:59:12 0dadc02b9964: Verifying Checksum 20:59:12 0dadc02b9964: Download complete 20:59:12 7a184a31f384: Verifying Checksum 20:59:12 7a184a31f384: Download complete 20:59:12 8ad3a11d3b57: Verifying Checksum 20:59:12 8ad3a11d3b57: Download complete 20:59:12 df20fa9351a1: Pull complete 20:59:12 0879bd2ef858: Verifying Checksum 20:59:12 0879bd2ef858: Download complete 20:59:12 36b3adc4ff6f: Pull complete 20:59:13 8ad3a11d3b57: Pull complete 20:59:13 46f8f816bc3b: Pull complete 20:59:13 0dadc02b9964: Pull complete 20:59:13 ce6a7cf60c04: Pull complete 20:59:13 7a184a31f384: Pull complete 20:59:16 0879bd2ef858: Pull complete 20:59:16 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 20:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:59:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:59:16 prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container 20:59:16 $ 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-96 -v /w/workspace/exfoundry_go-mod-bootstrap_PR-96:/w/workspace/exfoundry_go-mod-bootstrap_PR-96:rw,z -v /w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp:/w/workspace/exfoundry_go-mod-bootstrap_PR-96@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:59:22 $ docker top 2b31d860b429612498aafe0b37a7432be2c40d31a18d75c24c13ffe9dd34d326 -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:22 + mkdir -p /var/log/sa [Pipeline] sh 20:59:23 + ls /var/log/sa-host 20:59:23 + sadf -c /var/log/sa-host/sa05 20:59:23 file_magic: OK 20:59:23 HZ: Using current value: 100 20:59:23 file_header: OK 20:59: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 20:59:23 Statistics: 20:59:23 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:59:23 File successfully converted to sysstat format version 12.2.1 20:59:23 + sadf -c /var/log/sa-host/sa24 20:59:23 file_magic: OK 20:59:23 HZ: Using current value: 100 20:59:23 file_header: OK 20:59: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 20:59:23 Statistics: 20:59:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:59:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:59:23 provisioning config files... 20:59:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/config166564767166500235tmp [Pipeline] { [Pipeline] echo 20:59:23 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:59:23 ---> create-netrc.sh [Pipeline] echo 20:59:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:59:24 ---> logs-deploy.sh 20:59:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-96/1 20:59:24 INFO: archiving workspace using pattern(s): 20:59:25 Archives upload complete. 20:59:25 INFO: archiving logs to Nexus 20:59:26 ---> uname -a: 20:59:26 Linux 2b31d860b429 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:59:26 20:59:26 20:59:26 ---> lscpu: 20:59:26 Architecture: x86_64 20:59:26 CPU op-mode(s): 32-bit, 64-bit 20:59:26 Byte Order: Little Endian 20:59:26 Address sizes: 40 bits physical, 48 bits virtual 20:59:26 CPU(s): 4 20:59:26 On-line CPU(s) list: 0-3 20:59:26 Thread(s) per core: 1 20:59:26 Core(s) per socket: 1 20:59:26 Socket(s): 4 20:59:26 NUMA node(s): 1 20:59:26 Vendor ID: GenuineIntel 20:59:26 CPU family: 6 20:59:26 Model: 44 20:59:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:59:26 Stepping: 1 20:59:26 CPU MHz: 2933.438 20:59:26 BogoMIPS: 5866.87 20:59:26 Virtualization: VT-x 20:59:26 Hypervisor vendor: KVM 20:59:26 Virtualization type: full 20:59:26 L1d cache: 128 KiB 20:59:26 L1i cache: 128 KiB 20:59:26 L2 cache: 16 MiB 20:59:26 L3 cache: 64 MiB 20:59:26 NUMA node0 CPU(s): 0-3 20:59:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:59:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:59:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:59:26 Vulnerability Meltdown: Mitigation; PTI 20:59:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:59:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:59:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:59:26 Vulnerability Tsx async abort: Not affected 20:59:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:59:26 20:59:26