Pull request #118 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bc7c95552cd19ac50a7b1a44d76576ae3928974d+fb98e0c50a6079cd6039d0c16dfa27373e63787d (add8f40b0dabd8e1a63dee921b362653372f206c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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-8886 in /w/workspace/xfoundry_go-mod-bootstrap_PR-118 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-118 # 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 fb98e0c50a6079cd6039d0c16dfa27373e63787d into PR head commit bc7c95552cd19ac50a7b1a44d76576ae3928974d Merge succeeded, producing bc7c95552cd19ac50a7b1a44d76576ae3928974d Checking out Revision bc7c95552cd19ac50a7b1a44d76576ae3928974d (PR-118) > 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/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" First time build. Skipping changelog. > git rev-list --no-walk d71f7c68b6dd2c52244edf859b46b816d3a680d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T15:23:14.520Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T15:23:14.885Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T15:23:14.989Z] ========================================================= [2020-10-26T15:23:14.989Z] EdgeX Global Pipelines Version Info [2020-10-26T15:23:14.989Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:23:16.603Z] ------------------- [2020-10-26T15:23:16.604Z] stable info: [2020-10-26T15:23:16.604Z] ------------------- [2020-10-26T15:23:16.604Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T15:23:16.604Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T15:23:16.604Z] Message: update stable to v1.0.148 [2020-10-26T15:23:17.623Z] ------------------- [2020-10-26T15:23:17.623Z] experimental info: [2020-10-26T15:23:17.623Z] ------------------- [2020-10-26T15:23:17.623Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T15:23:17.623Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T15:23:17.623Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-26T15:23:18.059Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-26T15:23:18.179Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-26T15:23:18.301Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T15:23:18.426Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T15:23:18.536Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T15:23:18.644Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T15:23:18.753Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T15:23:18.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T15:23:18.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-26T15:23:19.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T15:23:19.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T15:23:19.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-26T15:23:19.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T15:23:19.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T15:23:19.723Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:23:19.853Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:23:19.951Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:23:20.061Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:23:20.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-26T15:23:20.316Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-26T15:23:20.450Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-26T15:23:20.552Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-26T15:23:20.694Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-26T15:23:20.804Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-26T15:23:20.909Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-26T15:23:21.043Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-118 [Pipeline] echo [2020-10-26T15:23:21.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-118 [Pipeline] echo [2020-10-26T15:23:21.301Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-118 [Pipeline] echo [2020-10-26T15:23:21.397Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc7c95552cd19ac50a7b1a44d76576ae3928974d [Pipeline] echo [2020-10-26T15:23:21.509Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc7c955 [Pipeline] echo [2020-10-26T15:23:21.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-26T15:23:22.288Z] + git log --format=format:%s -1 bc7c95552cd19ac50a7b1a44d76576ae3928974d [Pipeline] echo [2020-10-26T15:23:22.381Z] GIT_COMMIT: bc7c95552cd19ac50a7b1a44d76576ae3928974d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry [Pipeline] echo [2020-10-26T15:23:22.460Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:23:23.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:23:23.356Z] [2020-10-26T15:23:23.356Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:23:23.764Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:23:23.764Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T15:23:23.764Z] 31603596830f: Pulling fs layer [2020-10-26T15:23:23.764Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T15:23:23.764Z] 6ca5941a6612: Pulling fs layer [2020-10-26T15:23:23.764Z] ecc8261a40a4: Pulling fs layer [2020-10-26T15:23:23.764Z] ecc8261a40a4: Waiting [2020-10-26T15:23:23.764Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T15:23:23.764Z] 2a8b12db71e7: Download complete [2020-10-26T15:23:24.049Z] 31603596830f: Verifying Checksum [2020-10-26T15:23:24.049Z] 31603596830f: Download complete [2020-10-26T15:23:24.049Z] ecc8261a40a4: Verifying Checksum [2020-10-26T15:23:24.049Z] ecc8261a40a4: Download complete [2020-10-26T15:23:24.318Z] 6ca5941a6612: Verifying Checksum [2020-10-26T15:23:24.318Z] 6ca5941a6612: Download complete [2020-10-26T15:23:24.318Z] 31603596830f: Pull complete [2020-10-26T15:23:24.613Z] 2a8b12db71e7: Pull complete [2020-10-26T15:23:25.584Z] 6ca5941a6612: Pull complete [2020-10-26T15:23:25.584Z] ecc8261a40a4: Pull complete [2020-10-26T15:23:25.584Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T15:23:25.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:23:25.584Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T15:23:25.735Z] prd-centos7-docker-4c-2g-8886 does not seem to be running inside a container [2020-10-26T15:23:25.817Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-118 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118:/w/workspace/xfoundry_go-mod-bootstrap_PR-118:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-118@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:10004/edgex-devops/git-semver:latest cat [2020-10-26T15:23:28.050Z] $ docker top b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:23:28.382Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:23:28.382Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:23:28.634Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:23:28.643Z] $ docker exec b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 ssh-agent [2020-10-26T15:23:28.824Z] SSH_AUTH_SOCK=/tmp/ssh-eJHd7DpJikEC/agent.13 [2020-10-26T15:23:28.824Z] SSH_AGENT_PID=18 [2020-10-26T15:23:28.842Z] Running ssh-add (command line suppressed) [2020-10-26T15:23:28.968Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/private_key_3631139472699872734.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/private_key_3631139472699872734.key) [2020-10-26T15:23:29.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:23:29.404Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T15:23:29.430Z] $ docker exec --env ******** --env ******** b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 ssh-agent -k [2020-10-26T15:23:29.548Z] unset SSH_AUTH_SOCK; [2020-10-26T15:23:29.549Z] unset SSH_AGENT_PID; [2020-10-26T15:23:29.549Z] echo Agent pid 18 killed; [2020-10-26T15:23:29.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T15:23:29.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:23:29.804Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:23:29.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:23:29.993Z] $ docker exec b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 ssh-agent [2020-10-26T15:23:30.157Z] SSH_AUTH_SOCK=/tmp/ssh-K7Zlqt0Zavi1/agent.48 [2020-10-26T15:23:30.157Z] SSH_AGENT_PID=54 [2020-10-26T15:23:30.177Z] Running ssh-add (command line suppressed) [2020-10-26T15:23:30.310Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/private_key_6134904553084002807.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/private_key_6134904553084002807.key) [2020-10-26T15:23:30.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:23:30.796Z] + git semver init [2020-10-26T15:23:30.796Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:23:30.796Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-118/.git [2020-10-26T15:23:30.796Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-118 [2020-10-26T15:23:30.796Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:23:30.796Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:23:30.796Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:23:30.796Z] # $SEMVER_BRANCH = PR-118 [2020-10-26T15:23:30.796Z] # $SEMVER_TEMP = /tmp/semver-688978489 [2020-10-26T15:23:30.796Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-26T15:23:31.405Z] # '/tmp/semver-688978489' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-118/.semver' [2020-10-26T15:23:31.405Z] # -> Force: false [2020-10-26T15:23:31.405Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-118/.semver [Pipeline] } [2020-10-26T15:23:31.453Z] $ docker exec --env ******** --env ******** b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 ssh-agent -k [2020-10-26T15:23:31.578Z] unset SSH_AUTH_SOCK; [2020-10-26T15:23:31.578Z] unset SSH_AGENT_PID; [2020-10-26T15:23:31.578Z] echo Agent pid 54 killed; [2020-10-26T15:23:31.628Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:23:32.176Z] + git semver [Pipeline] } [2020-10-26T15:23:32.210Z] $ docker stop --time=1 b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 [2020-10-26T15:23:33.712Z] $ docker rm -f b4b7ec7146a23c99921dad90da96f568ec988280be4cd5b2ed608b550bc0a8c4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T15:23:34.228Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T15:23:34.881Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T15:23:34.884Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-26T15:23:50.479Z] Still waiting to schedule task [2020-10-26T15:23:50.479Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-26T15:23:50.481Z] Still waiting to schedule task [2020-10-26T15:23:50.481Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-26T15:24:28.402Z] Running on prd-centos7-docker-4c-2g-8890 in /w/workspace/xfoundry_go-mod-bootstrap_PR-118 [Pipeline] { [Pipeline] ws [2020-10-26T15:24:28.457Z] Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout [2020-10-26T15:24:31.605Z] using credential edgex-jenkins-ssh [2020-10-26T15:24:31.714Z] Cloning the remote Git repository [2020-10-26T15:24:31.744Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:24:31.815Z] > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 [2020-10-26T15:24:31.869Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:24:31.869Z] > git --version # timeout=10 [2020-10-26T15:24:31.875Z] > git --version # 'git version 2.16.5' [2020-10-26T15:24:31.876Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:24:31.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:24:32.898Z] Merging remotes/origin/master commit fb98e0c50a6079cd6039d0c16dfa27373e63787d into PR head commit bc7c95552cd19ac50a7b1a44d76576ae3928974d [2020-10-26T15:24:32.984Z] Merge succeeded, producing bc7c95552cd19ac50a7b1a44d76576ae3928974d [2020-10-26T15:24:32.985Z] Checking out Revision bc7c95552cd19ac50a7b1a44d76576ae3928974d (PR-118) [2020-10-26T15:24:32.495Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:24:32.500Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:24:32.513Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:24:32.526Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:24:32.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:24:32.531Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T15:24:32.908Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:24:32.913Z] > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 [2020-10-26T15:24:32.951Z] > git remote # timeout=10 [2020-10-26T15:24:32.958Z] > git config --get remote.origin.url # timeout=10 [2020-10-26T15:24:32.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:24:32.968Z] > git merge fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 [2020-10-26T15:24:32.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-26T15:24:32.988Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:24:32.992Z] > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 [2020-10-26T15:24:36.635Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T15:24:37.523Z] ========================================================= [2020-10-26T15:24:37.523Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T15:24:37.523Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:24:38.162Z] + 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-10-26T15:24:38.739Z] Sending build context to Docker daemon 546.8kB [2020-10-26T15:24:38.739Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T15:24:38.739Z] Step 2/8 : FROM ${BASE} [2020-10-26T15:24:38.739Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T15:24:38.739Z] df20fa9351a1: Pulling fs layer [2020-10-26T15:24:38.739Z] ed8968b2872e: Pulling fs layer [2020-10-26T15:24:38.739Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T15:24:38.739Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T15:24:38.739Z] e73272ec9a57: Pulling fs layer [2020-10-26T15:24:38.739Z] 1e910a182e73: Pulling fs layer [2020-10-26T15:24:38.739Z] 4e634b169226: Pulling fs layer [2020-10-26T15:24:38.739Z] e73272ec9a57: Waiting [2020-10-26T15:24:38.739Z] 1e910a182e73: Waiting [2020-10-26T15:24:38.739Z] 4e634b169226: Waiting [2020-10-26T15:24:38.739Z] e871e8e8d7a9: Waiting [2020-10-26T15:24:38.739Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T15:24:38.739Z] a92cc7c5fd73: Download complete [2020-10-26T15:24:39.689Z] ed8968b2872e: Verifying Checksum [2020-10-26T15:24:39.689Z] ed8968b2872e: Download complete [2020-10-26T15:24:39.689Z] e73272ec9a57: Verifying Checksum [2020-10-26T15:24:39.689Z] e73272ec9a57: Download complete [2020-10-26T15:24:39.689Z] 1e910a182e73: Verifying Checksum [2020-10-26T15:24:39.689Z] 1e910a182e73: Download complete [2020-10-26T15:24:40.635Z] df20fa9351a1: Download complete [2020-10-26T15:24:40.899Z] df20fa9351a1: Pull complete [2020-10-26T15:24:41.163Z] ed8968b2872e: Pull complete [2020-10-26T15:24:41.426Z] a92cc7c5fd73: Pull complete [2020-10-26T15:24:51.444Z] 4e634b169226: Verifying Checksum [2020-10-26T15:24:51.444Z] 4e634b169226: Download complete [2020-10-26T15:24:52.020Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T15:24:52.020Z] e871e8e8d7a9: Download complete [2020-10-26T15:24:57.348Z] e871e8e8d7a9: Pull complete [2020-10-26T15:24:57.348Z] e73272ec9a57: Pull complete [2020-10-26T15:24:57.613Z] 1e910a182e73: Pull complete [2020-10-26T15:25:02.954Z] 4e634b169226: Pull complete [2020-10-26T15:25:02.954Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T15:25:02.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T15:25:02.954Z] ---> f7629b54cfaa [2020-10-26T15:25:02.954Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T15:25:02.954Z] ---> Running in 1decaf47f016 [2020-10-26T15:25:02.954Z] Removing intermediate container 1decaf47f016 [2020-10-26T15:25:02.954Z] ---> 07ff6ee42eba [2020-10-26T15:25:02.954Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T15:25:02.954Z] ---> Running in 8e4373b3bdcf [2020-10-26T15:25:03.909Z] Removing intermediate container 8e4373b3bdcf [2020-10-26T15:25:03.909Z] ---> cad92a9a7b45 [2020-10-26T15:25:03.909Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-26T15:25:03.909Z] ---> Running in 1d8bcebd9078 [2020-10-26T15:25:04.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T15:25:05.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T15:25:06.081Z] OK: 166 MiB in 39 packages [2020-10-26T15:25:06.660Z] Removing intermediate container 1d8bcebd9078 [2020-10-26T15:25:06.660Z] ---> 3e891f154d8e [2020-10-26T15:25:06.660Z] Step 6/8 : WORKDIR /build [2020-10-26T15:25:06.660Z] ---> Running in 9b1b4d52acc2 [2020-10-26T15:25:06.932Z] Removing intermediate container 9b1b4d52acc2 [2020-10-26T15:25:06.932Z] ---> 1b9a8e912194 [2020-10-26T15:25:06.932Z] Step 7/8 : COPY go.mod . [2020-10-26T15:25:07.198Z] ---> bef25e8a9c17 [2020-10-26T15:25:07.198Z] Step 8/8 : RUN go mod download [2020-10-26T15:25:07.198Z] ---> Running in 600049a3fc2d [2020-10-26T15:25:29.236Z] Removing intermediate container 600049a3fc2d [2020-10-26T15:25:29.236Z] ---> ad1cb59ff8b8 [2020-10-26T15:25:29.236Z] Successfully built ad1cb59ff8b8 [2020-10-26T15:25:29.236Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:25:29.602Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T15:25:29.602Z] . [Pipeline] withDockerContainer [2020-10-26T15:25:29.786Z] prd-centos7-docker-4c-2g-8890 does not seem to be running inside a container [2020-10-26T15:25:29.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-26T15:25:30.751Z] $ docker top 85659ed006f34efc0bfb90520a63c50c87508932614d4a426f25401ba50acaec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:25:31.238Z] + go version [2020-10-26T15:25:31.238Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T15:25:31.252Z] $ docker stop --time=1 85659ed006f34efc0bfb90520a63c50c87508932614d4a426f25401ba50acaec [2020-10-26T15:25:32.579Z] $ docker rm -f 85659ed006f34efc0bfb90520a63c50c87508932614d4a426f25401ba50acaec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:25:33.369Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T15:25:33.369Z] . [Pipeline] withDockerContainer [2020-10-26T15:25:33.467Z] prd-centos7-docker-4c-2g-8890 does not seem to be running inside a container [2020-10-26T15:25:33.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-26T15:25:34.096Z] $ docker top d68947e56c4def4b42ca417910200e0c8bb8f639def0fa803f4881bf89e8249b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:25:34.577Z] + make test [2020-10-26T15:25:34.577Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-26T15:25:44.719Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-10-26T15:25:44.719Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.006s coverage: 9.0% of statements [2020-10-26T15:25:44.720Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-10-26T15:25:44.720Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.017s coverage: 95.1% of statements [2020-10-26T15:25:44.720Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 84.2% of statements [2020-10-26T15:25:44.720Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-10-26T15:25:44.720Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-10-26T15:25:44.720Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-10-26T15:25:51.338Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.016s coverage: 100.0% of statements [2020-10-26T15:25:51.338Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-10-26T15:25:51.338Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-10-26T15:25:51.338Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-10-26T15:25:51.338Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.005s coverage: 48.9% of statements [2020-10-26T15:25:51.338Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-10-26T15:25:51.338Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-10-26T15:25:51.338Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements [2020-10-26T15:25:51.603Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-26T15:25:53.023Z] gofmt -l . [2020-10-26T15:25:53.286Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-26T15:25:53.585Z] Stashed 1 file(s) [Pipeline] } [2020-10-26T15:25:53.591Z] $ docker stop --time=1 d68947e56c4def4b42ca417910200e0c8bb8f639def0fa803f4881bf89e8249b [2020-10-26T15:25:55.921Z] $ docker rm -f d68947e56c4def4b42ca417910200e0c8bb8f639def0fa803f4881bf89e8249b [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-10-26T15:26:11.307Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8893 in /w/workspace/xfoundry_go-mod-bootstrap_PR-118 [Pipeline] { [Pipeline] ws [2020-10-26T15:26:11.403Z] Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout [2020-10-26T15:26:16.323Z] using credential edgex-jenkins-ssh [2020-10-26T15:26:16.395Z] Cloning the remote Git repository [2020-10-26T15:26:16.458Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:26:16.571Z] > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 [2020-10-26T15:26:16.644Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:26:16.644Z] > git --version # timeout=10 [2020-10-26T15:26:16.671Z] > git --version # 'git version 2.17.1' [2020-10-26T15:26:16.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:26:16.721Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:26:17.542Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:26:17.559Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:26:17.602Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:26:17.649Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:26:17.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:26:17.660Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T15:26:18.212Z] Merging remotes/origin/master commit fb98e0c50a6079cd6039d0c16dfa27373e63787d into PR head commit bc7c95552cd19ac50a7b1a44d76576ae3928974d [2020-10-26T15:26:18.435Z] Merge succeeded, producing bc7c95552cd19ac50a7b1a44d76576ae3928974d [2020-10-26T15:26:18.435Z] Checking out Revision bc7c95552cd19ac50a7b1a44d76576ae3928974d (PR-118) [2020-10-26T15:26:18.237Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:26:18.263Z] > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 [2020-10-26T15:26:18.353Z] > git remote # timeout=10 [2020-10-26T15:26:18.370Z] > git config --get remote.origin.url # timeout=10 [2020-10-26T15:26:18.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:26:18.401Z] > git merge fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 [2020-10-26T15:26:18.423Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-26T15:26:18.445Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:26:18.459Z] > git checkout -f bc7c95552cd19ac50a7b1a44d76576ae3928974d # timeout=10 [2020-10-26T15:26:22.761Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T15:26:23.705Z] ========================================================= [2020-10-26T15:26:23.705Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T15:26:23.705Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:26:24.821Z] + 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-10-26T15:26:25.813Z] Sending build context to Docker daemon 546.8kB [2020-10-26T15:26:25.813Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T15:26:25.813Z] Step 2/8 : FROM ${BASE} [2020-10-26T15:26:26.087Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T15:26:26.087Z] b538f80385f9: Pulling fs layer [2020-10-26T15:26:26.087Z] 74f711af9a0d: Pulling fs layer [2020-10-26T15:26:26.087Z] 99f96fe45779: Pulling fs layer [2020-10-26T15:26:26.087Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T15:26:26.087Z] 45590311c82a: Pulling fs layer [2020-10-26T15:26:26.087Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T15:26:26.087Z] 209524e5b208: Pulling fs layer [2020-10-26T15:26:26.087Z] 8529a6b9a6be: Waiting [2020-10-26T15:26:26.087Z] 45590311c82a: Waiting [2020-10-26T15:26:26.087Z] 69ca0ff8b7b3: Waiting [2020-10-26T15:26:26.087Z] 209524e5b208: Waiting [2020-10-26T15:26:26.087Z] 99f96fe45779: Verifying Checksum [2020-10-26T15:26:26.087Z] 99f96fe45779: Download complete [2020-10-26T15:26:26.087Z] 74f711af9a0d: Verifying Checksum [2020-10-26T15:26:26.087Z] 74f711af9a0d: Download complete [2020-10-26T15:26:26.087Z] 45590311c82a: Verifying Checksum [2020-10-26T15:26:26.087Z] 45590311c82a: Download complete [2020-10-26T15:26:26.382Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-26T15:26:26.382Z] 69ca0ff8b7b3: Download complete [2020-10-26T15:26:26.382Z] b538f80385f9: Verifying Checksum [2020-10-26T15:26:26.382Z] b538f80385f9: Download complete [2020-10-26T15:26:27.396Z] b538f80385f9: Pull complete [2020-10-26T15:26:28.003Z] 74f711af9a0d: Pull complete [2020-10-26T15:26:28.284Z] 99f96fe45779: Pull complete [2020-10-26T15:26:28.884Z] 209524e5b208: Verifying Checksum [2020-10-26T15:26:28.884Z] 209524e5b208: Download complete [2020-10-26T15:26:29.869Z] 8529a6b9a6be: Verifying Checksum [2020-10-26T15:26:29.869Z] 8529a6b9a6be: Download complete [2020-10-26T15:26:40.647Z] 8529a6b9a6be: Pull complete [2020-10-26T15:26:40.647Z] 45590311c82a: Pull complete [2020-10-26T15:26:40.961Z] 69ca0ff8b7b3: Pull complete [2020-10-26T15:26:44.463Z] 209524e5b208: Pull complete [2020-10-26T15:26:44.463Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T15:26:44.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T15:26:44.463Z] ---> 5bddaf1c2fca [2020-10-26T15:26:44.463Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T15:26:47.932Z] ---> Running in 2fdbcc9ac659 [2020-10-26T15:26:47.932Z] Removing intermediate container 2fdbcc9ac659 [2020-10-26T15:26:47.932Z] ---> 4936616c1d9e [2020-10-26T15:26:47.932Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T15:26:47.932Z] ---> Running in 46bbd9d515fe [2020-10-26T15:26:50.595Z] Removing intermediate container 46bbd9d515fe [2020-10-26T15:26:50.595Z] ---> a5058cd95232 [2020-10-26T15:26:50.595Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-26T15:26:50.595Z] ---> Running in 21371cf2e93c [2020-10-26T15:26:52.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T15:26:53.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T15:26:54.477Z] OK: 142 MiB in 39 packages [2020-10-26T15:26:55.472Z] Removing intermediate container 21371cf2e93c [2020-10-26T15:26:55.472Z] ---> d5d0b104da2c [2020-10-26T15:26:55.472Z] Step 6/8 : WORKDIR /build [2020-10-26T15:26:55.750Z] ---> Running in 243592c4e47f [2020-10-26T15:26:56.030Z] Removing intermediate container 243592c4e47f [2020-10-26T15:26:56.030Z] ---> 69eaa37db72d [2020-10-26T15:26:56.030Z] Step 7/8 : COPY go.mod . [2020-10-26T15:26:57.018Z] ---> a8c9330e1f68 [2020-10-26T15:26:57.018Z] Step 8/8 : RUN go mod download [2020-10-26T15:26:57.018Z] ---> Running in faed5d0ea7a0 [2020-10-26T15:27:23.877Z] Removing intermediate container faed5d0ea7a0 [2020-10-26T15:27:23.877Z] ---> 9a88aa6e0e3a [2020-10-26T15:27:23.877Z] Successfully built 9a88aa6e0e3a [2020-10-26T15:27:23.877Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:27:24.283Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T15:27:24.283Z] . [Pipeline] withDockerContainer [2020-10-26T15:27:24.531Z] prd-ubuntu18.04-docker-arm64-4c-16g-8893 does not seem to be running inside a container [2020-10-26T15:27:24.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-26T15:27:26.429Z] $ docker top a3bd62f22ef2c6340693ce35dac4462457d058dfb9c337c42fa1493ebcc93bfb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:27:27.841Z] + go version [2020-10-26T15:27:27.842Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T15:27:27.876Z] $ docker stop --time=1 a3bd62f22ef2c6340693ce35dac4462457d058dfb9c337c42fa1493ebcc93bfb [2020-10-26T15:27:29.816Z] $ docker rm -f a3bd62f22ef2c6340693ce35dac4462457d058dfb9c337c42fa1493ebcc93bfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:27:31.918Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T15:27:31.918Z] . [Pipeline] withDockerContainer [2020-10-26T15:27:32.185Z] prd-ubuntu18.04-docker-arm64-4c-16g-8893 does not seem to be running inside a container [2020-10-26T15:27:32.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/3 -v /w/workspace/go-mod-bootstrap/3:/w/workspace/go-mod-bootstrap/3:rw,z -v /w/workspace/go-mod-bootstrap/3@tmp:/w/workspace/go-mod-bootstrap/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-26T15:27:34.150Z] $ docker top f1483a8b7df1b08a1c6716ee47aecfded3c750c17237c1fbb07d60c3fe5fc5be -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:27:35.653Z] + make test [2020-10-26T15:27:35.653Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-26T15:28:02.572Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-10-26T15:28:05.993Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.016s coverage: 9.0% of statements [2020-10-26T15:28:05.993Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-10-26T15:28:05.993Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.028s coverage: 95.1% of statements [2020-10-26T15:28:05.993Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.054s coverage: 84.2% of statements [2020-10-26T15:28:05.993Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-10-26T15:28:05.993Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-10-26T15:28:05.993Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-10-26T15:28:16.138Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.027s coverage: 100.0% of statements [2020-10-26T15:28:16.138Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-10-26T15:28:16.138Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-10-26T15:28:16.138Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-10-26T15:28:16.138Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.012s coverage: 48.9% of statements [2020-10-26T15:28:16.138Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-10-26T15:28:16.138Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-10-26T15:28:16.138Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.012s coverage: 91.3% of statements [2020-10-26T15:28:16.138Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-26T15:28:19.578Z] gofmt -l . [2020-10-26T15:28:19.578Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-26T15:28:19.597Z] Warning: overwriting stash ‘coverage-report’ [2020-10-26T15:28:20.298Z] Stashed 1 file(s) [Pipeline] } [2020-10-26T15:28:20.316Z] $ docker stop --time=1 f1483a8b7df1b08a1c6716ee47aecfded3c750c17237c1fbb07d60c3fe5fc5be [2020-10-26T15:28:22.615Z] $ docker rm -f f1483a8b7df1b08a1c6716ee47aecfded3c750c17237c1fbb07d60c3fe5fc5be [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-10-26T15:28:25.343Z] provisioning config files... [2020-10-26T15:28:25.355Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/config7165761543494326663tmp [Pipeline] { [Pipeline] sh [2020-10-26T15:28:25.751Z] + set +x [2020-10-26T15:28:25.751Z] + curl -s https://codecov.io/bash [2020-10-26T15:28:25.751Z] + bash -s -- [2020-10-26T15:28:26.014Z] [2020-10-26T15:28:26.014Z] _____ _ [2020-10-26T15:28:26.014Z] / ____| | | [2020-10-26T15:28:26.014Z] | | ___ __| | ___ ___ _____ __ [2020-10-26T15:28:26.014Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-26T15:28:26.014Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-26T15:28:26.014Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-26T15:28:26.014Z] Bash-20201009-048fee3 [2020-10-26T15:28:26.014Z] [2020-10-26T15:28:26.014Z] [2020-10-26T15:28:26.014Z] ==> Jenkins CI detected. [2020-10-26T15:28:26.014Z] project root: . [2020-10-26T15:28:26.014Z] --> token set from env [2020-10-26T15:28:26.014Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-26T15:28:26.014Z] ==> Running gcov in . (disable via -X gcov) [2020-10-26T15:28:26.014Z] ==> Python coveragepy not found [2020-10-26T15:28:26.014Z] ==> Searching for coverage reports in: [2020-10-26T15:28:26.014Z] + . [2020-10-26T15:28:26.014Z] -> Found 1 reports [2020-10-26T15:28:26.014Z] ==> Detecting git/mercurial file structure [2020-10-26T15:28:26.014Z] ==> Reading reports [2020-10-26T15:28:26.014Z] + ./coverage.out bytes=20923 [2020-10-26T15:28:26.014Z] ==> Appending adjustments [2020-10-26T15:28:26.014Z] https://docs.codecov.io/docs/fixing-reports [2020-10-26T15:28:26.276Z] + Found adjustments [2020-10-26T15:28:26.276Z] ==> Gzipping contents [2020-10-26T15:28:26.276Z] ==> Uploading reports [2020-10-26T15:28:26.276Z] url: https://codecov.io [2020-10-26T15:28:26.276Z] query: branch=PR-118&commit=bc7c95552cd19ac50a7b1a44d76576ae3928974d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-118%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=118&job=&cmd_args= [2020-10-26T15:28:26.276Z] -> Pinging Codecov [2020-10-26T15:28:26.276Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-118&commit=bc7c95552cd19ac50a7b1a44d76576ae3928974d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-118%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=118&job=&cmd_args= [2020-10-26T15:28:26.537Z] -> Uploading to [2020-10-26T15:28:26.537Z] [2020-10-26T15:28:26.537Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T15:28:26.537Z] Dload Upload Total Spent Left Speed [2020-10-26T15:28:26.537Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-26T15:28:26.537Z] X> Failed to upload [2020-10-26T15:28:26.537Z] ==> Uploading to Codecov [2020-10-26T15:28:26.537Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T15:28:26.537Z] Dload Upload Total Spent Left Speed [2020-10-26T15:28:27.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 4491 0 0 100 4378 0 7036 --:--:-- --:--:-- --:--:-- 7027 100 4491 100 113 100 4378 181 7033 --:--:-- --:--:-- --:--:-- 7027 [2020-10-26T15:28:27.112Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/bc7c95552cd19ac50a7b1a44d76576ae3928974d [Pipeline] } [2020-10-26T15:28:27.122Z] 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-10-26T15:28:29.851Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:28:30.423Z] ---> package-listing.sh [2020-10-26T15:28:30.423Z] ++ facter osfamily [2020-10-26T15:28:30.423Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T15:28:30.423Z] + OS_FAMILY=redhat [2020-10-26T15:28:30.423Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-118 [2020-10-26T15:28:30.423Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T15:28:30.423Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T15:28:30.423Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T15:28:30.423Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T15:28:30.423Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-118 ']' [2020-10-26T15:28:30.423Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T15:28:30.423Z] + case "${OS_FAMILY}" in [2020-10-26T15:28:30.423Z] + rpm -qa [2020-10-26T15:28:30.423Z] + sort [2020-10-26T15:28:34.655Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T15:28:34.655Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T15:28:34.655Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T15:28:34.655Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-118 ']' [2020-10-26T15:28:34.655Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-118/archives/ [2020-10-26T15:28:34.655Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-118/archives/ [Pipeline] echo [2020-10-26T15:28:34.670Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-26T15:28:34.970Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:28:35.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:28:35.277Z] [2020-10-26T15:28:35.277Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:28:35.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:28:35.717Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T15:28:35.717Z] df20fa9351a1: Pulling fs layer [2020-10-26T15:28:35.717Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T15:28:35.717Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T15:28:35.717Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T15:28:35.717Z] 93b61091891f: Pulling fs layer [2020-10-26T15:28:35.717Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T15:28:35.717Z] 5e14af77c1be: Pulling fs layer [2020-10-26T15:28:35.717Z] 01666e4c0597: Pulling fs layer [2020-10-26T15:28:35.717Z] aa168da1d23b: Pulling fs layer [2020-10-26T15:28:35.717Z] 93b61091891f: Waiting [2020-10-26T15:28:35.717Z] 01666e4c0597: Waiting [2020-10-26T15:28:35.717Z] 93b9cdb0e59b: Waiting [2020-10-26T15:28:35.717Z] 5e14af77c1be: Waiting [2020-10-26T15:28:35.717Z] aa168da1d23b: Waiting [2020-10-26T15:28:35.717Z] 46f8f816bc3b: Waiting [2020-10-26T15:28:35.978Z] 36b3adc4ff6f: Download complete [2020-10-26T15:28:36.926Z] 46f8f816bc3b: Download complete [2020-10-26T15:28:37.889Z] 93b61091891f: Verifying Checksum [2020-10-26T15:28:37.889Z] 93b61091891f: Download complete [2020-10-26T15:28:37.889Z] 93b9cdb0e59b: Download complete [2020-10-26T15:28:37.889Z] 5e14af77c1be: Verifying Checksum [2020-10-26T15:28:37.889Z] 5e14af77c1be: Download complete [2020-10-26T15:28:37.889Z] 01666e4c0597: Download complete [2020-10-26T15:28:40.446Z] df20fa9351a1: Verifying Checksum [2020-10-26T15:28:40.446Z] df20fa9351a1: Download complete [2020-10-26T15:28:40.446Z] df20fa9351a1: Pull complete [2020-10-26T15:28:40.710Z] 36b3adc4ff6f: Pull complete [2020-10-26T15:28:41.659Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T15:28:41.659Z] 8ad3a11d3b57: Download complete [2020-10-26T15:28:42.235Z] 8ad3a11d3b57: Pull complete [2020-10-26T15:28:42.235Z] 46f8f816bc3b: Pull complete [2020-10-26T15:28:42.810Z] 93b61091891f: Pull complete [2020-10-26T15:28:42.810Z] 93b9cdb0e59b: Pull complete [2020-10-26T15:28:42.810Z] 5e14af77c1be: Pull complete [2020-10-26T15:28:43.072Z] 01666e4c0597: Pull complete [2020-10-26T15:29:01.232Z] aa168da1d23b: Verifying Checksum [2020-10-26T15:29:01.232Z] aa168da1d23b: Download complete [2020-10-26T15:29:05.465Z] aa168da1d23b: Pull complete [2020-10-26T15:29:05.465Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T15:29:05.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:29:05.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T15:29:05.683Z] prd-centos7-docker-4c-2g-8886 does not seem to be running inside a container [2020-10-26T15:29:05.733Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-118 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118:/w/workspace/xfoundry_go-mod-bootstrap_PR-118:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-26T15:29:12.357Z] $ docker top 36921e2040f699ab014dd345bb4b62ee51edf6dfd1333241eb8eb23c695f818d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:29:12.846Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T15:29:13.164Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T15:29:13.468Z] + ls /var/log/sa-host [2020-10-26T15:29:13.468Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T15:29:13.468Z] file_magic: OK [2020-10-26T15:29:13.468Z] HZ: Using current value: 100 [2020-10-26T15:29:13.468Z] file_header: OK [2020-10-26T15:29:13.468Z] 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-10-26T15:29:13.468Z] Statistics: [2020-10-26T15:29:13.468Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T15:29:13.468Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T15:29:13.468Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T15:29:13.468Z] file_magic: OK [2020-10-26T15:29:13.468Z] HZ: Using current value: 100 [2020-10-26T15:29:13.468Z] file_header: OK [2020-10-26T15:29:13.468Z] 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-10-26T15:29:13.468Z] Statistics: [2020-10-26T15:29:13.468Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T15:29:13.468Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T15:29:13.682Z] provisioning config files... [2020-10-26T15:29:13.704Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-118@tmp/config2770108920537798857tmp [Pipeline] { [Pipeline] echo [2020-10-26T15:29:13.786Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:29:14.114Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T15:29:14.124Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T15:29:14.228Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:29:14.530Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T15:29:14.542Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:29:14.839Z] ---> sudo-logs.sh [2020-10-26T15:29:14.839Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T15:29:14.850Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:29:15.149Z] ---> job-cost.sh [2020-10-26T15:29:15.150Z] lf-activate-venv: SKIPPING [2020-10-26T15:29:15.150Z] INFO: No Stack... [2020-10-26T15:29:16.540Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T15:29:16.803Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T15:29:16.817Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:29:17.118Z] ---> logs-deploy.sh [2020-10-26T15:29:17.118Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-118/3 [2020-10-26T15:29:17.118Z] INFO: archiving workspace using pattern(s): [2020-10-26T15:29:19.037Z] Archives upload complete. [2020-10-26T15:29:19.037Z] INFO: archiving logs to Nexus