Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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-8455 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 f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 Commit message: "Merge pull request #361 from cloudxxx8/issue-360" > git rev-list --no-walk f7576eaf242e152719bf0fb6dddf04d934e010ca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-23T16:28:25.213Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-23T16:28:25.438Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-23T16:28:25.565Z] ========================================================= [2020-10-23T16:28:25.565Z] EdgeX Global Pipelines Version Info [2020-10-23T16:28:25.565Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:28:27.026Z] ------------------- [2020-10-23T16:28:27.026Z] stable info: [2020-10-23T16:28:27.026Z] ------------------- [2020-10-23T16:28:27.026Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-23T16:28:27.026Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T16:28:27.026Z] Message: update stable to v1.0.148 [2020-10-23T16:28:27.976Z] ------------------- [2020-10-23T16:28:27.976Z] experimental info: [2020-10-23T16:28:27.976Z] ------------------- [2020-10-23T16:28:27.976Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-23T16:28:27.976Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T16:28:27.976Z] Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-23T16:28:28.325Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-23T16:28:28.410Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-23T16:28:28.494Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-23T16:28:28.584Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-23T16:28:28.676Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-23T16:28:28.783Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-23T16:28:28.874Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-23T16:28:28.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-23T16:28:29.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-23T16:28:29.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-23T16:28:29.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-23T16:28:29.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-23T16:28:29.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-23T16:28:29.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-23T16:28:29.646Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T16:28:29.740Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T16:28:29.881Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T16:28:29.974Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T16:28:30.099Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-23T16:28:30.254Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-23T16:28:30.366Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-23T16:28:30.483Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-23T16:28:30.591Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-23T16:28:30.696Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-23T16:28:30.811Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-23T16:28:30.931Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-23T16:28:31.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-23T16:28:31.177Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-23T16:28:31.277Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 [Pipeline] echo [2020-10-23T16:28:31.410Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1526ba [Pipeline] echo [2020-10-23T16:28:31.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-23T16:28:32.145Z] + git log --format=format:%s -1 f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 [Pipeline] echo [2020-10-23T16:28:32.212Z] GIT_COMMIT: f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4, Commit Message: Merge pull request #361 from cloudxxx8/issue-360 [Pipeline] echo [2020-10-23T16:28:32.261Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:28:32.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T16:28:33.196Z] [2020-10-23T16:28:33.196Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:28:33.566Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T16:28:33.566Z] latest: Pulling from edgex-devops/git-semver [2020-10-23T16:28:33.566Z] 31603596830f: Pulling fs layer [2020-10-23T16:28:33.566Z] 2a8b12db71e7: Pulling fs layer [2020-10-23T16:28:33.566Z] 6ca5941a6612: Pulling fs layer [2020-10-23T16:28:33.566Z] ecc8261a40a4: Pulling fs layer [2020-10-23T16:28:33.566Z] ecc8261a40a4: Waiting [2020-10-23T16:28:33.566Z] 2a8b12db71e7: Verifying Checksum [2020-10-23T16:28:33.566Z] 2a8b12db71e7: Download complete [2020-10-23T16:28:33.832Z] 31603596830f: Verifying Checksum [2020-10-23T16:28:33.832Z] 31603596830f: Download complete [2020-10-23T16:28:33.832Z] ecc8261a40a4: Verifying Checksum [2020-10-23T16:28:33.832Z] ecc8261a40a4: Download complete [2020-10-23T16:28:33.832Z] 6ca5941a6612: Verifying Checksum [2020-10-23T16:28:34.095Z] 31603596830f: Pull complete [2020-10-23T16:28:34.365Z] 2a8b12db71e7: Pull complete [2020-10-23T16:28:34.944Z] 6ca5941a6612: Pull complete [2020-10-23T16:28:35.207Z] ecc8261a40a4: Pull complete [2020-10-23T16:28:35.207Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-23T16:28:35.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T16:28:35.207Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-23T16:28:35.311Z] prd-centos7-docker-4c-2g-8455 does not seem to be running inside a container [2020-10-23T16:28:35.365Z] $ 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-23T16:28:37.646Z] $ docker top bbcc592bd50e5c554ee84ff4b6a4468c31e1b0271313c20eeba0c5e1248e0d7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T16:28:37.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T16:28:37.930Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T16:28:38.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T16:28:38.141Z] $ docker exec bbcc592bd50e5c554ee84ff4b6a4468c31e1b0271313c20eeba0c5e1248e0d7f ssh-agent [2020-10-23T16:28:38.304Z] SSH_AUTH_SOCK=/tmp/ssh-vjPoHINHME9C/agent.12 [2020-10-23T16:28:38.304Z] SSH_AGENT_PID=17 [2020-10-23T16:28:38.316Z] Running ssh-add (command line suppressed) [2020-10-23T16:28:38.439Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5291512883548194664.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5291512883548194664.key) [2020-10-23T16:28:38.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T16:28:38.820Z] + git tag --points-at HEAD [Pipeline] } [2020-10-23T16:28:38.843Z] $ docker exec --env ******** --env ******** bbcc592bd50e5c554ee84ff4b6a4468c31e1b0271313c20eeba0c5e1248e0d7f ssh-agent -k [2020-10-23T16:28:38.963Z] unset SSH_AUTH_SOCK; [2020-10-23T16:28:38.964Z] unset SSH_AGENT_PID; [2020-10-23T16:28:38.964Z] echo Agent pid 17 killed; [2020-10-23T16:28:39.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-23T16:28:39.172Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T16:28:39.172Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T16:28:39.340Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T16:28:39.345Z] $ docker exec bbcc592bd50e5c554ee84ff4b6a4468c31e1b0271313c20eeba0c5e1248e0d7f ssh-agent [2020-10-23T16:28:39.506Z] SSH_AUTH_SOCK=/tmp/ssh-JQRqPINg0kMN/agent.46 [2020-10-23T16:28:39.506Z] SSH_AGENT_PID=51 [2020-10-23T16:28:39.514Z] Running ssh-add (command line suppressed) [2020-10-23T16:28:39.639Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8229796172579961107.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8229796172579961107.key) [2020-10-23T16:28:39.687Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T16:28:40.026Z] + git semver init [2020-10-23T16:28:40.026Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T16:28:40.026Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-23T16:28:40.026Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-23T16:28:40.026Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T16:28:40.026Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T16:28:40.026Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T16:28:40.026Z] # $SEMVER_BRANCH = master [2020-10-23T16:28:40.026Z] # $SEMVER_TEMP = /tmp/semver-304719575 [2020-10-23T16:28:40.026Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-23T16:28:40.601Z] # '/tmp/semver-304719575' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-23T16:28:40.601Z] # -> Force: false [2020-10-23T16:28:40.601Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-23T16:28:40.615Z] $ docker exec --env ******** --env ******** bbcc592bd50e5c554ee84ff4b6a4468c31e1b0271313c20eeba0c5e1248e0d7f ssh-agent -k [2020-10-23T16:28:40.737Z] unset SSH_AUTH_SOCK; [2020-10-23T16:28:40.737Z] unset SSH_AGENT_PID; [2020-10-23T16:28:40.737Z] echo Agent pid 51 killed; [2020-10-23T16:28:40.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T16:28:41.249Z] + git semver [Pipeline] } [2020-10-23T16:28:41.268Z] $ docker stop --time=1 bbcc592bd50e5c554ee84ff4b6a4468c31e1b0271313c20eeba0c5e1248e0d7f [2020-10-23T16:28:43.158Z] $ docker rm -f bbcc592bd50e5c554ee84ff4b6a4468c31e1b0271313c20eeba0c5e1248e0d7f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-23T16:28:43.701Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-23T16:28:44.258Z] Stashed 1 file(s) [Pipeline] echo [2020-10-23T16:28:44.260Z] [edgeXSemver]: initialized semver on version 0.1.111 [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-23T16:28:59.824Z] Still waiting to schedule task [2020-10-23T16:28:59.824Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-23T16:28:59.826Z] Still waiting to schedule task [2020-10-23T16:28:59.826Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-23T16:32:36.900Z] Running on prd-centos7-docker-4c-2g-8458 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-23T16:32:36.962Z] Running in /w/workspace/go-mod-core-contracts/77 [Pipeline] { [2020-10-23T16:32:36.987Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8457 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] checkout [Pipeline] ws [2020-10-23T16:32:37.092Z] Running in /w/workspace/go-mod-core-contracts/77 [Pipeline] { [Pipeline] checkout [2020-10-23T16:32:42.359Z] using credential edgex-jenkins-ssh [2020-10-23T16:32:42.416Z] Cloning the remote Git repository [2020-10-23T16:32:42.472Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T16:32:42.572Z] > git init /w/workspace/go-mod-core-contracts/77 # timeout=10 [2020-10-23T16:32:42.680Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T16:32:42.681Z] > git --version # timeout=10 [2020-10-23T16:32:42.701Z] > git --version # 'git version 2.17.1' [2020-10-23T16:32:42.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T16:32:42.790Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T16:32:43.976Z] using credential edgex-jenkins-ssh [2020-10-23T16:32:44.061Z] Cloning the remote Git repository [2020-10-23T16:32:44.450Z] Checking out Revision f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 (master) [2020-10-23T16:32:43.843Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T16:32:43.871Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T16:32:43.897Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T16:32:43.940Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T16:32:43.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T16:32:43.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T16:32:44.478Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T16:32:44.550Z] > git checkout -f f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 [2020-10-23T16:32:44.131Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T16:32:44.217Z] > git init /w/workspace/go-mod-core-contracts/77 # timeout=10 [2020-10-23T16:32:44.275Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T16:32:44.275Z] > git --version # timeout=10 [2020-10-23T16:32:44.287Z] > git --version # 'git version 2.16.5' [2020-10-23T16:32:44.287Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T16:32:44.337Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T16:32:45.515Z] Checking out Revision f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 (master) [2020-10-23T16:32:44.996Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T16:32:45.022Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T16:32:45.035Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T16:32:45.066Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T16:32:45.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T16:32:45.072Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T16:32:45.527Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T16:32:45.570Z] > git checkout -f f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 [2020-10-23T16:32:48.976Z] Commit message: "Merge pull request #361 from cloudxxx8/issue-360" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-10-23T16:32:49.565Z] Commit message: "Merge pull request #361 from cloudxxx8/issue-360" [Pipeline] unstash [Pipeline] echo [2020-10-23T16:32:49.842Z] ========================================================= [2020-10-23T16:32:49.842Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-23T16:32:49.842Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-10-23T16:32:50.752Z] + 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 . [Pipeline] unstash [Pipeline] echo [2020-10-23T16:32:50.953Z] ========================================================= [2020-10-23T16:32:50.953Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-23T16:32:50.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:32:51.764Z] Sending build context to Docker daemon 1.78MB [2020-10-23T16:32:51.764Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-23T16:32:51.764Z] Step 2/7 : FROM ${BASE} [2020-10-23T16:32:51.897Z] + 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-23T16:32:52.040Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-23T16:32:52.040Z] b538f80385f9: Pulling fs layer [2020-10-23T16:32:52.040Z] 74f711af9a0d: Pulling fs layer [2020-10-23T16:32:52.041Z] 99f96fe45779: Pulling fs layer [2020-10-23T16:32:52.041Z] 8529a6b9a6be: Pulling fs layer [2020-10-23T16:32:52.041Z] 45590311c82a: Pulling fs layer [2020-10-23T16:32:52.041Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-23T16:32:52.041Z] 209524e5b208: Pulling fs layer [2020-10-23T16:32:52.041Z] 45590311c82a: Waiting [2020-10-23T16:32:52.041Z] 69ca0ff8b7b3: Waiting [2020-10-23T16:32:52.041Z] 8529a6b9a6be: Waiting [2020-10-23T16:32:52.041Z] 209524e5b208: Waiting [2020-10-23T16:32:52.041Z] 99f96fe45779: Download complete [2020-10-23T16:32:52.041Z] 74f711af9a0d: Verifying Checksum [2020-10-23T16:32:52.041Z] 74f711af9a0d: Download complete [2020-10-23T16:32:52.041Z] 45590311c82a: Verifying Checksum [2020-10-23T16:32:52.041Z] 45590311c82a: Download complete [2020-10-23T16:32:52.041Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-23T16:32:52.041Z] 69ca0ff8b7b3: Download complete [2020-10-23T16:32:53.026Z] Sending build context to Docker daemon 1.78MB [2020-10-23T16:32:53.026Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-23T16:32:53.026Z] Step 2/7 : FROM ${BASE} [2020-10-23T16:32:53.026Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-23T16:32:53.026Z] df20fa9351a1: Pulling fs layer [2020-10-23T16:32:53.026Z] ed8968b2872e: Pulling fs layer [2020-10-23T16:32:53.026Z] a92cc7c5fd73: Pulling fs layer [2020-10-23T16:32:53.026Z] e871e8e8d7a9: Pulling fs layer [2020-10-23T16:32:53.026Z] e73272ec9a57: Pulling fs layer [2020-10-23T16:32:53.026Z] 1e910a182e73: Pulling fs layer [2020-10-23T16:32:53.026Z] 4e634b169226: Pulling fs layer [2020-10-23T16:32:53.026Z] e73272ec9a57: Waiting [2020-10-23T16:32:53.026Z] 4e634b169226: Waiting [2020-10-23T16:32:53.026Z] e871e8e8d7a9: Waiting [2020-10-23T16:32:53.026Z] a92cc7c5fd73: Verifying Checksum [2020-10-23T16:32:53.026Z] a92cc7c5fd73: Download complete [2020-10-23T16:32:53.026Z] ed8968b2872e: Verifying Checksum [2020-10-23T16:32:53.026Z] ed8968b2872e: Download complete [2020-10-23T16:32:53.335Z] e73272ec9a57: Verifying Checksum [2020-10-23T16:32:53.336Z] e73272ec9a57: Download complete [2020-10-23T16:32:53.336Z] 1e910a182e73: Verifying Checksum [2020-10-23T16:32:53.336Z] 1e910a182e73: Download complete [2020-10-23T16:32:53.336Z] df20fa9351a1: Verifying Checksum [2020-10-23T16:32:53.336Z] df20fa9351a1: Download complete [2020-10-23T16:32:53.481Z] b538f80385f9: Verifying Checksum [2020-10-23T16:32:53.482Z] b538f80385f9: Download complete [2020-10-23T16:32:53.973Z] df20fa9351a1: Pull complete [2020-10-23T16:32:54.098Z] b538f80385f9: Pull complete [2020-10-23T16:32:54.240Z] ed8968b2872e: Pull complete [2020-10-23T16:32:54.240Z] a92cc7c5fd73: Pull complete [2020-10-23T16:32:54.705Z] 74f711af9a0d: Pull complete [2020-10-23T16:32:54.705Z] 209524e5b208: Verifying Checksum [2020-10-23T16:32:54.705Z] 209524e5b208: Download complete [2020-10-23T16:32:54.982Z] 99f96fe45779: Pull complete [2020-10-23T16:32:56.954Z] 8529a6b9a6be: Verifying Checksum [2020-10-23T16:32:56.954Z] 8529a6b9a6be: Download complete [2020-10-23T16:32:59.895Z] 4e634b169226: Verifying Checksum [2020-10-23T16:32:59.895Z] 4e634b169226: Download complete [2020-10-23T16:33:00.189Z] e871e8e8d7a9: Verifying Checksum [2020-10-23T16:33:00.189Z] e871e8e8d7a9: Download complete [2020-10-23T16:33:07.140Z] 8529a6b9a6be: Pull complete [2020-10-23T16:33:07.140Z] 45590311c82a: Pull complete [2020-10-23T16:33:07.140Z] 69ca0ff8b7b3: Pull complete [2020-10-23T16:33:10.664Z] e871e8e8d7a9: Pull complete [2020-10-23T16:33:10.664Z] e73272ec9a57: Pull complete [2020-10-23T16:33:10.664Z] 1e910a182e73: Pull complete [2020-10-23T16:33:11.472Z] 209524e5b208: Pull complete [2020-10-23T16:33:11.472Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-23T16:33:11.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-23T16:33:11.472Z] ---> 5bddaf1c2fca [2020-10-23T16:33:11.472Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-23T16:33:14.079Z] ---> Running in 5dadf19af933 [2020-10-23T16:33:14.357Z] Removing intermediate container 5dadf19af933 [2020-10-23T16:33:14.358Z] ---> 26dbe04921ea [2020-10-23T16:33:14.358Z] Step 4/7 : RUN apk add bash [2020-10-23T16:33:14.358Z] ---> Running in e58b35c474df [2020-10-23T16:33:16.277Z] 4e634b169226: Pull complete [2020-10-23T16:33:16.277Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-23T16:33:16.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-23T16:33:16.277Z] ---> f7629b54cfaa [2020-10-23T16:33:16.277Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-23T16:33:16.277Z] ---> Running in 3dadeeed6d16 [2020-10-23T16:33:16.277Z] Removing intermediate container 3dadeeed6d16 [2020-10-23T16:33:16.277Z] ---> cd8f70a6cd8c [2020-10-23T16:33:16.277Z] Step 4/7 : RUN apk add bash [2020-10-23T16:33:16.277Z] ---> Running in 0bef675eb956 [2020-10-23T16:33:16.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T16:33:16.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T16:33:17.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T16:33:17.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T16:33:17.924Z] OK: 142 MiB in 39 packages [2020-10-23T16:33:18.444Z] OK: 166 MiB in 39 packages [2020-10-23T16:33:18.909Z] Removing intermediate container e58b35c474df [2020-10-23T16:33:18.909Z] ---> ec1a3f4f363b [2020-10-23T16:33:18.909Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-23T16:33:19.181Z] ---> Running in 278006f7ee15 [2020-10-23T16:33:19.434Z] Removing intermediate container 0bef675eb956 [2020-10-23T16:33:19.434Z] ---> e674482170e7 [2020-10-23T16:33:19.434Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-23T16:33:19.434Z] ---> Running in f4924d30ab2b [2020-10-23T16:33:19.702Z] Removing intermediate container f4924d30ab2b [2020-10-23T16:33:19.702Z] ---> 63c2662f3096 [2020-10-23T16:33:19.702Z] Step 6/7 : COPY go.mod . [2020-10-23T16:33:19.773Z] Removing intermediate container 278006f7ee15 [2020-10-23T16:33:19.773Z] ---> e214be9b4151 [2020-10-23T16:33:19.774Z] Step 6/7 : COPY go.mod . [2020-10-23T16:33:19.982Z] ---> b31f0cad00ca [2020-10-23T16:33:19.982Z] Step 7/7 : RUN go mod download [2020-10-23T16:33:19.982Z] ---> Running in c70e2feab5d9 [2020-10-23T16:33:20.368Z] ---> b580c3a71abb [2020-10-23T16:33:20.368Z] Step 7/7 : RUN go mod download [2020-10-23T16:33:20.642Z] ---> Running in a398c4becbca [2020-10-23T16:33:35.261Z] Removing intermediate container c70e2feab5d9 [2020-10-23T16:33:35.261Z] ---> a0fa4c5e4d37 [2020-10-23T16:33:35.261Z] Successfully built a0fa4c5e4d37 [2020-10-23T16:33:35.261Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:33:35.696Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T16:33:35.826Z] Removing intermediate container a398c4becbca [2020-10-23T16:33:35.826Z] ---> c0df0f8085d3 [2020-10-23T16:33:35.826Z] Successfully built c0df0f8085d3 [2020-10-23T16:33:35.826Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:33:35.965Z] . [Pipeline] withDockerContainer [2020-10-23T16:33:36.191Z] prd-centos7-docker-4c-2g-8458 does not seem to be running inside a container [2020-10-23T16:33:36.244Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T16:33:36.244Z] . [2020-10-23T16:33:36.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/77 -v /w/workspace/go-mod-core-contracts/77:/w/workspace/go-mod-core-contracts/77:rw,z -v /w/workspace/go-mod-core-contracts/77@tmp:/w/workspace/go-mod-core-contracts/77@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-23T16:33:37.366Z] $ docker top 32ffbaf9d9b0e34da33db99a4a576ae64783407fa9ac4fbc5d6f06c27f4ec393 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-10-23T16:33:37.889Z] prd-ubuntu18.04-docker-arm64-4c-16g-8457 does not seem to be running inside a container [2020-10-23T16:33:37.970Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/77 -v /w/workspace/go-mod-core-contracts/77:/w/workspace/go-mod-core-contracts/77:rw,z -v /w/workspace/go-mod-core-contracts/77@tmp:/w/workspace/go-mod-core-contracts/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-23T16:33:39.772Z] $ docker top 96b57bc371d1278509903b69e4237c59bc96ae449821fa8c6aba577ba83828d7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-10-23T16:33:40.504Z] + go version [2020-10-23T16:33:40.770Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-23T16:33:40.792Z] $ docker stop --time=1 32ffbaf9d9b0e34da33db99a4a576ae64783407fa9ac4fbc5d6f06c27f4ec393 [2020-10-23T16:33:41.280Z] + go version [2020-10-23T16:33:41.280Z] go version go1.15.2 linux/arm64 [2020-10-23T16:33:42.240Z] $ docker rm -f 32ffbaf9d9b0e34da33db99a4a576ae64783407fa9ac4fbc5d6f06c27f4ec393 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-10-23T16:33:42.461Z] $ docker stop --time=1 96b57bc371d1278509903b69e4237c59bc96ae449821fa8c6aba577ba83828d7 [2020-10-23T16:33:44.542Z] $ docker rm -f 96b57bc371d1278509903b69e4237c59bc96ae449821fa8c6aba577ba83828d7 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [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-23T16:33:48.529Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-23T16:33:48.531Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-23T16:33:48.600Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:33:48.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T16:33:48.973Z] [2020-10-23T16:33:48.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:33:49.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T16:33:49.327Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-23T16:33:49.327Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-23T16:33:49.328Z] 408f87550127: Pulling fs layer [2020-10-23T16:33:49.328Z] fe522b08c979: Pulling fs layer [2020-10-23T16:33:49.328Z] 221eaa008020: Pulling fs layer [2020-10-23T16:33:49.328Z] 2a4607e5d6b9: Pulling fs layer [2020-10-23T16:33:49.328Z] 8f79b27c4fd2: Pulling fs layer [2020-10-23T16:33:49.328Z] e5c8dbe1645b: Pulling fs layer [2020-10-23T16:33:49.328Z] 23e8b3b47431: Pulling fs layer [2020-10-23T16:33:49.328Z] 5c568d65a230: Pulling fs layer [2020-10-23T16:33:49.328Z] 221eaa008020: Waiting [2020-10-23T16:33:49.328Z] 2a4607e5d6b9: Waiting [2020-10-23T16:33:49.328Z] 8f79b27c4fd2: Waiting [2020-10-23T16:33:49.328Z] e5c8dbe1645b: Waiting [2020-10-23T16:33:49.328Z] 23e8b3b47431: Waiting [2020-10-23T16:33:49.328Z] 5c568d65a230: Waiting [2020-10-23T16:33:49.328Z] fe522b08c979: Verifying Checksum [2020-10-23T16:33:49.328Z] fe522b08c979: Download complete [2020-10-23T16:33:49.328Z] 408f87550127: Verifying Checksum [2020-10-23T16:33:49.328Z] 408f87550127: Download complete [2020-10-23T16:33:49.328Z] 2a4607e5d6b9: Verifying Checksum [2020-10-23T16:33:49.328Z] 2a4607e5d6b9: Download complete [2020-10-23T16:33:49.328Z] 8f79b27c4fd2: Verifying Checksum [2020-10-23T16:33:49.328Z] 8f79b27c4fd2: Download complete [2020-10-23T16:33:49.328Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-23T16:33:49.328Z] cbdbe7a5bc2a: Download complete [2020-10-23T16:33:49.913Z] cbdbe7a5bc2a: Pull complete [2020-10-23T16:33:49.913Z] 408f87550127: Pull complete [2020-10-23T16:33:50.176Z] fe522b08c979: Pull complete [2020-10-23T16:33:50.176Z] e5c8dbe1645b: Verifying Checksum [2020-10-23T16:33:50.176Z] e5c8dbe1645b: Download complete [2020-10-23T16:33:51.144Z] 23e8b3b47431: Verifying Checksum [2020-10-23T16:33:51.144Z] 23e8b3b47431: Download complete [2020-10-23T16:33:51.406Z] 5c568d65a230: Verifying Checksum [2020-10-23T16:33:51.406Z] 5c568d65a230: Download complete [2020-10-23T16:33:52.805Z] 221eaa008020: Download complete [2020-10-23T16:33:59.480Z] 221eaa008020: Pull complete [2020-10-23T16:33:59.480Z] 2a4607e5d6b9: Pull complete [2020-10-23T16:33:59.480Z] 8f79b27c4fd2: Pull complete [2020-10-23T16:34:00.869Z] e5c8dbe1645b: Pull complete [2020-10-23T16:34:04.209Z] 23e8b3b47431: Pull complete [2020-10-23T16:34:05.606Z] 5c568d65a230: Pull complete [2020-10-23T16:34:05.606Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-23T16:34:05.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T16:34:05.606Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-23T16:34:05.842Z] prd-centos7-docker-4c-2g-8455 does not seem to be running inside a container [2020-10-23T16:34:05.893Z] $ 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-23T16:34:06.893Z] $ docker top c7ffd4ba522399a71706c4fc08b8716abbfeae4b165ef24ee98b0224b2378514 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T16:34:07.389Z] + snyk monitor '--org=edgex-jenkins' [2020-10-23T16:34:15.562Z] [2020-10-23T16:34:15.562Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-23T16:34:15.562Z] [2020-10-23T16:34:15.562Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/bdfed136-edd4-47ee-83a4-6408ba332fb8 [2020-10-23T16:34:15.562Z] [2020-10-23T16:34:15.562Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-23T16:34:15.562Z] [2020-10-23T16:34:15.562Z] [2020-10-23T16:34:15.562Z] Snyk CLI supports Node.js 8 and higher. [2020-10-23T16:34:15.562Z] 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-23T16:34:15.562Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-23T16:34:15.562Z] [2020-10-23T16:34:15.562Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-23T16:34:15.562Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-23T16:34:15.562Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-23T16:34:15.562Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-23T16:34:15.582Z] $ docker stop --time=1 c7ffd4ba522399a71706c4fc08b8716abbfeae4b165ef24ee98b0224b2378514 [2020-10-23T16:34:17.859Z] $ docker rm -f c7ffd4ba522399a71706c4fc08b8716abbfeae4b165ef24ee98b0224b2378514 [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-23T16:34:19.753Z] + git log --format=format:%s -1 f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:34:20.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T16:34:20.059Z] . [Pipeline] withDockerContainer [2020-10-23T16:34:20.166Z] prd-centos7-docker-4c-2g-8455 does not seem to be running inside a container [2020-10-23T16:34:20.218Z] $ 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-23T16:34:21.010Z] $ docker top 305639754fec61e96ff29e3b1e28d914fdd1c36f56f582d0c3b704e169e18545 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T16:34:21.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T16:34:21.397Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T16:34:21.644Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T16:34:21.650Z] $ docker exec 305639754fec61e96ff29e3b1e28d914fdd1c36f56f582d0c3b704e169e18545 ssh-agent [2020-10-23T16:34:21.821Z] SSH_AUTH_SOCK=/tmp/ssh-H6NyAe4xYhij/agent.12 [2020-10-23T16:34:21.821Z] SSH_AGENT_PID=17 [2020-10-23T16:34:21.829Z] Running ssh-add (command line suppressed) [2020-10-23T16:34:21.974Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5366708619684582780.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5366708619684582780.key) [2020-10-23T16:34:22.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T16:34:22.401Z] + git semver tag [2020-10-23T16:34:22.401Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T16:34:22.401Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-23T16:34:22.401Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-23T16:34:22.401Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T16:34:22.401Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T16:34:22.401Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T16:34:22.401Z] # $SEMVER_BRANCH = master [2020-10-23T16:34:22.401Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-23T16:34:22.401Z] # f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 HEAD [2020-10-23T16:34:22.401Z] # -> Force: false [2020-10-23T16:34:22.401Z] # 075750d9b64a241b32a356613aa2584813b3b796 refs/tags/v0.1.111 [Pipeline] } [2020-10-23T16:34:22.417Z] $ docker exec --env ******** --env ******** 305639754fec61e96ff29e3b1e28d914fdd1c36f56f582d0c3b704e169e18545 ssh-agent -k [2020-10-23T16:34:22.537Z] unset SSH_AUTH_SOCK; [2020-10-23T16:34:22.537Z] unset SSH_AGENT_PID; [2020-10-23T16:34:22.537Z] echo Agent pid 17 killed; [2020-10-23T16:34:22.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T16:34:23.089Z] + git semver [Pipeline] } [2020-10-23T16:34:23.108Z] $ docker stop --time=1 305639754fec61e96ff29e3b1e28d914fdd1c36f56f582d0c3b704e169e18545 [2020-10-23T16:34:24.480Z] $ docker rm -f 305639754fec61e96ff29e3b1e28d914fdd1c36f56f582d0c3b704e169e18545 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:34:25.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T16:34:25.136Z] [2020-10-23T16:34:25.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:34:25.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T16:34:25.483Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-23T16:34:25.483Z] ab5ef0e58194: Pulling fs layer [2020-10-23T16:34:25.483Z] 9712f1f96733: Pulling fs layer [2020-10-23T16:34:25.483Z] 63f879dbbcfc: Pulling fs layer [2020-10-23T16:34:25.483Z] 0d9ebad4ef96: Pulling fs layer [2020-10-23T16:34:25.483Z] e9a5061849ea: Pulling fs layer [2020-10-23T16:34:25.483Z] d747dcd14b5f: Pulling fs layer [2020-10-23T16:34:25.483Z] 2de7ff778b66: Pulling fs layer [2020-10-23T16:34:25.483Z] e9a5061849ea: Waiting [2020-10-23T16:34:25.483Z] d747dcd14b5f: Waiting [2020-10-23T16:34:25.483Z] 2de7ff778b66: Waiting [2020-10-23T16:34:25.483Z] 0d9ebad4ef96: Waiting [2020-10-23T16:34:25.483Z] 9712f1f96733: Verifying Checksum [2020-10-23T16:34:25.483Z] 9712f1f96733: Download complete [2020-10-23T16:34:27.420Z] 63f879dbbcfc: Verifying Checksum [2020-10-23T16:34:27.420Z] 63f879dbbcfc: Download complete [2020-10-23T16:34:27.420Z] e9a5061849ea: Verifying Checksum [2020-10-23T16:34:27.420Z] e9a5061849ea: Download complete [2020-10-23T16:34:27.420Z] d747dcd14b5f: Verifying Checksum [2020-10-23T16:34:27.420Z] d747dcd14b5f: Download complete [2020-10-23T16:34:27.420Z] 2de7ff778b66: Verifying Checksum [2020-10-23T16:34:27.420Z] 2de7ff778b66: Download complete [2020-10-23T16:34:28.000Z] 0d9ebad4ef96: Verifying Checksum [2020-10-23T16:34:28.000Z] 0d9ebad4ef96: Download complete [2020-10-23T16:34:28.263Z] ab5ef0e58194: Verifying Checksum [2020-10-23T16:34:28.263Z] ab5ef0e58194: Download complete [2020-10-23T16:34:33.606Z] ab5ef0e58194: Pull complete [2020-10-23T16:34:33.606Z] 9712f1f96733: Pull complete [2020-10-23T16:34:35.536Z] 63f879dbbcfc: Pull complete [2020-10-23T16:34:42.162Z] 0d9ebad4ef96: Pull complete [2020-10-23T16:34:43.553Z] e9a5061849ea: Pull complete [2020-10-23T16:34:43.553Z] d747dcd14b5f: Pull complete [2020-10-23T16:34:46.113Z] 2de7ff778b66: Pull complete [2020-10-23T16:34:46.113Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-23T16:34:46.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T16:34:46.113Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-23T16:34:46.314Z] prd-centos7-docker-4c-2g-8455 does not seem to be running inside a container [2020-10-23T16:34:46.360Z] $ 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-23T16:34:50.245Z] $ docker top 3c8e719502f958c82cb05400b86cb57f52fa9ac60369f590171bd4da8d3240d4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-23T16:34:50.563Z] provisioning config files... [2020-10-23T16:34:50.577Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7695396219029370946tmp [2020-10-23T16:34:50.601Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8789681998255383074tmp [2020-10-23T16:34:50.615Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config337068556043797739tmp [Pipeline] { [Pipeline] echo [2020-10-23T16:34:50.670Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:34:50.964Z] ---> sigul-configuration.sh [2020-10-23T16:34:50.964Z] gpg: directory `/root/.gnupg' created [2020-10-23T16:34:50.964Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-23T16:34:50.964Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-23T16:34:50.964Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-23T16:34:50.964Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-23T16:34:50.964Z] gpg: CAST5 encrypted data [2020-10-23T16:34:51.225Z] gpg: encrypted with 1 passphrase [2020-10-23T16:34:51.225Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-23T16:34:51.521Z] + mkdir /home/jenkins [2020-10-23T16:34:51.521Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-23T16:34:51.817Z] + 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-23T16:34:51.827Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:34:52.121Z] ---> sigul-install.sh [2020-10-23T16:34:57.418Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-23T16:34:57.722Z] + git tag --list [2020-10-23T16:34:57.722Z] v0.0.0 [2020-10-23T16:34:57.722Z] v0.0.1 [2020-10-23T16:34:57.722Z] v0.1.0 [2020-10-23T16:34:57.722Z] v0.1.1 [2020-10-23T16:34:57.722Z] v0.1.10 [2020-10-23T16:34:57.722Z] v0.1.100 [2020-10-23T16:34:57.722Z] v0.1.101 [2020-10-23T16:34:57.722Z] v0.1.102 [2020-10-23T16:34:57.722Z] v0.1.103 [2020-10-23T16:34:57.722Z] v0.1.104 [2020-10-23T16:34:57.722Z] v0.1.105 [2020-10-23T16:34:57.722Z] v0.1.106 [2020-10-23T16:34:57.722Z] v0.1.107 [2020-10-23T16:34:57.722Z] v0.1.108 [2020-10-23T16:34:57.722Z] v0.1.109 [2020-10-23T16:34:57.722Z] v0.1.11 [2020-10-23T16:34:57.722Z] v0.1.110 [2020-10-23T16:34:57.722Z] v0.1.111 [2020-10-23T16:34:57.722Z] v0.1.12 [2020-10-23T16:34:57.722Z] v0.1.13 [2020-10-23T16:34:57.722Z] v0.1.14 [2020-10-23T16:34:57.722Z] v0.1.15 [2020-10-23T16:34:57.722Z] v0.1.16 [2020-10-23T16:34:57.722Z] v0.1.17 [2020-10-23T16:34:57.722Z] v0.1.18 [2020-10-23T16:34:57.722Z] v0.1.19 [2020-10-23T16:34:57.722Z] v0.1.2 [2020-10-23T16:34:57.722Z] v0.1.20 [2020-10-23T16:34:57.722Z] v0.1.21 [2020-10-23T16:34:57.722Z] v0.1.22 [2020-10-23T16:34:57.722Z] v0.1.23 [2020-10-23T16:34:57.722Z] v0.1.24 [2020-10-23T16:34:57.722Z] v0.1.25 [2020-10-23T16:34:57.722Z] v0.1.26 [2020-10-23T16:34:57.722Z] v0.1.27 [2020-10-23T16:34:57.722Z] v0.1.28 [2020-10-23T16:34:57.722Z] v0.1.29 [2020-10-23T16:34:57.722Z] v0.1.3 [2020-10-23T16:34:57.722Z] v0.1.30 [2020-10-23T16:34:57.722Z] v0.1.31 [2020-10-23T16:34:57.722Z] v0.1.32 [2020-10-23T16:34:57.722Z] v0.1.33 [2020-10-23T16:34:57.722Z] v0.1.34 [2020-10-23T16:34:57.722Z] v0.1.35 [2020-10-23T16:34:57.722Z] v0.1.36 [2020-10-23T16:34:57.722Z] v0.1.37 [2020-10-23T16:34:57.722Z] v0.1.38 [2020-10-23T16:34:57.722Z] v0.1.39 [2020-10-23T16:34:57.722Z] v0.1.4 [2020-10-23T16:34:57.722Z] v0.1.40 [2020-10-23T16:34:57.722Z] v0.1.41 [2020-10-23T16:34:57.722Z] v0.1.42 [2020-10-23T16:34:57.722Z] v0.1.43 [2020-10-23T16:34:57.722Z] v0.1.44 [2020-10-23T16:34:57.722Z] v0.1.45 [2020-10-23T16:34:57.722Z] v0.1.46 [2020-10-23T16:34:57.722Z] v0.1.47 [2020-10-23T16:34:57.722Z] v0.1.48 [2020-10-23T16:34:57.722Z] v0.1.49 [2020-10-23T16:34:57.722Z] v0.1.5 [2020-10-23T16:34:57.722Z] v0.1.50 [2020-10-23T16:34:57.722Z] v0.1.51 [2020-10-23T16:34:57.722Z] v0.1.52 [2020-10-23T16:34:57.722Z] v0.1.53 [2020-10-23T16:34:57.722Z] v0.1.54 [2020-10-23T16:34:57.722Z] v0.1.55 [2020-10-23T16:34:57.722Z] v0.1.56 [2020-10-23T16:34:57.722Z] v0.1.57 [2020-10-23T16:34:57.722Z] v0.1.58 [2020-10-23T16:34:57.722Z] v0.1.59 [2020-10-23T16:34:57.722Z] v0.1.6 [2020-10-23T16:34:57.722Z] v0.1.60 [2020-10-23T16:34:57.722Z] v0.1.61 [2020-10-23T16:34:57.722Z] v0.1.62 [2020-10-23T16:34:57.722Z] v0.1.63 [2020-10-23T16:34:57.722Z] v0.1.64 [2020-10-23T16:34:57.722Z] v0.1.65 [2020-10-23T16:34:57.722Z] v0.1.66 [2020-10-23T16:34:57.722Z] v0.1.67 [2020-10-23T16:34:57.722Z] v0.1.68 [2020-10-23T16:34:57.722Z] v0.1.69 [2020-10-23T16:34:57.722Z] v0.1.7 [2020-10-23T16:34:57.722Z] v0.1.70 [2020-10-23T16:34:57.722Z] v0.1.71 [2020-10-23T16:34:57.722Z] v0.1.72 [2020-10-23T16:34:57.722Z] v0.1.73 [2020-10-23T16:34:57.722Z] v0.1.74 [2020-10-23T16:34:57.722Z] v0.1.75 [2020-10-23T16:34:57.722Z] v0.1.76 [2020-10-23T16:34:57.722Z] v0.1.77 [2020-10-23T16:34:57.722Z] v0.1.78 [2020-10-23T16:34:57.722Z] v0.1.79 [2020-10-23T16:34:57.722Z] v0.1.8 [2020-10-23T16:34:57.722Z] v0.1.80 [2020-10-23T16:34:57.722Z] v0.1.81 [2020-10-23T16:34:57.722Z] v0.1.82 [2020-10-23T16:34:57.722Z] v0.1.83 [2020-10-23T16:34:57.722Z] v0.1.84 [2020-10-23T16:34:57.722Z] v0.1.85 [2020-10-23T16:34:57.722Z] v0.1.86 [2020-10-23T16:34:57.722Z] v0.1.87 [2020-10-23T16:34:57.722Z] v0.1.88 [2020-10-23T16:34:57.722Z] v0.1.89 [2020-10-23T16:34:57.722Z] v0.1.9 [2020-10-23T16:34:57.722Z] v0.1.90 [2020-10-23T16:34:57.722Z] v0.1.91 [2020-10-23T16:34:57.722Z] v0.1.92 [2020-10-23T16:34:57.722Z] v0.1.93 [2020-10-23T16:34:57.722Z] v0.1.94 [2020-10-23T16:34:57.722Z] v0.1.95 [2020-10-23T16:34:57.722Z] v0.1.96 [2020-10-23T16:34:57.722Z] v0.1.97 [2020-10-23T16:34:57.722Z] v0.1.98 [2020-10-23T16:34:57.722Z] v0.1.99 [Pipeline] sh [2020-10-23T16:34:58.025Z] + lftools sign git-tag v0.1.111 [2020-10-23T16:34:59.412Z] Signing Git tag with Sigul... [2020-10-23T16:34:59.412Z] Signing v0.1.111 [Pipeline] echo [2020-10-23T16:35:01.244Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:35:01.579Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-23T16:35:01.591Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-23T16:35:01.724Z] $ docker stop --time=1 3c8e719502f958c82cb05400b86cb57f52fa9ac60369f590171bd4da8d3240d4 [2020-10-23T16:35:03.801Z] $ docker rm -f 3c8e719502f958c82cb05400b86cb57f52fa9ac60369f590171bd4da8d3240d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:35:04.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T16:35:04.872Z] . [Pipeline] withDockerContainer [2020-10-23T16:35:04.973Z] prd-centos7-docker-4c-2g-8455 does not seem to be running inside a container [2020-10-23T16:35:05.019Z] $ 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-23T16:35:05.791Z] $ docker top 226b71c9704cf3a6b039efb26a124c2bb2f44901acddabea21098cd0a1385635 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T16:35:07.060Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T16:35:07.060Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T16:35:07.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T16:35:07.288Z] $ docker exec 226b71c9704cf3a6b039efb26a124c2bb2f44901acddabea21098cd0a1385635 ssh-agent [2020-10-23T16:35:07.462Z] SSH_AUTH_SOCK=/tmp/ssh-Io7WPTUo8MSx/agent.11 [2020-10-23T16:35:07.462Z] SSH_AGENT_PID=16 [2020-10-23T16:35:07.469Z] Running ssh-add (command line suppressed) [2020-10-23T16:35:07.599Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1931555949634018662.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1931555949634018662.key) [2020-10-23T16:35:07.657Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T16:35:08.040Z] + git semver bump patch [2020-10-23T16:35:08.040Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T16:35:08.040Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-23T16:35:08.040Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-23T16:35:08.040Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T16:35:08.040Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T16:35:08.040Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T16:35:08.040Z] # $SEMVER_BRANCH = master [2020-10-23T16:35:08.040Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-23T16:35:08.040Z] 0.1.112 [Pipeline] } [2020-10-23T16:35:08.053Z] $ docker exec --env ******** --env ******** 226b71c9704cf3a6b039efb26a124c2bb2f44901acddabea21098cd0a1385635 ssh-agent -k [2020-10-23T16:35:08.183Z] unset SSH_AUTH_SOCK; [2020-10-23T16:35:08.184Z] unset SSH_AGENT_PID; [2020-10-23T16:35:08.184Z] echo Agent pid 16 killed; [2020-10-23T16:35:08.234Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T16:35:08.705Z] + git semver [Pipeline] } [2020-10-23T16:35:08.723Z] $ docker stop --time=1 226b71c9704cf3a6b039efb26a124c2bb2f44901acddabea21098cd0a1385635 [2020-10-23T16:35:10.080Z] $ docker rm -f 226b71c9704cf3a6b039efb26a124c2bb2f44901acddabea21098cd0a1385635 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:35:10.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T16:35:10.646Z] . [Pipeline] withDockerContainer [2020-10-23T16:35:10.758Z] prd-centos7-docker-4c-2g-8455 does not seem to be running inside a container [2020-10-23T16:35:10.809Z] $ 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-23T16:35:11.392Z] $ docker top 027323566c557a593b9cc05f810c9cb05cbfb3c70a7c9dbaa2877d1db1200a47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T16:35:11.723Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T16:35:11.723Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T16:35:11.903Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T16:35:11.909Z] $ docker exec 027323566c557a593b9cc05f810c9cb05cbfb3c70a7c9dbaa2877d1db1200a47 ssh-agent [2020-10-23T16:35:12.082Z] SSH_AUTH_SOCK=/tmp/ssh-4YV4ubAXl5Ru/agent.12 [2020-10-23T16:35:12.082Z] SSH_AGENT_PID=17 [2020-10-23T16:35:12.088Z] Running ssh-add (command line suppressed) [2020-10-23T16:35:12.221Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2516866332184500861.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2516866332184500861.key) [2020-10-23T16:35:12.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T16:35:12.618Z] + git semver push [2020-10-23T16:35:12.618Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T16:35:12.619Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-23T16:35:12.619Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-23T16:35:12.619Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T16:35:12.619Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T16:35:12.619Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T16:35:12.619Z] # $SEMVER_BRANCH = master [2020-10-23T16:35:12.619Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-23T16:35:20.781Z] $ docker exec --env ******** --env ******** 027323566c557a593b9cc05f810c9cb05cbfb3c70a7c9dbaa2877d1db1200a47 ssh-agent -k [2020-10-23T16:35:20.906Z] unset SSH_AUTH_SOCK; [2020-10-23T16:35:20.906Z] unset SSH_AGENT_PID; [2020-10-23T16:35:20.906Z] echo Agent pid 17 killed; [2020-10-23T16:35:20.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T16:35:21.550Z] + git semver [Pipeline] } [2020-10-23T16:35:21.569Z] $ docker stop --time=1 027323566c557a593b9cc05f810c9cb05cbfb3c70a7c9dbaa2877d1db1200a47 [2020-10-23T16:35:22.924Z] $ docker rm -f 027323566c557a593b9cc05f810c9cb05cbfb3c70a7c9dbaa2877d1db1200a47 [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-23T16:35:24.685Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:35:25.250Z] ---> package-listing.sh [2020-10-23T16:35:25.250Z] ++ facter osfamily [2020-10-23T16:35:25.250Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-23T16:35:25.250Z] + OS_FAMILY=redhat [2020-10-23T16:35:25.250Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-23T16:35:25.250Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-23T16:35:25.250Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-23T16:35:25.250Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-23T16:35:25.250Z] + PACKAGES=/tmp/packages_start.txt [2020-10-23T16:35:25.250Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-23T16:35:25.250Z] + PACKAGES=/tmp/packages_end.txt [2020-10-23T16:35:25.250Z] + case "${OS_FAMILY}" in [2020-10-23T16:35:25.250Z] + rpm -qa [2020-10-23T16:35:25.250Z] + sort [2020-10-23T16:35:29.468Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-23T16:35:29.468Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-23T16:35:29.468Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-23T16:35:29.468Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-23T16:35:29.468Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-23T16:35:29.468Z] + 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-23T16:35:29.483Z] 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-23T16:35:29.774Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:35:30.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T16:35:30.081Z] [2020-10-23T16:35:30.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-23T16:35:30.451Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T16:35:30.451Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-23T16:35:30.451Z] df20fa9351a1: Pulling fs layer [2020-10-23T16:35:30.451Z] 36b3adc4ff6f: Pulling fs layer [2020-10-23T16:35:30.451Z] 8ad3a11d3b57: Pulling fs layer [2020-10-23T16:35:30.451Z] 46f8f816bc3b: Pulling fs layer [2020-10-23T16:35:30.451Z] 93b61091891f: Pulling fs layer [2020-10-23T16:35:30.451Z] 93b9cdb0e59b: Pulling fs layer [2020-10-23T16:35:30.451Z] 5e14af77c1be: Pulling fs layer [2020-10-23T16:35:30.451Z] 01666e4c0597: Pulling fs layer [2020-10-23T16:35:30.451Z] aa168da1d23b: Pulling fs layer [2020-10-23T16:35:30.451Z] 93b9cdb0e59b: Waiting [2020-10-23T16:35:30.451Z] 5e14af77c1be: Waiting [2020-10-23T16:35:30.451Z] 01666e4c0597: Waiting [2020-10-23T16:35:30.451Z] aa168da1d23b: Waiting [2020-10-23T16:35:30.451Z] 46f8f816bc3b: Waiting [2020-10-23T16:35:30.451Z] 93b61091891f: Waiting [2020-10-23T16:35:30.451Z] 36b3adc4ff6f: Download complete [2020-10-23T16:35:30.451Z] 46f8f816bc3b: Verifying Checksum [2020-10-23T16:35:30.451Z] 46f8f816bc3b: Download complete [2020-10-23T16:35:30.451Z] df20fa9351a1: Verifying Checksum [2020-10-23T16:35:30.451Z] df20fa9351a1: Download complete [2020-10-23T16:35:30.718Z] 93b9cdb0e59b: Verifying Checksum [2020-10-23T16:35:30.718Z] 93b9cdb0e59b: Download complete [2020-10-23T16:35:30.718Z] 5e14af77c1be: Verifying Checksum [2020-10-23T16:35:30.718Z] 5e14af77c1be: Download complete [2020-10-23T16:35:30.718Z] 93b61091891f: Download complete [2020-10-23T16:35:30.718Z] 01666e4c0597: Verifying Checksum [2020-10-23T16:35:30.718Z] 01666e4c0597: Download complete [2020-10-23T16:35:30.718Z] 8ad3a11d3b57: Verifying Checksum [2020-10-23T16:35:30.718Z] 8ad3a11d3b57: Download complete [2020-10-23T16:35:31.298Z] df20fa9351a1: Pull complete [2020-10-23T16:35:31.560Z] 36b3adc4ff6f: Pull complete [2020-10-23T16:35:32.518Z] aa168da1d23b: Verifying Checksum [2020-10-23T16:35:32.518Z] aa168da1d23b: Download complete [2020-10-23T16:35:32.780Z] 8ad3a11d3b57: Pull complete [2020-10-23T16:35:32.780Z] 46f8f816bc3b: Pull complete [2020-10-23T16:35:33.367Z] 93b61091891f: Pull complete [2020-10-23T16:35:33.367Z] 93b9cdb0e59b: Pull complete [2020-10-23T16:35:33.367Z] 5e14af77c1be: Pull complete [2020-10-23T16:35:33.633Z] 01666e4c0597: Pull complete [2020-10-23T16:35:40.249Z] aa168da1d23b: Pull complete [2020-10-23T16:35:40.249Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-23T16:35:40.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T16:35:40.249Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-23T16:35:40.364Z] prd-centos7-docker-4c-2g-8455 does not seem to be running inside a container [2020-10-23T16:35:40.410Z] $ 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-23T16:35:43.368Z] $ docker top 8c50fe84df936727c2872babc754ae240c95ae665e2894ca5bbdac534652b462 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T16:35:43.906Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-23T16:35:44.207Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-23T16:35:44.503Z] + ls /var/log/sa-host [2020-10-23T16:35:44.503Z] + sadf -c /var/log/sa-host/sa05 [2020-10-23T16:35:44.503Z] file_magic: OK [2020-10-23T16:35:44.503Z] HZ: Using current value: 100 [2020-10-23T16:35:44.503Z] file_header: OK [2020-10-23T16:35:44.503Z] 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-23T16:35:44.503Z] Statistics: [2020-10-23T16:35:44.503Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T16:35:44.503Z] File successfully converted to sysstat format version 12.2.1 [2020-10-23T16:35:44.503Z] + sadf -c /var/log/sa-host/sa23 [2020-10-23T16:35:44.503Z] file_magic: OK [2020-10-23T16:35:44.503Z] HZ: Using current value: 100 [2020-10-23T16:35:44.503Z] file_header: OK [2020-10-23T16:35:44.503Z] 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-23T16:35:44.503Z] Statistics: [2020-10-23T16:35:44.503Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T16:35:44.503Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-23T16:35:45.136Z] provisioning config files... [2020-10-23T16:35:45.149Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5726458015161795308tmp [Pipeline] { [Pipeline] echo [2020-10-23T16:35:45.279Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:35:45.575Z] ---> create-netrc.sh [Pipeline] } [2020-10-23T16:35:45.585Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-23T16:35:45.678Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:35:46.056Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-23T16:35:46.090Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:35:46.418Z] ---> sudo-logs.sh [2020-10-23T16:35:46.418Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-23T16:35:46.428Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:35:46.722Z] ---> job-cost.sh [2020-10-23T16:35:46.722Z] lf-activate-venv: SKIPPING [2020-10-23T16:35:46.722Z] INFO: No Stack... [2020-10-23T16:35:48.109Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-23T16:35:48.371Z] INFO: Archiving Costs [Pipeline] echo [2020-10-23T16:35:48.385Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T16:35:48.680Z] ---> logs-deploy.sh [2020-10-23T16:35:48.680Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/77 [2020-10-23T16:35:48.680Z] INFO: archiving workspace using pattern(s): [2020-10-23T16:35:50.598Z] Archives upload complete. [2020-10-23T16:35:50.598Z] INFO: archiving logs to Nexus