Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f6c98efd1b7090ded7c75e4e5378f11a0f02f257 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-4235 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 Checking out Revision f6c98efd1b7090ded7c75e4e5378f11a0f02f257 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f f6c98efd1b7090ded7c75e4e5378f11a0f02f257 # timeout=10 Commit message: "fix: Fix Secure MessageBus Secret validation for non-secure mode (#233)" > git rev-list --no-walk b20a0182e28eabf0a8f345f296370c2283968b1c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T22:33:10.481Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T22:33:10.587Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T22:33:10.627Z] ========================================================= [2021-05-10T22:33:10.627Z] EdgeX Global Pipelines Version Info [2021-05-10T22:33:10.627Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:33:13.304Z] ------------------- [2021-05-10T22:33:13.305Z] stable info: [2021-05-10T22:33:13.305Z] ------------------- [2021-05-10T22:33:13.305Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T22:33:13.305Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T22:33:13.305Z] Message: update stable to v1.0.191 [2021-05-10T22:33:14.302Z] ------------------- [2021-05-10T22:33:14.302Z] experimental info: [2021-05-10T22:33:14.302Z] ------------------- [2021-05-10T22:33:14.302Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T22:33:14.302Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-10T22:33:14.302Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T22:33:14.451Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-05-10T22:33:14.482Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-05-10T22:33:14.505Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T22:33:14.527Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T22:33:14.551Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T22:33:14.590Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T22:33:14.618Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T22:33:14.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T22:33:14.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-10T22:33:14.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T22:33:14.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T22:33:14.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-05-10T22:33:14.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T22:33:14.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T22:33:14.811Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T22:33:14.834Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T22:33:14.857Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T22:33:14.881Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T22:33:14.903Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T22:33:14.926Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T22:33:14.949Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-10T22:33:14.973Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-10T22:33:14.998Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T22:33:15.022Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T22:33:15.045Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-10T22:33:15.068Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T22:33:15.111Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-10T22:33:15.139Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-10T22:33:15.165Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-10T22:33:15.189Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6c98efd1b7090ded7c75e4e5378f11a0f02f257 [Pipeline] echo [2021-05-10T22:33:15.213Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6c98ef [Pipeline] echo [2021-05-10T22:33:15.237Z] [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-10T22:33:15.664Z] + git log --format=format:%s -1 f6c98efd1b7090ded7c75e4e5378f11a0f02f257 [Pipeline] echo [2021-05-10T22:33:15.801Z] GIT_COMMIT: f6c98efd1b7090ded7c75e4e5378f11a0f02f257, Commit Message: fix: Fix Secure MessageBus Secret validation for non-secure mode (#233) [Pipeline] echo [2021-05-10T22:33:15.815Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:33:16.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T22:33:17.075Z] [2021-05-10T22:33:17.075Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:33:17.586Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T22:33:17.938Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T22:33:17.938Z] 31603596830f: Pulling fs layer [2021-05-10T22:33:17.938Z] 54011a49482f: Pulling fs layer [2021-05-10T22:33:17.938Z] a6820b24f6d8: Pulling fs layer [2021-05-10T22:33:17.938Z] f581987b2513: Pulling fs layer [2021-05-10T22:33:17.938Z] f581987b2513: Waiting [2021-05-10T22:33:17.938Z] 54011a49482f: Download complete [2021-05-10T22:33:18.221Z] 31603596830f: Verifying Checksum [2021-05-10T22:33:18.221Z] 31603596830f: Download complete [2021-05-10T22:33:18.495Z] f581987b2513: Verifying Checksum [2021-05-10T22:33:18.495Z] f581987b2513: Download complete [2021-05-10T22:33:18.495Z] a6820b24f6d8: Verifying Checksum [2021-05-10T22:33:18.495Z] a6820b24f6d8: Download complete [2021-05-10T22:33:18.770Z] 31603596830f: Pull complete [2021-05-10T22:33:19.093Z] 54011a49482f: Pull complete [2021-05-10T22:33:21.136Z] a6820b24f6d8: Pull complete [2021-05-10T22:33:21.748Z] f581987b2513: Pull complete [2021-05-10T22:33:21.748Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T22:33:21.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T22:33:21.748Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T22:33:22.007Z] prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container [2021-05-10T22:33:22.143Z] $ 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-10T22:33:25.467Z] $ docker top a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T22:33:25.815Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T22:33:25.816Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T22:33:26.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T22:33:26.281Z] $ docker exec a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad ssh-agent [2021-05-10T22:33:26.624Z] SSH_AUTH_SOCK=/tmp/ssh-qdEMnXCeat5X/agent.12 [2021-05-10T22:33:26.624Z] SSH_AGENT_PID=17 [2021-05-10T22:33:26.655Z] Running ssh-add (command line suppressed) [2021-05-10T22:33:26.896Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5820361375822024683.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5820361375822024683.key) [2021-05-10T22:33:27.069Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T22:33:27.459Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T22:33:27.619Z] $ docker exec --env ******** --env ******** a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad ssh-agent -k [2021-05-10T22:33:27.896Z] unset SSH_AUTH_SOCK; [2021-05-10T22:33:27.896Z] unset SSH_AGENT_PID; [2021-05-10T22:33:27.897Z] echo Agent pid 17 killed; [2021-05-10T22:33:28.009Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T22:33:28.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T22:33:28.054Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T22:33:28.384Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T22:33:28.386Z] $ docker exec a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad ssh-agent [2021-05-10T22:33:28.741Z] SSH_AUTH_SOCK=/tmp/ssh-PuKTZ6kotwBY/agent.46 [2021-05-10T22:33:28.741Z] SSH_AGENT_PID=52 [2021-05-10T22:33:28.752Z] Running ssh-add (command line suppressed) [2021-05-10T22:33:28.962Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8481180391389491885.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8481180391389491885.key) [2021-05-10T22:33:29.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T22:33:29.414Z] + git semver init [2021-05-10T22:33:29.414Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T22:33:29.414Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-05-10T22:33:29.414Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-10T22:33:29.414Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T22:33:29.414Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T22:33:29.414Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T22:33:29.414Z] # $SEMVER_BRANCH = master [2021-05-10T22:33:29.414Z] # $SEMVER_TEMP = /tmp/semver-042798462 [2021-05-10T22:33:29.414Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-05-10T22:33:30.418Z] # '/tmp/semver-042798462' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-05-10T22:33:30.418Z] # -> Force: false [2021-05-10T22:33:30.418Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-05-10T22:33:30.477Z] $ docker exec --env ******** --env ******** a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad ssh-agent -k [2021-05-10T22:33:30.874Z] unset SSH_AUTH_SOCK; [2021-05-10T22:33:30.884Z] unset SSH_AGENT_PID; [2021-05-10T22:33:30.884Z] echo Agent pid 52 killed; [2021-05-10T22:33:30.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T22:33:31.537Z] + git semver [Pipeline] } [2021-05-10T22:33:31.561Z] $ docker stop --time=1 a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad [2021-05-10T22:33:33.683Z] $ docker rm -f a3ebe8bc9fa98ad00909d97adce1b2203dfa658ea181f3cc6c0bbe8763f723ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T22:33:34.352Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T22:33:34.989Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T22:33:34.993Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.51 [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-10T22:33:50.163Z] Still waiting to schedule task [2021-05-10T22:33:50.163Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-10T22:33:50.166Z] Still waiting to schedule task [2021-05-10T22:33:50.166Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-10T22:37:47.144Z] Running on prd-centos7-docker-4c-2g-4237 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-05-10T22:37:47.164Z] Running in /w/workspace/go-mod-bootstrap/128 [Pipeline] { [Pipeline] checkout [2021-05-10T22:37:55.540Z] using credential edgex-jenkins-ssh [2021-05-10T22:37:55.566Z] Cloning the remote Git repository [2021-05-10T22:37:55.620Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T22:37:55.768Z] > git init /w/workspace/go-mod-bootstrap/128 # timeout=10 [2021-05-10T22:37:56.105Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T22:37:56.105Z] > git --version # timeout=10 [2021-05-10T22:37:56.197Z] > git --version # 'git version 2.24.3' [2021-05-10T22:37:56.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T22:37:56.323Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T22:37:57.731Z] Checking out Revision f6c98efd1b7090ded7c75e4e5378f11a0f02f257 (master) [2021-05-10T22:37:57.228Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-10T22:37:57.247Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T22:37:57.273Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-10T22:37:57.300Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T22:37:57.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T22:37:57.307Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T22:37:57.746Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T22:37:57.770Z] > git checkout -f f6c98efd1b7090ded7c75e4e5378f11a0f02f257 # timeout=10 [2021-05-10T22:38:02.063Z] Commit message: "fix: Fix Secure MessageBus Secret validation for non-secure mode (#233)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T22:38:03.745Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T22:38:04.189Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T22:38:04.626Z] + true [2021-05-10T22:38:04.626Z] + sudo service docker restart [2021-05-10T22:38:04.626Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-10T22:38:06.430Z] ========================================================= [2021-05-10T22:38:06.430Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T22:38:06.430Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:38:06.889Z] + 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-10T22:38:07.532Z] Sending build context to Docker daemon 926.2kB [2021-05-10T22:38:07.532Z] Step 1/8 : ARG BASE=golang:1.16-alpine [2021-05-10T22:38:07.532Z] Step 2/8 : FROM ${BASE} [2021-05-10T22:38:07.806Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T22:38:07.806Z] 540db60ca938: Pulling fs layer [2021-05-10T22:38:07.806Z] adcc1eea9eea: Pulling fs layer [2021-05-10T22:38:07.806Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T22:38:07.806Z] 0510c868ecb4: Pulling fs layer [2021-05-10T22:38:07.806Z] afea3b2eda06: Pulling fs layer [2021-05-10T22:38:07.806Z] 7809a108b3ef: Pulling fs layer [2021-05-10T22:38:07.806Z] f706445af74f: Pulling fs layer [2021-05-10T22:38:07.806Z] 7809a108b3ef: Waiting [2021-05-10T22:38:07.806Z] afea3b2eda06: Waiting [2021-05-10T22:38:07.806Z] f706445af74f: Waiting [2021-05-10T22:38:07.806Z] 0510c868ecb4: Waiting [2021-05-10T22:38:07.806Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T22:38:07.806Z] 4c4ab2625f07: Download complete [2021-05-10T22:38:07.806Z] adcc1eea9eea: Download complete [2021-05-10T22:38:07.806Z] afea3b2eda06: Verifying Checksum [2021-05-10T22:38:07.806Z] afea3b2eda06: Download complete [2021-05-10T22:38:07.806Z] 7809a108b3ef: Verifying Checksum [2021-05-10T22:38:07.806Z] 7809a108b3ef: Download complete [2021-05-10T22:38:07.806Z] 540db60ca938: Verifying Checksum [2021-05-10T22:38:07.806Z] 540db60ca938: Download complete [2021-05-10T22:38:08.407Z] 540db60ca938: Pull complete [2021-05-10T22:38:08.693Z] adcc1eea9eea: Pull complete [2021-05-10T22:38:09.079Z] 4c4ab2625f07: Pull complete [2021-05-10T22:38:11.741Z] f706445af74f: Verifying Checksum [2021-05-10T22:38:11.741Z] f706445af74f: Download complete [2021-05-10T22:38:13.233Z] 0510c868ecb4: Verifying Checksum [2021-05-10T22:38:13.233Z] 0510c868ecb4: Download complete [2021-05-10T22:38:25.959Z] 0510c868ecb4: Pull complete [2021-05-10T22:38:25.959Z] afea3b2eda06: Pull complete [2021-05-10T22:38:26.101Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4238 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-05-10T22:38:26.125Z] Running in /w/workspace/go-mod-bootstrap/128 [Pipeline] { [Pipeline] checkout [2021-05-10T22:38:26.283Z] 7809a108b3ef: Pull complete [2021-05-10T22:38:31.840Z] f706445af74f: Pull complete [2021-05-10T22:38:31.840Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T22:38:31.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T22:38:31.840Z] ---> b068be0155e3 [2021-05-10T22:38:31.840Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T22:38:32.278Z] using credential edgex-jenkins-ssh [2021-05-10T22:38:32.298Z] Cloning the remote Git repository [2021-05-10T22:38:32.456Z] ---> Running in ec9106841db1 [2021-05-10T22:38:32.385Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T22:38:32.520Z] > git init /w/workspace/go-mod-bootstrap/128 # timeout=10 [2021-05-10T22:38:32.768Z] Removing intermediate container ec9106841db1 [2021-05-10T22:38:32.768Z] ---> 8e2f943e0a6b [2021-05-10T22:38:32.768Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:38:32.768Z] ---> Running in 18b29288f306 [2021-05-10T22:38:32.622Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T22:38:32.623Z] > git --version # timeout=10 [2021-05-10T22:38:32.642Z] > git --version # 'git version 2.17.1' [2021-05-10T22:38:32.643Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T22:38:32.718Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T22:38:33.576Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-10T22:38:33.604Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T22:38:33.636Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-05-10T22:38:33.666Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-05-10T22:38:33.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T22:38:33.683Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T22:38:34.192Z] Checking out Revision f6c98efd1b7090ded7c75e4e5378f11a0f02f257 (master) [2021-05-10T22:38:34.871Z] Removing intermediate container 18b29288f306 [2021-05-10T22:38:34.871Z] ---> d68dbddb3e33 [2021-05-10T22:38:34.871Z] Step 5/8 : RUN apk add --update --no-cache git make zeromq-dev [2021-05-10T22:38:34.871Z] ---> Running in 1fbfed04a2ee [2021-05-10T22:38:34.214Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T22:38:34.232Z] > git checkout -f f6c98efd1b7090ded7c75e4e5378f11a0f02f257 # timeout=10 [2021-05-10T22:38:35.874Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:38:38.511Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:38:38.556Z] Commit message: "fix: Fix Secure MessageBus Secret validation for non-secure mode (#233)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T22:38:39.122Z] (1/5) Installing libsodium (1.0.18-r0) [2021-05-10T22:38:39.416Z] (2/5) Installing libzmq (4.3.3-r1) [2021-05-10T22:38:39.696Z] (3/5) Installing pkgconf (1.7.3-r0) [2021-05-10T22:38:39.696Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-05-10T22:38:39.896Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-05-10T22:38:39.974Z] (5/5) Installing zeromq-dev (4.3.3-r1) [Pipeline] sh [2021-05-10T22:38:40.260Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T22:38:40.260Z] OK: 150 MiB in 45 packages [2021-05-10T22:38:40.335Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T22:38:40.673Z] + true [2021-05-10T22:38:40.673Z] + sudo service docker restart [2021-05-10T22:38:41.299Z] Removing intermediate container 1fbfed04a2ee [2021-05-10T22:38:41.299Z] ---> aeb6e90094ab [2021-05-10T22:38:41.299Z] Step 6/8 : WORKDIR /build [2021-05-10T22:38:41.299Z] ---> Running in 91a1d2385703 [2021-05-10T22:38:41.641Z] Removing intermediate container 91a1d2385703 [2021-05-10T22:38:41.641Z] ---> 299c7ec193a5 [2021-05-10T22:38:41.641Z] Step 7/8 : COPY go.mod . [2021-05-10T22:38:42.269Z] ---> 1566b92ed500 [2021-05-10T22:38:42.269Z] Step 8/8 : RUN go mod download [2021-05-10T22:38:42.269Z] ---> Running in 43b799f7e946 [Pipeline] unstash [Pipeline] echo [2021-05-10T22:38:43.570Z] ========================================================= [2021-05-10T22:38:43.570Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T22:38:43.570Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:38:43.918Z] + 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-10T22:38:44.915Z] Sending build context to Docker daemon 925.2kB [2021-05-10T22:38:44.915Z] Step 1/8 : ARG BASE=golang:1.16-alpine [2021-05-10T22:38:44.915Z] Step 2/8 : FROM ${BASE} [2021-05-10T22:38:45.191Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T22:38:45.191Z] 595b0fe564bb: Pulling fs layer [2021-05-10T22:38:45.191Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T22:38:45.191Z] 316046926c0a: Pulling fs layer [2021-05-10T22:38:45.191Z] 4ebd0625c992: Pulling fs layer [2021-05-10T22:38:45.191Z] 207e8628e3a3: Pulling fs layer [2021-05-10T22:38:45.191Z] c791037a9be2: Pulling fs layer [2021-05-10T22:38:45.191Z] ffd874e62e21: Pulling fs layer [2021-05-10T22:38:45.191Z] 4ebd0625c992: Waiting [2021-05-10T22:38:45.191Z] 207e8628e3a3: Waiting [2021-05-10T22:38:45.191Z] c791037a9be2: Waiting [2021-05-10T22:38:45.191Z] ffd874e62e21: Waiting [2021-05-10T22:38:45.191Z] 316046926c0a: Download complete [2021-05-10T22:38:45.191Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T22:38:45.191Z] 7186ed65a4f7: Download complete [2021-05-10T22:38:45.191Z] 207e8628e3a3: Verifying Checksum [2021-05-10T22:38:45.191Z] 207e8628e3a3: Download complete [2021-05-10T22:38:45.191Z] c791037a9be2: Verifying Checksum [2021-05-10T22:38:45.191Z] c791037a9be2: Download complete [2021-05-10T22:38:45.191Z] 595b0fe564bb: Download complete [2021-05-10T22:38:46.178Z] 595b0fe564bb: Pull complete [2021-05-10T22:38:46.780Z] 7186ed65a4f7: Pull complete [2021-05-10T22:38:47.055Z] 316046926c0a: Pull complete [2021-05-10T22:38:47.327Z] ffd874e62e21: Verifying Checksum [2021-05-10T22:38:47.327Z] ffd874e62e21: Download complete [2021-05-10T22:38:49.315Z] 4ebd0625c992: Verifying Checksum [2021-05-10T22:38:49.315Z] 4ebd0625c992: Download complete [2021-05-10T22:38:59.516Z] 4ebd0625c992: Pull complete [2021-05-10T22:38:59.516Z] 207e8628e3a3: Pull complete [2021-05-10T22:38:59.790Z] c791037a9be2: Pull complete [2021-05-10T22:39:03.206Z] ffd874e62e21: Pull complete [2021-05-10T22:39:03.206Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T22:39:03.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T22:39:03.480Z] ---> cfc18b08335c [2021-05-10T22:39:03.480Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T22:39:06.097Z] ---> Running in 2588002c5142 [2021-05-10T22:39:06.371Z] Removing intermediate container 2588002c5142 [2021-05-10T22:39:06.371Z] ---> 7f8e3c4ee0b5 [2021-05-10T22:39:06.371Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:39:06.643Z] ---> Running in 2957fbfcf104 [2021-05-10T22:39:09.268Z] Removing intermediate container 2957fbfcf104 [2021-05-10T22:39:09.269Z] ---> 054ba3403186 [2021-05-10T22:39:09.269Z] Step 5/8 : RUN apk add --update --no-cache git make zeromq-dev [2021-05-10T22:39:09.269Z] ---> Running in a9b698e4b6b6 [2021-05-10T22:39:10.245Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:39:12.205Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:39:13.195Z] (1/5) Installing libsodium (1.0.18-r0) [2021-05-10T22:39:14.166Z] (2/5) Installing libzmq (4.3.3-r1) [2021-05-10T22:39:14.166Z] (3/5) Installing pkgconf (1.7.3-r0) [2021-05-10T22:39:14.441Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-05-10T22:39:14.712Z] (5/5) Installing zeromq-dev (4.3.3-r1) [2021-05-10T22:39:14.712Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T22:39:14.988Z] OK: 139 MiB in 45 packages [2021-05-10T22:39:15.012Z] Removing intermediate container 43b799f7e946 [2021-05-10T22:39:15.012Z] ---> 43df39b7ab24 [2021-05-10T22:39:15.012Z] Successfully built 43df39b7ab24 [2021-05-10T22:39:15.319Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:39:15.912Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T22:39:15.970Z] Removing intermediate container a9b698e4b6b6 [2021-05-10T22:39:15.970Z] ---> 2750a699527c [2021-05-10T22:39:15.971Z] Step 6/8 : WORKDIR /build [2021-05-10T22:39:16.184Z] . [Pipeline] withDockerContainer [2021-05-10T22:39:16.243Z] ---> Running in bd9225a83458 [2021-05-10T22:39:16.431Z] prd-centos7-docker-4c-2g-4237 does not seem to be running inside a container [2021-05-10T22:39:16.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/128 -v /w/workspace/go-mod-bootstrap/128:/w/workspace/go-mod-bootstrap/128:rw,z -v /w/workspace/go-mod-bootstrap/128@tmp:/w/workspace/go-mod-bootstrap/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T22:39:16.836Z] Removing intermediate container bd9225a83458 [2021-05-10T22:39:16.836Z] ---> 04af751d7de0 [2021-05-10T22:39:16.836Z] Step 7/8 : COPY go.mod . [2021-05-10T22:39:17.430Z] ---> 87d6303d011b [2021-05-10T22:39:17.430Z] Step 8/8 : RUN go mod download [2021-05-10T22:39:17.702Z] ---> Running in da11868ed410 [2021-05-10T22:39:18.212Z] $ docker top 1aeb1a3f154c72b3a09337f2f49dd15d7ed81c7245930a943adf2a85c1c4ba45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T22:39:18.917Z] + go version [2021-05-10T22:39:18.917Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T22:39:19.049Z] $ docker stop --time=1 1aeb1a3f154c72b3a09337f2f49dd15d7ed81c7245930a943adf2a85c1c4ba45 [2021-05-10T22:39:20.743Z] $ docker rm -f 1aeb1a3f154c72b3a09337f2f49dd15d7ed81c7245930a943adf2a85c1c4ba45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:39:21.675Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T22:39:21.675Z] . [Pipeline] withDockerContainer [2021-05-10T22:39:22.013Z] prd-centos7-docker-4c-2g-4237 does not seem to be running inside a container [2021-05-10T22:39:22.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/128 -v /w/workspace/go-mod-bootstrap/128:/w/workspace/go-mod-bootstrap/128:rw,z -v /w/workspace/go-mod-bootstrap/128@tmp:/w/workspace/go-mod-bootstrap/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T22:39:23.897Z] $ docker top 32cb16775d292d07688316aa00082e13ce8e8babbdce0654216d728c41fa14d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T22:39:25.306Z] + go mod tidy [Pipeline] sh [2021-05-10T22:39:26.323Z] + make test [2021-05-10T22:39:26.323Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-10T22:39:45.635Z] Removing intermediate container da11868ed410 [2021-05-10T22:39:45.635Z] ---> 567f3da43e5f [2021-05-10T22:39:45.635Z] Successfully built 567f3da43e5f [2021-05-10T22:39:45.635Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:39:45.984Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T22:39:45.984Z] . [Pipeline] withDockerContainer [2021-05-10T22:39:46.268Z] prd-ubuntu18.04-docker-arm64-4c-16g-4238 does not seem to be running inside a container [2021-05-10T22:39:46.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/128 -v /w/workspace/go-mod-bootstrap/128:/w/workspace/go-mod-bootstrap/128:rw,z -v /w/workspace/go-mod-bootstrap/128@tmp:/w/workspace/go-mod-bootstrap/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T22:39:47.818Z] $ docker top cbaf31c74ebfc3ba8daba966daf8328e08a09e137d456fb87b2af3e0961c8f51 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T22:39:48.750Z] + go version [2021-05-10T22:39:48.750Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T22:39:48.779Z] $ docker stop --time=1 cbaf31c74ebfc3ba8daba966daf8328e08a09e137d456fb87b2af3e0961c8f51 [2021-05-10T22:39:50.708Z] $ docker rm -f cbaf31c74ebfc3ba8daba966daf8328e08a09e137d456fb87b2af3e0961c8f51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:39:51.394Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T22:39:51.394Z] . [Pipeline] withDockerContainer [2021-05-10T22:39:51.651Z] prd-ubuntu18.04-docker-arm64-4c-16g-4238 does not seem to be running inside a container [2021-05-10T22:39:51.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/128 -v /w/workspace/go-mod-bootstrap/128:/w/workspace/go-mod-bootstrap/128:rw,z -v /w/workspace/go-mod-bootstrap/128@tmp:/w/workspace/go-mod-bootstrap/128@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T22:39:53.228Z] $ docker top b73e75f43cd0caacfd82abfc93a7b769b81929d53b268802bfb5560b2bc21347 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T22:39:54.192Z] + go mod tidy [Pipeline] sh [2021-05-10T22:39:55.448Z] + make test [2021-05-10T22:39:55.448Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-10T22:39:59.155Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-05-10T22:40:01.696Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.042s coverage: 5.4% of statements [2021-05-10T22:40:01.696Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-05-10T22:40:01.696Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.042s coverage: 92.2% of statements [2021-05-10T22:40:01.696Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.023s coverage: 85.3% of statements [2021-05-10T22:40:01.696Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-05-10T22:40:01.696Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-05-10T22:40:01.696Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-05-10T22:40:03.837Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 1.111s coverage: 91.5% of statements [2021-05-10T22:40:03.837Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.093s coverage: 26.7% of statements [2021-05-10T22:40:08.241Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.055s coverage: 90.7% of statements [2021-05-10T22:40:08.241Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-05-10T22:40:08.241Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-05-10T22:40:08.242Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.016s coverage: 91.3% of statements [2021-05-10T22:40:08.242Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-05-10T22:40:08.242Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-10T22:40:26.988Z] gofmt -l . [2021-05-10T22:40:26.988Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-10T22:40:27.061Z] $ docker stop --time=1 32cb16775d292d07688316aa00082e13ce8e8babbdce0654216d728c41fa14d9 [2021-05-10T22:40:29.444Z] $ docker rm -f 32cb16775d292d07688316aa00082e13ce8e8babbdce0654216d728c41fa14d9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T22:40:30.156Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T22:40:30.929Z] 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-10T22:40:31.588Z] ---> job-cost.sh [2021-05-10T22:40:31.588Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-33zx [2021-05-10T22:40:42.468Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-05-10T22:40:42.468Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.080s coverage: 5.4% of statements [2021-05-10T22:40:42.468Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-05-10T22:40:42.468Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.048s coverage: 92.2% of statements [2021-05-10T22:40:42.468Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.061s coverage: 85.3% of statements [2021-05-10T22:40:42.468Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-05-10T22:40:42.468Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-05-10T22:40:42.468Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-05-10T22:40:46.799Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 1.059s coverage: 91.5% of statements [2021-05-10T22:40:46.800Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.084s coverage: 26.7% of statements [2021-05-10T22:40:49.408Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.099s coverage: 90.7% of statements [2021-05-10T22:40:49.408Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-05-10T22:40:49.408Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-05-10T22:40:49.408Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.020s coverage: 91.3% of statements [2021-05-10T22:40:49.408Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-05-10T22:40:50.007Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-10T22:40:58.694Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T22:41:16.805Z] gofmt -l . [2021-05-10T22:41:16.806Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-10T22:41:16.837Z] $ docker stop --time=1 b73e75f43cd0caacfd82abfc93a7b769b81929d53b268802bfb5560b2bc21347 [2021-05-10T22:41:19.024Z] $ docker rm -f b73e75f43cd0caacfd82abfc93a7b769b81929d53b268802bfb5560b2bc21347 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T22:41:19.931Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T22:41:19.952Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T22:41:20.828Z] 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-10T22:41:21.429Z] ---> job-cost.sh [2021-05-10T22:41:21.429Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-riE2 [2021-05-10T22:41:38.051Z] lf-activate-venv(): INFO: Adding /tmp/venv-33zx/bin to PATH [2021-05-10T22:41:38.051Z] INFO: No Stack... [2021-05-10T22:41:38.701Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T22:41:39.427Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T22:41:40.017Z] + cat /w/workspace/go-mod-bootstrap/128/archives/cost.csv [2021-05-10T22:41:40.017Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T22:41:40.238Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] [2021-05-10T22:41:40.247Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] did not exist. Created. [2021-05-10T22:41:40.247Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T22:41:40.630Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T22:41:40.819Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T22:41:40.833Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T22:42:00.419Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T22:43:22.149Z] lf-activate-venv(): INFO: Adding /tmp/venv-riE2/bin to PATH [2021-05-10T22:43:22.149Z] INFO: No Stack... [2021-05-10T22:43:22.149Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T22:43:22.149Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T22:43:22.492Z] + cat /w/workspace/go-mod-bootstrap/128/archives/cost.csv [2021-05-10T22:43:22.492Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T22:43:22.598Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] [2021-05-10T22:43:22.607Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] did not exist. Created. [2021-05-10T22:43:22.607Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T22:43:22.976Z] /w/workspace/go-mod-bootstrap/128@tmp/durable-df1142bc/script.sh: 1: /w/workspace/go-mod-bootstrap/128@tmp/durable-df1142bc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-10T22:43:23.316Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T22:43:23.336Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T22:43:23.487Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T22:43:23.500Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-128-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-10T22:43:24.114Z] provisioning config files... [2021-05-10T22:43:24.158Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1936307814126262828tmp [Pipeline] { [Pipeline] sh [2021-05-10T22:43:24.536Z] + set +x [2021-05-10T22:43:24.536Z] + curl -s https://codecov.io/bash [2021-05-10T22:43:24.536Z] + bash -s -- [2021-05-10T22:43:24.810Z] [2021-05-10T22:43:24.810Z] _____ _ [2021-05-10T22:43:24.810Z] / ____| | | [2021-05-10T22:43:24.810Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T22:43:24.810Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T22:43:24.810Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T22:43:24.810Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T22:43:24.810Z] Bash-1.0.2 [2021-05-10T22:43:24.810Z] [2021-05-10T22:43:24.810Z] [2021-05-10T22:43:24.810Z] ==> git version 2.24.3 found [2021-05-10T22:43:24.810Z] ==> 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-10T22:43:24.810Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T22:43:24.810Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T22:43:24.810Z] ==> Jenkins CI detected. [2021-05-10T22:43:24.810Z] project root: . [2021-05-10T22:43:24.810Z] --> token set from env [2021-05-10T22:43:24.810Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T22:43:25.088Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T22:43:25.088Z] ==> Python coveragepy not found [2021-05-10T22:43:25.088Z] ==> Searching for coverage reports in: [2021-05-10T22:43:25.088Z] + . [2021-05-10T22:43:25.088Z] -> Found 1 reports [2021-05-10T22:43:25.088Z] ==> Detecting git/mercurial file structure [2021-05-10T22:43:25.088Z] ==> Reading reports [2021-05-10T22:43:25.088Z] + ./coverage.out bytes=33571 [2021-05-10T22:43:25.088Z] ==> Appending adjustments [2021-05-10T22:43:25.088Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T22:43:25.702Z] + Found adjustments [2021-05-10T22:43:25.702Z] ==> Gzipping contents [2021-05-10T22:43:25.702Z] 8.0K /tmp/codecov.tWwqKI.gz [2021-05-10T22:43:25.702Z] ==> Uploading reports [2021-05-10T22:43:25.702Z] url: https://codecov.io [2021-05-10T22:43:25.702Z] query: branch=master&commit=f6c98efd1b7090ded7c75e4e5378f11a0f02f257&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F128%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T22:43:25.702Z] -> Pinging Codecov [2021-05-10T22:43:25.702Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=f6c98efd1b7090ded7c75e4e5378f11a0f02f257&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F128%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T22:43:26.305Z] -> Uploading to [2021-05-10T22:43:26.305Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/833815588EE85121546D348822E98E2E/f6c98efd1b7090ded7c75e4e5378f11a0f02f257/ecc53e64-b6b4-43e7-abe3-3e300d790ba4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T224326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=82e5209fad4a06cf7afa5586be65c5a948722de9857a4f2713a5ef8efeb8a8c6 [2021-05-10T22:43:26.305Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T22:43:26.305Z] Dload Upload Total Spent Left Speed [2021-05-10T22:43:26.903Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6263 0 0 100 6263 0 14002 --:--:-- --:--:-- --:--:-- 14042 [2021-05-10T22:43:26.903Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/f6c98efd1b7090ded7c75e4e5378f11a0f02f257 [Pipeline] } [2021-05-10T22:43:26.953Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-10T22:43:27.680Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-10T22:43:27.705Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:43:28.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T22:43:28.344Z] [2021-05-10T22:43:28.344Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:43:28.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T22:43:29.051Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-10T22:43:29.051Z] 188c0c94c7c5: Pulling fs layer [2021-05-10T22:43:29.051Z] 0ef7d3d256c8: Pulling fs layer [2021-05-10T22:43:29.051Z] de9db76c5a1d: Pulling fs layer [2021-05-10T22:43:29.051Z] 0eba1c9be4d2: Pulling fs layer [2021-05-10T22:43:29.051Z] 0d57e429df01: Pulling fs layer [2021-05-10T22:43:29.051Z] 4e4be7b47b0d: Pulling fs layer [2021-05-10T22:43:29.051Z] e1f770b5df2f: Pulling fs layer [2021-05-10T22:43:29.051Z] 85a0685a4137: Pulling fs layer [2021-05-10T22:43:29.051Z] 0eba1c9be4d2: Waiting [2021-05-10T22:43:29.051Z] 0d57e429df01: Waiting [2021-05-10T22:43:29.051Z] 4e4be7b47b0d: Waiting [2021-05-10T22:43:29.051Z] e1f770b5df2f: Waiting [2021-05-10T22:43:29.051Z] 85a0685a4137: Waiting [2021-05-10T22:43:29.051Z] de9db76c5a1d: Verifying Checksum [2021-05-10T22:43:29.051Z] de9db76c5a1d: Download complete [2021-05-10T22:43:29.051Z] 0ef7d3d256c8: Download complete [2021-05-10T22:43:29.408Z] 0d57e429df01: Verifying Checksum [2021-05-10T22:43:29.408Z] 0d57e429df01: Download complete [2021-05-10T22:43:29.408Z] 4e4be7b47b0d: Verifying Checksum [2021-05-10T22:43:29.408Z] 4e4be7b47b0d: Download complete [2021-05-10T22:43:29.408Z] 188c0c94c7c5: Download complete [2021-05-10T22:43:30.513Z] 188c0c94c7c5: Pull complete [2021-05-10T22:43:30.800Z] 0ef7d3d256c8: Pull complete [2021-05-10T22:43:31.096Z] de9db76c5a1d: Pull complete [2021-05-10T22:43:32.611Z] e1f770b5df2f: Verifying Checksum [2021-05-10T22:43:32.611Z] e1f770b5df2f: Download complete [2021-05-10T22:43:41.751Z] 0eba1c9be4d2: Verifying Checksum [2021-05-10T22:43:41.751Z] 0eba1c9be4d2: Download complete [2021-05-10T22:43:42.097Z] 85a0685a4137: Verifying Checksum [2021-05-10T22:43:42.097Z] 85a0685a4137: Download complete [2021-05-10T22:43:54.693Z] 0eba1c9be4d2: Pull complete [2021-05-10T22:43:54.693Z] 0d57e429df01: Pull complete [2021-05-10T22:43:54.693Z] 4e4be7b47b0d: Pull complete [2021-05-10T22:43:57.424Z] e1f770b5df2f: Pull complete [2021-05-10T22:44:09.950Z] 85a0685a4137: Pull complete [2021-05-10T22:44:09.950Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-10T22:44:09.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T22:44:09.950Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-10T22:44:10.296Z] prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container [2021-05-10T22:44:10.376Z] $ 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-10T22:44:12.353Z] $ docker top 62f2b0aff532b30cb982a5c955ff8e72eeee8493feaa451204df93c285072e62 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T22:44:12.702Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-10T22:44:13.174Z] + set -o pipefail [2021-05-10T22:44:13.174Z] + snyk monitor '--org=edgex-jenkins' [2021-05-10T22:44:25.802Z] [2021-05-10T22:44:25.802Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2021-05-10T22:44:25.802Z] [2021-05-10T22:44:25.802Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/b07dc7d2-831a-447f-9296-7153461ff3d5 [2021-05-10T22:44:25.802Z] [2021-05-10T22:44:25.802Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-10T22:44:25.802Z] [2021-05-10T22:44:25.802Z] [Pipeline] } [2021-05-10T22:44:25.858Z] $ docker stop --time=1 62f2b0aff532b30cb982a5c955ff8e72eeee8493feaa451204df93c285072e62 [2021-05-10T22:44:28.586Z] $ docker rm -f 62f2b0aff532b30cb982a5c955ff8e72eeee8493feaa451204df93c285072e62 [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-10T22:44:30.858Z] + git log --format=format:%s -1 f6c98efd1b7090ded7c75e4e5378f11a0f02f257 [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:44:31.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T22:44:31.704Z] . [Pipeline] withDockerContainer [2021-05-10T22:44:33.250Z] prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container [2021-05-10T22:44:33.502Z] $ 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-10T22:44:35.318Z] $ docker top 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T22:44:35.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T22:44:35.655Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T22:44:36.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T22:44:36.524Z] $ docker exec 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 ssh-agent [2021-05-10T22:44:37.000Z] SSH_AUTH_SOCK=/tmp/ssh-0vh6JyPonjh4/agent.11 [2021-05-10T22:44:37.000Z] SSH_AGENT_PID=16 [2021-05-10T22:44:37.013Z] Running ssh-add (command line suppressed) [2021-05-10T22:44:37.329Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2242298851089905664.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2242298851089905664.key) [2021-05-10T22:44:37.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T22:44:37.831Z] + git semver tag [2021-05-10T22:44:38.104Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T22:44:38.104Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-05-10T22:44:38.104Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-10T22:44:38.104Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T22:44:38.104Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T22:44:38.104Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T22:44:38.104Z] # $SEMVER_BRANCH = master [2021-05-10T22:44:38.104Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-05-10T22:44:38.104Z] # f6c98efd1b7090ded7c75e4e5378f11a0f02f257 HEAD [2021-05-10T22:44:38.104Z] # -> Force: false [2021-05-10T22:44:38.104Z] # 7ecca2d413a51ce9ebd861f93a6ff1d743bdcaa4 refs/tags/v2.0.0-dev.51 [Pipeline] } [2021-05-10T22:44:38.177Z] $ docker exec --env ******** --env ******** 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 ssh-agent -k [2021-05-10T22:44:38.369Z] unset SSH_AUTH_SOCK; [2021-05-10T22:44:38.377Z] unset SSH_AGENT_PID; [2021-05-10T22:44:38.377Z] echo Agent pid 16 killed; [2021-05-10T22:44:38.530Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T22:44:38.887Z] + git semver [Pipeline] } [2021-05-10T22:44:38.920Z] $ docker stop --time=1 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 [2021-05-10T22:44:40.789Z] $ docker rm -f 99476d901f27624d646ba6f1db731700d7902e6a8d51310a14e83678e0ba3fe0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:44:41.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T22:44:41.730Z] [2021-05-10T22:44:41.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:44:42.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T22:44:42.129Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-10T22:44:42.129Z] ab5ef0e58194: Pulling fs layer [2021-05-10T22:44:42.129Z] 9712f1f96733: Pulling fs layer [2021-05-10T22:44:42.129Z] 63f879dbbcfc: Pulling fs layer [2021-05-10T22:44:42.129Z] 0d9ebad4ef96: Pulling fs layer [2021-05-10T22:44:42.129Z] e9a5061849ea: Pulling fs layer [2021-05-10T22:44:42.129Z] d747dcd14b5f: Pulling fs layer [2021-05-10T22:44:42.129Z] 2de7ff778b66: Pulling fs layer [2021-05-10T22:44:42.129Z] e9a5061849ea: Waiting [2021-05-10T22:44:42.129Z] d747dcd14b5f: Waiting [2021-05-10T22:44:42.129Z] 0d9ebad4ef96: Waiting [2021-05-10T22:44:42.129Z] 2de7ff778b66: Waiting [2021-05-10T22:44:42.129Z] 9712f1f96733: Verifying Checksum [2021-05-10T22:44:42.129Z] 9712f1f96733: Download complete [2021-05-10T22:44:47.654Z] 63f879dbbcfc: Verifying Checksum [2021-05-10T22:44:47.654Z] 63f879dbbcfc: Download complete [2021-05-10T22:44:47.654Z] e9a5061849ea: Verifying Checksum [2021-05-10T22:44:47.654Z] e9a5061849ea: Download complete [2021-05-10T22:44:47.972Z] d747dcd14b5f: Download complete [2021-05-10T22:44:48.659Z] 2de7ff778b66: Verifying Checksum [2021-05-10T22:44:48.659Z] 2de7ff778b66: Download complete [2021-05-10T22:44:48.659Z] 0d9ebad4ef96: Verifying Checksum [2021-05-10T22:44:48.659Z] 0d9ebad4ef96: Download complete [2021-05-10T22:44:50.150Z] ab5ef0e58194: Verifying Checksum [2021-05-10T22:44:50.150Z] ab5ef0e58194: Download complete [2021-05-10T22:44:58.610Z] ab5ef0e58194: Pull complete [2021-05-10T22:44:58.881Z] 9712f1f96733: Pull complete [2021-05-10T22:45:01.500Z] 63f879dbbcfc: Pull complete [2021-05-10T22:45:14.430Z] 0d9ebad4ef96: Pull complete [2021-05-10T22:45:16.471Z] e9a5061849ea: Pull complete [2021-05-10T22:45:16.472Z] d747dcd14b5f: Pull complete [2021-05-10T22:45:21.028Z] 2de7ff778b66: Pull complete [2021-05-10T22:45:21.028Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-10T22:45:21.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T22:45:21.028Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-10T22:45:21.508Z] prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container [2021-05-10T22:45:21.667Z] $ 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-10T22:45:25.231Z] $ docker top 1a74881b338f2ec19648b59f1bc4caee961efb7f623d3745a9b473beec0b1c8b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-10T22:45:25.859Z] provisioning config files... [2021-05-10T22:45:25.873Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2839719202063684909tmp [2021-05-10T22:45:25.899Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8500264105315871017tmp [2021-05-10T22:45:25.943Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7470244396821943630tmp [Pipeline] { [Pipeline] echo [2021-05-10T22:45:25.975Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:45:26.689Z] ---> sigul-configuration.sh [2021-05-10T22:45:26.689Z] gpg: directory `/root/.gnupg' created [2021-05-10T22:45:26.689Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-10T22:45:26.689Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-10T22:45:26.689Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-10T22:45:26.689Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-10T22:45:26.689Z] gpg: CAST5 encrypted data [2021-05-10T22:45:26.689Z] gpg: encrypted with 1 passphrase [2021-05-10T22:45:26.689Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-10T22:45:27.504Z] + mkdir /home/jenkins [2021-05-10T22:45:27.505Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-10T22:45:27.995Z] + 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-10T22:45:28.009Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:45:28.736Z] ---> sigul-install.sh [2021-05-10T22:45:39.466Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-10T22:45:40.192Z] + git tag --list [2021-05-10T22:45:40.192Z] v0.0.1 [2021-05-10T22:45:40.192Z] v0.0.10 [2021-05-10T22:45:40.192Z] v0.0.11 [2021-05-10T22:45:40.192Z] v0.0.12 [2021-05-10T22:45:40.192Z] v0.0.13 [2021-05-10T22:45:40.192Z] v0.0.14 [2021-05-10T22:45:40.192Z] v0.0.15 [2021-05-10T22:45:40.192Z] v0.0.16 [2021-05-10T22:45:40.192Z] v0.0.17 [2021-05-10T22:45:40.192Z] v0.0.18 [2021-05-10T22:45:40.192Z] v0.0.19 [2021-05-10T22:45:40.192Z] v0.0.2 [2021-05-10T22:45:40.192Z] v0.0.20 [2021-05-10T22:45:40.192Z] v0.0.21 [2021-05-10T22:45:40.192Z] v0.0.22 [2021-05-10T22:45:40.192Z] v0.0.23 [2021-05-10T22:45:40.192Z] v0.0.24 [2021-05-10T22:45:40.192Z] v0.0.25 [2021-05-10T22:45:40.192Z] v0.0.26 [2021-05-10T22:45:40.192Z] v0.0.27 [2021-05-10T22:45:40.192Z] v0.0.28 [2021-05-10T22:45:40.192Z] v0.0.29 [2021-05-10T22:45:40.192Z] v0.0.3 [2021-05-10T22:45:40.192Z] v0.0.30 [2021-05-10T22:45:40.192Z] v0.0.31 [2021-05-10T22:45:40.192Z] v0.0.32 [2021-05-10T22:45:40.192Z] v0.0.33 [2021-05-10T22:45:40.192Z] v0.0.34 [2021-05-10T22:45:40.192Z] v0.0.35 [2021-05-10T22:45:40.192Z] v0.0.36 [2021-05-10T22:45:40.192Z] v0.0.37 [2021-05-10T22:45:40.192Z] v0.0.38 [2021-05-10T22:45:40.192Z] v0.0.39 [2021-05-10T22:45:40.192Z] v0.0.4 [2021-05-10T22:45:40.192Z] v0.0.40 [2021-05-10T22:45:40.192Z] v0.0.41 [2021-05-10T22:45:40.192Z] v0.0.42 [2021-05-10T22:45:40.192Z] v0.0.43 [2021-05-10T22:45:40.192Z] v0.0.44 [2021-05-10T22:45:40.192Z] v0.0.45 [2021-05-10T22:45:40.192Z] v0.0.46 [2021-05-10T22:45:40.192Z] v0.0.47 [2021-05-10T22:45:40.192Z] v0.0.48 [2021-05-10T22:45:40.192Z] v0.0.49 [2021-05-10T22:45:40.192Z] v0.0.5 [2021-05-10T22:45:40.192Z] v0.0.50 [2021-05-10T22:45:40.192Z] v0.0.51 [2021-05-10T22:45:40.192Z] v0.0.52 [2021-05-10T22:45:40.192Z] v0.0.53 [2021-05-10T22:45:40.192Z] v0.0.54 [2021-05-10T22:45:40.192Z] v0.0.55 [2021-05-10T22:45:40.192Z] v0.0.56 [2021-05-10T22:45:40.192Z] v0.0.57 [2021-05-10T22:45:40.192Z] v0.0.58 [2021-05-10T22:45:40.192Z] v0.0.59 [2021-05-10T22:45:40.192Z] v0.0.6 [2021-05-10T22:45:40.192Z] v0.0.60 [2021-05-10T22:45:40.192Z] v0.0.61 [2021-05-10T22:45:40.192Z] v0.0.62 [2021-05-10T22:45:40.192Z] v0.0.63 [2021-05-10T22:45:40.192Z] v0.0.64 [2021-05-10T22:45:40.192Z] v0.0.65 [2021-05-10T22:45:40.192Z] v0.0.66 [2021-05-10T22:45:40.192Z] v0.0.67 [2021-05-10T22:45:40.192Z] v0.0.68 [2021-05-10T22:45:40.192Z] v0.0.69 [2021-05-10T22:45:40.192Z] v0.0.7 [2021-05-10T22:45:40.192Z] v0.0.70 [2021-05-10T22:45:40.192Z] v0.0.71 [2021-05-10T22:45:40.192Z] v0.0.72 [2021-05-10T22:45:40.192Z] v0.0.8 [2021-05-10T22:45:40.192Z] v0.0.9 [2021-05-10T22:45:40.192Z] v2.0.0-dev.1 [2021-05-10T22:45:40.192Z] v2.0.0-dev.10 [2021-05-10T22:45:40.192Z] v2.0.0-dev.11 [2021-05-10T22:45:40.192Z] v2.0.0-dev.12 [2021-05-10T22:45:40.192Z] v2.0.0-dev.13 [2021-05-10T22:45:40.192Z] v2.0.0-dev.14 [2021-05-10T22:45:40.192Z] v2.0.0-dev.15 [2021-05-10T22:45:40.192Z] v2.0.0-dev.16 [2021-05-10T22:45:40.192Z] v2.0.0-dev.17 [2021-05-10T22:45:40.192Z] v2.0.0-dev.18 [2021-05-10T22:45:40.192Z] v2.0.0-dev.19 [2021-05-10T22:45:40.192Z] v2.0.0-dev.2 [2021-05-10T22:45:40.192Z] v2.0.0-dev.20 [2021-05-10T22:45:40.192Z] v2.0.0-dev.21 [2021-05-10T22:45:40.192Z] v2.0.0-dev.22 [2021-05-10T22:45:40.192Z] v2.0.0-dev.23 [2021-05-10T22:45:40.192Z] v2.0.0-dev.24 [2021-05-10T22:45:40.192Z] v2.0.0-dev.25 [2021-05-10T22:45:40.192Z] v2.0.0-dev.26 [2021-05-10T22:45:40.192Z] v2.0.0-dev.27 [2021-05-10T22:45:40.192Z] v2.0.0-dev.28 [2021-05-10T22:45:40.192Z] v2.0.0-dev.29 [2021-05-10T22:45:40.192Z] v2.0.0-dev.3 [2021-05-10T22:45:40.192Z] v2.0.0-dev.30 [2021-05-10T22:45:40.192Z] v2.0.0-dev.31 [2021-05-10T22:45:40.192Z] v2.0.0-dev.32 [2021-05-10T22:45:40.192Z] v2.0.0-dev.33 [2021-05-10T22:45:40.192Z] v2.0.0-dev.34 [2021-05-10T22:45:40.192Z] v2.0.0-dev.35 [2021-05-10T22:45:40.192Z] v2.0.0-dev.36 [2021-05-10T22:45:40.192Z] v2.0.0-dev.37 [2021-05-10T22:45:40.192Z] v2.0.0-dev.38 [2021-05-10T22:45:40.192Z] v2.0.0-dev.39 [2021-05-10T22:45:40.192Z] v2.0.0-dev.4 [2021-05-10T22:45:40.192Z] v2.0.0-dev.40 [2021-05-10T22:45:40.192Z] v2.0.0-dev.41 [2021-05-10T22:45:40.192Z] v2.0.0-dev.42 [2021-05-10T22:45:40.192Z] v2.0.0-dev.43 [2021-05-10T22:45:40.192Z] v2.0.0-dev.44 [2021-05-10T22:45:40.192Z] v2.0.0-dev.45 [2021-05-10T22:45:40.192Z] v2.0.0-dev.46 [2021-05-10T22:45:40.192Z] v2.0.0-dev.47 [2021-05-10T22:45:40.192Z] v2.0.0-dev.48 [2021-05-10T22:45:40.192Z] v2.0.0-dev.49 [2021-05-10T22:45:40.192Z] v2.0.0-dev.5 [2021-05-10T22:45:40.192Z] v2.0.0-dev.50 [2021-05-10T22:45:40.192Z] v2.0.0-dev.51 [2021-05-10T22:45:40.192Z] v2.0.0-dev.6 [2021-05-10T22:45:40.192Z] v2.0.0-dev.7 [2021-05-10T22:45:40.192Z] v2.0.0-dev.8 [2021-05-10T22:45:40.192Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-10T22:45:41.073Z] + lftools sign git-tag v2.0.0-dev.51 [2021-05-10T22:45:43.724Z] Signing Git tag with Sigul... [2021-05-10T22:45:43.724Z] Signing v2.0.0-dev.51 [Pipeline] echo [2021-05-10T22:45:44.333Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:45:45.000Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-10T22:45:45.015Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-10T22:45:45.057Z] $ docker stop --time=1 1a74881b338f2ec19648b59f1bc4caee961efb7f623d3745a9b473beec0b1c8b [2021-05-10T22:45:47.026Z] $ docker rm -f 1a74881b338f2ec19648b59f1bc4caee961efb7f623d3745a9b473beec0b1c8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:45:47.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T22:45:48.183Z] . [Pipeline] withDockerContainer [2021-05-10T22:45:48.466Z] prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container [2021-05-10T22:45:48.547Z] $ 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-10T22:45:50.360Z] $ docker top 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T22:45:50.646Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T22:45:50.646Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T22:45:51.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T22:45:51.248Z] $ docker exec 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 ssh-agent [2021-05-10T22:45:51.573Z] SSH_AUTH_SOCK=/tmp/ssh-3zVgO3M0FLda/agent.11 [2021-05-10T22:45:51.573Z] SSH_AGENT_PID=16 [2021-05-10T22:45:51.585Z] Running ssh-add (command line suppressed) [2021-05-10T22:45:51.780Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2322617766884183126.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2322617766884183126.key) [2021-05-10T22:45:51.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T22:45:52.220Z] + git semver bump pre [2021-05-10T22:45:52.487Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T22:45:52.488Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-05-10T22:45:52.488Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-10T22:45:52.488Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T22:45:52.488Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T22:45:52.488Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T22:45:52.488Z] # $SEMVER_BRANCH = master [2021-05-10T22:45:52.488Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-05-10T22:45:52.488Z] 2.0.0-dev.52 [Pipeline] } [2021-05-10T22:45:52.504Z] $ docker exec --env ******** --env ******** 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 ssh-agent -k [2021-05-10T22:45:52.697Z] unset SSH_AUTH_SOCK; [2021-05-10T22:45:52.697Z] unset SSH_AGENT_PID; [2021-05-10T22:45:52.697Z] echo Agent pid 16 killed; [2021-05-10T22:45:52.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T22:45:53.141Z] + git semver [Pipeline] } [2021-05-10T22:45:53.168Z] $ docker stop --time=1 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 [2021-05-10T22:45:54.792Z] $ docker rm -f 9771adc53979a47e499bd56bf9f7cd2816ddf5bb348faa38bdd66323e62a2e11 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:45:55.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T22:45:55.611Z] . [Pipeline] withDockerContainer [2021-05-10T22:45:56.121Z] prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container [2021-05-10T22:45:56.220Z] $ 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-10T22:45:57.739Z] $ docker top b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T22:45:57.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T22:45:57.964Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T22:45:58.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T22:45:58.315Z] $ docker exec b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 ssh-agent [2021-05-10T22:45:58.699Z] SSH_AUTH_SOCK=/tmp/ssh-RftiyKA7UJNg/agent.12 [2021-05-10T22:45:58.699Z] SSH_AGENT_PID=17 [2021-05-10T22:45:58.710Z] Running ssh-add (command line suppressed) [2021-05-10T22:45:59.140Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1217868232220637322.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1217868232220637322.key) [2021-05-10T22:45:59.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T22:45:59.700Z] + git semver push [2021-05-10T22:46:00.305Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T22:46:00.305Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-05-10T22:46:00.305Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-10T22:46:00.305Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T22:46:00.305Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T22:46:00.305Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T22:46:00.305Z] # $SEMVER_BRANCH = master [2021-05-10T22:46:00.305Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-05-10T22:46:05.885Z] $ docker exec --env ******** --env ******** b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 ssh-agent -k [2021-05-10T22:46:06.330Z] unset SSH_AUTH_SOCK; [2021-05-10T22:46:06.333Z] unset SSH_AGENT_PID; [2021-05-10T22:46:06.334Z] echo Agent pid 17 killed; [2021-05-10T22:46:06.440Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T22:46:07.127Z] + git semver [Pipeline] } [2021-05-10T22:46:07.151Z] $ docker stop --time=1 b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 [2021-05-10T22:46:08.803Z] $ docker rm -f b5c496f94489a0f40788a3a96deefc67f268497c27255b78f45693cef8756795 [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-10T22:46:09.701Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:46:10.713Z] ---> package-listing.sh [2021-05-10T22:46:10.713Z] ++ facter osfamily [2021-05-10T22:46:10.713Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T22:46:10.983Z] + OS_FAMILY=redhat [2021-05-10T22:46:10.983Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-05-10T22:46:10.983Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T22:46:10.983Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T22:46:10.983Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T22:46:10.983Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T22:46:10.983Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-05-10T22:46:10.983Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T22:46:10.983Z] + case "${OS_FAMILY}" in [2021-05-10T22:46:10.983Z] + rpm -qa [2021-05-10T22:46:10.983Z] + sort [2021-05-10T22:46:19.484Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T22:46:19.484Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T22:46:19.484Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T22:46:19.484Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-05-10T22:46:19.484Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-05-10T22:46:19.484Z] + 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-10T22:46:19.508Z] 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-10T22:46:19.874Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:46:20.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T22:46:20.824Z] [2021-05-10T22:46:20.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:46:21.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T22:46:21.550Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T22:46:21.550Z] df20fa9351a1: Pulling fs layer [2021-05-10T22:46:21.550Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T22:46:21.550Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T22:46:21.550Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T22:46:21.550Z] 93b61091891f: Pulling fs layer [2021-05-10T22:46:21.550Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T22:46:21.550Z] 5e14af77c1be: Pulling fs layer [2021-05-10T22:46:21.550Z] 01666e4c0597: Pulling fs layer [2021-05-10T22:46:21.550Z] aa168da1d23b: Pulling fs layer [2021-05-10T22:46:21.550Z] 46f8f816bc3b: Waiting [2021-05-10T22:46:21.550Z] 93b9cdb0e59b: Waiting [2021-05-10T22:46:21.550Z] 5e14af77c1be: Waiting [2021-05-10T22:46:21.550Z] 01666e4c0597: Waiting [2021-05-10T22:46:21.550Z] aa168da1d23b: Waiting [2021-05-10T22:46:21.835Z] 36b3adc4ff6f: Download complete [2021-05-10T22:46:21.835Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T22:46:21.835Z] 46f8f816bc3b: Download complete [2021-05-10T22:46:22.130Z] df20fa9351a1: Verifying Checksum [2021-05-10T22:46:22.130Z] df20fa9351a1: Download complete [2021-05-10T22:46:22.491Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T22:46:22.491Z] 93b9cdb0e59b: Download complete [2021-05-10T22:46:22.491Z] 93b61091891f: Verifying Checksum [2021-05-10T22:46:22.491Z] 93b61091891f: Download complete [2021-05-10T22:46:22.491Z] 5e14af77c1be: Verifying Checksum [2021-05-10T22:46:22.491Z] 5e14af77c1be: Download complete [2021-05-10T22:46:22.491Z] 01666e4c0597: Verifying Checksum [2021-05-10T22:46:22.491Z] 01666e4c0597: Download complete [2021-05-10T22:46:22.826Z] df20fa9351a1: Pull complete [2021-05-10T22:46:23.129Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T22:46:23.129Z] 8ad3a11d3b57: Download complete [2021-05-10T22:46:23.768Z] 36b3adc4ff6f: Pull complete [2021-05-10T22:46:25.817Z] 8ad3a11d3b57: Pull complete [2021-05-10T22:46:25.817Z] 46f8f816bc3b: Pull complete [2021-05-10T22:46:27.372Z] 93b61091891f: Pull complete [2021-05-10T22:46:27.372Z] 93b9cdb0e59b: Pull complete [2021-05-10T22:46:27.973Z] 5e14af77c1be: Pull complete [2021-05-10T22:46:28.254Z] 01666e4c0597: Pull complete [2021-05-10T22:46:28.528Z] aa168da1d23b: Verifying Checksum [2021-05-10T22:46:28.528Z] aa168da1d23b: Download complete [2021-05-10T22:46:47.263Z] aa168da1d23b: Pull complete [2021-05-10T22:46:47.263Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T22:46:47.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T22:46:47.263Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T22:46:47.805Z] prd-centos7-docker-4c-2g-4235 does not seem to be running inside a container [2021-05-10T22:46:47.883Z] $ 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-10T22:46:51.708Z] $ docker top f7b556ecf23dcb8e059e414e6034f04995fb230151dfc82ca63f8d6563293b64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T22:46:52.874Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T22:46:53.679Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T22:46:54.541Z] + ls /var/log/sa-host [2021-05-10T22:46:54.541Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T22:46:54.541Z] file_magic: OK [2021-05-10T22:46:54.541Z] HZ: Using current value: 100 [2021-05-10T22:46:54.541Z] file_header: OK [2021-05-10T22:46:54.541Z] 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-10T22:46:54.541Z] Statistics: [2021-05-10T22:46:54.541Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T22:46:54.541Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T22:46:54.541Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T22:46:54.541Z] file_magic: OK [2021-05-10T22:46:54.541Z] HZ: Using current value: 100 [2021-05-10T22:46:54.541Z] file_header: OK [2021-05-10T22:46:54.541Z] 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-10T22:46:54.541Z] Statistics: [2021-05-10T22:46:54.541Z] Hnuu...uuuununununu... [2021-05-10T22:46:54.541Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T22:46:54.787Z] provisioning config files... [2021-05-10T22:46:54.803Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6830140460801715027tmp [Pipeline] { [Pipeline] echo [2021-05-10T22:46:54.852Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:46:56.169Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T22:46:56.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T22:46:56.646Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:46:57.309Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T22:46:57.331Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:46:57.713Z] ---> sudo-logs.sh [2021-05-10T22:46:57.713Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T22:46:58.045Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:46:58.847Z] ---> job-cost.sh [2021-05-10T22:46:58.847Z] lf-activate-venv: SKIPPING [2021-05-10T22:46:58.847Z] DEBUG: total: 0.20999999344348907 [2021-05-10T22:46:58.847Z] INFO: Retrieving Stack Cost... [2021-05-10T22:47:00.292Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T22:47:00.899Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T22:47:00.920Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:47:01.688Z] ---> logs-deploy.sh [2021-05-10T22:47:01.688Z] lf-activate-venv: SKIPPING [2021-05-10T22:47:01.955Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/128 [2021-05-10T22:47:01.955Z] INFO: archiving workspace using pattern(s): [2021-05-10T22:47:03.921Z] Archives upload complete. [2021-05-10T22:47:04.190Z] INFO: archiving logs to Nexus