Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 48da11d07878ee2720e4af4b3def0aa4b0dd4fab 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-6218 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 Checking out Revision 48da11d07878ee2720e4af4b3def0aa4b0dd4fab (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 48da11d07878ee2720e4af4b3def0aa4b0dd4fab # timeout=10 Commit message: "Merge pull request #352 from weichou1229/issue-350-2" > git rev-list --no-walk 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T07:19:52.697Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T07:19:52.989Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T07:19:53.099Z] ========================================================= [2020-10-19T07:19:53.099Z] EdgeX Global Pipelines Version Info [2020-10-19T07:19:53.099Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:19:55.508Z] ------------------- [2020-10-19T07:19:55.508Z] stable info: [2020-10-19T07:19:55.508Z] ------------------- [2020-10-19T07:19:55.508Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:19:55.508Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:19:55.508Z] Message: update stable to v1.0.144 [2020-10-19T07:19:56.093Z] ------------------- [2020-10-19T07:19:56.093Z] experimental info: [2020-10-19T07:19:56.093Z] ------------------- [2020-10-19T07:19:56.093Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:19:56.093Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:19:56.093Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T07:19:56.514Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-19T07:19:56.613Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-19T07:19:56.759Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T07:19:56.853Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T07:19:56.946Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T07:19:57.097Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T07:19:57.198Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T07:19:57.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T07:19:57.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T07:19:57.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T07:19:57.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T07:19:57.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-19T07:19:57.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T07:19:57.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T07:19:58.032Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:19:58.124Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:19:58.219Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:19:58.315Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:19:58.406Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-19T07:19:58.513Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T07:19:58.605Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T07:19:58.697Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T07:19:58.792Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T07:19:58.884Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T07:19:58.978Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-19T07:19:59.068Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-19T07:19:59.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-19T07:19:59.278Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-19T07:19:59.370Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 48da11d07878ee2720e4af4b3def0aa4b0dd4fab [Pipeline] echo [2020-10-19T07:19:59.543Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 48da11d [Pipeline] echo [2020-10-19T07:19:59.637Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:20:00.298Z] + git log --format=format:%s -1 48da11d07878ee2720e4af4b3def0aa4b0dd4fab [Pipeline] echo [2020-10-19T07:20:00.394Z] GIT_COMMIT: 48da11d07878ee2720e4af4b3def0aa4b0dd4fab, Commit Message: Merge pull request #352 from weichou1229/issue-350-2 [Pipeline] echo [2020-10-19T07:20:00.439Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:20:01.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:20:01.555Z] [2020-10-19T07:20:01.555Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:20:02.096Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:20:02.096Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T07:20:02.096Z] 31603596830f: Pulling fs layer [2020-10-19T07:20:02.096Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T07:20:02.096Z] 6ca5941a6612: Pulling fs layer [2020-10-19T07:20:02.096Z] ecc8261a40a4: Pulling fs layer [2020-10-19T07:20:02.096Z] ecc8261a40a4: Waiting [2020-10-19T07:20:02.452Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T07:20:02.452Z] 2a8b12db71e7: Download complete [2020-10-19T07:20:03.173Z] 31603596830f: Verifying Checksum [2020-10-19T07:20:03.173Z] 31603596830f: Download complete [2020-10-19T07:20:03.477Z] ecc8261a40a4: Verifying Checksum [2020-10-19T07:20:03.477Z] ecc8261a40a4: Download complete [2020-10-19T07:20:03.800Z] 31603596830f: Pull complete [2020-10-19T07:20:03.800Z] 2a8b12db71e7: Pull complete [2020-10-19T07:20:03.800Z] 6ca5941a6612: Verifying Checksum [2020-10-19T07:20:03.800Z] 6ca5941a6612: Download complete [2020-10-19T07:20:05.219Z] 6ca5941a6612: Pull complete [2020-10-19T07:20:05.219Z] ecc8261a40a4: Pull complete [2020-10-19T07:20:05.219Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T07:20:05.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:20:05.219Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T07:20:05.482Z] prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container [2020-10-19T07:20:05.611Z] $ 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-19T07:20:08.095Z] $ docker top f1bcba97397a7fac9542a7353d298b36d8744f5ce1e9bae7e2889196767c0a68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:20:08.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:20:08.524Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:20:08.894Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:20:08.900Z] $ docker exec f1bcba97397a7fac9542a7353d298b36d8744f5ce1e9bae7e2889196767c0a68 ssh-agent [2020-10-19T07:20:09.216Z] SSH_AUTH_SOCK=/tmp/ssh-ZdeY8A4NgsWy/agent.13 [2020-10-19T07:20:09.216Z] SSH_AGENT_PID=18 [2020-10-19T07:20:09.236Z] Running ssh-add (command line suppressed) [2020-10-19T07:20:09.504Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6459342668206531165.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6459342668206531165.key) [2020-10-19T07:20:09.587Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:20:10.012Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T07:20:10.084Z] $ docker exec --env ******** --env ******** f1bcba97397a7fac9542a7353d298b36d8744f5ce1e9bae7e2889196767c0a68 ssh-agent -k [2020-10-19T07:20:10.346Z] unset SSH_AUTH_SOCK; [2020-10-19T07:20:10.347Z] unset SSH_AGENT_PID; [2020-10-19T07:20:10.347Z] echo Agent pid 18 killed; [2020-10-19T07:20:10.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T07:20:10.611Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:20:10.611Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:20:10.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:20:10.943Z] $ docker exec f1bcba97397a7fac9542a7353d298b36d8744f5ce1e9bae7e2889196767c0a68 ssh-agent [2020-10-19T07:20:11.198Z] SSH_AUTH_SOCK=/tmp/ssh-MVGNu3zUSfr6/agent.46 [2020-10-19T07:20:11.198Z] SSH_AGENT_PID=51 [2020-10-19T07:20:11.206Z] Running ssh-add (command line suppressed) [2020-10-19T07:20:11.419Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8404728196305794531.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8404728196305794531.key) [2020-10-19T07:20:11.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:20:12.038Z] + git semver init [2020-10-19T07:20:12.038Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:20:12.038Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-19T07:20:12.038Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-19T07:20:12.038Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:20:12.038Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:20:12.038Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:20:12.038Z] # $SEMVER_BRANCH = master [2020-10-19T07:20:12.038Z] # $SEMVER_TEMP = /tmp/semver-348633956 [2020-10-19T07:20:12.038Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-19T07:20:13.048Z] # '/tmp/semver-348633956' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-19T07:20:13.048Z] # -> Force: false [2020-10-19T07:20:13.048Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-19T07:20:13.072Z] $ docker exec --env ******** --env ******** f1bcba97397a7fac9542a7353d298b36d8744f5ce1e9bae7e2889196767c0a68 ssh-agent -k [2020-10-19T07:20:13.318Z] unset SSH_AUTH_SOCK; [2020-10-19T07:20:13.319Z] unset SSH_AGENT_PID; [2020-10-19T07:20:13.319Z] echo Agent pid 51 killed; [2020-10-19T07:20:13.452Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:20:14.036Z] + git semver [Pipeline] } [2020-10-19T07:20:14.104Z] $ docker stop --time=1 f1bcba97397a7fac9542a7353d298b36d8744f5ce1e9bae7e2889196767c0a68 [2020-10-19T07:20:16.081Z] $ docker rm -f f1bcba97397a7fac9542a7353d298b36d8744f5ce1e9bae7e2889196767c0a68 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T07:20:16.657Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T07:20:17.364Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T07:20:17.367Z] [edgeXSemver]: initialized semver on version 0.1.103 [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-19T07:20:18.146Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6216 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-19T07:20:18.200Z] Running in /w/workspace/go-mod-core-contracts/69 [Pipeline] { [Pipeline] checkout [2020-10-19T07:20:23.080Z] using credential edgex-jenkins-ssh [2020-10-19T07:20:23.142Z] Cloning the remote Git repository [2020-10-19T07:20:23.238Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T07:20:23.349Z] > git init /w/workspace/go-mod-core-contracts/69 # timeout=10 [2020-10-19T07:20:23.425Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T07:20:23.426Z] > git --version # timeout=10 [2020-10-19T07:20:23.446Z] > git --version # 'git version 2.17.1' [2020-10-19T07:20:23.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:20:23.521Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:20:24.357Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T07:20:24.378Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:20:24.408Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T07:20:24.446Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T07:20:24.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:20:24.460Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:20:24.937Z] Checking out Revision 48da11d07878ee2720e4af4b3def0aa4b0dd4fab (master) [2020-10-19T07:20:24.994Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:20:25.015Z] > git checkout -f 48da11d07878ee2720e4af4b3def0aa4b0dd4fab # timeout=10 [2020-10-19T07:20:29.384Z] Commit message: "Merge pull request #352 from weichou1229/issue-350-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:20:30.370Z] ========================================================= [2020-10-19T07:20:30.370Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T07:20:30.370Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:20:31.287Z] + 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-19T07:20:32.271Z] Sending build context to Docker daemon 1.75MB [2020-10-19T07:20:32.271Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T07:20:32.271Z] Step 2/7 : FROM ${BASE} [2020-10-19T07:20:32.559Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T07:20:32.559Z] b538f80385f9: Pulling fs layer [2020-10-19T07:20:32.559Z] 74f711af9a0d: Pulling fs layer [2020-10-19T07:20:32.559Z] 99f96fe45779: Pulling fs layer [2020-10-19T07:20:32.559Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T07:20:32.559Z] 45590311c82a: Pulling fs layer [2020-10-19T07:20:32.559Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T07:20:32.559Z] 209524e5b208: Pulling fs layer [2020-10-19T07:20:32.559Z] 209524e5b208: Waiting [2020-10-19T07:20:32.559Z] 45590311c82a: Waiting [2020-10-19T07:20:32.559Z] 69ca0ff8b7b3: Waiting [2020-10-19T07:20:32.559Z] 8529a6b9a6be: Waiting [2020-10-19T07:20:32.559Z] 99f96fe45779: Download complete [2020-10-19T07:20:32.559Z] 74f711af9a0d: Verifying Checksum [2020-10-19T07:20:32.559Z] 74f711af9a0d: Download complete [2020-10-19T07:20:32.559Z] 45590311c82a: Verifying Checksum [2020-10-19T07:20:32.559Z] 45590311c82a: Download complete [2020-10-19T07:20:32.559Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T07:20:32.559Z] 69ca0ff8b7b3: Download complete [2020-10-19T07:20:32.559Z] b538f80385f9: Verifying Checksum [2020-10-19T07:20:32.559Z] b538f80385f9: Download complete [2020-10-19T07:20:32.939Z] Still waiting to schedule task [2020-10-19T07:20:32.939Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T07:20:33.175Z] b538f80385f9: Pull complete [2020-10-19T07:20:33.782Z] 74f711af9a0d: Pull complete [2020-10-19T07:20:34.387Z] 99f96fe45779: Pull complete [2020-10-19T07:20:35.374Z] 209524e5b208: Verifying Checksum [2020-10-19T07:20:35.374Z] 209524e5b208: Download complete [2020-10-19T07:20:36.817Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T07:20:36.817Z] 8529a6b9a6be: Download complete [2020-10-19T07:20:46.985Z] 8529a6b9a6be: Pull complete [2020-10-19T07:20:47.266Z] 45590311c82a: Pull complete [2020-10-19T07:20:47.545Z] 69ca0ff8b7b3: Pull complete [2020-10-19T07:20:51.890Z] 209524e5b208: Pull complete [2020-10-19T07:20:51.890Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T07:20:51.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T07:20:51.890Z] ---> 5bddaf1c2fca [2020-10-19T07:20:51.890Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T07:20:53.878Z] ---> Running in a29643c62aad [2020-10-19T07:20:54.480Z] Removing intermediate container a29643c62aad [2020-10-19T07:20:54.480Z] ---> 227ff64a2773 [2020-10-19T07:20:54.480Z] Step 4/7 : RUN apk add bash [2020-10-19T07:20:54.480Z] ---> Running in 3054b01c601b [2020-10-19T07:20:56.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:20:57.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:20:58.043Z] OK: 142 MiB in 39 packages [2020-10-19T07:20:59.024Z] Removing intermediate container 3054b01c601b [2020-10-19T07:20:59.024Z] ---> 77ea4ad93be6 [2020-10-19T07:20:59.024Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T07:20:59.297Z] ---> Running in e96aa00bef7a [2020-10-19T07:20:59.571Z] Removing intermediate container e96aa00bef7a [2020-10-19T07:20:59.571Z] ---> 88fc1244b079 [2020-10-19T07:20:59.571Z] Step 6/7 : COPY go.mod . [2020-10-19T07:21:00.170Z] ---> e9acb209c5d3 [2020-10-19T07:21:00.170Z] Step 7/7 : RUN go mod download [2020-10-19T07:21:00.450Z] ---> Running in e3685718e315 [2020-10-19T07:21:15.529Z] Removing intermediate container e3685718e315 [2020-10-19T07:21:15.529Z] ---> be8baffaf78c [2020-10-19T07:21:15.529Z] Successfully built be8baffaf78c [2020-10-19T07:21:15.529Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:21:15.939Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:21:15.939Z] . [Pipeline] withDockerContainer [2020-10-19T07:21:16.214Z] prd-ubuntu18.04-docker-arm64-4c-16g-6216 does not seem to be running inside a container [2020-10-19T07:21:16.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/69 -v /w/workspace/go-mod-core-contracts/69:/w/workspace/go-mod-core-contracts/69:rw,z -v /w/workspace/go-mod-core-contracts/69@tmp:/w/workspace/go-mod-core-contracts/69@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-19T07:21:18.242Z] $ docker top e4b3f2c7b08d243e8a1f57753c8e6cbe267513ac7b92e53001ddf3689fdae4e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:21:19.636Z] + go version [2020-10-19T07:21:19.636Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T07:21:19.699Z] $ docker stop --time=1 e4b3f2c7b08d243e8a1f57753c8e6cbe267513ac7b92e53001ddf3689fdae4e0 [2020-10-19T07:21:21.572Z] $ docker rm -f e4b3f2c7b08d243e8a1f57753c8e6cbe267513ac7b92e53001ddf3689fdae4e0 [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-19T07:23:41.407Z] Running on prd-centos7-docker-4c-2g-6219 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-19T07:23:41.471Z] Running in /w/workspace/go-mod-core-contracts/69 [Pipeline] { [Pipeline] checkout [2020-10-19T07:23:48.025Z] using credential edgex-jenkins-ssh [2020-10-19T07:23:48.082Z] Cloning the remote Git repository [2020-10-19T07:23:48.152Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T07:23:48.256Z] > git init /w/workspace/go-mod-core-contracts/69 # timeout=10 [2020-10-19T07:23:48.362Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T07:23:48.363Z] > git --version # timeout=10 [2020-10-19T07:23:48.424Z] > git --version # 'git version 2.16.5' [2020-10-19T07:23:48.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:23:48.563Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:23:49.791Z] Checking out Revision 48da11d07878ee2720e4af4b3def0aa4b0dd4fab (master) [2020-10-19T07:23:49.303Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T07:23:49.326Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:23:49.357Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T07:23:49.396Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T07:23:49.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:23:49.413Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:23:49.811Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:23:49.860Z] > git checkout -f 48da11d07878ee2720e4af4b3def0aa4b0dd4fab # timeout=10 [2020-10-19T07:23:54.039Z] Commit message: "Merge pull request #352 from weichou1229/issue-350-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:23:55.004Z] ========================================================= [2020-10-19T07:23:55.004Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T07:23:55.004Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:23:55.998Z] + 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-19T07:23:56.634Z] Sending build context to Docker daemon 1.75MB [2020-10-19T07:23:56.634Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T07:23:56.634Z] Step 2/7 : FROM ${BASE} [2020-10-19T07:23:56.907Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T07:23:56.907Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:23:56.907Z] ed8968b2872e: Pulling fs layer [2020-10-19T07:23:56.908Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T07:23:56.908Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T07:23:56.908Z] e73272ec9a57: Pulling fs layer [2020-10-19T07:23:56.908Z] 1e910a182e73: Pulling fs layer [2020-10-19T07:23:56.908Z] 4e634b169226: Pulling fs layer [2020-10-19T07:23:56.908Z] e73272ec9a57: Waiting [2020-10-19T07:23:56.908Z] 1e910a182e73: Waiting [2020-10-19T07:23:56.908Z] 4e634b169226: Waiting [2020-10-19T07:23:56.908Z] e871e8e8d7a9: Waiting [2020-10-19T07:23:56.908Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T07:23:56.908Z] a92cc7c5fd73: Download complete [2020-10-19T07:23:56.908Z] ed8968b2872e: Download complete [2020-10-19T07:23:56.908Z] e73272ec9a57: Verifying Checksum [2020-10-19T07:23:56.908Z] e73272ec9a57: Download complete [2020-10-19T07:23:56.908Z] 1e910a182e73: Verifying Checksum [2020-10-19T07:23:56.908Z] 1e910a182e73: Download complete [2020-10-19T07:23:57.528Z] df20fa9351a1: Download complete [2020-10-19T07:23:58.142Z] df20fa9351a1: Pull complete [2020-10-19T07:23:58.142Z] ed8968b2872e: Pull complete [2020-10-19T07:23:58.417Z] a92cc7c5fd73: Pull complete [2020-10-19T07:24:02.877Z] 4e634b169226: Verifying Checksum [2020-10-19T07:24:02.877Z] 4e634b169226: Download complete [2020-10-19T07:24:07.686Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T07:24:07.686Z] e871e8e8d7a9: Download complete [2020-10-19T07:24:16.316Z] e871e8e8d7a9: Pull complete [2020-10-19T07:24:16.316Z] e73272ec9a57: Pull complete [2020-10-19T07:24:16.316Z] 1e910a182e73: Pull complete [2020-10-19T07:24:19.708Z] 4e634b169226: Pull complete [2020-10-19T07:24:19.708Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T07:24:19.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T07:24:19.708Z] ---> f7629b54cfaa [2020-10-19T07:24:19.708Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T07:24:19.994Z] ---> Running in c44ac3febbf0 [2020-10-19T07:24:20.293Z] Removing intermediate container c44ac3febbf0 [2020-10-19T07:24:20.293Z] ---> 616ea7a7e7f6 [2020-10-19T07:24:20.293Z] Step 4/7 : RUN apk add bash [2020-10-19T07:24:20.560Z] ---> Running in d5280f7166c6 [2020-10-19T07:24:21.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:24:22.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:24:23.189Z] OK: 166 MiB in 39 packages [2020-10-19T07:24:23.805Z] Removing intermediate container d5280f7166c6 [2020-10-19T07:24:23.805Z] ---> 4066d48e79ce [2020-10-19T07:24:23.805Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T07:24:23.805Z] ---> Running in e90f9ed3eaec [2020-10-19T07:24:24.080Z] Removing intermediate container e90f9ed3eaec [2020-10-19T07:24:24.080Z] ---> d6963d62844d [2020-10-19T07:24:24.080Z] Step 6/7 : COPY go.mod . [2020-10-19T07:24:24.358Z] ---> 0e037478b6c7 [2020-10-19T07:24:24.358Z] Step 7/7 : RUN go mod download [2020-10-19T07:24:24.358Z] ---> Running in 1219b43cc860 [2020-10-19T07:24:36.814Z] Removing intermediate container 1219b43cc860 [2020-10-19T07:24:36.814Z] ---> f3dbe722598f [2020-10-19T07:24:36.814Z] Successfully built f3dbe722598f [2020-10-19T07:24:36.814Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:24:37.274Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:24:37.295Z] . [Pipeline] withDockerContainer [2020-10-19T07:24:37.505Z] prd-centos7-docker-4c-2g-6219 does not seem to be running inside a container [2020-10-19T07:24:37.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/69 -v /w/workspace/go-mod-core-contracts/69:/w/workspace/go-mod-core-contracts/69:rw,z -v /w/workspace/go-mod-core-contracts/69@tmp:/w/workspace/go-mod-core-contracts/69@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-19T07:24:38.936Z] $ docker top 688d790ed297dee0939c18ca61209f19fc5a2db5ecbbe4d9becd21be38abdf1d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:24:39.676Z] + go version [2020-10-19T07:24:39.677Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T07:24:39.768Z] $ docker stop --time=1 688d790ed297dee0939c18ca61209f19fc5a2db5ecbbe4d9becd21be38abdf1d [2020-10-19T07:24:41.400Z] $ docker rm -f 688d790ed297dee0939c18ca61209f19fc5a2db5ecbbe4d9becd21be38abdf1d [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-19T07:24:45.849Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-19T07:24:45.851Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-19T07:24:45.903Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:24:46.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:24:46.562Z] [2020-10-19T07:24:46.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:24:46.999Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:24:47.000Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-19T07:24:47.000Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-19T07:24:47.000Z] 408f87550127: Pulling fs layer [2020-10-19T07:24:47.000Z] fe522b08c979: Pulling fs layer [2020-10-19T07:24:47.000Z] 221eaa008020: Pulling fs layer [2020-10-19T07:24:47.000Z] 2a4607e5d6b9: Pulling fs layer [2020-10-19T07:24:47.000Z] 8f79b27c4fd2: Pulling fs layer [2020-10-19T07:24:47.000Z] e5c8dbe1645b: Pulling fs layer [2020-10-19T07:24:47.000Z] 23e8b3b47431: Pulling fs layer [2020-10-19T07:24:47.000Z] 5c568d65a230: Pulling fs layer [2020-10-19T07:24:47.000Z] 221eaa008020: Waiting [2020-10-19T07:24:47.000Z] 2a4607e5d6b9: Waiting [2020-10-19T07:24:47.000Z] 8f79b27c4fd2: Waiting [2020-10-19T07:24:47.000Z] e5c8dbe1645b: Waiting [2020-10-19T07:24:47.000Z] 5c568d65a230: Waiting [2020-10-19T07:24:47.000Z] 23e8b3b47431: Waiting [2020-10-19T07:24:47.000Z] fe522b08c979: Download complete [2020-10-19T07:24:47.000Z] 408f87550127: Download complete [2020-10-19T07:24:47.000Z] 2a4607e5d6b9: Verifying Checksum [2020-10-19T07:24:47.000Z] 2a4607e5d6b9: Download complete [2020-10-19T07:24:47.283Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-19T07:24:47.283Z] cbdbe7a5bc2a: Download complete [2020-10-19T07:24:47.283Z] 8f79b27c4fd2: Verifying Checksum [2020-10-19T07:24:47.283Z] 8f79b27c4fd2: Download complete [2020-10-19T07:24:48.315Z] cbdbe7a5bc2a: Pull complete [2020-10-19T07:24:48.315Z] 408f87550127: Pull complete [2020-10-19T07:24:48.939Z] fe522b08c979: Pull complete [2020-10-19T07:24:49.580Z] e5c8dbe1645b: Verifying Checksum [2020-10-19T07:24:49.580Z] e5c8dbe1645b: Download complete [2020-10-19T07:24:51.049Z] 23e8b3b47431: Verifying Checksum [2020-10-19T07:24:51.049Z] 23e8b3b47431: Download complete [2020-10-19T07:24:52.568Z] 5c568d65a230: Verifying Checksum [2020-10-19T07:24:52.568Z] 5c568d65a230: Download complete [2020-10-19T07:24:54.647Z] 221eaa008020: Download complete [2020-10-19T07:25:07.263Z] 221eaa008020: Pull complete [2020-10-19T07:25:07.263Z] 2a4607e5d6b9: Pull complete [2020-10-19T07:25:07.263Z] 8f79b27c4fd2: Pull complete [2020-10-19T07:25:10.664Z] e5c8dbe1645b: Pull complete [2020-10-19T07:25:13.277Z] 23e8b3b47431: Pull complete [2020-10-19T07:25:15.299Z] 5c568d65a230: Pull complete [2020-10-19T07:25:15.299Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-19T07:25:15.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:25:15.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-19T07:25:15.589Z] prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container [2020-10-19T07:25:15.697Z] $ 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-19T07:25:17.604Z] $ docker top f36cb408741132e97a517577bcba35ea32ba4b5e91733f8334711bb6510921e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:25:18.119Z] + snyk monitor '--org=edgex-jenkins' [2020-10-19T07:25:26.363Z] [2020-10-19T07:25:26.363Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-19T07:25:26.363Z] [2020-10-19T07:25:26.363Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/bd0a0b49-824f-48c7-8a66-e2391f3d0bef [2020-10-19T07:25:26.363Z] [2020-10-19T07:25:26.363Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-19T07:25:26.363Z] [2020-10-19T07:25:26.363Z] [2020-10-19T07:25:26.363Z] Snyk CLI supports Node.js 8 and higher. [2020-10-19T07:25:26.363Z] 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-19T07:25:26.363Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-19T07:25:26.363Z] [2020-10-19T07:25:26.363Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-19T07:25:26.363Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-19T07:25:26.363Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-19T07:25:26.363Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-19T07:25:26.386Z] $ docker stop --time=1 f36cb408741132e97a517577bcba35ea32ba4b5e91733f8334711bb6510921e6 [2020-10-19T07:25:29.233Z] $ docker rm -f f36cb408741132e97a517577bcba35ea32ba4b5e91733f8334711bb6510921e6 [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-19T07:25:31.804Z] + git log --format=format:%s -1 48da11d07878ee2720e4af4b3def0aa4b0dd4fab [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:25:32.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:25:32.149Z] . [Pipeline] withDockerContainer [2020-10-19T07:25:32.337Z] prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container [2020-10-19T07:25:32.549Z] $ 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-19T07:25:33.609Z] $ docker top 25d21ae3757a6e8fdfb682014b89988007747770a6be64d1f64ceec093b20dba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:25:34.060Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:25:34.060Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:25:34.522Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:25:34.530Z] $ docker exec 25d21ae3757a6e8fdfb682014b89988007747770a6be64d1f64ceec093b20dba ssh-agent [2020-10-19T07:25:34.872Z] SSH_AUTH_SOCK=/tmp/ssh-MssGiJzEMDqm/agent.12 [2020-10-19T07:25:34.872Z] SSH_AGENT_PID=18 [2020-10-19T07:25:34.907Z] Running ssh-add (command line suppressed) [2020-10-19T07:25:35.118Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1007018606983749881.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1007018606983749881.key) [2020-10-19T07:25:35.214Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:25:35.894Z] + git semver tag [2020-10-19T07:25:35.894Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:25:35.894Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-19T07:25:35.894Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-19T07:25:35.894Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:25:35.894Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:25:35.895Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:25:35.895Z] # $SEMVER_BRANCH = master [2020-10-19T07:25:35.895Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-19T07:25:35.895Z] # 48da11d07878ee2720e4af4b3def0aa4b0dd4fab HEAD [2020-10-19T07:25:36.177Z] # -> Force: false [2020-10-19T07:25:36.177Z] # 54485afbb04433926c854634dee0f0cf56805a00 refs/tags/v0.1.103 [Pipeline] } [2020-10-19T07:25:36.209Z] $ docker exec --env ******** --env ******** 25d21ae3757a6e8fdfb682014b89988007747770a6be64d1f64ceec093b20dba ssh-agent -k [2020-10-19T07:25:36.448Z] unset SSH_AUTH_SOCK; [2020-10-19T07:25:36.449Z] unset SSH_AGENT_PID; [2020-10-19T07:25:36.449Z] echo Agent pid 18 killed; [2020-10-19T07:25:36.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:25:37.375Z] + git semver [Pipeline] } [2020-10-19T07:25:37.408Z] $ docker stop --time=1 25d21ae3757a6e8fdfb682014b89988007747770a6be64d1f64ceec093b20dba [2020-10-19T07:25:38.976Z] $ docker rm -f 25d21ae3757a6e8fdfb682014b89988007747770a6be64d1f64ceec093b20dba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:25:39.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:25:39.748Z] [2020-10-19T07:25:39.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:25:40.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:25:40.393Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-19T07:25:40.393Z] ab5ef0e58194: Pulling fs layer [2020-10-19T07:25:40.393Z] 9712f1f96733: Pulling fs layer [2020-10-19T07:25:40.393Z] 63f879dbbcfc: Pulling fs layer [2020-10-19T07:25:40.393Z] 0d9ebad4ef96: Pulling fs layer [2020-10-19T07:25:40.393Z] e9a5061849ea: Pulling fs layer [2020-10-19T07:25:40.393Z] d747dcd14b5f: Pulling fs layer [2020-10-19T07:25:40.393Z] 2de7ff778b66: Pulling fs layer [2020-10-19T07:25:40.393Z] 0d9ebad4ef96: Waiting [2020-10-19T07:25:40.393Z] e9a5061849ea: Waiting [2020-10-19T07:25:40.393Z] d747dcd14b5f: Waiting [2020-10-19T07:25:40.393Z] 2de7ff778b66: Waiting [2020-10-19T07:25:40.393Z] 9712f1f96733: Verifying Checksum [2020-10-19T07:25:40.393Z] 9712f1f96733: Download complete [2020-10-19T07:25:44.911Z] 63f879dbbcfc: Download complete [2020-10-19T07:25:44.911Z] e9a5061849ea: Verifying Checksum [2020-10-19T07:25:44.911Z] e9a5061849ea: Download complete [2020-10-19T07:25:44.911Z] d747dcd14b5f: Verifying Checksum [2020-10-19T07:25:44.911Z] d747dcd14b5f: Download complete [2020-10-19T07:25:47.117Z] 2de7ff778b66: Verifying Checksum [2020-10-19T07:25:47.117Z] 2de7ff778b66: Download complete [2020-10-19T07:25:47.117Z] 0d9ebad4ef96: Verifying Checksum [2020-10-19T07:25:47.117Z] 0d9ebad4ef96: Download complete [2020-10-19T07:25:47.780Z] ab5ef0e58194: Verifying Checksum [2020-10-19T07:25:47.780Z] ab5ef0e58194: Download complete [2020-10-19T07:25:56.265Z] ab5ef0e58194: Pull complete [2020-10-19T07:25:56.265Z] 9712f1f96733: Pull complete [2020-10-19T07:25:59.097Z] 63f879dbbcfc: Pull complete [2020-10-19T07:26:07.385Z] 0d9ebad4ef96: Pull complete [2020-10-19T07:26:07.657Z] e9a5061849ea: Pull complete [2020-10-19T07:26:07.923Z] d747dcd14b5f: Pull complete [2020-10-19T07:26:12.223Z] 2de7ff778b66: Pull complete [2020-10-19T07:26:12.224Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-19T07:26:12.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:26:12.224Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-19T07:26:12.557Z] prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container [2020-10-19T07:26:12.645Z] $ 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-19T07:26:15.556Z] $ docker top 9177ef14e05c81b611742942e38a2b4972fafb807ddb2f17039e6332f4ba4efe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:26:15.810Z] provisioning config files... [2020-10-19T07:26:15.832Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3841649105684597681tmp [2020-10-19T07:26:15.856Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6268951154254436846tmp [2020-10-19T07:26:15.872Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8736066107929299889tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:26:15.965Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:26:16.695Z] ---> sigul-configuration.sh [2020-10-19T07:26:16.695Z] gpg: directory `/root/.gnupg' created [2020-10-19T07:26:16.695Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-19T07:26:16.695Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-19T07:26:16.695Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-19T07:26:16.695Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-19T07:26:16.695Z] gpg: CAST5 encrypted data [2020-10-19T07:26:16.695Z] gpg: encrypted with 1 passphrase [2020-10-19T07:26:16.695Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-19T07:26:17.017Z] + mkdir /home/jenkins [2020-10-19T07:26:17.017Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-19T07:26:17.380Z] + 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-19T07:26:17.402Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:26:17.736Z] ---> sigul-install.sh [2020-10-19T07:26:26.002Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-19T07:26:26.707Z] + git tag --list [2020-10-19T07:26:26.707Z] v0.0.0 [2020-10-19T07:26:26.707Z] v0.0.1 [2020-10-19T07:26:26.707Z] v0.1.0 [2020-10-19T07:26:26.707Z] v0.1.1 [2020-10-19T07:26:26.707Z] v0.1.10 [2020-10-19T07:26:26.707Z] v0.1.100 [2020-10-19T07:26:26.707Z] v0.1.101 [2020-10-19T07:26:26.707Z] v0.1.102 [2020-10-19T07:26:26.707Z] v0.1.103 [2020-10-19T07:26:26.707Z] v0.1.11 [2020-10-19T07:26:26.707Z] v0.1.12 [2020-10-19T07:26:26.707Z] v0.1.13 [2020-10-19T07:26:26.707Z] v0.1.14 [2020-10-19T07:26:26.707Z] v0.1.15 [2020-10-19T07:26:26.707Z] v0.1.16 [2020-10-19T07:26:26.707Z] v0.1.17 [2020-10-19T07:26:26.707Z] v0.1.18 [2020-10-19T07:26:26.707Z] v0.1.19 [2020-10-19T07:26:26.707Z] v0.1.2 [2020-10-19T07:26:26.707Z] v0.1.20 [2020-10-19T07:26:26.707Z] v0.1.21 [2020-10-19T07:26:26.707Z] v0.1.22 [2020-10-19T07:26:26.707Z] v0.1.23 [2020-10-19T07:26:26.707Z] v0.1.24 [2020-10-19T07:26:26.707Z] v0.1.25 [2020-10-19T07:26:26.707Z] v0.1.26 [2020-10-19T07:26:26.707Z] v0.1.27 [2020-10-19T07:26:26.707Z] v0.1.28 [2020-10-19T07:26:26.707Z] v0.1.29 [2020-10-19T07:26:26.707Z] v0.1.3 [2020-10-19T07:26:26.707Z] v0.1.30 [2020-10-19T07:26:26.707Z] v0.1.31 [2020-10-19T07:26:26.707Z] v0.1.32 [2020-10-19T07:26:26.707Z] v0.1.33 [2020-10-19T07:26:26.707Z] v0.1.34 [2020-10-19T07:26:26.707Z] v0.1.35 [2020-10-19T07:26:26.707Z] v0.1.36 [2020-10-19T07:26:26.707Z] v0.1.37 [2020-10-19T07:26:26.707Z] v0.1.38 [2020-10-19T07:26:26.707Z] v0.1.39 [2020-10-19T07:26:26.707Z] v0.1.4 [2020-10-19T07:26:26.707Z] v0.1.40 [2020-10-19T07:26:26.707Z] v0.1.41 [2020-10-19T07:26:26.707Z] v0.1.42 [2020-10-19T07:26:26.707Z] v0.1.43 [2020-10-19T07:26:26.707Z] v0.1.44 [2020-10-19T07:26:26.707Z] v0.1.45 [2020-10-19T07:26:26.707Z] v0.1.46 [2020-10-19T07:26:26.707Z] v0.1.47 [2020-10-19T07:26:26.707Z] v0.1.48 [2020-10-19T07:26:26.707Z] v0.1.49 [2020-10-19T07:26:26.707Z] v0.1.5 [2020-10-19T07:26:26.707Z] v0.1.50 [2020-10-19T07:26:26.707Z] v0.1.51 [2020-10-19T07:26:26.707Z] v0.1.52 [2020-10-19T07:26:26.707Z] v0.1.53 [2020-10-19T07:26:26.707Z] v0.1.54 [2020-10-19T07:26:26.707Z] v0.1.55 [2020-10-19T07:26:26.707Z] v0.1.56 [2020-10-19T07:26:26.707Z] v0.1.57 [2020-10-19T07:26:26.707Z] v0.1.58 [2020-10-19T07:26:26.707Z] v0.1.59 [2020-10-19T07:26:26.707Z] v0.1.6 [2020-10-19T07:26:26.707Z] v0.1.60 [2020-10-19T07:26:26.707Z] v0.1.61 [2020-10-19T07:26:26.707Z] v0.1.62 [2020-10-19T07:26:26.707Z] v0.1.63 [2020-10-19T07:26:26.707Z] v0.1.64 [2020-10-19T07:26:26.707Z] v0.1.65 [2020-10-19T07:26:26.707Z] v0.1.66 [2020-10-19T07:26:26.707Z] v0.1.67 [2020-10-19T07:26:26.707Z] v0.1.68 [2020-10-19T07:26:26.707Z] v0.1.69 [2020-10-19T07:26:26.707Z] v0.1.7 [2020-10-19T07:26:26.707Z] v0.1.70 [2020-10-19T07:26:26.707Z] v0.1.71 [2020-10-19T07:26:26.707Z] v0.1.72 [2020-10-19T07:26:26.707Z] v0.1.73 [2020-10-19T07:26:26.707Z] v0.1.74 [2020-10-19T07:26:26.707Z] v0.1.75 [2020-10-19T07:26:26.707Z] v0.1.76 [2020-10-19T07:26:26.708Z] v0.1.77 [2020-10-19T07:26:26.708Z] v0.1.78 [2020-10-19T07:26:26.708Z] v0.1.79 [2020-10-19T07:26:26.708Z] v0.1.8 [2020-10-19T07:26:26.708Z] v0.1.80 [2020-10-19T07:26:26.708Z] v0.1.81 [2020-10-19T07:26:26.708Z] v0.1.82 [2020-10-19T07:26:26.708Z] v0.1.83 [2020-10-19T07:26:26.708Z] v0.1.84 [2020-10-19T07:26:26.708Z] v0.1.85 [2020-10-19T07:26:26.708Z] v0.1.86 [2020-10-19T07:26:26.708Z] v0.1.87 [2020-10-19T07:26:26.708Z] v0.1.88 [2020-10-19T07:26:26.708Z] v0.1.89 [2020-10-19T07:26:26.708Z] v0.1.9 [2020-10-19T07:26:26.708Z] v0.1.90 [2020-10-19T07:26:26.708Z] v0.1.91 [2020-10-19T07:26:26.708Z] v0.1.92 [2020-10-19T07:26:26.708Z] v0.1.93 [2020-10-19T07:26:26.708Z] v0.1.94 [2020-10-19T07:26:26.708Z] v0.1.95 [2020-10-19T07:26:26.708Z] v0.1.96 [2020-10-19T07:26:26.708Z] v0.1.97 [2020-10-19T07:26:26.708Z] v0.1.98 [2020-10-19T07:26:26.708Z] v0.1.99 [Pipeline] sh [2020-10-19T07:26:27.079Z] + lftools sign git-tag v0.1.103 [2020-10-19T07:26:29.064Z] Signing Git tag with Sigul... [2020-10-19T07:26:29.064Z] Signing v0.1.103 [Pipeline] echo [2020-10-19T07:26:30.553Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:26:31.204Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-19T07:26:31.220Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-19T07:26:31.321Z] $ docker stop --time=1 9177ef14e05c81b611742942e38a2b4972fafb807ddb2f17039e6332f4ba4efe [2020-10-19T07:26:33.376Z] $ docker rm -f 9177ef14e05c81b611742942e38a2b4972fafb807ddb2f17039e6332f4ba4efe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:26:34.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:26:34.360Z] . [Pipeline] withDockerContainer [2020-10-19T07:26:34.578Z] prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container [2020-10-19T07:26:34.640Z] $ 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-19T07:26:35.537Z] $ docker top 5cee7f37ff0521d04c2edd83c5fedd0519aec21f32b9656188198d87648a1352 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:26:35.906Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:26:35.906Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:26:36.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:26:36.273Z] $ docker exec 5cee7f37ff0521d04c2edd83c5fedd0519aec21f32b9656188198d87648a1352 ssh-agent [2020-10-19T07:26:36.522Z] SSH_AUTH_SOCK=/tmp/ssh-RmNRfj1WmoAk/agent.13 [2020-10-19T07:26:36.522Z] SSH_AGENT_PID=18 [2020-10-19T07:26:36.532Z] Running ssh-add (command line suppressed) [2020-10-19T07:26:36.718Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7816221932034074417.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7816221932034074417.key) [2020-10-19T07:26:36.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:26:37.547Z] + git semver bump patch [2020-10-19T07:26:37.547Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:26:37.547Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-19T07:26:37.547Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-19T07:26:37.547Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:26:37.547Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:26:37.547Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:26:37.547Z] # $SEMVER_BRANCH = master [2020-10-19T07:26:37.547Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-19T07:26:37.547Z] 0.1.104 [Pipeline] } [2020-10-19T07:26:37.632Z] $ docker exec --env ******** --env ******** 5cee7f37ff0521d04c2edd83c5fedd0519aec21f32b9656188198d87648a1352 ssh-agent -k [2020-10-19T07:26:38.050Z] unset SSH_AUTH_SOCK; [2020-10-19T07:26:38.058Z] unset SSH_AGENT_PID; [2020-10-19T07:26:38.059Z] echo Agent pid 18 killed; [2020-10-19T07:26:38.120Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:26:38.893Z] + git semver [Pipeline] } [2020-10-19T07:26:38.955Z] $ docker stop --time=1 5cee7f37ff0521d04c2edd83c5fedd0519aec21f32b9656188198d87648a1352 [2020-10-19T07:26:40.567Z] $ docker rm -f 5cee7f37ff0521d04c2edd83c5fedd0519aec21f32b9656188198d87648a1352 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:26:41.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:26:41.240Z] . [Pipeline] withDockerContainer [2020-10-19T07:26:41.436Z] prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container [2020-10-19T07:26:41.533Z] $ 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-19T07:26:42.263Z] $ docker top 8e8dae60879e8bbcdc07c80e6458a188b2082e303355002f84988e1002c27090 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:26:42.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:26:42.651Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:26:42.874Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:26:42.881Z] $ docker exec 8e8dae60879e8bbcdc07c80e6458a188b2082e303355002f84988e1002c27090 ssh-agent [2020-10-19T07:26:43.323Z] SSH_AUTH_SOCK=/tmp/ssh-7AC26RB2e6J1/agent.12 [2020-10-19T07:26:43.323Z] SSH_AGENT_PID=18 [2020-10-19T07:26:43.333Z] Running ssh-add (command line suppressed) [2020-10-19T07:26:43.536Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_362798249298790501.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_362798249298790501.key) [2020-10-19T07:26:43.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:26:44.057Z] + git semver push [2020-10-19T07:26:44.057Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:26:44.057Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-19T07:26:44.057Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-19T07:26:44.057Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:26:44.057Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:26:44.057Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:26:44.057Z] # $SEMVER_BRANCH = master [2020-10-19T07:26:44.057Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-19T07:26:50.738Z] $ docker exec --env ******** --env ******** 8e8dae60879e8bbcdc07c80e6458a188b2082e303355002f84988e1002c27090 ssh-agent -k [2020-10-19T07:26:51.041Z] unset SSH_AUTH_SOCK; [2020-10-19T07:26:51.054Z] unset SSH_AGENT_PID; [2020-10-19T07:26:51.054Z] echo Agent pid 18 killed; [2020-10-19T07:26:51.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:26:51.708Z] + git semver [Pipeline] } [2020-10-19T07:26:51.747Z] $ docker stop --time=1 8e8dae60879e8bbcdc07c80e6458a188b2082e303355002f84988e1002c27090 [2020-10-19T07:26:53.398Z] $ docker rm -f 8e8dae60879e8bbcdc07c80e6458a188b2082e303355002f84988e1002c27090 [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-19T07:26:55.261Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:26:55.949Z] ---> package-listing.sh [2020-10-19T07:26:55.949Z] ++ facter osfamily [2020-10-19T07:26:55.949Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T07:26:56.290Z] + OS_FAMILY=redhat [2020-10-19T07:26:56.290Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-19T07:26:56.290Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T07:26:56.290Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T07:26:56.290Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T07:26:56.290Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T07:26:56.290Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-19T07:26:56.290Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T07:26:56.290Z] + case "${OS_FAMILY}" in [2020-10-19T07:26:56.290Z] + rpm -qa [2020-10-19T07:26:56.290Z] + sort [2020-10-19T07:27:00.723Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T07:27:00.723Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T07:27:00.723Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T07:27:00.723Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-19T07:27:00.723Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-19T07:27:00.723Z] + 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-19T07:27:00.739Z] 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-19T07:27:01.055Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:27:01.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:27:01.381Z] [2020-10-19T07:27:01.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:27:01.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:27:01.740Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T07:27:01.740Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:27:01.740Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T07:27:01.740Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T07:27:01.740Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T07:27:01.740Z] 93b61091891f: Pulling fs layer [2020-10-19T07:27:01.740Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T07:27:01.740Z] 5e14af77c1be: Pulling fs layer [2020-10-19T07:27:01.740Z] 01666e4c0597: Pulling fs layer [2020-10-19T07:27:01.740Z] aa168da1d23b: Pulling fs layer [2020-10-19T07:27:01.740Z] 46f8f816bc3b: Waiting [2020-10-19T07:27:01.740Z] 93b61091891f: Waiting [2020-10-19T07:27:01.740Z] 93b9cdb0e59b: Waiting [2020-10-19T07:27:01.740Z] 5e14af77c1be: Waiting [2020-10-19T07:27:01.740Z] 01666e4c0597: Waiting [2020-10-19T07:27:01.740Z] aa168da1d23b: Waiting [2020-10-19T07:27:01.740Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T07:27:02.041Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T07:27:02.041Z] 46f8f816bc3b: Download complete [2020-10-19T07:27:02.041Z] df20fa9351a1: Verifying Checksum [2020-10-19T07:27:02.041Z] df20fa9351a1: Download complete [2020-10-19T07:27:02.041Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T07:27:02.041Z] 93b9cdb0e59b: Download complete [2020-10-19T07:27:02.459Z] 5e14af77c1be: Verifying Checksum [2020-10-19T07:27:02.459Z] 5e14af77c1be: Download complete [2020-10-19T07:27:02.459Z] 01666e4c0597: Verifying Checksum [2020-10-19T07:27:02.459Z] 01666e4c0597: Download complete [2020-10-19T07:27:02.459Z] 93b61091891f: Verifying Checksum [2020-10-19T07:27:02.459Z] 93b61091891f: Download complete [2020-10-19T07:27:02.759Z] df20fa9351a1: Pull complete [2020-10-19T07:27:02.759Z] 36b3adc4ff6f: Pull complete [2020-10-19T07:27:03.043Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T07:27:03.043Z] 8ad3a11d3b57: Download complete [2020-10-19T07:27:04.103Z] 8ad3a11d3b57: Pull complete [2020-10-19T07:27:04.426Z] 46f8f816bc3b: Pull complete [2020-10-19T07:27:04.728Z] 93b61091891f: Pull complete [2020-10-19T07:27:05.089Z] 93b9cdb0e59b: Pull complete [2020-10-19T07:27:05.377Z] 5e14af77c1be: Pull complete [2020-10-19T07:27:05.377Z] 01666e4c0597: Pull complete [2020-10-19T07:27:08.087Z] aa168da1d23b: Verifying Checksum [2020-10-19T07:27:08.088Z] aa168da1d23b: Download complete [2020-10-19T07:27:18.267Z] aa168da1d23b: Pull complete [2020-10-19T07:27:18.267Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T07:27:18.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:27:18.267Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T07:27:18.554Z] prd-centos7-docker-4c-2g-6218 does not seem to be running inside a container [2020-10-19T07:27:18.628Z] $ 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-19T07:27:22.112Z] $ docker top 0ddafccae2045f1e23d5085932fecee57b34ea02e60c778e5e72a815c3841350 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:27:22.831Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T07:27:23.228Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T07:27:23.538Z] + ls /var/log/sa-host [2020-10-19T07:27:23.538Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T07:27:23.538Z] file_magic: OK [2020-10-19T07:27:23.538Z] HZ: Using current value: 100 [2020-10-19T07:27:23.538Z] file_header: OK [2020-10-19T07:27:23.538Z] 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-19T07:27:23.538Z] Statistics: [2020-10-19T07:27:23.538Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:27:23.538Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T07:27:23.538Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T07:27:23.538Z] file_magic: OK [2020-10-19T07:27:23.538Z] HZ: Using current value: 100 [2020-10-19T07:27:23.538Z] file_header: OK [2020-10-19T07:27:23.538Z] 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-19T07:27:23.538Z] Statistics: [2020-10-19T07:27:23.538Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:27:23.538Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:27:24.118Z] provisioning config files... [2020-10-19T07:27:24.141Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5565716491116477946tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:27:24.231Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:27:24.896Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T07:27:24.914Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T07:27:25.015Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:27:25.372Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T07:27:25.383Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:27:25.689Z] ---> sudo-logs.sh [2020-10-19T07:27:25.689Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T07:27:25.703Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:27:26.213Z] ---> job-cost.sh [2020-10-19T07:27:26.213Z] lf-activate-venv: SKIPPING [2020-10-19T07:27:26.213Z] INFO: No Stack... [2020-10-19T07:27:27.174Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T07:27:27.441Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T07:27:27.454Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:27:27.767Z] ---> logs-deploy.sh [2020-10-19T07:27:27.767Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/69 [2020-10-19T07:27:27.767Z] INFO: archiving workspace using pattern(s): [2020-10-19T07:27:30.393Z] Archives upload complete. [2020-10-19T07:27:30.393Z] INFO: archiving logs to Nexus