Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 488a5d2dcec9569b6e1f549f208990667ea6f792 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12807 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 488a5d2dcec9569b6e1f549f208990667ea6f792 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 Commit message: "Merge pull request #369 from lenny-intel/logger" > git rev-list --no-walk 08a8892da109e9ec3659fe77bff0cce72e0f9542 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:50:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:50:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:50:07 ========================================================= 18:50:07 EdgeX Global Pipelines Version Info 18:50:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:50:09 ------------------- 18:50:09 stable info: 18:50:09 ------------------- 18:50:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:50:09 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 18:50:09 Message: update stable to v1.0.167 18:50:10 ------------------- 18:50:10 experimental info: 18:50:10 ------------------- 18:50:10 Commited By: **** collab-it+edgex@linuxfoundation.org 18:50:10 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 18:50:10 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:50:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:50:10 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:50:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:50:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 488a5d2dcec9569b6e1f549f208990667ea6f792 [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 488a5d2 [Pipeline] echo 18:50:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:50:14 provisioning config files... 18:50:14 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8149561183685632627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:50:14 ---> docker-login.sh 18:50:14 nexus3.edgexfoundry.org:10001 18:50:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:15 Configure a credential helper to remove this warning. See 18:50:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:15 18:50:15 Login Succeeded 18:50:15 nexus3.edgexfoundry.org:10002 18:50:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:15 Configure a credential helper to remove this warning. See 18:50:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:15 18:50:15 Login Succeeded 18:50:15 nexus3.edgexfoundry.org:10003 18:50:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:15 Configure a credential helper to remove this warning. See 18:50:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:15 18:50:15 Login Succeeded 18:50:15 nexus3.edgexfoundry.org:10004 18:50:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:16 Configure a credential helper to remove this warning. See 18:50:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:16 18:50:16 Login Succeeded 18:50:16 docker.io 18:50:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:16 Configure a credential helper to remove this warning. See 18:50:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:16 18:50:16 Login Succeeded 18:50:16 ---> docker-login.sh ends [Pipeline] } 18:50:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:17 + git log --format=format:%s -1 488a5d2dcec9569b6e1f549f208990667ea6f792 [Pipeline] echo 18:50:17 GIT_COMMIT: 488a5d2dcec9569b6e1f549f208990667ea6f792, Commit Message: Merge pull request #369 from lenny-intel/logger [Pipeline] echo 18:50:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:50:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:50:18 18:50:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:50:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:50:19 latest: Pulling from edgex-devops/git-semver 18:50:19 31603596830f: Pulling fs layer 18:50:19 2a8b12db71e7: Pulling fs layer 18:50:19 6ca5941a6612: Pulling fs layer 18:50:19 ecc8261a40a4: Pulling fs layer 18:50:19 ecc8261a40a4: Waiting 18:50:19 2a8b12db71e7: Verifying Checksum 18:50:19 2a8b12db71e7: Download complete 18:50:19 31603596830f: Verifying Checksum 18:50:19 31603596830f: Download complete 18:50:19 ecc8261a40a4: Verifying Checksum 18:50:19 ecc8261a40a4: Download complete 18:50:19 6ca5941a6612: Verifying Checksum 18:50:19 6ca5941a6612: Download complete 18:50:20 31603596830f: Pull complete 18:50:20 2a8b12db71e7: Pull complete 18:50:21 6ca5941a6612: Pull complete 18:50:21 ecc8261a40a4: Pull complete 18:50:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:50:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:50:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:50:21 prd-centos7-docker-4c-2g-12807 does not seem to be running inside a container 18:50:21 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:50:24 $ docker top b8c59e443f78b1af7e2c8677f6e492476e708a7305a2a81035851a12c6ef731b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:50:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:50:24 [ssh-agent] Looking for ssh-agent implementation... 18:50:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:50:25 $ docker exec b8c59e443f78b1af7e2c8677f6e492476e708a7305a2a81035851a12c6ef731b ssh-agent 18:50:25 SSH_AUTH_SOCK=/tmp/ssh-CNT21mO9gjZb/agent.12 18:50:25 SSH_AGENT_PID=18 18:50:25 Running ssh-add (command line suppressed) 18:50:25 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7612937978966667687.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7612937978966667687.key) 18:50:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:50:26 + git tag --points-at HEAD [Pipeline] } 18:50:26 $ docker exec --env ******** --env ******** b8c59e443f78b1af7e2c8677f6e492476e708a7305a2a81035851a12c6ef731b ssh-agent -k 18:50:26 unset SSH_AUTH_SOCK; 18:50:26 unset SSH_AGENT_PID; 18:50:26 echo Agent pid 18 killed; 18:50:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:50:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:50:26 [ssh-agent] Looking for ssh-agent implementation... 18:50:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:50:26 $ docker exec b8c59e443f78b1af7e2c8677f6e492476e708a7305a2a81035851a12c6ef731b ssh-agent 18:50:26 SSH_AUTH_SOCK=/tmp/ssh-yXt0qZvQQBL2/agent.47 18:50:26 SSH_AGENT_PID=52 18:50:26 Running ssh-add (command line suppressed) 18:50:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5411552547588899245.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5411552547588899245.key) 18:50:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:50:27 + git semver init 18:50:27 # -> Open(): unable to determine branch for HEAD 18:50:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:50:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:50:27 # $SEMVER_REMOTE_NAME = origin 18:50:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:50:27 # $SEMVER_USER_NAME = edgex-jenkins 18:50:27 # $SEMVER_BRANCH = master 18:50:27 # $SEMVER_TEMP = /tmp/semver-247413681 18:50:27 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:50:28 # '/tmp/semver-247413681' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 18:50:28 # -> Force: false 18:50:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:50:28 $ docker exec --env ******** --env ******** b8c59e443f78b1af7e2c8677f6e492476e708a7305a2a81035851a12c6ef731b ssh-agent -k 18:50:28 unset SSH_AUTH_SOCK; 18:50:28 unset SSH_AGENT_PID; 18:50:28 echo Agent pid 52 killed; 18:50:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:50:29 + git semver [Pipeline] } 18:50:29 $ docker stop --time=1 b8c59e443f78b1af7e2c8677f6e492476e708a7305a2a81035851a12c6ef731b 18:50:30 $ docker rm -f b8c59e443f78b1af7e2c8677f6e492476e708a7305a2a81035851a12c6ef731b [Pipeline] // withDockerContainer [Pipeline] sh 18:50:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:50:31 Stashed 1 file(s) [Pipeline] echo 18:50:31 [edgeXSemver]: initialized semver on version 0.1.114 [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 18:50:47 Still waiting to schedule task 18:50:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:50:47 Still waiting to schedule task 18:50:47 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:54:26 Running on prd-centos7-docker-4c-2g-12809 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:54:26 Running in /w/workspace/go-mod-core-contracts/80 [Pipeline] { [Pipeline] checkout 18:54:29 using credential edgex-jenkins-ssh 18:54:29 Cloning the remote Git repository 18:54:29 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:54:29 > git init /w/workspace/go-mod-core-contracts/80 # timeout=10 18:54:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:54:29 > git --version # timeout=10 18:54:29 > git --version # 'git version 2.16.5' 18:54:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:54:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:54:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:54:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:54:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:54:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:54:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:54:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:54:30 Checking out Revision 488a5d2dcec9569b6e1f549f208990667ea6f792 (master) 18:54:30 > git config core.sparsecheckout # timeout=10 18:54:30 > git checkout -f 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 18:54:34 Commit message: "Merge pull request #369 from lenny-intel/logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:54:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:54:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:54:36 + sudo service docker restart 18:54:36 + true 18:54:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:54:38 provisioning config files... 18:54:38 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/80@tmp/config1371659057228526436tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:54:38 ---> docker-login.sh 18:54:38 nexus3.edgexfoundry.org:10001 18:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:39 Configure a credential helper to remove this warning. See 18:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:39 18:54:39 Login Succeeded 18:54:39 nexus3.edgexfoundry.org:10002 18:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:39 Configure a credential helper to remove this warning. See 18:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:39 18:54:39 Login Succeeded 18:54:39 nexus3.edgexfoundry.org:10003 18:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:39 Configure a credential helper to remove this warning. See 18:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:39 18:54:39 Login Succeeded 18:54:39 nexus3.edgexfoundry.org:10004 18:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:39 Configure a credential helper to remove this warning. See 18:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:39 18:54:39 Login Succeeded 18:54:39 docker.io 18:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:40 Configure a credential helper to remove this warning. See 18:54:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:40 18:54:40 Login Succeeded 18:54:40 ---> docker-login.sh ends [Pipeline] } 18:54:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:54:40 ========================================================= 18:54:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:54:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:54:40 + 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 . 18:54:40 Sending build context to Docker daemon 1.832MB 18:54:40 Step 1/7 : ARG BASE=golang:1.15-alpine 18:54:40 Step 2/7 : FROM ${BASE} 18:54:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:54:41 df20fa9351a1: Pulling fs layer 18:54:41 ed8968b2872e: Pulling fs layer 18:54:41 a92cc7c5fd73: Pulling fs layer 18:54:41 e871e8e8d7a9: Pulling fs layer 18:54:41 e73272ec9a57: Pulling fs layer 18:54:41 1e910a182e73: Pulling fs layer 18:54:41 4e634b169226: Pulling fs layer 18:54:41 e73272ec9a57: Waiting 18:54:41 e871e8e8d7a9: Waiting 18:54:41 1e910a182e73: Waiting 18:54:41 4e634b169226: Waiting 18:54:41 a92cc7c5fd73: Verifying Checksum 18:54:41 a92cc7c5fd73: Download complete 18:54:41 ed8968b2872e: Download complete 18:54:41 e73272ec9a57: Verifying Checksum 18:54:41 e73272ec9a57: Download complete 18:54:41 1e910a182e73: Verifying Checksum 18:54:41 1e910a182e73: Download complete 18:54:41 df20fa9351a1: Verifying Checksum 18:54:41 df20fa9351a1: Download complete 18:54:41 df20fa9351a1: Pull complete 18:54:41 ed8968b2872e: Pull complete 18:54:41 a92cc7c5fd73: Pull complete 18:54:43 4e634b169226: Verifying Checksum 18:54:43 e871e8e8d7a9: Download complete 18:54:50 e871e8e8d7a9: Pull complete 18:54:50 e73272ec9a57: Pull complete 18:54:50 1e910a182e73: Pull complete 18:54:54 4e634b169226: Pull complete 18:54:54 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:54:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:54:54 ---> f7629b54cfaa 18:54:54 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:54:54 ---> Running in c8f3500589ef 18:54:54 Removing intermediate container c8f3500589ef 18:54:54 ---> 302c8b1a0807 18:54:54 Step 4/7 : RUN apk add bash 18:54:54 ---> Running in fa9440b2a154 18:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:54:56 OK: 166 MiB in 39 packages 18:54:57 Removing intermediate container fa9440b2a154 18:54:57 ---> 5c4891536730 18:54:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:54:57 ---> Running in b622d80765ff 18:54:57 Removing intermediate container b622d80765ff 18:54:57 ---> b70d0914cdc7 18:54:57 Step 6/7 : COPY go.mod . 18:54:57 ---> b7d8949eb2bd 18:54:57 Step 7/7 : RUN go mod download 18:54:57 ---> Running in 5362814e0028 18:55:09 Removing intermediate container 5362814e0028 18:55:09 ---> 62a5814ad210 18:55:09 Successfully built 62a5814ad210 18:55:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:55:10 + docker inspect -f . ci-base-image-x86_64 18:55:10 . [Pipeline] withDockerContainer 18:55:10 prd-centos7-docker-4c-2g-12809 does not seem to be running inside a container 18:55:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/80 -v /w/workspace/go-mod-core-contracts/80:/w/workspace/go-mod-core-contracts/80:rw,z -v /w/workspace/go-mod-core-contracts/80@tmp:/w/workspace/go-mod-core-contracts/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:55:11 $ docker top 45ead1d09e03baec6aa36e9939c05e8d71d252c600a580ddd23995124b35c603 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:11 + go version 18:55:11 go version go1.15.2 linux/amd64 [Pipeline] } 18:55:11 $ docker stop --time=1 45ead1d09e03baec6aa36e9939c05e8d71d252c600a580ddd23995124b35c603 18:55:13 $ docker rm -f 45ead1d09e03baec6aa36e9939c05e8d71d252c600a580ddd23995124b35c603 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:55:14 + docker inspect -f . ci-base-image-x86_64 18:55:14 . [Pipeline] withDockerContainer 18:55:14 prd-centos7-docker-4c-2g-12809 does not seem to be running inside a container 18:55:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/80 -v /w/workspace/go-mod-core-contracts/80:/w/workspace/go-mod-core-contracts/80:rw,z -v /w/workspace/go-mod-core-contracts/80@tmp:/w/workspace/go-mod-core-contracts/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:55:14 $ docker top 42cb2ff1338977900e35025f372965c22e63079a1333ee8ebefd4b14c8ff5de4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:15 + make test 18:55:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:55:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 18:55:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.012s coverage: 85.7% of statements 18:55:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.018s coverage: 100.0% of statements 18:55:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.018s coverage: 45.4% of statements 18:55:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.013s coverage: 77.8% of statements 18:55:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 18:55:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.010s coverage: 6.6% of statements 18:55:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.016s coverage: 14.7% of statements 18:55:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12810 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:55:22 Running in /w/workspace/go-mod-core-contracts/80 [Pipeline] { [Pipeline] checkout 18:55:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.053s coverage: 100.0% of statements 18:55:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.031s coverage: 91.8% of statements 18:55:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 18:55:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 18:55:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.024s coverage: 100.0% of statements 18:55:24 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.025s coverage: 63.0% of statements 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.004s coverage: 26.3% of statements 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 18:55:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.036s coverage: 81.0% of statements 18:55:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 18:55:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 29.1% of statements 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.025s coverage: 100.0% of statements 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements 18:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 18:55:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 18:55:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:55:27 using credential edgex-jenkins-ssh 18:55:27 Cloning the remote Git repository 18:55:28 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:55:28 gofmt -l . 18:55:28 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:55:28 $ docker stop --time=1 42cb2ff1338977900e35025f372965c22e63079a1333ee8ebefd4b14c8ff5de4 18:55:28 > git init /w/workspace/go-mod-core-contracts/80 # timeout=10 18:55:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:55:28 > git --version # timeout=10 18:55:28 > git --version # 'git version 2.17.1' 18:55:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:55:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:55:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:55:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:55:29 Checking out Revision 488a5d2dcec9569b6e1f549f208990667ea6f792 (master) 18:55:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:55:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:55:29 > git config core.sparsecheckout # timeout=10 18:55:29 > git checkout -f 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 18:55:30 $ docker rm -f 42cb2ff1338977900e35025f372965c22e63079a1333ee8ebefd4b14c8ff5de4 [Pipeline] // withDockerContainer [Pipeline] sh 18:55:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:55:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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] } 18:55:34 Commit message: "Merge pull request #369 from lenny-intel/logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:55:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:55:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:55:36 + sudo service docker restart 18:55:36 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:55:39 provisioning config files... 18:55:39 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/80@tmp/config5612968234286989351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:39 ---> docker-login.sh 18:55:39 nexus3.edgexfoundry.org:10001 18:55:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:41 Configure a credential helper to remove this warning. See 18:55:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:41 18:55:41 Login Succeeded 18:55:41 nexus3.edgexfoundry.org:10002 18:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:41 Configure a credential helper to remove this warning. See 18:55:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:41 18:55:41 Login Succeeded 18:55:41 nexus3.edgexfoundry.org:10003 18:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:42 Configure a credential helper to remove this warning. See 18:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:42 18:55:42 Login Succeeded 18:55:42 nexus3.edgexfoundry.org:10004 18:55:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:42 Configure a credential helper to remove this warning. See 18:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:42 18:55:42 Login Succeeded 18:55:42 docker.io 18:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:43 Configure a credential helper to remove this warning. See 18:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:43 18:55:43 Login Succeeded 18:55:43 ---> docker-login.sh ends [Pipeline] } 18:55:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:55:44 ========================================================= 18:55:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:55:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:55:44 + 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 . 18:55:45 Sending build context to Docker daemon 1.832MB 18:55:45 Step 1/7 : ARG BASE=golang:1.15-alpine 18:55:45 Step 2/7 : FROM ${BASE} 18:55:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:55:45 b538f80385f9: Pulling fs layer 18:55:45 74f711af9a0d: Pulling fs layer 18:55:45 99f96fe45779: Pulling fs layer 18:55:45 8529a6b9a6be: Pulling fs layer 18:55:45 45590311c82a: Pulling fs layer 18:55:45 69ca0ff8b7b3: Pulling fs layer 18:55:45 209524e5b208: Pulling fs layer 18:55:45 8529a6b9a6be: Waiting 18:55:45 45590311c82a: Waiting 18:55:45 69ca0ff8b7b3: Waiting 18:55:45 209524e5b208: Waiting 18:55:45 99f96fe45779: Download complete 18:55:45 74f711af9a0d: Download complete 18:55:45 45590311c82a: Verifying Checksum 18:55:45 45590311c82a: Download complete 18:55:45 b538f80385f9: Verifying Checksum 18:55:45 b538f80385f9: Download complete 18:55:45 69ca0ff8b7b3: Verifying Checksum 18:55:45 69ca0ff8b7b3: Download complete 18:55:46 b538f80385f9: Pull complete 18:55:46 74f711af9a0d: Pull complete 18:55:47 99f96fe45779: Pull complete 18:55:47 209524e5b208: Verifying Checksum 18:55:47 209524e5b208: Download complete 18:55:49 8529a6b9a6be: Verifying Checksum 18:55:49 8529a6b9a6be: Download complete 18:55:59 8529a6b9a6be: Pull complete 18:55:59 45590311c82a: Pull complete 18:56:00 69ca0ff8b7b3: Pull complete 18:56:03 209524e5b208: Pull complete 18:56:03 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:56:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:56:03 ---> 5bddaf1c2fca 18:56:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:56:07 ---> Running in b2158c8af41e 18:56:07 Removing intermediate container b2158c8af41e 18:56:07 ---> 35d2f5840441 18:56:07 Step 4/7 : RUN apk add bash 18:56:07 ---> Running in 6dfaf1d7cc5f 18:56:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:10 OK: 142 MiB in 39 packages 18:56:11 Removing intermediate container 6dfaf1d7cc5f 18:56:11 ---> a2c8e723d74d 18:56:11 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:56:11 ---> Running in 148eaad24d37 18:56:12 Removing intermediate container 148eaad24d37 18:56:12 ---> 41ff50aeb603 18:56:12 Step 6/7 : COPY go.mod . 18:56:12 ---> 294dc10c3cc6 18:56:12 Step 7/7 : RUN go mod download 18:56:12 ---> Running in fc939a1fb3b0 18:56:27 Removing intermediate container fc939a1fb3b0 18:56:27 ---> a5ecf5aeccc8 18:56:27 Successfully built a5ecf5aeccc8 18:56:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:56:28 + docker inspect -f . ci-base-image-arm64 18:56:28 . [Pipeline] withDockerContainer 18:56:28 prd-ubuntu18.04-docker-arm64-4c-16g-12810 does not seem to be running inside a container 18:56:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/80 -v /w/workspace/go-mod-core-contracts/80:/w/workspace/go-mod-core-contracts/80:rw,z -v /w/workspace/go-mod-core-contracts/80@tmp:/w/workspace/go-mod-core-contracts/80@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 18:56:30 $ docker top 294cbc4fee7e1f374c11365251fa6c0a4fc793695949717f46d73fb6f4330c7c -eo pid,comm [Pipeline] { [Pipeline] sh 18:56:32 + go version 18:56:32 go version go1.15.2 linux/arm64 [Pipeline] } 18:56:32 $ docker stop --time=1 294cbc4fee7e1f374c11365251fa6c0a4fc793695949717f46d73fb6f4330c7c 18:56:34 $ docker rm -f 294cbc4fee7e1f374c11365251fa6c0a4fc793695949717f46d73fb6f4330c7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:56:35 + docker inspect -f . ci-base-image-arm64 18:56:35 . [Pipeline] withDockerContainer 18:56:35 prd-ubuntu18.04-docker-arm64-4c-16g-12810 does not seem to be running inside a container 18:56:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/80 -v /w/workspace/go-mod-core-contracts/80:/w/workspace/go-mod-core-contracts/80:rw,z -v /w/workspace/go-mod-core-contracts/80@tmp:/w/workspace/go-mod-core-contracts/80@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 18:56:37 $ docker top 04eb90c6ab14bbbf8fac9e8ab3d7d4d2da9dfeea4008eb437311065cd144c223 -eo pid,comm [Pipeline] { [Pipeline] sh 18:56:38 + make test 18:56:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:57:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 18:57:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.037s coverage: 85.7% of statements 18:57:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.051s coverage: 100.0% of statements 18:57:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.040s coverage: 45.4% of statements 18:57:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.036s coverage: 77.8% of statements 18:57:03 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 18:57:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 6.6% of statements 18:57:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.056s coverage: 14.7% of statements 18:57:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.041s coverage: 100.0% of statements 18:57:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.075s coverage: 91.8% of statements 18:57:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 18:57:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 18:57:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements 18:57:06 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.014s coverage: 47.8% of statements 18:57:11 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.094s coverage: 63.0% of statements 18:57:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.009s coverage: 26.3% of statements 18:57:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.054s coverage: 15.4% of statements 18:57:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements 18:57:11 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.036s coverage: 14.3% of statements 18:57:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 18:57:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.071s coverage: 81.0% of statements 18:57:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 18:57:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:57:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.054s coverage: 29.1% of statements 18:57:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.088s coverage: 100.0% of statements 18:57:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 94.4% of statements 18:57:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 18:57:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 18:57:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:57:18 gofmt -l . 18:57:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:57:19 $ docker stop --time=1 04eb90c6ab14bbbf8fac9e8ab3d7d4d2da9dfeea4008eb437311065cd144c223 18:57:22 $ docker rm -f 04eb90c6ab14bbbf8fac9e8ab3d7d4d2da9dfeea4008eb437311065cd144c223 [Pipeline] // withDockerContainer [Pipeline] sh 18:57:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:57:23 Warning: overwriting stash ‘coverage-report’ 18:57:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:57:26 provisioning config files... 18:57:26 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6041903305290357683tmp [Pipeline] { [Pipeline] sh 18:57:26 + set +x 18:57:26 + curl -s https://codecov.io/bash 18:57:26 + bash -s -- 18:57:26 18:57:26 _____ _ 18:57:26 / ____| | | 18:57:26 | | ___ __| | ___ ___ _____ __ 18:57:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:57:26 | |___| (_) | (_| | __/ (_| (_) \ V / 18:57:26 \_____\___/ \__,_|\___|\___\___/ \_/ 18:57:26 Bash-20201116-eea08d9 18:57:26 18:57:26 18:57:26 ==> Jenkins CI detected. 18:57:26 project root: . 18:57:26 --> token set from env 18:57:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:57:26 ==> Running gcov in . (disable via -X gcov) 18:57:26 ==> Python coveragepy not found 18:57:26 ==> Searching for coverage reports in: 18:57:26 + . 18:57:26 -> Found 1 reports 18:57:26 ==> Detecting git/mercurial file structure 18:57:26 ==> Reading reports 18:57:26 + ./coverage.out bytes=106870 18:57:26 ==> Appending adjustments 18:57:26 https://docs.codecov.io/docs/fixing-reports 18:57:27 + Found adjustments 18:57:27 ==> Gzipping contents 18:57:27 ==> Uploading reports 18:57:27 url: https://codecov.io 18:57:27 query: branch=master&commit=488a5d2dcec9569b6e1f549f208990667ea6f792&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:57:27 -> Pinging Codecov 18:57:27 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=488a5d2dcec9569b6e1f549f208990667ea6f792&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:57:28 -> Uploading to 18:57:28 https://storage.googleapis.com/codecov/v4/raw/2020-11-19/71470A77251A30514AAF9C0BB2E5B6CE/488a5d2dcec9569b6e1f549f208990667ea6f792/82ef1dfb-5a76-457e-8a62-45f0efbed582.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T185728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f3b4c34ad110532152cc26fbe348af6d72faff09c21f0f6e9db9fdf869e15ab8 18:57:28 % Total % Received % Xferd Average Speed Time Time Time Current 18:57:28 Dload Upload Total Spent Left Speed 18:57:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17252 0 0 100 17252 0 38445 --:--:-- --:--:-- --:--:-- 38508 18:57:29 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/488a5d2dcec9569b6e1f549f208990667ea6f792 [Pipeline] } 18:57:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:57:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:57:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:57:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:57:31 18:57:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:57:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:57:31 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:57:31 188c0c94c7c5: Pulling fs layer 18:57:31 0ef7d3d256c8: Pulling fs layer 18:57:31 de9db76c5a1d: Pulling fs layer 18:57:31 0eba1c9be4d2: Pulling fs layer 18:57:31 0d57e429df01: Pulling fs layer 18:57:31 4e4be7b47b0d: Pulling fs layer 18:57:31 e1f770b5df2f: Pulling fs layer 18:57:31 85a0685a4137: Pulling fs layer 18:57:31 4e4be7b47b0d: Waiting 18:57:31 e1f770b5df2f: Waiting 18:57:31 85a0685a4137: Waiting 18:57:31 0d57e429df01: Waiting 18:57:31 0eba1c9be4d2: Waiting 18:57:31 de9db76c5a1d: Verifying Checksum 18:57:31 de9db76c5a1d: Download complete 18:57:31 0ef7d3d256c8: Verifying Checksum 18:57:31 0ef7d3d256c8: Download complete 18:57:31 4e4be7b47b0d: Verifying Checksum 18:57:31 4e4be7b47b0d: Download complete 18:57:32 188c0c94c7c5: Download complete 18:57:32 188c0c94c7c5: Pull complete 18:57:32 0ef7d3d256c8: Pull complete 18:57:32 de9db76c5a1d: Pull complete 18:57:33 e1f770b5df2f: Verifying Checksum 18:57:33 e1f770b5df2f: Download complete 18:57:35 0eba1c9be4d2: Verifying Checksum 18:57:35 0eba1c9be4d2: Download complete 18:57:36 85a0685a4137: Verifying Checksum 18:57:36 85a0685a4137: Download complete 18:57:42 0eba1c9be4d2: Pull complete 18:57:42 0d57e429df01: Pull complete 18:57:42 4e4be7b47b0d: Pull complete 18:57:44 e1f770b5df2f: Pull complete 18:57:53 85a0685a4137: Pull complete 18:57:53 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:57:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:57:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:57:53 prd-centos7-docker-4c-2g-12807 does not seem to be running inside a container 18:57:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:57:54 $ docker top f66fa43d6f7b88a9ae9f85835b8ee116b3991ce2177c0a0df914b6eb7b2be283 -eo pid,comm [Pipeline] { [Pipeline] echo 18:57:54 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:57:55 + set -o pipefail 18:57:55 + snyk monitor '--org=edgex-jenkins' 18:58:10 18:58:10 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 18:58:10 18:58:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/a8c0c7bf-e0af-430f-8aca-3615ebfccd93 18:58:10 18:58:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:58:10 18:58:10 18:58:10 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 18:58:10 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:58:10 $ docker stop --time=1 f66fa43d6f7b88a9ae9f85835b8ee116b3991ce2177c0a0df914b6eb7b2be283 18:58:12 $ docker rm -f f66fa43d6f7b88a9ae9f85835b8ee116b3991ce2177c0a0df914b6eb7b2be283 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 18:58:14 + git log --format=format:%s -1 488a5d2dcec9569b6e1f549f208990667ea6f792 [Pipeline] isUnix [Pipeline] sh 18:58:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:58:15 . [Pipeline] withDockerContainer 18:58:15 prd-centos7-docker-4c-2g-12807 does not seem to be running inside a container 18:58:15 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:58:16 $ docker top c20342635d10695d032c1e37880a96367d97cf11d805fff210cde6c5122aa337 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:58:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:58:16 [ssh-agent] Looking for ssh-agent implementation... 18:58:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:58:16 $ docker exec c20342635d10695d032c1e37880a96367d97cf11d805fff210cde6c5122aa337 ssh-agent 18:58:17 SSH_AUTH_SOCK=/tmp/ssh-byavnmRyk4L9/agent.11 18:58:17 SSH_AGENT_PID=17 18:58:17 Running ssh-add (command line suppressed) 18:58:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7054434612003946967.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7054434612003946967.key) 18:58:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:58:17 + git semver tag 18:58:17 # -> Open(): unable to determine branch for HEAD 18:58:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:58:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:58:17 # $SEMVER_REMOTE_NAME = origin 18:58:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:58:17 # $SEMVER_USER_NAME = edgex-jenkins 18:58:17 # $SEMVER_BRANCH = master 18:58:17 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:58:17 # 488a5d2dcec9569b6e1f549f208990667ea6f792 HEAD 18:58:17 # -> Force: false 18:58:17 # bc7f6c067061bdc5c9283b622e635f14fd804bd4 refs/tags/v0.1.114 [Pipeline] } 18:58:17 $ docker exec --env ******** --env ******** c20342635d10695d032c1e37880a96367d97cf11d805fff210cde6c5122aa337 ssh-agent -k 18:58:18 unset SSH_AUTH_SOCK; 18:58:18 unset SSH_AGENT_PID; 18:58:18 echo Agent pid 17 killed; 18:58:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:58:18 + git semver [Pipeline] } 18:58:18 $ docker stop --time=1 c20342635d10695d032c1e37880a96367d97cf11d805fff210cde6c5122aa337 18:58:20 $ docker rm -f c20342635d10695d032c1e37880a96367d97cf11d805fff210cde6c5122aa337 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:58:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:58:20 18:58:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:58:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:58:21 0.23.1-centos7: Pulling from edgex-lftools 18:58:21 ab5ef0e58194: Pulling fs layer 18:58:21 9712f1f96733: Pulling fs layer 18:58:21 63f879dbbcfc: Pulling fs layer 18:58:21 0d9ebad4ef96: Pulling fs layer 18:58:21 e9a5061849ea: Pulling fs layer 18:58:21 d747dcd14b5f: Pulling fs layer 18:58:21 2de7ff778b66: Pulling fs layer 18:58:21 0d9ebad4ef96: Waiting 18:58:21 e9a5061849ea: Waiting 18:58:21 d747dcd14b5f: Waiting 18:58:21 2de7ff778b66: Waiting 18:58:21 9712f1f96733: Verifying Checksum 18:58:21 9712f1f96733: Download complete 18:58:23 63f879dbbcfc: Verifying Checksum 18:58:23 63f879dbbcfc: Download complete 18:58:23 e9a5061849ea: Verifying Checksum 18:58:23 e9a5061849ea: Download complete 18:58:23 d747dcd14b5f: Verifying Checksum 18:58:23 d747dcd14b5f: Download complete 18:58:23 2de7ff778b66: Verifying Checksum 18:58:23 2de7ff778b66: Download complete 18:58:23 0d9ebad4ef96: Verifying Checksum 18:58:23 0d9ebad4ef96: Download complete 18:58:24 ab5ef0e58194: Verifying Checksum 18:58:24 ab5ef0e58194: Download complete 18:58:28 ab5ef0e58194: Pull complete 18:58:28 9712f1f96733: Pull complete 18:58:32 63f879dbbcfc: Pull complete 18:58:38 0d9ebad4ef96: Pull complete 18:58:40 e9a5061849ea: Pull complete 18:58:40 d747dcd14b5f: Pull complete 18:58:44 2de7ff778b66: Pull complete 18:58:44 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:58:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:58:44 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:58:44 prd-centos7-docker-4c-2g-12807 does not seem to be running inside a container 18:58:44 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:58:48 $ docker top 61449e85f8c2cdd7d1037ea5945ba23a5a37428a08706156f4de2e4fb85579e3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:58:48 provisioning config files... 18:58:48 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5432334491664128769tmp 18:58:48 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8764465934254416465tmp 18:58:48 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8807996716072252040tmp [Pipeline] { [Pipeline] echo 18:58:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:58:48 ---> sigul-configuration.sh 18:58:48 gpg: directory `/root/.gnupg' created 18:58:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:58:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:58:48 gpg: keyring `/root/.gnupg/secring.gpg' created 18:58:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:58:48 gpg: CAST5 encrypted data 18:58:49 gpg: encrypted with 1 passphrase 18:58:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:58:49 + mkdir /home/jenkins 18:58:49 + mkdir /home/jenkins/sigul [Pipeline] sh 18:58:49 + 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 18:58:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:58:50 ---> sigul-install.sh 18:58:55 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:58:55 + git tag --list 18:58:55 v0.0.0 18:58:55 v0.0.1 18:58:55 v0.1.0 18:58:55 v0.1.1 18:58:55 v0.1.10 18:58:55 v0.1.100 18:58:55 v0.1.101 18:58:55 v0.1.102 18:58:55 v0.1.103 18:58:55 v0.1.104 18:58:55 v0.1.105 18:58:55 v0.1.106 18:58:55 v0.1.107 18:58:55 v0.1.108 18:58:55 v0.1.109 18:58:55 v0.1.11 18:58:55 v0.1.110 18:58:55 v0.1.111 18:58:55 v0.1.112 18:58:55 v0.1.113 18:58:55 v0.1.114 18:58:55 v0.1.12 18:58:55 v0.1.13 18:58:55 v0.1.14 18:58:55 v0.1.15 18:58:55 v0.1.16 18:58:55 v0.1.17 18:58:55 v0.1.18 18:58:55 v0.1.19 18:58:55 v0.1.2 18:58:55 v0.1.20 18:58:55 v0.1.21 18:58:55 v0.1.22 18:58:55 v0.1.23 18:58:55 v0.1.24 18:58:55 v0.1.25 18:58:55 v0.1.26 18:58:55 v0.1.27 18:58:55 v0.1.28 18:58:55 v0.1.29 18:58:55 v0.1.3 18:58:55 v0.1.30 18:58:55 v0.1.31 18:58:55 v0.1.32 18:58:55 v0.1.33 18:58:55 v0.1.34 18:58:55 v0.1.35 18:58:55 v0.1.36 18:58:55 v0.1.37 18:58:55 v0.1.38 18:58:55 v0.1.39 18:58:55 v0.1.4 18:58:55 v0.1.40 18:58:55 v0.1.41 18:58:55 v0.1.42 18:58:55 v0.1.43 18:58:55 v0.1.44 18:58:55 v0.1.45 18:58:55 v0.1.46 18:58:55 v0.1.47 18:58:55 v0.1.48 18:58:55 v0.1.49 18:58:55 v0.1.5 18:58:55 v0.1.50 18:58:55 v0.1.51 18:58:55 v0.1.52 18:58:55 v0.1.53 18:58:55 v0.1.54 18:58:55 v0.1.55 18:58:55 v0.1.56 18:58:55 v0.1.57 18:58:55 v0.1.58 18:58:55 v0.1.59 18:58:55 v0.1.6 18:58:55 v0.1.60 18:58:55 v0.1.61 18:58:55 v0.1.62 18:58:55 v0.1.63 18:58:55 v0.1.64 18:58:55 v0.1.65 18:58:55 v0.1.66 18:58:55 v0.1.67 18:58:55 v0.1.68 18:58:55 v0.1.69 18:58:55 v0.1.7 18:58:55 v0.1.70 18:58:55 v0.1.71 18:58:55 v0.1.72 18:58:55 v0.1.73 18:58:55 v0.1.74 18:58:55 v0.1.75 18:58:55 v0.1.76 18:58:55 v0.1.77 18:58:55 v0.1.78 18:58:55 v0.1.79 18:58:55 v0.1.8 18:58:55 v0.1.80 18:58:55 v0.1.81 18:58:55 v0.1.82 18:58:55 v0.1.83 18:58:55 v0.1.84 18:58:55 v0.1.85 18:58:55 v0.1.86 18:58:55 v0.1.87 18:58:55 v0.1.88 18:58:55 v0.1.89 18:58:55 v0.1.9 18:58:55 v0.1.90 18:58:55 v0.1.91 18:58:55 v0.1.92 18:58:55 v0.1.93 18:58:55 v0.1.94 18:58:55 v0.1.95 18:58:55 v0.1.96 18:58:55 v0.1.97 18:58:55 v0.1.98 18:58:55 v0.1.99 [Pipeline] sh 18:58:56 + lftools sign git-tag v0.1.114 18:58:57 Signing Git tag with Sigul... 18:58:57 Signing v0.1.114 [Pipeline] echo 18:58:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:58:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:58:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:58:59 $ docker stop --time=1 61449e85f8c2cdd7d1037ea5945ba23a5a37428a08706156f4de2e4fb85579e3 18:59:01 $ docker rm -f 61449e85f8c2cdd7d1037ea5945ba23a5a37428a08706156f4de2e4fb85579e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:59:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:59:02 . [Pipeline] withDockerContainer 18:59:02 prd-centos7-docker-4c-2g-12807 does not seem to be running inside a container 18:59:02 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:59:03 $ docker top 643b031a15d80ebca5ce43cc8ffbf5ee91f231348182015d2369e94f63dae64a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:59:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:59:03 [ssh-agent] Looking for ssh-agent implementation... 18:59:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:59:04 $ docker exec 643b031a15d80ebca5ce43cc8ffbf5ee91f231348182015d2369e94f63dae64a ssh-agent 18:59:04 SSH_AUTH_SOCK=/tmp/ssh-ACigxLHPsXik/agent.12 18:59:04 SSH_AGENT_PID=17 18:59:04 Running ssh-add (command line suppressed) 18:59:04 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1464759492894646623.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1464759492894646623.key) 18:59:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:59:04 + git semver bump patch 18:59:04 # -> Open(): unable to determine branch for HEAD 18:59:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:59:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:59:04 # $SEMVER_REMOTE_NAME = origin 18:59:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:59:04 # $SEMVER_USER_NAME = edgex-jenkins 18:59:04 # $SEMVER_BRANCH = master 18:59:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:59:04 0.1.115 [Pipeline] } 18:59:04 $ docker exec --env ******** --env ******** 643b031a15d80ebca5ce43cc8ffbf5ee91f231348182015d2369e94f63dae64a ssh-agent -k 18:59:05 unset SSH_AUTH_SOCK; 18:59:05 unset SSH_AGENT_PID; 18:59:05 echo Agent pid 17 killed; 18:59:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:59:05 + git semver [Pipeline] } 18:59:05 $ docker stop --time=1 643b031a15d80ebca5ce43cc8ffbf5ee91f231348182015d2369e94f63dae64a 18:59:07 $ docker rm -f 643b031a15d80ebca5ce43cc8ffbf5ee91f231348182015d2369e94f63dae64a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:59:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:59:07 . [Pipeline] withDockerContainer 18:59:07 prd-centos7-docker-4c-2g-12807 does not seem to be running inside a container 18:59: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:59:08 $ docker top 9a6611f0a33fe017efadc88531d35faf433023d17aa4a7a259f950b44629e5ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:59:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:59:09 [ssh-agent] Looking for ssh-agent implementation... 18:59:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:59:09 $ docker exec 9a6611f0a33fe017efadc88531d35faf433023d17aa4a7a259f950b44629e5ed ssh-agent 18:59:09 SSH_AUTH_SOCK=/tmp/ssh-z7Efj9l3RChm/agent.12 18:59:09 SSH_AGENT_PID=17 18:59:09 Running ssh-add (command line suppressed) 18:59:09 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5542434582848805997.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5542434582848805997.key) 18:59:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:59:10 + git semver push 18:59:10 # -> Open(): unable to determine branch for HEAD 18:59:10 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:59:10 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:59:10 # $SEMVER_REMOTE_NAME = origin 18:59:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:59:10 # $SEMVER_USER_NAME = edgex-jenkins 18:59:10 # $SEMVER_BRANCH = master 18:59:10 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:59:20 $ docker exec --env ******** --env ******** 9a6611f0a33fe017efadc88531d35faf433023d17aa4a7a259f950b44629e5ed ssh-agent -k 18:59:20 unset SSH_AUTH_SOCK; 18:59:20 unset SSH_AGENT_PID; 18:59:20 echo Agent pid 17 killed; 18:59:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:59:21 + git semver [Pipeline] } 18:59:21 $ docker stop --time=1 9a6611f0a33fe017efadc88531d35faf433023d17aa4a7a259f950b44629e5ed 18:59:22 $ docker rm -f 9a6611f0a33fe017efadc88531d35faf433023d17aa4a7a259f950b44629e5ed [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 18:59:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:59:25 ---> package-listing.sh 18:59:25 ++ facter osfamily 18:59:25 ++ tr '[:upper:]' '[:lower:]' 18:59:25 + OS_FAMILY=redhat 18:59:25 + workspace=/w/workspace/dry_go-mod-core-contracts_master 18:59:25 + START_PACKAGES=/tmp/packages_start.txt 18:59:25 + END_PACKAGES=/tmp/packages_end.txt 18:59:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:59:25 + PACKAGES=/tmp/packages_start.txt 18:59:25 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:59:25 + PACKAGES=/tmp/packages_end.txt 18:59:25 + case "${OS_FAMILY}" in 18:59:25 + rpm -qa 18:59:25 + sort 18:59:29 + '[' -f /tmp/packages_start.txt ']' 18:59:29 + '[' -f /tmp/packages_end.txt ']' 18:59:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:59:29 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:59:29 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 18:59:29 + 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 18:59:29 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 18:59:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:59:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:59:30 18:59:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:59:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:59:30 alpine: Pulling from edgex-lftools-log-publisher 18:59:30 df20fa9351a1: Pulling fs layer 18:59:30 36b3adc4ff6f: Pulling fs layer 18:59:30 8ad3a11d3b57: Pulling fs layer 18:59:30 46f8f816bc3b: Pulling fs layer 18:59:30 93b61091891f: Pulling fs layer 18:59:30 93b9cdb0e59b: Pulling fs layer 18:59:30 5e14af77c1be: Pulling fs layer 18:59:30 01666e4c0597: Pulling fs layer 18:59:30 aa168da1d23b: Pulling fs layer 18:59:30 5e14af77c1be: Waiting 18:59:30 46f8f816bc3b: Waiting 18:59:30 93b9cdb0e59b: Waiting 18:59:30 93b61091891f: Waiting 18:59:30 01666e4c0597: Waiting 18:59:30 aa168da1d23b: Waiting 18:59:30 36b3adc4ff6f: Verifying Checksum 18:59:30 36b3adc4ff6f: Download complete 18:59:30 46f8f816bc3b: Verifying Checksum 18:59:30 46f8f816bc3b: Download complete 18:59:30 df20fa9351a1: Verifying Checksum 18:59:30 df20fa9351a1: Download complete 18:59:30 93b9cdb0e59b: Verifying Checksum 18:59:30 93b9cdb0e59b: Download complete 18:59:30 5e14af77c1be: Download complete 18:59:30 93b61091891f: Verifying Checksum 18:59:30 93b61091891f: Download complete 18:59:30 01666e4c0597: Verifying Checksum 18:59:30 01666e4c0597: Download complete 18:59:30 8ad3a11d3b57: Verifying Checksum 18:59:30 8ad3a11d3b57: Download complete 18:59:31 df20fa9351a1: Pull complete 18:59:31 36b3adc4ff6f: Pull complete 18:59:32 8ad3a11d3b57: Pull complete 18:59:33 46f8f816bc3b: Pull complete 18:59:33 aa168da1d23b: Verifying Checksum 18:59:33 aa168da1d23b: Download complete 18:59:33 93b61091891f: Pull complete 18:59:33 93b9cdb0e59b: Pull complete 18:59:33 5e14af77c1be: Pull complete 18:59:33 01666e4c0597: Pull complete 18:59:41 aa168da1d23b: Pull complete 18:59:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:59:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:59:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:59:41 prd-centos7-docker-4c-2g-12807 does not seem to be running inside a container 18:59:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:59:45 $ docker top 00854b30950041ec905f43e8168d7db5bcdfffdbffd3b3950e04d51bf6515af2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:59:45 + touch /tmp/pre-build-complete [Pipeline] sh 18:59:45 + mkdir -p /var/log/sa [Pipeline] sh 18:59:46 + ls /var/log/sa-host 18:59:46 + sadf -c /var/log/sa-host/sa05 18:59:46 file_magic: OK 18:59:46 HZ: Using current value: 100 18:59:46 file_header: OK 18:59:46 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 18:59:46 Statistics: 18:59:46 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:59:46 File successfully converted to sysstat format version 12.2.1 18:59:46 + sadf -c /var/log/sa-host/sa19 18:59:46 file_magic: OK 18:59:46 HZ: Using current value: 100 18:59:46 file_header: OK 18:59:46 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 18:59:46 Statistics: 18:59:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:59:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:59:46 provisioning config files... 18:59:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config678781728519816207tmp [Pipeline] { [Pipeline] echo 18:59:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:59:47 ---> create-netrc.sh [Pipeline] } 18:59:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:59:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:59:47 ---> python-tools-install.sh [Pipeline] echo 18:59:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:59:48 ---> sudo-logs.sh 18:59:48 Archiving 'sudo' log.. [Pipeline] echo 18:59:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:59:48 ---> job-cost.sh 18:59:48 lf-activate-venv: SKIPPING 18:59:48 INFO: No Stack... 18:59:50 INFO: Retrieving Pricing Info for: v1-standard-2 18:59:50 INFO: Archiving Costs [Pipeline] echo 18:59:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:59:50 ---> logs-deploy.sh 18:59:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/80 18:59:50 INFO: archiving workspace using pattern(s): 18:59:52 Archives upload complete. 18:59:52 INFO: archiving logs to Nexus