Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fb98e0c50a6079cd6039d0c16dfa27373e63787d 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8882 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 > 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 Checking out Revision fb98e0c50a6079cd6039d0c16dfa27373e63787d (master) > 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 fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 Commit message: "Merge pull request #119 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8" > git rev-list --no-walk 041cb8a3f2e73564d564a37beecb66416a11359b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T15:21:11.462Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T15:21:11.772Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T15:21:11.896Z] ========================================================= [2020-10-26T15:21:11.896Z] EdgeX Global Pipelines Version Info [2020-10-26T15:21:11.896Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:21:13.395Z] ------------------- [2020-10-26T15:21:13.395Z] stable info: [2020-10-26T15:21:13.395Z] ------------------- [2020-10-26T15:21:13.395Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T15:21:13.395Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T15:21:13.395Z] Message: update stable to v1.0.148 [2020-10-26T15:21:14.342Z] ------------------- [2020-10-26T15:21:14.342Z] experimental info: [2020-10-26T15:21:14.342Z] ------------------- [2020-10-26T15:21:14.342Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T15:21:14.342Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T15:21:14.342Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-26T15:21:14.761Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-26T15:21:14.871Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-26T15:21:14.969Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T15:21:15.075Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T15:21:15.169Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T15:21:15.265Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T15:21:15.359Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T15:21:15.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T15:21:15.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-26T15:21:15.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T15:21:15.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T15:21:15.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-26T15:21:15.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T15:21:16.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T15:21:16.167Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:21:16.270Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:21:16.367Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:21:16.464Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:21:16.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-26T15:21:16.662Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-26T15:21:16.760Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-26T15:21:16.862Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-26T15:21:16.975Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-26T15:21:17.090Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-26T15:21:17.187Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-26T15:21:17.292Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T15:21:17.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T15:21:17.489Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T15:21:17.584Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb98e0c50a6079cd6039d0c16dfa27373e63787d [Pipeline] echo [2020-10-26T15:21:17.676Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb98e0c [Pipeline] echo [2020-10-26T15:21:17.770Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-26T15:21:18.426Z] + git log --format=format:%s -1 fb98e0c50a6079cd6039d0c16dfa27373e63787d [Pipeline] echo [2020-10-26T15:21:18.493Z] GIT_COMMIT: fb98e0c50a6079cd6039d0c16dfa27373e63787d, Commit Message: Merge pull request #119 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8 [Pipeline] echo [2020-10-26T15:21:18.542Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:21:19.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:21:20.146Z] [2020-10-26T15:21:20.146Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:21:20.556Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:21:20.556Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T15:21:20.556Z] 31603596830f: Pulling fs layer [2020-10-26T15:21:20.556Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T15:21:20.556Z] 6ca5941a6612: Pulling fs layer [2020-10-26T15:21:20.556Z] ecc8261a40a4: Pulling fs layer [2020-10-26T15:21:20.556Z] ecc8261a40a4: Waiting [2020-10-26T15:21:20.556Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T15:21:20.556Z] 2a8b12db71e7: Download complete [2020-10-26T15:21:20.824Z] 31603596830f: Verifying Checksum [2020-10-26T15:21:20.824Z] 31603596830f: Download complete [2020-10-26T15:21:21.093Z] 6ca5941a6612: Verifying Checksum [2020-10-26T15:21:21.093Z] 6ca5941a6612: Download complete [2020-10-26T15:21:21.093Z] ecc8261a40a4: Verifying Checksum [2020-10-26T15:21:21.093Z] ecc8261a40a4: Download complete [2020-10-26T15:21:21.093Z] 31603596830f: Pull complete [2020-10-26T15:21:21.357Z] 2a8b12db71e7: Pull complete [2020-10-26T15:21:22.348Z] 6ca5941a6612: Pull complete [2020-10-26T15:21:22.348Z] ecc8261a40a4: Pull complete [2020-10-26T15:21:22.348Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T15:21:22.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:21:22.609Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T15:21:22.772Z] prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container [2020-10-26T15:21:22.824Z] $ 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-26T15:21:25.066Z] $ docker top 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:21:25.453Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:21:25.454Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:21:25.687Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:21:25.693Z] $ docker exec 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d ssh-agent [2020-10-26T15:21:25.862Z] SSH_AUTH_SOCK=/tmp/ssh-U7N72scpHauv/agent.11 [2020-10-26T15:21:25.862Z] SSH_AGENT_PID=16 [2020-10-26T15:21:25.941Z] Running ssh-add (command line suppressed) [2020-10-26T15:21:26.072Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8831079813321986868.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8831079813321986868.key) [2020-10-26T15:21:26.121Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:21:26.465Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T15:21:26.492Z] $ docker exec --env ******** --env ******** 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d ssh-agent -k [2020-10-26T15:21:26.620Z] unset SSH_AUTH_SOCK; [2020-10-26T15:21:26.620Z] unset SSH_AGENT_PID; [2020-10-26T15:21:26.620Z] echo Agent pid 16 killed; [2020-10-26T15:21:26.669Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T15:21:26.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:21:26.830Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:21:26.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:21:26.999Z] $ docker exec 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d ssh-agent [2020-10-26T15:21:27.161Z] SSH_AUTH_SOCK=/tmp/ssh-X6rnPyosuPWc/agent.46 [2020-10-26T15:21:27.161Z] SSH_AGENT_PID=51 [2020-10-26T15:21:27.168Z] Running ssh-add (command line suppressed) [2020-10-26T15:21:27.293Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2828802616506860365.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2828802616506860365.key) [2020-10-26T15:21:27.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:21:27.680Z] + git semver init [2020-10-26T15:21:27.680Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:21:27.680Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:21:27.680Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:21:27.680Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:21:27.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:21:27.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:21:27.680Z] # $SEMVER_BRANCH = master [2020-10-26T15:21:27.680Z] # $SEMVER_TEMP = /tmp/semver-294614632 [2020-10-26T15:21:27.680Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-26T15:21:28.254Z] # '/tmp/semver-294614632' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-10-26T15:21:28.254Z] # -> Force: false [2020-10-26T15:21:28.254Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-26T15:21:28.267Z] $ docker exec --env ******** --env ******** 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d ssh-agent -k [2020-10-26T15:21:28.381Z] unset SSH_AUTH_SOCK; [2020-10-26T15:21:28.382Z] unset SSH_AGENT_PID; [2020-10-26T15:21:28.382Z] echo Agent pid 51 killed; [2020-10-26T15:21:28.423Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:21:28.895Z] + git semver [Pipeline] } [2020-10-26T15:21:28.914Z] $ docker stop --time=1 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d [2020-10-26T15:21:30.451Z] $ docker rm -f 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T15:21:31.021Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T15:21:31.508Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T15:21:31.511Z] [edgeXSemver]: initialized semver on version 0.0.54 [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-26T15:21:47.095Z] Still waiting to schedule task [2020-10-26T15:21:47.096Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-26T15:21:47.100Z] Still waiting to schedule task [2020-10-26T15:21:47.100Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-26T15:23:34.388Z] Running on prd-centos7-docker-4c-2g-8888 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-26T15:23:34.440Z] Running in /w/workspace/go-mod-bootstrap/57 [Pipeline] { [Pipeline] checkout [2020-10-26T15:23:40.117Z] using credential edgex-jenkins-ssh [2020-10-26T15:23:40.193Z] Cloning the remote Git repository [2020-10-26T15:23:40.247Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:23:40.326Z] > git init /w/workspace/go-mod-bootstrap/57 # timeout=10 [2020-10-26T15:23:40.389Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:23:40.389Z] > git --version # timeout=10 [2020-10-26T15:23:40.408Z] > git --version # 'git version 2.16.5' [2020-10-26T15:23:40.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:23:40.474Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:23:41.646Z] Checking out Revision fb98e0c50a6079cd6039d0c16dfa27373e63787d (master) [2020-10-26T15:23:41.112Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:23:41.129Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:23:41.173Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:23:41.190Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:23:41.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:23:41.197Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T15:23:41.665Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:23:41.672Z] > git checkout -f fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 [2020-10-26T15:23:43.678Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8885 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-26T15:23:43.733Z] Running in /w/workspace/go-mod-bootstrap/57 [Pipeline] { [Pipeline] checkout [2020-10-26T15:23:45.863Z] Commit message: "Merge pull request #119 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T15:23:46.651Z] ========================================================= [2020-10-26T15:23:46.651Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T15:23:46.651Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:23:47.932Z] + 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-26T15:23:48.597Z] Sending build context to Docker daemon 543.2kB [2020-10-26T15:23:48.597Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T15:23:48.597Z] Step 2/8 : FROM ${BASE} [2020-10-26T15:23:48.597Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T15:23:48.597Z] df20fa9351a1: Pulling fs layer [2020-10-26T15:23:48.597Z] ed8968b2872e: Pulling fs layer [2020-10-26T15:23:48.597Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T15:23:48.597Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T15:23:48.597Z] e73272ec9a57: Pulling fs layer [2020-10-26T15:23:48.597Z] 1e910a182e73: Pulling fs layer [2020-10-26T15:23:48.597Z] 4e634b169226: Pulling fs layer [2020-10-26T15:23:48.597Z] e871e8e8d7a9: Waiting [2020-10-26T15:23:48.597Z] e73272ec9a57: Waiting [2020-10-26T15:23:48.597Z] 1e910a182e73: Waiting [2020-10-26T15:23:48.597Z] 4e634b169226: Waiting [2020-10-26T15:23:48.597Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T15:23:48.597Z] a92cc7c5fd73: Download complete [2020-10-26T15:23:48.597Z] ed8968b2872e: Verifying Checksum [2020-10-26T15:23:48.597Z] ed8968b2872e: Download complete [2020-10-26T15:23:48.597Z] e73272ec9a57: Verifying Checksum [2020-10-26T15:23:48.597Z] e73272ec9a57: Download complete [2020-10-26T15:23:48.597Z] 1e910a182e73: Verifying Checksum [2020-10-26T15:23:48.597Z] 1e910a182e73: Download complete [2020-10-26T15:23:49.207Z] using credential edgex-jenkins-ssh [2020-10-26T15:23:49.279Z] Cloning the remote Git repository [2020-10-26T15:23:50.076Z] df20fa9351a1: Verifying Checksum [2020-10-26T15:23:50.076Z] df20fa9351a1: Download complete [2020-10-26T15:23:50.076Z] df20fa9351a1: Pull complete [2020-10-26T15:23:49.336Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:23:49.440Z] > git init /w/workspace/go-mod-bootstrap/57 # timeout=10 [2020-10-26T15:23:49.541Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:23:49.542Z] > git --version # timeout=10 [2020-10-26T15:23:49.557Z] > git --version # 'git version 2.17.1' [2020-10-26T15:23:49.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:23:49.621Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:23:50.687Z] ed8968b2872e: Pull complete [2020-10-26T15:23:50.687Z] a92cc7c5fd73: Pull complete [2020-10-26T15:23:50.933Z] Checking out Revision fb98e0c50a6079cd6039d0c16dfa27373e63787d (master) [2020-10-26T15:23:50.353Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:23:50.378Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:23:50.402Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:23:50.438Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:23:50.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:23:50.450Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T15:23:50.957Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:23:50.982Z] > git checkout -f fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 [2020-10-26T15:23:54.262Z] 4e634b169226: Verifying Checksum [2020-10-26T15:23:54.263Z] 4e634b169226: Download complete [2020-10-26T15:23:55.433Z] Commit message: "Merge pull request #119 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8" [Pipeline] withEnv [Pipeline] { [2020-10-26T15:23:55.757Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T15:23:55.757Z] e871e8e8d7a9: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T15:23:56.267Z] ========================================================= [2020-10-26T15:23:56.267Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T15:23:56.267Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:23:57.155Z] + 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-26T15:23:58.198Z] Sending build context to Docker daemon 543.2kB [2020-10-26T15:23:58.198Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T15:23:58.198Z] Step 2/8 : FROM ${BASE} [2020-10-26T15:23:58.476Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T15:23:58.476Z] b538f80385f9: Pulling fs layer [2020-10-26T15:23:58.476Z] 74f711af9a0d: Pulling fs layer [2020-10-26T15:23:58.476Z] 99f96fe45779: Pulling fs layer [2020-10-26T15:23:58.476Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T15:23:58.476Z] 45590311c82a: Pulling fs layer [2020-10-26T15:23:58.476Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T15:23:58.476Z] 209524e5b208: Pulling fs layer [2020-10-26T15:23:58.476Z] 8529a6b9a6be: Waiting [2020-10-26T15:23:58.476Z] 45590311c82a: Waiting [2020-10-26T15:23:58.476Z] 69ca0ff8b7b3: Waiting [2020-10-26T15:23:58.476Z] 209524e5b208: Waiting [2020-10-26T15:23:58.476Z] 99f96fe45779: Verifying Checksum [2020-10-26T15:23:58.476Z] 99f96fe45779: Download complete [2020-10-26T15:23:58.476Z] 74f711af9a0d: Download complete [2020-10-26T15:23:58.476Z] 45590311c82a: Verifying Checksum [2020-10-26T15:23:58.476Z] 45590311c82a: Download complete [2020-10-26T15:23:58.476Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-26T15:23:58.476Z] 69ca0ff8b7b3: Download complete [2020-10-26T15:23:58.476Z] b538f80385f9: Verifying Checksum [2020-10-26T15:23:58.476Z] b538f80385f9: Download complete [2020-10-26T15:23:59.107Z] b538f80385f9: Pull complete [2020-10-26T15:23:59.722Z] 74f711af9a0d: Pull complete [2020-10-26T15:24:00.326Z] 99f96fe45779: Pull complete [2020-10-26T15:24:00.601Z] 209524e5b208: Verifying Checksum [2020-10-26T15:24:00.601Z] 209524e5b208: Download complete [2020-10-26T15:24:02.102Z] 8529a6b9a6be: Verifying Checksum [2020-10-26T15:24:02.102Z] 8529a6b9a6be: Download complete [2020-10-26T15:24:06.233Z] e871e8e8d7a9: Pull complete [2020-10-26T15:24:06.233Z] e73272ec9a57: Pull complete [2020-10-26T15:24:06.233Z] 1e910a182e73: Pull complete [2020-10-26T15:24:10.841Z] 4e634b169226: Pull complete [2020-10-26T15:24:10.841Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T15:24:10.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T15:24:10.841Z] ---> f7629b54cfaa [2020-10-26T15:24:10.841Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T15:24:10.841Z] ---> Running in 3269244ebc11 [2020-10-26T15:24:11.125Z] Removing intermediate container 3269244ebc11 [2020-10-26T15:24:11.125Z] ---> 4a9b6f3dd4b2 [2020-10-26T15:24:11.125Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T15:24:11.125Z] ---> Running in c8707d2af768 [2020-10-26T15:24:12.278Z] 8529a6b9a6be: Pull complete [2020-10-26T15:24:12.554Z] 45590311c82a: Pull complete [2020-10-26T15:24:13.083Z] Removing intermediate container c8707d2af768 [2020-10-26T15:24:13.083Z] ---> e09a909a9995 [2020-10-26T15:24:13.083Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-26T15:24:13.083Z] ---> Running in 6b713865e26c [2020-10-26T15:24:13.153Z] 69ca0ff8b7b3: Pull complete [2020-10-26T15:24:13.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T15:24:14.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T15:24:14.941Z] OK: 166 MiB in 39 packages [2020-10-26T15:24:15.550Z] Removing intermediate container 6b713865e26c [2020-10-26T15:24:15.550Z] ---> 2ccd0570ab11 [2020-10-26T15:24:15.550Z] Step 6/8 : WORKDIR /build [2020-10-26T15:24:15.550Z] ---> Running in db1d25dca77b [2020-10-26T15:24:15.832Z] Removing intermediate container db1d25dca77b [2020-10-26T15:24:15.832Z] ---> 0e5b1e6f7edd [2020-10-26T15:24:15.832Z] Step 7/8 : COPY go.mod . [2020-10-26T15:24:16.126Z] ---> 2008887bff68 [2020-10-26T15:24:16.126Z] Step 8/8 : RUN go mod download [2020-10-26T15:24:16.126Z] ---> Running in b19bb752953a [2020-10-26T15:24:16.572Z] 209524e5b208: Pull complete [2020-10-26T15:24:16.572Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T15:24:16.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T15:24:16.572Z] ---> 5bddaf1c2fca [2020-10-26T15:24:16.572Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T15:24:19.208Z] ---> Running in cbf53acd8c47 [2020-10-26T15:24:19.807Z] Removing intermediate container cbf53acd8c47 [2020-10-26T15:24:19.807Z] ---> d7b5bb28d8d5 [2020-10-26T15:24:19.807Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T15:24:19.807Z] ---> Running in add1005e4f89 [2020-10-26T15:24:22.435Z] Removing intermediate container add1005e4f89 [2020-10-26T15:24:22.435Z] ---> 5558bf5b15e9 [2020-10-26T15:24:22.435Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-26T15:24:22.435Z] ---> Running in 1fad1cc087f0 [2020-10-26T15:24:23.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T15:24:24.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T15:24:25.459Z] OK: 142 MiB in 39 packages [2020-10-26T15:24:26.442Z] Removing intermediate container 1fad1cc087f0 [2020-10-26T15:24:26.442Z] ---> c9dded584a81 [2020-10-26T15:24:26.442Z] Step 6/8 : WORKDIR /build [2020-10-26T15:24:26.442Z] ---> Running in e0e6524bf0b4 [2020-10-26T15:24:27.039Z] Removing intermediate container e0e6524bf0b4 [2020-10-26T15:24:27.039Z] ---> d56b694341f3 [2020-10-26T15:24:27.039Z] Step 7/8 : COPY go.mod . [2020-10-26T15:24:27.638Z] ---> 60a7b547c835 [2020-10-26T15:24:27.638Z] Step 8/8 : RUN go mod download [2020-10-26T15:24:27.911Z] ---> Running in 5475273a1532 [2020-10-26T15:24:38.606Z] Removing intermediate container b19bb752953a [2020-10-26T15:24:38.606Z] ---> 595d4a3147a1 [2020-10-26T15:24:38.606Z] Successfully built 595d4a3147a1 [2020-10-26T15:24:38.606Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:24:39.067Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T15:24:39.067Z] . [Pipeline] withDockerContainer [2020-10-26T15:24:39.239Z] prd-centos7-docker-4c-2g-8888 does not seem to be running inside a container [2020-10-26T15:24:39.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/57 -v /w/workspace/go-mod-bootstrap/57:/w/workspace/go-mod-bootstrap/57:rw,z -v /w/workspace/go-mod-bootstrap/57@tmp:/w/workspace/go-mod-bootstrap/57@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 ******** ci-base-image-x86_64 cat [2020-10-26T15:24:40.279Z] $ docker top 5a21b32295de5f4a5ee9cf697cb1610ef501e285b75623b4508dd90383f3e244 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:24:40.946Z] + go version [2020-10-26T15:24:40.946Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T15:24:40.965Z] $ docker stop --time=1 5a21b32295de5f4a5ee9cf697cb1610ef501e285b75623b4508dd90383f3e244 [2020-10-26T15:24:42.505Z] $ docker rm -f 5a21b32295de5f4a5ee9cf697cb1610ef501e285b75623b4508dd90383f3e244 [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-26T15:24:50.119Z] Removing intermediate container 5475273a1532 [2020-10-26T15:24:50.119Z] ---> 06ae55d45f5a [2020-10-26T15:24:50.119Z] Successfully built 06ae55d45f5a [2020-10-26T15:24:50.119Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:24:50.528Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T15:24:50.528Z] . [Pipeline] withDockerContainer [2020-10-26T15:24:50.807Z] prd-ubuntu18.04-docker-arm64-4c-16g-8885 does not seem to be running inside a container [2020-10-26T15:24:50.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/57 -v /w/workspace/go-mod-bootstrap/57:/w/workspace/go-mod-bootstrap/57:rw,z -v /w/workspace/go-mod-bootstrap/57@tmp:/w/workspace/go-mod-bootstrap/57@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 ******** ci-base-image-arm64 cat [2020-10-26T15:24:52.763Z] $ docker top f4727a7f1966cdd03bb4b21f159031d2666a7e535f14337bf108799997cb8861 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:24:54.152Z] + go version [2020-10-26T15:24:54.152Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T15:24:54.179Z] $ docker stop --time=1 f4727a7f1966cdd03bb4b21f159031d2666a7e535f14337bf108799997cb8861 [2020-10-26T15:24:56.047Z] $ docker rm -f f4727a7f1966cdd03bb4b21f159031d2666a7e535f14337bf108799997cb8861 [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-26T15:24:58.806Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T15:24:58.807Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T15:24:58.868Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:24:59.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:24:59.225Z] [2020-10-26T15:24:59.225Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:24:59.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:24:59.617Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T15:24:59.617Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T15:24:59.617Z] 408f87550127: Pulling fs layer [2020-10-26T15:24:59.617Z] fe522b08c979: Pulling fs layer [2020-10-26T15:24:59.617Z] 221eaa008020: Pulling fs layer [2020-10-26T15:24:59.617Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T15:24:59.617Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T15:24:59.617Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T15:24:59.617Z] 23e8b3b47431: Pulling fs layer [2020-10-26T15:24:59.617Z] 5c568d65a230: Pulling fs layer [2020-10-26T15:24:59.617Z] 2a4607e5d6b9: Waiting [2020-10-26T15:24:59.617Z] e5c8dbe1645b: Waiting [2020-10-26T15:24:59.617Z] 8f79b27c4fd2: Waiting [2020-10-26T15:24:59.617Z] 221eaa008020: Waiting [2020-10-26T15:24:59.617Z] 23e8b3b47431: Waiting [2020-10-26T15:24:59.617Z] fe522b08c979: Verifying Checksum [2020-10-26T15:24:59.617Z] fe522b08c979: Download complete [2020-10-26T15:24:59.617Z] 408f87550127: Verifying Checksum [2020-10-26T15:24:59.617Z] 408f87550127: Download complete [2020-10-26T15:24:59.617Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T15:24:59.617Z] 2a4607e5d6b9: Download complete [2020-10-26T15:24:59.617Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T15:24:59.617Z] 8f79b27c4fd2: Download complete [2020-10-26T15:24:59.617Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-26T15:24:59.617Z] cbdbe7a5bc2a: Download complete [2020-10-26T15:25:00.196Z] cbdbe7a5bc2a: Pull complete [2020-10-26T15:25:00.461Z] 408f87550127: Pull complete [2020-10-26T15:25:00.461Z] fe522b08c979: Pull complete [2020-10-26T15:25:01.042Z] e5c8dbe1645b: Verifying Checksum [2020-10-26T15:25:01.042Z] e5c8dbe1645b: Download complete [2020-10-26T15:25:01.623Z] 23e8b3b47431: Verifying Checksum [2020-10-26T15:25:01.623Z] 23e8b3b47431: Download complete [2020-10-26T15:25:02.207Z] 5c568d65a230: Verifying Checksum [2020-10-26T15:25:02.207Z] 5c568d65a230: Download complete [2020-10-26T15:25:03.163Z] 221eaa008020: Download complete [2020-10-26T15:25:08.492Z] 221eaa008020: Pull complete [2020-10-26T15:25:08.756Z] 2a4607e5d6b9: Pull complete [2020-10-26T15:25:09.019Z] 8f79b27c4fd2: Pull complete [2020-10-26T15:25:10.954Z] e5c8dbe1645b: Pull complete [2020-10-26T15:25:15.207Z] 23e8b3b47431: Pull complete [2020-10-26T15:25:16.609Z] 5c568d65a230: Pull complete [2020-10-26T15:25:16.609Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T15:25:16.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:25:16.609Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T15:25:16.828Z] prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container [2020-10-26T15:25:16.881Z] $ 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-26T15:25:18.132Z] $ docker top dbec161a741d4dda28c853f620c9e5954bf0ce78f9a75050f874479b47780d67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:25:18.717Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T15:25:36.871Z] [2020-10-26T15:25:36.871Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-10-26T15:25:36.871Z] [2020-10-26T15:25:36.871Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/ba2ba1ba-8d96-4e02-bbdb-80dfb8406cdf [2020-10-26T15:25:36.871Z] [2020-10-26T15:25:36.871Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T15:25:36.871Z] [2020-10-26T15:25:36.871Z] [2020-10-26T15:25:36.871Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T15:25:36.871Z] 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-26T15:25:36.871Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T15:25:36.871Z] [2020-10-26T15:25:36.871Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T15:25:36.871Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T15:25:36.871Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T15:25:36.871Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T15:25:36.891Z] $ docker stop --time=1 dbec161a741d4dda28c853f620c9e5954bf0ce78f9a75050f874479b47780d67 [2020-10-26T15:25:38.986Z] $ docker rm -f dbec161a741d4dda28c853f620c9e5954bf0ce78f9a75050f874479b47780d67 [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-26T15:25:40.809Z] + git log --format=format:%s -1 fb98e0c50a6079cd6039d0c16dfa27373e63787d [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:25:41.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:25:41.125Z] . [Pipeline] withDockerContainer [2020-10-26T15:25:41.265Z] prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container [2020-10-26T15:25:41.324Z] $ 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-26T15:25:42.207Z] $ docker top ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:25:42.547Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:25:42.547Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:25:42.776Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:25:42.785Z] $ docker exec ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 ssh-agent [2020-10-26T15:25:42.958Z] SSH_AUTH_SOCK=/tmp/ssh-WShXfTlq2uHD/agent.12 [2020-10-26T15:25:42.958Z] SSH_AGENT_PID=17 [2020-10-26T15:25:42.966Z] Running ssh-add (command line suppressed) [2020-10-26T15:25:43.113Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6245975728967280407.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6245975728967280407.key) [2020-10-26T15:25:43.169Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:25:43.507Z] + git semver tag [2020-10-26T15:25:43.507Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:25:43.507Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:25:43.507Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:25:43.507Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:25:43.507Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:25:43.507Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:25:43.507Z] # $SEMVER_BRANCH = master [2020-10-26T15:25:43.507Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-26T15:25:43.507Z] # fb98e0c50a6079cd6039d0c16dfa27373e63787d HEAD [2020-10-26T15:25:43.507Z] # -> Force: false [2020-10-26T15:25:43.507Z] # 6815168914339baa404cf3616995db9719785f5f refs/tags/v0.0.54 [Pipeline] } [2020-10-26T15:25:43.525Z] $ docker exec --env ******** --env ******** ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 ssh-agent -k [2020-10-26T15:25:43.671Z] unset SSH_AUTH_SOCK; [2020-10-26T15:25:43.671Z] unset SSH_AGENT_PID; [2020-10-26T15:25:43.671Z] echo Agent pid 17 killed; [2020-10-26T15:25:43.722Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:25:44.217Z] + git semver [Pipeline] } [2020-10-26T15:25:44.244Z] $ docker stop --time=1 ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 [2020-10-26T15:25:45.599Z] $ docker rm -f ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:25:46.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:25:46.260Z] [2020-10-26T15:25:46.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:25:46.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:25:46.610Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T15:25:46.610Z] ab5ef0e58194: Pulling fs layer [2020-10-26T15:25:46.610Z] 9712f1f96733: Pulling fs layer [2020-10-26T15:25:46.610Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T15:25:46.610Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T15:25:46.610Z] e9a5061849ea: Pulling fs layer [2020-10-26T15:25:46.610Z] d747dcd14b5f: Pulling fs layer [2020-10-26T15:25:46.610Z] 2de7ff778b66: Pulling fs layer [2020-10-26T15:25:46.610Z] 0d9ebad4ef96: Waiting [2020-10-26T15:25:46.610Z] e9a5061849ea: Waiting [2020-10-26T15:25:46.610Z] d747dcd14b5f: Waiting [2020-10-26T15:25:46.610Z] 2de7ff778b66: Waiting [2020-10-26T15:25:46.610Z] 9712f1f96733: Verifying Checksum [2020-10-26T15:25:46.610Z] 9712f1f96733: Download complete [2020-10-26T15:25:48.008Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T15:25:48.008Z] 63f879dbbcfc: Download complete [2020-10-26T15:25:48.584Z] e9a5061849ea: Verifying Checksum [2020-10-26T15:25:48.584Z] e9a5061849ea: Download complete [2020-10-26T15:25:48.845Z] 0d9ebad4ef96: Verifying Checksum [2020-10-26T15:25:48.845Z] 0d9ebad4ef96: Download complete [2020-10-26T15:25:48.845Z] d747dcd14b5f: Verifying Checksum [2020-10-26T15:25:48.845Z] d747dcd14b5f: Download complete [2020-10-26T15:25:49.117Z] ab5ef0e58194: Verifying Checksum [2020-10-26T15:25:49.117Z] ab5ef0e58194: Download complete [2020-10-26T15:25:49.117Z] 2de7ff778b66: Verifying Checksum [2020-10-26T15:25:49.117Z] 2de7ff778b66: Download complete [2020-10-26T15:25:53.348Z] ab5ef0e58194: Pull complete [2020-10-26T15:25:53.348Z] 9712f1f96733: Pull complete [2020-10-26T15:25:55.904Z] 63f879dbbcfc: Pull complete [2020-10-26T15:26:02.549Z] 0d9ebad4ef96: Pull complete [2020-10-26T15:26:03.939Z] e9a5061849ea: Pull complete [2020-10-26T15:26:04.229Z] d747dcd14b5f: Pull complete [2020-10-26T15:26:06.792Z] 2de7ff778b66: Pull complete [2020-10-26T15:26:06.792Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T15:26:06.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:26:06.792Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T15:26:07.046Z] prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container [2020-10-26T15:26:07.095Z] $ 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-26T15:26:11.079Z] $ docker top d63c6afa8a73cbab41495f0e5f03d8493faea9fd0b92e8ea29b8f21324ff44e2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T15:26:11.405Z] provisioning config files... [2020-10-26T15:26:11.515Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7557634825699544077tmp [2020-10-26T15:26:11.615Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9172901769324624119tmp [2020-10-26T15:26:11.696Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7112676553490380932tmp [Pipeline] { [Pipeline] echo [2020-10-26T15:26:11.941Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:26:12.246Z] ---> sigul-configuration.sh [2020-10-26T15:26:12.246Z] gpg: directory `/root/.gnupg' created [2020-10-26T15:26:12.246Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T15:26:12.246Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T15:26:12.246Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T15:26:12.246Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T15:26:12.246Z] gpg: CAST5 encrypted data [2020-10-26T15:26:12.510Z] gpg: encrypted with 1 passphrase [2020-10-26T15:26:12.510Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T15:26:12.814Z] + mkdir /home/jenkins [2020-10-26T15:26:12.814Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T15:26:13.116Z] + 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-26T15:26:13.127Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:26:13.432Z] ---> sigul-install.sh [2020-10-26T15:26:20.046Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T15:26:20.350Z] + git tag --list [2020-10-26T15:26:20.350Z] v0.0.1 [2020-10-26T15:26:20.350Z] v0.0.10 [2020-10-26T15:26:20.350Z] v0.0.11 [2020-10-26T15:26:20.350Z] v0.0.12 [2020-10-26T15:26:20.350Z] v0.0.13 [2020-10-26T15:26:20.350Z] v0.0.14 [2020-10-26T15:26:20.350Z] v0.0.15 [2020-10-26T15:26:20.350Z] v0.0.16 [2020-10-26T15:26:20.350Z] v0.0.17 [2020-10-26T15:26:20.350Z] v0.0.18 [2020-10-26T15:26:20.350Z] v0.0.19 [2020-10-26T15:26:20.350Z] v0.0.2 [2020-10-26T15:26:20.350Z] v0.0.20 [2020-10-26T15:26:20.350Z] v0.0.21 [2020-10-26T15:26:20.350Z] v0.0.22 [2020-10-26T15:26:20.350Z] v0.0.23 [2020-10-26T15:26:20.350Z] v0.0.24 [2020-10-26T15:26:20.350Z] v0.0.25 [2020-10-26T15:26:20.350Z] v0.0.26 [2020-10-26T15:26:20.350Z] v0.0.27 [2020-10-26T15:26:20.350Z] v0.0.28 [2020-10-26T15:26:20.350Z] v0.0.29 [2020-10-26T15:26:20.350Z] v0.0.3 [2020-10-26T15:26:20.350Z] v0.0.30 [2020-10-26T15:26:20.350Z] v0.0.31 [2020-10-26T15:26:20.350Z] v0.0.32 [2020-10-26T15:26:20.350Z] v0.0.33 [2020-10-26T15:26:20.350Z] v0.0.34 [2020-10-26T15:26:20.350Z] v0.0.35 [2020-10-26T15:26:20.350Z] v0.0.36 [2020-10-26T15:26:20.350Z] v0.0.37 [2020-10-26T15:26:20.350Z] v0.0.38 [2020-10-26T15:26:20.350Z] v0.0.39 [2020-10-26T15:26:20.350Z] v0.0.4 [2020-10-26T15:26:20.350Z] v0.0.40 [2020-10-26T15:26:20.350Z] v0.0.41 [2020-10-26T15:26:20.350Z] v0.0.42 [2020-10-26T15:26:20.350Z] v0.0.43 [2020-10-26T15:26:20.350Z] v0.0.44 [2020-10-26T15:26:20.350Z] v0.0.45 [2020-10-26T15:26:20.350Z] v0.0.46 [2020-10-26T15:26:20.350Z] v0.0.47 [2020-10-26T15:26:20.350Z] v0.0.48 [2020-10-26T15:26:20.350Z] v0.0.49 [2020-10-26T15:26:20.350Z] v0.0.5 [2020-10-26T15:26:20.350Z] v0.0.50 [2020-10-26T15:26:20.350Z] v0.0.51 [2020-10-26T15:26:20.350Z] v0.0.52 [2020-10-26T15:26:20.350Z] v0.0.53 [2020-10-26T15:26:20.350Z] v0.0.54 [2020-10-26T15:26:20.350Z] v0.0.6 [2020-10-26T15:26:20.350Z] v0.0.7 [2020-10-26T15:26:20.350Z] v0.0.8 [2020-10-26T15:26:20.350Z] v0.0.9 [Pipeline] sh [2020-10-26T15:26:20.650Z] + lftools sign git-tag v0.0.54 [2020-10-26T15:26:22.041Z] Signing Git tag with Sigul... [2020-10-26T15:26:22.041Z] Signing v0.0.54 [Pipeline] echo [2020-10-26T15:26:23.002Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:26:23.338Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T15:26:23.349Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T15:26:23.461Z] $ docker stop --time=1 d63c6afa8a73cbab41495f0e5f03d8493faea9fd0b92e8ea29b8f21324ff44e2 [2020-10-26T15:26:25.503Z] $ docker rm -f d63c6afa8a73cbab41495f0e5f03d8493faea9fd0b92e8ea29b8f21324ff44e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:26:26.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:26:26.504Z] . [Pipeline] withDockerContainer [2020-10-26T15:26:26.612Z] prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container [2020-10-26T15:26:26.660Z] $ 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-26T15:26:27.376Z] $ docker top abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:26:27.756Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:26:27.756Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:26:27.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:26:27.992Z] $ docker exec abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b ssh-agent [2020-10-26T15:26:28.172Z] SSH_AUTH_SOCK=/tmp/ssh-tHpMx4dtjlDo/agent.12 [2020-10-26T15:26:28.172Z] SSH_AGENT_PID=17 [2020-10-26T15:26:28.180Z] Running ssh-add (command line suppressed) [2020-10-26T15:26:28.318Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3403222231036782123.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3403222231036782123.key) [2020-10-26T15:26:28.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:26:28.717Z] + git semver bump patch [2020-10-26T15:26:28.717Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:26:28.717Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:26:28.717Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:26:28.717Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:26:28.717Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:26:28.717Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:26:28.717Z] # $SEMVER_BRANCH = master [2020-10-26T15:26:28.717Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-26T15:26:28.717Z] 0.0.55 [Pipeline] } [2020-10-26T15:26:28.735Z] $ docker exec --env ******** --env ******** abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b ssh-agent -k [2020-10-26T15:26:28.863Z] unset SSH_AUTH_SOCK; [2020-10-26T15:26:28.863Z] unset SSH_AGENT_PID; [2020-10-26T15:26:28.863Z] echo Agent pid 17 killed; [2020-10-26T15:26:28.911Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:26:29.373Z] + git semver [Pipeline] } [2020-10-26T15:26:29.393Z] $ docker stop --time=1 abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b [2020-10-26T15:26:30.796Z] $ docker rm -f abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:26:31.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:26:31.365Z] . [Pipeline] withDockerContainer [2020-10-26T15:26:31.475Z] prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container [2020-10-26T15:26:31.529Z] $ 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-26T15:26:32.239Z] $ docker top c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:26:32.577Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:26:32.577Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:26:32.783Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:26:32.790Z] $ docker exec c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 ssh-agent [2020-10-26T15:26:32.962Z] SSH_AUTH_SOCK=/tmp/ssh-3iHd0RMKlJZi/agent.13 [2020-10-26T15:26:32.962Z] SSH_AGENT_PID=18 [2020-10-26T15:26:32.969Z] Running ssh-add (command line suppressed) [2020-10-26T15:26:33.099Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_385316935244593623.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_385316935244593623.key) [2020-10-26T15:26:33.161Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:26:33.502Z] + git semver push [2020-10-26T15:26:33.502Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:26:33.502Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:26:33.502Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:26:33.502Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:26:33.502Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:26:33.502Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:26:33.502Z] # $SEMVER_BRANCH = master [2020-10-26T15:26:33.502Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-26T15:26:40.875Z] $ docker exec --env ******** --env ******** c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 ssh-agent -k [2020-10-26T15:26:41.010Z] unset SSH_AUTH_SOCK; [2020-10-26T15:26:41.011Z] unset SSH_AGENT_PID; [2020-10-26T15:26:41.011Z] echo Agent pid 18 killed; [2020-10-26T15:26:41.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:26:41.630Z] + git semver [Pipeline] } [2020-10-26T15:26:41.654Z] $ docker stop --time=1 c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 [2020-10-26T15:26:43.054Z] $ docker rm -f c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 [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-26T15:26:44.746Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:26:45.322Z] ---> package-listing.sh [2020-10-26T15:26:45.322Z] ++ facter osfamily [2020-10-26T15:26:45.322Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T15:26:45.322Z] + OS_FAMILY=redhat [2020-10-26T15:26:45.322Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:26:45.322Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T15:26:45.322Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T15:26:45.322Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T15:26:45.322Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T15:26:45.322Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-26T15:26:45.322Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T15:26:45.322Z] + case "${OS_FAMILY}" in [2020-10-26T15:26:45.322Z] + rpm -qa [2020-10-26T15:26:45.322Z] + sort [2020-10-26T15:26:49.556Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T15:26:49.556Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T15:26:49.556Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T15:26:49.556Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-26T15:26:49.556Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-10-26T15:26:49.556Z] + 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-26T15:26:49.569Z] 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-26T15:26:49.862Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:26:50.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:26:50.169Z] [2020-10-26T15:26:50.169Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:26:50.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:26:50.541Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T15:26:50.541Z] df20fa9351a1: Pulling fs layer [2020-10-26T15:26:50.541Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T15:26:50.541Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T15:26:50.541Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T15:26:50.541Z] 93b61091891f: Pulling fs layer [2020-10-26T15:26:50.541Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T15:26:50.541Z] 5e14af77c1be: Pulling fs layer [2020-10-26T15:26:50.541Z] 01666e4c0597: Pulling fs layer [2020-10-26T15:26:50.541Z] aa168da1d23b: Pulling fs layer [2020-10-26T15:26:50.541Z] 46f8f816bc3b: Waiting [2020-10-26T15:26:50.541Z] 01666e4c0597: Waiting [2020-10-26T15:26:50.541Z] aa168da1d23b: Waiting [2020-10-26T15:26:50.541Z] 93b61091891f: Waiting [2020-10-26T15:26:50.541Z] 5e14af77c1be: Waiting [2020-10-26T15:26:50.541Z] 36b3adc4ff6f: Verifying Checksum [2020-10-26T15:26:50.541Z] 36b3adc4ff6f: Download complete [2020-10-26T15:26:50.541Z] 46f8f816bc3b: Verifying Checksum [2020-10-26T15:26:50.541Z] 46f8f816bc3b: Download complete [2020-10-26T15:26:50.541Z] df20fa9351a1: Verifying Checksum [2020-10-26T15:26:50.541Z] df20fa9351a1: Download complete [2020-10-26T15:26:50.810Z] 93b9cdb0e59b: Verifying Checksum [2020-10-26T15:26:50.810Z] 93b9cdb0e59b: Download complete [2020-10-26T15:26:50.810Z] 5e14af77c1be: Verifying Checksum [2020-10-26T15:26:50.810Z] 5e14af77c1be: Download complete [2020-10-26T15:26:50.810Z] 01666e4c0597: Verifying Checksum [2020-10-26T15:26:50.810Z] 01666e4c0597: Download complete [2020-10-26T15:26:50.810Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T15:26:50.810Z] 8ad3a11d3b57: Download complete [2020-10-26T15:26:51.400Z] df20fa9351a1: Pull complete [2020-10-26T15:26:51.664Z] 36b3adc4ff6f: Pull complete [2020-10-26T15:26:52.629Z] 8ad3a11d3b57: Pull complete [2020-10-26T15:26:52.629Z] 46f8f816bc3b: Pull complete [2020-10-26T15:26:52.891Z] aa168da1d23b: Verifying Checksum [2020-10-26T15:26:52.891Z] aa168da1d23b: Download complete [2020-10-26T15:26:53.839Z] 93b61091891f: Pull complete [2020-10-26T15:26:53.839Z] 93b9cdb0e59b: Pull complete [2020-10-26T15:26:54.107Z] 5e14af77c1be: Pull complete [2020-10-26T15:26:54.107Z] 01666e4c0597: Pull complete [2020-10-26T15:27:00.745Z] aa168da1d23b: Pull complete [2020-10-26T15:27:00.745Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T15:27:00.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:27:00.745Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T15:27:01.099Z] prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container [2020-10-26T15:27:01.168Z] $ 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-26T15:27:04.414Z] $ docker top 0f61c708321a2874c824fbac0832364b3c414c2ca98e065a30c1057a7483c35d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:27:05.010Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T15:27:05.313Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T15:27:05.614Z] + ls /var/log/sa-host [2020-10-26T15:27:05.614Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T15:27:05.614Z] file_magic: OK [2020-10-26T15:27:05.614Z] HZ: Using current value: 100 [2020-10-26T15:27:05.614Z] file_header: OK [2020-10-26T15:27:05.614Z] 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-26T15:27:05.614Z] Statistics: [2020-10-26T15:27:05.614Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T15:27:05.614Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T15:27:05.614Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T15:27:05.615Z] file_magic: OK [2020-10-26T15:27:05.615Z] HZ: Using current value: 100 [2020-10-26T15:27:05.615Z] file_header: OK [2020-10-26T15:27:05.615Z] 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-26T15:27:05.615Z] Statistics: [2020-10-26T15:27:05.615Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T15:27:05.615Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T15:27:06.329Z] provisioning config files... [2020-10-26T15:27:06.353Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3483439186240131619tmp [Pipeline] { [Pipeline] echo [2020-10-26T15:27:06.452Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:27:06.759Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T15:27:06.771Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T15:27:06.935Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:27:07.239Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T15:27:07.251Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:27:07.551Z] ---> sudo-logs.sh [2020-10-26T15:27:07.551Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T15:27:07.563Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:27:07.868Z] ---> job-cost.sh [2020-10-26T15:27:07.869Z] lf-activate-venv: SKIPPING [2020-10-26T15:27:07.869Z] INFO: No Stack... [2020-10-26T15:27:09.276Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T15:27:09.856Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T15:27:09.871Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:27:10.173Z] ---> logs-deploy.sh [2020-10-26T15:27:10.173Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/57 [2020-10-26T15:27:10.173Z] INFO: archiving workspace using pattern(s): [2020-10-26T15:27:12.092Z] Archives upload complete. [2020-10-26T15:27:12.092Z] INFO: archiving logs to Nexus