Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c9efc357fe638ed4dbd739befcaf3df2c9dd2676 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6405 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 Commit message: "Merge pull request #353 from jpwhitemn/contrib-link-issue" > git rev-list --no-walk 2df0a14434091646fd777a80e1ba277eb1861dc5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T23:27:33.336Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T23:27:33.659Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T23:27:33.757Z] ========================================================= [2020-10-19T23:27:33.757Z] EdgeX Global Pipelines Version Info [2020-10-19T23:27:33.757Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:27:35.183Z] ------------------- [2020-10-19T23:27:35.183Z] stable info: [2020-10-19T23:27:35.183Z] ------------------- [2020-10-19T23:27:35.183Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T23:27:35.183Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T23:27:35.183Z] Message: update stable to v1.0.144 [2020-10-19T23:27:36.134Z] ------------------- [2020-10-19T23:27:36.134Z] experimental info: [2020-10-19T23:27:36.134Z] ------------------- [2020-10-19T23:27:36.134Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-19T23:27:36.134Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-19T23:27:36.134Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T23:27:36.481Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-19T23:27:36.570Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-19T23:27:36.658Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T23:27:36.745Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T23:27:36.872Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T23:27:37.116Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T23:27:37.215Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T23:27:37.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T23:27:37.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T23:27:37.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T23:27:37.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T23:27:37.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-19T23:27:37.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T23:27:37.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T23:27:38.081Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T23:27:38.176Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T23:27:38.275Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T23:27:38.371Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T23:27:38.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-19T23:27:38.564Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T23:27:38.688Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T23:27:38.782Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T23:27:38.877Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T23:27:38.972Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T23:27:39.069Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-19T23:27:39.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-19T23:27:39.250Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-19T23:27:39.344Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-19T23:27:39.433Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9efc357fe638ed4dbd739befcaf3df2c9dd2676 [Pipeline] echo [2020-10-19T23:27:39.522Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9efc35 [Pipeline] echo [2020-10-19T23:27:39.619Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T23:27:40.512Z] + git log --format=format:%s -1 c9efc357fe638ed4dbd739befcaf3df2c9dd2676 [Pipeline] echo [2020-10-19T23:27:40.597Z] GIT_COMMIT: c9efc357fe638ed4dbd739befcaf3df2c9dd2676, Commit Message: Merge pull request #353 from jpwhitemn/contrib-link-issue [Pipeline] echo [2020-10-19T23:27:40.643Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:27:41.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T23:27:41.472Z] [2020-10-19T23:27:41.472Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:27:41.823Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T23:27:41.823Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T23:27:41.823Z] 31603596830f: Pulling fs layer [2020-10-19T23:27:41.823Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T23:27:41.824Z] 6ca5941a6612: Pulling fs layer [2020-10-19T23:27:41.824Z] ecc8261a40a4: Pulling fs layer [2020-10-19T23:27:41.824Z] ecc8261a40a4: Waiting [2020-10-19T23:27:41.824Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T23:27:41.824Z] 2a8b12db71e7: Download complete [2020-10-19T23:27:42.091Z] 31603596830f: Verifying Checksum [2020-10-19T23:27:42.091Z] 31603596830f: Download complete [2020-10-19T23:27:42.091Z] 6ca5941a6612: Verifying Checksum [2020-10-19T23:27:42.091Z] 6ca5941a6612: Download complete [2020-10-19T23:27:42.091Z] ecc8261a40a4: Verifying Checksum [2020-10-19T23:27:42.091Z] ecc8261a40a4: Download complete [2020-10-19T23:27:42.355Z] 31603596830f: Pull complete [2020-10-19T23:27:42.355Z] 2a8b12db71e7: Pull complete [2020-10-19T23:27:43.305Z] 6ca5941a6612: Pull complete [2020-10-19T23:27:43.566Z] ecc8261a40a4: Pull complete [2020-10-19T23:27:43.566Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T23:27:43.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T23:27:43.566Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T23:27:43.660Z] prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container [2020-10-19T23:27:43.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-19T23:27:45.894Z] $ docker top cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T23:27:46.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T23:27:46.245Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T23:27:46.452Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T23:27:46.458Z] $ docker exec cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a ssh-agent [2020-10-19T23:27:46.618Z] SSH_AUTH_SOCK=/tmp/ssh-4cKKnloHKal1/agent.12 [2020-10-19T23:27:46.618Z] SSH_AGENT_PID=17 [2020-10-19T23:27:46.632Z] Running ssh-add (command line suppressed) [2020-10-19T23:27:46.788Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2937051397572684540.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2937051397572684540.key) [2020-10-19T23:27:46.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T23:27:47.155Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T23:27:47.176Z] $ docker exec --env ******** --env ******** cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a ssh-agent -k [2020-10-19T23:27:47.282Z] unset SSH_AUTH_SOCK; [2020-10-19T23:27:47.282Z] unset SSH_AGENT_PID; [2020-10-19T23:27:47.283Z] echo Agent pid 17 killed; [2020-10-19T23:27:47.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T23:27:47.477Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T23:27:47.478Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T23:27:47.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T23:27:47.634Z] $ docker exec cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a ssh-agent [2020-10-19T23:27:47.783Z] SSH_AUTH_SOCK=/tmp/ssh-79aJu6UPm38B/agent.46 [2020-10-19T23:27:47.783Z] SSH_AGENT_PID=51 [2020-10-19T23:27:47.790Z] Running ssh-add (command line suppressed) [2020-10-19T23:27:47.916Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5883936301080747390.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5883936301080747390.key) [2020-10-19T23:27:47.964Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T23:27:48.301Z] + git semver init [2020-10-19T23:27:48.301Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T23:27:48.301Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-19T23:27:48.301Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-19T23:27:48.301Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T23:27:48.301Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T23:27:48.301Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T23:27:48.301Z] # $SEMVER_BRANCH = master [2020-10-19T23:27:48.301Z] # $SEMVER_TEMP = /tmp/semver-971879542 [2020-10-19T23:27:48.301Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-19T23:27:48.874Z] # '/tmp/semver-971879542' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-19T23:27:48.874Z] # -> Force: false [2020-10-19T23:27:48.874Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-19T23:27:48.888Z] $ docker exec --env ******** --env ******** cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a ssh-agent -k [2020-10-19T23:27:48.994Z] unset SSH_AUTH_SOCK; [2020-10-19T23:27:48.994Z] unset SSH_AGENT_PID; [2020-10-19T23:27:48.994Z] echo Agent pid 51 killed; [2020-10-19T23:27:49.036Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T23:27:49.505Z] + git semver [Pipeline] } [2020-10-19T23:27:49.524Z] $ docker stop --time=1 cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a [2020-10-19T23:27:51.410Z] $ docker rm -f cb792505fddf3cb31fce28931ba04ca722186c73cf522129b6fea26b54e52b0a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T23:27:51.892Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T23:27:52.288Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T23:27:52.290Z] [edgeXSemver]: initialized semver on version 0.1.105 [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-19T23:28:07.820Z] Still waiting to schedule task [2020-10-19T23:28:07.820Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T23:28:07.822Z] Still waiting to schedule task [2020-10-19T23:28:07.822Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-19T23:30:43.667Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6408 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-19T23:30:43.727Z] Running in /w/workspace/go-mod-core-contracts/71 [Pipeline] { [Pipeline] checkout [2020-10-19T23:30:48.794Z] using credential edgex-jenkins-ssh [2020-10-19T23:30:48.862Z] Cloning the remote Git repository [2020-10-19T23:30:48.920Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T23:30:49.024Z] > git init /w/workspace/go-mod-core-contracts/71 # timeout=10 [2020-10-19T23:30:49.093Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T23:30:49.094Z] > git --version # timeout=10 [2020-10-19T23:30:49.108Z] > git --version # 'git version 2.17.1' [2020-10-19T23:30:49.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T23:30:49.193Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T23:30:50.765Z] Checking out Revision c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (master) [2020-10-19T23:30:50.179Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T23:30:50.198Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T23:30:50.227Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T23:30:50.263Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T23:30:50.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T23:30:50.277Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T23:30:50.790Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T23:30:50.812Z] > git checkout -f c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 [2020-10-19T23:30:55.373Z] Commit message: "Merge pull request #353 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T23:30:56.296Z] ========================================================= [2020-10-19T23:30:56.296Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T23:30:56.296Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:30:57.306Z] + 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-19T23:30:58.299Z] Sending build context to Docker daemon 1.757MB [2020-10-19T23:30:58.299Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T23:30:58.299Z] Step 2/7 : FROM ${BASE} [2020-10-19T23:30:58.577Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T23:30:58.577Z] b538f80385f9: Pulling fs layer [2020-10-19T23:30:58.577Z] 74f711af9a0d: Pulling fs layer [2020-10-19T23:30:58.577Z] 99f96fe45779: Pulling fs layer [2020-10-19T23:30:58.577Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T23:30:58.577Z] 45590311c82a: Pulling fs layer [2020-10-19T23:30:58.577Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T23:30:58.577Z] 209524e5b208: Pulling fs layer [2020-10-19T23:30:58.577Z] 8529a6b9a6be: Waiting [2020-10-19T23:30:58.577Z] 45590311c82a: Waiting [2020-10-19T23:30:58.577Z] 69ca0ff8b7b3: Waiting [2020-10-19T23:30:58.577Z] 209524e5b208: Waiting [2020-10-19T23:30:58.577Z] 99f96fe45779: Verifying Checksum [2020-10-19T23:30:58.577Z] 99f96fe45779: Download complete [2020-10-19T23:30:58.577Z] 74f711af9a0d: Verifying Checksum [2020-10-19T23:30:58.577Z] 74f711af9a0d: Download complete [2020-10-19T23:30:58.577Z] 45590311c82a: Verifying Checksum [2020-10-19T23:30:58.577Z] 45590311c82a: Download complete [2020-10-19T23:30:58.577Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T23:30:58.577Z] 69ca0ff8b7b3: Download complete [2020-10-19T23:30:58.851Z] b538f80385f9: Verifying Checksum [2020-10-19T23:30:58.851Z] b538f80385f9: Download complete [2020-10-19T23:30:59.455Z] b538f80385f9: Pull complete [2020-10-19T23:31:00.056Z] 74f711af9a0d: Pull complete [2020-10-19T23:31:00.661Z] 99f96fe45779: Pull complete [2020-10-19T23:31:01.642Z] 209524e5b208: Verifying Checksum [2020-10-19T23:31:01.642Z] 209524e5b208: Download complete [2020-10-19T23:31:02.630Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T23:31:02.630Z] 8529a6b9a6be: Download complete [2020-10-19T23:31:12.824Z] 8529a6b9a6be: Pull complete [2020-10-19T23:31:13.101Z] 45590311c82a: Pull complete [2020-10-19T23:31:13.376Z] 69ca0ff8b7b3: Pull complete [2020-10-19T23:31:17.713Z] 209524e5b208: Pull complete [2020-10-19T23:31:17.713Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T23:31:17.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T23:31:17.713Z] ---> 5bddaf1c2fca [2020-10-19T23:31:17.713Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T23:31:19.704Z] ---> Running in d6dce0f9a430 [2020-10-19T23:31:19.979Z] Removing intermediate container d6dce0f9a430 [2020-10-19T23:31:19.979Z] ---> 3b162c8153f2 [2020-10-19T23:31:19.979Z] Step 4/7 : RUN apk add bash [2020-10-19T23:31:20.255Z] ---> Running in 46d374e877ab [2020-10-19T23:31:22.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T23:31:22.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T23:31:23.499Z] OK: 142 MiB in 39 packages [2020-10-19T23:31:24.439Z] Running on prd-centos7-docker-4c-2g-6410 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-19T23:31:24.510Z] Running in /w/workspace/go-mod-core-contracts/71 [Pipeline] { [Pipeline] checkout [2020-10-19T23:31:24.952Z] Removing intermediate container 46d374e877ab [2020-10-19T23:31:24.952Z] ---> 6b9e2e9cdfb5 [2020-10-19T23:31:24.952Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T23:31:24.952Z] ---> Running in 657edc84551c [2020-10-19T23:31:25.231Z] Removing intermediate container 657edc84551c [2020-10-19T23:31:25.231Z] ---> 83d4f6e6d2b2 [2020-10-19T23:31:25.231Z] Step 6/7 : COPY go.mod . [2020-10-19T23:31:25.830Z] ---> afb29f007b93 [2020-10-19T23:31:25.830Z] Step 7/7 : RUN go mod download [2020-10-19T23:31:26.103Z] ---> Running in 8d3d88e7f360 [2020-10-19T23:31:27.114Z] using credential edgex-jenkins-ssh [2020-10-19T23:31:27.203Z] Cloning the remote Git repository [2020-10-19T23:31:27.232Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T23:31:27.306Z] > git init /w/workspace/go-mod-core-contracts/71 # timeout=10 [2020-10-19T23:31:27.370Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T23:31:27.370Z] > git --version # timeout=10 [2020-10-19T23:31:27.377Z] > git --version # 'git version 2.16.5' [2020-10-19T23:31:27.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T23:31:27.416Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T23:31:28.057Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T23:31:28.068Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T23:31:28.080Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T23:31:28.092Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T23:31:28.092Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T23:31:28.096Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T23:31:28.523Z] Checking out Revision c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (master) [2020-10-19T23:31:28.547Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T23:31:28.552Z] > git checkout -f c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 [2020-10-19T23:31:32.327Z] Commit message: "Merge pull request #353 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T23:31:33.196Z] ========================================================= [2020-10-19T23:31:33.196Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T23:31:33.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:31:33.804Z] + 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-19T23:31:34.386Z] Sending build context to Docker daemon 1.757MB [2020-10-19T23:31:34.386Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T23:31:34.386Z] Step 2/7 : FROM ${BASE} [2020-10-19T23:31:34.386Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T23:31:34.386Z] df20fa9351a1: Pulling fs layer [2020-10-19T23:31:34.386Z] ed8968b2872e: Pulling fs layer [2020-10-19T23:31:34.386Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T23:31:34.386Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T23:31:34.386Z] e73272ec9a57: Pulling fs layer [2020-10-19T23:31:34.386Z] 1e910a182e73: Pulling fs layer [2020-10-19T23:31:34.386Z] 4e634b169226: Pulling fs layer [2020-10-19T23:31:34.386Z] e73272ec9a57: Waiting [2020-10-19T23:31:34.386Z] 1e910a182e73: Waiting [2020-10-19T23:31:34.386Z] 4e634b169226: Waiting [2020-10-19T23:31:34.386Z] e871e8e8d7a9: Waiting [2020-10-19T23:31:34.386Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T23:31:34.386Z] a92cc7c5fd73: Download complete [2020-10-19T23:31:34.386Z] ed8968b2872e: Verifying Checksum [2020-10-19T23:31:34.386Z] ed8968b2872e: Download complete [2020-10-19T23:31:34.386Z] e73272ec9a57: Verifying Checksum [2020-10-19T23:31:34.386Z] e73272ec9a57: Download complete [2020-10-19T23:31:34.386Z] 1e910a182e73: Verifying Checksum [2020-10-19T23:31:34.386Z] 1e910a182e73: Download complete [2020-10-19T23:31:34.654Z] df20fa9351a1: Verifying Checksum [2020-10-19T23:31:34.654Z] df20fa9351a1: Download complete [2020-10-19T23:31:34.654Z] df20fa9351a1: Pull complete [2020-10-19T23:31:34.926Z] ed8968b2872e: Pull complete [2020-10-19T23:31:35.190Z] a92cc7c5fd73: Pull complete [2020-10-19T23:31:36.590Z] 4e634b169226: Verifying Checksum [2020-10-19T23:31:36.590Z] 4e634b169226: Download complete [2020-10-19T23:31:37.166Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T23:31:37.167Z] e871e8e8d7a9: Download complete [2020-10-19T23:31:41.268Z] Removing intermediate container 8d3d88e7f360 [2020-10-19T23:31:41.268Z] ---> f6f8b3436420 [2020-10-19T23:31:41.268Z] Successfully built f6f8b3436420 [2020-10-19T23:31:41.268Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:31:41.683Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T23:31:41.683Z] . [Pipeline] withDockerContainer [2020-10-19T23:31:41.976Z] prd-ubuntu18.04-docker-arm64-4c-16g-6408 does not seem to be running inside a container [2020-10-19T23:31:42.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/71 -v /w/workspace/go-mod-core-contracts/71:/w/workspace/go-mod-core-contracts/71:rw,z -v /w/workspace/go-mod-core-contracts/71@tmp:/w/workspace/go-mod-core-contracts/71@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-19T23:31:42.508Z] e871e8e8d7a9: Pull complete [2020-10-19T23:31:42.508Z] e73272ec9a57: Pull complete [2020-10-19T23:31:42.509Z] 1e910a182e73: Pull complete [2020-10-19T23:31:43.934Z] $ docker top 4b5efc1a6fa6ea35a97fc47addd24f94a0baa456e794d0cff07d2d191d0c5e8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T23:31:45.318Z] + go version [2020-10-19T23:31:45.318Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T23:31:45.345Z] $ docker stop --time=1 4b5efc1a6fa6ea35a97fc47addd24f94a0baa456e794d0cff07d2d191d0c5e8d [2020-10-19T23:31:47.212Z] $ docker rm -f 4b5efc1a6fa6ea35a97fc47addd24f94a0baa456e794d0cff07d2d191d0c5e8d [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-19T23:31:52.552Z] 4e634b169226: Pull complete [2020-10-19T23:31:52.552Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T23:31:52.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T23:31:52.552Z] ---> f7629b54cfaa [2020-10-19T23:31:52.552Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T23:31:52.552Z] ---> Running in a67415cb791e [2020-10-19T23:31:52.552Z] Removing intermediate container a67415cb791e [2020-10-19T23:31:52.552Z] ---> 8ead3c5b2a02 [2020-10-19T23:31:52.552Z] Step 4/7 : RUN apk add bash [2020-10-19T23:31:52.552Z] ---> Running in 90743a2ba264 [2020-10-19T23:31:53.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T23:31:54.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T23:31:55.410Z] OK: 166 MiB in 39 packages [2020-10-19T23:31:55.985Z] Removing intermediate container 90743a2ba264 [2020-10-19T23:31:55.985Z] ---> b3c393b5a09d [2020-10-19T23:31:55.985Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T23:31:55.985Z] ---> Running in 9bc99af17eea [2020-10-19T23:31:56.248Z] Removing intermediate container 9bc99af17eea [2020-10-19T23:31:56.248Z] ---> 828929b75718 [2020-10-19T23:31:56.248Z] Step 6/7 : COPY go.mod . [2020-10-19T23:31:56.513Z] ---> 36e691794d5e [2020-10-19T23:31:56.513Z] Step 7/7 : RUN go mod download [2020-10-19T23:31:56.513Z] ---> Running in 25eba02ff7ec [2020-10-19T23:32:08.815Z] Removing intermediate container 25eba02ff7ec [2020-10-19T23:32:08.815Z] ---> 599f15ca9315 [2020-10-19T23:32:08.815Z] Successfully built 599f15ca9315 [2020-10-19T23:32:08.815Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:32:09.164Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T23:32:09.164Z] . [Pipeline] withDockerContainer [2020-10-19T23:32:09.279Z] prd-centos7-docker-4c-2g-6410 does not seem to be running inside a container [2020-10-19T23:32:09.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/71 -v /w/workspace/go-mod-core-contracts/71:/w/workspace/go-mod-core-contracts/71:rw,z -v /w/workspace/go-mod-core-contracts/71@tmp:/w/workspace/go-mod-core-contracts/71@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-19T23:32:10.132Z] $ docker top 42383e6a2e563be4048a59a79d17e243c713ce1850bc32b4d31f710d9d727446 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T23:32:10.660Z] + go version [2020-10-19T23:32:10.660Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T23:32:10.676Z] $ docker stop --time=1 42383e6a2e563be4048a59a79d17e243c713ce1850bc32b4d31f710d9d727446 [2020-10-19T23:32:12.021Z] $ docker rm -f 42383e6a2e563be4048a59a79d17e243c713ce1850bc32b4d31f710d9d727446 [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-19T23:32:14.928Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-19T23:32:14.930Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-19T23:32:14.997Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:32:15.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T23:32:15.352Z] [2020-10-19T23:32:15.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:32:15.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T23:32:15.714Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-19T23:32:15.714Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-19T23:32:15.714Z] 408f87550127: Pulling fs layer [2020-10-19T23:32:15.714Z] fe522b08c979: Pulling fs layer [2020-10-19T23:32:15.714Z] 221eaa008020: Pulling fs layer [2020-10-19T23:32:15.714Z] 2a4607e5d6b9: Pulling fs layer [2020-10-19T23:32:15.714Z] 8f79b27c4fd2: Pulling fs layer [2020-10-19T23:32:15.714Z] e5c8dbe1645b: Pulling fs layer [2020-10-19T23:32:15.714Z] 23e8b3b47431: Pulling fs layer [2020-10-19T23:32:15.714Z] 5c568d65a230: Pulling fs layer [2020-10-19T23:32:15.714Z] 8f79b27c4fd2: Waiting [2020-10-19T23:32:15.714Z] e5c8dbe1645b: Waiting [2020-10-19T23:32:15.714Z] 23e8b3b47431: Waiting [2020-10-19T23:32:15.714Z] 5c568d65a230: Waiting [2020-10-19T23:32:15.714Z] 221eaa008020: Waiting [2020-10-19T23:32:15.714Z] 2a4607e5d6b9: Waiting [2020-10-19T23:32:15.714Z] fe522b08c979: Download complete [2020-10-19T23:32:15.714Z] 408f87550127: Verifying Checksum [2020-10-19T23:32:15.714Z] 408f87550127: Download complete [2020-10-19T23:32:15.714Z] 2a4607e5d6b9: Verifying Checksum [2020-10-19T23:32:15.715Z] 2a4607e5d6b9: Download complete [2020-10-19T23:32:15.715Z] 8f79b27c4fd2: Verifying Checksum [2020-10-19T23:32:15.715Z] 8f79b27c4fd2: Download complete [2020-10-19T23:32:15.976Z] cbdbe7a5bc2a: Download complete [2020-10-19T23:32:16.238Z] cbdbe7a5bc2a: Pull complete [2020-10-19T23:32:16.498Z] 408f87550127: Pull complete [2020-10-19T23:32:16.498Z] fe522b08c979: Pull complete [2020-10-19T23:32:17.071Z] e5c8dbe1645b: Verifying Checksum [2020-10-19T23:32:17.071Z] e5c8dbe1645b: Download complete [2020-10-19T23:32:18.023Z] 23e8b3b47431: Verifying Checksum [2020-10-19T23:32:18.023Z] 23e8b3b47431: Download complete [2020-10-19T23:32:18.023Z] 5c568d65a230: Verifying Checksum [2020-10-19T23:32:18.023Z] 5c568d65a230: Download complete [2020-10-19T23:32:19.420Z] 221eaa008020: Verifying Checksum [2020-10-19T23:32:19.420Z] 221eaa008020: Download complete [2020-10-19T23:32:24.739Z] 221eaa008020: Pull complete [2020-10-19T23:32:24.739Z] 2a4607e5d6b9: Pull complete [2020-10-19T23:32:24.739Z] 8f79b27c4fd2: Pull complete [2020-10-19T23:32:26.673Z] e5c8dbe1645b: Pull complete [2020-10-19T23:32:29.994Z] 23e8b3b47431: Pull complete [2020-10-19T23:32:30.944Z] 5c568d65a230: Pull complete [2020-10-19T23:32:30.944Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-19T23:32:30.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T23:32:30.944Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-19T23:32:31.133Z] prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container [2020-10-19T23:32:31.191Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-19T23:32:32.510Z] $ docker top e9324ae0d88b331108c1e0d06577cfec587dc4ad260eac82a6ac9360d24d44ce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T23:32:32.989Z] + snyk monitor '--org=edgex-jenkins' [2020-10-19T23:32:37.222Z] [2020-10-19T23:32:37.222Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-19T23:32:37.222Z] [2020-10-19T23:32:37.222Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/46310f23-7844-4e56-80e5-e005a831394c [2020-10-19T23:32:37.222Z] [2020-10-19T23:32:37.222Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-19T23:32:37.222Z] [2020-10-19T23:32:37.222Z] [2020-10-19T23:32:37.222Z] Snyk CLI supports Node.js 8 and higher. [2020-10-19T23:32:37.222Z] 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-19T23:32:37.222Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-19T23:32:37.222Z] [2020-10-19T23:32:37.222Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-19T23:32:37.222Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-19T23:32:37.222Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-19T23:32:37.222Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-19T23:32:37.238Z] $ docker stop --time=1 e9324ae0d88b331108c1e0d06577cfec587dc4ad260eac82a6ac9360d24d44ce [2020-10-19T23:32:39.430Z] $ docker rm -f e9324ae0d88b331108c1e0d06577cfec587dc4ad260eac82a6ac9360d24d44ce [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-19T23:32:41.346Z] + git log --format=format:%s -1 c9efc357fe638ed4dbd739befcaf3df2c9dd2676 [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:32:41.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T23:32:41.651Z] . [Pipeline] withDockerContainer [2020-10-19T23:32:41.743Z] prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container [2020-10-19T23:32:41.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-19T23:32:42.435Z] $ docker top 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T23:32:42.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T23:32:42.758Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T23:32:43.001Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T23:32:43.006Z] $ docker exec 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 ssh-agent [2020-10-19T23:32:43.174Z] SSH_AUTH_SOCK=/tmp/ssh-YMEc9O7QtLlJ/agent.11 [2020-10-19T23:32:43.174Z] SSH_AGENT_PID=16 [2020-10-19T23:32:43.180Z] Running ssh-add (command line suppressed) [2020-10-19T23:32:43.315Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5343059081207472660.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5343059081207472660.key) [2020-10-19T23:32:43.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T23:32:43.704Z] + git semver tag [2020-10-19T23:32:43.704Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T23:32:43.704Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-19T23:32:43.704Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-19T23:32:43.704Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T23:32:43.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T23:32:43.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T23:32:43.704Z] # $SEMVER_BRANCH = master [2020-10-19T23:32:43.704Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-19T23:32:43.704Z] # c9efc357fe638ed4dbd739befcaf3df2c9dd2676 HEAD [2020-10-19T23:32:43.704Z] # -> Force: false [2020-10-19T23:32:43.704Z] # 0a215f545e214d355b992c2c8762321fa38d86b4 refs/tags/v0.1.105 [Pipeline] } [2020-10-19T23:32:43.719Z] $ docker exec --env ******** --env ******** 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 ssh-agent -k [2020-10-19T23:32:43.836Z] unset SSH_AUTH_SOCK; [2020-10-19T23:32:43.837Z] unset SSH_AGENT_PID; [2020-10-19T23:32:43.837Z] echo Agent pid 16 killed; [2020-10-19T23:32:43.884Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T23:32:44.373Z] + git semver [Pipeline] } [2020-10-19T23:32:44.394Z] $ docker stop --time=1 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 [2020-10-19T23:32:45.717Z] $ docker rm -f 20a665947ec01d61ea4bb965ec54d6ba62bcd0efde51084c1f52260d8ba5efa6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:32:46.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T23:32:46.376Z] [2020-10-19T23:32:46.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:32:46.721Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T23:32:46.722Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-19T23:32:46.722Z] ab5ef0e58194: Pulling fs layer [2020-10-19T23:32:46.722Z] 9712f1f96733: Pulling fs layer [2020-10-19T23:32:46.722Z] 63f879dbbcfc: Pulling fs layer [2020-10-19T23:32:46.722Z] 0d9ebad4ef96: Pulling fs layer [2020-10-19T23:32:46.722Z] e9a5061849ea: Pulling fs layer [2020-10-19T23:32:46.722Z] d747dcd14b5f: Pulling fs layer [2020-10-19T23:32:46.722Z] 2de7ff778b66: Pulling fs layer [2020-10-19T23:32:46.722Z] 0d9ebad4ef96: Waiting [2020-10-19T23:32:46.722Z] e9a5061849ea: Waiting [2020-10-19T23:32:46.722Z] d747dcd14b5f: Waiting [2020-10-19T23:32:46.722Z] 2de7ff778b66: Waiting [2020-10-19T23:32:46.722Z] 9712f1f96733: Verifying Checksum [2020-10-19T23:32:46.722Z] 9712f1f96733: Download complete [2020-10-19T23:32:48.647Z] 63f879dbbcfc: Verifying Checksum [2020-10-19T23:32:48.647Z] 63f879dbbcfc: Download complete [2020-10-19T23:32:48.909Z] e9a5061849ea: Verifying Checksum [2020-10-19T23:32:48.909Z] e9a5061849ea: Download complete [2020-10-19T23:32:48.909Z] d747dcd14b5f: Download complete [2020-10-19T23:32:49.176Z] 2de7ff778b66: Verifying Checksum [2020-10-19T23:32:49.176Z] 2de7ff778b66: Download complete [2020-10-19T23:32:49.439Z] 0d9ebad4ef96: Verifying Checksum [2020-10-19T23:32:49.439Z] 0d9ebad4ef96: Download complete [2020-10-19T23:32:49.439Z] ab5ef0e58194: Verifying Checksum [2020-10-19T23:32:49.439Z] ab5ef0e58194: Download complete [2020-10-19T23:32:53.684Z] ab5ef0e58194: Pull complete [2020-10-19T23:32:53.947Z] 9712f1f96733: Pull complete [2020-10-19T23:32:56.502Z] 63f879dbbcfc: Pull complete [2020-10-19T23:33:03.136Z] 0d9ebad4ef96: Pull complete [2020-10-19T23:33:04.082Z] e9a5061849ea: Pull complete [2020-10-19T23:33:04.082Z] d747dcd14b5f: Pull complete [2020-10-19T23:33:07.410Z] 2de7ff778b66: Pull complete [2020-10-19T23:33:07.410Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-19T23:33:07.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T23:33:07.410Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-19T23:33:07.595Z] prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container [2020-10-19T23:33:07.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-19T23:33:11.384Z] $ docker top 7029d3406c49591f4005e43ff223256fdccdd72fdb377f02f1e611125d0276d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-19T23:33:11.664Z] provisioning config files... [2020-10-19T23:33:11.701Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5138467270029001430tmp [2020-10-19T23:33:11.780Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7607174374062131853tmp [2020-10-19T23:33:11.796Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8162828827140322148tmp [Pipeline] { [Pipeline] echo [2020-10-19T23:33:11.868Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:33:12.167Z] ---> sigul-configuration.sh [2020-10-19T23:33:12.167Z] gpg: directory `/root/.gnupg' created [2020-10-19T23:33:12.167Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-19T23:33:12.167Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-19T23:33:12.167Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-19T23:33:12.167Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-19T23:33:12.167Z] gpg: CAST5 encrypted data [2020-10-19T23:33:12.428Z] gpg: encrypted with 1 passphrase [2020-10-19T23:33:12.428Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-19T23:33:12.729Z] + mkdir /home/jenkins [2020-10-19T23:33:12.729Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-19T23:33:13.027Z] + 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-19T23:33:13.039Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:33:13.339Z] ---> sigul-install.sh [2020-10-19T23:33:18.642Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-19T23:33:18.940Z] + git tag --list [2020-10-19T23:33:18.940Z] v0.0.0 [2020-10-19T23:33:18.940Z] v0.0.1 [2020-10-19T23:33:18.940Z] v0.1.0 [2020-10-19T23:33:18.940Z] v0.1.1 [2020-10-19T23:33:18.940Z] v0.1.10 [2020-10-19T23:33:18.940Z] v0.1.100 [2020-10-19T23:33:18.940Z] v0.1.101 [2020-10-19T23:33:18.940Z] v0.1.102 [2020-10-19T23:33:18.940Z] v0.1.103 [2020-10-19T23:33:18.940Z] v0.1.104 [2020-10-19T23:33:18.940Z] v0.1.105 [2020-10-19T23:33:18.940Z] v0.1.11 [2020-10-19T23:33:18.940Z] v0.1.12 [2020-10-19T23:33:18.940Z] v0.1.13 [2020-10-19T23:33:18.940Z] v0.1.14 [2020-10-19T23:33:18.940Z] v0.1.15 [2020-10-19T23:33:18.940Z] v0.1.16 [2020-10-19T23:33:18.940Z] v0.1.17 [2020-10-19T23:33:18.940Z] v0.1.18 [2020-10-19T23:33:18.940Z] v0.1.19 [2020-10-19T23:33:18.940Z] v0.1.2 [2020-10-19T23:33:18.940Z] v0.1.20 [2020-10-19T23:33:18.940Z] v0.1.21 [2020-10-19T23:33:18.940Z] v0.1.22 [2020-10-19T23:33:18.940Z] v0.1.23 [2020-10-19T23:33:18.940Z] v0.1.24 [2020-10-19T23:33:18.940Z] v0.1.25 [2020-10-19T23:33:18.940Z] v0.1.26 [2020-10-19T23:33:18.940Z] v0.1.27 [2020-10-19T23:33:18.940Z] v0.1.28 [2020-10-19T23:33:18.940Z] v0.1.29 [2020-10-19T23:33:18.940Z] v0.1.3 [2020-10-19T23:33:18.940Z] v0.1.30 [2020-10-19T23:33:18.940Z] v0.1.31 [2020-10-19T23:33:18.940Z] v0.1.32 [2020-10-19T23:33:18.940Z] v0.1.33 [2020-10-19T23:33:18.940Z] v0.1.34 [2020-10-19T23:33:18.940Z] v0.1.35 [2020-10-19T23:33:18.940Z] v0.1.36 [2020-10-19T23:33:18.940Z] v0.1.37 [2020-10-19T23:33:18.940Z] v0.1.38 [2020-10-19T23:33:18.940Z] v0.1.39 [2020-10-19T23:33:18.940Z] v0.1.4 [2020-10-19T23:33:18.940Z] v0.1.40 [2020-10-19T23:33:18.940Z] v0.1.41 [2020-10-19T23:33:18.940Z] v0.1.42 [2020-10-19T23:33:18.940Z] v0.1.43 [2020-10-19T23:33:18.940Z] v0.1.44 [2020-10-19T23:33:18.940Z] v0.1.45 [2020-10-19T23:33:18.940Z] v0.1.46 [2020-10-19T23:33:18.940Z] v0.1.47 [2020-10-19T23:33:18.940Z] v0.1.48 [2020-10-19T23:33:18.940Z] v0.1.49 [2020-10-19T23:33:18.940Z] v0.1.5 [2020-10-19T23:33:18.940Z] v0.1.50 [2020-10-19T23:33:18.940Z] v0.1.51 [2020-10-19T23:33:18.940Z] v0.1.52 [2020-10-19T23:33:18.940Z] v0.1.53 [2020-10-19T23:33:18.940Z] v0.1.54 [2020-10-19T23:33:18.940Z] v0.1.55 [2020-10-19T23:33:18.940Z] v0.1.56 [2020-10-19T23:33:18.940Z] v0.1.57 [2020-10-19T23:33:18.940Z] v0.1.58 [2020-10-19T23:33:18.940Z] v0.1.59 [2020-10-19T23:33:18.940Z] v0.1.6 [2020-10-19T23:33:18.940Z] v0.1.60 [2020-10-19T23:33:18.940Z] v0.1.61 [2020-10-19T23:33:18.940Z] v0.1.62 [2020-10-19T23:33:18.940Z] v0.1.63 [2020-10-19T23:33:18.940Z] v0.1.64 [2020-10-19T23:33:18.940Z] v0.1.65 [2020-10-19T23:33:18.940Z] v0.1.66 [2020-10-19T23:33:18.940Z] v0.1.67 [2020-10-19T23:33:18.940Z] v0.1.68 [2020-10-19T23:33:18.940Z] v0.1.69 [2020-10-19T23:33:18.940Z] v0.1.7 [2020-10-19T23:33:18.940Z] v0.1.70 [2020-10-19T23:33:18.940Z] v0.1.71 [2020-10-19T23:33:18.940Z] v0.1.72 [2020-10-19T23:33:18.940Z] v0.1.73 [2020-10-19T23:33:18.940Z] v0.1.74 [2020-10-19T23:33:18.940Z] v0.1.75 [2020-10-19T23:33:18.940Z] v0.1.76 [2020-10-19T23:33:18.940Z] v0.1.77 [2020-10-19T23:33:18.940Z] v0.1.78 [2020-10-19T23:33:18.940Z] v0.1.79 [2020-10-19T23:33:18.940Z] v0.1.8 [2020-10-19T23:33:18.940Z] v0.1.80 [2020-10-19T23:33:18.940Z] v0.1.81 [2020-10-19T23:33:18.940Z] v0.1.82 [2020-10-19T23:33:18.940Z] v0.1.83 [2020-10-19T23:33:18.940Z] v0.1.84 [2020-10-19T23:33:18.940Z] v0.1.85 [2020-10-19T23:33:18.940Z] v0.1.86 [2020-10-19T23:33:18.940Z] v0.1.87 [2020-10-19T23:33:18.940Z] v0.1.88 [2020-10-19T23:33:18.940Z] v0.1.89 [2020-10-19T23:33:18.940Z] v0.1.9 [2020-10-19T23:33:18.940Z] v0.1.90 [2020-10-19T23:33:18.940Z] v0.1.91 [2020-10-19T23:33:18.940Z] v0.1.92 [2020-10-19T23:33:18.940Z] v0.1.93 [2020-10-19T23:33:18.940Z] v0.1.94 [2020-10-19T23:33:18.940Z] v0.1.95 [2020-10-19T23:33:18.940Z] v0.1.96 [2020-10-19T23:33:18.940Z] v0.1.97 [2020-10-19T23:33:18.940Z] v0.1.98 [2020-10-19T23:33:18.940Z] v0.1.99 [Pipeline] sh [2020-10-19T23:33:19.239Z] + lftools sign git-tag v0.1.105 [2020-10-19T23:33:20.627Z] Signing Git tag with Sigul... [2020-10-19T23:33:20.627Z] Signing v0.1.105 [Pipeline] echo [2020-10-19T23:33:21.583Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:33:21.876Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-19T23:33:21.886Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-19T23:33:22.069Z] $ docker stop --time=1 7029d3406c49591f4005e43ff223256fdccdd72fdb377f02f1e611125d0276d0 [2020-10-19T23:33:23.926Z] $ docker rm -f 7029d3406c49591f4005e43ff223256fdccdd72fdb377f02f1e611125d0276d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:33:24.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T23:33:24.973Z] . [Pipeline] withDockerContainer [2020-10-19T23:33:25.071Z] prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container [2020-10-19T23:33:25.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-19T23:33:25.645Z] $ docker top 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T23:33:25.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T23:33:25.947Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T23:33:26.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T23:33:26.126Z] $ docker exec 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 ssh-agent [2020-10-19T23:33:26.293Z] SSH_AUTH_SOCK=/tmp/ssh-RJhpVpSBZa3f/agent.13 [2020-10-19T23:33:26.293Z] SSH_AGENT_PID=18 [2020-10-19T23:33:26.299Z] Running ssh-add (command line suppressed) [2020-10-19T23:33:26.425Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1231352326185119156.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1231352326185119156.key) [2020-10-19T23:33:26.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T23:33:26.826Z] + git semver bump patch [2020-10-19T23:33:26.826Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T23:33:26.826Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-19T23:33:26.826Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-19T23:33:26.826Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T23:33:26.826Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T23:33:26.826Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T23:33:26.826Z] # $SEMVER_BRANCH = master [2020-10-19T23:33:26.826Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-19T23:33:26.826Z] 0.1.106 [Pipeline] } [2020-10-19T23:33:26.839Z] $ docker exec --env ******** --env ******** 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 ssh-agent -k [2020-10-19T23:33:26.952Z] unset SSH_AUTH_SOCK; [2020-10-19T23:33:26.952Z] unset SSH_AGENT_PID; [2020-10-19T23:33:26.952Z] echo Agent pid 18 killed; [2020-10-19T23:33:27.001Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T23:33:27.481Z] + git semver [Pipeline] } [2020-10-19T23:33:27.499Z] $ docker stop --time=1 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 [2020-10-19T23:33:28.817Z] $ docker rm -f 53453885c79de9f70745917890cd62d746b32edf5ba45c51ca0eaefc60c90116 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:33:29.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T23:33:29.399Z] . [Pipeline] withDockerContainer [2020-10-19T23:33:29.495Z] prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container [2020-10-19T23:33:29.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-19T23:33:30.076Z] $ docker top 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T23:33:30.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T23:33:30.415Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T23:33:30.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T23:33:30.590Z] $ docker exec 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 ssh-agent [2020-10-19T23:33:30.753Z] SSH_AUTH_SOCK=/tmp/ssh-ftaY4WjoMYm2/agent.11 [2020-10-19T23:33:30.753Z] SSH_AGENT_PID=17 [2020-10-19T23:33:30.760Z] Running ssh-add (command line suppressed) [2020-10-19T23:33:30.879Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1198863696045918882.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1198863696045918882.key) [2020-10-19T23:33:30.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T23:33:31.268Z] + git semver push [2020-10-19T23:33:31.268Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T23:33:31.268Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-19T23:33:31.268Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-19T23:33:31.268Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T23:33:31.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T23:33:31.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T23:33:31.268Z] # $SEMVER_BRANCH = master [2020-10-19T23:33:31.268Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-19T23:33:37.879Z] $ docker exec --env ******** --env ******** 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 ssh-agent -k [2020-10-19T23:33:38.013Z] unset SSH_AUTH_SOCK; [2020-10-19T23:33:38.014Z] unset SSH_AGENT_PID; [2020-10-19T23:33:38.014Z] echo Agent pid 17 killed; [2020-10-19T23:33:38.066Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T23:33:38.546Z] + git semver [Pipeline] } [2020-10-19T23:33:38.566Z] $ docker stop --time=1 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 [2020-10-19T23:33:39.901Z] $ docker rm -f 656f95dc44c7c56a1a0ecf0225065286099b20e614f23563aab8239409b9b2c8 [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-19T23:33:41.646Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:33:42.268Z] ---> package-listing.sh [2020-10-19T23:33:42.268Z] ++ facter osfamily [2020-10-19T23:33:42.268Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T23:33:42.268Z] + OS_FAMILY=redhat [2020-10-19T23:33:42.268Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-19T23:33:42.268Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T23:33:42.268Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T23:33:42.268Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T23:33:42.268Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T23:33:42.268Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-19T23:33:42.268Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T23:33:42.268Z] + case "${OS_FAMILY}" in [2020-10-19T23:33:42.268Z] + rpm -qa [2020-10-19T23:33:42.268Z] + sort [2020-10-19T23:33:46.490Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T23:33:46.490Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T23:33:46.490Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T23:33:46.490Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-19T23:33:46.490Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-19T23:33:46.490Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2020-10-19T23:33:46.503Z] 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/dry_go-mod-core-contracts_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-19T23:33:46.794Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:33:47.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T23:33:47.095Z] [2020-10-19T23:33:47.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T23:33:47.509Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T23:33:47.509Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T23:33:47.509Z] df20fa9351a1: Pulling fs layer [2020-10-19T23:33:47.509Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T23:33:47.509Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T23:33:47.509Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T23:33:47.509Z] 93b61091891f: Pulling fs layer [2020-10-19T23:33:47.509Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T23:33:47.509Z] 5e14af77c1be: Pulling fs layer [2020-10-19T23:33:47.509Z] 01666e4c0597: Pulling fs layer [2020-10-19T23:33:47.509Z] aa168da1d23b: Pulling fs layer [2020-10-19T23:33:47.509Z] 93b9cdb0e59b: Waiting [2020-10-19T23:33:47.509Z] 5e14af77c1be: Waiting [2020-10-19T23:33:47.509Z] 46f8f816bc3b: Waiting [2020-10-19T23:33:47.509Z] 93b61091891f: Waiting [2020-10-19T23:33:47.509Z] 01666e4c0597: Waiting [2020-10-19T23:33:47.509Z] aa168da1d23b: Waiting [2020-10-19T23:33:47.509Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T23:33:47.509Z] 36b3adc4ff6f: Download complete [2020-10-19T23:33:47.509Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T23:33:47.509Z] 46f8f816bc3b: Download complete [2020-10-19T23:33:47.509Z] df20fa9351a1: Verifying Checksum [2020-10-19T23:33:47.509Z] df20fa9351a1: Download complete [2020-10-19T23:33:47.509Z] 93b61091891f: Verifying Checksum [2020-10-19T23:33:47.509Z] 93b61091891f: Download complete [2020-10-19T23:33:47.802Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T23:33:47.802Z] 93b9cdb0e59b: Download complete [2020-10-19T23:33:47.802Z] 5e14af77c1be: Verifying Checksum [2020-10-19T23:33:47.802Z] 5e14af77c1be: Download complete [2020-10-19T23:33:47.802Z] 01666e4c0597: Download complete [2020-10-19T23:33:47.802Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T23:33:47.802Z] 8ad3a11d3b57: Download complete [2020-10-19T23:33:47.802Z] df20fa9351a1: Pull complete [2020-10-19T23:33:48.122Z] 36b3adc4ff6f: Pull complete [2020-10-19T23:33:49.078Z] 8ad3a11d3b57: Pull complete [2020-10-19T23:33:50.029Z] aa168da1d23b: Verifying Checksum [2020-10-19T23:33:50.029Z] aa168da1d23b: Download complete [2020-10-19T23:33:50.029Z] 46f8f816bc3b: Pull complete [2020-10-19T23:33:50.291Z] 93b61091891f: Pull complete [2020-10-19T23:33:50.291Z] 93b9cdb0e59b: Pull complete [2020-10-19T23:33:50.554Z] 5e14af77c1be: Pull complete [2020-10-19T23:33:50.554Z] 01666e4c0597: Pull complete [2020-10-19T23:33:57.178Z] aa168da1d23b: Pull complete [2020-10-19T23:33:57.178Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T23:33:57.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T23:33:57.178Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T23:33:57.340Z] prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container [2020-10-19T23:33:57.387Z] $ 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-19T23:34:00.336Z] $ docker top 9ae13b45cebd027afcfd611ef85784ff5f5819c7edb09a3ce4aa60129b53406d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T23:34:00.885Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T23:34:01.180Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T23:34:01.480Z] + ls /var/log/sa-host [2020-10-19T23:34:01.480Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T23:34:01.480Z] file_magic: OK [2020-10-19T23:34:01.480Z] HZ: Using current value: 100 [2020-10-19T23:34:01.480Z] file_header: OK [2020-10-19T23:34:01.480Z] 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-19T23:34:01.480Z] Statistics: [2020-10-19T23:34:01.480Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T23:34:01.480Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T23:34:01.480Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T23:34:01.480Z] file_magic: OK [2020-10-19T23:34:01.480Z] HZ: Using current value: 100 [2020-10-19T23:34:01.480Z] file_header: OK [2020-10-19T23:34:01.480Z] 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-19T23:34:01.480Z] Statistics: [2020-10-19T23:34:01.480Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T23:34:01.480Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T23:34:01.721Z] provisioning config files... [2020-10-19T23:34:01.738Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config539087205207689706tmp [Pipeline] { [Pipeline] echo [2020-10-19T23:34:01.835Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:34:02.134Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T23:34:02.143Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T23:34:02.239Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:34:02.536Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T23:34:02.547Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:34:02.842Z] ---> sudo-logs.sh [2020-10-19T23:34:02.842Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T23:34:02.853Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:34:03.146Z] ---> job-cost.sh [2020-10-19T23:34:03.146Z] lf-activate-venv: SKIPPING [2020-10-19T23:34:03.146Z] INFO: No Stack... [2020-10-19T23:34:03.721Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T23:34:04.292Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T23:34:04.305Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T23:34:04.604Z] ---> logs-deploy.sh [2020-10-19T23:34:04.604Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/71 [2020-10-19T23:34:04.604Z] INFO: archiving workspace using pattern(s): [2020-10-19T23:34:05.992Z] Archives upload complete. [2020-10-19T23:34:06.253Z] INFO: archiving logs to Nexus