Pull request #221 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 83d2cf24bc5ad734ee51796c3cce5c8f7a288583+c8474c5291f77ead5221a5cac9d25e1334fb9abb (f3e615196d0265717362d4573a66317edbffb5b2) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2058 in /w/workspace/xfoundry_go-mod-bootstrap_PR-221 [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-221 # 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 > 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/221/head:refs/remotes/origin/PR-221 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c8474c5291f77ead5221a5cac9d25e1334fb9abb into PR head commit 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 Merge succeeded, producing 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 Checking out Revision 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 (PR-221) > git config core.sparsecheckout # timeout=10 > git checkout -f 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 # 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 c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-27T16:34:47.263Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-27T16:34:47.369Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-27T16:34:47.413Z] ========================================================= [2021-04-27T16:34:47.413Z] EdgeX Global Pipelines Version Info [2021-04-27T16:34:47.413Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4c9f2ccd4bc7d63c0e7ca89dde03d43b8f6b8c6c # timeout=10 [2021-04-27T16:34:49.037Z] ------------------- [2021-04-27T16:34:49.037Z] stable info: [2021-04-27T16:34:49.037Z] ------------------- [2021-04-27T16:34:49.037Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-27T16:34:49.037Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-27T16:34:49.038Z] Message: update stable to v1.0.186 [2021-04-27T16:34:49.985Z] ------------------- [2021-04-27T16:34:49.985Z] experimental info: [2021-04-27T16:34:49.985Z] ------------------- [2021-04-27T16:34:49.985Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-27T16:34:49.985Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-27T16:34:49.985Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-27T16:34:50.106Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-04-27T16:34:50.130Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-04-27T16:34:50.153Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-27T16:34:50.178Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-27T16:34:50.202Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-27T16:34:50.225Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-27T16:34:50.249Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-27T16:34:50.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-27T16:34:50.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-27T16:34:50.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-27T16:34:50.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-27T16:34:50.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-04-27T16:34:50.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-27T16:34:50.417Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-27T16:34:50.442Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T16:34:50.482Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T16:34:50.506Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T16:34:50.529Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T16:34:50.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-27T16:34:50.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-27T16:34:50.599Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-27T16:34:50.621Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-27T16:34:50.644Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-27T16:34:50.673Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-27T16:34:50.699Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-27T16:34:50.723Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-27T16:34:50.748Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-221 [Pipeline] echo [2021-04-27T16:34:50.772Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-221 [Pipeline] echo [2021-04-27T16:34:50.797Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-221 [Pipeline] echo [2021-04-27T16:34:50.820Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 [Pipeline] echo [2021-04-27T16:34:50.844Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 83d2cf2 [Pipeline] echo [2021-04-27T16:34:50.869Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T16:34:51.304Z] + git log --format=format:%s -1 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 [Pipeline] echo [2021-04-27T16:34:51.383Z] GIT_COMMIT: 83d2cf24bc5ad734ee51796c3cce5c8f7a288583, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-27T16:34:51.396Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:34:51.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:34:52.220Z] [2021-04-27T16:34:52.220Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:34:52.540Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:34:52.540Z] latest: Pulling from edgex-devops/git-semver [2021-04-27T16:34:52.540Z] 31603596830f: Pulling fs layer [2021-04-27T16:34:52.540Z] 2a8b12db71e7: Pulling fs layer [2021-04-27T16:34:52.540Z] 6ca5941a6612: Pulling fs layer [2021-04-27T16:34:52.540Z] ecc8261a40a4: Pulling fs layer [2021-04-27T16:34:52.540Z] ecc8261a40a4: Waiting [2021-04-27T16:34:52.540Z] 2a8b12db71e7: Verifying Checksum [2021-04-27T16:34:52.540Z] 2a8b12db71e7: Download complete [2021-04-27T16:34:52.803Z] 31603596830f: Download complete [2021-04-27T16:34:52.803Z] ecc8261a40a4: Verifying Checksum [2021-04-27T16:34:52.803Z] ecc8261a40a4: Download complete [2021-04-27T16:34:52.803Z] 6ca5941a6612: Verifying Checksum [2021-04-27T16:34:52.803Z] 6ca5941a6612: Download complete [2021-04-27T16:34:53.072Z] 31603596830f: Pull complete [2021-04-27T16:34:53.337Z] 2a8b12db71e7: Pull complete [2021-04-27T16:34:54.295Z] 6ca5941a6612: Pull complete [2021-04-27T16:34:54.295Z] ecc8261a40a4: Pull complete [2021-04-27T16:34:54.295Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-27T16:34:54.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:34:54.560Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-27T16:34:54.689Z] prd-centos7-docker-4c-2g-2058 does not seem to be running inside a container [2021-04-27T16:34:54.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-221 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-221:/w/workspace/xfoundry_go-mod-bootstrap_PR-221:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-221@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:10004/edgex-devops/git-semver:latest cat [2021-04-27T16:34:56.774Z] $ docker top b838f20c6ba964cecdacc1a8c46b28e09c8f72c6d62a8bd7e7aefc64c00ce6b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T16:34:56.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:34:56.937Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:34:57.156Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:34:57.160Z] $ docker exec b838f20c6ba964cecdacc1a8c46b28e09c8f72c6d62a8bd7e7aefc64c00ce6b8 ssh-agent [2021-04-27T16:34:57.337Z] SSH_AUTH_SOCK=/tmp/ssh-Ofz9ixnbltz1/agent.12 [2021-04-27T16:34:57.337Z] SSH_AGENT_PID=18 [2021-04-27T16:34:57.349Z] Running ssh-add (command line suppressed) [2021-04-27T16:34:57.472Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/private_key_2069610812222852699.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/private_key_2069610812222852699.key) [2021-04-27T16:34:57.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:34:57.839Z] + git tag --points-at HEAD [Pipeline] } [2021-04-27T16:34:57.860Z] $ docker exec --env ******** --env ******** b838f20c6ba964cecdacc1a8c46b28e09c8f72c6d62a8bd7e7aefc64c00ce6b8 ssh-agent -k [2021-04-27T16:34:57.979Z] unset SSH_AUTH_SOCK; [2021-04-27T16:34:57.979Z] unset SSH_AGENT_PID; [2021-04-27T16:34:57.979Z] echo Agent pid 18 killed; [2021-04-27T16:34:58.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-27T16:34:58.067Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:34:58.067Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:34:58.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:34:58.239Z] $ docker exec b838f20c6ba964cecdacc1a8c46b28e09c8f72c6d62a8bd7e7aefc64c00ce6b8 ssh-agent [2021-04-27T16:34:58.398Z] SSH_AUTH_SOCK=/tmp/ssh-yflRVlosFyXn/agent.47 [2021-04-27T16:34:58.398Z] SSH_AGENT_PID=53 [2021-04-27T16:34:58.405Z] Running ssh-add (command line suppressed) [2021-04-27T16:34:58.523Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/private_key_8620149973113294409.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/private_key_8620149973113294409.key) [2021-04-27T16:34:58.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:34:58.880Z] + git semver init [2021-04-27T16:34:58.880Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T16:34:58.880Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-221/.git [2021-04-27T16:34:58.880Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-221 [2021-04-27T16:34:58.880Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T16:34:58.880Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T16:34:58.880Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T16:34:58.880Z] # $SEMVER_BRANCH = PR-221 [2021-04-27T16:34:58.880Z] # $SEMVER_TEMP = /tmp/semver-567849261 [2021-04-27T16:34:58.880Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-04-27T16:34:59.454Z] # '/tmp/semver-567849261' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-221/.semver' [2021-04-27T16:34:59.454Z] # -> Force: false [2021-04-27T16:34:59.454Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-221/.semver [Pipeline] } [2021-04-27T16:34:59.466Z] $ docker exec --env ******** --env ******** b838f20c6ba964cecdacc1a8c46b28e09c8f72c6d62a8bd7e7aefc64c00ce6b8 ssh-agent -k [2021-04-27T16:34:59.583Z] unset SSH_AUTH_SOCK; [2021-04-27T16:34:59.584Z] unset SSH_AGENT_PID; [2021-04-27T16:34:59.584Z] echo Agent pid 53 killed; [2021-04-27T16:34:59.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T16:34:59.977Z] + git semver [Pipeline] } [2021-04-27T16:34:59.994Z] $ docker stop --time=1 b838f20c6ba964cecdacc1a8c46b28e09c8f72c6d62a8bd7e7aefc64c00ce6b8 [2021-04-27T16:35:02.371Z] $ docker rm -f b838f20c6ba964cecdacc1a8c46b28e09c8f72c6d62a8bd7e7aefc64c00ce6b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T16:35:02.798Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-27T16:35:03.107Z] Stashed 1 file(s) [Pipeline] echo [2021-04-27T16:35:03.111Z] [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 [2021-04-27T16:35:18.314Z] Still waiting to schedule task [2021-04-27T16:35:18.315Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-27T16:35:18.317Z] Still waiting to schedule task [2021-04-27T16:35:18.317Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-27T16:38:16.444Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2061 in /w/workspace/xfoundry_go-mod-bootstrap_PR-221 [Pipeline] { [Pipeline] ws [2021-04-27T16:38:16.464Z] Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout [2021-04-27T16:38:21.781Z] using credential edgex-jenkins-ssh [2021-04-27T16:38:21.847Z] Cloning the remote Git repository [2021-04-27T16:38:21.907Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:38:22.362Z] > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 [2021-04-27T16:38:22.548Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:38:22.548Z] > git --version # timeout=10 [2021-04-27T16:38:22.602Z] > git --version # 'git version 2.17.1' [2021-04-27T16:38:22.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:38:22.678Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:38:23.552Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-27T16:38:23.576Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:38:23.608Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-27T16:38:23.652Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:38:23.652Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:38:23.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/221/head:refs/remotes/origin/PR-221 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T16:38:24.177Z] Merging remotes/origin/master commit c8474c5291f77ead5221a5cac9d25e1334fb9abb into PR head commit 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 [2021-04-27T16:38:24.404Z] Merge succeeded, producing 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 [2021-04-27T16:38:24.404Z] Checking out Revision 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 (PR-221) [2021-04-27T16:38:24.198Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T16:38:24.227Z] > git checkout -f 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 # timeout=10 [2021-04-27T16:38:24.320Z] > git remote # timeout=10 [2021-04-27T16:38:24.336Z] > git config --get remote.origin.url # timeout=10 [2021-04-27T16:38:24.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:38:24.367Z] > git merge c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 [2021-04-27T16:38:24.389Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-27T16:38:24.412Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T16:38:24.423Z] > git checkout -f 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 # timeout=10 [2021-04-27T16:38:28.626Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T16:38:29.964Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:38:30.363Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:38:30.708Z] + true [2021-04-27T16:38:30.708Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-04-27T16:38:33.603Z] ========================================================= [2021-04-27T16:38:33.603Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-27T16:38:33.603Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:38:33.955Z] + 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 . [2021-04-27T16:38:34.943Z] Sending build context to Docker daemon 855kB [2021-04-27T16:38:34.943Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-04-27T16:38:34.943Z] Step 2/8 : FROM ${BASE} [2021-04-27T16:38:35.219Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-27T16:38:35.219Z] 5f621e34cdf4: Pulling fs layer [2021-04-27T16:38:35.219Z] a4357932f1b6: Pulling fs layer [2021-04-27T16:38:35.219Z] 18c013af1878: Pulling fs layer [2021-04-27T16:38:35.219Z] 00ac8860ef70: Pulling fs layer [2021-04-27T16:38:35.219Z] 63d7cb157983: Pulling fs layer [2021-04-27T16:38:35.219Z] b116817d02f9: Pulling fs layer [2021-04-27T16:38:35.219Z] 745a02a5169b: Pulling fs layer [2021-04-27T16:38:35.219Z] 00ac8860ef70: Waiting [2021-04-27T16:38:35.219Z] 63d7cb157983: Waiting [2021-04-27T16:38:35.219Z] 745a02a5169b: Waiting [2021-04-27T16:38:35.219Z] b116817d02f9: Waiting [2021-04-27T16:38:35.219Z] 18c013af1878: Download complete [2021-04-27T16:38:35.219Z] a4357932f1b6: Verifying Checksum [2021-04-27T16:38:35.219Z] a4357932f1b6: Download complete [2021-04-27T16:38:35.219Z] 63d7cb157983: Verifying Checksum [2021-04-27T16:38:35.219Z] 63d7cb157983: Download complete [2021-04-27T16:38:35.219Z] b116817d02f9: Download complete [2021-04-27T16:38:35.219Z] 5f621e34cdf4: Verifying Checksum [2021-04-27T16:38:35.219Z] 5f621e34cdf4: Download complete [2021-04-27T16:38:36.216Z] 5f621e34cdf4: Pull complete [2021-04-27T16:38:36.820Z] a4357932f1b6: Pull complete [2021-04-27T16:38:37.106Z] 18c013af1878: Pull complete [2021-04-27T16:38:37.383Z] 745a02a5169b: Verifying Checksum [2021-04-27T16:38:37.383Z] 745a02a5169b: Download complete [2021-04-27T16:38:38.824Z] 00ac8860ef70: Verifying Checksum [2021-04-27T16:38:38.824Z] 00ac8860ef70: Download complete [2021-04-27T16:38:48.996Z] 00ac8860ef70: Pull complete [2021-04-27T16:38:49.278Z] 63d7cb157983: Pull complete [2021-04-27T16:38:49.879Z] b116817d02f9: Pull complete [2021-04-27T16:38:53.284Z] 745a02a5169b: Pull complete [2021-04-27T16:38:53.558Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-27T16:38:53.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-27T16:38:53.558Z] ---> b7e6874047d6 [2021-04-27T16:38:53.558Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-27T16:38:57.031Z] ---> Running in cbeddbb6dd0e [2021-04-27T16:38:57.031Z] Removing intermediate container cbeddbb6dd0e [2021-04-27T16:38:57.031Z] ---> 539d47774df6 [2021-04-27T16:38:57.031Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T16:38:57.031Z] ---> Running in 3f9d06a47f1f [2021-04-27T16:38:59.721Z] Removing intermediate container 3f9d06a47f1f [2021-04-27T16:38:59.721Z] ---> 8bcac2e1e55b [2021-04-27T16:38:59.721Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-04-27T16:38:59.721Z] ---> Running in 5291889ddbbd [2021-04-27T16:39:00.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T16:39:01.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T16:39:02.302Z] OK: 142 MiB in 39 packages [2021-04-27T16:39:03.750Z] Removing intermediate container 5291889ddbbd [2021-04-27T16:39:03.750Z] ---> 229e95e9fb9f [2021-04-27T16:39:03.750Z] Step 6/8 : WORKDIR /build [2021-04-27T16:39:03.750Z] ---> Running in e19476449761 [2021-04-27T16:39:04.024Z] Removing intermediate container e19476449761 [2021-04-27T16:39:04.024Z] ---> b34e0fb841d5 [2021-04-27T16:39:04.024Z] Step 7/8 : COPY go.mod . [2021-04-27T16:39:05.004Z] ---> fba61a8b5db0 [2021-04-27T16:39:05.004Z] Step 8/8 : RUN go mod download [2021-04-27T16:39:05.004Z] ---> Running in 160ac1be1372 [2021-04-27T16:39:27.225Z] Removing intermediate container 160ac1be1372 [2021-04-27T16:39:27.225Z] ---> 7743dbaee019 [2021-04-27T16:39:27.225Z] Successfully built 7743dbaee019 [2021-04-27T16:39:27.225Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:39:27.569Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T16:39:27.569Z] . [Pipeline] withDockerContainer [2021-04-27T16:39:27.842Z] prd-ubuntu18.04-docker-arm64-4c-16g-2061 does not seem to be running inside a container [2021-04-27T16:39:27.933Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-04-27T16:39:29.459Z] $ docker top c5347fec00337f7efc0410edb948fb4a478a7977b750e2699fbccc8f46617b05 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:39:30.432Z] + go version [2021-04-27T16:39:30.432Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-27T16:39:30.456Z] $ docker stop --time=1 c5347fec00337f7efc0410edb948fb4a478a7977b750e2699fbccc8f46617b05 [2021-04-27T16:39:32.380Z] $ docker rm -f c5347fec00337f7efc0410edb948fb4a478a7977b750e2699fbccc8f46617b05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:39:33.088Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T16:39:33.089Z] . [Pipeline] withDockerContainer [2021-04-27T16:39:33.349Z] prd-ubuntu18.04-docker-arm64-4c-16g-2061 does not seem to be running inside a container [2021-04-27T16:39:33.430Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-04-27T16:39:34.901Z] $ docker top c0888942802d64b8c720c004824f7fda5f0019a115574c10ac97bbabac229ad4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:39:35.826Z] + make test [2021-04-27T16:39:35.826Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-27T16:39:43.265Z] Running on prd-centos7-docker-4c-2g-2062 in /w/workspace/xfoundry_go-mod-bootstrap_PR-221 [Pipeline] { [Pipeline] ws [2021-04-27T16:39:43.283Z] Running in /w/workspace/go-mod-bootstrap/3 [Pipeline] { [Pipeline] checkout [2021-04-27T16:39:50.049Z] using credential edgex-jenkins-ssh [2021-04-27T16:39:50.066Z] Cloning the remote Git repository [2021-04-27T16:39:50.093Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:39:50.168Z] > git init /w/workspace/go-mod-bootstrap/3 # timeout=10 [2021-04-27T16:39:50.305Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:39:50.306Z] > git --version # timeout=10 [2021-04-27T16:39:50.314Z] > git --version # 'git version 2.24.3' [2021-04-27T16:39:50.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:39:50.394Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:39:51.151Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-27T16:39:51.221Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:39:51.365Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-27T16:39:51.470Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:39:51.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:39:51.487Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/221/head:refs/remotes/origin/PR-221 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T16:39:52.054Z] Merging remotes/origin/master commit c8474c5291f77ead5221a5cac9d25e1334fb9abb into PR head commit 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 [2021-04-27T16:39:52.344Z] Merge succeeded, producing 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 [2021-04-27T16:39:52.344Z] Checking out Revision 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 (PR-221) [2021-04-27T16:39:52.072Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T16:39:52.146Z] > git checkout -f 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 # timeout=10 [2021-04-27T16:39:52.280Z] > git remote # timeout=10 [2021-04-27T16:39:52.292Z] > git config --get remote.origin.url # timeout=10 [2021-04-27T16:39:52.299Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:39:52.305Z] > git merge c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 [2021-04-27T16:39:52.333Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-27T16:39:52.349Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T16:39:52.357Z] > git checkout -f 83d2cf24bc5ad734ee51796c3cce5c8f7a288583 # timeout=10 [2021-04-27T16:39:56.179Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T16:39:57.596Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:39:58.083Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:39:58.565Z] + true [2021-04-27T16:39:58.565Z] + sudo service docker restart [2021-04-27T16:39:58.565Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-27T16:40:00.871Z] ========================================================= [2021-04-27T16:40:00.871Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-27T16:40:00.871Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:40:01.193Z] + 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 . [2021-04-27T16:40:02.171Z] Sending build context to Docker daemon 856.1kB [2021-04-27T16:40:02.171Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-04-27T16:40:02.171Z] Step 2/8 : FROM ${BASE} [2021-04-27T16:40:02.171Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-27T16:40:02.171Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T16:40:02.171Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T16:40:02.171Z] de9db76c5a1d: Pulling fs layer [2021-04-27T16:40:02.171Z] bca2f99d35d6: Pulling fs layer [2021-04-27T16:40:02.171Z] 93359f2a8cfa: Pulling fs layer [2021-04-27T16:40:02.171Z] 7c6f9722023f: Pulling fs layer [2021-04-27T16:40:02.171Z] a35cf1a2eb13: Pulling fs layer [2021-04-27T16:40:02.171Z] 93359f2a8cfa: Waiting [2021-04-27T16:40:02.171Z] bca2f99d35d6: Waiting [2021-04-27T16:40:02.171Z] 7c6f9722023f: Waiting [2021-04-27T16:40:02.171Z] a35cf1a2eb13: Waiting [2021-04-27T16:40:02.171Z] de9db76c5a1d: Verifying Checksum [2021-04-27T16:40:02.171Z] de9db76c5a1d: Download complete [2021-04-27T16:40:02.171Z] 0ef7d3d256c8: Verifying Checksum [2021-04-27T16:40:02.171Z] 0ef7d3d256c8: Download complete [2021-04-27T16:40:02.171Z] 93359f2a8cfa: Verifying Checksum [2021-04-27T16:40:02.171Z] 93359f2a8cfa: Download complete [2021-04-27T16:40:02.171Z] 7c6f9722023f: Verifying Checksum [2021-04-27T16:40:02.171Z] 7c6f9722023f: Download complete [2021-04-27T16:40:02.171Z] 188c0c94c7c5: Download complete [2021-04-27T16:40:03.248Z] 188c0c94c7c5: Pull complete [2021-04-27T16:40:03.540Z] 0ef7d3d256c8: Pull complete [2021-04-27T16:40:03.820Z] de9db76c5a1d: Pull complete [2021-04-27T16:40:05.280Z] a35cf1a2eb13: Verifying Checksum [2021-04-27T16:40:05.280Z] a35cf1a2eb13: Download complete [2021-04-27T16:40:06.696Z] bca2f99d35d6: Verifying Checksum [2021-04-27T16:40:06.696Z] bca2f99d35d6: Download complete [2021-04-27T16:40:08.221Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-04-27T16:40:08.821Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.030s coverage: 5.4% of statements [2021-04-27T16:40:08.821Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-04-27T16:40:09.424Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.066s coverage: 92.2% of statements [2021-04-27T16:40:09.425Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.011s coverage: 85.3% of statements [2021-04-27T16:40:09.425Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-04-27T16:40:09.425Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-04-27T16:40:09.425Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-04-27T16:40:12.062Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.047s coverage: 26.7% of statements [2021-04-27T16:40:16.351Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.041s coverage: 90.7% of statements [2021-04-27T16:40:16.351Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-04-27T16:40:16.351Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-04-27T16:40:16.351Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.011s coverage: 91.3% of statements [2021-04-27T16:40:16.351Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-04-27T16:40:16.351Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-27T16:40:22.020Z] bca2f99d35d6: Pull complete [2021-04-27T16:40:22.020Z] 93359f2a8cfa: Pull complete [2021-04-27T16:40:22.020Z] 7c6f9722023f: Pull complete [2021-04-27T16:40:23.081Z] gofmt -l . [2021-04-27T16:40:23.081Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-27T16:40:23.104Z] $ docker stop --time=1 c0888942802d64b8c720c004824f7fda5f0019a115574c10ac97bbabac229ad4 [2021-04-27T16:40:25.368Z] $ docker rm -f c0888942802d64b8c720c004824f7fda5f0019a115574c10ac97bbabac229ad4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T16:40:26.191Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T16:40:27.357Z] Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:40:27.986Z] ---> job-cost.sh [2021-04-27T16:40:27.986Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Zi85 [2021-04-27T16:40:28.882Z] a35cf1a2eb13: Pull complete [2021-04-27T16:40:28.882Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-27T16:40:28.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-27T16:40:28.882Z] ---> a62c8e92a672 [2021-04-27T16:40:28.882Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-27T16:40:28.882Z] ---> Running in ce22ca5bd102 [2021-04-27T16:40:29.155Z] Removing intermediate container ce22ca5bd102 [2021-04-27T16:40:29.155Z] ---> ec139a35f2b8 [2021-04-27T16:40:29.155Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T16:40:29.155Z] ---> Running in 64f4332d6a47 [2021-04-27T16:40:31.918Z] Removing intermediate container 64f4332d6a47 [2021-04-27T16:40:31.918Z] ---> 5c5af35e4057 [2021-04-27T16:40:31.918Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-04-27T16:40:31.918Z] ---> Running in 4dda8f194d87 [2021-04-27T16:40:33.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T16:40:34.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T16:40:34.808Z] OK: 166 MiB in 39 packages [2021-04-27T16:40:35.797Z] Removing intermediate container 4dda8f194d87 [2021-04-27T16:40:35.797Z] ---> 1dae2fcd9299 [2021-04-27T16:40:35.797Z] Step 6/8 : WORKDIR /build [2021-04-27T16:40:35.797Z] ---> Running in 281878db4ef0 [2021-04-27T16:40:36.072Z] Removing intermediate container 281878db4ef0 [2021-04-27T16:40:36.072Z] ---> 488c092842a3 [2021-04-27T16:40:36.072Z] Step 7/8 : COPY go.mod . [2021-04-27T16:40:36.358Z] ---> 4ddc5f078858 [2021-04-27T16:40:36.358Z] Step 8/8 : RUN go mod download [2021-04-27T16:40:36.358Z] ---> Running in 39f9bf4e73b6 [2021-04-27T16:41:06.984Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T16:41:15.533Z] Removing intermediate container 39f9bf4e73b6 [2021-04-27T16:41:15.534Z] ---> 74bc792432d8 [2021-04-27T16:41:15.534Z] Successfully built 74bc792432d8 [2021-04-27T16:41:15.534Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:41:15.896Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T16:41:16.652Z] . [Pipeline] withDockerContainer [2021-04-27T16:41:16.879Z] prd-centos7-docker-4c-2g-2062 does not seem to be running inside a container [2021-04-27T16:41:17.060Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-27T16:41:18.378Z] $ docker top 390c14b9d6fc7cc451b18e4545109299bee47b7fbf6793acbd886bc8eb632018 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:41:18.989Z] + go version [2021-04-27T16:41:18.989Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-27T16:41:19.032Z] $ docker stop --time=1 390c14b9d6fc7cc451b18e4545109299bee47b7fbf6793acbd886bc8eb632018 [2021-04-27T16:41:21.152Z] $ docker rm -f 390c14b9d6fc7cc451b18e4545109299bee47b7fbf6793acbd886bc8eb632018 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:41:22.146Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T16:41:22.146Z] . [Pipeline] withDockerContainer [2021-04-27T16:41:22.383Z] prd-centos7-docker-4c-2g-2062 does not seem to be running inside a container [2021-04-27T16:41:22.513Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-27T16:41:23.996Z] $ docker top bad2476ec93933ad9b61e7bdf6ab7b52cf065c8cf4dc81367f4b71994f4f0b89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:41:24.564Z] + make test [2021-04-27T16:41:24.564Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-27T16:41:57.866Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-04-27T16:41:57.866Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.029s coverage: 5.4% of statements [2021-04-27T16:41:57.866Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-04-27T16:41:57.866Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.016s coverage: 92.2% of statements [2021-04-27T16:41:57.866Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.064s coverage: 85.3% of statements [2021-04-27T16:41:57.866Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-04-27T16:41:57.866Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-04-27T16:41:59.100Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-04-27T16:42:00.205Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.076s coverage: 26.7% of statements [2021-04-27T16:42:06.525Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.080s coverage: 90.7% of statements [2021-04-27T16:42:06.525Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-04-27T16:42:06.525Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-04-27T16:42:06.525Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.192s coverage: 91.3% of statements [2021-04-27T16:42:06.525Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-04-27T16:42:06.525Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-27T16:42:13.016Z] gofmt -l . [2021-04-27T16:42:13.016Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-27T16:42:13.066Z] $ docker stop --time=1 bad2476ec93933ad9b61e7bdf6ab7b52cf065c8cf4dc81367f4b71994f4f0b89 [2021-04-27T16:42:15.418Z] $ docker rm -f bad2476ec93933ad9b61e7bdf6ab7b52cf065c8cf4dc81367f4b71994f4f0b89 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T16:42:16.926Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T16:42:16.947Z] Warning: overwriting stash ‘coverage-report’ [2021-04-27T16:42:17.505Z] Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:18.228Z] ---> job-cost.sh [2021-04-27T16:42:18.228Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-H2Jv [2021-04-27T16:42:29.604Z] lf-activate-venv(): INFO: Adding /tmp/venv-Zi85/bin to PATH [2021-04-27T16:42:29.604Z] INFO: No Stack... [2021-04-27T16:42:29.604Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-27T16:42:29.604Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T16:42:29.976Z] + cat /w/workspace/go-mod-bootstrap/3/archives/cost.csv [2021-04-27T16:42:29.976Z] + cut -d, -f6 [Pipeline] lock [2021-04-27T16:42:30.089Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-3-stack-cost] [2021-04-27T16:42:30.100Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-3-stack-cost] did not exist. Created. [2021-04-27T16:42:30.100Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T16:42:30.453Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-27T16:42:30.632Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T16:42:30.646Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T16:42:50.703Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T16:43:29.759Z] lf-activate-venv(): INFO: Adding /tmp/venv-H2Jv/bin to PATH [2021-04-27T16:43:29.759Z] INFO: No Stack... [2021-04-27T16:43:29.759Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T16:43:29.759Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T16:43:30.137Z] + cat /w/workspace/go-mod-bootstrap/3/archives/cost.csv [2021-04-27T16:43:30.137Z] + cut -d, -f6 [Pipeline] lock [2021-04-27T16:43:30.276Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-3-stack-cost] [2021-04-27T16:43:30.296Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-3-stack-cost] did not exist. Created. [2021-04-27T16:43:30.296Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T16:43:30.714Z] /w/workspace/go-mod-bootstrap/3@tmp/durable-1cb988fe/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-27T16:43:31.119Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-27T16:43:31.242Z] Warning: overwriting stash ‘stack-cost’ [2021-04-27T16:43:31.779Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T16:43:31.797Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-221-3-stack-cost] [Pipeline] // lock [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 [2021-04-27T16:43:32.207Z] provisioning config files... [2021-04-27T16:43:32.227Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/config4538111027131812094tmp [Pipeline] { [Pipeline] sh [2021-04-27T16:43:32.572Z] + set +x [2021-04-27T16:43:32.572Z] + curl -s https://codecov.io/bash [2021-04-27T16:43:32.572Z] + bash -s -- [2021-04-27T16:43:32.838Z] [2021-04-27T16:43:32.838Z] _____ _ [2021-04-27T16:43:32.838Z] / ____| | | [2021-04-27T16:43:32.838Z] | | ___ __| | ___ ___ _____ __ [2021-04-27T16:43:32.838Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-27T16:43:32.838Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-27T16:43:32.838Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-27T16:43:32.838Z] Bash-1.0.2 [2021-04-27T16:43:32.838Z] [2021-04-27T16:43:32.838Z] [2021-04-27T16:43:32.838Z] ==> git version 2.24.3 found [2021-04-27T16:43:32.838Z] ==> 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 [2021-04-27T16:43:32.838Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-27T16:43:32.838Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-27T16:43:32.838Z] ==> Jenkins CI detected. [2021-04-27T16:43:32.838Z] project root: . [2021-04-27T16:43:32.838Z] --> token set from env [2021-04-27T16:43:32.838Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-27T16:43:32.838Z] ==> Running gcov in . (disable via -X gcov) [2021-04-27T16:43:32.838Z] ==> Python coveragepy not found [2021-04-27T16:43:32.838Z] ==> Searching for coverage reports in: [2021-04-27T16:43:32.838Z] + . [2021-04-27T16:43:32.838Z] -> Found 1 reports [2021-04-27T16:43:32.838Z] ==> Detecting git/mercurial file structure [2021-04-27T16:43:32.838Z] ==> Reading reports [2021-04-27T16:43:32.838Z] + ./coverage.out bytes=28856 [2021-04-27T16:43:32.838Z] ==> Appending adjustments [2021-04-27T16:43:32.838Z] https://docs.codecov.io/docs/fixing-reports [2021-04-27T16:43:33.103Z] + Found adjustments [2021-04-27T16:43:33.103Z] ==> Gzipping contents [2021-04-27T16:43:33.103Z] 8.0K /tmp/codecov.BqW1AY.gz [2021-04-27T16:43:33.103Z] ==> Uploading reports [2021-04-27T16:43:33.103Z] url: https://codecov.io [2021-04-27T16:43:33.103Z] query: branch=PR-221&commit=83d2cf24bc5ad734ee51796c3cce5c8f7a288583&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-221%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=221&job=&cmd_args= [2021-04-27T16:43:33.103Z] -> Pinging Codecov [2021-04-27T16:43:33.103Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-221&commit=83d2cf24bc5ad734ee51796c3cce5c8f7a288583&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-221%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=221&job=&cmd_args= [2021-04-27T16:43:33.681Z] -> Uploading to [2021-04-27T16:43:33.681Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-27/833815588EE85121546D348822E98E2E/83d2cf24bc5ad734ee51796c3cce5c8f7a288583/7eefebe1-3a4b-4741-8270-4b34432e98e2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T164333Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=545dbf3d42714bc2e45f1686ecf9567d39830e168fcddef92a1022b560a88c5e [2021-04-27T16:43:33.945Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T16:43:33.945Z] Dload Upload Total Spent Left Speed [2021-04-27T16:43:34.208Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 5497 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5497 0 0 100 5497 0 12908 --:--:-- --:--:-- --:--:-- 12903 [2021-04-27T16:43:34.208Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/83d2cf24bc5ad734ee51796c3cce5c8f7a288583 [Pipeline] } [2021-04-27T16:43:34.245Z] 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] { (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 [2021-04-27T16:43:35.235Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:43:35.811Z] ---> package-listing.sh [2021-04-27T16:43:35.811Z] ++ facter osfamily [2021-04-27T16:43:35.811Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-27T16:43:35.811Z] + OS_FAMILY=redhat [2021-04-27T16:43:35.811Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-221 [2021-04-27T16:43:35.811Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-27T16:43:35.811Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-27T16:43:35.811Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-27T16:43:35.811Z] + PACKAGES=/tmp/packages_start.txt [2021-04-27T16:43:35.811Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-221 ']' [2021-04-27T16:43:35.811Z] + PACKAGES=/tmp/packages_end.txt [2021-04-27T16:43:35.811Z] + case "${OS_FAMILY}" in [2021-04-27T16:43:35.811Z] + rpm -qa [2021-04-27T16:43:35.811Z] + sort [2021-04-27T16:43:41.151Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-27T16:43:41.151Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-27T16:43:41.151Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-27T16:43:41.151Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-221 ']' [2021-04-27T16:43:41.151Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-221/archives/ [2021-04-27T16:43:41.151Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-221/archives/ [Pipeline] echo [2021-04-27T16:43:41.168Z] 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-221/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-27T16:43:41.471Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:43:41.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:43:41.781Z] [2021-04-27T16:43:41.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:43:42.104Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:43:42.104Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-27T16:43:42.104Z] df20fa9351a1: Pulling fs layer [2021-04-27T16:43:42.104Z] 36b3adc4ff6f: Pulling fs layer [2021-04-27T16:43:42.104Z] 8ad3a11d3b57: Pulling fs layer [2021-04-27T16:43:42.104Z] 46f8f816bc3b: Pulling fs layer [2021-04-27T16:43:42.104Z] 93b61091891f: Pulling fs layer [2021-04-27T16:43:42.104Z] 93b9cdb0e59b: Pulling fs layer [2021-04-27T16:43:42.104Z] 5e14af77c1be: Pulling fs layer [2021-04-27T16:43:42.104Z] 01666e4c0597: Pulling fs layer [2021-04-27T16:43:42.104Z] aa168da1d23b: Pulling fs layer [2021-04-27T16:43:42.104Z] 93b9cdb0e59b: Waiting [2021-04-27T16:43:42.104Z] 5e14af77c1be: Waiting [2021-04-27T16:43:42.104Z] 01666e4c0597: Waiting [2021-04-27T16:43:42.104Z] aa168da1d23b: Waiting [2021-04-27T16:43:42.104Z] 93b61091891f: Waiting [2021-04-27T16:43:42.104Z] 46f8f816bc3b: Waiting [2021-04-27T16:43:42.104Z] 36b3adc4ff6f: Download complete [2021-04-27T16:43:42.104Z] 46f8f816bc3b: Verifying Checksum [2021-04-27T16:43:42.104Z] 46f8f816bc3b: Download complete [2021-04-27T16:43:42.374Z] df20fa9351a1: Verifying Checksum [2021-04-27T16:43:42.374Z] df20fa9351a1: Download complete [2021-04-27T16:43:42.374Z] 93b9cdb0e59b: Verifying Checksum [2021-04-27T16:43:42.374Z] 93b9cdb0e59b: Download complete [2021-04-27T16:43:42.374Z] 5e14af77c1be: Download complete [2021-04-27T16:43:42.374Z] 93b61091891f: Verifying Checksum [2021-04-27T16:43:42.374Z] 93b61091891f: Download complete [2021-04-27T16:43:42.374Z] 01666e4c0597: Verifying Checksum [2021-04-27T16:43:42.374Z] 01666e4c0597: Download complete [2021-04-27T16:43:42.374Z] 8ad3a11d3b57: Verifying Checksum [2021-04-27T16:43:42.374Z] 8ad3a11d3b57: Download complete [2021-04-27T16:43:42.671Z] df20fa9351a1: Pull complete [2021-04-27T16:43:42.939Z] 36b3adc4ff6f: Pull complete [2021-04-27T16:43:44.890Z] aa168da1d23b: Verifying Checksum [2021-04-27T16:43:44.890Z] aa168da1d23b: Download complete [2021-04-27T16:43:44.890Z] 8ad3a11d3b57: Pull complete [2021-04-27T16:43:45.157Z] 46f8f816bc3b: Pull complete [2021-04-27T16:43:45.422Z] 93b61091891f: Pull complete [2021-04-27T16:43:45.422Z] 93b9cdb0e59b: Pull complete [2021-04-27T16:43:45.691Z] 5e14af77c1be: Pull complete [2021-04-27T16:43:45.691Z] 01666e4c0597: Pull complete [2021-04-27T16:43:53.900Z] aa168da1d23b: Pull complete [2021-04-27T16:43:53.900Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-27T16:43:53.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:43:53.900Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-27T16:43:54.145Z] prd-centos7-docker-4c-2g-2058 does not seem to be running inside a container [2021-04-27T16:43:54.204Z] $ 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-221/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-221 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-221:/w/workspace/xfoundry_go-mod-bootstrap_PR-221:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-221@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-27T16:43:57.468Z] $ docker top ed23cfd716584438b4973cd6a357a9a2bbcdd16f90deaab84ebe59e74d68a306 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:43:57.956Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-27T16:43:58.261Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-27T16:43:58.565Z] + ls /var/log/sa-host [2021-04-27T16:43:58.565Z] + sadf -c /var/log/sa-host/sa23 [2021-04-27T16:43:58.565Z] file_magic: OK [2021-04-27T16:43:58.565Z] HZ: Using current value: 100 [2021-04-27T16:43:58.565Z] file_header: OK [2021-04-27T16:43:58.565Z] 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 [2021-04-27T16:43:58.565Z] Statistics: [2021-04-27T16:43:58.565Z] Hnuu...uuuununununu... [2021-04-27T16:43:58.565Z] File successfully converted to sysstat format version 12.2.1 [2021-04-27T16:43:58.565Z] + sadf -c /var/log/sa-host/sa27 [2021-04-27T16:43:58.565Z] file_magic: OK [2021-04-27T16:43:58.565Z] HZ: Using current value: 100 [2021-04-27T16:43:58.565Z] file_header: OK [2021-04-27T16:43:58.565Z] 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 [2021-04-27T16:43:58.565Z] Statistics: [2021-04-27T16:43:58.565Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-27T16:43:58.565Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T16:43:58.730Z] provisioning config files... [2021-04-27T16:43:58.745Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-221@tmp/config3157994810463702603tmp [Pipeline] { [Pipeline] echo [2021-04-27T16:43:58.768Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:43:59.068Z] ---> create-netrc.sh [Pipeline] } [2021-04-27T16:43:59.078Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-27T16:43:59.108Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:43:59.414Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-27T16:43:59.425Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:43:59.724Z] ---> sudo-logs.sh [2021-04-27T16:43:59.724Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-27T16:43:59.754Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:44:00.055Z] ---> job-cost.sh [2021-04-27T16:44:00.055Z] lf-activate-venv: SKIPPING [2021-04-27T16:44:00.055Z] DEBUG: total: 0.029999999329447746 [2021-04-27T16:44:00.055Z] INFO: Retrieving Stack Cost... [2021-04-27T16:44:01.004Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T16:44:01.579Z] INFO: Archiving Costs [Pipeline] echo [2021-04-27T16:44:01.594Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:44:01.903Z] ---> logs-deploy.sh [2021-04-27T16:44:01.903Z] lf-activate-venv: SKIPPING [2021-04-27T16:44:01.903Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-221/3 [2021-04-27T16:44:01.903Z] INFO: archiving workspace using pattern(s): [2021-04-27T16:44:03.837Z] Archives upload complete. [2021-04-27T16:44:04.104Z] INFO: archiving logs to Nexus