Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f7576eaf242e152719bf0fb6dddf04d934e010ca 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-8389 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 Checking out Revision f7576eaf242e152719bf0fb6dddf04d934e010ca (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f f7576eaf242e152719bf0fb6dddf04d934e010ca # timeout=10 Commit message: "Merge pull request #359 from weichou1229/issue-358" > git rev-list --no-walk b3069d58daddec4f0489f199d23d3a6acd3e16a6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-23T07:38:33.567Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-23T07:38:33.822Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-23T07:38:33.931Z] ========================================================= [2020-10-23T07:38:33.931Z] EdgeX Global Pipelines Version Info [2020-10-23T07:38:33.931Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:38:36.260Z] ------------------- [2020-10-23T07:38:36.260Z] stable info: [2020-10-23T07:38:36.260Z] ------------------- [2020-10-23T07:38:36.260Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-23T07:38:36.260Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T07:38:36.260Z] Message: update stable to v1.0.148 [2020-10-23T07:38:36.883Z] ------------------- [2020-10-23T07:38:36.883Z] experimental info: [2020-10-23T07:38:36.883Z] ------------------- [2020-10-23T07:38:36.883Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-23T07:38:36.883Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T07:38:36.883Z] Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-23T07:38:37.306Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-23T07:38:37.436Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-23T07:38:37.615Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-23T07:38:37.711Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-23T07:38:37.810Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-23T07:38:37.904Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-23T07:38:37.993Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-23T07:38:38.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-23T07:38:38.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-23T07:38:38.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-23T07:38:38.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-23T07:38:38.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-23T07:38:38.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-23T07:38:38.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-23T07:38:38.794Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T07:38:39.159Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T07:38:39.273Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T07:38:39.364Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T07:38:39.458Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-23T07:38:39.552Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-23T07:38:39.656Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-23T07:38:39.779Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-23T07:38:39.873Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-23T07:38:39.962Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-23T07:38:40.051Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-23T07:38:40.142Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-23T07:38:40.266Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-23T07:38:40.373Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-23T07:38:40.476Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7576eaf242e152719bf0fb6dddf04d934e010ca [Pipeline] echo [2020-10-23T07:38:40.568Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7576ea [Pipeline] echo [2020-10-23T07:38:40.671Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-23T07:38:41.310Z] + git log --format=format:%s -1 f7576eaf242e152719bf0fb6dddf04d934e010ca [Pipeline] echo [2020-10-23T07:38:41.430Z] GIT_COMMIT: f7576eaf242e152719bf0fb6dddf04d934e010ca, Commit Message: Merge pull request #359 from weichou1229/issue-358 [Pipeline] echo [2020-10-23T07:38:41.481Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:38:42.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T07:38:42.430Z] [2020-10-23T07:38:42.430Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:38:42.842Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T07:38:42.842Z] latest: Pulling from edgex-devops/git-semver [2020-10-23T07:38:42.842Z] 31603596830f: Pulling fs layer [2020-10-23T07:38:42.842Z] 2a8b12db71e7: Pulling fs layer [2020-10-23T07:38:42.842Z] 6ca5941a6612: Pulling fs layer [2020-10-23T07:38:42.843Z] ecc8261a40a4: Pulling fs layer [2020-10-23T07:38:42.843Z] ecc8261a40a4: Waiting [2020-10-23T07:38:42.843Z] 2a8b12db71e7: Verifying Checksum [2020-10-23T07:38:42.843Z] 2a8b12db71e7: Download complete [2020-10-23T07:38:43.584Z] 31603596830f: Download complete [2020-10-23T07:38:43.933Z] 31603596830f: Pull complete [2020-10-23T07:38:43.933Z] 2a8b12db71e7: Pull complete [2020-10-23T07:38:44.212Z] ecc8261a40a4: Verifying Checksum [2020-10-23T07:38:44.212Z] ecc8261a40a4: Download complete [2020-10-23T07:38:44.212Z] 6ca5941a6612: Verifying Checksum [2020-10-23T07:38:44.213Z] 6ca5941a6612: Download complete [2020-10-23T07:38:46.292Z] 6ca5941a6612: Pull complete [2020-10-23T07:38:46.292Z] ecc8261a40a4: Pull complete [2020-10-23T07:38:46.292Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-23T07:38:46.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T07:38:46.292Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-23T07:38:46.436Z] prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container [2020-10-23T07:38:46.522Z] $ 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-23T07:38:48.597Z] $ docker top 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T07:38:49.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T07:38:49.048Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T07:38:49.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T07:38:49.330Z] $ docker exec 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f ssh-agent [2020-10-23T07:38:49.677Z] SSH_AUTH_SOCK=/tmp/ssh-KTKYFGBIiEPU/agent.11 [2020-10-23T07:38:49.677Z] SSH_AGENT_PID=16 [2020-10-23T07:38:49.691Z] Running ssh-add (command line suppressed) [2020-10-23T07:38:49.913Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2206660312257968685.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2206660312257968685.key) [2020-10-23T07:38:50.062Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T07:38:50.436Z] + git tag --points-at HEAD [Pipeline] } [2020-10-23T07:38:50.624Z] $ docker exec --env ******** --env ******** 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f ssh-agent -k [2020-10-23T07:38:50.815Z] unset SSH_AUTH_SOCK; [2020-10-23T07:38:50.815Z] unset SSH_AGENT_PID; [2020-10-23T07:38:50.815Z] echo Agent pid 16 killed; [2020-10-23T07:38:50.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-23T07:38:51.056Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T07:38:51.056Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T07:38:51.312Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T07:38:51.318Z] $ docker exec 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f ssh-agent [2020-10-23T07:38:51.627Z] SSH_AUTH_SOCK=/tmp/ssh-dQBEfniMJLlb/agent.45 [2020-10-23T07:38:51.627Z] SSH_AGENT_PID=50 [2020-10-23T07:38:51.636Z] Running ssh-add (command line suppressed) [2020-10-23T07:38:51.818Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8479968830880692183.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8479968830880692183.key) [2020-10-23T07:38:51.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T07:38:52.252Z] + git semver init [2020-10-23T07:38:52.252Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T07:38:52.252Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-23T07:38:52.252Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-23T07:38:52.252Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T07:38:52.252Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T07:38:52.252Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T07:38:52.252Z] # $SEMVER_BRANCH = master [2020-10-23T07:38:52.252Z] # $SEMVER_TEMP = /tmp/semver-902107596 [2020-10-23T07:38:52.252Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-23T07:38:53.230Z] # '/tmp/semver-902107596' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-23T07:38:53.230Z] # -> Force: false [2020-10-23T07:38:53.230Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-23T07:38:53.252Z] $ docker exec --env ******** --env ******** 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f ssh-agent -k [2020-10-23T07:38:53.496Z] unset SSH_AUTH_SOCK; [2020-10-23T07:38:53.496Z] unset SSH_AGENT_PID; [2020-10-23T07:38:53.496Z] echo Agent pid 50 killed; [2020-10-23T07:38:53.556Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T07:38:54.111Z] + git semver [Pipeline] } [2020-10-23T07:38:54.188Z] $ docker stop --time=1 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f [2020-10-23T07:38:55.913Z] $ docker rm -f 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-23T07:38:56.489Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-23T07:38:57.193Z] Stashed 1 file(s) [Pipeline] echo [2020-10-23T07:38:57.195Z] [edgeXSemver]: initialized semver on version 0.1.110 [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-23T07:39:12.770Z] Still waiting to schedule task [2020-10-23T07:39:12.770Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-23T07:39:12.772Z] Still waiting to schedule task [2020-10-23T07:39:12.772Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-23T07:41:50.755Z] Running on prd-centos7-docker-4c-2g-8392 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-23T07:41:50.815Z] Running in /w/workspace/go-mod-core-contracts/76 [Pipeline] { [Pipeline] checkout [2020-10-23T07:41:53.652Z] using credential edgex-jenkins-ssh [2020-10-23T07:41:53.743Z] Cloning the remote Git repository [2020-10-23T07:41:53.781Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T07:41:53.847Z] > git init /w/workspace/go-mod-core-contracts/76 # timeout=10 [2020-10-23T07:41:53.904Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T07:41:53.904Z] > git --version # timeout=10 [2020-10-23T07:41:53.925Z] > git --version # 'git version 2.16.5' [2020-10-23T07:41:53.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T07:41:53.955Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T07:41:55.072Z] Checking out Revision f7576eaf242e152719bf0fb6dddf04d934e010ca (master) [2020-10-23T07:41:54.581Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T07:41:54.590Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T07:41:54.611Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T07:41:54.625Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T07:41:54.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T07:41:54.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T07:41:55.085Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T07:41:55.090Z] > git checkout -f f7576eaf242e152719bf0fb6dddf04d934e010ca # timeout=10 [2020-10-23T07:41:58.781Z] Commit message: "Merge pull request #359 from weichou1229/issue-358" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-23T07:41:59.647Z] ========================================================= [2020-10-23T07:41:59.647Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-23T07:41:59.647Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:42:00.441Z] + 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-23T07:42:01.025Z] Sending build context to Docker daemon 1.774MB [2020-10-23T07:42:01.025Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-23T07:42:01.025Z] Step 2/7 : FROM ${BASE} [2020-10-23T07:42:01.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-23T07:42:01.025Z] df20fa9351a1: Pulling fs layer [2020-10-23T07:42:01.025Z] ed8968b2872e: Pulling fs layer [2020-10-23T07:42:01.025Z] a92cc7c5fd73: Pulling fs layer [2020-10-23T07:42:01.025Z] e871e8e8d7a9: Pulling fs layer [2020-10-23T07:42:01.025Z] e73272ec9a57: Pulling fs layer [2020-10-23T07:42:01.025Z] 1e910a182e73: Pulling fs layer [2020-10-23T07:42:01.025Z] 4e634b169226: Pulling fs layer [2020-10-23T07:42:01.025Z] e73272ec9a57: Waiting [2020-10-23T07:42:01.025Z] 1e910a182e73: Waiting [2020-10-23T07:42:01.025Z] 4e634b169226: Waiting [2020-10-23T07:42:01.025Z] e871e8e8d7a9: Waiting [2020-10-23T07:42:01.025Z] a92cc7c5fd73: Verifying Checksum [2020-10-23T07:42:01.025Z] a92cc7c5fd73: Download complete [2020-10-23T07:42:01.025Z] ed8968b2872e: Verifying Checksum [2020-10-23T07:42:01.025Z] ed8968b2872e: Download complete [2020-10-23T07:42:01.025Z] e73272ec9a57: Download complete [2020-10-23T07:42:01.025Z] 1e910a182e73: Verifying Checksum [2020-10-23T07:42:01.025Z] 1e910a182e73: Download complete [2020-10-23T07:42:01.025Z] df20fa9351a1: Verifying Checksum [2020-10-23T07:42:01.025Z] df20fa9351a1: Download complete [2020-10-23T07:42:01.292Z] df20fa9351a1: Pull complete [2020-10-23T07:42:01.561Z] ed8968b2872e: Pull complete [2020-10-23T07:42:01.825Z] a92cc7c5fd73: Pull complete [2020-10-23T07:42:02.800Z] 4e634b169226: Verifying Checksum [2020-10-23T07:42:02.800Z] 4e634b169226: Download complete [2020-10-23T07:42:03.755Z] e871e8e8d7a9: Verifying Checksum [2020-10-23T07:42:03.755Z] e871e8e8d7a9: Download complete [2020-10-23T07:42:09.107Z] e871e8e8d7a9: Pull complete [2020-10-23T07:42:09.107Z] e73272ec9a57: Pull complete [2020-10-23T07:42:09.107Z] 1e910a182e73: Pull complete [2020-10-23T07:42:13.396Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8391 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-23T07:42:13.471Z] Running in /w/workspace/go-mod-core-contracts/76 [Pipeline] { [Pipeline] checkout [2020-10-23T07:42:17.338Z] 4e634b169226: Pull complete [2020-10-23T07:42:17.338Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-23T07:42:17.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-23T07:42:17.338Z] ---> f7629b54cfaa [2020-10-23T07:42:17.338Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-23T07:42:17.338Z] ---> Running in bdbd4b15e4e9 [2020-10-23T07:42:17.338Z] Removing intermediate container bdbd4b15e4e9 [2020-10-23T07:42:17.338Z] ---> 838446ef8ab2 [2020-10-23T07:42:17.338Z] Step 4/7 : RUN apk add bash [2020-10-23T07:42:17.338Z] ---> Running in 7f30ad97a8ee [2020-10-23T07:42:17.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T07:42:17.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T07:42:18.181Z] OK: 166 MiB in 39 packages [2020-10-23T07:42:18.758Z] Removing intermediate container 7f30ad97a8ee [2020-10-23T07:42:18.758Z] ---> ffe4ac0ae0e8 [2020-10-23T07:42:18.758Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-23T07:42:18.758Z] ---> Running in 50c71413e9ee [2020-10-23T07:42:18.946Z] using credential edgex-jenkins-ssh [2020-10-23T07:42:19.025Z] Removing intermediate container 50c71413e9ee [2020-10-23T07:42:19.025Z] ---> 4a198d20f5bd [2020-10-23T07:42:19.025Z] Step 6/7 : COPY go.mod . [2020-10-23T07:42:19.063Z] Cloning the remote Git repository [2020-10-23T07:42:19.292Z] ---> ad26f23dde7e [2020-10-23T07:42:19.292Z] Step 7/7 : RUN go mod download [2020-10-23T07:42:19.292Z] ---> Running in 4d5a00c3e22c [2020-10-23T07:42:19.128Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T07:42:19.249Z] > git init /w/workspace/go-mod-core-contracts/76 # timeout=10 [2020-10-23T07:42:19.324Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T07:42:19.325Z] > git --version # timeout=10 [2020-10-23T07:42:19.345Z] > git --version # 'git version 2.17.1' [2020-10-23T07:42:19.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T07:42:19.411Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T07:42:20.980Z] Checking out Revision f7576eaf242e152719bf0fb6dddf04d934e010ca (master) [2020-10-23T07:42:20.389Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T07:42:20.417Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T07:42:20.444Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T07:42:20.493Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T07:42:20.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T07:42:20.507Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T07:42:21.004Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T07:42:21.029Z] > git checkout -f f7576eaf242e152719bf0fb6dddf04d934e010ca # timeout=10 [2020-10-23T07:42:25.573Z] Commit message: "Merge pull request #359 from weichou1229/issue-358" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-23T07:42:26.449Z] ========================================================= [2020-10-23T07:42:26.449Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-23T07:42:26.449Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:42:27.481Z] + 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-23T07:42:28.468Z] Sending build context to Docker daemon 1.774MB [2020-10-23T07:42:28.468Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-23T07:42:28.468Z] Step 2/7 : FROM ${BASE} [2020-10-23T07:42:28.741Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-23T07:42:28.741Z] b538f80385f9: Pulling fs layer [2020-10-23T07:42:28.741Z] 74f711af9a0d: Pulling fs layer [2020-10-23T07:42:28.741Z] 99f96fe45779: Pulling fs layer [2020-10-23T07:42:28.741Z] 8529a6b9a6be: Pulling fs layer [2020-10-23T07:42:28.741Z] 45590311c82a: Pulling fs layer [2020-10-23T07:42:28.741Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-23T07:42:28.741Z] 209524e5b208: Pulling fs layer [2020-10-23T07:42:28.741Z] 45590311c82a: Waiting [2020-10-23T07:42:28.741Z] 8529a6b9a6be: Waiting [2020-10-23T07:42:28.741Z] 69ca0ff8b7b3: Waiting [2020-10-23T07:42:28.741Z] 209524e5b208: Waiting [2020-10-23T07:42:28.741Z] 99f96fe45779: Download complete [2020-10-23T07:42:28.741Z] 74f711af9a0d: Verifying Checksum [2020-10-23T07:42:28.741Z] 74f711af9a0d: Download complete [2020-10-23T07:42:28.741Z] 45590311c82a: Verifying Checksum [2020-10-23T07:42:28.741Z] 45590311c82a: Download complete [2020-10-23T07:42:28.741Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-23T07:42:28.741Z] 69ca0ff8b7b3: Download complete [2020-10-23T07:42:28.741Z] b538f80385f9: Verifying Checksum [2020-10-23T07:42:28.741Z] b538f80385f9: Download complete [2020-10-23T07:42:29.732Z] b538f80385f9: Pull complete [2020-10-23T07:42:30.338Z] 74f711af9a0d: Pull complete [2020-10-23T07:42:30.617Z] 99f96fe45779: Pull complete [2020-10-23T07:42:31.218Z] 209524e5b208: Verifying Checksum [2020-10-23T07:42:31.218Z] 209524e5b208: Download complete [2020-10-23T07:42:31.589Z] Removing intermediate container 4d5a00c3e22c [2020-10-23T07:42:31.589Z] ---> 9ba24f8da2ae [2020-10-23T07:42:31.589Z] Successfully built 9ba24f8da2ae [2020-10-23T07:42:31.589Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:42:31.973Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T07:42:31.973Z] . [Pipeline] withDockerContainer [2020-10-23T07:42:32.081Z] prd-centos7-docker-4c-2g-8392 does not seem to be running inside a container [2020-10-23T07:42:32.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/76 -v /w/workspace/go-mod-core-contracts/76:/w/workspace/go-mod-core-contracts/76:rw,z -v /w/workspace/go-mod-core-contracts/76@tmp:/w/workspace/go-mod-core-contracts/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-23T07:42:32.665Z] 8529a6b9a6be: Verifying Checksum [2020-10-23T07:42:32.665Z] 8529a6b9a6be: Download complete [2020-10-23T07:42:32.872Z] $ docker top c4749f79eaa867bc03455f6db521f1d0e4f5fca45489fc7b8170cf84a79074fb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T07:42:33.365Z] + go version [2020-10-23T07:42:33.365Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-23T07:42:33.383Z] $ docker stop --time=1 c4749f79eaa867bc03455f6db521f1d0e4f5fca45489fc7b8170cf84a79074fb [2020-10-23T07:42:35.335Z] $ docker rm -f c4749f79eaa867bc03455f6db521f1d0e4f5fca45489fc7b8170cf84a79074fb [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-23T07:42:42.863Z] 8529a6b9a6be: Pull complete [2020-10-23T07:42:42.863Z] 45590311c82a: Pull complete [2020-10-23T07:42:43.140Z] 69ca0ff8b7b3: Pull complete [2020-10-23T07:42:47.479Z] 209524e5b208: Pull complete [2020-10-23T07:42:47.479Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-23T07:42:47.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-23T07:42:47.479Z] ---> 5bddaf1c2fca [2020-10-23T07:42:47.479Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-23T07:42:50.107Z] ---> Running in f036dc8f4e63 [2020-10-23T07:42:50.107Z] Removing intermediate container f036dc8f4e63 [2020-10-23T07:42:50.107Z] ---> 9f253b52f0b9 [2020-10-23T07:42:50.107Z] Step 4/7 : RUN apk add bash [2020-10-23T07:42:50.107Z] ---> Running in cb6b91238cdb [2020-10-23T07:42:52.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T07:42:52.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T07:42:53.331Z] OK: 142 MiB in 39 packages [2020-10-23T07:42:54.312Z] Removing intermediate container cb6b91238cdb [2020-10-23T07:42:54.312Z] ---> ec56c4562224 [2020-10-23T07:42:54.312Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-23T07:42:54.588Z] ---> Running in ddabacaff7b0 [2020-10-23T07:42:55.188Z] Removing intermediate container ddabacaff7b0 [2020-10-23T07:42:55.188Z] ---> 62b3be78a6e2 [2020-10-23T07:42:55.188Z] Step 6/7 : COPY go.mod . [2020-10-23T07:42:55.786Z] ---> 774f696bcc66 [2020-10-23T07:42:55.786Z] Step 7/7 : RUN go mod download [2020-10-23T07:42:55.786Z] ---> Running in 68e001dd22d2 [2020-10-23T07:43:10.882Z] Removing intermediate container 68e001dd22d2 [2020-10-23T07:43:10.882Z] ---> f9291a7ef60a [2020-10-23T07:43:10.882Z] Successfully built f9291a7ef60a [2020-10-23T07:43:10.882Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:43:11.306Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T07:43:11.306Z] . [Pipeline] withDockerContainer [2020-10-23T07:43:11.571Z] prd-ubuntu18.04-docker-arm64-4c-16g-8391 does not seem to be running inside a container [2020-10-23T07:43:11.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/76 -v /w/workspace/go-mod-core-contracts/76:/w/workspace/go-mod-core-contracts/76:rw,z -v /w/workspace/go-mod-core-contracts/76@tmp:/w/workspace/go-mod-core-contracts/76@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-23T07:43:13.547Z] $ docker top f55a9475985d978f88939b2db9a01d8fd99095b6785f3f9fe3bf0ce1f34f5071 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T07:43:14.981Z] + go version [2020-10-23T07:43:14.982Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-23T07:43:15.008Z] $ docker stop --time=1 f55a9475985d978f88939b2db9a01d8fd99095b6785f3f9fe3bf0ce1f34f5071 [2020-10-23T07:43:16.973Z] $ docker rm -f f55a9475985d978f88939b2db9a01d8fd99095b6785f3f9fe3bf0ce1f34f5071 [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-23T07:43:20.174Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-23T07:43:20.176Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-23T07:43:20.243Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:43:20.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T07:43:20.650Z] [2020-10-23T07:43:20.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:43:21.033Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T07:43:21.033Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-23T07:43:21.033Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-23T07:43:21.033Z] 408f87550127: Pulling fs layer [2020-10-23T07:43:21.033Z] fe522b08c979: Pulling fs layer [2020-10-23T07:43:21.033Z] 221eaa008020: Pulling fs layer [2020-10-23T07:43:21.033Z] 2a4607e5d6b9: Pulling fs layer [2020-10-23T07:43:21.033Z] 8f79b27c4fd2: Pulling fs layer [2020-10-23T07:43:21.033Z] e5c8dbe1645b: Pulling fs layer [2020-10-23T07:43:21.033Z] 23e8b3b47431: Pulling fs layer [2020-10-23T07:43:21.033Z] 5c568d65a230: Pulling fs layer [2020-10-23T07:43:21.033Z] 8f79b27c4fd2: Waiting [2020-10-23T07:43:21.033Z] e5c8dbe1645b: Waiting [2020-10-23T07:43:21.033Z] 23e8b3b47431: Waiting [2020-10-23T07:43:21.033Z] 5c568d65a230: Waiting [2020-10-23T07:43:21.033Z] 221eaa008020: Waiting [2020-10-23T07:43:21.033Z] 2a4607e5d6b9: Waiting [2020-10-23T07:43:21.033Z] fe522b08c979: Verifying Checksum [2020-10-23T07:43:21.033Z] fe522b08c979: Download complete [2020-10-23T07:43:21.033Z] 408f87550127: Download complete [2020-10-23T07:43:21.033Z] 2a4607e5d6b9: Verifying Checksum [2020-10-23T07:43:21.033Z] 2a4607e5d6b9: Download complete [2020-10-23T07:43:21.615Z] 8f79b27c4fd2: Verifying Checksum [2020-10-23T07:43:21.615Z] 8f79b27c4fd2: Download complete [2020-10-23T07:43:21.615Z] cbdbe7a5bc2a: Download complete [2020-10-23T07:43:21.901Z] cbdbe7a5bc2a: Pull complete [2020-10-23T07:43:22.178Z] 408f87550127: Pull complete [2020-10-23T07:43:22.452Z] fe522b08c979: Pull complete [2020-10-23T07:43:23.421Z] e5c8dbe1645b: Verifying Checksum [2020-10-23T07:43:23.421Z] e5c8dbe1645b: Download complete [2020-10-23T07:43:26.082Z] 23e8b3b47431: Verifying Checksum [2020-10-23T07:43:26.082Z] 23e8b3b47431: Download complete [2020-10-23T07:43:26.082Z] 5c568d65a230: Verifying Checksum [2020-10-23T07:43:26.082Z] 5c568d65a230: Download complete [2020-10-23T07:43:28.102Z] 221eaa008020: Verifying Checksum [2020-10-23T07:43:28.102Z] 221eaa008020: Download complete [2020-10-23T07:43:36.481Z] 221eaa008020: Pull complete [2020-10-23T07:43:36.747Z] 2a4607e5d6b9: Pull complete [2020-10-23T07:43:36.747Z] 8f79b27c4fd2: Pull complete [2020-10-23T07:43:39.363Z] e5c8dbe1645b: Pull complete [2020-10-23T07:43:42.831Z] 23e8b3b47431: Pull complete [2020-10-23T07:43:44.827Z] 5c568d65a230: Pull complete [2020-10-23T07:43:44.827Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-23T07:43:44.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-23T07:43:44.828Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-23T07:43:45.120Z] prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container [2020-10-23T07:43:45.263Z] $ 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-23T07:43:46.853Z] $ docker top a232cb2f3f5e379824e77a64095d79bbca2b692df55a23da00a22dfe2f617ce6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T07:43:47.561Z] + snyk monitor '--org=edgex-jenkins' [2020-10-23T07:44:02.557Z] [2020-10-23T07:44:02.558Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-23T07:44:02.558Z] [2020-10-23T07:44:02.558Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/0a857821-7eb2-442e-8bb5-98f56c22d5dd [2020-10-23T07:44:02.558Z] [2020-10-23T07:44:02.558Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-23T07:44:02.558Z] [2020-10-23T07:44:02.558Z] [2020-10-23T07:44:02.558Z] Snyk CLI supports Node.js 8 and higher. [2020-10-23T07:44:02.558Z] 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-23T07:44:02.558Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-23T07:44:02.558Z] [2020-10-23T07:44:02.558Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-23T07:44:02.558Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-23T07:44:02.558Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-23T07:44:02.558Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-23T07:44:02.580Z] $ docker stop --time=1 a232cb2f3f5e379824e77a64095d79bbca2b692df55a23da00a22dfe2f617ce6 [2020-10-23T07:44:04.846Z] $ docker rm -f a232cb2f3f5e379824e77a64095d79bbca2b692df55a23da00a22dfe2f617ce6 [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-23T07:44:06.991Z] + git log --format=format:%s -1 f7576eaf242e152719bf0fb6dddf04d934e010ca [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:44:07.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T07:44:07.320Z] . [Pipeline] withDockerContainer [2020-10-23T07:44:07.481Z] prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container [2020-10-23T07:44:07.572Z] $ 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-23T07:44:08.750Z] $ docker top c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T07:44:09.207Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T07:44:09.208Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T07:44:09.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T07:44:09.590Z] $ docker exec c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 ssh-agent [2020-10-23T07:44:09.856Z] SSH_AUTH_SOCK=/tmp/ssh-oqFiRXIGLRKE/agent.12 [2020-10-23T07:44:09.856Z] SSH_AGENT_PID=17 [2020-10-23T07:44:09.865Z] Running ssh-add (command line suppressed) [2020-10-23T07:44:10.102Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4062079348899968333.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4062079348899968333.key) [2020-10-23T07:44:10.252Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T07:44:10.625Z] + git semver tag [2020-10-23T07:44:10.891Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T07:44:10.891Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-23T07:44:10.891Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-23T07:44:10.891Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T07:44:10.891Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T07:44:10.891Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T07:44:10.891Z] # $SEMVER_BRANCH = master [2020-10-23T07:44:10.891Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-23T07:44:10.891Z] # f7576eaf242e152719bf0fb6dddf04d934e010ca HEAD [2020-10-23T07:44:10.891Z] # -> Force: false [2020-10-23T07:44:10.891Z] # c61c29e7891adab36368375a724d67e26c833db7 refs/tags/v0.1.110 [Pipeline] } [2020-10-23T07:44:10.909Z] $ docker exec --env ******** --env ******** c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 ssh-agent -k [2020-10-23T07:44:11.112Z] unset SSH_AUTH_SOCK; [2020-10-23T07:44:11.113Z] unset SSH_AGENT_PID; [2020-10-23T07:44:11.113Z] echo Agent pid 17 killed; [2020-10-23T07:44:11.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T07:44:11.697Z] + git semver [Pipeline] } [2020-10-23T07:44:11.720Z] $ docker stop --time=1 c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 [2020-10-23T07:44:13.180Z] $ docker rm -f c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:44:13.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T07:44:13.900Z] [2020-10-23T07:44:13.900Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:44:14.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T07:44:14.277Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-23T07:44:14.277Z] ab5ef0e58194: Pulling fs layer [2020-10-23T07:44:14.277Z] 9712f1f96733: Pulling fs layer [2020-10-23T07:44:14.277Z] 63f879dbbcfc: Pulling fs layer [2020-10-23T07:44:14.277Z] 0d9ebad4ef96: Pulling fs layer [2020-10-23T07:44:14.277Z] e9a5061849ea: Pulling fs layer [2020-10-23T07:44:14.277Z] d747dcd14b5f: Pulling fs layer [2020-10-23T07:44:14.277Z] 2de7ff778b66: Pulling fs layer [2020-10-23T07:44:14.277Z] e9a5061849ea: Waiting [2020-10-23T07:44:14.277Z] d747dcd14b5f: Waiting [2020-10-23T07:44:14.277Z] 2de7ff778b66: Waiting [2020-10-23T07:44:14.277Z] 0d9ebad4ef96: Waiting [2020-10-23T07:44:14.277Z] 9712f1f96733: Verifying Checksum [2020-10-23T07:44:14.277Z] 9712f1f96733: Download complete [2020-10-23T07:44:17.001Z] 63f879dbbcfc: Verifying Checksum [2020-10-23T07:44:17.001Z] 63f879dbbcfc: Download complete [2020-10-23T07:44:17.294Z] e9a5061849ea: Verifying Checksum [2020-10-23T07:44:17.294Z] e9a5061849ea: Download complete [2020-10-23T07:44:17.294Z] d747dcd14b5f: Download complete [2020-10-23T07:44:18.342Z] 2de7ff778b66: Verifying Checksum [2020-10-23T07:44:18.342Z] 2de7ff778b66: Download complete [2020-10-23T07:44:18.620Z] 0d9ebad4ef96: Verifying Checksum [2020-10-23T07:44:18.620Z] 0d9ebad4ef96: Download complete [2020-10-23T07:44:18.914Z] ab5ef0e58194: Verifying Checksum [2020-10-23T07:44:18.914Z] ab5ef0e58194: Download complete [2020-10-23T07:44:25.728Z] ab5ef0e58194: Pull complete [2020-10-23T07:44:25.728Z] 9712f1f96733: Pull complete [2020-10-23T07:44:27.678Z] 63f879dbbcfc: Pull complete [2020-10-23T07:44:35.978Z] 0d9ebad4ef96: Pull complete [2020-10-23T07:44:36.941Z] e9a5061849ea: Pull complete [2020-10-23T07:44:37.377Z] d747dcd14b5f: Pull complete [2020-10-23T07:44:40.324Z] 2de7ff778b66: Pull complete [2020-10-23T07:44:40.324Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-23T07:44:40.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-23T07:44:40.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-23T07:44:40.579Z] prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container [2020-10-23T07:44:40.649Z] $ 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-23T07:44:44.256Z] $ docker top c8d9eca68819a2fa810c628b0ad8711710ff56d768ccf35af033d1d4228fdda6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-23T07:44:44.613Z] provisioning config files... [2020-10-23T07:44:44.636Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8400629690855920960tmp [2020-10-23T07:44:44.671Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7539337235925495516tmp [2020-10-23T07:44:44.689Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2462260439371133196tmp [Pipeline] { [Pipeline] echo [2020-10-23T07:44:44.760Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:44:45.074Z] ---> sigul-configuration.sh [2020-10-23T07:44:45.074Z] gpg: directory `/root/.gnupg' created [2020-10-23T07:44:45.074Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-23T07:44:45.074Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-23T07:44:45.074Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-23T07:44:45.074Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-23T07:44:45.074Z] gpg: CAST5 encrypted data [2020-10-23T07:44:45.342Z] gpg: encrypted with 1 passphrase [2020-10-23T07:44:45.342Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-23T07:44:45.719Z] + mkdir /home/jenkins [2020-10-23T07:44:45.719Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-23T07:44:46.106Z] + 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-23T07:44:46.129Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:44:46.511Z] ---> sigul-install.sh [2020-10-23T07:44:53.291Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-23T07:44:53.614Z] + git tag --list [2020-10-23T07:44:53.615Z] v0.0.0 [2020-10-23T07:44:53.615Z] v0.0.1 [2020-10-23T07:44:53.615Z] v0.1.0 [2020-10-23T07:44:53.615Z] v0.1.1 [2020-10-23T07:44:53.615Z] v0.1.10 [2020-10-23T07:44:53.615Z] v0.1.100 [2020-10-23T07:44:53.615Z] v0.1.101 [2020-10-23T07:44:53.615Z] v0.1.102 [2020-10-23T07:44:53.615Z] v0.1.103 [2020-10-23T07:44:53.615Z] v0.1.104 [2020-10-23T07:44:53.615Z] v0.1.105 [2020-10-23T07:44:53.615Z] v0.1.106 [2020-10-23T07:44:53.615Z] v0.1.107 [2020-10-23T07:44:53.615Z] v0.1.108 [2020-10-23T07:44:53.615Z] v0.1.109 [2020-10-23T07:44:53.615Z] v0.1.11 [2020-10-23T07:44:53.615Z] v0.1.110 [2020-10-23T07:44:53.615Z] v0.1.12 [2020-10-23T07:44:53.615Z] v0.1.13 [2020-10-23T07:44:53.615Z] v0.1.14 [2020-10-23T07:44:53.615Z] v0.1.15 [2020-10-23T07:44:53.615Z] v0.1.16 [2020-10-23T07:44:53.615Z] v0.1.17 [2020-10-23T07:44:53.615Z] v0.1.18 [2020-10-23T07:44:53.615Z] v0.1.19 [2020-10-23T07:44:53.615Z] v0.1.2 [2020-10-23T07:44:53.615Z] v0.1.20 [2020-10-23T07:44:53.615Z] v0.1.21 [2020-10-23T07:44:53.615Z] v0.1.22 [2020-10-23T07:44:53.615Z] v0.1.23 [2020-10-23T07:44:53.615Z] v0.1.24 [2020-10-23T07:44:53.615Z] v0.1.25 [2020-10-23T07:44:53.615Z] v0.1.26 [2020-10-23T07:44:53.615Z] v0.1.27 [2020-10-23T07:44:53.615Z] v0.1.28 [2020-10-23T07:44:53.615Z] v0.1.29 [2020-10-23T07:44:53.615Z] v0.1.3 [2020-10-23T07:44:53.615Z] v0.1.30 [2020-10-23T07:44:53.615Z] v0.1.31 [2020-10-23T07:44:53.615Z] v0.1.32 [2020-10-23T07:44:53.615Z] v0.1.33 [2020-10-23T07:44:53.615Z] v0.1.34 [2020-10-23T07:44:53.615Z] v0.1.35 [2020-10-23T07:44:53.615Z] v0.1.36 [2020-10-23T07:44:53.615Z] v0.1.37 [2020-10-23T07:44:53.615Z] v0.1.38 [2020-10-23T07:44:53.615Z] v0.1.39 [2020-10-23T07:44:53.615Z] v0.1.4 [2020-10-23T07:44:53.615Z] v0.1.40 [2020-10-23T07:44:53.615Z] v0.1.41 [2020-10-23T07:44:53.615Z] v0.1.42 [2020-10-23T07:44:53.615Z] v0.1.43 [2020-10-23T07:44:53.615Z] v0.1.44 [2020-10-23T07:44:53.615Z] v0.1.45 [2020-10-23T07:44:53.615Z] v0.1.46 [2020-10-23T07:44:53.615Z] v0.1.47 [2020-10-23T07:44:53.615Z] v0.1.48 [2020-10-23T07:44:53.615Z] v0.1.49 [2020-10-23T07:44:53.615Z] v0.1.5 [2020-10-23T07:44:53.615Z] v0.1.50 [2020-10-23T07:44:53.615Z] v0.1.51 [2020-10-23T07:44:53.615Z] v0.1.52 [2020-10-23T07:44:53.615Z] v0.1.53 [2020-10-23T07:44:53.615Z] v0.1.54 [2020-10-23T07:44:53.615Z] v0.1.55 [2020-10-23T07:44:53.615Z] v0.1.56 [2020-10-23T07:44:53.615Z] v0.1.57 [2020-10-23T07:44:53.615Z] v0.1.58 [2020-10-23T07:44:53.615Z] v0.1.59 [2020-10-23T07:44:53.615Z] v0.1.6 [2020-10-23T07:44:53.615Z] v0.1.60 [2020-10-23T07:44:53.615Z] v0.1.61 [2020-10-23T07:44:53.615Z] v0.1.62 [2020-10-23T07:44:53.615Z] v0.1.63 [2020-10-23T07:44:53.615Z] v0.1.64 [2020-10-23T07:44:53.615Z] v0.1.65 [2020-10-23T07:44:53.615Z] v0.1.66 [2020-10-23T07:44:53.615Z] v0.1.67 [2020-10-23T07:44:53.615Z] v0.1.68 [2020-10-23T07:44:53.615Z] v0.1.69 [2020-10-23T07:44:53.615Z] v0.1.7 [2020-10-23T07:44:53.615Z] v0.1.70 [2020-10-23T07:44:53.615Z] v0.1.71 [2020-10-23T07:44:53.615Z] v0.1.72 [2020-10-23T07:44:53.615Z] v0.1.73 [2020-10-23T07:44:53.615Z] v0.1.74 [2020-10-23T07:44:53.615Z] v0.1.75 [2020-10-23T07:44:53.615Z] v0.1.76 [2020-10-23T07:44:53.615Z] v0.1.77 [2020-10-23T07:44:53.615Z] v0.1.78 [2020-10-23T07:44:53.615Z] v0.1.79 [2020-10-23T07:44:53.615Z] v0.1.8 [2020-10-23T07:44:53.615Z] v0.1.80 [2020-10-23T07:44:53.615Z] v0.1.81 [2020-10-23T07:44:53.615Z] v0.1.82 [2020-10-23T07:44:53.615Z] v0.1.83 [2020-10-23T07:44:53.615Z] v0.1.84 [2020-10-23T07:44:53.615Z] v0.1.85 [2020-10-23T07:44:53.615Z] v0.1.86 [2020-10-23T07:44:53.615Z] v0.1.87 [2020-10-23T07:44:53.615Z] v0.1.88 [2020-10-23T07:44:53.615Z] v0.1.89 [2020-10-23T07:44:53.615Z] v0.1.9 [2020-10-23T07:44:53.615Z] v0.1.90 [2020-10-23T07:44:53.615Z] v0.1.91 [2020-10-23T07:44:53.615Z] v0.1.92 [2020-10-23T07:44:53.615Z] v0.1.93 [2020-10-23T07:44:53.615Z] v0.1.94 [2020-10-23T07:44:53.615Z] v0.1.95 [2020-10-23T07:44:53.615Z] v0.1.96 [2020-10-23T07:44:53.615Z] v0.1.97 [2020-10-23T07:44:53.615Z] v0.1.98 [2020-10-23T07:44:53.615Z] v0.1.99 [Pipeline] sh [2020-10-23T07:44:53.937Z] + lftools sign git-tag v0.1.110 [2020-10-23T07:44:55.353Z] Signing Git tag with Sigul... [2020-10-23T07:44:55.353Z] Signing v0.1.110 [Pipeline] echo [2020-10-23T07:44:56.774Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:44:57.176Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-23T07:44:57.189Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-23T07:44:57.304Z] $ docker stop --time=1 c8d9eca68819a2fa810c628b0ad8711710ff56d768ccf35af033d1d4228fdda6 [2020-10-23T07:44:59.441Z] $ docker rm -f c8d9eca68819a2fa810c628b0ad8711710ff56d768ccf35af033d1d4228fdda6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:45:00.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T07:45:00.561Z] . [Pipeline] withDockerContainer [2020-10-23T07:45:00.760Z] prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container [2020-10-23T07:45:00.873Z] $ 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-23T07:45:02.181Z] $ docker top cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T07:45:02.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T07:45:02.656Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T07:45:03.028Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T07:45:03.054Z] $ docker exec cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 ssh-agent [2020-10-23T07:45:03.680Z] SSH_AUTH_SOCK=/tmp/ssh-XvkD9rA3Fh49/agent.11 [2020-10-23T07:45:03.680Z] SSH_AGENT_PID=16 [2020-10-23T07:45:03.716Z] Running ssh-add (command line suppressed) [2020-10-23T07:45:04.029Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_440636469076973425.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_440636469076973425.key) [2020-10-23T07:45:04.104Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T07:45:04.465Z] + git semver bump patch [2020-10-23T07:45:04.729Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T07:45:04.729Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-23T07:45:04.729Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-23T07:45:04.729Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T07:45:04.729Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T07:45:04.729Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T07:45:04.729Z] # $SEMVER_BRANCH = master [2020-10-23T07:45:04.729Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-23T07:45:04.729Z] 0.1.111 [Pipeline] } [2020-10-23T07:45:04.745Z] $ docker exec --env ******** --env ******** cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 ssh-agent -k [2020-10-23T07:45:05.206Z] unset SSH_AUTH_SOCK; [2020-10-23T07:45:05.207Z] unset SSH_AGENT_PID; [2020-10-23T07:45:05.207Z] echo Agent pid 16 killed; [2020-10-23T07:45:05.325Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T07:45:06.035Z] + git semver [Pipeline] } [2020-10-23T07:45:06.235Z] $ docker stop --time=1 cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 [2020-10-23T07:45:07.739Z] $ docker rm -f cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:45:08.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T07:45:08.367Z] . [Pipeline] withDockerContainer [2020-10-23T07:45:08.519Z] prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container [2020-10-23T07:45:08.577Z] $ 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-23T07:45:09.434Z] $ docker top c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T07:45:09.806Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T07:45:09.807Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T07:45:10.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T07:45:10.095Z] $ docker exec c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 ssh-agent [2020-10-23T07:45:10.451Z] SSH_AUTH_SOCK=/tmp/ssh-i45pPIqhfl88/agent.12 [2020-10-23T07:45:10.451Z] SSH_AGENT_PID=17 [2020-10-23T07:45:10.461Z] Running ssh-add (command line suppressed) [2020-10-23T07:45:10.998Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3276583077446373997.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3276583077446373997.key) [2020-10-23T07:45:11.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T07:45:11.460Z] + git semver push [2020-10-23T07:45:11.460Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T07:45:11.460Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-23T07:45:11.460Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-23T07:45:11.460Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T07:45:11.460Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T07:45:11.460Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T07:45:11.460Z] # $SEMVER_BRANCH = master [2020-10-23T07:45:11.460Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-23T07:45:18.129Z] $ docker exec --env ******** --env ******** c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 ssh-agent -k [2020-10-23T07:45:18.355Z] unset SSH_AUTH_SOCK; [2020-10-23T07:45:18.361Z] unset SSH_AGENT_PID; [2020-10-23T07:45:18.361Z] echo Agent pid 17 killed; [2020-10-23T07:45:18.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T07:45:19.111Z] + git semver [Pipeline] } [2020-10-23T07:45:19.407Z] $ docker stop --time=1 c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 [2020-10-23T07:45:20.882Z] $ docker rm -f c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 [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-23T07:45:22.559Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:45:23.330Z] ---> package-listing.sh [2020-10-23T07:45:23.330Z] ++ facter osfamily [2020-10-23T07:45:23.330Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-23T07:45:23.330Z] + OS_FAMILY=redhat [2020-10-23T07:45:23.330Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-23T07:45:23.330Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-23T07:45:23.330Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-23T07:45:23.330Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-23T07:45:23.330Z] + PACKAGES=/tmp/packages_start.txt [2020-10-23T07:45:23.330Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-23T07:45:23.330Z] + PACKAGES=/tmp/packages_end.txt [2020-10-23T07:45:23.330Z] + case "${OS_FAMILY}" in [2020-10-23T07:45:23.330Z] + rpm -qa [2020-10-23T07:45:23.330Z] + sort [2020-10-23T07:45:27.713Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-23T07:45:27.713Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-23T07:45:27.713Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-23T07:45:27.713Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-23T07:45:27.713Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-23T07:45:27.713Z] + 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-23T07:45:27.728Z] 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-23T07:45:28.029Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:45:28.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T07:45:28.389Z] [2020-10-23T07:45:28.389Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-23T07:45:28.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T07:45:29.106Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-23T07:45:29.106Z] df20fa9351a1: Pulling fs layer [2020-10-23T07:45:29.106Z] 36b3adc4ff6f: Pulling fs layer [2020-10-23T07:45:29.106Z] 8ad3a11d3b57: Pulling fs layer [2020-10-23T07:45:29.106Z] 46f8f816bc3b: Pulling fs layer [2020-10-23T07:45:29.106Z] 93b61091891f: Pulling fs layer [2020-10-23T07:45:29.106Z] 93b9cdb0e59b: Pulling fs layer [2020-10-23T07:45:29.106Z] 5e14af77c1be: Pulling fs layer [2020-10-23T07:45:29.106Z] 01666e4c0597: Pulling fs layer [2020-10-23T07:45:29.106Z] aa168da1d23b: Pulling fs layer [2020-10-23T07:45:29.106Z] 46f8f816bc3b: Waiting [2020-10-23T07:45:29.106Z] 93b61091891f: Waiting [2020-10-23T07:45:29.106Z] 93b9cdb0e59b: Waiting [2020-10-23T07:45:29.106Z] 5e14af77c1be: Waiting [2020-10-23T07:45:29.106Z] 01666e4c0597: Waiting [2020-10-23T07:45:29.106Z] aa168da1d23b: Waiting [2020-10-23T07:45:29.106Z] 36b3adc4ff6f: Verifying Checksum [2020-10-23T07:45:29.106Z] 36b3adc4ff6f: Download complete [2020-10-23T07:45:29.106Z] 46f8f816bc3b: Verifying Checksum [2020-10-23T07:45:29.106Z] 46f8f816bc3b: Download complete [2020-10-23T07:45:29.106Z] df20fa9351a1: Verifying Checksum [2020-10-23T07:45:29.106Z] df20fa9351a1: Download complete [2020-10-23T07:45:29.380Z] 93b9cdb0e59b: Verifying Checksum [2020-10-23T07:45:29.380Z] 93b9cdb0e59b: Download complete [2020-10-23T07:45:29.380Z] 5e14af77c1be: Verifying Checksum [2020-10-23T07:45:29.380Z] 5e14af77c1be: Download complete [2020-10-23T07:45:29.380Z] 01666e4c0597: Verifying Checksum [2020-10-23T07:45:29.380Z] 01666e4c0597: Download complete [2020-10-23T07:45:29.380Z] 93b61091891f: Verifying Checksum [2020-10-23T07:45:29.380Z] 93b61091891f: Download complete [2020-10-23T07:45:29.697Z] df20fa9351a1: Pull complete [2020-10-23T07:45:29.997Z] 8ad3a11d3b57: Verifying Checksum [2020-10-23T07:45:29.997Z] 8ad3a11d3b57: Download complete [2020-10-23T07:45:29.997Z] 36b3adc4ff6f: Pull complete [2020-10-23T07:45:31.480Z] 8ad3a11d3b57: Pull complete [2020-10-23T07:45:31.480Z] 46f8f816bc3b: Pull complete [2020-10-23T07:45:32.232Z] 93b61091891f: Pull complete [2020-10-23T07:45:32.232Z] 93b9cdb0e59b: Pull complete [2020-10-23T07:45:32.853Z] 5e14af77c1be: Pull complete [2020-10-23T07:45:33.133Z] 01666e4c0597: Pull complete [2020-10-23T07:45:34.641Z] aa168da1d23b: Verifying Checksum [2020-10-23T07:45:34.641Z] aa168da1d23b: Download complete [2020-10-23T07:45:44.950Z] aa168da1d23b: Pull complete [2020-10-23T07:45:44.950Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-23T07:45:44.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T07:45:44.950Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-23T07:45:45.178Z] prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container [2020-10-23T07:45:45.276Z] $ 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-23T07:45:48.613Z] $ docker top e9a83b1719f38924e1081041e40e973f148deed56249a97dddb008b3493c2826 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T07:45:49.310Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-23T07:45:49.646Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-23T07:45:50.002Z] + ls /var/log/sa-host [2020-10-23T07:45:50.002Z] + sadf -c /var/log/sa-host/sa05 [2020-10-23T07:45:50.002Z] file_magic: OK [2020-10-23T07:45:50.002Z] HZ: Using current value: 100 [2020-10-23T07:45:50.002Z] file_header: OK [2020-10-23T07:45:50.002Z] 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-23T07:45:50.002Z] Statistics: [2020-10-23T07:45:50.002Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T07:45:50.002Z] File successfully converted to sysstat format version 12.2.1 [2020-10-23T07:45:50.002Z] + sadf -c /var/log/sa-host/sa23 [2020-10-23T07:45:50.002Z] file_magic: OK [2020-10-23T07:45:50.002Z] HZ: Using current value: 100 [2020-10-23T07:45:50.002Z] file_header: OK [2020-10-23T07:45:50.002Z] 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-23T07:45:50.002Z] Statistics: [2020-10-23T07:45:50.002Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T07:45:50.002Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-23T07:45:50.245Z] provisioning config files... [2020-10-23T07:45:50.266Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5009833975633619815tmp [Pipeline] { [Pipeline] echo [2020-10-23T07:45:50.373Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:45:50.711Z] ---> create-netrc.sh [Pipeline] } [2020-10-23T07:45:50.730Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-23T07:45:50.878Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:45:51.295Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-23T07:45:51.312Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:45:51.866Z] ---> sudo-logs.sh [2020-10-23T07:45:51.866Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-23T07:45:51.893Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:45:52.311Z] ---> job-cost.sh [2020-10-23T07:45:52.311Z] lf-activate-venv: SKIPPING [2020-10-23T07:45:52.311Z] INFO: No Stack... [2020-10-23T07:45:53.286Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-23T07:45:53.866Z] INFO: Archiving Costs [Pipeline] echo [2020-10-23T07:45:53.882Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T07:45:54.234Z] ---> logs-deploy.sh [2020-10-23T07:45:54.234Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/76 [2020-10-23T07:45:54.234Z] INFO: archiving workspace using pattern(s): [2020-10-23T07:45:57.666Z] Archives upload complete. [2020-10-23T07:45:57.666Z] INFO: archiving logs to Nexus