Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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-3287 in /w/workspace/xfoundry_go-mod-bootstrap_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 Commit message: "build: upgrade Go lang to 1.16 (#226)" > git rev-list --no-walk 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T20:27:44.511Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T20:27:44.610Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T20:27:44.639Z] ========================================================= [2021-05-06T20:27:44.639Z] EdgeX Global Pipelines Version Info [2021-05-06T20:27:44.639Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:27:46.078Z] ------------------- [2021-05-06T20:27:46.078Z] stable info: [2021-05-06T20:27:46.078Z] ------------------- [2021-05-06T20:27:46.078Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T20:27:46.078Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T20:27:46.078Z] Message: update stable to v1.0.191 [2021-05-06T20:27:47.022Z] ------------------- [2021-05-06T20:27:47.022Z] experimental info: [2021-05-06T20:27:47.022Z] ------------------- [2021-05-06T20:27:47.022Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T20:27:47.022Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T20:27:47.022Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T20:27:47.171Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-05-06T20:27:47.196Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-05-06T20:27:47.219Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T20:27:47.250Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T20:27:47.276Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T20:27:47.300Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T20:27:47.325Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T20:27:47.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T20:27:47.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-06T20:27:47.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T20:27:47.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T20:27:47.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-05-06T20:27:47.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T20:27:47.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T20:27:47.515Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T20:27:47.539Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T20:27:47.563Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T20:27:47.587Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T20:27:47.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T20:27:47.634Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-06T20:27:47.665Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-06T20:27:47.689Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-06T20:27:47.717Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-06T20:27:47.740Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-06T20:27:47.765Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-06T20:27:47.789Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T20:27:47.812Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-06T20:27:47.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-06T20:27:47.861Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-06T20:27:47.885Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 [Pipeline] echo [2021-05-06T20:27:47.944Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c1a046 [Pipeline] echo [2021-05-06T20:27:47.970Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T20:27:48.382Z] + git log --format=format:%s -1 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 [Pipeline] echo [2021-05-06T20:27:48.454Z] GIT_COMMIT: 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5, Commit Message: build: upgrade Go lang to 1.16 (#226) [Pipeline] echo [2021-05-06T20:27:48.467Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:27:49.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:27:49.432Z] [2021-05-06T20:27:49.432Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:27:49.754Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:27:49.754Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T20:27:49.754Z] 31603596830f: Pulling fs layer [2021-05-06T20:27:49.754Z] 54011a49482f: Pulling fs layer [2021-05-06T20:27:49.754Z] a6820b24f6d8: Pulling fs layer [2021-05-06T20:27:49.754Z] f581987b2513: Pulling fs layer [2021-05-06T20:27:49.754Z] f581987b2513: Waiting [2021-05-06T20:27:49.754Z] 54011a49482f: Verifying Checksum [2021-05-06T20:27:49.754Z] 54011a49482f: Download complete [2021-05-06T20:27:50.016Z] 31603596830f: Verifying Checksum [2021-05-06T20:27:50.016Z] 31603596830f: Download complete [2021-05-06T20:27:50.016Z] f581987b2513: Verifying Checksum [2021-05-06T20:27:50.016Z] f581987b2513: Download complete [2021-05-06T20:27:50.016Z] a6820b24f6d8: Verifying Checksum [2021-05-06T20:27:50.016Z] a6820b24f6d8: Download complete [2021-05-06T20:27:50.283Z] 31603596830f: Pull complete [2021-05-06T20:27:50.283Z] 54011a49482f: Pull complete [2021-05-06T20:27:51.227Z] a6820b24f6d8: Pull complete [2021-05-06T20:27:51.489Z] f581987b2513: Pull complete [2021-05-06T20:27:51.489Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T20:27:51.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:27:51.489Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T20:27:51.592Z] prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container [2021-05-06T20:27:51.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T20:27:53.636Z] $ docker top 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T20:27:53.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:27:53.813Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:27:54.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:27:54.038Z] $ docker exec 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 ssh-agent [2021-05-06T20:27:54.209Z] SSH_AUTH_SOCK=/tmp/ssh-7WMf0gDltgdb/agent.11 [2021-05-06T20:27:54.210Z] SSH_AGENT_PID=16 [2021-05-06T20:27:54.222Z] Running ssh-add (command line suppressed) [2021-05-06T20:27:54.352Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3272008364758382575.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3272008364758382575.key) [2021-05-06T20:27:54.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:27:54.715Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T20:27:54.732Z] $ docker exec --env ******** --env ******** 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 ssh-agent -k [2021-05-06T20:27:54.846Z] unset SSH_AUTH_SOCK; [2021-05-06T20:27:54.847Z] unset SSH_AGENT_PID; [2021-05-06T20:27:54.847Z] echo Agent pid 16 killed; [2021-05-06T20:27:54.896Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T20:27:54.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:27:54.938Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:27:55.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:27:55.109Z] $ docker exec 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 ssh-agent [2021-05-06T20:27:55.278Z] SSH_AUTH_SOCK=/tmp/ssh-EeUlhrAMxL39/agent.44 [2021-05-06T20:27:55.278Z] SSH_AGENT_PID=49 [2021-05-06T20:27:55.284Z] Running ssh-add (command line suppressed) [2021-05-06T20:27:55.409Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_907196644004574366.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_907196644004574366.key) [2021-05-06T20:27:55.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:27:55.763Z] + git semver init [2021-05-06T20:27:55.763Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T20:27:55.763Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-05-06T20:27:55.764Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-06T20:27:55.764Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T20:27:55.764Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T20:27:55.764Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T20:27:55.764Z] # $SEMVER_BRANCH = master [2021-05-06T20:27:55.764Z] # $SEMVER_TEMP = /tmp/semver-012027614 [2021-05-06T20:27:55.764Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-05-06T20:27:56.336Z] # '/tmp/semver-012027614' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-05-06T20:27:56.336Z] # -> Force: false [2021-05-06T20:27:56.336Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-05-06T20:27:56.346Z] $ docker exec --env ******** --env ******** 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 ssh-agent -k [2021-05-06T20:27:56.465Z] unset SSH_AUTH_SOCK; [2021-05-06T20:27:56.465Z] unset SSH_AGENT_PID; [2021-05-06T20:27:56.465Z] echo Agent pid 49 killed; [2021-05-06T20:27:56.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T20:27:56.848Z] + git semver [Pipeline] } [2021-05-06T20:27:56.862Z] $ docker stop --time=1 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 [2021-05-06T20:27:58.721Z] $ docker rm -f 3e5454f1e23096c61fe882d49af9e9c1c0d432014298aaa6104254ba9d9d7923 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T20:27:59.124Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T20:27:59.461Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T20:27:59.465Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.45 [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-05-06T20:28:14.661Z] Still waiting to schedule task [2021-05-06T20:28:14.661Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-06T20:28:14.665Z] Still waiting to schedule task [2021-05-06T20:28:14.665Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3285’ [2021-05-06T20:29:18.287Z] Running on prd-centos7-docker-4c-2g-3290 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-05-06T20:29:18.307Z] Running in /w/workspace/go-mod-bootstrap/121 [Pipeline] { [Pipeline] checkout [2021-05-06T20:29:21.217Z] using credential edgex-jenkins-ssh [2021-05-06T20:29:21.230Z] Cloning the remote Git repository [2021-05-06T20:29:21.259Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-06T20:29:21.366Z] > git init /w/workspace/go-mod-bootstrap/121 # timeout=10 [2021-05-06T20:29:21.436Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-06T20:29:21.437Z] > git --version # timeout=10 [2021-05-06T20:29:21.458Z] > git --version # 'git version 2.24.3' [2021-05-06T20:29:21.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:29:21.490Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T20:29:22.591Z] Checking out Revision 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 (master) [2021-05-06T20:29:22.085Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-06T20:29:22.098Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T20:29:22.113Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-06T20:29:22.128Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-06T20:29:22.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:29:22.134Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T20:29:22.601Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T20:29:22.608Z] > git checkout -f 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 [2021-05-06T20:29:26.342Z] Commit message: "build: upgrade Go lang to 1.16 (#226)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T20:29:27.411Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:29:27.770Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:29:28.076Z] + sudo service docker restart [2021-05-06T20:29:28.076Z] + true [2021-05-06T20:29:28.076Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-06T20:29:29.634Z] ========================================================= [2021-05-06T20:29:29.634Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T20:29:29.634Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:29:29.960Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T20:29:30.223Z] Sending build context to Docker daemon 859.6kB [2021-05-06T20:29:30.223Z] Step 1/8 : ARG BASE=golang:1.16-alpine [2021-05-06T20:29:30.223Z] Step 2/8 : FROM ${BASE} [2021-05-06T20:29:30.490Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T20:29:30.490Z] 540db60ca938: Pulling fs layer [2021-05-06T20:29:30.490Z] adcc1eea9eea: Pulling fs layer [2021-05-06T20:29:30.490Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T20:29:30.490Z] 0510c868ecb4: Pulling fs layer [2021-05-06T20:29:30.490Z] afea3b2eda06: Pulling fs layer [2021-05-06T20:29:30.490Z] 7809a108b3ef: Pulling fs layer [2021-05-06T20:29:30.490Z] f706445af74f: Pulling fs layer [2021-05-06T20:29:30.490Z] afea3b2eda06: Waiting [2021-05-06T20:29:30.490Z] 7809a108b3ef: Waiting [2021-05-06T20:29:30.490Z] f706445af74f: Waiting [2021-05-06T20:29:30.490Z] 0510c868ecb4: Waiting [2021-05-06T20:29:30.490Z] 4c4ab2625f07: Verifying Checksum [2021-05-06T20:29:30.490Z] 4c4ab2625f07: Download complete [2021-05-06T20:29:30.490Z] adcc1eea9eea: Verifying Checksum [2021-05-06T20:29:30.490Z] adcc1eea9eea: Download complete [2021-05-06T20:29:30.490Z] afea3b2eda06: Download complete [2021-05-06T20:29:30.490Z] 7809a108b3ef: Verifying Checksum [2021-05-06T20:29:30.490Z] 7809a108b3ef: Download complete [2021-05-06T20:29:30.490Z] 540db60ca938: Verifying Checksum [2021-05-06T20:29:30.490Z] 540db60ca938: Download complete [2021-05-06T20:29:30.764Z] 540db60ca938: Pull complete [2021-05-06T20:29:31.032Z] adcc1eea9eea: Pull complete [2021-05-06T20:29:31.297Z] 4c4ab2625f07: Pull complete [2021-05-06T20:29:31.878Z] f706445af74f: Download complete [2021-05-06T20:29:32.833Z] 0510c868ecb4: Download complete [2021-05-06T20:29:39.477Z] 0510c868ecb4: Pull complete [2021-05-06T20:29:39.477Z] afea3b2eda06: Pull complete [2021-05-06T20:29:39.477Z] 7809a108b3ef: Pull complete [2021-05-06T20:29:44.811Z] f706445af74f: Pull complete [2021-05-06T20:29:44.811Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T20:29:44.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T20:29:44.811Z] ---> b068be0155e3 [2021-05-06T20:29:44.811Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-06T20:29:45.075Z] ---> Running in aa36f096f728 [2021-05-06T20:29:45.340Z] Removing intermediate container aa36f096f728 [2021-05-06T20:29:45.340Z] ---> 875f9910ea65 [2021-05-06T20:29:45.340Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:29:45.340Z] ---> Running in 8cc5973e4f63 [2021-05-06T20:29:46.752Z] Removing intermediate container 8cc5973e4f63 [2021-05-06T20:29:46.752Z] ---> 0195f2d96875 [2021-05-06T20:29:46.752Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-05-06T20:29:46.752Z] ---> Running in 547032333b38 [2021-05-06T20:29:47.707Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:29:49.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:29:50.502Z] OK: 149 MiB in 40 packages [2021-05-06T20:29:50.769Z] Removing intermediate container 547032333b38 [2021-05-06T20:29:50.769Z] ---> 5d0c76416266 [2021-05-06T20:29:50.769Z] Step 6/8 : WORKDIR /build [2021-05-06T20:29:50.769Z] ---> Running in 55edb6464c14 [2021-05-06T20:29:51.034Z] Removing intermediate container 55edb6464c14 [2021-05-06T20:29:51.034Z] ---> cc5f1812e40a [2021-05-06T20:29:51.034Z] Step 7/8 : COPY go.mod . [2021-05-06T20:29:51.299Z] ---> 73871836b67b [2021-05-06T20:29:51.299Z] Step 8/8 : RUN go mod download [2021-05-06T20:29:51.299Z] ---> Running in df9df13af921 [2021-05-06T20:30:13.342Z] Removing intermediate container df9df13af921 [2021-05-06T20:30:13.342Z] ---> b8bfc753d996 [2021-05-06T20:30:13.342Z] Successfully built b8bfc753d996 [2021-05-06T20:30:13.342Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:30:13.674Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T20:30:13.674Z] . [Pipeline] withDockerContainer [2021-05-06T20:30:13.808Z] prd-centos7-docker-4c-2g-3290 does not seem to be running inside a container [2021-05-06T20:30:13.863Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/121 -v /w/workspace/go-mod-bootstrap/121:/w/workspace/go-mod-bootstrap/121:rw,z -v /w/workspace/go-mod-bootstrap/121@tmp:/w/workspace/go-mod-bootstrap/121@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 ******** ci-base-image-x86_64 cat [2021-05-06T20:30:15.372Z] $ docker top ebd0edbbe0a4a9817384398f2355a4eed5318c2dbfbc47c4e7ea0570004127d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:30:15.815Z] + go version [2021-05-06T20:30:15.815Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T20:30:15.833Z] $ docker stop --time=1 ebd0edbbe0a4a9817384398f2355a4eed5318c2dbfbc47c4e7ea0570004127d7 [2021-05-06T20:30:17.196Z] $ docker rm -f ebd0edbbe0a4a9817384398f2355a4eed5318c2dbfbc47c4e7ea0570004127d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:30:17.727Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T20:30:17.727Z] . [Pipeline] withDockerContainer [2021-05-06T20:30:17.844Z] prd-centos7-docker-4c-2g-3290 does not seem to be running inside a container [2021-05-06T20:30:17.917Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/121 -v /w/workspace/go-mod-bootstrap/121:/w/workspace/go-mod-bootstrap/121:rw,z -v /w/workspace/go-mod-bootstrap/121@tmp:/w/workspace/go-mod-bootstrap/121@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 ******** ci-base-image-x86_64 cat [2021-05-06T20:30:18.660Z] $ docker top eb4ceb77e408f20f874c4aec0bf212809bea3ae4af975027caa9a34133c9f1df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:30:19.137Z] + go mod tidy [Pipeline] sh [2021-05-06T20:30:19.833Z] + make test [2021-05-06T20:30:19.833Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-06T20:30:34.948Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-05-06T20:30:34.948Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.026s coverage: 5.4% of statements [2021-05-06T20:30:34.948Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-05-06T20:30:34.948Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.018s coverage: 92.2% of statements [2021-05-06T20:30:34.948Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.012s coverage: 85.3% of statements [2021-05-06T20:30:34.948Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-05-06T20:30:34.948Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-05-06T20:30:35.222Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-05-06T20:30:35.877Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.058s coverage: 26.7% of statements [2021-05-06T20:30:40.119Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.025s coverage: 90.7% of statements [2021-05-06T20:30:40.119Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-05-06T20:30:40.119Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-05-06T20:30:40.119Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.046s coverage: 91.3% of statements [2021-05-06T20:30:40.119Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-05-06T20:30:40.119Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-06T20:30:48.338Z] gofmt -l . [2021-05-06T20:30:48.338Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-06T20:30:48.353Z] $ docker stop --time=1 eb4ceb77e408f20f874c4aec0bf212809bea3ae4af975027caa9a34133c9f1df [2021-05-06T20:30:50.931Z] $ docker rm -f eb4ceb77e408f20f874c4aec0bf212809bea3ae4af975027caa9a34133c9f1df [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T20:30:51.699Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T20:30:52.076Z] 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-05-06T20:30:52.828Z] ---> job-cost.sh [2021-05-06T20:30:52.829Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-u3Cq [2021-05-06T20:30:53.993Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3293 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-05-06T20:30:54.012Z] Running in /w/workspace/go-mod-bootstrap/121 [Pipeline] { [Pipeline] checkout [2021-05-06T20:30:59.469Z] using credential edgex-jenkins-ssh [2021-05-06T20:30:59.636Z] Cloning the remote Git repository [2021-05-06T20:30:59.736Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-06T20:30:59.851Z] > git init /w/workspace/go-mod-bootstrap/121 # timeout=10 [2021-05-06T20:30:59.911Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-06T20:30:59.912Z] > git --version # timeout=10 [2021-05-06T20:30:59.938Z] > git --version # 'git version 2.17.1' [2021-05-06T20:30:59.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:31:00.031Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T20:31:00.900Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-06T20:31:00.927Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T20:31:00.951Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-06T20:31:00.980Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-06T20:31:00.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:31:00.992Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T20:31:02.307Z] Checking out Revision 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 (master) [2021-05-06T20:31:02.342Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T20:31:02.357Z] > git checkout -f 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 [2021-05-06T20:31:06.561Z] Commit message: "build: upgrade Go lang to 1.16 (#226)" [2021-05-06T20:31:06.904Z] [2021-05-06T20:31:06.904Z] GitHub has been notified of this commit’s build result [2021-05-06T20:31:06.904Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T20:31:07.959Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:31:08.373Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:31:08.710Z] + sudo service docker restart [2021-05-06T20:31:08.711Z] + true [Pipeline] unstash [Pipeline] echo [2021-05-06T20:31:11.610Z] ========================================================= [2021-05-06T20:31:11.610Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T20:31:11.610Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:31:11.957Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-06T20:31:12.987Z] Sending build context to Docker daemon 858.6kB [2021-05-06T20:31:12.987Z] Step 1/8 : ARG BASE=golang:1.16-alpine [2021-05-06T20:31:12.987Z] Step 2/8 : FROM ${BASE} [2021-05-06T20:31:13.264Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T20:31:13.264Z] 595b0fe564bb: Pulling fs layer [2021-05-06T20:31:13.264Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T20:31:13.264Z] 316046926c0a: Pulling fs layer [2021-05-06T20:31:13.264Z] 4ebd0625c992: Pulling fs layer [2021-05-06T20:31:13.264Z] 207e8628e3a3: Pulling fs layer [2021-05-06T20:31:13.264Z] c791037a9be2: Pulling fs layer [2021-05-06T20:31:13.264Z] ffd874e62e21: Pulling fs layer [2021-05-06T20:31:13.264Z] 4ebd0625c992: Waiting [2021-05-06T20:31:13.264Z] 207e8628e3a3: Waiting [2021-05-06T20:31:13.264Z] c791037a9be2: Waiting [2021-05-06T20:31:13.264Z] ffd874e62e21: Waiting [2021-05-06T20:31:13.264Z] 316046926c0a: Verifying Checksum [2021-05-06T20:31:13.264Z] 316046926c0a: Download complete [2021-05-06T20:31:13.264Z] 7186ed65a4f7: Verifying Checksum [2021-05-06T20:31:13.264Z] 7186ed65a4f7: Download complete [2021-05-06T20:31:13.264Z] 207e8628e3a3: Download complete [2021-05-06T20:31:13.264Z] c791037a9be2: Verifying Checksum [2021-05-06T20:31:13.264Z] 595b0fe564bb: Verifying Checksum [2021-05-06T20:31:13.264Z] 595b0fe564bb: Download complete [2021-05-06T20:31:14.256Z] 595b0fe564bb: Pull complete [2021-05-06T20:31:14.857Z] 7186ed65a4f7: Pull complete [2021-05-06T20:31:14.897Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T20:31:15.137Z] 316046926c0a: Pull complete [2021-05-06T20:31:15.410Z] ffd874e62e21: Verifying Checksum [2021-05-06T20:31:15.410Z] ffd874e62e21: Download complete [2021-05-06T20:31:16.382Z] 4ebd0625c992: Verifying Checksum [2021-05-06T20:31:16.382Z] 4ebd0625c992: Download complete [2021-05-06T20:31:26.579Z] 4ebd0625c992: Pull complete [2021-05-06T20:31:26.579Z] 207e8628e3a3: Pull complete [2021-05-06T20:31:26.579Z] c791037a9be2: Pull complete [2021-05-06T20:31:30.911Z] ffd874e62e21: Pull complete [2021-05-06T20:31:30.911Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T20:31:30.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T20:31:30.911Z] ---> cfc18b08335c [2021-05-06T20:31:30.911Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-06T20:31:33.526Z] ---> Running in a9affe64d2aa [2021-05-06T20:31:33.526Z] Removing intermediate container a9affe64d2aa [2021-05-06T20:31:33.526Z] ---> 7b6b2f18d369 [2021-05-06T20:31:33.526Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:31:33.809Z] ---> Running in 68982fe1b128 [2021-05-06T20:31:35.824Z] Removing intermediate container 68982fe1b128 [2021-05-06T20:31:35.824Z] ---> f66a26acdb1a [2021-05-06T20:31:35.824Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-05-06T20:31:36.106Z] ---> Running in c6261df945bc [2021-05-06T20:31:37.087Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:31:38.061Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:31:39.041Z] OK: 138 MiB in 40 packages [2021-05-06T20:31:40.032Z] Removing intermediate container c6261df945bc [2021-05-06T20:31:40.032Z] ---> bd876944ebcc [2021-05-06T20:31:40.032Z] Step 6/8 : WORKDIR /build [2021-05-06T20:31:40.032Z] ---> Running in d30b65a6af05 [2021-05-06T20:31:40.628Z] Removing intermediate container d30b65a6af05 [2021-05-06T20:31:40.628Z] ---> cf6ae89927b0 [2021-05-06T20:31:40.628Z] Step 7/8 : COPY go.mod . [2021-05-06T20:31:41.609Z] ---> 22689d5eb6ad [2021-05-06T20:31:41.609Z] Step 8/8 : RUN go mod download [2021-05-06T20:31:41.609Z] ---> Running in eee36023ccea [2021-05-06T20:31:47.154Z] lf-activate-venv(): INFO: Adding /tmp/venv-u3Cq/bin to PATH [2021-05-06T20:31:47.154Z] INFO: No Stack... [2021-05-06T20:31:47.154Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T20:31:47.421Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T20:31:47.744Z] + cat /w/workspace/go-mod-bootstrap/121/archives/cost.csv [2021-05-06T20:31:47.744Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T20:31:47.846Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [2021-05-06T20:31:47.873Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] did not exist. Created. [2021-05-06T20:31:47.873Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T20:31:48.243Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-06T20:31:48.393Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T20:31:48.405Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T20:32:08.406Z] Removing intermediate container eee36023ccea [2021-05-06T20:32:08.406Z] ---> 306ee9914474 [2021-05-06T20:32:08.406Z] Successfully built 306ee9914474 [2021-05-06T20:32:08.406Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:32:08.780Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T20:32:08.780Z] . [Pipeline] withDockerContainer [2021-05-06T20:32:09.119Z] prd-ubuntu18.04-docker-arm64-4c-16g-3293 does not seem to be running inside a container [2021-05-06T20:32:09.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/121 -v /w/workspace/go-mod-bootstrap/121:/w/workspace/go-mod-bootstrap/121:rw,z -v /w/workspace/go-mod-bootstrap/121@tmp:/w/workspace/go-mod-bootstrap/121@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 ******** ci-base-image-arm64 cat [2021-05-06T20:32:10.849Z] $ docker top 20f882beeeee3c8878c4bbba7ba889f0b24929ff890a5c1014ced47bc60bb569 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:32:11.832Z] + go version [2021-05-06T20:32:11.832Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-06T20:32:11.864Z] $ docker stop --time=1 20f882beeeee3c8878c4bbba7ba889f0b24929ff890a5c1014ced47bc60bb569 [2021-05-06T20:32:13.816Z] $ docker rm -f 20f882beeeee3c8878c4bbba7ba889f0b24929ff890a5c1014ced47bc60bb569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:32:14.526Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T20:32:14.526Z] . [Pipeline] withDockerContainer [2021-05-06T20:32:14.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-3293 does not seem to be running inside a container [2021-05-06T20:32:14.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/121 -v /w/workspace/go-mod-bootstrap/121:/w/workspace/go-mod-bootstrap/121:rw,z -v /w/workspace/go-mod-bootstrap/121@tmp:/w/workspace/go-mod-bootstrap/121@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 ******** ci-base-image-arm64 cat [2021-05-06T20:32:16.307Z] $ docker top 94dbf460923fbdc3341c23f844d4f3057e97fb713e32c5d551b1e02b63068404 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:32:17.211Z] + go mod tidy [Pipeline] sh [2021-05-06T20:32:18.471Z] + make test [2021-05-06T20:32:18.471Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-06T20:32:57.545Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-05-06T20:32:57.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.026s coverage: 5.4% of statements [2021-05-06T20:32:57.545Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-05-06T20:32:57.545Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.035s coverage: 92.2% of statements [2021-05-06T20:32:58.144Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.024s coverage: 85.3% of statements [2021-05-06T20:32:59.138Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-05-06T20:32:59.138Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-05-06T20:32:59.138Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-05-06T20:33:00.131Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.061s coverage: 26.7% of statements [2021-05-06T20:33:05.533Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.044s coverage: 90.7% of statements [2021-05-06T20:33:05.533Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-05-06T20:33:05.533Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-05-06T20:33:05.533Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.020s coverage: 91.3% of statements [2021-05-06T20:33:05.533Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-05-06T20:33:05.533Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-06T20:33:27.747Z] gofmt -l . [2021-05-06T20:33:28.020Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-06T20:33:28.065Z] $ docker stop --time=1 94dbf460923fbdc3341c23f844d4f3057e97fb713e32c5d551b1e02b63068404 [2021-05-06T20:33:30.315Z] $ docker rm -f 94dbf460923fbdc3341c23f844d4f3057e97fb713e32c5d551b1e02b63068404 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T20:33:31.137Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T20:33:31.171Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T20:33:32.177Z] 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-05-06T20:33:32.710Z] ---> job-cost.sh [2021-05-06T20:33:32.710Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AE2P [2021-05-06T20:34:29.340Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T20:36:21.149Z] lf-activate-venv(): INFO: Adding /tmp/venv-AE2P/bin to PATH [2021-05-06T20:36:21.149Z] INFO: No Stack... [2021-05-06T20:36:21.422Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T20:36:22.028Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T20:36:22.398Z] + + catcut /w/workspace/go-mod-bootstrap/121/archives/cost.csv -d, [2021-05-06T20:36:22.398Z] -f6 [Pipeline] lock [2021-05-06T20:36:22.543Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [2021-05-06T20:36:22.556Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] did not exist. Created. [2021-05-06T20:36:22.556Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T20:36:22.938Z] /w/workspace/go-mod-bootstrap/121@tmp/durable-3c061666/script.sh: 1: /w/workspace/go-mod-bootstrap/121@tmp/durable-3c061666/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-06T20:36:23.310Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T20:36:23.346Z] Warning: overwriting stash ‘stack-cost’ [2021-05-06T20:36:23.533Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T20:36:23.554Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-121-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-05-06T20:36:24.120Z] provisioning config files... [2021-05-06T20:36:24.134Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1386165004823119688tmp [Pipeline] { [Pipeline] sh [2021-05-06T20:36:24.458Z] + set +x [2021-05-06T20:36:24.458Z] + curl -s https://codecov.io/bash [2021-05-06T20:36:24.458Z] + bash -s -- [2021-05-06T20:36:24.720Z] [2021-05-06T20:36:24.720Z] _____ _ [2021-05-06T20:36:24.720Z] / ____| | | [2021-05-06T20:36:24.720Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T20:36:24.720Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T20:36:24.720Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T20:36:24.720Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T20:36:24.720Z] Bash-1.0.2 [2021-05-06T20:36:24.720Z] [2021-05-06T20:36:24.720Z] [2021-05-06T20:36:24.720Z] ==> git version 2.24.3 found [2021-05-06T20:36:24.720Z] ==> 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-05-06T20:36:24.720Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T20:36:24.720Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T20:36:24.720Z] ==> Jenkins CI detected. [2021-05-06T20:36:24.720Z] project root: . [2021-05-06T20:36:24.720Z] --> token set from env [2021-05-06T20:36:24.720Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T20:36:24.720Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T20:36:24.720Z] ==> Python coveragepy not found [2021-05-06T20:36:24.720Z] ==> Searching for coverage reports in: [2021-05-06T20:36:24.720Z] + . [2021-05-06T20:36:24.720Z] -> Found 1 reports [2021-05-06T20:36:24.720Z] ==> Detecting git/mercurial file structure [2021-05-06T20:36:24.720Z] ==> Reading reports [2021-05-06T20:36:24.720Z] + ./coverage.out bytes=28856 [2021-05-06T20:36:24.720Z] ==> Appending adjustments [2021-05-06T20:36:24.720Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T20:36:24.982Z] + Found adjustments [2021-05-06T20:36:24.982Z] ==> Gzipping contents [2021-05-06T20:36:24.982Z] 8.0K /tmp/codecov.YgKISI.gz [2021-05-06T20:36:24.982Z] ==> Uploading reports [2021-05-06T20:36:24.982Z] url: https://codecov.io [2021-05-06T20:36:24.982Z] query: branch=master&commit=1c1a0463e3af4e5b5449273aed4a1ca7f76669e5&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F121%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-06T20:36:24.982Z] -> Pinging Codecov [2021-05-06T20:36:24.982Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=1c1a0463e3af4e5b5449273aed4a1ca7f76669e5&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F121%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-06T20:36:25.931Z] -> Uploading to [2021-05-06T20:36:25.931Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/833815588EE85121546D348822E98E2E/1c1a0463e3af4e5b5449273aed4a1ca7f76669e5/3075068a-c73d-4d92-8201-5a54d9996073.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T203625Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8734775069358b5bb7b4d7171377728b8aa4c3fe6e6e0fc7f4c284be94c0a7c [2021-05-06T20:36:25.931Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T20:36:25.931Z] Dload Upload Total Spent Left Speed [2021-05-06T20:36:26.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5508 0 0 100 5508 0 13266 --:--:-- --:--:-- --:--:-- 13272 [2021-05-06T20:36:26.217Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 [Pipeline] } [2021-05-06T20:36:26.248Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-06T20:36:26.904Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-06T20:36:26.940Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:36:27.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T20:36:27.252Z] [2021-05-06T20:36:27.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:36:27.566Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T20:36:27.566Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-06T20:36:27.566Z] 188c0c94c7c5: Pulling fs layer [2021-05-06T20:36:27.566Z] 0ef7d3d256c8: Pulling fs layer [2021-05-06T20:36:27.566Z] de9db76c5a1d: Pulling fs layer [2021-05-06T20:36:27.566Z] 0eba1c9be4d2: Pulling fs layer [2021-05-06T20:36:27.566Z] 0d57e429df01: Pulling fs layer [2021-05-06T20:36:27.566Z] 4e4be7b47b0d: Pulling fs layer [2021-05-06T20:36:27.566Z] e1f770b5df2f: Pulling fs layer [2021-05-06T20:36:27.566Z] 85a0685a4137: Pulling fs layer [2021-05-06T20:36:27.566Z] 0d57e429df01: Waiting [2021-05-06T20:36:27.566Z] 4e4be7b47b0d: Waiting [2021-05-06T20:36:27.566Z] 0eba1c9be4d2: Waiting [2021-05-06T20:36:27.566Z] 85a0685a4137: Waiting [2021-05-06T20:36:27.566Z] de9db76c5a1d: Verifying Checksum [2021-05-06T20:36:27.566Z] de9db76c5a1d: Download complete [2021-05-06T20:36:27.566Z] 0ef7d3d256c8: Verifying Checksum [2021-05-06T20:36:27.566Z] 0ef7d3d256c8: Download complete [2021-05-06T20:36:27.566Z] 0d57e429df01: Verifying Checksum [2021-05-06T20:36:27.566Z] 0d57e429df01: Download complete [2021-05-06T20:36:27.566Z] 4e4be7b47b0d: Download complete [2021-05-06T20:36:27.827Z] 188c0c94c7c5: Verifying Checksum [2021-05-06T20:36:27.827Z] 188c0c94c7c5: Download complete [2021-05-06T20:36:28.095Z] 188c0c94c7c5: Pull complete [2021-05-06T20:36:28.356Z] 0ef7d3d256c8: Pull complete [2021-05-06T20:36:28.356Z] de9db76c5a1d: Pull complete [2021-05-06T20:36:29.306Z] e1f770b5df2f: Verifying Checksum [2021-05-06T20:36:29.306Z] e1f770b5df2f: Download complete [2021-05-06T20:36:33.533Z] 0eba1c9be4d2: Verifying Checksum [2021-05-06T20:36:33.533Z] 0eba1c9be4d2: Download complete [2021-05-06T20:36:34.142Z] 85a0685a4137: Verifying Checksum [2021-05-06T20:36:34.142Z] 85a0685a4137: Download complete [2021-05-06T20:36:39.475Z] 0eba1c9be4d2: Pull complete [2021-05-06T20:36:39.475Z] 0d57e429df01: Pull complete [2021-05-06T20:36:39.475Z] 4e4be7b47b0d: Pull complete [2021-05-06T20:36:40.874Z] e1f770b5df2f: Pull complete [2021-05-06T20:36:49.074Z] 85a0685a4137: Pull complete [2021-05-06T20:36:49.074Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-06T20:36:49.074Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T20:36:49.074Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-06T20:36:49.256Z] prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container [2021-05-06T20:36:49.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-06T20:36:50.354Z] $ docker top 0a808cd4badf2645a9709d9751a1682078ad815112885f0cf4c388067d5049df -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T20:36:50.484Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-06T20:36:50.786Z] + set -o pipefail [2021-05-06T20:36:50.786Z] + snyk monitor '--org=edgex-jenkins' [2021-05-06T20:37:03.078Z] [2021-05-06T20:37:03.078Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2021-05-06T20:37:03.078Z] [2021-05-06T20:37:03.078Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/c2b5eebc-8edf-4867-8605-abe357cfa0de [2021-05-06T20:37:03.078Z] [2021-05-06T20:37:03.078Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-06T20:37:03.078Z] [2021-05-06T20:37:11.244Z] [Pipeline] } [2021-05-06T20:37:11.256Z] $ docker stop --time=1 0a808cd4badf2645a9709d9751a1682078ad815112885f0cf4c388067d5049df [2021-05-06T20:37:14.381Z] $ docker rm -f 0a808cd4badf2645a9709d9751a1682078ad815112885f0cf4c388067d5049df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T20:37:16.183Z] + git log --format=format:%s -1 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:37:16.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:37:16.496Z] . [Pipeline] withDockerContainer [2021-05-06T20:37:16.616Z] prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container [2021-05-06T20:37:16.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T20:37:17.492Z] $ docker top a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T20:37:17.677Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:37:17.678Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:37:17.912Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:37:17.912Z] $ docker exec a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 ssh-agent [2021-05-06T20:37:18.092Z] SSH_AUTH_SOCK=/tmp/ssh-iUFdfBxDvhG1/agent.12 [2021-05-06T20:37:18.092Z] SSH_AGENT_PID=17 [2021-05-06T20:37:18.099Z] Running ssh-add (command line suppressed) [2021-05-06T20:37:18.230Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1859340063357516423.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1859340063357516423.key) [2021-05-06T20:37:18.293Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:37:18.597Z] + git semver tag [2021-05-06T20:37:18.597Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T20:37:18.597Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-05-06T20:37:18.597Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-06T20:37:18.597Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T20:37:18.597Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T20:37:18.597Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T20:37:18.597Z] # $SEMVER_BRANCH = master [2021-05-06T20:37:18.597Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-05-06T20:37:18.597Z] # 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 HEAD [2021-05-06T20:37:18.597Z] # -> Force: false [2021-05-06T20:37:18.597Z] # f5a2e6f8b446d549fa4b683652d1982661b563dc refs/tags/v2.0.0-dev.45 [Pipeline] } [2021-05-06T20:37:18.606Z] $ docker exec --env ******** --env ******** a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 ssh-agent -k [2021-05-06T20:37:18.737Z] unset SSH_AUTH_SOCK; [2021-05-06T20:37:18.738Z] unset SSH_AGENT_PID; [2021-05-06T20:37:18.738Z] echo Agent pid 17 killed; [2021-05-06T20:37:18.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T20:37:19.139Z] + git semver [Pipeline] } [2021-05-06T20:37:19.154Z] $ docker stop --time=1 a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 [2021-05-06T20:37:20.529Z] $ docker rm -f a1b051c51b4318b32416788a3a14d73412fa1265157f7a9c946ab40712da0984 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:37:21.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T20:37:21.079Z] [2021-05-06T20:37:21.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:37:21.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T20:37:21.400Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-06T20:37:21.400Z] ab5ef0e58194: Pulling fs layer [2021-05-06T20:37:21.400Z] 9712f1f96733: Pulling fs layer [2021-05-06T20:37:21.400Z] 63f879dbbcfc: Pulling fs layer [2021-05-06T20:37:21.400Z] 0d9ebad4ef96: Pulling fs layer [2021-05-06T20:37:21.400Z] e9a5061849ea: Pulling fs layer [2021-05-06T20:37:21.400Z] d747dcd14b5f: Pulling fs layer [2021-05-06T20:37:21.400Z] 2de7ff778b66: Pulling fs layer [2021-05-06T20:37:21.400Z] e9a5061849ea: Waiting [2021-05-06T20:37:21.400Z] 0d9ebad4ef96: Waiting [2021-05-06T20:37:21.400Z] d747dcd14b5f: Waiting [2021-05-06T20:37:21.400Z] 2de7ff778b66: Waiting [2021-05-06T20:37:21.400Z] 9712f1f96733: Verifying Checksum [2021-05-06T20:37:21.400Z] 9712f1f96733: Download complete [2021-05-06T20:37:22.799Z] 63f879dbbcfc: Verifying Checksum [2021-05-06T20:37:22.799Z] 63f879dbbcfc: Download complete [2021-05-06T20:37:23.060Z] e9a5061849ea: Verifying Checksum [2021-05-06T20:37:23.060Z] e9a5061849ea: Download complete [2021-05-06T20:37:23.060Z] d747dcd14b5f: Verifying Checksum [2021-05-06T20:37:23.060Z] d747dcd14b5f: Download complete [2021-05-06T20:37:23.645Z] 2de7ff778b66: Verifying Checksum [2021-05-06T20:37:23.645Z] 2de7ff778b66: Download complete [2021-05-06T20:37:23.645Z] 0d9ebad4ef96: Verifying Checksum [2021-05-06T20:37:23.645Z] 0d9ebad4ef96: Download complete [2021-05-06T20:37:23.906Z] ab5ef0e58194: Verifying Checksum [2021-05-06T20:37:23.906Z] ab5ef0e58194: Download complete [2021-05-06T20:37:28.144Z] ab5ef0e58194: Pull complete [2021-05-06T20:37:28.144Z] 9712f1f96733: Pull complete [2021-05-06T20:37:30.710Z] 63f879dbbcfc: Pull complete [2021-05-06T20:37:37.333Z] 0d9ebad4ef96: Pull complete [2021-05-06T20:37:38.727Z] e9a5061849ea: Pull complete [2021-05-06T20:37:38.727Z] d747dcd14b5f: Pull complete [2021-05-06T20:37:41.300Z] 2de7ff778b66: Pull complete [2021-05-06T20:37:41.300Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-06T20:37:41.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T20:37:41.300Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-06T20:37:41.473Z] prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container [2021-05-06T20:37:41.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-06T20:37:45.481Z] $ docker top 09ae11497ba972a1faa903d1f59e6a60fba5df6dffd415e5f4ed10960ed89369 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-06T20:37:45.652Z] provisioning config files... [2021-05-06T20:37:45.661Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9029088236415553622tmp [2021-05-06T20:37:45.676Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4907623963872747458tmp [2021-05-06T20:37:45.690Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6131833946769566901tmp [Pipeline] { [Pipeline] echo [2021-05-06T20:37:45.711Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:37:46.006Z] ---> sigul-configuration.sh [2021-05-06T20:37:46.006Z] gpg: directory `/root/.gnupg' created [2021-05-06T20:37:46.006Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-06T20:37:46.006Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-06T20:37:46.006Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-06T20:37:46.006Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-06T20:37:46.006Z] gpg: CAST5 encrypted data [2021-05-06T20:37:46.266Z] gpg: encrypted with 1 passphrase [2021-05-06T20:37:46.266Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-06T20:37:46.564Z] + mkdir /home/jenkins [2021-05-06T20:37:46.564Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-06T20:37:46.863Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-05-06T20:37:46.875Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:37:47.175Z] ---> sigul-install.sh [2021-05-06T20:37:53.770Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-06T20:37:54.067Z] + git tag --list [2021-05-06T20:37:54.067Z] v0.0.1 [2021-05-06T20:37:54.067Z] v0.0.10 [2021-05-06T20:37:54.067Z] v0.0.11 [2021-05-06T20:37:54.067Z] v0.0.12 [2021-05-06T20:37:54.067Z] v0.0.13 [2021-05-06T20:37:54.067Z] v0.0.14 [2021-05-06T20:37:54.067Z] v0.0.15 [2021-05-06T20:37:54.067Z] v0.0.16 [2021-05-06T20:37:54.067Z] v0.0.17 [2021-05-06T20:37:54.067Z] v0.0.18 [2021-05-06T20:37:54.067Z] v0.0.19 [2021-05-06T20:37:54.067Z] v0.0.2 [2021-05-06T20:37:54.067Z] v0.0.20 [2021-05-06T20:37:54.067Z] v0.0.21 [2021-05-06T20:37:54.067Z] v0.0.22 [2021-05-06T20:37:54.067Z] v0.0.23 [2021-05-06T20:37:54.067Z] v0.0.24 [2021-05-06T20:37:54.067Z] v0.0.25 [2021-05-06T20:37:54.067Z] v0.0.26 [2021-05-06T20:37:54.067Z] v0.0.27 [2021-05-06T20:37:54.067Z] v0.0.28 [2021-05-06T20:37:54.067Z] v0.0.29 [2021-05-06T20:37:54.067Z] v0.0.3 [2021-05-06T20:37:54.067Z] v0.0.30 [2021-05-06T20:37:54.067Z] v0.0.31 [2021-05-06T20:37:54.067Z] v0.0.32 [2021-05-06T20:37:54.067Z] v0.0.33 [2021-05-06T20:37:54.067Z] v0.0.34 [2021-05-06T20:37:54.068Z] v0.0.35 [2021-05-06T20:37:54.068Z] v0.0.36 [2021-05-06T20:37:54.068Z] v0.0.37 [2021-05-06T20:37:54.068Z] v0.0.38 [2021-05-06T20:37:54.068Z] v0.0.39 [2021-05-06T20:37:54.068Z] v0.0.4 [2021-05-06T20:37:54.068Z] v0.0.40 [2021-05-06T20:37:54.068Z] v0.0.41 [2021-05-06T20:37:54.068Z] v0.0.42 [2021-05-06T20:37:54.068Z] v0.0.43 [2021-05-06T20:37:54.068Z] v0.0.44 [2021-05-06T20:37:54.068Z] v0.0.45 [2021-05-06T20:37:54.068Z] v0.0.46 [2021-05-06T20:37:54.068Z] v0.0.47 [2021-05-06T20:37:54.068Z] v0.0.48 [2021-05-06T20:37:54.068Z] v0.0.49 [2021-05-06T20:37:54.068Z] v0.0.5 [2021-05-06T20:37:54.068Z] v0.0.50 [2021-05-06T20:37:54.068Z] v0.0.51 [2021-05-06T20:37:54.068Z] v0.0.52 [2021-05-06T20:37:54.068Z] v0.0.53 [2021-05-06T20:37:54.068Z] v0.0.54 [2021-05-06T20:37:54.068Z] v0.0.55 [2021-05-06T20:37:54.068Z] v0.0.56 [2021-05-06T20:37:54.068Z] v0.0.57 [2021-05-06T20:37:54.068Z] v0.0.58 [2021-05-06T20:37:54.068Z] v0.0.59 [2021-05-06T20:37:54.068Z] v0.0.6 [2021-05-06T20:37:54.068Z] v0.0.60 [2021-05-06T20:37:54.068Z] v0.0.61 [2021-05-06T20:37:54.068Z] v0.0.62 [2021-05-06T20:37:54.068Z] v0.0.63 [2021-05-06T20:37:54.068Z] v0.0.64 [2021-05-06T20:37:54.068Z] v0.0.65 [2021-05-06T20:37:54.068Z] v0.0.66 [2021-05-06T20:37:54.068Z] v0.0.67 [2021-05-06T20:37:54.068Z] v0.0.68 [2021-05-06T20:37:54.068Z] v0.0.69 [2021-05-06T20:37:54.068Z] v0.0.7 [2021-05-06T20:37:54.068Z] v0.0.70 [2021-05-06T20:37:54.068Z] v0.0.71 [2021-05-06T20:37:54.068Z] v0.0.72 [2021-05-06T20:37:54.068Z] v0.0.8 [2021-05-06T20:37:54.068Z] v0.0.9 [2021-05-06T20:37:54.068Z] v2.0.0-dev.1 [2021-05-06T20:37:54.068Z] v2.0.0-dev.10 [2021-05-06T20:37:54.068Z] v2.0.0-dev.11 [2021-05-06T20:37:54.068Z] v2.0.0-dev.12 [2021-05-06T20:37:54.068Z] v2.0.0-dev.13 [2021-05-06T20:37:54.068Z] v2.0.0-dev.14 [2021-05-06T20:37:54.068Z] v2.0.0-dev.15 [2021-05-06T20:37:54.068Z] v2.0.0-dev.16 [2021-05-06T20:37:54.068Z] v2.0.0-dev.17 [2021-05-06T20:37:54.068Z] v2.0.0-dev.18 [2021-05-06T20:37:54.068Z] v2.0.0-dev.19 [2021-05-06T20:37:54.068Z] v2.0.0-dev.2 [2021-05-06T20:37:54.068Z] v2.0.0-dev.20 [2021-05-06T20:37:54.068Z] v2.0.0-dev.21 [2021-05-06T20:37:54.068Z] v2.0.0-dev.22 [2021-05-06T20:37:54.068Z] v2.0.0-dev.23 [2021-05-06T20:37:54.068Z] v2.0.0-dev.24 [2021-05-06T20:37:54.068Z] v2.0.0-dev.25 [2021-05-06T20:37:54.068Z] v2.0.0-dev.26 [2021-05-06T20:37:54.068Z] v2.0.0-dev.27 [2021-05-06T20:37:54.068Z] v2.0.0-dev.28 [2021-05-06T20:37:54.068Z] v2.0.0-dev.29 [2021-05-06T20:37:54.068Z] v2.0.0-dev.3 [2021-05-06T20:37:54.068Z] v2.0.0-dev.30 [2021-05-06T20:37:54.068Z] v2.0.0-dev.31 [2021-05-06T20:37:54.068Z] v2.0.0-dev.32 [2021-05-06T20:37:54.068Z] v2.0.0-dev.33 [2021-05-06T20:37:54.068Z] v2.0.0-dev.34 [2021-05-06T20:37:54.068Z] v2.0.0-dev.35 [2021-05-06T20:37:54.068Z] v2.0.0-dev.36 [2021-05-06T20:37:54.068Z] v2.0.0-dev.37 [2021-05-06T20:37:54.068Z] v2.0.0-dev.38 [2021-05-06T20:37:54.068Z] v2.0.0-dev.39 [2021-05-06T20:37:54.068Z] v2.0.0-dev.4 [2021-05-06T20:37:54.068Z] v2.0.0-dev.40 [2021-05-06T20:37:54.068Z] v2.0.0-dev.41 [2021-05-06T20:37:54.068Z] v2.0.0-dev.42 [2021-05-06T20:37:54.068Z] v2.0.0-dev.43 [2021-05-06T20:37:54.068Z] v2.0.0-dev.44 [2021-05-06T20:37:54.068Z] v2.0.0-dev.45 [2021-05-06T20:37:54.068Z] v2.0.0-dev.5 [2021-05-06T20:37:54.068Z] v2.0.0-dev.6 [2021-05-06T20:37:54.068Z] v2.0.0-dev.7 [2021-05-06T20:37:54.068Z] v2.0.0-dev.8 [2021-05-06T20:37:54.068Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-06T20:37:54.376Z] + lftools sign git-tag v2.0.0-dev.45 [2021-05-06T20:37:55.857Z] Signing Git tag with Sigul... [2021-05-06T20:37:55.857Z] Signing v2.0.0-dev.45 [Pipeline] echo [2021-05-06T20:37:56.959Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:37:57.256Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-06T20:37:57.266Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-06T20:37:57.294Z] $ docker stop --time=1 09ae11497ba972a1faa903d1f59e6a60fba5df6dffd415e5f4ed10960ed89369 [2021-05-06T20:37:58.793Z] $ docker rm -f 09ae11497ba972a1faa903d1f59e6a60fba5df6dffd415e5f4ed10960ed89369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:37:59.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:37:59.358Z] . [Pipeline] withDockerContainer [2021-05-06T20:37:59.454Z] prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container [2021-05-06T20:37:59.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T20:38:00.204Z] $ docker top 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T20:38:00.423Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:38:00.423Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:38:00.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:38:00.639Z] $ docker exec 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 ssh-agent [2021-05-06T20:38:00.839Z] SSH_AUTH_SOCK=/tmp/ssh-6Bf4EdHMgpFG/agent.12 [2021-05-06T20:38:00.839Z] SSH_AGENT_PID=18 [2021-05-06T20:38:00.845Z] Running ssh-add (command line suppressed) [2021-05-06T20:38:00.978Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9020287919092134271.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9020287919092134271.key) [2021-05-06T20:38:01.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:38:01.357Z] + git semver bump pre [2021-05-06T20:38:01.357Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T20:38:01.357Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-05-06T20:38:01.357Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-06T20:38:01.357Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T20:38:01.357Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T20:38:01.357Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T20:38:01.357Z] # $SEMVER_BRANCH = master [2021-05-06T20:38:01.357Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-05-06T20:38:01.357Z] 2.0.0-dev.46 [Pipeline] } [2021-05-06T20:38:01.366Z] $ docker exec --env ******** --env ******** 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 ssh-agent -k [2021-05-06T20:38:01.533Z] unset SSH_AUTH_SOCK; [2021-05-06T20:38:01.534Z] unset SSH_AGENT_PID; [2021-05-06T20:38:01.534Z] echo Agent pid 18 killed; [2021-05-06T20:38:01.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T20:38:01.953Z] + git semver [Pipeline] } [2021-05-06T20:38:01.965Z] $ docker stop --time=1 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 [2021-05-06T20:38:03.380Z] $ docker rm -f 1ff6f072afd638cd924465c6d521bd377bb23c70bdb1b27c1e4f4669482565a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:38:03.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:38:03.808Z] . [Pipeline] withDockerContainer [2021-05-06T20:38:03.915Z] prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container [2021-05-06T20:38:03.957Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T20:38:04.621Z] $ docker top f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T20:38:04.793Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:38:04.793Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:38:05.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:38:05.008Z] $ docker exec f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb ssh-agent [2021-05-06T20:38:05.194Z] SSH_AUTH_SOCK=/tmp/ssh-m13uVZoNNRqe/agent.12 [2021-05-06T20:38:05.194Z] SSH_AGENT_PID=17 [2021-05-06T20:38:05.201Z] Running ssh-add (command line suppressed) [2021-05-06T20:38:05.325Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6014996140215602677.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6014996140215602677.key) [2021-05-06T20:38:05.389Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:38:05.700Z] + git semver push [2021-05-06T20:38:05.700Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T20:38:05.700Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-05-06T20:38:05.700Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-06T20:38:05.700Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T20:38:05.700Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T20:38:05.700Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T20:38:05.700Z] # $SEMVER_BRANCH = master [2021-05-06T20:38:05.700Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-05-06T20:38:11.004Z] $ docker exec --env ******** --env ******** f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb ssh-agent -k [2021-05-06T20:38:11.144Z] unset SSH_AUTH_SOCK; [2021-05-06T20:38:11.144Z] unset SSH_AGENT_PID; [2021-05-06T20:38:11.145Z] echo Agent pid 17 killed; [2021-05-06T20:38:11.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T20:38:11.538Z] + git semver [Pipeline] } [2021-05-06T20:38:11.555Z] $ docker stop --time=1 f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb [2021-05-06T20:38:12.959Z] $ docker rm -f f3b62cd72c14104d011d9abde99ae368020c09361110a5166ba859c05015ecbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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-05-06T20:38:13.686Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:38:14.260Z] ---> package-listing.sh [2021-05-06T20:38:14.260Z] ++ facter osfamily [2021-05-06T20:38:14.260Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T20:38:14.260Z] + OS_FAMILY=redhat [2021-05-06T20:38:14.260Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-06T20:38:14.260Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T20:38:14.260Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T20:38:14.260Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T20:38:14.260Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T20:38:14.260Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-05-06T20:38:14.260Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T20:38:14.260Z] + case "${OS_FAMILY}" in [2021-05-06T20:38:14.260Z] + rpm -qa [2021-05-06T20:38:14.260Z] + sort [2021-05-06T20:38:19.577Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T20:38:19.577Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T20:38:19.577Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T20:38:19.577Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-05-06T20:38:19.577Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-05-06T20:38:19.577Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2021-05-06T20:38:19.593Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T20:38:19.905Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:38:20.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T20:38:20.216Z] [2021-05-06T20:38:20.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:38:20.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T20:38:20.531Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T20:38:20.531Z] df20fa9351a1: Pulling fs layer [2021-05-06T20:38:20.531Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T20:38:20.531Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T20:38:20.531Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T20:38:20.531Z] 93b61091891f: Pulling fs layer [2021-05-06T20:38:20.531Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T20:38:20.531Z] 5e14af77c1be: Pulling fs layer [2021-05-06T20:38:20.531Z] 01666e4c0597: Pulling fs layer [2021-05-06T20:38:20.531Z] aa168da1d23b: Pulling fs layer [2021-05-06T20:38:20.531Z] 93b61091891f: Waiting [2021-05-06T20:38:20.531Z] 93b9cdb0e59b: Waiting [2021-05-06T20:38:20.531Z] 5e14af77c1be: Waiting [2021-05-06T20:38:20.531Z] 01666e4c0597: Waiting [2021-05-06T20:38:20.531Z] aa168da1d23b: Waiting [2021-05-06T20:38:20.531Z] 46f8f816bc3b: Waiting [2021-05-06T20:38:20.531Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T20:38:20.531Z] 36b3adc4ff6f: Download complete [2021-05-06T20:38:20.531Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T20:38:20.531Z] 46f8f816bc3b: Download complete [2021-05-06T20:38:20.531Z] df20fa9351a1: Verifying Checksum [2021-05-06T20:38:20.531Z] df20fa9351a1: Download complete [2021-05-06T20:38:20.531Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T20:38:20.531Z] 93b9cdb0e59b: Download complete [2021-05-06T20:38:20.531Z] 5e14af77c1be: Verifying Checksum [2021-05-06T20:38:20.531Z] 5e14af77c1be: Download complete [2021-05-06T20:38:20.531Z] 01666e4c0597: Verifying Checksum [2021-05-06T20:38:20.531Z] 01666e4c0597: Download complete [2021-05-06T20:38:20.796Z] 93b61091891f: Verifying Checksum [2021-05-06T20:38:20.796Z] 93b61091891f: Download complete [2021-05-06T20:38:20.796Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T20:38:20.796Z] 8ad3a11d3b57: Download complete [2021-05-06T20:38:21.058Z] df20fa9351a1: Pull complete [2021-05-06T20:38:21.058Z] 36b3adc4ff6f: Pull complete [2021-05-06T20:38:22.460Z] 8ad3a11d3b57: Pull complete [2021-05-06T20:38:22.460Z] 46f8f816bc3b: Pull complete [2021-05-06T20:38:22.723Z] aa168da1d23b: Verifying Checksum [2021-05-06T20:38:22.723Z] aa168da1d23b: Download complete [2021-05-06T20:38:23.671Z] 93b61091891f: Pull complete [2021-05-06T20:38:23.671Z] 93b9cdb0e59b: Pull complete [2021-05-06T20:38:23.933Z] 5e14af77c1be: Pull complete [2021-05-06T20:38:23.933Z] 01666e4c0597: Pull complete [2021-05-06T20:38:32.146Z] aa168da1d23b: Pull complete [2021-05-06T20:38:32.146Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T20:38:32.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T20:38:32.146Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T20:38:32.277Z] prd-centos7-docker-4c-2g-3287 does not seem to be running inside a container [2021-05-06T20:38:32.317Z] $ 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_master/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_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T20:38:35.213Z] $ docker top e817004ce52ae352b474ba540ce7f041f7322f78037c7ffe76d6dba609ae311e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:38:35.662Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T20:38:35.994Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T20:38:36.362Z] + ls /var/log/sa-host [2021-05-06T20:38:36.362Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T20:38:36.362Z] file_magic: OK [2021-05-06T20:38:36.362Z] HZ: Using current value: 100 [2021-05-06T20:38:36.362Z] file_header: OK [2021-05-06T20:38:36.362Z] 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-05-06T20:38:36.362Z] Statistics: [2021-05-06T20:38:36.362Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T20:38:36.362Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T20:38:36.362Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T20:38:36.362Z] file_magic: OK [2021-05-06T20:38:36.362Z] HZ: Using current value: 100 [2021-05-06T20:38:36.362Z] file_header: OK [2021-05-06T20:38:36.362Z] 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-05-06T20:38:36.362Z] Statistics: [2021-05-06T20:38:36.362Z] Hnuu...uuuununununu... [2021-05-06T20:38:36.362Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T20:38:36.588Z] provisioning config files... [2021-05-06T20:38:36.607Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2222127458397233483tmp [Pipeline] { [Pipeline] echo [2021-05-06T20:38:36.637Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:38:36.956Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T20:38:36.965Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T20:38:36.992Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:38:37.294Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T20:38:37.309Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:38:37.601Z] ---> sudo-logs.sh [2021-05-06T20:38:37.601Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T20:38:37.627Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:38:37.922Z] ---> job-cost.sh [2021-05-06T20:38:37.923Z] lf-activate-venv: SKIPPING [2021-05-06T20:38:37.923Z] DEBUG: total: 0.20999999344348907 [2021-05-06T20:38:37.923Z] INFO: Retrieving Stack Cost... [2021-05-06T20:38:39.314Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T20:38:39.889Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T20:38:39.904Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:38:40.202Z] ---> logs-deploy.sh [2021-05-06T20:38:40.202Z] lf-activate-venv: SKIPPING [2021-05-06T20:38:40.202Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/121 [2021-05-06T20:38:40.202Z] INFO: archiving workspace using pattern(s): [2021-05-06T20:38:41.594Z] Archives upload complete. [2021-05-06T20:38:41.859Z] INFO: archiving logs to Nexus