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 07:38:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:38:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:38:33 ========================================================= 07:38:33 EdgeX Global Pipelines Version Info 07:38:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:38:36 ------------------- 07:38:36 stable info: 07:38:36 ------------------- 07:38:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:38:36 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 07:38:36 Message: update stable to v1.0.148 07:38:36 ------------------- 07:38:36 experimental info: 07:38:36 ------------------- 07:38:36 Commited By: **** collab-it+edgex@linuxfoundation.org 07:38:36 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 07:38:36 Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:38:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:38:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:38:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:38:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:38:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:38:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:38:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:38:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7576eaf242e152719bf0fb6dddf04d934e010ca [Pipeline] echo 07:38:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7576ea [Pipeline] echo 07:38:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:38:41 + git log --format=format:%s -1 f7576eaf242e152719bf0fb6dddf04d934e010ca [Pipeline] echo 07:38:41 GIT_COMMIT: f7576eaf242e152719bf0fb6dddf04d934e010ca, Commit Message: Merge pull request #359 from weichou1229/issue-358 [Pipeline] echo 07:38:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:38:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:38:42 07:38:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:38:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:38:42 latest: Pulling from edgex-devops/git-semver 07:38:42 31603596830f: Pulling fs layer 07:38:42 2a8b12db71e7: Pulling fs layer 07:38:42 6ca5941a6612: Pulling fs layer 07:38:42 ecc8261a40a4: Pulling fs layer 07:38:42 ecc8261a40a4: Waiting 07:38:42 2a8b12db71e7: Verifying Checksum 07:38:42 2a8b12db71e7: Download complete 07:38:43 31603596830f: Download complete 07:38:43 31603596830f: Pull complete 07:38:43 2a8b12db71e7: Pull complete 07:38:44 ecc8261a40a4: Verifying Checksum 07:38:44 ecc8261a40a4: Download complete 07:38:44 6ca5941a6612: Verifying Checksum 07:38:44 6ca5941a6612: Download complete 07:38:46 6ca5941a6612: Pull complete 07:38:46 ecc8261a40a4: Pull complete 07:38:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:38:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:38:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:38:46 prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container 07:38:46 $ 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 07:38:48 $ docker top 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:38:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:38:49 [ssh-agent] Looking for ssh-agent implementation... 07:38:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:38:49 $ docker exec 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f ssh-agent 07:38:49 SSH_AUTH_SOCK=/tmp/ssh-KTKYFGBIiEPU/agent.11 07:38:49 SSH_AGENT_PID=16 07:38:49 Running ssh-add (command line suppressed) 07:38:49 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) 07:38:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:38:50 + git tag --points-at HEAD [Pipeline] } 07:38:50 $ docker exec --env ******** --env ******** 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f ssh-agent -k 07:38:50 unset SSH_AUTH_SOCK; 07:38:50 unset SSH_AGENT_PID; 07:38:50 echo Agent pid 16 killed; 07:38:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:38:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:38:51 [ssh-agent] Looking for ssh-agent implementation... 07:38:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:38:51 $ docker exec 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f ssh-agent 07:38:51 SSH_AUTH_SOCK=/tmp/ssh-dQBEfniMJLlb/agent.45 07:38:51 SSH_AGENT_PID=50 07:38:51 Running ssh-add (command line suppressed) 07:38:51 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) 07:38:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:38:52 + git semver init 07:38:52 # -> Open(): unable to determine branch for HEAD 07:38:52 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 07:38:52 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 07:38:52 # $SEMVER_REMOTE_NAME = origin 07:38:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:38:52 # $SEMVER_USER_NAME = edgex-jenkins 07:38:52 # $SEMVER_BRANCH = master 07:38:52 # $SEMVER_TEMP = /tmp/semver-902107596 07:38:52 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 07:38:53 # '/tmp/semver-902107596' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 07:38:53 # -> Force: false 07:38:53 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 07:38:53 $ docker exec --env ******** --env ******** 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f ssh-agent -k 07:38:53 unset SSH_AUTH_SOCK; 07:38:53 unset SSH_AGENT_PID; 07:38:53 echo Agent pid 50 killed; 07:38:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:38:54 + git semver [Pipeline] } 07:38:54 $ docker stop --time=1 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f 07:38:55 $ docker rm -f 343076d8568b0f1ffc42d1344a6a1c7ff0f844e639ec0419fcf8db89fd2b128f [Pipeline] // withDockerContainer [Pipeline] sh 07:38:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:38:57 Stashed 1 file(s) [Pipeline] echo 07:38:57 [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 07:39:12 Still waiting to schedule task 07:39:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:39:12 Still waiting to schedule task 07:39:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:41:50 Running on prd-centos7-docker-4c-2g-8392 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 07:41:50 Running in /w/workspace/go-mod-core-contracts/76 [Pipeline] { [Pipeline] checkout 07:41:53 using credential edgex-jenkins-ssh 07:41:53 Cloning the remote Git repository 07:41:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:41:53 > git init /w/workspace/go-mod-core-contracts/76 # timeout=10 07:41:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:41:53 > git --version # timeout=10 07:41:53 > git --version # 'git version 2.16.5' 07:41:53 using GIT_SSH to set credentials SSH Credentials for GitHub 07:41:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:41:55 Checking out Revision f7576eaf242e152719bf0fb6dddf04d934e010ca (master) 07:41:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:41:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:41:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:41:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:41:54 using GIT_SSH to set credentials SSH Credentials for GitHub 07:41:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:41:55 > git config core.sparsecheckout # timeout=10 07:41:55 > git checkout -f f7576eaf242e152719bf0fb6dddf04d934e010ca # timeout=10 07:41:58 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 07:41:59 ========================================================= 07:41:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:41:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:42:00 + 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 . 07:42:01 Sending build context to Docker daemon 1.774MB 07:42:01 Step 1/7 : ARG BASE=golang:1.15-alpine 07:42:01 Step 2/7 : FROM ${BASE} 07:42:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:42:01 df20fa9351a1: Pulling fs layer 07:42:01 ed8968b2872e: Pulling fs layer 07:42:01 a92cc7c5fd73: Pulling fs layer 07:42:01 e871e8e8d7a9: Pulling fs layer 07:42:01 e73272ec9a57: Pulling fs layer 07:42:01 1e910a182e73: Pulling fs layer 07:42:01 4e634b169226: Pulling fs layer 07:42:01 e73272ec9a57: Waiting 07:42:01 1e910a182e73: Waiting 07:42:01 4e634b169226: Waiting 07:42:01 e871e8e8d7a9: Waiting 07:42:01 a92cc7c5fd73: Verifying Checksum 07:42:01 a92cc7c5fd73: Download complete 07:42:01 ed8968b2872e: Verifying Checksum 07:42:01 ed8968b2872e: Download complete 07:42:01 e73272ec9a57: Download complete 07:42:01 1e910a182e73: Verifying Checksum 07:42:01 1e910a182e73: Download complete 07:42:01 df20fa9351a1: Verifying Checksum 07:42:01 df20fa9351a1: Download complete 07:42:01 df20fa9351a1: Pull complete 07:42:01 ed8968b2872e: Pull complete 07:42:01 a92cc7c5fd73: Pull complete 07:42:02 4e634b169226: Verifying Checksum 07:42:02 4e634b169226: Download complete 07:42:03 e871e8e8d7a9: Verifying Checksum 07:42:03 e871e8e8d7a9: Download complete 07:42:09 e871e8e8d7a9: Pull complete 07:42:09 e73272ec9a57: Pull complete 07:42:09 1e910a182e73: Pull complete 07:42:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8391 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 07:42:13 Running in /w/workspace/go-mod-core-contracts/76 [Pipeline] { [Pipeline] checkout 07:42:17 4e634b169226: Pull complete 07:42:17 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:42:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:42:17 ---> f7629b54cfaa 07:42:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:42:17 ---> Running in bdbd4b15e4e9 07:42:17 Removing intermediate container bdbd4b15e4e9 07:42:17 ---> 838446ef8ab2 07:42:17 Step 4/7 : RUN apk add bash 07:42:17 ---> Running in 7f30ad97a8ee 07:42:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:42:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:42:18 OK: 166 MiB in 39 packages 07:42:18 Removing intermediate container 7f30ad97a8ee 07:42:18 ---> ffe4ac0ae0e8 07:42:18 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:42:18 ---> Running in 50c71413e9ee 07:42:18 using credential edgex-jenkins-ssh 07:42:19 Removing intermediate container 50c71413e9ee 07:42:19 ---> 4a198d20f5bd 07:42:19 Step 6/7 : COPY go.mod . 07:42:19 Cloning the remote Git repository 07:42:19 ---> ad26f23dde7e 07:42:19 Step 7/7 : RUN go mod download 07:42:19 ---> Running in 4d5a00c3e22c 07:42:19 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:42:19 > git init /w/workspace/go-mod-core-contracts/76 # timeout=10 07:42:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:42:19 > git --version # timeout=10 07:42:19 > git --version # 'git version 2.17.1' 07:42:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:42:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:42:20 Checking out Revision f7576eaf242e152719bf0fb6dddf04d934e010ca (master) 07:42:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:42:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:42:20 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:42:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:42:20 using GIT_SSH to set credentials SSH Credentials for GitHub 07:42:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:42:21 > git config core.sparsecheckout # timeout=10 07:42:21 > git checkout -f f7576eaf242e152719bf0fb6dddf04d934e010ca # timeout=10 07:42:25 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 07:42:26 ========================================================= 07:42:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:42:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:42:27 + 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 . 07:42:28 Sending build context to Docker daemon 1.774MB 07:42:28 Step 1/7 : ARG BASE=golang:1.15-alpine 07:42:28 Step 2/7 : FROM ${BASE} 07:42:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:42:28 b538f80385f9: Pulling fs layer 07:42:28 74f711af9a0d: Pulling fs layer 07:42:28 99f96fe45779: Pulling fs layer 07:42:28 8529a6b9a6be: Pulling fs layer 07:42:28 45590311c82a: Pulling fs layer 07:42:28 69ca0ff8b7b3: Pulling fs layer 07:42:28 209524e5b208: Pulling fs layer 07:42:28 45590311c82a: Waiting 07:42:28 8529a6b9a6be: Waiting 07:42:28 69ca0ff8b7b3: Waiting 07:42:28 209524e5b208: Waiting 07:42:28 99f96fe45779: Download complete 07:42:28 74f711af9a0d: Verifying Checksum 07:42:28 74f711af9a0d: Download complete 07:42:28 45590311c82a: Verifying Checksum 07:42:28 45590311c82a: Download complete 07:42:28 69ca0ff8b7b3: Verifying Checksum 07:42:28 69ca0ff8b7b3: Download complete 07:42:28 b538f80385f9: Verifying Checksum 07:42:28 b538f80385f9: Download complete 07:42:29 b538f80385f9: Pull complete 07:42:30 74f711af9a0d: Pull complete 07:42:30 99f96fe45779: Pull complete 07:42:31 209524e5b208: Verifying Checksum 07:42:31 209524e5b208: Download complete 07:42:31 Removing intermediate container 4d5a00c3e22c 07:42:31 ---> 9ba24f8da2ae 07:42:31 Successfully built 9ba24f8da2ae 07:42:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:42:31 + docker inspect -f . ci-base-image-x86_64 07:42:31 . [Pipeline] withDockerContainer 07:42:32 prd-centos7-docker-4c-2g-8392 does not seem to be running inside a container 07:42:32 $ 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 07:42:32 8529a6b9a6be: Verifying Checksum 07:42:32 8529a6b9a6be: Download complete 07:42:32 $ docker top c4749f79eaa867bc03455f6db521f1d0e4f5fca45489fc7b8170cf84a79074fb -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:33 + go version 07:42:33 go version go1.15.2 linux/amd64 [Pipeline] } 07:42:33 $ docker stop --time=1 c4749f79eaa867bc03455f6db521f1d0e4f5fca45489fc7b8170cf84a79074fb 07:42:35 $ 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] } 07:42:42 8529a6b9a6be: Pull complete 07:42:42 45590311c82a: Pull complete 07:42:43 69ca0ff8b7b3: Pull complete 07:42:47 209524e5b208: Pull complete 07:42:47 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:42:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:42:47 ---> 5bddaf1c2fca 07:42:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:42:50 ---> Running in f036dc8f4e63 07:42:50 Removing intermediate container f036dc8f4e63 07:42:50 ---> 9f253b52f0b9 07:42:50 Step 4/7 : RUN apk add bash 07:42:50 ---> Running in cb6b91238cdb 07:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:53 OK: 142 MiB in 39 packages 07:42:54 Removing intermediate container cb6b91238cdb 07:42:54 ---> ec56c4562224 07:42:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:42:54 ---> Running in ddabacaff7b0 07:42:55 Removing intermediate container ddabacaff7b0 07:42:55 ---> 62b3be78a6e2 07:42:55 Step 6/7 : COPY go.mod . 07:42:55 ---> 774f696bcc66 07:42:55 Step 7/7 : RUN go mod download 07:42:55 ---> Running in 68e001dd22d2 07:43:10 Removing intermediate container 68e001dd22d2 07:43:10 ---> f9291a7ef60a 07:43:10 Successfully built f9291a7ef60a 07:43:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:43:11 + docker inspect -f . ci-base-image-arm64 07:43:11 . [Pipeline] withDockerContainer 07:43:11 prd-ubuntu18.04-docker-arm64-4c-16g-8391 does not seem to be running inside a container 07:43:11 $ 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 07:43:13 $ docker top f55a9475985d978f88939b2db9a01d8fd99095b6785f3f9fe3bf0ce1f34f5071 -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:14 + go version 07:43:14 go version go1.15.2 linux/arm64 [Pipeline] } 07:43:15 $ docker stop --time=1 f55a9475985d978f88939b2db9a01d8fd99095b6785f3f9fe3bf0ce1f34f5071 07:43:16 $ 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 07:43:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:43:20 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:43:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:43:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:43:20 07:43:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:43:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:43:21 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:43:21 cbdbe7a5bc2a: Pulling fs layer 07:43:21 408f87550127: Pulling fs layer 07:43:21 fe522b08c979: Pulling fs layer 07:43:21 221eaa008020: Pulling fs layer 07:43:21 2a4607e5d6b9: Pulling fs layer 07:43:21 8f79b27c4fd2: Pulling fs layer 07:43:21 e5c8dbe1645b: Pulling fs layer 07:43:21 23e8b3b47431: Pulling fs layer 07:43:21 5c568d65a230: Pulling fs layer 07:43:21 8f79b27c4fd2: Waiting 07:43:21 e5c8dbe1645b: Waiting 07:43:21 23e8b3b47431: Waiting 07:43:21 5c568d65a230: Waiting 07:43:21 221eaa008020: Waiting 07:43:21 2a4607e5d6b9: Waiting 07:43:21 fe522b08c979: Verifying Checksum 07:43:21 fe522b08c979: Download complete 07:43:21 408f87550127: Download complete 07:43:21 2a4607e5d6b9: Verifying Checksum 07:43:21 2a4607e5d6b9: Download complete 07:43:21 8f79b27c4fd2: Verifying Checksum 07:43:21 8f79b27c4fd2: Download complete 07:43:21 cbdbe7a5bc2a: Download complete 07:43:21 cbdbe7a5bc2a: Pull complete 07:43:22 408f87550127: Pull complete 07:43:22 fe522b08c979: Pull complete 07:43:23 e5c8dbe1645b: Verifying Checksum 07:43:23 e5c8dbe1645b: Download complete 07:43:26 23e8b3b47431: Verifying Checksum 07:43:26 23e8b3b47431: Download complete 07:43:26 5c568d65a230: Verifying Checksum 07:43:26 5c568d65a230: Download complete 07:43:28 221eaa008020: Verifying Checksum 07:43:28 221eaa008020: Download complete 07:43:36 221eaa008020: Pull complete 07:43:36 2a4607e5d6b9: Pull complete 07:43:36 8f79b27c4fd2: Pull complete 07:43:39 e5c8dbe1645b: Pull complete 07:43:42 23e8b3b47431: Pull complete 07:43:44 5c568d65a230: Pull complete 07:43:44 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:43:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:43:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:43:45 prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container 07:43:45 $ 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 07:43:46 $ docker top a232cb2f3f5e379824e77a64095d79bbca2b692df55a23da00a22dfe2f617ce6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:47 + snyk monitor '--org=edgex-jenkins' 07:44:02 07:44:02 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 07:44:02 07:44:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/0a857821-7eb2-442e-8bb5-98f56c22d5dd 07:44:02 07:44:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:44:02 07:44:02 07:44:02 Snyk CLI supports Node.js 8 and higher. 07:44:02 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:44:02 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:44:02 07:44:02 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:44:02 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 07:44:02 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 07:44:02 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:44:02 $ docker stop --time=1 a232cb2f3f5e379824e77a64095d79bbca2b692df55a23da00a22dfe2f617ce6 07:44:04 $ 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 07:44:06 + git log --format=format:%s -1 f7576eaf242e152719bf0fb6dddf04d934e010ca [Pipeline] isUnix [Pipeline] sh 07:44:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:44:07 . [Pipeline] withDockerContainer 07:44:07 prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container 07:44:07 $ 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 07:44:08 $ docker top c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:44:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:44:09 [ssh-agent] Looking for ssh-agent implementation... 07:44:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:44:09 $ docker exec c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 ssh-agent 07:44:09 SSH_AUTH_SOCK=/tmp/ssh-oqFiRXIGLRKE/agent.12 07:44:09 SSH_AGENT_PID=17 07:44:09 Running ssh-add (command line suppressed) 07:44:10 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) 07:44:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:44:10 + git semver tag 07:44:10 # -> Open(): unable to determine branch for HEAD 07:44:10 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 07:44:10 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 07:44:10 # $SEMVER_REMOTE_NAME = origin 07:44:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:44:10 # $SEMVER_USER_NAME = edgex-jenkins 07:44:10 # $SEMVER_BRANCH = master 07:44:10 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 07:44:10 # f7576eaf242e152719bf0fb6dddf04d934e010ca HEAD 07:44:10 # -> Force: false 07:44:10 # c61c29e7891adab36368375a724d67e26c833db7 refs/tags/v0.1.110 [Pipeline] } 07:44:10 $ docker exec --env ******** --env ******** c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 ssh-agent -k 07:44:11 unset SSH_AUTH_SOCK; 07:44:11 unset SSH_AGENT_PID; 07:44:11 echo Agent pid 17 killed; 07:44:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:44:11 + git semver [Pipeline] } 07:44:11 $ docker stop --time=1 c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 07:44:13 $ docker rm -f c99b24b13279d3797b3c772ea75448dcb775a896c4670a45b4c28a94a885b833 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:44:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:44:13 07:44:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:44:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:44:14 0.23.1-centos7: Pulling from edgex-lftools 07:44:14 ab5ef0e58194: Pulling fs layer 07:44:14 9712f1f96733: Pulling fs layer 07:44:14 63f879dbbcfc: Pulling fs layer 07:44:14 0d9ebad4ef96: Pulling fs layer 07:44:14 e9a5061849ea: Pulling fs layer 07:44:14 d747dcd14b5f: Pulling fs layer 07:44:14 2de7ff778b66: Pulling fs layer 07:44:14 e9a5061849ea: Waiting 07:44:14 d747dcd14b5f: Waiting 07:44:14 2de7ff778b66: Waiting 07:44:14 0d9ebad4ef96: Waiting 07:44:14 9712f1f96733: Verifying Checksum 07:44:14 9712f1f96733: Download complete 07:44:17 63f879dbbcfc: Verifying Checksum 07:44:17 63f879dbbcfc: Download complete 07:44:17 e9a5061849ea: Verifying Checksum 07:44:17 e9a5061849ea: Download complete 07:44:17 d747dcd14b5f: Download complete 07:44:18 2de7ff778b66: Verifying Checksum 07:44:18 2de7ff778b66: Download complete 07:44:18 0d9ebad4ef96: Verifying Checksum 07:44:18 0d9ebad4ef96: Download complete 07:44:18 ab5ef0e58194: Verifying Checksum 07:44:18 ab5ef0e58194: Download complete 07:44:25 ab5ef0e58194: Pull complete 07:44:25 9712f1f96733: Pull complete 07:44:27 63f879dbbcfc: Pull complete 07:44:35 0d9ebad4ef96: Pull complete 07:44:36 e9a5061849ea: Pull complete 07:44:37 d747dcd14b5f: Pull complete 07:44:40 2de7ff778b66: Pull complete 07:44:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:44:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:44:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:44:40 prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container 07:44:40 $ 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 07:44:44 $ docker top c8d9eca68819a2fa810c628b0ad8711710ff56d768ccf35af033d1d4228fdda6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:44:44 provisioning config files... 07:44:44 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8400629690855920960tmp 07:44:44 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7539337235925495516tmp 07:44:44 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2462260439371133196tmp [Pipeline] { [Pipeline] echo 07:44:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:44:45 ---> sigul-configuration.sh 07:44:45 gpg: directory `/root/.gnupg' created 07:44:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:44:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:44:45 gpg: keyring `/root/.gnupg/secring.gpg' created 07:44:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:44:45 gpg: CAST5 encrypted data 07:44:45 gpg: encrypted with 1 passphrase 07:44:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:44:45 + mkdir /home/jenkins 07:44:45 + mkdir /home/jenkins/sigul [Pipeline] sh 07:44:46 + 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 07:44:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:44:46 ---> sigul-install.sh 07:44:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:44:53 + git tag --list 07:44:53 v0.0.0 07:44:53 v0.0.1 07:44:53 v0.1.0 07:44:53 v0.1.1 07:44:53 v0.1.10 07:44:53 v0.1.100 07:44:53 v0.1.101 07:44:53 v0.1.102 07:44:53 v0.1.103 07:44:53 v0.1.104 07:44:53 v0.1.105 07:44:53 v0.1.106 07:44:53 v0.1.107 07:44:53 v0.1.108 07:44:53 v0.1.109 07:44:53 v0.1.11 07:44:53 v0.1.110 07:44:53 v0.1.12 07:44:53 v0.1.13 07:44:53 v0.1.14 07:44:53 v0.1.15 07:44:53 v0.1.16 07:44:53 v0.1.17 07:44:53 v0.1.18 07:44:53 v0.1.19 07:44:53 v0.1.2 07:44:53 v0.1.20 07:44:53 v0.1.21 07:44:53 v0.1.22 07:44:53 v0.1.23 07:44:53 v0.1.24 07:44:53 v0.1.25 07:44:53 v0.1.26 07:44:53 v0.1.27 07:44:53 v0.1.28 07:44:53 v0.1.29 07:44:53 v0.1.3 07:44:53 v0.1.30 07:44:53 v0.1.31 07:44:53 v0.1.32 07:44:53 v0.1.33 07:44:53 v0.1.34 07:44:53 v0.1.35 07:44:53 v0.1.36 07:44:53 v0.1.37 07:44:53 v0.1.38 07:44:53 v0.1.39 07:44:53 v0.1.4 07:44:53 v0.1.40 07:44:53 v0.1.41 07:44:53 v0.1.42 07:44:53 v0.1.43 07:44:53 v0.1.44 07:44:53 v0.1.45 07:44:53 v0.1.46 07:44:53 v0.1.47 07:44:53 v0.1.48 07:44:53 v0.1.49 07:44:53 v0.1.5 07:44:53 v0.1.50 07:44:53 v0.1.51 07:44:53 v0.1.52 07:44:53 v0.1.53 07:44:53 v0.1.54 07:44:53 v0.1.55 07:44:53 v0.1.56 07:44:53 v0.1.57 07:44:53 v0.1.58 07:44:53 v0.1.59 07:44:53 v0.1.6 07:44:53 v0.1.60 07:44:53 v0.1.61 07:44:53 v0.1.62 07:44:53 v0.1.63 07:44:53 v0.1.64 07:44:53 v0.1.65 07:44:53 v0.1.66 07:44:53 v0.1.67 07:44:53 v0.1.68 07:44:53 v0.1.69 07:44:53 v0.1.7 07:44:53 v0.1.70 07:44:53 v0.1.71 07:44:53 v0.1.72 07:44:53 v0.1.73 07:44:53 v0.1.74 07:44:53 v0.1.75 07:44:53 v0.1.76 07:44:53 v0.1.77 07:44:53 v0.1.78 07:44:53 v0.1.79 07:44:53 v0.1.8 07:44:53 v0.1.80 07:44:53 v0.1.81 07:44:53 v0.1.82 07:44:53 v0.1.83 07:44:53 v0.1.84 07:44:53 v0.1.85 07:44:53 v0.1.86 07:44:53 v0.1.87 07:44:53 v0.1.88 07:44:53 v0.1.89 07:44:53 v0.1.9 07:44:53 v0.1.90 07:44:53 v0.1.91 07:44:53 v0.1.92 07:44:53 v0.1.93 07:44:53 v0.1.94 07:44:53 v0.1.95 07:44:53 v0.1.96 07:44:53 v0.1.97 07:44:53 v0.1.98 07:44:53 v0.1.99 [Pipeline] sh 07:44:53 + lftools sign git-tag v0.1.110 07:44:55 Signing Git tag with Sigul... 07:44:55 Signing v0.1.110 [Pipeline] echo 07:44:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:44:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:44:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:44:57 $ docker stop --time=1 c8d9eca68819a2fa810c628b0ad8711710ff56d768ccf35af033d1d4228fdda6 07:44:59 $ 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 07:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:00 . [Pipeline] withDockerContainer 07:45:00 prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container 07:45:00 $ 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 07:45:02 $ docker top cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:45:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:02 [ssh-agent] Looking for ssh-agent implementation... 07:45:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:03 $ docker exec cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 ssh-agent 07:45:03 SSH_AUTH_SOCK=/tmp/ssh-XvkD9rA3Fh49/agent.11 07:45:03 SSH_AGENT_PID=16 07:45:03 Running ssh-add (command line suppressed) 07:45:04 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) 07:45:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:04 + git semver bump patch 07:45:04 # -> Open(): unable to determine branch for HEAD 07:45:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 07:45:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 07:45:04 # $SEMVER_REMOTE_NAME = origin 07:45:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:45:04 # $SEMVER_USER_NAME = edgex-jenkins 07:45:04 # $SEMVER_BRANCH = master 07:45:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 07:45:04 0.1.111 [Pipeline] } 07:45:04 $ docker exec --env ******** --env ******** cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 ssh-agent -k 07:45:05 unset SSH_AUTH_SOCK; 07:45:05 unset SSH_AGENT_PID; 07:45:05 echo Agent pid 16 killed; 07:45:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:45:06 + git semver [Pipeline] } 07:45:06 $ docker stop --time=1 cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 07:45:07 $ docker rm -f cac171452127189ff61b2fa76e9484ced28febd6f7c84a41af9bf40ce90b8de4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:45:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:08 . [Pipeline] withDockerContainer 07:45:08 prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container 07:45:08 $ 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 07:45:09 $ docker top c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:45:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:09 [ssh-agent] Looking for ssh-agent implementation... 07:45:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:10 $ docker exec c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 ssh-agent 07:45:10 SSH_AUTH_SOCK=/tmp/ssh-i45pPIqhfl88/agent.12 07:45:10 SSH_AGENT_PID=17 07:45:10 Running ssh-add (command line suppressed) 07:45:10 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) 07:45:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:11 + git semver push 07:45:11 # -> Open(): unable to determine branch for HEAD 07:45:11 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 07:45:11 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 07:45:11 # $SEMVER_REMOTE_NAME = origin 07:45:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:45:11 # $SEMVER_USER_NAME = edgex-jenkins 07:45:11 # $SEMVER_BRANCH = master 07:45:11 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 07:45:18 $ docker exec --env ******** --env ******** c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 ssh-agent -k 07:45:18 unset SSH_AUTH_SOCK; 07:45:18 unset SSH_AGENT_PID; 07:45:18 echo Agent pid 17 killed; 07:45:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:45:19 + git semver [Pipeline] } 07:45:19 $ docker stop --time=1 c6e08b6a31399c1d4753022d85472e29e68ffd72591ea0b7dc71c95cecfa56b0 07:45:20 $ 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 07:45:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:45:23 ---> package-listing.sh 07:45:23 ++ facter osfamily 07:45:23 ++ tr '[:upper:]' '[:lower:]' 07:45:23 + OS_FAMILY=redhat 07:45:23 + workspace=/w/workspace/dry_go-mod-core-contracts_master 07:45:23 + START_PACKAGES=/tmp/packages_start.txt 07:45:23 + END_PACKAGES=/tmp/packages_end.txt 07:45:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:45:23 + PACKAGES=/tmp/packages_start.txt 07:45:23 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 07:45:23 + PACKAGES=/tmp/packages_end.txt 07:45:23 + case "${OS_FAMILY}" in 07:45:23 + rpm -qa 07:45:23 + sort 07:45:27 + '[' -f /tmp/packages_start.txt ']' 07:45:27 + '[' -f /tmp/packages_end.txt ']' 07:45:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:45:27 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 07:45:27 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 07:45:27 + 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 07:45:27 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 07:45:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:45:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:28 07:45:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:45:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:29 alpine: Pulling from edgex-lftools-log-publisher 07:45:29 df20fa9351a1: Pulling fs layer 07:45:29 36b3adc4ff6f: Pulling fs layer 07:45:29 8ad3a11d3b57: Pulling fs layer 07:45:29 46f8f816bc3b: Pulling fs layer 07:45:29 93b61091891f: Pulling fs layer 07:45:29 93b9cdb0e59b: Pulling fs layer 07:45:29 5e14af77c1be: Pulling fs layer 07:45:29 01666e4c0597: Pulling fs layer 07:45:29 aa168da1d23b: Pulling fs layer 07:45:29 46f8f816bc3b: Waiting 07:45:29 93b61091891f: Waiting 07:45:29 93b9cdb0e59b: Waiting 07:45:29 5e14af77c1be: Waiting 07:45:29 01666e4c0597: Waiting 07:45:29 aa168da1d23b: Waiting 07:45:29 36b3adc4ff6f: Verifying Checksum 07:45:29 36b3adc4ff6f: Download complete 07:45:29 46f8f816bc3b: Verifying Checksum 07:45:29 46f8f816bc3b: Download complete 07:45:29 df20fa9351a1: Verifying Checksum 07:45:29 df20fa9351a1: Download complete 07:45:29 93b9cdb0e59b: Verifying Checksum 07:45:29 93b9cdb0e59b: Download complete 07:45:29 5e14af77c1be: Verifying Checksum 07:45:29 5e14af77c1be: Download complete 07:45:29 01666e4c0597: Verifying Checksum 07:45:29 01666e4c0597: Download complete 07:45:29 93b61091891f: Verifying Checksum 07:45:29 93b61091891f: Download complete 07:45:29 df20fa9351a1: Pull complete 07:45:29 8ad3a11d3b57: Verifying Checksum 07:45:29 8ad3a11d3b57: Download complete 07:45:29 36b3adc4ff6f: Pull complete 07:45:31 8ad3a11d3b57: Pull complete 07:45:31 46f8f816bc3b: Pull complete 07:45:32 93b61091891f: Pull complete 07:45:32 93b9cdb0e59b: Pull complete 07:45:32 5e14af77c1be: Pull complete 07:45:33 01666e4c0597: Pull complete 07:45:34 aa168da1d23b: Verifying Checksum 07:45:34 aa168da1d23b: Download complete 07:45:44 aa168da1d23b: Pull complete 07:45:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:45:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:45:45 prd-centos7-docker-4c-2g-8389 does not seem to be running inside a container 07:45:45 $ 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 07:45:48 $ docker top e9a83b1719f38924e1081041e40e973f148deed56249a97dddb008b3493c2826 -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:49 + touch /tmp/pre-build-complete [Pipeline] sh 07:45:49 + mkdir -p /var/log/sa [Pipeline] sh 07:45:50 + ls /var/log/sa-host 07:45:50 + sadf -c /var/log/sa-host/sa05 07:45:50 file_magic: OK 07:45:50 HZ: Using current value: 100 07:45:50 file_header: OK 07:45:50 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 07:45:50 Statistics: 07:45:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:45:50 File successfully converted to sysstat format version 12.2.1 07:45:50 + sadf -c /var/log/sa-host/sa23 07:45:50 file_magic: OK 07:45:50 HZ: Using current value: 100 07:45:50 file_header: OK 07:45:50 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 07:45:50 Statistics: 07:45:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:45:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:45:50 provisioning config files... 07:45:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5009833975633619815tmp [Pipeline] { [Pipeline] echo 07:45:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:45:50 ---> create-netrc.sh [Pipeline] } 07:45:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:45:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:45:51 ---> python-tools-install.sh [Pipeline] echo 07:45:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:45:51 ---> sudo-logs.sh 07:45:51 Archiving 'sudo' log.. [Pipeline] echo 07:45:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:45:52 ---> job-cost.sh 07:45:52 lf-activate-venv: SKIPPING 07:45:52 INFO: No Stack... 07:45:53 INFO: Retrieving Pricing Info for: v1-standard-2 07:45:53 INFO: Archiving Costs [Pipeline] echo 07:45:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:45:54 ---> logs-deploy.sh 07:45:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/76 07:45:54 INFO: archiving workspace using pattern(s): 07:45:57 Archives upload complete. 07:45:57 INFO: archiving logs to Nexus