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 [2020-09-24T20:49:31.224Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T20:49:31.592Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T20:49:31.832Z] ========================================================= [2020-09-24T20:49:31.832Z] EdgeX Global Pipelines Version Info [2020-09-24T20:49:31.832Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:49:33.815Z] ------------------- [2020-09-24T20:49:33.815Z] stable info: [2020-09-24T20:49:33.815Z] ------------------- [2020-09-24T20:49:33.815Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T20:49:33.815Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T20:49:33.815Z] Message: update stable to v1.0.128 [2020-09-24T20:49:34.410Z] ------------------- [2020-09-24T20:49:34.410Z] experimental info: [2020-09-24T20:49:34.410Z] ------------------- [2020-09-24T20:49:34.410Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T20:49:34.410Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T20:49:34.410Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T20:49:34.941Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-09-24T20:49:35.068Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-09-24T20:49:35.197Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T20:49:35.320Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T20:49:35.464Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T20:49:35.605Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T20:49:35.746Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T20:49:35.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T20:49:36.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T20:49:36.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T20:49:36.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T20:49:36.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-09-24T20:49:36.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T20:49:36.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T20:49:36.839Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:49:36.973Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:49:37.107Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:49:37.231Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:49:37.369Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-24T20:49:37.521Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T20:49:37.637Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-24T20:49:37.758Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-24T20:49:37.898Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T20:49:38.107Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T20:49:38.237Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T20:49:38.358Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-96 [Pipeline] echo [2020-09-24T20:49:38.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-96 [Pipeline] echo [2020-09-24T20:49:38.659Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-96 [Pipeline] echo [2020-09-24T20:49:38.791Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e234d0293375136e6015ffca4bf021a8681e322e [Pipeline] echo [2020-09-24T20:49:38.919Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e234d02 [Pipeline] echo [2020-09-24T20:49:39.042Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T20:49:39.838Z] + git log --format=format:%s -1 e234d0293375136e6015ffca4bf021a8681e322e [Pipeline] echo [2020-09-24T20:49:39.931Z] GIT_COMMIT: e234d0293375136e6015ffca4bf021a8681e322e, Commit Message: build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo [2020-09-24T20:49:40.005Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:49:40.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:49:40.915Z] [2020-09-24T20:49:40.915Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:49:41.361Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:49:41.361Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T20:49:41.361Z] 31603596830f: Pulling fs layer [2020-09-24T20:49:41.361Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T20:49:41.361Z] 6ca5941a6612: Pulling fs layer [2020-09-24T20:49:41.361Z] ecc8261a40a4: Pulling fs layer [2020-09-24T20:49:41.361Z] ecc8261a40a4: Waiting [2020-09-24T20:49:41.361Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T20:49:41.361Z] 2a8b12db71e7: Download complete [2020-09-24T20:49:41.653Z] 31603596830f: Verifying Checksum [2020-09-24T20:49:41.653Z] 31603596830f: Download complete [2020-09-24T20:49:41.653Z] ecc8261a40a4: Verifying Checksum [2020-09-24T20:49:41.653Z] ecc8261a40a4: Download complete [2020-09-24T20:49:41.653Z] 6ca5941a6612: Verifying Checksum [2020-09-24T20:49:41.653Z] 6ca5941a6612: Download complete [2020-09-24T20:49:41.924Z] 31603596830f: Pull complete [2020-09-24T20:49:41.924Z] 2a8b12db71e7: Pull complete [2020-09-24T20:49:43.346Z] 6ca5941a6612: Pull complete [2020-09-24T20:49:43.346Z] ecc8261a40a4: Pull complete [2020-09-24T20:49:43.346Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T20:49:43.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:49:43.346Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T20:49:43.499Z] prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container [2020-09-24T20:49:43.564Z] $ 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 [2020-09-24T20:49:45.908Z] $ docker top 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:49:46.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:49:46.354Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:49:46.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:49:46.611Z] $ docker exec 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 ssh-agent [2020-09-24T20:49:46.786Z] SSH_AUTH_SOCK=/tmp/ssh-79G4KDw5pAeR/agent.11 [2020-09-24T20:49:46.786Z] SSH_AGENT_PID=17 [2020-09-24T20:49:46.799Z] Running ssh-add (command line suppressed) [2020-09-24T20:49:46.944Z] 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) [2020-09-24T20:49:47.010Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:49:47.424Z] + git describe --exact-match --tags HEAD [2020-09-24T20:49:47.424Z] fatal: no tag exactly matches 'e234d0293375136e6015ffca4bf021a8681e322e' [Pipeline] } [2020-09-24T20:49:47.478Z] $ docker exec --env ******** --env ******** 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 ssh-agent -k [2020-09-24T20:49:47.622Z] unset SSH_AUTH_SOCK; [2020-09-24T20:49:47.623Z] unset SSH_AGENT_PID; [2020-09-24T20:49:47.623Z] echo Agent pid 17 killed; [2020-09-24T20:49:47.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T20:49:47.856Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T20:49:47.856Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T20:49:48.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:49:48.006Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:49:48.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:49:48.194Z] $ docker exec 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 ssh-agent [2020-09-24T20:49:48.393Z] SSH_AUTH_SOCK=/tmp/ssh-DvRUwhUeZ1vq/agent.47 [2020-09-24T20:49:48.393Z] SSH_AGENT_PID=53 [2020-09-24T20:49:48.402Z] Running ssh-add (command line suppressed) [2020-09-24T20:49:48.541Z] 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) [2020-09-24T20:49:48.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:49:49.059Z] + git semver init [2020-09-24T20:49:49.059Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:49:49.059Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-96/.git [2020-09-24T20:49:49.059Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-bootstrap_PR-96 [2020-09-24T20:49:49.059Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:49:49.059Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:49:49.059Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:49:49.059Z] # $SEMVER_BRANCH = PR-96 [2020-09-24T20:49:49.059Z] # $SEMVER_TEMP = /tmp/semver-647827532 [2020-09-24T20:49:49.059Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-09-24T20:49:49.328Z] # '/tmp/semver-647827532' -> '/w/workspace/exfoundry_go-mod-bootstrap_PR-96/.semver' [2020-09-24T20:49:49.595Z] # -> Force: false [2020-09-24T20:49:49.595Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-bootstrap_PR-96/.semver [Pipeline] } [2020-09-24T20:49:49.620Z] $ docker exec --env ******** --env ******** 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 ssh-agent -k [2020-09-24T20:49:49.750Z] unset SSH_AUTH_SOCK; [2020-09-24T20:49:49.750Z] unset SSH_AGENT_PID; [2020-09-24T20:49:49.750Z] echo Agent pid 53 killed; [2020-09-24T20:49:49.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:49:50.689Z] + git semver [Pipeline] } [2020-09-24T20:49:50.735Z] $ docker stop --time=1 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 [2020-09-24T20:49:52.176Z] $ docker rm -f 81fa977f1c7ca18e7b3a7f3208a6fef71a4b382fe7c6093e6cf080c6709efcc9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T20:49:53.356Z] Stashed 52 file(s) [Pipeline] echo [2020-09-24T20:49:53.387Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-24T20:49:53.538Z] 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 [2020-09-24T20:50:09.709Z] Still waiting to schedule task [2020-09-24T20:50:09.709Z] ‘prd-centos7-docker-4c-2g-1251’ is offline [2020-09-24T20:50:09.757Z] Still waiting to schedule task [2020-09-24T20:50:09.757Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1229’ [2020-09-24T20:51:46.264Z] Running on prd-centos7-docker-4c-2g-1256 in /w/workspace/exfoundry_go-mod-bootstrap_PR-96 [Pipeline] { [Pipeline] ws [2020-09-24T20:51:46.363Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2020-09-24T20:51:51.278Z] using credential edgex-jenkins-ssh [2020-09-24T20:51:51.339Z] Cloning the remote Git repository [2020-09-24T20:51:51.378Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:51:51.452Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2020-09-24T20:51:51.504Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:51:51.505Z] > git --version # timeout=10 [2020-09-24T20:51:51.546Z] > git --version # 'git version 2.16.5' [2020-09-24T20:51:51.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:51:51.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:51:53.035Z] Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit e234d0293375136e6015ffca4bf021a8681e322e [2020-09-24T20:51:53.244Z] Merge succeeded, producing e234d0293375136e6015ffca4bf021a8681e322e [2020-09-24T20:51:53.244Z] Checking out Revision e234d0293375136e6015ffca4bf021a8681e322e (PR-96) [2020-09-24T20:51:52.584Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-24T20:51:52.594Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:51:52.614Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-24T20:51:52.636Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:51:52.636Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:51:52.646Z] > 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 [2020-09-24T20:51:53.053Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T20:51:53.104Z] > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 [2020-09-24T20:51:53.173Z] > git remote # timeout=10 [2020-09-24T20:51:53.181Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T20:51:53.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:51:53.192Z] > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 [2020-09-24T20:51:53.218Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T20:51:53.252Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T20:51:53.276Z] > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 [2020-09-24T20:51:57.073Z] Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [2020-09-24T20:51:57.105Z] > git --version # timeout=10 [2020-09-24T20:51:57.112Z] > git --version # 'git version 2.16.5' [2020-09-24T20:51:57.118Z] fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T20:51:58.113Z] ========================================================= [2020-09-24T20:51:58.113Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T20:51:58.113Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:51:58.883Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-24T20:52:00.307Z] Sending build context to Docker daemon 732.7kB [2020-09-24T20:52:00.307Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T20:52:00.307Z] Step 2/8 : FROM ${BASE} [2020-09-24T20:52:00.307Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T20:52:00.307Z] df20fa9351a1: Pulling fs layer [2020-09-24T20:52:00.307Z] ed8968b2872e: Pulling fs layer [2020-09-24T20:52:00.307Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T20:52:00.307Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T20:52:00.307Z] e73272ec9a57: Pulling fs layer [2020-09-24T20:52:00.307Z] 1e910a182e73: Pulling fs layer [2020-09-24T20:52:00.307Z] 4e634b169226: Pulling fs layer [2020-09-24T20:52:00.307Z] e871e8e8d7a9: Waiting [2020-09-24T20:52:00.307Z] e73272ec9a57: Waiting [2020-09-24T20:52:00.307Z] 1e910a182e73: Waiting [2020-09-24T20:52:00.307Z] 4e634b169226: Waiting [2020-09-24T20:52:00.307Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T20:52:00.307Z] a92cc7c5fd73: Download complete [2020-09-24T20:52:00.307Z] ed8968b2872e: Verifying Checksum [2020-09-24T20:52:00.307Z] ed8968b2872e: Download complete [2020-09-24T20:52:00.307Z] e73272ec9a57: Verifying Checksum [2020-09-24T20:52:00.307Z] e73272ec9a57: Download complete [2020-09-24T20:52:00.307Z] 1e910a182e73: Download complete [2020-09-24T20:52:00.307Z] df20fa9351a1: Verifying Checksum [2020-09-24T20:52:00.307Z] df20fa9351a1: Download complete [2020-09-24T20:52:00.583Z] df20fa9351a1: Pull complete [2020-09-24T20:52:00.854Z] ed8968b2872e: Pull complete [2020-09-24T20:52:00.854Z] a92cc7c5fd73: Pull complete [2020-09-24T20:52:02.265Z] 4e634b169226: Verifying Checksum [2020-09-24T20:52:02.265Z] 4e634b169226: Download complete [2020-09-24T20:52:03.225Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T20:52:03.225Z] e871e8e8d7a9: Download complete [2020-09-24T20:52:09.943Z] e871e8e8d7a9: Pull complete [2020-09-24T20:52:09.943Z] e73272ec9a57: Pull complete [2020-09-24T20:52:09.943Z] 1e910a182e73: Pull complete [2020-09-24T20:52:15.313Z] 4e634b169226: Pull complete [2020-09-24T20:52:15.313Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T20:52:15.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T20:52:15.313Z] ---> f7629b54cfaa [2020-09-24T20:52:15.313Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T20:52:15.313Z] ---> Running in 825b7807f429 [2020-09-24T20:52:15.313Z] Removing intermediate container 825b7807f429 [2020-09-24T20:52:15.313Z] ---> 11fdfae67b55 [2020-09-24T20:52:15.313Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:52:15.313Z] ---> Running in 562e4ac33508 [2020-09-24T20:52:16.747Z] Removing intermediate container 562e4ac33508 [2020-09-24T20:52:16.747Z] ---> ee2094fca759 [2020-09-24T20:52:16.747Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-09-24T20:52:16.747Z] ---> Running in 6d5197750c63 [2020-09-24T20:52:17.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:52:17.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:52:18.920Z] OK: 166 MiB in 39 packages [2020-09-24T20:52:19.521Z] Removing intermediate container 6d5197750c63 [2020-09-24T20:52:19.521Z] ---> cdb4a7eb1298 [2020-09-24T20:52:19.521Z] Step 6/8 : WORKDIR /build [2020-09-24T20:52:19.521Z] ---> Running in 53765a46afc9 [2020-09-24T20:52:19.521Z] Removing intermediate container 53765a46afc9 [2020-09-24T20:52:19.521Z] ---> 25a9c08affff [2020-09-24T20:52:19.521Z] Step 7/8 : COPY go.mod . [2020-09-24T20:52:19.795Z] ---> 07529706e07d [2020-09-24T20:52:19.795Z] Step 8/8 : RUN go mod download [2020-09-24T20:52:19.795Z] ---> Running in 118628d74385 [2020-09-24T20:52:38.100Z] Removing intermediate container 118628d74385 [2020-09-24T20:52:38.100Z] ---> 725b52edbe5f [2020-09-24T20:52:38.100Z] Successfully built 725b52edbe5f [2020-09-24T20:52:38.376Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:39.051Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T20:52:39.051Z] . [Pipeline] withDockerContainer [2020-09-24T20:52:39.287Z] prd-centos7-docker-4c-2g-1256 does not seem to be running inside a container [2020-09-24T20:52:39.405Z] $ 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 [2020-09-24T20:52:40.208Z] $ docker top 43302977d43acd00bc53cd614aa188e4e59a9fa6d0eb31095550dff745778f33 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:52:41.167Z] + go version [2020-09-24T20:52:41.167Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T20:52:41.239Z] $ docker stop --time=1 43302977d43acd00bc53cd614aa188e4e59a9fa6d0eb31095550dff745778f33 [2020-09-24T20:52:42.563Z] $ docker rm -f 43302977d43acd00bc53cd614aa188e4e59a9fa6d0eb31095550dff745778f33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:44.701Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T20:52:44.701Z] . [Pipeline] withDockerContainer [2020-09-24T20:52:44.929Z] prd-centos7-docker-4c-2g-1256 does not seem to be running inside a container [2020-09-24T20:52:45.079Z] $ 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 [2020-09-24T20:52:45.769Z] $ docker top 24b2b5089c7edc8e3e040edb95fdc83f7214910d6a615a3cf407436591c6746f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:52:46.844Z] + make test [2020-09-24T20:52:46.844Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-24T20:52:57.098Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-09-24T20:52:57.377Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.034s coverage: 9.0% of statements [2020-09-24T20:52:57.377Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-09-24T20:52:57.377Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.025s coverage: 95.8% of statements [2020-09-24T20:52:57.377Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 84.2% of statements [2020-09-24T20:52:57.377Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-09-24T20:52:57.377Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-09-24T20:52:57.668Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-09-24T20:53:05.957Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.017s coverage: 100.0% of statements [2020-09-24T20:53:05.957Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-09-24T20:53:05.957Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-09-24T20:53:05.957Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-09-24T20:53:05.957Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements [2020-09-24T20:53:05.957Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-09-24T20:53:05.957Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-09-24T20:53:05.957Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.010s coverage: 91.3% of statements [2020-09-24T20:53:05.957Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-24T20:53:07.435Z] gofmt -l . [2020-09-24T20:53:07.435Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-24T20:53:07.807Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T20:53:07.842Z] $ docker stop --time=1 24b2b5089c7edc8e3e040edb95fdc83f7214910d6a615a3cf407436591c6746f [2020-09-24T20:53:10.150Z] $ 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] } [2020-09-24T20:54:20.139Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1274 in /w/workspace/exfoundry_go-mod-bootstrap_PR-96 [Pipeline] { [Pipeline] ws [2020-09-24T20:54:20.302Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2020-09-24T20:54:26.889Z] using credential edgex-jenkins-ssh [2020-09-24T20:54:26.950Z] Cloning the remote Git repository [2020-09-24T20:54:27.013Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:54:27.141Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2020-09-24T20:54:27.242Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:54:27.243Z] > git --version # timeout=10 [2020-09-24T20:54:27.261Z] > git --version # 'git version 2.17.1' [2020-09-24T20:54:27.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:54:27.342Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:54:28.064Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-24T20:54:28.090Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:54:28.118Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-24T20:54:28.154Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:54:28.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:54:28.168Z] > 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 [2020-09-24T20:54:28.655Z] Merging remotes/origin/master commit 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 into PR head commit e234d0293375136e6015ffca4bf021a8681e322e [2020-09-24T20:54:28.963Z] Merge succeeded, producing e234d0293375136e6015ffca4bf021a8681e322e [2020-09-24T20:54:28.964Z] Checking out Revision e234d0293375136e6015ffca4bf021a8681e322e (PR-96) [2020-09-24T20:54:28.681Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T20:54:28.706Z] > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 [2020-09-24T20:54:28.796Z] > git remote # timeout=10 [2020-09-24T20:54:28.816Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T20:54:28.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:54:28.848Z] > git merge 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 [2020-09-24T20:54:28.880Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T20:54:28.968Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T20:54:29.005Z] > git checkout -f e234d0293375136e6015ffca4bf021a8681e322e # timeout=10 [2020-09-24T20:54:33.730Z] Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [2020-09-24T20:54:33.802Z] > git --version # timeout=10 [2020-09-24T20:54:33.813Z] > git --version # 'git version 2.17.1' [2020-09-24T20:54:33.825Z] fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T20:54:35.267Z] ========================================================= [2020-09-24T20:54:35.267Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T20:54:35.267Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:54:36.499Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-24T20:54:37.152Z] Sending build context to Docker daemon 732.7kB [2020-09-24T20:54:37.426Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T20:54:37.426Z] Step 2/8 : FROM ${BASE} [2020-09-24T20:54:37.702Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T20:54:37.702Z] b538f80385f9: Pulling fs layer [2020-09-24T20:54:37.702Z] 74f711af9a0d: Pulling fs layer [2020-09-24T20:54:37.702Z] 99f96fe45779: Pulling fs layer [2020-09-24T20:54:37.702Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T20:54:37.702Z] 45590311c82a: Pulling fs layer [2020-09-24T20:54:37.702Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T20:54:37.702Z] 209524e5b208: Pulling fs layer [2020-09-24T20:54:37.702Z] 69ca0ff8b7b3: Waiting [2020-09-24T20:54:37.702Z] 45590311c82a: Waiting [2020-09-24T20:54:37.702Z] 209524e5b208: Waiting [2020-09-24T20:54:37.702Z] 99f96fe45779: Download complete [2020-09-24T20:54:37.702Z] 74f711af9a0d: Verifying Checksum [2020-09-24T20:54:37.702Z] 74f711af9a0d: Download complete [2020-09-24T20:54:37.978Z] 45590311c82a: Verifying Checksum [2020-09-24T20:54:37.978Z] 45590311c82a: Download complete [2020-09-24T20:54:37.978Z] 69ca0ff8b7b3: Download complete [2020-09-24T20:54:38.252Z] b538f80385f9: Verifying Checksum [2020-09-24T20:54:38.252Z] b538f80385f9: Download complete [2020-09-24T20:54:38.898Z] b538f80385f9: Pull complete [2020-09-24T20:54:39.508Z] 74f711af9a0d: Pull complete [2020-09-24T20:54:39.787Z] 99f96fe45779: Pull complete [2020-09-24T20:54:44.122Z] 209524e5b208: Verifying Checksum [2020-09-24T20:54:44.123Z] 209524e5b208: Download complete [2020-09-24T20:54:45.568Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T20:54:45.568Z] 8529a6b9a6be: Download complete [2020-09-24T20:54:55.755Z] 8529a6b9a6be: Pull complete [2020-09-24T20:54:55.755Z] 45590311c82a: Pull complete [2020-09-24T20:54:56.041Z] 69ca0ff8b7b3: Pull complete [2020-09-24T20:54:59.471Z] 209524e5b208: Pull complete [2020-09-24T20:54:59.778Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T20:54:59.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T20:54:59.778Z] ---> 5bddaf1c2fca [2020-09-24T20:54:59.778Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T20:55:03.231Z] ---> Running in c7cf7314797b [2020-09-24T20:55:03.231Z] Removing intermediate container c7cf7314797b [2020-09-24T20:55:03.231Z] ---> 053226aa7a08 [2020-09-24T20:55:03.231Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:55:03.231Z] ---> Running in 4aa3eb415fae [2020-09-24T20:55:05.873Z] Removing intermediate container 4aa3eb415fae [2020-09-24T20:55:05.873Z] ---> 35c442ff4970 [2020-09-24T20:55:05.873Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-09-24T20:55:05.873Z] ---> Running in f1bd3545cee8 [2020-09-24T20:55:07.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:55:08.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:55:09.400Z] OK: 142 MiB in 39 packages [2020-09-24T20:55:10.852Z] Removing intermediate container f1bd3545cee8 [2020-09-24T20:55:10.852Z] ---> 42719f5d60aa [2020-09-24T20:55:10.852Z] Step 6/8 : WORKDIR /build [2020-09-24T20:55:10.852Z] ---> Running in e5463183758d [2020-09-24T20:55:11.136Z] Removing intermediate container e5463183758d [2020-09-24T20:55:11.136Z] ---> 55f8fb4cfcbd [2020-09-24T20:55:11.136Z] Step 7/8 : COPY go.mod . [2020-09-24T20:55:12.120Z] ---> efba48a0ddb1 [2020-09-24T20:55:12.120Z] Step 8/8 : RUN go mod download [2020-09-24T20:55:12.120Z] ---> Running in 700a9cf1403b [2020-09-24T20:55:34.394Z] Removing intermediate container 700a9cf1403b [2020-09-24T20:55:34.394Z] ---> 3e95d2341800 [2020-09-24T20:55:34.394Z] Successfully built 3e95d2341800 [2020-09-24T20:55:34.394Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:55:34.826Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T20:55:34.826Z] . [Pipeline] withDockerContainer [2020-09-24T20:55:35.186Z] prd-ubuntu18.04-docker-arm64-4c-16g-1274 does not seem to be running inside a container [2020-09-24T20:55:35.299Z] $ 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 [2020-09-24T20:55:37.309Z] $ docker top ce9fa18ccbe33caf49fd1f67d279d322dbb7d94bea1448d0ac8d0dab147df285 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:55:38.818Z] + go version [2020-09-24T20:55:38.818Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T20:55:38.874Z] $ docker stop --time=1 ce9fa18ccbe33caf49fd1f67d279d322dbb7d94bea1448d0ac8d0dab147df285 [2020-09-24T20:55:40.837Z] $ docker rm -f ce9fa18ccbe33caf49fd1f67d279d322dbb7d94bea1448d0ac8d0dab147df285 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:55:42.284Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T20:55:42.284Z] . [Pipeline] withDockerContainer [2020-09-24T20:55:42.641Z] prd-ubuntu18.04-docker-arm64-4c-16g-1274 does not seem to be running inside a container [2020-09-24T20:55:42.760Z] $ 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 [2020-09-24T20:55:44.757Z] $ docker top fc8262ea16d3c7fc3495b68a1b3d31ac12d436157c184c584f7e6f19604f71c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:55:46.256Z] + make test [2020-09-24T20:55:46.256Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-24T20:56:18.715Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-09-24T20:56:18.715Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.036s coverage: 9.0% of statements [2020-09-24T20:56:18.715Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-09-24T20:56:18.715Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.038s coverage: 95.8% of statements [2020-09-24T20:56:18.715Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.038s coverage: 84.2% of statements [2020-09-24T20:56:18.715Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-09-24T20:56:18.715Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-09-24T20:56:18.715Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-09-24T20:56:28.894Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.034s coverage: 100.0% of statements [2020-09-24T20:56:28.894Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-09-24T20:56:28.894Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-09-24T20:56:28.894Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-09-24T20:56:28.894Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 48.9% of statements [2020-09-24T20:56:28.894Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-09-24T20:56:28.894Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-09-24T20:56:28.894Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.019s coverage: 91.3% of statements [2020-09-24T20:56:28.894Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-24T20:56:33.245Z] gofmt -l . [2020-09-24T20:56:33.245Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-24T20:56:33.295Z] Warning: overwriting stash ‘coverage-report’ [2020-09-24T20:56:34.060Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T20:56:34.088Z] $ docker stop --time=1 fc8262ea16d3c7fc3495b68a1b3d31ac12d436157c184c584f7e6f19604f71c7 [2020-09-24T20:56:36.480Z] $ 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 [2020-09-24T20:56:40.297Z] provisioning config files... [2020-09-24T20:56:40.313Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/config6387605470433024966tmp [Pipeline] { [Pipeline] sh [2020-09-24T20:56:40.860Z] + curl -s https://codecov.io/bash [2020-09-24T20:56:40.860Z] + bash -s - -t @/w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/config6387605470433024966tmp [Pipeline] } [2020-09-24T20:59:02.588Z] 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 [2020-09-24T20:59:06.257Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:59:06.858Z] ---> package-listing.sh [2020-09-24T20:59:06.859Z] ++ facter osfamily [2020-09-24T20:59:06.859Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T20:59:06.859Z] + OS_FAMILY=redhat [2020-09-24T20:59:06.859Z] + workspace=/w/workspace/exfoundry_go-mod-bootstrap_PR-96 [2020-09-24T20:59:06.859Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T20:59:06.859Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T20:59:06.859Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T20:59:06.859Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T20:59:06.859Z] + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-96 ']' [2020-09-24T20:59:06.859Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T20:59:06.859Z] + case "${OS_FAMILY}" in [2020-09-24T20:59:06.859Z] + rpm -qa [2020-09-24T20:59:06.859Z] + sort [2020-09-24T20:59:11.089Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T20:59:11.089Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T20:59:11.089Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T20:59:11.089Z] + '[' /w/workspace/exfoundry_go-mod-bootstrap_PR-96 ']' [2020-09-24T20:59:11.089Z] + mkdir -p /w/workspace/exfoundry_go-mod-bootstrap_PR-96/archives/ [2020-09-24T20:59:11.089Z] + 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 [2020-09-24T20:59:11.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T20:59:11.614Z] [2020-09-24T20:59:11.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:59:12.006Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T20:59:12.006Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T20:59:12.006Z] df20fa9351a1: Pulling fs layer [2020-09-24T20:59:12.006Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T20:59:12.006Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T20:59:12.006Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T20:59:12.006Z] 0dadc02b9964: Pulling fs layer [2020-09-24T20:59:12.006Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T20:59:12.006Z] 7a184a31f384: Pulling fs layer [2020-09-24T20:59:12.006Z] 0879bd2ef858: Pulling fs layer [2020-09-24T20:59:12.006Z] 46f8f816bc3b: Waiting [2020-09-24T20:59:12.006Z] 0dadc02b9964: Waiting [2020-09-24T20:59:12.006Z] ce6a7cf60c04: Waiting [2020-09-24T20:59:12.006Z] 0879bd2ef858: Waiting [2020-09-24T20:59:12.006Z] 7a184a31f384: Waiting [2020-09-24T20:59:12.006Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T20:59:12.006Z] 36b3adc4ff6f: Download complete [2020-09-24T20:59:12.006Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T20:59:12.006Z] 46f8f816bc3b: Download complete [2020-09-24T20:59:12.006Z] df20fa9351a1: Download complete [2020-09-24T20:59:12.006Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T20:59:12.006Z] ce6a7cf60c04: Download complete [2020-09-24T20:59:12.284Z] 0dadc02b9964: Verifying Checksum [2020-09-24T20:59:12.284Z] 0dadc02b9964: Download complete [2020-09-24T20:59:12.284Z] 7a184a31f384: Verifying Checksum [2020-09-24T20:59:12.284Z] 7a184a31f384: Download complete [2020-09-24T20:59:12.284Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T20:59:12.284Z] 8ad3a11d3b57: Download complete [2020-09-24T20:59:12.559Z] df20fa9351a1: Pull complete [2020-09-24T20:59:12.826Z] 0879bd2ef858: Verifying Checksum [2020-09-24T20:59:12.826Z] 0879bd2ef858: Download complete [2020-09-24T20:59:12.826Z] 36b3adc4ff6f: Pull complete [2020-09-24T20:59:13.406Z] 8ad3a11d3b57: Pull complete [2020-09-24T20:59:13.406Z] 46f8f816bc3b: Pull complete [2020-09-24T20:59:13.672Z] 0dadc02b9964: Pull complete [2020-09-24T20:59:13.936Z] ce6a7cf60c04: Pull complete [2020-09-24T20:59:13.936Z] 7a184a31f384: Pull complete [2020-09-24T20:59:16.525Z] 0879bd2ef858: Pull complete [2020-09-24T20:59:16.525Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T20:59:16.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T20:59:16.525Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T20:59:16.685Z] prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container [2020-09-24T20:59:16.741Z] $ 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 [2020-09-24T20:59:22.377Z] $ docker top 2b31d860b429612498aafe0b37a7432be2c40d31a18d75c24c13ffe9dd34d326 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:59:22.899Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T20:59:23.218Z] + ls /var/log/sa-host [2020-09-24T20:59:23.218Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T20:59:23.218Z] file_magic: OK [2020-09-24T20:59:23.218Z] HZ: Using current value: 100 [2020-09-24T20:59:23.218Z] file_header: OK [2020-09-24T20:59:23.218Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-24T20:59:23.218Z] Statistics: [2020-09-24T20:59:23.218Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T20:59:23.218Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T20:59:23.218Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T20:59:23.218Z] file_magic: OK [2020-09-24T20:59:23.218Z] HZ: Using current value: 100 [2020-09-24T20:59:23.218Z] file_header: OK [2020-09-24T20:59:23.218Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-24T20:59:23.218Z] Statistics: [2020-09-24T20:59:23.218Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T20:59:23.218Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T20:59:23.331Z] provisioning config files... [2020-09-24T20:59:23.347Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-bootstrap_PR-96@tmp/config166564767166500235tmp [Pipeline] { [Pipeline] echo [2020-09-24T20:59:23.461Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:59:23.791Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T20:59:23.817Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:59:24.142Z] ---> logs-deploy.sh [2020-09-24T20:59:24.142Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-96/1 [2020-09-24T20:59:24.142Z] INFO: archiving workspace using pattern(s): [2020-09-24T20:59:25.536Z] Archives upload complete. [2020-09-24T20:59:25.536Z] INFO: archiving logs to Nexus [2020-09-24T20:59:26.486Z] ---> uname -a: [2020-09-24T20:59:26.486Z] Linux 2b31d860b429 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-24T20:59:26.486Z] [2020-09-24T20:59:26.486Z] [2020-09-24T20:59:26.486Z] ---> lscpu: [2020-09-24T20:59:26.486Z] Architecture: x86_64 [2020-09-24T20:59:26.486Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-24T20:59:26.486Z] Byte Order: Little Endian [2020-09-24T20:59:26.486Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-24T20:59:26.486Z] CPU(s): 4 [2020-09-24T20:59:26.486Z] On-line CPU(s) list: 0-3 [2020-09-24T20:59:26.486Z] Thread(s) per core: 1 [2020-09-24T20:59:26.486Z] Core(s) per socket: 1 [2020-09-24T20:59:26.486Z] Socket(s): 4 [2020-09-24T20:59:26.486Z] NUMA node(s): 1 [2020-09-24T20:59:26.486Z] Vendor ID: GenuineIntel [2020-09-24T20:59:26.486Z] CPU family: 6 [2020-09-24T20:59:26.486Z] Model: 44 [2020-09-24T20:59:26.486Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-24T20:59:26.486Z] Stepping: 1 [2020-09-24T20:59:26.486Z] CPU MHz: 2933.438 [2020-09-24T20:59:26.486Z] BogoMIPS: 5866.87 [2020-09-24T20:59:26.486Z] Virtualization: VT-x [2020-09-24T20:59:26.486Z] Hypervisor vendor: KVM [2020-09-24T20:59:26.486Z] Virtualization type: full [2020-09-24T20:59:26.486Z] L1d cache: 128 KiB [2020-09-24T20:59:26.486Z] L1i cache: 128 KiB [2020-09-24T20:59:26.486Z] L2 cache: 16 MiB [2020-09-24T20:59:26.486Z] L3 cache: 64 MiB [2020-09-24T20:59:26.486Z] NUMA node0 CPU(s): 0-3 [2020-09-24T20:59:26.486Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-24T20:59:26.486Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-24T20:59:26.486Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-24T20:59:26.486Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-24T20:59:26.486Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-24T20:59:26.486Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-24T20:59:26.486Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-24T20:59:26.486Z] Vulnerability Tsx async abort: Not affected [2020-09-24T20:59:26.486Z] 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 [2020-09-24T20:59:26.486Z] [2020-09-24T20:59:26.486Z]