Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 807198fe134df43c4c474cbf2624a9725bdad335 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-6872 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 > 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 Checking out Revision 807198fe134df43c4c474cbf2624a9725bdad335 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 807198fe134df43c4c474cbf2624a9725bdad335 # timeout=10 Commit message: "Merge pull request #116 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.105" > git rev-list --no-walk 26d977795e053a112832bb043364dc6f4b0a86ea # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T05:16:29.822Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T05:16:30.147Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T05:16:30.247Z] ========================================================= [2020-10-20T05:16:30.247Z] EdgeX Global Pipelines Version Info [2020-10-20T05:16:30.247Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:16:31.860Z] ------------------- [2020-10-20T05:16:31.860Z] stable info: [2020-10-20T05:16:31.860Z] ------------------- [2020-10-20T05:16:31.860Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T05:16:31.860Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T05:16:31.860Z] Message: update stable to v1.0.144 [2020-10-20T05:16:32.812Z] ------------------- [2020-10-20T05:16:32.812Z] experimental info: [2020-10-20T05:16:32.812Z] ------------------- [2020-10-20T05:16:32.812Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T05:16:32.812Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T05:16:32.812Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T05:16:33.175Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-20T05:16:33.267Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-20T05:16:33.365Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T05:16:33.476Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T05:16:33.581Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T05:16:33.716Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T05:16:33.820Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T05:16:33.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T05:16:34.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T05:16:34.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T05:16:34.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T05:16:34.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-20T05:16:34.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T05:16:34.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T05:16:34.704Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T05:16:34.898Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T05:16:35.053Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T05:16:35.169Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T05:16:35.315Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T05:16:35.414Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T05:16:35.505Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T05:16:35.597Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T05:16:35.690Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T05:16:35.779Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T05:16:35.872Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T05:16:35.962Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T05:16:36.072Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T05:16:36.163Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T05:16:36.265Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 807198fe134df43c4c474cbf2624a9725bdad335 [Pipeline] echo [2020-10-20T05:16:36.353Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 807198f [Pipeline] echo [2020-10-20T05:16:36.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T05:16:37.223Z] + git log --format=format:%s -1 807198fe134df43c4c474cbf2624a9725bdad335 [Pipeline] echo [2020-10-20T05:16:37.308Z] GIT_COMMIT: 807198fe134df43c4c474cbf2624a9725bdad335, Commit Message: Merge pull request #116 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.105 [Pipeline] echo [2020-10-20T05:16:37.367Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:16:38.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:16:38.287Z] [2020-10-20T05:16:38.287Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:16:38.670Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:16:38.671Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T05:16:38.671Z] 31603596830f: Pulling fs layer [2020-10-20T05:16:38.671Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T05:16:38.671Z] 6ca5941a6612: Pulling fs layer [2020-10-20T05:16:38.671Z] ecc8261a40a4: Pulling fs layer [2020-10-20T05:16:38.671Z] ecc8261a40a4: Waiting [2020-10-20T05:16:38.671Z] 2a8b12db71e7: Download complete [2020-10-20T05:16:38.947Z] 31603596830f: Download complete [2020-10-20T05:16:38.947Z] 6ca5941a6612: Verifying Checksum [2020-10-20T05:16:38.947Z] 6ca5941a6612: Download complete [2020-10-20T05:16:38.947Z] ecc8261a40a4: Verifying Checksum [2020-10-20T05:16:38.947Z] ecc8261a40a4: Download complete [2020-10-20T05:16:39.215Z] 31603596830f: Pull complete [2020-10-20T05:16:39.215Z] 2a8b12db71e7: Pull complete [2020-10-20T05:16:40.200Z] 6ca5941a6612: Pull complete [2020-10-20T05:16:40.200Z] ecc8261a40a4: Pull complete [2020-10-20T05:16:40.200Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T05:16:40.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:16:40.468Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T05:16:40.587Z] prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container [2020-10-20T05:16:40.654Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T05:16:42.942Z] $ docker top 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T05:16:43.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T05:16:43.377Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T05:16:43.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T05:16:43.604Z] $ docker exec 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca ssh-agent [2020-10-20T05:16:43.766Z] SSH_AUTH_SOCK=/tmp/ssh-Tn24r8KYH33e/agent.12 [2020-10-20T05:16:43.766Z] SSH_AGENT_PID=17 [2020-10-20T05:16:43.782Z] Running ssh-add (command line suppressed) [2020-10-20T05:16:43.899Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8852667785417690611.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8852667785417690611.key) [2020-10-20T05:16:44.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T05:16:44.451Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T05:16:44.477Z] $ docker exec --env ******** --env ******** 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca ssh-agent -k [2020-10-20T05:16:44.589Z] unset SSH_AUTH_SOCK; [2020-10-20T05:16:44.590Z] unset SSH_AGENT_PID; [2020-10-20T05:16:44.590Z] echo Agent pid 17 killed; [2020-10-20T05:16:44.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T05:16:44.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T05:16:44.826Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T05:16:44.998Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T05:16:45.005Z] $ docker exec 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca ssh-agent [2020-10-20T05:16:45.173Z] SSH_AUTH_SOCK=/tmp/ssh-Ew9exzsA1Aye/agent.45 [2020-10-20T05:16:45.173Z] SSH_AGENT_PID=51 [2020-10-20T05:16:45.182Z] Running ssh-add (command line suppressed) [2020-10-20T05:16:45.300Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_216345048122300474.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_216345048122300474.key) [2020-10-20T05:16:45.347Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T05:16:45.698Z] + git semver init [2020-10-20T05:16:45.699Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T05:16:45.699Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T05:16:45.699Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T05:16:45.699Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T05:16:45.699Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T05:16:45.699Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T05:16:45.699Z] # $SEMVER_BRANCH = master [2020-10-20T05:16:45.699Z] # $SEMVER_TEMP = /tmp/semver-005896999 [2020-10-20T05:16:45.699Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-20T05:16:46.279Z] # '/tmp/semver-005896999' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-10-20T05:16:46.279Z] # -> Force: false [2020-10-20T05:16:46.279Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-20T05:16:46.297Z] $ docker exec --env ******** --env ******** 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca ssh-agent -k [2020-10-20T05:16:46.408Z] unset SSH_AUTH_SOCK; [2020-10-20T05:16:46.408Z] unset SSH_AGENT_PID; [2020-10-20T05:16:46.408Z] echo Agent pid 51 killed; [2020-10-20T05:16:46.455Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T05:16:46.932Z] + git semver [Pipeline] } [2020-10-20T05:16:46.952Z] $ docker stop --time=1 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca [2020-10-20T05:16:48.351Z] $ docker rm -f 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T05:16:48.856Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T05:16:49.276Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T05:16:49.279Z] [edgeXSemver]: initialized semver on version 0.0.52 [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-20T05:17:04.856Z] Still waiting to schedule task [2020-10-20T05:17:04.856Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T05:17:04.858Z] Still waiting to schedule task [2020-10-20T05:17:04.858Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T05:18:57.599Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6874 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-20T05:18:57.659Z] Running in /w/workspace/go-mod-bootstrap/55 [Pipeline] { [Pipeline] checkout [2020-10-20T05:19:04.064Z] using credential edgex-jenkins-ssh [2020-10-20T05:19:04.157Z] Cloning the remote Git repository [2020-10-20T05:19:04.227Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T05:19:04.340Z] > git init /w/workspace/go-mod-bootstrap/55 # timeout=10 [2020-10-20T05:19:04.426Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T05:19:04.428Z] > git --version # timeout=10 [2020-10-20T05:19:04.457Z] > git --version # 'git version 2.17.1' [2020-10-20T05:19:04.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T05:19:04.546Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T05:19:06.098Z] Checking out Revision 807198fe134df43c4c474cbf2624a9725bdad335 (master) [2020-10-20T05:19:05.431Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T05:19:05.449Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T05:19:05.478Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T05:19:05.512Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T05:19:05.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T05:19:05.524Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T05:19:06.121Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T05:19:06.139Z] > git checkout -f 807198fe134df43c4c474cbf2624a9725bdad335 # timeout=10 [2020-10-20T05:19:10.309Z] Commit message: "Merge pull request #116 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.105" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T05:19:11.254Z] ========================================================= [2020-10-20T05:19:11.254Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T05:19:11.254Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:19:12.262Z] + 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-20T05:19:12.873Z] Sending build context to Docker daemon 533.5kB [2020-10-20T05:19:13.148Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-20T05:19:13.148Z] Step 2/8 : FROM ${BASE} [2020-10-20T05:19:13.419Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T05:19:13.419Z] b538f80385f9: Pulling fs layer [2020-10-20T05:19:13.419Z] 74f711af9a0d: Pulling fs layer [2020-10-20T05:19:13.419Z] 99f96fe45779: Pulling fs layer [2020-10-20T05:19:13.419Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T05:19:13.419Z] 45590311c82a: Pulling fs layer [2020-10-20T05:19:13.419Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T05:19:13.419Z] 209524e5b208: Pulling fs layer [2020-10-20T05:19:13.419Z] 8529a6b9a6be: Waiting [2020-10-20T05:19:13.419Z] 45590311c82a: Waiting [2020-10-20T05:19:13.419Z] 69ca0ff8b7b3: Waiting [2020-10-20T05:19:13.419Z] 99f96fe45779: Verifying Checksum [2020-10-20T05:19:13.419Z] 99f96fe45779: Download complete [2020-10-20T05:19:14.016Z] 74f711af9a0d: Download complete [2020-10-20T05:19:14.609Z] 45590311c82a: Verifying Checksum [2020-10-20T05:19:14.609Z] 45590311c82a: Download complete [2020-10-20T05:19:14.609Z] 69ca0ff8b7b3: Download complete [2020-10-20T05:19:15.607Z] b538f80385f9: Verifying Checksum [2020-10-20T05:19:15.607Z] b538f80385f9: Download complete [2020-10-20T05:19:16.217Z] b538f80385f9: Pull complete [2020-10-20T05:19:16.840Z] 74f711af9a0d: Pull complete [2020-10-20T05:19:17.119Z] 99f96fe45779: Pull complete [2020-10-20T05:19:17.720Z] 209524e5b208: Verifying Checksum [2020-10-20T05:19:17.720Z] 209524e5b208: Download complete [2020-10-20T05:19:19.159Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T05:19:19.159Z] 8529a6b9a6be: Download complete [2020-10-20T05:19:19.236Z] Running on prd-centos7-docker-4c-2g-6875 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-20T05:19:19.292Z] Running in /w/workspace/go-mod-bootstrap/55 [Pipeline] { [Pipeline] checkout [2020-10-20T05:19:22.664Z] using credential edgex-jenkins-ssh [2020-10-20T05:19:22.720Z] Cloning the remote Git repository [2020-10-20T05:19:22.748Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T05:19:22.818Z] > git init /w/workspace/go-mod-bootstrap/55 # timeout=10 [2020-10-20T05:19:22.880Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T05:19:22.881Z] > git --version # timeout=10 [2020-10-20T05:19:22.890Z] > git --version # 'git version 2.16.5' [2020-10-20T05:19:22.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T05:19:22.919Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T05:19:24.063Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T05:19:24.074Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T05:19:24.088Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T05:19:24.101Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T05:19:24.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T05:19:24.106Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T05:19:24.505Z] Checking out Revision 807198fe134df43c4c474cbf2624a9725bdad335 (master) [2020-10-20T05:19:24.517Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T05:19:24.524Z] > git checkout -f 807198fe134df43c4c474cbf2624a9725bdad335 # timeout=10 [2020-10-20T05:19:28.251Z] Commit message: "Merge pull request #116 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.105" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T05:19:28.933Z] ========================================================= [2020-10-20T05:19:28.933Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T05:19:28.933Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:19:29.673Z] + 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-20T05:19:30.271Z] Sending build context to Docker daemon 533.5kB [2020-10-20T05:19:30.271Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-20T05:19:30.271Z] Step 2/8 : FROM ${BASE} [2020-10-20T05:19:30.271Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T05:19:30.271Z] df20fa9351a1: Pulling fs layer [2020-10-20T05:19:30.271Z] ed8968b2872e: Pulling fs layer [2020-10-20T05:19:30.271Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T05:19:30.271Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T05:19:30.271Z] e73272ec9a57: Pulling fs layer [2020-10-20T05:19:30.271Z] 1e910a182e73: Pulling fs layer [2020-10-20T05:19:30.271Z] 4e634b169226: Pulling fs layer [2020-10-20T05:19:30.271Z] e73272ec9a57: Waiting [2020-10-20T05:19:30.271Z] 1e910a182e73: Waiting [2020-10-20T05:19:30.271Z] 4e634b169226: Waiting [2020-10-20T05:19:30.271Z] e871e8e8d7a9: Waiting [2020-10-20T05:19:30.271Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T05:19:30.271Z] a92cc7c5fd73: Download complete [2020-10-20T05:19:30.271Z] ed8968b2872e: Download complete [2020-10-20T05:19:30.271Z] e73272ec9a57: Verifying Checksum [2020-10-20T05:19:30.271Z] e73272ec9a57: Download complete [2020-10-20T05:19:30.271Z] 1e910a182e73: Download complete [2020-10-20T05:19:30.271Z] df20fa9351a1: Verifying Checksum [2020-10-20T05:19:30.271Z] df20fa9351a1: Download complete [2020-10-20T05:19:30.849Z] df20fa9351a1: Pull complete [2020-10-20T05:19:31.123Z] ed8968b2872e: Pull complete [2020-10-20T05:19:31.396Z] a92cc7c5fd73: Pull complete [2020-10-20T05:19:31.593Z] 8529a6b9a6be: Pull complete [2020-10-20T05:19:31.593Z] 45590311c82a: Pull complete [2020-10-20T05:19:31.593Z] 69ca0ff8b7b3: Pull complete [2020-10-20T05:19:32.365Z] 4e634b169226: Verifying Checksum [2020-10-20T05:19:32.365Z] 4e634b169226: Download complete [2020-10-20T05:19:32.940Z] e871e8e8d7a9: Download complete [2020-10-20T05:19:34.247Z] 209524e5b208: Pull complete [2020-10-20T05:19:34.247Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T05:19:34.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T05:19:34.247Z] ---> 5bddaf1c2fca [2020-10-20T05:19:34.247Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T05:19:36.871Z] ---> Running in 2a80025390b4 [2020-10-20T05:19:36.871Z] Removing intermediate container 2a80025390b4 [2020-10-20T05:19:36.871Z] ---> 426ddd5bcb7b [2020-10-20T05:19:36.871Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T05:19:36.871Z] ---> Running in 895f37dd8705 [2020-10-20T05:19:38.288Z] e871e8e8d7a9: Pull complete [2020-10-20T05:19:38.553Z] e73272ec9a57: Pull complete [2020-10-20T05:19:38.553Z] 1e910a182e73: Pull complete [2020-10-20T05:19:39.483Z] Removing intermediate container 895f37dd8705 [2020-10-20T05:19:39.483Z] ---> 6aaae7a7c533 [2020-10-20T05:19:39.483Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-20T05:19:39.757Z] ---> Running in 413fdb079b39 [2020-10-20T05:19:41.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T05:19:41.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T05:19:42.779Z] OK: 142 MiB in 39 packages [2020-10-20T05:19:43.761Z] Removing intermediate container 413fdb079b39 [2020-10-20T05:19:43.761Z] ---> 0ac072ba11aa [2020-10-20T05:19:43.762Z] Step 6/8 : WORKDIR /build [2020-10-20T05:19:43.762Z] ---> Running in 94209101b422 [2020-10-20T05:19:44.361Z] Removing intermediate container 94209101b422 [2020-10-20T05:19:44.361Z] ---> 4d92df597619 [2020-10-20T05:19:44.361Z] Step 7/8 : COPY go.mod . [2020-10-20T05:19:44.962Z] ---> 00afe7fea4db [2020-10-20T05:19:44.962Z] Step 8/8 : RUN go mod download [2020-10-20T05:19:45.238Z] ---> Running in 394d01d795ee [2020-10-20T05:19:46.770Z] 4e634b169226: Pull complete [2020-10-20T05:19:46.771Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T05:19:46.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T05:19:46.771Z] ---> f7629b54cfaa [2020-10-20T05:19:46.771Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T05:19:46.771Z] ---> Running in 212cd60a56ee [2020-10-20T05:19:47.040Z] Removing intermediate container 212cd60a56ee [2020-10-20T05:19:47.040Z] ---> 8db0de947bbe [2020-10-20T05:19:47.040Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T05:19:47.040Z] ---> Running in 83a90456bd4b [2020-10-20T05:19:48.471Z] Removing intermediate container 83a90456bd4b [2020-10-20T05:19:48.471Z] ---> a7700adf4e49 [2020-10-20T05:19:48.471Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-20T05:19:48.736Z] ---> Running in b953a6788c46 [2020-10-20T05:19:48.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T05:19:49.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T05:19:50.160Z] OK: 166 MiB in 39 packages [2020-10-20T05:19:50.424Z] Removing intermediate container b953a6788c46 [2020-10-20T05:19:50.424Z] ---> fe552969962a [2020-10-20T05:19:50.424Z] Step 6/8 : WORKDIR /build [2020-10-20T05:19:50.686Z] ---> Running in 812ef8076781 [2020-10-20T05:19:50.686Z] Removing intermediate container 812ef8076781 [2020-10-20T05:19:50.686Z] ---> 4f646b584fbc [2020-10-20T05:19:50.686Z] Step 7/8 : COPY go.mod . [2020-10-20T05:19:50.958Z] ---> 1d8633c8777d [2020-10-20T05:19:50.958Z] Step 8/8 : RUN go mod download [2020-10-20T05:19:50.958Z] ---> Running in c19a67525b5c [2020-10-20T05:20:07.435Z] Removing intermediate container 394d01d795ee [2020-10-20T05:20:07.435Z] ---> cbdf8ec38e6d [2020-10-20T05:20:07.435Z] Successfully built cbdf8ec38e6d [2020-10-20T05:20:07.435Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:20:07.847Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T05:20:07.847Z] . [Pipeline] withDockerContainer [2020-10-20T05:20:08.126Z] prd-ubuntu18.04-docker-arm64-4c-16g-6874 does not seem to be running inside a container [2020-10-20T05:20:08.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/55 -v /w/workspace/go-mod-bootstrap/55:/w/workspace/go-mod-bootstrap/55:rw,z -v /w/workspace/go-mod-bootstrap/55@tmp:/w/workspace/go-mod-bootstrap/55@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-20T05:20:09.184Z] Removing intermediate container c19a67525b5c [2020-10-20T05:20:09.184Z] ---> 62db81d7bea2 [2020-10-20T05:20:09.184Z] Successfully built 62db81d7bea2 [2020-10-20T05:20:09.184Z] Successfully tagged ci-base-image-x86_64:latest [2020-10-20T05:20:10.070Z] $ docker top 6cd9bacc4d9f4ddb1b9ccda323f13caaf7709130c1ff464e128a97366298faec -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:20:10.907Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T05:20:10.907Z] . [Pipeline] withDockerContainer [2020-10-20T05:20:11.020Z] prd-centos7-docker-4c-2g-6875 does not seem to be running inside a container [2020-10-20T05:20:11.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/55 -v /w/workspace/go-mod-bootstrap/55:/w/workspace/go-mod-bootstrap/55:rw,z -v /w/workspace/go-mod-bootstrap/55@tmp:/w/workspace/go-mod-bootstrap/55@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-20T05:20:11.513Z] + go version [2020-10-20T05:20:11.513Z] go version go1.15.2 linux/arm64 [2020-10-20T05:20:11.825Z] $ docker top 57bc1416dfac4e73b9e2806bfa59c285f6f4430e048df103359948f7a8df6083 -eo pid,comm [Pipeline] { [Pipeline] } [2020-10-20T05:20:12.040Z] $ docker stop --time=1 6cd9bacc4d9f4ddb1b9ccda323f13caaf7709130c1ff464e128a97366298faec [2020-10-20T05:20:13.957Z] $ docker rm -f 6cd9bacc4d9f4ddb1b9ccda323f13caaf7709130c1ff464e128a97366298faec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-20T05:20:14.548Z] + go version [2020-10-20T05:20:14.548Z] go version go1.15.2 linux/amd64 [Pipeline] stage [Pipeline] { (Test) [Pipeline] } [2020-10-20T05:20:14.613Z] $ docker stop --time=1 57bc1416dfac4e73b9e2806bfa59c285f6f4430e048df103359948f7a8df6083 [2020-10-20T05:20:15.958Z] $ docker rm -f 57bc1416dfac4e73b9e2806bfa59c285f6f4430e048df103359948f7a8df6083 [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 "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 "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 "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] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [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-20T05:20:19.498Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T05:20:19.500Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T05:20:19.552Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:20:19.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T05:20:19.910Z] [2020-10-20T05:20:19.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:20:20.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T05:20:20.283Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T05:20:20.283Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T05:20:20.283Z] 408f87550127: Pulling fs layer [2020-10-20T05:20:20.283Z] fe522b08c979: Pulling fs layer [2020-10-20T05:20:20.283Z] 221eaa008020: Pulling fs layer [2020-10-20T05:20:20.283Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T05:20:20.283Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T05:20:20.283Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T05:20:20.283Z] 23e8b3b47431: Pulling fs layer [2020-10-20T05:20:20.283Z] 5c568d65a230: Pulling fs layer [2020-10-20T05:20:20.283Z] 221eaa008020: Waiting [2020-10-20T05:20:20.283Z] 2a4607e5d6b9: Waiting [2020-10-20T05:20:20.283Z] 23e8b3b47431: Waiting [2020-10-20T05:20:20.283Z] 8f79b27c4fd2: Waiting [2020-10-20T05:20:20.283Z] 5c568d65a230: Waiting [2020-10-20T05:20:20.284Z] e5c8dbe1645b: Waiting [2020-10-20T05:20:20.284Z] fe522b08c979: Verifying Checksum [2020-10-20T05:20:20.284Z] fe522b08c979: Download complete [2020-10-20T05:20:20.284Z] 408f87550127: Download complete [2020-10-20T05:20:20.284Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T05:20:20.284Z] 2a4607e5d6b9: Download complete [2020-10-20T05:20:20.284Z] 8f79b27c4fd2: Download complete [2020-10-20T05:20:20.284Z] cbdbe7a5bc2a: Download complete [2020-10-20T05:20:20.864Z] cbdbe7a5bc2a: Pull complete [2020-10-20T05:20:20.864Z] 408f87550127: Pull complete [2020-10-20T05:20:21.130Z] fe522b08c979: Pull complete [2020-10-20T05:20:21.709Z] e5c8dbe1645b: Verifying Checksum [2020-10-20T05:20:21.709Z] e5c8dbe1645b: Download complete [2020-10-20T05:20:22.682Z] 23e8b3b47431: Verifying Checksum [2020-10-20T05:20:22.682Z] 23e8b3b47431: Download complete [2020-10-20T05:20:22.949Z] 5c568d65a230: Verifying Checksum [2020-10-20T05:20:22.949Z] 5c568d65a230: Download complete [2020-10-20T05:20:23.915Z] 221eaa008020: Verifying Checksum [2020-10-20T05:20:29.274Z] 221eaa008020: Pull complete [2020-10-20T05:20:29.539Z] 2a4607e5d6b9: Pull complete [2020-10-20T05:20:29.837Z] 8f79b27c4fd2: Pull complete [2020-10-20T05:20:32.409Z] e5c8dbe1645b: Pull complete [2020-10-20T05:20:34.985Z] 23e8b3b47431: Pull complete [2020-10-20T05:20:36.926Z] 5c568d65a230: Pull complete [2020-10-20T05:20:36.926Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T05:20:36.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T05:20:36.926Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T05:20:37.178Z] prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container [2020-10-20T05:20:37.239Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-20T05:20:38.640Z] $ docker top 0fa9c94667d5d273c875023fe9e5b52978d608cd2f49b6a528a3e31970835a9e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T05:20:39.227Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T05:20:45.867Z] [2020-10-20T05:20:45.867Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-10-20T05:20:45.867Z] [2020-10-20T05:20:45.867Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/f9a98607-958e-4564-b2e2-209165d73e4c [2020-10-20T05:20:45.867Z] [2020-10-20T05:20:45.867Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T05:20:45.867Z] [2020-10-20T05:20:45.867Z] [2020-10-20T05:20:45.867Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T05:20:45.867Z] 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-20T05:20:45.867Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T05:20:45.867Z] [2020-10-20T05:20:45.867Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T05:20:45.867Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T05:20:45.867Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T05:20:45.867Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T05:20:45.884Z] $ docker stop --time=1 0fa9c94667d5d273c875023fe9e5b52978d608cd2f49b6a528a3e31970835a9e [2020-10-20T05:20:47.937Z] $ docker rm -f 0fa9c94667d5d273c875023fe9e5b52978d608cd2f49b6a528a3e31970835a9e [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-20T05:20:49.771Z] + git log --format=format:%s -1 807198fe134df43c4c474cbf2624a9725bdad335 [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:20:50.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:20:50.085Z] . [Pipeline] withDockerContainer [2020-10-20T05:20:50.185Z] prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container [2020-10-20T05:20:50.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T05:20:51.207Z] $ docker top 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T05:20:51.563Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T05:20:51.563Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T05:20:51.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T05:20:51.854Z] $ docker exec 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d ssh-agent [2020-10-20T05:20:52.033Z] SSH_AUTH_SOCK=/tmp/ssh-byxTr0pzdWzz/agent.12 [2020-10-20T05:20:52.033Z] SSH_AGENT_PID=17 [2020-10-20T05:20:52.041Z] Running ssh-add (command line suppressed) [2020-10-20T05:20:52.169Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_467764710761958953.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_467764710761958953.key) [2020-10-20T05:20:52.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T05:20:52.573Z] + git semver tag [2020-10-20T05:20:52.573Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T05:20:52.573Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T05:20:52.573Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T05:20:52.573Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T05:20:52.573Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T05:20:52.573Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T05:20:52.573Z] # $SEMVER_BRANCH = master [2020-10-20T05:20:52.573Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-20T05:20:52.573Z] # 807198fe134df43c4c474cbf2624a9725bdad335 HEAD [2020-10-20T05:20:52.573Z] # -> Force: false [2020-10-20T05:20:52.573Z] # 76c502f0dd0c84c7d6e8b2b641e0921865d17b86 refs/tags/v0.0.52 [Pipeline] } [2020-10-20T05:20:52.587Z] $ docker exec --env ******** --env ******** 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d ssh-agent -k [2020-10-20T05:20:52.731Z] unset SSH_AUTH_SOCK; [2020-10-20T05:20:52.735Z] unset SSH_AGENT_PID; [2020-10-20T05:20:52.735Z] echo Agent pid 17 killed; [2020-10-20T05:20:52.796Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T05:20:53.268Z] + git semver [Pipeline] } [2020-10-20T05:20:53.285Z] $ docker stop --time=1 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d [2020-10-20T05:20:54.660Z] $ docker rm -f 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:20:55.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T05:20:55.409Z] [2020-10-20T05:20:55.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:20:55.764Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T05:20:55.764Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T05:20:55.764Z] ab5ef0e58194: Pulling fs layer [2020-10-20T05:20:55.764Z] 9712f1f96733: Pulling fs layer [2020-10-20T05:20:55.764Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T05:20:55.764Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T05:20:55.764Z] e9a5061849ea: Pulling fs layer [2020-10-20T05:20:55.764Z] d747dcd14b5f: Pulling fs layer [2020-10-20T05:20:55.764Z] 2de7ff778b66: Pulling fs layer [2020-10-20T05:20:55.764Z] e9a5061849ea: Waiting [2020-10-20T05:20:55.764Z] d747dcd14b5f: Waiting [2020-10-20T05:20:55.764Z] 0d9ebad4ef96: Waiting [2020-10-20T05:20:55.764Z] 2de7ff778b66: Waiting [2020-10-20T05:20:55.764Z] 9712f1f96733: Verifying Checksum [2020-10-20T05:20:55.764Z] 9712f1f96733: Download complete [2020-10-20T05:20:57.695Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T05:20:57.695Z] 63f879dbbcfc: Download complete [2020-10-20T05:20:57.695Z] e9a5061849ea: Verifying Checksum [2020-10-20T05:20:57.695Z] e9a5061849ea: Download complete [2020-10-20T05:20:57.695Z] d747dcd14b5f: Verifying Checksum [2020-10-20T05:20:57.695Z] d747dcd14b5f: Download complete [2020-10-20T05:20:58.277Z] 2de7ff778b66: Verifying Checksum [2020-10-20T05:20:58.277Z] 2de7ff778b66: Download complete [2020-10-20T05:20:58.277Z] ab5ef0e58194: Verifying Checksum [2020-10-20T05:20:58.277Z] ab5ef0e58194: Download complete [2020-10-20T05:20:58.575Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T05:20:58.575Z] 0d9ebad4ef96: Download complete [2020-10-20T05:21:04.167Z] ab5ef0e58194: Pull complete [2020-10-20T05:21:04.167Z] 9712f1f96733: Pull complete [2020-10-20T05:21:06.098Z] 63f879dbbcfc: Pull complete [2020-10-20T05:21:12.755Z] 0d9ebad4ef96: Pull complete [2020-10-20T05:21:14.692Z] e9a5061849ea: Pull complete [2020-10-20T05:21:14.692Z] d747dcd14b5f: Pull complete [2020-10-20T05:21:17.268Z] 2de7ff778b66: Pull complete [2020-10-20T05:21:17.268Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T05:21:17.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T05:21:17.268Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T05:21:17.492Z] prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container [2020-10-20T05:21:17.543Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-20T05:21:21.922Z] $ docker top a228f34fc49d0d3516d0172b5be4943f4a18b961d443b0162cdeec50b0d6a0fb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T05:21:22.203Z] provisioning config files... [2020-10-20T05:21:22.223Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7197816778198203626tmp [2020-10-20T05:21:22.248Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7034661942308676593tmp [2020-10-20T05:21:22.265Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7020950958437099362tmp [Pipeline] { [Pipeline] echo [2020-10-20T05:21:22.345Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:21:22.658Z] ---> sigul-configuration.sh [2020-10-20T05:21:22.658Z] gpg: directory `/root/.gnupg' created [2020-10-20T05:21:22.658Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T05:21:22.658Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T05:21:22.658Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T05:21:22.658Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T05:21:22.658Z] gpg: CAST5 encrypted data [2020-10-20T05:21:22.921Z] gpg: encrypted with 1 passphrase [2020-10-20T05:21:22.921Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T05:21:23.223Z] + mkdir /home/jenkins [2020-10-20T05:21:23.223Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T05:21:23.533Z] + 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-20T05:21:23.547Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:21:23.853Z] ---> sigul-install.sh [2020-10-20T05:21:30.485Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T05:21:30.794Z] + git tag --list [2020-10-20T05:21:30.795Z] v0.0.1 [2020-10-20T05:21:30.795Z] v0.0.10 [2020-10-20T05:21:30.795Z] v0.0.11 [2020-10-20T05:21:30.795Z] v0.0.12 [2020-10-20T05:21:30.795Z] v0.0.13 [2020-10-20T05:21:30.795Z] v0.0.14 [2020-10-20T05:21:30.795Z] v0.0.15 [2020-10-20T05:21:30.795Z] v0.0.16 [2020-10-20T05:21:30.795Z] v0.0.17 [2020-10-20T05:21:30.795Z] v0.0.18 [2020-10-20T05:21:30.795Z] v0.0.19 [2020-10-20T05:21:30.795Z] v0.0.2 [2020-10-20T05:21:30.795Z] v0.0.20 [2020-10-20T05:21:30.795Z] v0.0.21 [2020-10-20T05:21:30.795Z] v0.0.22 [2020-10-20T05:21:30.795Z] v0.0.23 [2020-10-20T05:21:30.795Z] v0.0.24 [2020-10-20T05:21:30.795Z] v0.0.25 [2020-10-20T05:21:30.795Z] v0.0.26 [2020-10-20T05:21:30.795Z] v0.0.27 [2020-10-20T05:21:30.795Z] v0.0.28 [2020-10-20T05:21:30.795Z] v0.0.29 [2020-10-20T05:21:30.795Z] v0.0.3 [2020-10-20T05:21:30.795Z] v0.0.30 [2020-10-20T05:21:30.795Z] v0.0.31 [2020-10-20T05:21:30.795Z] v0.0.32 [2020-10-20T05:21:30.795Z] v0.0.33 [2020-10-20T05:21:30.795Z] v0.0.34 [2020-10-20T05:21:30.795Z] v0.0.35 [2020-10-20T05:21:30.795Z] v0.0.36 [2020-10-20T05:21:30.795Z] v0.0.37 [2020-10-20T05:21:30.795Z] v0.0.38 [2020-10-20T05:21:30.795Z] v0.0.39 [2020-10-20T05:21:30.795Z] v0.0.4 [2020-10-20T05:21:30.795Z] v0.0.40 [2020-10-20T05:21:30.795Z] v0.0.41 [2020-10-20T05:21:30.795Z] v0.0.42 [2020-10-20T05:21:30.795Z] v0.0.43 [2020-10-20T05:21:30.795Z] v0.0.44 [2020-10-20T05:21:30.795Z] v0.0.45 [2020-10-20T05:21:30.795Z] v0.0.46 [2020-10-20T05:21:30.795Z] v0.0.47 [2020-10-20T05:21:30.795Z] v0.0.48 [2020-10-20T05:21:30.795Z] v0.0.49 [2020-10-20T05:21:30.795Z] v0.0.5 [2020-10-20T05:21:30.795Z] v0.0.50 [2020-10-20T05:21:30.795Z] v0.0.51 [2020-10-20T05:21:30.795Z] v0.0.52 [2020-10-20T05:21:30.795Z] v0.0.6 [2020-10-20T05:21:30.795Z] v0.0.7 [2020-10-20T05:21:30.795Z] v0.0.8 [2020-10-20T05:21:30.795Z] v0.0.9 [Pipeline] sh [2020-10-20T05:21:31.102Z] + lftools sign git-tag v0.0.52 [2020-10-20T05:21:32.498Z] Signing Git tag with Sigul... [2020-10-20T05:21:32.498Z] Signing v0.0.52 [Pipeline] echo [2020-10-20T05:21:33.456Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:21:33.755Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T05:21:33.800Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T05:21:33.905Z] $ docker stop --time=1 a228f34fc49d0d3516d0172b5be4943f4a18b961d443b0162cdeec50b0d6a0fb [2020-10-20T05:21:35.892Z] $ docker rm -f a228f34fc49d0d3516d0172b5be4943f4a18b961d443b0162cdeec50b0d6a0fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:21:36.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:21:36.935Z] . [Pipeline] withDockerContainer [2020-10-20T05:21:37.083Z] prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container [2020-10-20T05:21:37.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T05:21:37.915Z] $ docker top b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T05:21:38.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T05:21:38.343Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T05:21:38.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T05:21:38.618Z] $ docker exec b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a ssh-agent [2020-10-20T05:21:38.807Z] SSH_AUTH_SOCK=/tmp/ssh-Ma6i5vxGjgsS/agent.13 [2020-10-20T05:21:38.807Z] SSH_AGENT_PID=19 [2020-10-20T05:21:38.814Z] Running ssh-add (command line suppressed) [2020-10-20T05:21:38.951Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4872897619724685561.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4872897619724685561.key) [2020-10-20T05:21:39.018Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T05:21:39.373Z] + git semver bump patch [2020-10-20T05:21:39.373Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T05:21:39.373Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T05:21:39.373Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T05:21:39.373Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T05:21:39.373Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T05:21:39.373Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T05:21:39.373Z] # $SEMVER_BRANCH = master [2020-10-20T05:21:39.373Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-20T05:21:39.373Z] 0.0.53 [Pipeline] } [2020-10-20T05:21:39.387Z] $ docker exec --env ******** --env ******** b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a ssh-agent -k [2020-10-20T05:21:39.513Z] unset SSH_AUTH_SOCK; [2020-10-20T05:21:39.513Z] unset SSH_AGENT_PID; [2020-10-20T05:21:39.513Z] echo Agent pid 19 killed; [2020-10-20T05:21:39.570Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T05:21:40.067Z] + git semver [Pipeline] } [2020-10-20T05:21:40.092Z] $ docker stop --time=1 b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a [2020-10-20T05:21:41.443Z] $ docker rm -f b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:21:42.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T05:21:42.025Z] . [Pipeline] withDockerContainer [2020-10-20T05:21:42.135Z] prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container [2020-10-20T05:21:42.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T05:21:42.820Z] $ docker top 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T05:21:43.116Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T05:21:43.116Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T05:21:43.324Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T05:21:43.327Z] $ docker exec 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 ssh-agent [2020-10-20T05:21:43.521Z] SSH_AUTH_SOCK=/tmp/ssh-EC4d7akfmjiX/agent.11 [2020-10-20T05:21:43.521Z] SSH_AGENT_PID=17 [2020-10-20T05:21:43.529Z] Running ssh-add (command line suppressed) [2020-10-20T05:21:43.726Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3326962521787052594.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3326962521787052594.key) [2020-10-20T05:21:43.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T05:21:44.244Z] + git semver push [2020-10-20T05:21:44.244Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T05:21:44.244Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T05:21:44.244Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T05:21:44.244Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T05:21:44.244Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T05:21:44.244Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T05:21:44.244Z] # $SEMVER_BRANCH = master [2020-10-20T05:21:44.244Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-20T05:21:50.876Z] $ docker exec --env ******** --env ******** 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 ssh-agent -k [2020-10-20T05:21:51.022Z] unset SSH_AUTH_SOCK; [2020-10-20T05:21:51.024Z] unset SSH_AGENT_PID; [2020-10-20T05:21:51.024Z] echo Agent pid 17 killed; [2020-10-20T05:21:51.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T05:21:51.552Z] + git semver [Pipeline] } [2020-10-20T05:21:51.570Z] $ docker stop --time=1 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 [2020-10-20T05:21:52.911Z] $ docker rm -f 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 [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-20T05:21:54.444Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:21:55.015Z] ---> package-listing.sh [2020-10-20T05:21:55.016Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T05:21:55.016Z] ++ facter osfamily [2020-10-20T05:21:55.016Z] + OS_FAMILY=redhat [2020-10-20T05:21:55.016Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T05:21:55.016Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T05:21:55.016Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T05:21:55.016Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T05:21:55.016Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T05:21:55.016Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-20T05:21:55.016Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T05:21:55.016Z] + case "${OS_FAMILY}" in [2020-10-20T05:21:55.016Z] + rpm -qa [2020-10-20T05:21:55.016Z] + sort [2020-10-20T05:21:59.250Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T05:21:59.250Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T05:21:59.250Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T05:21:59.250Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-20T05:21:59.250Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-10-20T05:21:59.250Z] + 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-20T05:21:59.265Z] 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-20T05:21:59.561Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:21:59.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T05:21:59.874Z] [2020-10-20T05:21:59.874Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T05:22:00.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T05:22:00.249Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T05:22:00.249Z] df20fa9351a1: Pulling fs layer [2020-10-20T05:22:00.249Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T05:22:00.249Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T05:22:00.249Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T05:22:00.249Z] 93b61091891f: Pulling fs layer [2020-10-20T05:22:00.249Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T05:22:00.249Z] 5e14af77c1be: Pulling fs layer [2020-10-20T05:22:00.249Z] 01666e4c0597: Pulling fs layer [2020-10-20T05:22:00.249Z] aa168da1d23b: Pulling fs layer [2020-10-20T05:22:00.249Z] 46f8f816bc3b: Waiting [2020-10-20T05:22:00.249Z] 93b61091891f: Waiting [2020-10-20T05:22:00.249Z] 93b9cdb0e59b: Waiting [2020-10-20T05:22:00.249Z] 5e14af77c1be: Waiting [2020-10-20T05:22:00.249Z] 01666e4c0597: Waiting [2020-10-20T05:22:00.249Z] aa168da1d23b: Waiting [2020-10-20T05:22:00.249Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T05:22:00.249Z] 36b3adc4ff6f: Download complete [2020-10-20T05:22:00.249Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T05:22:00.249Z] 46f8f816bc3b: Download complete [2020-10-20T05:22:00.249Z] df20fa9351a1: Download complete [2020-10-20T05:22:00.249Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T05:22:00.249Z] 93b9cdb0e59b: Download complete [2020-10-20T05:22:00.249Z] 5e14af77c1be: Verifying Checksum [2020-10-20T05:22:00.249Z] 5e14af77c1be: Download complete [2020-10-20T05:22:00.519Z] 93b61091891f: Download complete [2020-10-20T05:22:00.519Z] 01666e4c0597: Verifying Checksum [2020-10-20T05:22:00.519Z] 01666e4c0597: Download complete [2020-10-20T05:22:00.788Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T05:22:00.788Z] 8ad3a11d3b57: Download complete [2020-10-20T05:22:00.788Z] df20fa9351a1: Pull complete [2020-10-20T05:22:01.063Z] 36b3adc4ff6f: Pull complete [2020-10-20T05:22:02.482Z] aa168da1d23b: Verifying Checksum [2020-10-20T05:22:02.482Z] aa168da1d23b: Download complete [2020-10-20T05:22:02.482Z] 8ad3a11d3b57: Pull complete [2020-10-20T05:22:02.744Z] 46f8f816bc3b: Pull complete [2020-10-20T05:22:03.006Z] 93b61091891f: Pull complete [2020-10-20T05:22:03.269Z] 93b9cdb0e59b: Pull complete [2020-10-20T05:22:03.269Z] 5e14af77c1be: Pull complete [2020-10-20T05:22:03.535Z] 01666e4c0597: Pull complete [2020-10-20T05:22:11.741Z] aa168da1d23b: Pull complete [2020-10-20T05:22:11.741Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T05:22:11.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T05:22:11.741Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T05:22:11.941Z] prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container [2020-10-20T05:22:11.997Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T05:22:14.969Z] $ docker top 05df5099d1381ff5d14f4a5dd8c41c4081f5f438fcc248fd897182f2a71fb6ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T05:22:15.568Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T05:22:15.873Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T05:22:16.178Z] + ls /var/log/sa-host [2020-10-20T05:22:16.178Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T05:22:16.178Z] file_magic: OK [2020-10-20T05:22:16.178Z] HZ: Using current value: 100 [2020-10-20T05:22:16.178Z] file_header: OK [2020-10-20T05:22:16.178Z] 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-20T05:22:16.178Z] Statistics: [2020-10-20T05:22:16.178Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T05:22:16.178Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T05:22:16.178Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T05:22:16.178Z] file_magic: OK [2020-10-20T05:22:16.178Z] HZ: Using current value: 100 [2020-10-20T05:22:16.178Z] file_header: OK [2020-10-20T05:22:16.178Z] 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-20T05:22:16.178Z] Statistics: [2020-10-20T05:22:16.178Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T05:22:16.178Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T05:22:16.438Z] provisioning config files... [2020-10-20T05:22:16.456Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5877221342617881400tmp [Pipeline] { [Pipeline] echo [2020-10-20T05:22:16.532Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:22:16.835Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T05:22:16.850Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T05:22:16.952Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:22:17.261Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T05:22:17.276Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:22:17.623Z] ---> sudo-logs.sh [2020-10-20T05:22:17.623Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T05:22:17.637Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:22:17.940Z] ---> job-cost.sh [2020-10-20T05:22:17.940Z] lf-activate-venv: SKIPPING [2020-10-20T05:22:17.940Z] INFO: No Stack... [2020-10-20T05:22:19.333Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T05:22:19.912Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T05:22:19.935Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T05:22:20.244Z] ---> logs-deploy.sh [2020-10-20T05:22:20.244Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/55 [2020-10-20T05:22:20.244Z] INFO: archiving workspace using pattern(s): [2020-10-20T05:22:22.178Z] Archives upload complete. [2020-10-20T05:22:22.178Z] INFO: archiving logs to Nexus