Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 79eb29d299abbb493294a056159a83325eb5ef8f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9546 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 79eb29d299abbb493294a056159a83325eb5ef8f (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 --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 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 Commit message: "Merge pull request #121 from andresrinivasan/issue-78-flag-parsing-challenge" > git rev-list --no-walk 1c12cdf02cb8f3331559680e92071a911139f922 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T18:37:43.363Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T18:37:43.641Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T18:37:43.742Z] ========================================================= [2020-10-28T18:37:43.742Z] EdgeX Global Pipelines Version Info [2020-10-28T18:37:43.742Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:37:45.357Z] ------------------- [2020-10-28T18:37:45.357Z] stable info: [2020-10-28T18:37:45.357Z] ------------------- [2020-10-28T18:37:45.357Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T18:37:45.357Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T18:37:45.357Z] Message: update stable to v1.0.148 [2020-10-28T18:37:46.314Z] ------------------- [2020-10-28T18:37:46.314Z] experimental info: [2020-10-28T18:37:46.314Z] ------------------- [2020-10-28T18:37:46.314Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T18:37:46.314Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T18:37:46.314Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-28T18:37:46.657Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-28T18:37:46.750Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-28T18:37:46.843Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T18:37:46.931Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T18:37:47.024Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T18:37:47.145Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T18:37:47.231Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T18:37:47.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T18:37:47.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-28T18:37:47.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T18:37:47.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T18:37:47.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-28T18:37:47.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T18:37:47.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T18:37:47.948Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T18:37:48.038Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T18:37:48.127Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T18:37:48.241Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T18:37:48.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-28T18:37:48.506Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-28T18:37:48.652Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-28T18:37:48.741Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-28T18:37:48.854Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-28T18:37:48.947Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-28T18:37:49.036Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-28T18:37:49.138Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-28T18:37:49.223Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-28T18:37:49.311Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-28T18:37:49.397Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79eb29d299abbb493294a056159a83325eb5ef8f [Pipeline] echo [2020-10-28T18:37:49.484Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79eb29d [Pipeline] echo [2020-10-28T18:37:49.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-28T18:37:50.185Z] + git log --format=format:%s -1 79eb29d299abbb493294a056159a83325eb5ef8f [Pipeline] echo [2020-10-28T18:37:50.267Z] GIT_COMMIT: 79eb29d299abbb493294a056159a83325eb5ef8f, Commit Message: Merge pull request #121 from andresrinivasan/issue-78-flag-parsing-challenge [Pipeline] echo [2020-10-28T18:37:50.332Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:37:50.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T18:37:51.217Z] [2020-10-28T18:37:51.217Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:37:51.571Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T18:37:51.571Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T18:37:51.571Z] 31603596830f: Pulling fs layer [2020-10-28T18:37:51.572Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T18:37:51.572Z] 6ca5941a6612: Pulling fs layer [2020-10-28T18:37:51.572Z] ecc8261a40a4: Pulling fs layer [2020-10-28T18:37:51.572Z] ecc8261a40a4: Waiting [2020-10-28T18:37:51.572Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T18:37:51.572Z] 2a8b12db71e7: Download complete [2020-10-28T18:37:51.836Z] 31603596830f: Verifying Checksum [2020-10-28T18:37:51.836Z] 31603596830f: Download complete [2020-10-28T18:37:51.836Z] ecc8261a40a4: Verifying Checksum [2020-10-28T18:37:51.836Z] ecc8261a40a4: Download complete [2020-10-28T18:37:51.836Z] 6ca5941a6612: Verifying Checksum [2020-10-28T18:37:51.836Z] 6ca5941a6612: Download complete [2020-10-28T18:37:52.099Z] 31603596830f: Pull complete [2020-10-28T18:37:52.099Z] 2a8b12db71e7: Pull complete [2020-10-28T18:37:53.059Z] 6ca5941a6612: Pull complete [2020-10-28T18:37:53.059Z] ecc8261a40a4: Pull complete [2020-10-28T18:37:53.323Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T18:37:53.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T18:37:53.323Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T18:37:53.485Z] prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container [2020-10-28T18:37:53.540Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T18:37:55.390Z] $ docker top 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T18:37:55.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T18:37:55.671Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T18:37:55.888Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T18:37:55.894Z] $ docker exec 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 ssh-agent [2020-10-28T18:37:56.053Z] SSH_AUTH_SOCK=/tmp/ssh-M2otNY9lobsP/agent.12 [2020-10-28T18:37:56.053Z] SSH_AGENT_PID=17 [2020-10-28T18:37:56.064Z] Running ssh-add (command line suppressed) [2020-10-28T18:37:56.188Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4671806710126590060.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4671806710126590060.key) [2020-10-28T18:37:56.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T18:37:56.577Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T18:37:56.601Z] $ docker exec --env ******** --env ******** 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 ssh-agent -k [2020-10-28T18:37:56.718Z] unset SSH_AUTH_SOCK; [2020-10-28T18:37:56.719Z] unset SSH_AGENT_PID; [2020-10-28T18:37:56.719Z] echo Agent pid 17 killed; [2020-10-28T18:37:56.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T18:37:56.906Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T18:37:56.906Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T18:37:57.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T18:37:57.102Z] $ docker exec 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 ssh-agent [2020-10-28T18:37:57.263Z] SSH_AUTH_SOCK=/tmp/ssh-7MrcZxFU06AB/agent.46 [2020-10-28T18:37:57.263Z] SSH_AGENT_PID=51 [2020-10-28T18:37:57.270Z] Running ssh-add (command line suppressed) [2020-10-28T18:37:57.386Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1542540254153432993.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1542540254153432993.key) [2020-10-28T18:37:57.432Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T18:37:57.765Z] + git semver init [2020-10-28T18:37:57.765Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T18:37:57.765Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-28T18:37:57.765Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-28T18:37:57.765Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T18:37:57.765Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T18:37:57.765Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T18:37:57.765Z] # $SEMVER_BRANCH = master [2020-10-28T18:37:57.765Z] # $SEMVER_TEMP = /tmp/semver-695773198 [2020-10-28T18:37:57.765Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-28T18:37:58.026Z] # '/tmp/semver-695773198' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-10-28T18:37:58.026Z] # -> Force: false [2020-10-28T18:37:58.026Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-28T18:37:58.040Z] $ docker exec --env ******** --env ******** 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 ssh-agent -k [2020-10-28T18:37:58.150Z] unset SSH_AUTH_SOCK; [2020-10-28T18:37:58.151Z] unset SSH_AGENT_PID; [2020-10-28T18:37:58.151Z] echo Agent pid 51 killed; [2020-10-28T18:37:58.192Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T18:37:58.650Z] + git semver [Pipeline] } [2020-10-28T18:37:58.669Z] $ docker stop --time=1 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 [2020-10-28T18:38:00.258Z] $ docker rm -f 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T18:38:00.803Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T18:38:01.184Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T18:38:01.187Z] [edgeXSemver]: initialized semver on version 0.0.57 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-28T18:38:16.725Z] Still waiting to schedule task [2020-10-28T18:38:16.725Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-28T18:38:16.727Z] Still waiting to schedule task [2020-10-28T18:38:16.728Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-28T18:40:28.032Z] Running on prd-centos7-docker-4c-2g-9547 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-28T18:40:28.119Z] Running in /w/workspace/go-mod-bootstrap/60 [Pipeline] { [Pipeline] checkout [2020-10-28T18:40:38.788Z] using credential edgex-jenkins-ssh [2020-10-28T18:40:38.892Z] Cloning the remote Git repository [2020-10-28T18:40:38.954Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-28T18:40:39.053Z] > git init /w/workspace/go-mod-bootstrap/60 # timeout=10 [2020-10-28T18:40:39.126Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-28T18:40:39.126Z] > git --version # timeout=10 [2020-10-28T18:40:39.150Z] > git --version # 'git version 2.16.5' [2020-10-28T18:40:39.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T18:40:39.328Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T18:40:40.487Z] Checking out Revision 79eb29d299abbb493294a056159a83325eb5ef8f (master) [2020-10-28T18:40:39.960Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-28T18:40:40.034Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T18:40:40.055Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-28T18:40:40.098Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-28T18:40:40.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T18:40:40.107Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T18:40:40.500Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T18:40:40.547Z] > git checkout -f 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 [2020-10-28T18:40:44.687Z] Commit message: "Merge pull request #121 from andresrinivasan/issue-78-flag-parsing-challenge" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T18:40:45.856Z] ========================================================= [2020-10-28T18:40:45.856Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T18:40:45.856Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:40:47.972Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-28T18:40:48.617Z] Sending build context to Docker daemon 549.4kB [2020-10-28T18:40:48.617Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-28T18:40:48.617Z] Step 2/8 : FROM ${BASE} [2020-10-28T18:40:48.905Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T18:40:48.906Z] df20fa9351a1: Pulling fs layer [2020-10-28T18:40:48.906Z] ed8968b2872e: Pulling fs layer [2020-10-28T18:40:48.906Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T18:40:48.906Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T18:40:48.906Z] e73272ec9a57: Pulling fs layer [2020-10-28T18:40:48.906Z] 1e910a182e73: Pulling fs layer [2020-10-28T18:40:48.906Z] 4e634b169226: Pulling fs layer [2020-10-28T18:40:48.906Z] e73272ec9a57: Waiting [2020-10-28T18:40:48.906Z] 1e910a182e73: Waiting [2020-10-28T18:40:48.906Z] 4e634b169226: Waiting [2020-10-28T18:40:48.906Z] e871e8e8d7a9: Waiting [2020-10-28T18:40:48.906Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T18:40:48.906Z] a92cc7c5fd73: Download complete [2020-10-28T18:40:48.906Z] ed8968b2872e: Download complete [2020-10-28T18:40:49.208Z] e73272ec9a57: Verifying Checksum [2020-10-28T18:40:49.208Z] e73272ec9a57: Download complete [2020-10-28T18:40:49.505Z] 1e910a182e73: Download complete [2020-10-28T18:40:49.505Z] df20fa9351a1: Verifying Checksum [2020-10-28T18:40:49.505Z] df20fa9351a1: Download complete [2020-10-28T18:40:49.875Z] df20fa9351a1: Pull complete [2020-10-28T18:40:51.073Z] ed8968b2872e: Pull complete [2020-10-28T18:40:51.073Z] a92cc7c5fd73: Pull complete [2020-10-28T18:40:56.799Z] 4e634b169226: Verifying Checksum [2020-10-28T18:40:56.799Z] 4e634b169226: Download complete [2020-10-28T18:40:57.092Z] e871e8e8d7a9: Download complete [2020-10-28T18:41:05.789Z] e871e8e8d7a9: Pull complete [2020-10-28T18:41:06.398Z] e73272ec9a57: Pull complete [2020-10-28T18:41:06.398Z] 1e910a182e73: Pull complete [2020-10-28T18:41:13.309Z] 4e634b169226: Pull complete [2020-10-28T18:41:13.309Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T18:41:13.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T18:41:13.309Z] ---> f7629b54cfaa [2020-10-28T18:41:13.309Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-28T18:41:13.309Z] ---> Running in 4012af334431 [2020-10-28T18:41:13.309Z] Removing intermediate container 4012af334431 [2020-10-28T18:41:13.309Z] ---> b2f3ccd4611b [2020-10-28T18:41:13.309Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T18:41:13.309Z] ---> Running in 04fac19155d2 [2020-10-28T18:41:14.932Z] Removing intermediate container 04fac19155d2 [2020-10-28T18:41:14.932Z] ---> 65218bd6b445 [2020-10-28T18:41:14.932Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-28T18:41:14.932Z] ---> Running in c91ac58453ec [2020-10-28T18:41:16.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T18:41:16.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T18:41:17.254Z] OK: 166 MiB in 39 packages [2020-10-28T18:41:17.870Z] Removing intermediate container c91ac58453ec [2020-10-28T18:41:17.870Z] ---> 5cd2bdfd66bb [2020-10-28T18:41:17.870Z] Step 6/8 : WORKDIR /build [2020-10-28T18:41:17.870Z] ---> Running in f4a55fab0fd2 [2020-10-28T18:41:18.143Z] Removing intermediate container f4a55fab0fd2 [2020-10-28T18:41:18.143Z] ---> 6f53a9d889e4 [2020-10-28T18:41:18.143Z] Step 7/8 : COPY go.mod . [2020-10-28T18:41:18.427Z] ---> 59efca2d4d20 [2020-10-28T18:41:18.427Z] Step 8/8 : RUN go mod download [2020-10-28T18:41:18.427Z] ---> Running in 63f17f4e8e90 [2020-10-28T18:41:40.782Z] Removing intermediate container 63f17f4e8e90 [2020-10-28T18:41:40.782Z] ---> 8e261606ade9 [2020-10-28T18:41:40.782Z] Successfully built 8e261606ade9 [2020-10-28T18:41:40.782Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:41:41.218Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T18:41:41.218Z] . [Pipeline] withDockerContainer [2020-10-28T18:41:41.366Z] prd-centos7-docker-4c-2g-9547 does not seem to be running inside a container [2020-10-28T18:41:41.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/60 -v /w/workspace/go-mod-bootstrap/60:/w/workspace/go-mod-bootstrap/60:rw,z -v /w/workspace/go-mod-bootstrap/60@tmp:/w/workspace/go-mod-bootstrap/60@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 ******** ci-base-image-x86_64 cat [2020-10-28T18:41:42.373Z] $ docker top 5bfe8f9acfb359597cfa6756decb5467f5de2299181127ee2d2712657f4a69e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T18:41:43.037Z] + go version [2020-10-28T18:41:43.037Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T18:41:43.059Z] $ docker stop --time=1 5bfe8f9acfb359597cfa6756decb5467f5de2299181127ee2d2712657f4a69e0 [2020-10-28T18:41:44.483Z] $ docker rm -f 5bfe8f9acfb359597cfa6756decb5467f5de2299181127ee2d2712657f4a69e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T18:42:02.457Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9549 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-28T18:42:02.515Z] Running in /w/workspace/go-mod-bootstrap/60 [Pipeline] { [Pipeline] checkout [2020-10-28T18:42:07.544Z] using credential edgex-jenkins-ssh [2020-10-28T18:42:07.631Z] Cloning the remote Git repository [2020-10-28T18:42:07.692Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-28T18:42:07.826Z] > git init /w/workspace/go-mod-bootstrap/60 # timeout=10 [2020-10-28T18:42:07.924Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-28T18:42:07.926Z] > git --version # timeout=10 [2020-10-28T18:42:07.955Z] > git --version # 'git version 2.17.1' [2020-10-28T18:42:07.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T18:42:08.022Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T18:42:09.684Z] Checking out Revision 79eb29d299abbb493294a056159a83325eb5ef8f (master) [2020-10-28T18:42:09.064Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-28T18:42:09.082Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T18:42:09.110Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-28T18:42:09.197Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-28T18:42:09.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T18:42:09.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T18:42:09.715Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T18:42:09.747Z] > git checkout -f 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 [2020-10-28T18:42:14.012Z] Commit message: "Merge pull request #121 from andresrinivasan/issue-78-flag-parsing-challenge" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T18:42:14.915Z] ========================================================= [2020-10-28T18:42:14.915Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T18:42:14.915Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:42:15.926Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-28T18:42:16.530Z] Sending build context to Docker daemon 549.4kB [2020-10-28T18:42:16.817Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-28T18:42:16.817Z] Step 2/8 : FROM ${BASE} [2020-10-28T18:42:17.092Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T18:42:17.092Z] b538f80385f9: Pulling fs layer [2020-10-28T18:42:17.092Z] 74f711af9a0d: Pulling fs layer [2020-10-28T18:42:17.092Z] 99f96fe45779: Pulling fs layer [2020-10-28T18:42:17.092Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T18:42:17.092Z] 45590311c82a: Pulling fs layer [2020-10-28T18:42:17.092Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T18:42:17.092Z] 209524e5b208: Pulling fs layer [2020-10-28T18:42:17.092Z] 8529a6b9a6be: Waiting [2020-10-28T18:42:17.092Z] 69ca0ff8b7b3: Waiting [2020-10-28T18:42:17.092Z] 45590311c82a: Waiting [2020-10-28T18:42:17.092Z] 209524e5b208: Waiting [2020-10-28T18:42:17.092Z] 74f711af9a0d: Verifying Checksum [2020-10-28T18:42:17.092Z] 74f711af9a0d: Download complete [2020-10-28T18:42:17.092Z] 45590311c82a: Verifying Checksum [2020-10-28T18:42:17.092Z] 45590311c82a: Download complete [2020-10-28T18:42:17.692Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-28T18:42:17.692Z] 69ca0ff8b7b3: Download complete [2020-10-28T18:42:17.692Z] b538f80385f9: Download complete [2020-10-28T18:42:18.303Z] b538f80385f9: Pull complete [2020-10-28T18:42:18.915Z] 74f711af9a0d: Pull complete [2020-10-28T18:42:19.199Z] 99f96fe45779: Pull complete [2020-10-28T18:42:20.183Z] 209524e5b208: Verifying Checksum [2020-10-28T18:42:20.183Z] 209524e5b208: Download complete [2020-10-28T18:42:21.620Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T18:42:21.620Z] 8529a6b9a6be: Download complete [2020-10-28T18:42:31.804Z] 8529a6b9a6be: Pull complete [2020-10-28T18:42:31.804Z] 45590311c82a: Pull complete [2020-10-28T18:42:31.804Z] 69ca0ff8b7b3: Pull complete [2020-10-28T18:42:35.207Z] 209524e5b208: Pull complete [2020-10-28T18:42:35.480Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T18:42:35.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T18:42:35.480Z] ---> 5bddaf1c2fca [2020-10-28T18:42:35.480Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-28T18:42:38.122Z] ---> Running in 8eb77622ec0d [2020-10-28T18:42:38.396Z] Removing intermediate container 8eb77622ec0d [2020-10-28T18:42:38.396Z] ---> b39ad9cf9c29 [2020-10-28T18:42:38.396Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T18:42:38.668Z] ---> Running in 5e646eefaa24 [2020-10-28T18:42:41.314Z] Removing intermediate container 5e646eefaa24 [2020-10-28T18:42:41.314Z] ---> c74bafb2060d [2020-10-28T18:42:41.314Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-28T18:42:41.314Z] ---> Running in dd03523aefb4 [2020-10-28T18:42:42.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T18:42:43.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T18:42:44.357Z] OK: 142 MiB in 39 packages [2020-10-28T18:42:45.341Z] Removing intermediate container dd03523aefb4 [2020-10-28T18:42:45.341Z] ---> 9f43da654ddc [2020-10-28T18:42:45.341Z] Step 6/8 : WORKDIR /build [2020-10-28T18:42:45.618Z] ---> Running in 21ec66c6d561 [2020-10-28T18:42:46.216Z] Removing intermediate container 21ec66c6d561 [2020-10-28T18:42:46.216Z] ---> f2c6ceceffae [2020-10-28T18:42:46.216Z] Step 7/8 : COPY go.mod . [2020-10-28T18:42:46.814Z] ---> 3b2df570cabe [2020-10-28T18:42:46.814Z] Step 8/8 : RUN go mod download [2020-10-28T18:42:47.094Z] ---> Running in 58f8157d7cfd [2020-10-28T18:43:09.277Z] Removing intermediate container 58f8157d7cfd [2020-10-28T18:43:09.277Z] ---> e84c9dbfb000 [2020-10-28T18:43:09.277Z] Successfully built e84c9dbfb000 [2020-10-28T18:43:09.277Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:43:09.686Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T18:43:09.686Z] . [Pipeline] withDockerContainer [2020-10-28T18:43:09.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-9549 does not seem to be running inside a container [2020-10-28T18:43:10.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/60 -v /w/workspace/go-mod-bootstrap/60:/w/workspace/go-mod-bootstrap/60:rw,z -v /w/workspace/go-mod-bootstrap/60@tmp:/w/workspace/go-mod-bootstrap/60@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 ******** ci-base-image-arm64 cat [2020-10-28T18:43:12.123Z] $ docker top 840400843f5b243e32bd730b09594a360e79f7907e4d596eab2b38e3ecc3ffae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T18:43:13.571Z] + go version [2020-10-28T18:43:13.571Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T18:43:13.599Z] $ docker stop --time=1 840400843f5b243e32bd730b09594a360e79f7907e4d596eab2b38e3ecc3ffae [2020-10-28T18:43:15.575Z] $ docker rm -f 840400843f5b243e32bd730b09594a360e79f7907e4d596eab2b38e3ecc3ffae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-28T18:43:18.922Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-28T18:43:18.924Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-28T18:43:18.979Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:43:19.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T18:43:19.344Z] [2020-10-28T18:43:19.344Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:43:19.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T18:43:19.706Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-28T18:43:19.706Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-28T18:43:19.706Z] 408f87550127: Pulling fs layer [2020-10-28T18:43:19.706Z] fe522b08c979: Pulling fs layer [2020-10-28T18:43:19.706Z] 221eaa008020: Pulling fs layer [2020-10-28T18:43:19.706Z] 2a4607e5d6b9: Pulling fs layer [2020-10-28T18:43:19.706Z] 8f79b27c4fd2: Pulling fs layer [2020-10-28T18:43:19.706Z] e5c8dbe1645b: Pulling fs layer [2020-10-28T18:43:19.706Z] 23e8b3b47431: Pulling fs layer [2020-10-28T18:43:19.706Z] 5c568d65a230: Pulling fs layer [2020-10-28T18:43:19.706Z] 8f79b27c4fd2: Waiting [2020-10-28T18:43:19.706Z] e5c8dbe1645b: Waiting [2020-10-28T18:43:19.706Z] 23e8b3b47431: Waiting [2020-10-28T18:43:19.706Z] 5c568d65a230: Waiting [2020-10-28T18:43:19.706Z] 2a4607e5d6b9: Waiting [2020-10-28T18:43:19.706Z] 221eaa008020: Waiting [2020-10-28T18:43:19.706Z] fe522b08c979: Verifying Checksum [2020-10-28T18:43:19.706Z] fe522b08c979: Download complete [2020-10-28T18:43:19.974Z] 408f87550127: Verifying Checksum [2020-10-28T18:43:19.974Z] 408f87550127: Download complete [2020-10-28T18:43:20.237Z] 2a4607e5d6b9: Download complete [2020-10-28T18:43:20.814Z] 8f79b27c4fd2: Verifying Checksum [2020-10-28T18:43:20.814Z] 8f79b27c4fd2: Download complete [2020-10-28T18:43:21.391Z] cbdbe7a5bc2a: Download complete [2020-10-28T18:43:21.967Z] cbdbe7a5bc2a: Pull complete [2020-10-28T18:43:21.967Z] 408f87550127: Pull complete [2020-10-28T18:43:22.229Z] fe522b08c979: Pull complete [2020-10-28T18:43:32.263Z] e5c8dbe1645b: Verifying Checksum [2020-10-28T18:43:32.263Z] e5c8dbe1645b: Download complete [2020-10-28T18:43:34.193Z] 23e8b3b47431: Verifying Checksum [2020-10-28T18:43:34.193Z] 23e8b3b47431: Download complete [2020-10-28T18:43:37.526Z] 5c568d65a230: Verifying Checksum [2020-10-28T18:43:37.526Z] 5c568d65a230: Download complete [2020-10-28T18:43:41.744Z] 221eaa008020: Verifying Checksum [2020-10-28T18:43:41.744Z] 221eaa008020: Download complete [2020-10-28T18:43:47.075Z] 221eaa008020: Pull complete [2020-10-28T18:43:47.075Z] 2a4607e5d6b9: Pull complete [2020-10-28T18:43:47.075Z] 8f79b27c4fd2: Pull complete [2020-10-28T18:43:48.478Z] e5c8dbe1645b: Pull complete [2020-10-28T18:43:52.723Z] 23e8b3b47431: Pull complete [2020-10-28T18:43:53.677Z] 5c568d65a230: Pull complete [2020-10-28T18:43:53.677Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-28T18:43:53.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-28T18:43:53.677Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-28T18:43:53.883Z] prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container [2020-10-28T18:43:53.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-28T18:43:55.468Z] $ docker top e3aa844e9685b3c9dac5252e5437a603052ddedfc7ab3587784e23ec8a40cb7f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T18:43:56.019Z] + snyk monitor '--org=edgex-jenkins' [2020-10-28T18:44:10.958Z] [2020-10-28T18:44:10.958Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-10-28T18:44:10.958Z] [2020-10-28T18:44:10.958Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/d896aee3-f5df-4647-800c-87713bd43627 [2020-10-28T18:44:10.958Z] [2020-10-28T18:44:10.958Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-28T18:44:10.958Z] [2020-10-28T18:44:11.534Z] [2020-10-28T18:44:11.534Z] Snyk CLI supports Node.js 8 and higher. [2020-10-28T18:44:11.534Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-28T18:44:11.534Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-28T18:44:11.534Z] [2020-10-28T18:44:11.534Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-28T18:44:11.534Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-28T18:44:11.534Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-28T18:44:11.535Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-28T18:44:11.552Z] $ docker stop --time=1 e3aa844e9685b3c9dac5252e5437a603052ddedfc7ab3587784e23ec8a40cb7f [2020-10-28T18:44:13.608Z] $ docker rm -f e3aa844e9685b3c9dac5252e5437a603052ddedfc7ab3587784e23ec8a40cb7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-28T18:44:15.555Z] + git log --format=format:%s -1 79eb29d299abbb493294a056159a83325eb5ef8f [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:44:15.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T18:44:15.865Z] . [Pipeline] withDockerContainer [2020-10-28T18:44:15.963Z] prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container [2020-10-28T18:44:16.008Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T18:44:16.968Z] $ docker top f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T18:44:17.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T18:44:17.362Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T18:44:17.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T18:44:17.640Z] $ docker exec f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b ssh-agent [2020-10-28T18:44:17.843Z] SSH_AUTH_SOCK=/tmp/ssh-LsBoiM1uSdWE/agent.11 [2020-10-28T18:44:17.843Z] SSH_AGENT_PID=17 [2020-10-28T18:44:17.852Z] Running ssh-add (command line suppressed) [2020-10-28T18:44:18.006Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7098012839174615673.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7098012839174615673.key) [2020-10-28T18:44:18.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T18:44:18.414Z] + git semver tag [2020-10-28T18:44:18.414Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T18:44:18.414Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-28T18:44:18.414Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-28T18:44:18.414Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T18:44:18.414Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T18:44:18.414Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T18:44:18.414Z] # $SEMVER_BRANCH = master [2020-10-28T18:44:18.414Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-28T18:44:18.414Z] # 79eb29d299abbb493294a056159a83325eb5ef8f HEAD [2020-10-28T18:44:18.414Z] # -> Force: false [2020-10-28T18:44:18.414Z] # 1e867f8ee6e4a151c32de55ba42f4d98336320ba refs/tags/v0.0.57 [Pipeline] } [2020-10-28T18:44:18.430Z] $ docker exec --env ******** --env ******** f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b ssh-agent -k [2020-10-28T18:44:18.560Z] unset SSH_AUTH_SOCK; [2020-10-28T18:44:18.560Z] unset SSH_AGENT_PID; [2020-10-28T18:44:18.561Z] echo Agent pid 17 killed; [2020-10-28T18:44:18.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T18:44:19.125Z] + git semver [Pipeline] } [2020-10-28T18:44:19.142Z] $ docker stop --time=1 f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b [2020-10-28T18:44:20.500Z] $ docker rm -f f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:44:21.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T18:44:21.166Z] [2020-10-28T18:44:21.166Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:44:21.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T18:44:21.521Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-28T18:44:21.521Z] ab5ef0e58194: Pulling fs layer [2020-10-28T18:44:21.521Z] 9712f1f96733: Pulling fs layer [2020-10-28T18:44:21.521Z] 63f879dbbcfc: Pulling fs layer [2020-10-28T18:44:21.521Z] 0d9ebad4ef96: Pulling fs layer [2020-10-28T18:44:21.521Z] e9a5061849ea: Pulling fs layer [2020-10-28T18:44:21.521Z] d747dcd14b5f: Pulling fs layer [2020-10-28T18:44:21.521Z] 2de7ff778b66: Pulling fs layer [2020-10-28T18:44:21.521Z] 0d9ebad4ef96: Waiting [2020-10-28T18:44:21.521Z] e9a5061849ea: Waiting [2020-10-28T18:44:21.521Z] 2de7ff778b66: Waiting [2020-10-28T18:44:21.521Z] d747dcd14b5f: Waiting [2020-10-28T18:44:21.521Z] 9712f1f96733: Verifying Checksum [2020-10-28T18:44:21.521Z] 9712f1f96733: Download complete [2020-10-28T18:44:22.912Z] 63f879dbbcfc: Verifying Checksum [2020-10-28T18:44:22.912Z] 63f879dbbcfc: Download complete [2020-10-28T18:44:22.912Z] e9a5061849ea: Verifying Checksum [2020-10-28T18:44:22.912Z] e9a5061849ea: Download complete [2020-10-28T18:44:22.912Z] d747dcd14b5f: Verifying Checksum [2020-10-28T18:44:22.912Z] d747dcd14b5f: Download complete [2020-10-28T18:44:23.491Z] 2de7ff778b66: Verifying Checksum [2020-10-28T18:44:23.491Z] 2de7ff778b66: Download complete [2020-10-28T18:44:23.491Z] 0d9ebad4ef96: Verifying Checksum [2020-10-28T18:44:23.491Z] 0d9ebad4ef96: Download complete [2020-10-28T18:44:23.752Z] ab5ef0e58194: Verifying Checksum [2020-10-28T18:44:23.752Z] ab5ef0e58194: Download complete [2020-10-28T18:44:29.076Z] ab5ef0e58194: Pull complete [2020-10-28T18:44:29.076Z] 9712f1f96733: Pull complete [2020-10-28T18:44:31.645Z] 63f879dbbcfc: Pull complete [2020-10-28T18:44:38.263Z] 0d9ebad4ef96: Pull complete [2020-10-28T18:44:38.838Z] e9a5061849ea: Pull complete [2020-10-28T18:44:38.838Z] d747dcd14b5f: Pull complete [2020-10-28T18:44:43.067Z] 2de7ff778b66: Pull complete [2020-10-28T18:44:43.067Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-28T18:44:43.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-28T18:44:43.067Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-28T18:44:43.282Z] prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container [2020-10-28T18:44:43.330Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-28T18:44:46.123Z] $ docker top dd3de4b114c3d8b171890daeaf0e155fb371f5ac3a21b458272a7c31a3203d92 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-28T18:44:46.441Z] provisioning config files... [2020-10-28T18:44:46.457Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5258124428947579306tmp [2020-10-28T18:44:46.501Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config626833492149595059tmp [2020-10-28T18:44:46.519Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1729048384870389957tmp [Pipeline] { [Pipeline] echo [2020-10-28T18:44:46.605Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:44:46.922Z] ---> sigul-configuration.sh [2020-10-28T18:44:46.922Z] gpg: directory `/root/.gnupg' created [2020-10-28T18:44:46.922Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-28T18:44:46.922Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-28T18:44:46.922Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-28T18:44:46.922Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-28T18:44:46.922Z] gpg: CAST5 encrypted data [2020-10-28T18:44:47.203Z] gpg: encrypted with 1 passphrase [2020-10-28T18:44:47.203Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-28T18:44:47.579Z] + mkdir /home/jenkins [2020-10-28T18:44:47.579Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-28T18:44:47.879Z] + 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 [2020-10-28T18:44:47.890Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:44:48.209Z] ---> sigul-install.sh [2020-10-28T18:44:54.816Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-28T18:44:55.116Z] + git tag --list [2020-10-28T18:44:55.116Z] v0.0.1 [2020-10-28T18:44:55.116Z] v0.0.10 [2020-10-28T18:44:55.116Z] v0.0.11 [2020-10-28T18:44:55.116Z] v0.0.12 [2020-10-28T18:44:55.116Z] v0.0.13 [2020-10-28T18:44:55.116Z] v0.0.14 [2020-10-28T18:44:55.116Z] v0.0.15 [2020-10-28T18:44:55.116Z] v0.0.16 [2020-10-28T18:44:55.116Z] v0.0.17 [2020-10-28T18:44:55.116Z] v0.0.18 [2020-10-28T18:44:55.116Z] v0.0.19 [2020-10-28T18:44:55.116Z] v0.0.2 [2020-10-28T18:44:55.116Z] v0.0.20 [2020-10-28T18:44:55.116Z] v0.0.21 [2020-10-28T18:44:55.116Z] v0.0.22 [2020-10-28T18:44:55.116Z] v0.0.23 [2020-10-28T18:44:55.116Z] v0.0.24 [2020-10-28T18:44:55.116Z] v0.0.25 [2020-10-28T18:44:55.116Z] v0.0.26 [2020-10-28T18:44:55.116Z] v0.0.27 [2020-10-28T18:44:55.116Z] v0.0.28 [2020-10-28T18:44:55.116Z] v0.0.29 [2020-10-28T18:44:55.116Z] v0.0.3 [2020-10-28T18:44:55.116Z] v0.0.30 [2020-10-28T18:44:55.116Z] v0.0.31 [2020-10-28T18:44:55.116Z] v0.0.32 [2020-10-28T18:44:55.116Z] v0.0.33 [2020-10-28T18:44:55.116Z] v0.0.34 [2020-10-28T18:44:55.116Z] v0.0.35 [2020-10-28T18:44:55.116Z] v0.0.36 [2020-10-28T18:44:55.116Z] v0.0.37 [2020-10-28T18:44:55.116Z] v0.0.38 [2020-10-28T18:44:55.116Z] v0.0.39 [2020-10-28T18:44:55.116Z] v0.0.4 [2020-10-28T18:44:55.116Z] v0.0.40 [2020-10-28T18:44:55.116Z] v0.0.41 [2020-10-28T18:44:55.116Z] v0.0.42 [2020-10-28T18:44:55.116Z] v0.0.43 [2020-10-28T18:44:55.116Z] v0.0.44 [2020-10-28T18:44:55.116Z] v0.0.45 [2020-10-28T18:44:55.116Z] v0.0.46 [2020-10-28T18:44:55.116Z] v0.0.47 [2020-10-28T18:44:55.116Z] v0.0.48 [2020-10-28T18:44:55.116Z] v0.0.49 [2020-10-28T18:44:55.116Z] v0.0.5 [2020-10-28T18:44:55.116Z] v0.0.50 [2020-10-28T18:44:55.116Z] v0.0.51 [2020-10-28T18:44:55.116Z] v0.0.52 [2020-10-28T18:44:55.116Z] v0.0.53 [2020-10-28T18:44:55.116Z] v0.0.54 [2020-10-28T18:44:55.116Z] v0.0.55 [2020-10-28T18:44:55.116Z] v0.0.56 [2020-10-28T18:44:55.116Z] v0.0.57 [2020-10-28T18:44:55.116Z] v0.0.6 [2020-10-28T18:44:55.116Z] v0.0.7 [2020-10-28T18:44:55.116Z] v0.0.8 [2020-10-28T18:44:55.116Z] v0.0.9 [Pipeline] sh [2020-10-28T18:44:55.413Z] + lftools sign git-tag v0.0.57 [2020-10-28T18:44:56.810Z] Signing Git tag with Sigul... [2020-10-28T18:44:56.810Z] Signing v0.0.57 [Pipeline] echo [2020-10-28T18:44:57.791Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:44:58.092Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-28T18:44:58.104Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-28T18:44:58.221Z] $ docker stop --time=1 dd3de4b114c3d8b171890daeaf0e155fb371f5ac3a21b458272a7c31a3203d92 [2020-10-28T18:45:00.267Z] $ docker rm -f dd3de4b114c3d8b171890daeaf0e155fb371f5ac3a21b458272a7c31a3203d92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:45:01.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T18:45:01.604Z] . [Pipeline] withDockerContainer [2020-10-28T18:45:01.724Z] prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container [2020-10-28T18:45:01.796Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T18:45:02.526Z] $ docker top 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T18:45:02.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T18:45:02.922Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T18:45:03.184Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T18:45:03.190Z] $ docker exec 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b ssh-agent [2020-10-28T18:45:03.382Z] SSH_AUTH_SOCK=/tmp/ssh-GcgsUzmPtGHe/agent.13 [2020-10-28T18:45:03.382Z] SSH_AGENT_PID=19 [2020-10-28T18:45:03.391Z] Running ssh-add (command line suppressed) [2020-10-28T18:45:03.523Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_136944074399975417.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_136944074399975417.key) [2020-10-28T18:45:03.585Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T18:45:03.930Z] + git semver bump patch [2020-10-28T18:45:03.931Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T18:45:03.931Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-28T18:45:03.931Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-28T18:45:03.931Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T18:45:03.931Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T18:45:03.931Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T18:45:03.931Z] # $SEMVER_BRANCH = master [2020-10-28T18:45:03.931Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-28T18:45:03.931Z] 0.0.58 [Pipeline] } [2020-10-28T18:45:03.945Z] $ docker exec --env ******** --env ******** 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b ssh-agent -k [2020-10-28T18:45:04.079Z] unset SSH_AUTH_SOCK; [2020-10-28T18:45:04.080Z] unset SSH_AGENT_PID; [2020-10-28T18:45:04.080Z] echo Agent pid 19 killed; [2020-10-28T18:45:04.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T18:45:04.706Z] + git semver [Pipeline] } [2020-10-28T18:45:04.726Z] $ docker stop --time=1 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b [2020-10-28T18:45:06.069Z] $ docker rm -f 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:45:06.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T18:45:06.622Z] . [Pipeline] withDockerContainer [2020-10-28T18:45:06.723Z] prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container [2020-10-28T18:45:06.769Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T18:45:07.422Z] $ docker top 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T18:45:07.809Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T18:45:07.809Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T18:45:07.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T18:45:07.999Z] $ docker exec 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 ssh-agent [2020-10-28T18:45:08.177Z] SSH_AUTH_SOCK=/tmp/ssh-Aw6kH18JWC9b/agent.11 [2020-10-28T18:45:08.177Z] SSH_AGENT_PID=16 [2020-10-28T18:45:08.184Z] Running ssh-add (command line suppressed) [2020-10-28T18:45:08.311Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_876450605525511804.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_876450605525511804.key) [2020-10-28T18:45:08.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T18:45:08.715Z] + git semver push [2020-10-28T18:45:08.715Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T18:45:08.715Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-28T18:45:08.715Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-28T18:45:08.715Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T18:45:08.715Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T18:45:08.715Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T18:45:08.715Z] # $SEMVER_BRANCH = master [2020-10-28T18:45:08.715Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-28T18:45:15.324Z] $ docker exec --env ******** --env ******** 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 ssh-agent -k [2020-10-28T18:45:15.450Z] unset SSH_AUTH_SOCK; [2020-10-28T18:45:15.451Z] unset SSH_AGENT_PID; [2020-10-28T18:45:15.451Z] echo Agent pid 16 killed; [2020-10-28T18:45:15.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T18:45:16.018Z] + git semver [Pipeline] } [2020-10-28T18:45:16.037Z] $ docker stop --time=1 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 [2020-10-28T18:45:17.400Z] $ docker rm -f 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 [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 [2020-10-28T18:45:19.010Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:45:19.578Z] ---> package-listing.sh [2020-10-28T18:45:19.578Z] ++ facter osfamily [2020-10-28T18:45:19.578Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T18:45:19.578Z] + OS_FAMILY=redhat [2020-10-28T18:45:19.578Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-28T18:45:19.578Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T18:45:19.578Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T18:45:19.579Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T18:45:19.579Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T18:45:19.579Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-28T18:45:19.579Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T18:45:19.579Z] + case "${OS_FAMILY}" in [2020-10-28T18:45:19.579Z] + rpm -qa [2020-10-28T18:45:19.579Z] + sort [2020-10-28T18:45:23.810Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T18:45:23.810Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T18:45:23.810Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T18:45:23.810Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-28T18:45:23.810Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-10-28T18:45:23.810Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-10-28T18:45:23.825Z] 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 [2020-10-28T18:45:24.115Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:45:24.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T18:45:24.424Z] [2020-10-28T18:45:24.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T18:45:24.805Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T18:45:24.805Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T18:45:24.805Z] df20fa9351a1: Pulling fs layer [2020-10-28T18:45:24.805Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T18:45:24.805Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T18:45:24.805Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T18:45:24.805Z] 93b61091891f: Pulling fs layer [2020-10-28T18:45:24.805Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T18:45:24.805Z] 5e14af77c1be: Pulling fs layer [2020-10-28T18:45:24.805Z] 01666e4c0597: Pulling fs layer [2020-10-28T18:45:24.805Z] aa168da1d23b: Pulling fs layer [2020-10-28T18:45:24.805Z] 46f8f816bc3b: Waiting [2020-10-28T18:45:24.805Z] 93b61091891f: Waiting [2020-10-28T18:45:24.805Z] 93b9cdb0e59b: Waiting [2020-10-28T18:45:24.805Z] 5e14af77c1be: Waiting [2020-10-28T18:45:24.805Z] 01666e4c0597: Waiting [2020-10-28T18:45:24.805Z] aa168da1d23b: Waiting [2020-10-28T18:45:24.805Z] 36b3adc4ff6f: Verifying Checksum [2020-10-28T18:45:24.805Z] 36b3adc4ff6f: Download complete [2020-10-28T18:45:24.805Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T18:45:24.805Z] 46f8f816bc3b: Download complete [2020-10-28T18:45:24.805Z] df20fa9351a1: Verifying Checksum [2020-10-28T18:45:24.805Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T18:45:24.805Z] 93b9cdb0e59b: Download complete [2020-10-28T18:45:25.070Z] 5e14af77c1be: Verifying Checksum [2020-10-28T18:45:25.070Z] 5e14af77c1be: Download complete [2020-10-28T18:45:25.070Z] 01666e4c0597: Download complete [2020-10-28T18:45:25.070Z] 93b61091891f: Verifying Checksum [2020-10-28T18:45:25.070Z] 93b61091891f: Download complete [2020-10-28T18:45:25.070Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T18:45:25.070Z] 8ad3a11d3b57: Download complete [2020-10-28T18:45:25.645Z] df20fa9351a1: Pull complete [2020-10-28T18:45:25.911Z] 36b3adc4ff6f: Pull complete [2020-10-28T18:45:26.863Z] 8ad3a11d3b57: Pull complete [2020-10-28T18:45:26.863Z] aa168da1d23b: Verifying Checksum [2020-10-28T18:45:26.863Z] aa168da1d23b: Download complete [2020-10-28T18:45:26.863Z] 46f8f816bc3b: Pull complete [2020-10-28T18:45:27.441Z] 93b61091891f: Pull complete [2020-10-28T18:45:27.704Z] 93b9cdb0e59b: Pull complete [2020-10-28T18:45:27.704Z] 5e14af77c1be: Pull complete [2020-10-28T18:45:27.967Z] 01666e4c0597: Pull complete [2020-10-28T18:45:36.359Z] aa168da1d23b: Pull complete [2020-10-28T18:45:36.359Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T18:45:36.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T18:45:36.359Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T18:45:36.555Z] prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container [2020-10-28T18:45:36.604Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-28T18:45:39.742Z] $ docker top dc906be951ef681eeafd5821a9415e7f7c18ad988a1aa5b69ffeba8f3dd596d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T18:45:40.268Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T18:45:40.567Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T18:45:40.871Z] + ls /var/log/sa-host [2020-10-28T18:45:40.871Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T18:45:40.871Z] file_magic: OK [2020-10-28T18:45:40.871Z] HZ: Using current value: 100 [2020-10-28T18:45:40.871Z] file_header: OK [2020-10-28T18:45:40.871Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-28T18:45:40.871Z] Statistics: [2020-10-28T18:45:40.871Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T18:45:40.871Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T18:45:40.871Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T18:45:40.871Z] file_magic: OK [2020-10-28T18:45:40.871Z] HZ: Using current value: 100 [2020-10-28T18:45:40.871Z] file_header: OK [2020-10-28T18:45:40.871Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-28T18:45:40.871Z] Statistics: [2020-10-28T18:45:40.871Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T18:45:40.871Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T18:45:41.095Z] provisioning config files... [2020-10-28T18:45:41.113Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4706645825814810921tmp [Pipeline] { [Pipeline] echo [2020-10-28T18:45:41.198Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:45:41.495Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T18:45:41.505Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T18:45:41.625Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:45:41.929Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T18:45:41.940Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:45:42.239Z] ---> sudo-logs.sh [2020-10-28T18:45:42.239Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T18:45:42.251Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:45:42.547Z] ---> job-cost.sh [2020-10-28T18:45:42.547Z] lf-activate-venv: SKIPPING [2020-10-28T18:45:42.547Z] INFO: No Stack... [2020-10-28T18:45:45.864Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T18:45:46.127Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T18:45:46.143Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T18:45:46.444Z] ---> logs-deploy.sh [2020-10-28T18:45:46.445Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/60 [2020-10-28T18:45:46.445Z] INFO: archiving workspace using pattern(s): [2020-10-28T18:45:48.374Z] Archives upload complete. [2020-10-28T18:45:48.374Z] INFO: archiving logs to Nexus