Pull request #138 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from cb162cc8f42f4ea5222983698b3abe95cf7b06c3+cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 (78e8214d6c73f39a03c88c6c0628454244b969c4) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17641 in /w/workspace/xfoundry_go-mod-bootstrap_PR-138 [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-138 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 into PR head commit cb162cc8f42f4ea5222983698b3abe95cf7b06c3 Merge succeeded, producing cb162cc8f42f4ea5222983698b3abe95cf7b06c3 Checking out Revision cb162cc8f42f4ea5222983698b3abe95cf7b06c3 (PR-138) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/138/head:refs/remotes/origin/PR-138 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # 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 cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 Commit message: "refactor: Refactor to remove remote and file logging" First time build. Skipping changelog. > git rev-list --no-walk 2642ce96d95a0e060b9feb87504f199693665b97 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-29T19:40:31.335Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-29T19:40:31.630Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-29T19:40:31.792Z] ========================================================= [2020-12-29T19:40:31.792Z] EdgeX Global Pipelines Version Info [2020-12-29T19:40:31.792Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-29T19:40:33.624Z] ------------------- [2020-12-29T19:40:33.624Z] stable info: [2020-12-29T19:40:33.624Z] ------------------- [2020-12-29T19:40:33.624Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-29T19:40:33.624Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T19:40:33.624Z] Message: update stable to v1.0.173 [2020-12-29T19:40:35.030Z] ------------------- [2020-12-29T19:40:35.030Z] experimental info: [2020-12-29T19:40:35.030Z] ------------------- [2020-12-29T19:40:35.030Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-29T19:40:35.030Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T19:40:35.030Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-29T19:40:35.412Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-12-29T19:40:35.514Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-12-29T19:40:35.613Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-29T19:40:35.711Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-29T19:40:35.805Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-29T19:40:35.901Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-29T19:40:35.995Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-29T19:40:36.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-29T19:40:36.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-29T19:40:36.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-29T19:40:36.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-29T19:40:36.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-12-29T19:40:36.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-29T19:40:36.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-29T19:40:36.811Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T19:40:36.906Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T19:40:37.008Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T19:40:37.104Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T19:40:37.197Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-29T19:40:37.302Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-29T19:40:37.396Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-29T19:40:37.485Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-29T19:40:37.577Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-29T19:40:37.667Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-29T19:40:37.754Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-29T19:40:37.841Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-29T19:40:37.928Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-29T19:40:38.016Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-138 [Pipeline] echo [2020-12-29T19:40:38.104Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-138 [Pipeline] echo [2020-12-29T19:40:38.194Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-138 [Pipeline] echo [2020-12-29T19:40:38.281Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [Pipeline] echo [2020-12-29T19:40:38.366Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb162cc [Pipeline] echo [2020-12-29T19:40:38.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T19:40:39.168Z] + git log --format=format:%s -1 cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [Pipeline] echo [2020-12-29T19:40:39.437Z] GIT_COMMIT: cb162cc8f42f4ea5222983698b3abe95cf7b06c3, Commit Message: refactor: Refactor to remove remote and file logging [Pipeline] echo [2020-12-29T19:40:39.481Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:40:40.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T19:40:41.122Z] [2020-12-29T19:40:41.122Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:40:41.621Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T19:40:41.974Z] latest: Pulling from edgex-devops/git-semver [2020-12-29T19:40:41.974Z] 31603596830f: Pulling fs layer [2020-12-29T19:40:41.974Z] 2a8b12db71e7: Pulling fs layer [2020-12-29T19:40:41.974Z] 6ca5941a6612: Pulling fs layer [2020-12-29T19:40:41.974Z] ecc8261a40a4: Pulling fs layer [2020-12-29T19:40:41.974Z] ecc8261a40a4: Waiting [2020-12-29T19:40:41.974Z] 2a8b12db71e7: Verifying Checksum [2020-12-29T19:40:41.974Z] 2a8b12db71e7: Download complete [2020-12-29T19:40:42.310Z] 31603596830f: Verifying Checksum [2020-12-29T19:40:42.310Z] 31603596830f: Download complete [2020-12-29T19:40:42.616Z] ecc8261a40a4: Verifying Checksum [2020-12-29T19:40:42.616Z] ecc8261a40a4: Download complete [2020-12-29T19:40:42.937Z] 31603596830f: Pull complete [2020-12-29T19:40:42.937Z] 6ca5941a6612: Verifying Checksum [2020-12-29T19:40:42.937Z] 6ca5941a6612: Download complete [2020-12-29T19:40:43.234Z] 2a8b12db71e7: Pull complete [2020-12-29T19:40:44.686Z] 6ca5941a6612: Pull complete [2020-12-29T19:40:44.958Z] ecc8261a40a4: Pull complete [2020-12-29T19:40:44.958Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-29T19:40:44.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T19:40:44.958Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-29T19:40:45.171Z] prd-centos7-docker-4c-2g-17641 does not seem to be running inside a container [2020-12-29T19:40:45.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-138 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-138:/w/workspace/xfoundry_go-mod-bootstrap_PR-138:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-138@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T19:40:48.011Z] $ docker top 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T19:40:48.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T19:40:48.356Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T19:40:48.776Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T19:40:48.783Z] $ docker exec 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd ssh-agent [2020-12-29T19:40:49.127Z] SSH_AUTH_SOCK=/tmp/ssh-1fEEEEq5tygs/agent.12 [2020-12-29T19:40:49.127Z] SSH_AGENT_PID=17 [2020-12-29T19:40:49.146Z] Running ssh-add (command line suppressed) [2020-12-29T19:40:49.396Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/private_key_3444068139891866178.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/private_key_3444068139891866178.key) [2020-12-29T19:40:49.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T19:40:49.913Z] + git tag --points-at HEAD [Pipeline] } [2020-12-29T19:40:49.953Z] $ docker exec --env ******** --env ******** 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd ssh-agent -k [2020-12-29T19:40:50.160Z] unset SSH_AUTH_SOCK; [2020-12-29T19:40:50.160Z] unset SSH_AGENT_PID; [2020-12-29T19:40:50.160Z] echo Agent pid 17 killed; [2020-12-29T19:40:50.286Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-29T19:40:50.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T19:40:50.512Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T19:40:50.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T19:40:50.817Z] $ docker exec 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd ssh-agent [2020-12-29T19:40:51.383Z] SSH_AUTH_SOCK=/tmp/ssh-rmqUjBdFX4wm/agent.45 [2020-12-29T19:40:51.383Z] SSH_AGENT_PID=50 [2020-12-29T19:40:51.400Z] Running ssh-add (command line suppressed) [2020-12-29T19:40:51.600Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/private_key_1144239642611637363.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/private_key_1144239642611637363.key) [2020-12-29T19:40:51.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T19:40:52.170Z] + git semver init [2020-12-29T19:40:52.455Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T19:40:52.455Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-138/.git [2020-12-29T19:40:52.455Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-138 [2020-12-29T19:40:52.455Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T19:40:52.455Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T19:40:52.455Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T19:40:52.455Z] # $SEMVER_BRANCH = PR-138 [2020-12-29T19:40:52.455Z] # $SEMVER_TEMP = /tmp/semver-146306257 [2020-12-29T19:40:52.455Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-12-29T19:40:52.733Z] # '/tmp/semver-146306257' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-138/.semver' [2020-12-29T19:40:52.733Z] # -> Force: false [2020-12-29T19:40:53.002Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-138/.semver [Pipeline] } [2020-12-29T19:40:53.055Z] $ docker exec --env ******** --env ******** 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd ssh-agent -k [2020-12-29T19:40:53.350Z] unset SSH_AUTH_SOCK; [2020-12-29T19:40:53.351Z] unset SSH_AGENT_PID; [2020-12-29T19:40:53.351Z] echo Agent pid 50 killed; [2020-12-29T19:40:53.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T19:40:54.032Z] + git semver [Pipeline] } [2020-12-29T19:40:54.106Z] $ docker stop --time=1 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd [2020-12-29T19:40:55.784Z] $ docker rm -f 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T19:40:56.384Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-29T19:40:57.688Z] Stashed 1 file(s) [Pipeline] echo [2020-12-29T19:40:57.691Z] [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-12-29T19:41:13.290Z] Still waiting to schedule task [2020-12-29T19:41:13.290Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-29T19:41:13.295Z] Still waiting to schedule task [2020-12-29T19:41:13.295Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-29T19:43:08.086Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17642 in /w/workspace/xfoundry_go-mod-bootstrap_PR-138 [Pipeline] { [Pipeline] ws [2020-12-29T19:43:08.144Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2020-12-29T19:43:15.331Z] using credential edgex-jenkins-ssh [2020-12-29T19:43:15.402Z] Cloning the remote Git repository [2020-12-29T19:43:15.474Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T19:43:15.623Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2020-12-29T19:43:15.722Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T19:43:15.723Z] > git --version # timeout=10 [2020-12-29T19:43:15.750Z] > git --version # 'git version 2.17.1' [2020-12-29T19:43:15.752Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T19:43:15.821Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T19:43:16.602Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-29T19:43:16.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T19:43:16.721Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-29T19:43:16.823Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T19:43:16.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T19:43:16.854Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/138/head:refs/remotes/origin/PR-138 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T19:43:17.494Z] Merging remotes/origin/master commit cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 into PR head commit cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [2020-12-29T19:43:17.715Z] Merge succeeded, producing cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [2020-12-29T19:43:17.716Z] Checking out Revision cb162cc8f42f4ea5222983698b3abe95cf7b06c3 (PR-138) [2020-12-29T19:43:17.516Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T19:43:17.543Z] > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 [2020-12-29T19:43:17.634Z] > git remote # timeout=10 [2020-12-29T19:43:17.656Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T19:43:17.671Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T19:43:17.681Z] > git merge cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 [2020-12-29T19:43:17.703Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T19:43:17.725Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T19:43:17.739Z] > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 [2020-12-29T19:43:21.959Z] Commit message: "refactor: Refactor to remove remote and file logging" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T19:43:23.571Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-29T19:43:23.983Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T19:43:24.321Z] + true [2020-12-29T19:43:24.322Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2020-12-29T19:43:26.552Z] ========================================================= [2020-12-29T19:43:26.552Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-29T19:43:26.552Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:43:26.933Z] + 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-12-29T19:43:27.923Z] Sending build context to Docker daemon 639kB [2020-12-29T19:43:27.923Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-29T19:43:27.923Z] Step 2/8 : FROM ${BASE} [2020-12-29T19:43:28.208Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-29T19:43:28.208Z] 5f621e34cdf4: Pulling fs layer [2020-12-29T19:43:28.208Z] a4357932f1b6: Pulling fs layer [2020-12-29T19:43:28.208Z] 18c013af1878: Pulling fs layer [2020-12-29T19:43:28.208Z] 00ac8860ef70: Pulling fs layer [2020-12-29T19:43:28.208Z] 63d7cb157983: Pulling fs layer [2020-12-29T19:43:28.208Z] b116817d02f9: Pulling fs layer [2020-12-29T19:43:28.208Z] 745a02a5169b: Pulling fs layer [2020-12-29T19:43:28.208Z] 63d7cb157983: Waiting [2020-12-29T19:43:28.208Z] b116817d02f9: Waiting [2020-12-29T19:43:28.208Z] 00ac8860ef70: Waiting [2020-12-29T19:43:28.208Z] 745a02a5169b: Waiting [2020-12-29T19:43:28.208Z] 18c013af1878: Verifying Checksum [2020-12-29T19:43:28.208Z] 18c013af1878: Download complete [2020-12-29T19:43:28.208Z] 63d7cb157983: Verifying Checksum [2020-12-29T19:43:28.208Z] 63d7cb157983: Download complete [2020-12-29T19:43:29.188Z] 5f621e34cdf4: Download complete [2020-12-29T19:43:29.794Z] 5f621e34cdf4: Pull complete [2020-12-29T19:43:30.397Z] a4357932f1b6: Pull complete [2020-12-29T19:43:30.674Z] 18c013af1878: Pull complete [2020-12-29T19:43:31.660Z] 745a02a5169b: Verifying Checksum [2020-12-29T19:43:31.660Z] 745a02a5169b: Download complete [2020-12-29T19:43:32.644Z] 00ac8860ef70: Verifying Checksum [2020-12-29T19:43:32.644Z] 00ac8860ef70: Download complete [2020-12-29T19:43:42.811Z] 00ac8860ef70: Pull complete [2020-12-29T19:43:42.811Z] 63d7cb157983: Pull complete [2020-12-29T19:43:43.087Z] b116817d02f9: Pull complete [2020-12-29T19:43:47.237Z] Running on prd-centos7-docker-4c-2g-17643 in /w/workspace/xfoundry_go-mod-bootstrap_PR-138 [Pipeline] { [Pipeline] ws [2020-12-29T19:43:47.311Z] Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout [2020-12-29T19:43:47.413Z] 745a02a5169b: Pull complete [2020-12-29T19:43:47.413Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-29T19:43:47.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-29T19:43:47.413Z] ---> b7e6874047d6 [2020-12-29T19:43:47.413Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-29T19:43:49.657Z] using credential edgex-jenkins-ssh [2020-12-29T19:43:49.720Z] Cloning the remote Git repository [2020-12-29T19:43:50.045Z] ---> Running in 0f87280f429e [2020-12-29T19:43:50.323Z] Removing intermediate container 0f87280f429e [2020-12-29T19:43:50.323Z] ---> 8a16765606de [2020-12-29T19:43:50.323Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T19:43:50.598Z] ---> Running in f693268e99dd [2020-12-29T19:43:49.750Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T19:43:49.820Z] > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 [2020-12-29T19:43:49.880Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T19:43:49.880Z] > git --version # timeout=10 [2020-12-29T19:43:49.886Z] > git --version # 'git version 2.24.3' [2020-12-29T19:43:49.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T19:43:49.912Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T19:43:50.525Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-29T19:43:50.538Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T19:43:50.558Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-29T19:43:50.575Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-29T19:43:50.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T19:43:50.582Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/138/head:refs/remotes/origin/PR-138 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T19:43:51.033Z] Merging remotes/origin/master commit cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 into PR head commit cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [2020-12-29T19:43:51.124Z] Merge succeeded, producing cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [2020-12-29T19:43:51.125Z] Checking out Revision cb162cc8f42f4ea5222983698b3abe95cf7b06c3 (PR-138) [2020-12-29T19:43:51.045Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T19:43:51.052Z] > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 [2020-12-29T19:43:51.090Z] > git remote # timeout=10 [2020-12-29T19:43:51.100Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T19:43:51.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T19:43:51.110Z] > git merge cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 [2020-12-29T19:43:51.120Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T19:43:51.129Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T19:43:51.133Z] > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 [2020-12-29T19:43:53.221Z] Removing intermediate container f693268e99dd [2020-12-29T19:43:53.221Z] ---> 365602eacdde [2020-12-29T19:43:53.221Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-29T19:43:53.221Z] ---> Running in 3bf6ee6afb11 [2020-12-29T19:43:54.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T19:43:54.840Z] Commit message: "refactor: Refactor to remove remote and file logging" [2020-12-29T19:43:55.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T19:43:55.777Z] OK: 142 MiB in 39 packages [2020-12-29T19:43:56.017Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-29T19:43:56.356Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T19:43:56.659Z] + sudo service docker restart [2020-12-29T19:43:56.659Z] + true [2020-12-29T19:43:56.659Z] Redirecting to /bin/systemctl restart docker.service [2020-12-29T19:43:57.224Z] Removing intermediate container 3bf6ee6afb11 [2020-12-29T19:43:57.224Z] ---> 60617fa21a13 [2020-12-29T19:43:57.224Z] Step 6/8 : WORKDIR /build [2020-12-29T19:43:57.224Z] ---> Running in 5e9dbf3c1673 [Pipeline] unstash [Pipeline] echo [2020-12-29T19:43:57.744Z] ========================================================= [2020-12-29T19:43:57.744Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-29T19:43:57.744Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:43:57.823Z] Removing intermediate container 5e9dbf3c1673 [2020-12-29T19:43:57.824Z] ---> a0b1dfe4b6e8 [2020-12-29T19:43:57.824Z] Step 7/8 : COPY go.mod . [2020-12-29T19:43:58.110Z] + 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-12-29T19:43:59.301Z] ---> 432af0fd7203 [2020-12-29T19:43:59.301Z] Step 8/8 : RUN go mod download [2020-12-29T19:43:59.301Z] ---> Running in fed8588ee2ac [2020-12-29T19:44:00.041Z] Sending build context to Docker daemon 640kB [2020-12-29T19:44:00.041Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-29T19:44:00.041Z] Step 2/8 : FROM ${BASE} [2020-12-29T19:44:00.041Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-29T19:44:00.041Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T19:44:00.041Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T19:44:00.041Z] de9db76c5a1d: Pulling fs layer [2020-12-29T19:44:00.041Z] bca2f99d35d6: Pulling fs layer [2020-12-29T19:44:00.041Z] 93359f2a8cfa: Pulling fs layer [2020-12-29T19:44:00.041Z] 7c6f9722023f: Pulling fs layer [2020-12-29T19:44:00.041Z] a35cf1a2eb13: Pulling fs layer [2020-12-29T19:44:00.041Z] bca2f99d35d6: Waiting [2020-12-29T19:44:00.041Z] 7c6f9722023f: Waiting [2020-12-29T19:44:00.041Z] a35cf1a2eb13: Waiting [2020-12-29T19:44:00.041Z] 93359f2a8cfa: Waiting [2020-12-29T19:44:00.041Z] de9db76c5a1d: Verifying Checksum [2020-12-29T19:44:00.041Z] de9db76c5a1d: Download complete [2020-12-29T19:44:00.041Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T19:44:00.041Z] 0ef7d3d256c8: Download complete [2020-12-29T19:44:00.041Z] 93359f2a8cfa: Verifying Checksum [2020-12-29T19:44:00.041Z] 93359f2a8cfa: Download complete [2020-12-29T19:44:00.041Z] 7c6f9722023f: Verifying Checksum [2020-12-29T19:44:00.041Z] 7c6f9722023f: Download complete [2020-12-29T19:44:00.041Z] 188c0c94c7c5: Verifying Checksum [2020-12-29T19:44:00.041Z] 188c0c94c7c5: Download complete [2020-12-29T19:44:00.305Z] 188c0c94c7c5: Pull complete [2020-12-29T19:44:00.305Z] 0ef7d3d256c8: Pull complete [2020-12-29T19:44:00.572Z] de9db76c5a1d: Pull complete [2020-12-29T19:44:01.972Z] a35cf1a2eb13: Verifying Checksum [2020-12-29T19:44:01.972Z] a35cf1a2eb13: Download complete [2020-12-29T19:44:02.555Z] bca2f99d35d6: Verifying Checksum [2020-12-29T19:44:02.555Z] bca2f99d35d6: Download complete [2020-12-29T19:44:07.879Z] bca2f99d35d6: Pull complete [2020-12-29T19:44:07.879Z] 93359f2a8cfa: Pull complete [2020-12-29T19:44:07.879Z] 7c6f9722023f: Pull complete [2020-12-29T19:44:16.059Z] a35cf1a2eb13: Pull complete [2020-12-29T19:44:16.059Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-29T19:44:16.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-29T19:44:16.059Z] ---> a62c8e92a672 [2020-12-29T19:44:16.059Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-29T19:44:16.059Z] ---> Running in 2587c0e2b91c [2020-12-29T19:44:16.059Z] Removing intermediate container 2587c0e2b91c [2020-12-29T19:44:16.059Z] ---> 15bef2635651 [2020-12-29T19:44:16.059Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T19:44:16.059Z] ---> Running in 843de76488f7 [2020-12-29T19:44:17.013Z] Removing intermediate container 843de76488f7 [2020-12-29T19:44:17.013Z] ---> 739554c2c5a6 [2020-12-29T19:44:17.013Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-29T19:44:17.013Z] ---> Running in ab27c75c9c0f [2020-12-29T19:44:17.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T19:44:18.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T19:44:18.809Z] OK: 166 MiB in 39 packages [2020-12-29T19:44:19.385Z] Removing intermediate container ab27c75c9c0f [2020-12-29T19:44:19.385Z] ---> 3d36a4e9db03 [2020-12-29T19:44:19.385Z] Step 6/8 : WORKDIR /build [2020-12-29T19:44:19.385Z] ---> Running in 300dc742b5c2 [2020-12-29T19:44:19.385Z] Removing intermediate container 300dc742b5c2 [2020-12-29T19:44:19.385Z] ---> 4523a22d0d1f [2020-12-29T19:44:19.385Z] Step 7/8 : COPY go.mod . [2020-12-29T19:44:19.653Z] ---> f776acb57059 [2020-12-29T19:44:19.653Z] Step 8/8 : RUN go mod download [2020-12-29T19:44:19.653Z] ---> Running in 864c15093aca [2020-12-29T19:44:21.508Z] Removing intermediate container fed8588ee2ac [2020-12-29T19:44:21.508Z] ---> 0d6fbefda297 [2020-12-29T19:44:21.508Z] Successfully built 0d6fbefda297 [2020-12-29T19:44:21.508Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:44:21.849Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T19:44:21.849Z] . [Pipeline] withDockerContainer [2020-12-29T19:44:22.125Z] prd-ubuntu18.04-docker-arm64-4c-16g-17642 does not seem to be running inside a container [2020-12-29T19:44:22.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T19:44:23.729Z] $ docker top f6e4b9fbf2cb47002b6d9d5d11ebb5cc62024ab612d6870166f9e1e58a651db9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T19:44:24.746Z] + go version [2020-12-29T19:44:24.746Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-29T19:44:24.773Z] $ docker stop --time=1 f6e4b9fbf2cb47002b6d9d5d11ebb5cc62024ab612d6870166f9e1e58a651db9 [2020-12-29T19:44:26.828Z] $ docker rm -f f6e4b9fbf2cb47002b6d9d5d11ebb5cc62024ab612d6870166f9e1e58a651db9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:44:27.873Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T19:44:27.873Z] . [Pipeline] withDockerContainer [2020-12-29T19:44:28.146Z] prd-ubuntu18.04-docker-arm64-4c-16g-17642 does not seem to be running inside a container [2020-12-29T19:44:28.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T19:44:29.889Z] $ docker top 192282c093985792c8a586ecba4f6d9962b67d539bf97a55d6826e41b9019367 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T19:44:30.943Z] + make test [2020-12-29T19:44:30.943Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-29T19:44:51.848Z] Removing intermediate container 864c15093aca [2020-12-29T19:44:51.848Z] ---> d573da935c4d [2020-12-29T19:44:51.848Z] Successfully built d573da935c4d [2020-12-29T19:44:51.848Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:44:52.162Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T19:44:52.162Z] . [Pipeline] withDockerContainer [2020-12-29T19:44:52.272Z] prd-centos7-docker-4c-2g-17643 does not seem to be running inside a container [2020-12-29T19:44:52.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-29T19:44:53.264Z] $ docker top 48754b942c1457c9d87074fd59583e22695f10ad15466d1c127b608cfed5cf59 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T19:44:53.826Z] + go version [2020-12-29T19:44:53.826Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-29T19:44:53.846Z] $ docker stop --time=1 48754b942c1457c9d87074fd59583e22695f10ad15466d1c127b608cfed5cf59 [2020-12-29T19:44:55.185Z] $ docker rm -f 48754b942c1457c9d87074fd59583e22695f10ad15466d1c127b608cfed5cf59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:44:56.069Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T19:44:56.069Z] . [Pipeline] withDockerContainer [2020-12-29T19:44:56.169Z] prd-centos7-docker-4c-2g-17643 does not seem to be running inside a container [2020-12-29T19:44:56.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-29T19:44:56.950Z] $ docker top 97efecd1d540ca3b71e8b5bbea2dc32b45a41516fafa0c6078447a1a7a950598 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T19:44:57.447Z] + make test [2020-12-29T19:44:57.447Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-29T19:45:03.328Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-29T19:45:03.329Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.014s coverage: 8.4% of statements [2020-12-29T19:45:03.329Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-29T19:45:03.329Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.028s coverage: 95.1% of statements [2020-12-29T19:45:03.329Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.024s coverage: 87.8% of statements [2020-12-29T19:45:03.329Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.033s coverage: 36.2% of statements [2020-12-29T19:45:03.329Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-29T19:45:03.329Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-29T19:45:03.929Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 48.9% of statements [2020-12-29T19:45:07.306Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.023s coverage: 95.3% of statements [2020-12-29T19:45:07.306Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-29T19:45:07.306Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-29T19:45:07.306Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.012s coverage: 91.3% of statements [2020-12-29T19:45:07.306Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-29T19:45:07.555Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-29T19:45:07.555Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.024s coverage: 8.4% of statements [2020-12-29T19:45:07.555Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-29T19:45:07.555Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.029s coverage: 95.1% of statements [2020-12-29T19:45:07.555Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.029s coverage: 87.8% of statements [2020-12-29T19:45:08.135Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.013s coverage: 36.2% of statements [2020-12-29T19:45:08.135Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-29T19:45:08.135Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-29T19:45:08.135Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements [2020-12-29T19:45:11.450Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.010s coverage: 95.3% of statements [2020-12-29T19:45:11.450Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-29T19:45:11.450Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-29T19:45:11.450Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements [2020-12-29T19:45:11.450Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-29T19:45:12.731Z] gofmt -l . [2020-12-29T19:45:12.731Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-29T19:45:12.756Z] $ docker stop --time=1 192282c093985792c8a586ecba4f6d9962b67d539bf97a55d6826e41b9019367 [2020-12-29T19:45:12.858Z] gofmt -l . [2020-12-29T19:45:13.121Z] [ "`gofmt -l .`" = "" ] [2020-12-29T19:45:14.989Z] $ docker rm -f 192282c093985792c8a586ecba4f6d9962b67d539bf97a55d6826e41b9019367 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-12-29T19:45:15.587Z] $ docker stop --time=1 97efecd1d540ca3b71e8b5bbea2dc32b45a41516fafa0c6078447a1a7a950598 [2020-12-29T19:45:15.843Z] + sudo chown -R jenkins:jenkins . [2020-12-29T19:45:18.355Z] $ docker rm -f 97efecd1d540ca3b71e8b5bbea2dc32b45a41516fafa0c6078447a1a7a950598 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh [2020-12-29T19:45:18.881Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T19:45:18.894Z] Warning: overwriting stash ‘coverage-report’ [2020-12-29T19:45:19.188Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-29T19:45:19.361Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [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-12-29T19:45:22.814Z] provisioning config files... [2020-12-29T19:45:22.829Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/config7967931300768367077tmp [Pipeline] { [Pipeline] sh [2020-12-29T19:45:23.256Z] + set +x [2020-12-29T19:45:23.256Z] + curl -s https://codecov.io/bash [2020-12-29T19:45:23.256Z] + bash -s -- [2020-12-29T19:45:23.530Z] [2020-12-29T19:45:23.530Z] _____ _ [2020-12-29T19:45:23.530Z] / ____| | | [2020-12-29T19:45:23.530Z] | | ___ __| | ___ ___ _____ __ [2020-12-29T19:45:23.530Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-29T19:45:23.530Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-29T19:45:23.530Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-29T19:45:23.530Z] Bash-20201223-5ad85e3 [2020-12-29T19:45:23.530Z] [2020-12-29T19:45:23.530Z] [2020-12-29T19:45:23.530Z] ==> git version 2.24.3 found [2020-12-29T19:45:23.530Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2020-12-29T19:45:23.530Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-29T19:45:23.530Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-29T19:45:23.530Z] ==> Jenkins CI detected. [2020-12-29T19:45:23.530Z] project root: . [2020-12-29T19:45:23.530Z] --> token set from env [2020-12-29T19:45:23.530Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-29T19:45:23.530Z] ==> Running gcov in . (disable via -X gcov) [2020-12-29T19:45:23.530Z] ==> Python coveragepy not found [2020-12-29T19:45:23.530Z] ==> Searching for coverage reports in: [2020-12-29T19:45:23.530Z] + . [2020-12-29T19:45:23.530Z] -> Found 1 reports [2020-12-29T19:45:23.530Z] ==> Detecting git/mercurial file structure [2020-12-29T19:45:23.795Z] ==> Reading reports [2020-12-29T19:45:23.795Z] + ./coverage.out bytes=28797 [2020-12-29T19:45:23.795Z] ==> Appending adjustments [2020-12-29T19:45:23.795Z] https://docs.codecov.io/docs/fixing-reports [2020-12-29T19:45:24.067Z] + Found adjustments [2020-12-29T19:45:24.067Z] ==> Gzipping contents [2020-12-29T19:45:24.067Z] 8.0K /tmp/codecov.GGncq6.gz [2020-12-29T19:45:24.067Z] ==> Uploading reports [2020-12-29T19:45:24.067Z] url: https://codecov.io [2020-12-29T19:45:24.067Z] query: branch=PR-138&commit=cb162cc8f42f4ea5222983698b3abe95cf7b06c3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-138%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=138&job=&cmd_args= [2020-12-29T19:45:24.067Z] -> Pinging Codecov [2020-12-29T19:45:24.067Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-138&commit=cb162cc8f42f4ea5222983698b3abe95cf7b06c3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-138%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=138&job=&cmd_args= [2020-12-29T19:45:24.648Z] -> Uploading to [2020-12-29T19:45:24.648Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-29/833815588EE85121546D348822E98E2E/cb162cc8f42f4ea5222983698b3abe95cf7b06c3/8cd2fe5f-06fb-4d4b-8b0e-e0f3cedb0b6b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T194524Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f611cf1963f2e191193c92d5cb3dacd8e08c39776d6ec9756819e250c0b0162e [2020-12-29T19:45:24.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T19:45:24.648Z] Dload Upload Total Spent Left Speed [2020-12-29T19:45:25.236Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5385 0 0 100 5385 0 9590 --:--:-- --:--:-- --:--:-- 9581 100 5385 0 0 100 5385 0 9587 --:--:-- --:--:-- --:--:-- 9581 [2020-12-29T19:45:25.236Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [Pipeline] } [2020-12-29T19:45:25.250Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-29T19:45:27.960Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T19:45:28.573Z] ---> package-listing.sh [2020-12-29T19:45:28.573Z] ++ facter osfamily [2020-12-29T19:45:28.573Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-29T19:45:28.842Z] + OS_FAMILY=redhat [2020-12-29T19:45:28.842Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-138 [2020-12-29T19:45:28.842Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-29T19:45:28.842Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-29T19:45:28.842Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-29T19:45:28.842Z] + PACKAGES=/tmp/packages_start.txt [2020-12-29T19:45:28.842Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-138 ']' [2020-12-29T19:45:28.842Z] + PACKAGES=/tmp/packages_end.txt [2020-12-29T19:45:28.842Z] + case "${OS_FAMILY}" in [2020-12-29T19:45:28.842Z] + rpm -qa [2020-12-29T19:45:28.842Z] + sort [2020-12-29T19:45:34.233Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-29T19:45:34.233Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-29T19:45:34.233Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-29T19:45:34.233Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-138 ']' [2020-12-29T19:45:34.233Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-138/archives/ [2020-12-29T19:45:34.233Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-138/archives/ [Pipeline] echo [2020-12-29T19:45:34.265Z] 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-138/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-29T19:45:34.636Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:45:35.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T19:45:35.274Z] [2020-12-29T19:45:35.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-29T19:45:35.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T19:45:35.671Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-29T19:45:35.671Z] df20fa9351a1: Pulling fs layer [2020-12-29T19:45:35.671Z] 36b3adc4ff6f: Pulling fs layer [2020-12-29T19:45:35.671Z] 8ad3a11d3b57: Pulling fs layer [2020-12-29T19:45:35.671Z] 46f8f816bc3b: Pulling fs layer [2020-12-29T19:45:35.671Z] 93b61091891f: Pulling fs layer [2020-12-29T19:45:35.671Z] 93b9cdb0e59b: Pulling fs layer [2020-12-29T19:45:35.671Z] 5e14af77c1be: Pulling fs layer [2020-12-29T19:45:35.671Z] 01666e4c0597: Pulling fs layer [2020-12-29T19:45:35.671Z] aa168da1d23b: Pulling fs layer [2020-12-29T19:45:35.671Z] 93b9cdb0e59b: Waiting [2020-12-29T19:45:35.671Z] 5e14af77c1be: Waiting [2020-12-29T19:45:35.671Z] 01666e4c0597: Waiting [2020-12-29T19:45:35.671Z] aa168da1d23b: Waiting [2020-12-29T19:45:35.671Z] 46f8f816bc3b: Waiting [2020-12-29T19:45:35.671Z] 93b61091891f: Waiting [2020-12-29T19:45:35.671Z] 36b3adc4ff6f: Verifying Checksum [2020-12-29T19:45:35.671Z] 36b3adc4ff6f: Download complete [2020-12-29T19:45:35.671Z] 46f8f816bc3b: Verifying Checksum [2020-12-29T19:45:35.671Z] 46f8f816bc3b: Download complete [2020-12-29T19:45:35.963Z] df20fa9351a1: Verifying Checksum [2020-12-29T19:45:35.963Z] df20fa9351a1: Download complete [2020-12-29T19:45:35.963Z] 93b9cdb0e59b: Verifying Checksum [2020-12-29T19:45:35.963Z] 93b9cdb0e59b: Download complete [2020-12-29T19:45:35.963Z] 5e14af77c1be: Verifying Checksum [2020-12-29T19:45:35.963Z] 5e14af77c1be: Download complete [2020-12-29T19:45:35.963Z] 93b61091891f: Verifying Checksum [2020-12-29T19:45:35.963Z] 93b61091891f: Download complete [2020-12-29T19:45:35.963Z] 01666e4c0597: Verifying Checksum [2020-12-29T19:45:35.963Z] 01666e4c0597: Download complete [2020-12-29T19:45:36.592Z] 8ad3a11d3b57: Verifying Checksum [2020-12-29T19:45:36.592Z] 8ad3a11d3b57: Download complete [2020-12-29T19:45:36.592Z] df20fa9351a1: Pull complete [2020-12-29T19:45:37.206Z] 36b3adc4ff6f: Pull complete [2020-12-29T19:45:38.823Z] 8ad3a11d3b57: Pull complete [2020-12-29T19:45:39.127Z] 46f8f816bc3b: Pull complete [2020-12-29T19:45:40.124Z] 93b61091891f: Pull complete [2020-12-29T19:45:40.721Z] 93b9cdb0e59b: Pull complete [2020-12-29T19:45:41.336Z] 5e14af77c1be: Pull complete [2020-12-29T19:45:41.336Z] 01666e4c0597: Pull complete [2020-12-29T19:45:41.612Z] aa168da1d23b: Verifying Checksum [2020-12-29T19:45:41.612Z] aa168da1d23b: Download complete [2020-12-29T19:45:56.919Z] aa168da1d23b: Pull complete [2020-12-29T19:45:56.919Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-29T19:45:56.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T19:45:56.919Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-29T19:45:57.237Z] prd-centos7-docker-4c-2g-17641 does not seem to be running inside a container [2020-12-29T19:45:57.315Z] $ 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-138/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-138 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-138:/w/workspace/xfoundry_go-mod-bootstrap_PR-138:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-138@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-29T19:46:05.199Z] $ docker top 185a091923cdaa610f04d5de7b6ef412277da4972637748fcec5945ba73cadb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T19:46:05.923Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-29T19:46:06.340Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-29T19:46:07.142Z] + ls /var/log/sa-host [2020-12-29T19:46:07.142Z] + sadf -c /var/log/sa-host/sa23 [2020-12-29T19:46:07.142Z] file_magic: OK [2020-12-29T19:46:07.142Z] HZ: Using current value: 100 [2020-12-29T19:46:07.142Z] file_header: OK [2020-12-29T19:46:07.142Z] 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-12-29T19:46:07.142Z] Statistics: [2020-12-29T19:46:07.142Z] Hnuu...uuuununununu... [2020-12-29T19:46:07.142Z] File successfully converted to sysstat format version 12.2.1 [2020-12-29T19:46:07.142Z] + sadf -c /var/log/sa-host/sa29 [2020-12-29T19:46:07.142Z] file_magic: OK [2020-12-29T19:46:07.142Z] HZ: Using current value: 100 [2020-12-29T19:46:07.142Z] file_header: OK [2020-12-29T19:46:07.142Z] 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-12-29T19:46:07.142Z] Statistics: [2020-12-29T19:46:07.142Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-29T19:46:07.142Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T19:46:08.018Z] provisioning config files... [2020-12-29T19:46:08.047Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/config4902817920902010031tmp [Pipeline] { [Pipeline] echo [2020-12-29T19:46:08.137Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T19:46:08.486Z] ---> create-netrc.sh [Pipeline] } [2020-12-29T19:46:08.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-29T19:46:08.610Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T19:46:08.934Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-29T19:46:08.948Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T19:46:09.281Z] ---> sudo-logs.sh [2020-12-29T19:46:09.281Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-29T19:46:09.298Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T19:46:09.636Z] ---> job-cost.sh [2020-12-29T19:46:09.636Z] lf-activate-venv: SKIPPING [2020-12-29T19:46:09.636Z] INFO: No Stack... [2020-12-29T19:46:10.640Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-29T19:46:11.236Z] INFO: Archiving Costs [Pipeline] echo [2020-12-29T19:46:11.253Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T19:46:11.610Z] ---> logs-deploy.sh [2020-12-29T19:46:11.610Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-138/2 [2020-12-29T19:46:11.610Z] INFO: archiving workspace using pattern(s): [2020-12-29T19:46:15.059Z] Archives upload complete. [2020-12-29T19:46:15.060Z] INFO: archiving logs to Nexus