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