Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 272b28839186b5489a4375eb6d097c362bc947eb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8898 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 272b28839186b5489a4375eb6d097c362bc947eb (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 272b28839186b5489a4375eb6d097c362bc947eb # timeout=10 Commit message: "Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.26" > git rev-list --no-walk fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:33:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:33:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:33:27 ========================================================= 15:33:27 EdgeX Global Pipelines Version Info 15:33:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:33:28 ------------------- 15:33:28 stable info: 15:33:28 ------------------- 15:33:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:33:28 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 15:33:28 Message: update stable to v1.0.148 15:33:29 ------------------- 15:33:29 experimental info: 15:33:29 ------------------- 15:33:29 Commited By: **** collab-it+edgex@linuxfoundation.org 15:33:29 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 15:33:29 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:33:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:33:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:33:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 272b28839186b5489a4375eb6d097c362bc947eb [Pipeline] echo 15:33:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 272b288 [Pipeline] echo 15:33:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:33:33 + git log --format=format:%s -1 272b28839186b5489a4375eb6d097c362bc947eb [Pipeline] echo 15:33:33 GIT_COMMIT: 272b28839186b5489a4375eb6d097c362bc947eb, Commit Message: Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.26 [Pipeline] echo 15:33:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:33:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:34 15:33:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:33:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:35 latest: Pulling from edgex-devops/git-semver 15:33:35 31603596830f: Pulling fs layer 15:33:35 2a8b12db71e7: Pulling fs layer 15:33:35 6ca5941a6612: Pulling fs layer 15:33:35 ecc8261a40a4: Pulling fs layer 15:33:35 ecc8261a40a4: Waiting 15:33:35 2a8b12db71e7: Download complete 15:33:35 31603596830f: Verifying Checksum 15:33:35 31603596830f: Download complete 15:33:35 ecc8261a40a4: Verifying Checksum 15:33:35 ecc8261a40a4: Download complete 15:33:35 6ca5941a6612: Verifying Checksum 15:33:35 6ca5941a6612: Download complete 15:33:35 31603596830f: Pull complete 15:33:35 2a8b12db71e7: Pull complete 15:33:36 6ca5941a6612: Pull complete 15:33:37 ecc8261a40a4: Pull complete 15:33:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:33:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:33:37 prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container 15:33:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:33:39 $ docker top c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:33:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:39 [ssh-agent] Looking for ssh-agent implementation... 15:33:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:39 $ docker exec c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa ssh-agent 15:33:40 SSH_AUTH_SOCK=/tmp/ssh-ihBo9tDrnGe2/agent.12 15:33:40 SSH_AGENT_PID=17 15:33:40 Running ssh-add (command line suppressed) 15:33:40 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6467173301080893738.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6467173301080893738.key) 15:33:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:40 + git tag --points-at HEAD [Pipeline] } 15:33:40 $ docker exec --env ******** --env ******** c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa ssh-agent -k 15:33:40 unset SSH_AUTH_SOCK; 15:33:40 unset SSH_AGENT_PID; 15:33:40 echo Agent pid 17 killed; 15:33:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:33:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:41 [ssh-agent] Looking for ssh-agent implementation... 15:33:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:41 $ docker exec c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa ssh-agent 15:33:41 SSH_AUTH_SOCK=/tmp/ssh-cTXdHPlJ6hHa/agent.45 15:33:41 SSH_AGENT_PID=51 15:33:41 Running ssh-add (command line suppressed) 15:33:41 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1300357575207239663.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1300357575207239663.key) 15:33:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:42 + git semver init 15:33:42 # -> Open(): unable to determine branch for HEAD 15:33:42 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:33:42 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:33:42 # $SEMVER_REMOTE_NAME = origin 15:33:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:33:42 # $SEMVER_USER_NAME = edgex-jenkins 15:33:42 # $SEMVER_BRANCH = master 15:33:42 # $SEMVER_TEMP = /tmp/semver-104816570 15:33:42 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:33:42 # '/tmp/semver-104816570' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 15:33:42 # -> Force: false 15:33:42 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:33:42 $ docker exec --env ******** --env ******** c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa ssh-agent -k 15:33:42 unset SSH_AUTH_SOCK; 15:33:42 unset SSH_AGENT_PID; 15:33:42 echo Agent pid 51 killed; 15:33:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:43 + git semver [Pipeline] } 15:33:43 $ docker stop --time=1 c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa 15:33:44 $ docker rm -f c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa [Pipeline] // withDockerContainer [Pipeline] sh 15:33:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:33:45 Stashed 1 file(s) [Pipeline] echo 15:33:45 [edgeXSemver]: initialized semver on version 0.0.55 [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 15:34:01 Still waiting to schedule task 15:34:01 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-8899’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’ 15:34:01 Still waiting to schedule task 15:34:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:35:20 Running on prd-centos7-docker-4c-2g-8902 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:35:21 Running in /w/workspace/go-mod-bootstrap/58 [Pipeline] { [Pipeline] checkout 15:35:24 using credential edgex-jenkins-ssh 15:35:24 Cloning the remote Git repository 15:35:24 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:35:24 > git init /w/workspace/go-mod-bootstrap/58 # timeout=10 15:35:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:35:24 > git --version # timeout=10 15:35:24 > git --version # 'git version 2.16.5' 15:35:24 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:35:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:35:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:35:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:35:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:35:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:35:25 Checking out Revision 272b28839186b5489a4375eb6d097c362bc947eb (master) 15:35:25 > git config core.sparsecheckout # timeout=10 15:35:25 > git checkout -f 272b28839186b5489a4375eb6d097c362bc947eb # timeout=10 15:35:29 Commit message: "Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:35:30 ========================================================= 15:35:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:35:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:35:31 + 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 . 15:35:31 Sending build context to Docker daemon 544.3kB 15:35:31 Step 1/8 : ARG BASE=golang:1.15-alpine 15:35:31 Step 2/8 : FROM ${BASE} 15:35:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:35:31 df20fa9351a1: Pulling fs layer 15:35:31 ed8968b2872e: Pulling fs layer 15:35:31 a92cc7c5fd73: Pulling fs layer 15:35:31 e871e8e8d7a9: Pulling fs layer 15:35:31 e73272ec9a57: Pulling fs layer 15:35:31 1e910a182e73: Pulling fs layer 15:35:31 4e634b169226: Pulling fs layer 15:35:31 e871e8e8d7a9: Waiting 15:35:31 e73272ec9a57: Waiting 15:35:31 1e910a182e73: Waiting 15:35:31 4e634b169226: Waiting 15:35:31 a92cc7c5fd73: Verifying Checksum 15:35:31 a92cc7c5fd73: Download complete 15:35:31 ed8968b2872e: Download complete 15:35:31 e73272ec9a57: Verifying Checksum 15:35:31 e73272ec9a57: Download complete 15:35:31 1e910a182e73: Verifying Checksum 15:35:31 1e910a182e73: Download complete 15:35:32 df20fa9351a1: Verifying Checksum 15:35:32 df20fa9351a1: Download complete 15:35:32 df20fa9351a1: Pull complete 15:35:32 ed8968b2872e: Pull complete 15:35:32 a92cc7c5fd73: Pull complete 15:35:34 4e634b169226: Verifying Checksum 15:35:34 4e634b169226: Download complete 15:35:34 e871e8e8d7a9: Verifying Checksum 15:35:34 e871e8e8d7a9: Download complete 15:35:40 e871e8e8d7a9: Pull complete 15:35:40 e73272ec9a57: Pull complete 15:35:40 1e910a182e73: Pull complete 15:35:48 4e634b169226: Pull complete 15:35:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:35:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:35:48 ---> f7629b54cfaa 15:35:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:35:48 ---> Running in 6894c1245791 15:35:48 Removing intermediate container 6894c1245791 15:35:48 ---> 66d3317edc30 15:35:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:48 ---> Running in aba649310148 15:35:49 Removing intermediate container aba649310148 15:35:49 ---> d4c31833e5d8 15:35:49 Step 5/8 : RUN apk add --update --no-cache git make 15:35:49 ---> Running in 7fe68f3889a7 15:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:51 OK: 166 MiB in 39 packages 15:35:51 Removing intermediate container 7fe68f3889a7 15:35:51 ---> f1e0761dd6e1 15:35:51 Step 6/8 : WORKDIR /build 15:35:52 ---> Running in e843efd72a1d 15:35:52 Removing intermediate container e843efd72a1d 15:35:52 ---> 7a623f2c73f5 15:35:52 Step 7/8 : COPY go.mod . 15:35:52 ---> fc34dea98353 15:35:52 Step 8/8 : RUN go mod download 15:35:52 ---> Running in 2cf3f37507bd 15:36:14 Removing intermediate container 2cf3f37507bd 15:36:14 ---> 517b84b92760 15:36:14 Successfully built 517b84b92760 15:36:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:36:15 + docker inspect -f . ci-base-image-x86_64 15:36:15 . [Pipeline] withDockerContainer 15:36:15 prd-centos7-docker-4c-2g-8902 does not seem to be running inside a container 15:36:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/58 -v /w/workspace/go-mod-bootstrap/58:/w/workspace/go-mod-bootstrap/58:rw,z -v /w/workspace/go-mod-bootstrap/58@tmp:/w/workspace/go-mod-bootstrap/58@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 15:36:16 $ docker top 76ed1793f401b3da34c909b406e41e5cd0193c3de13d4b2528c492f2517f459d -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:16 + go version 15:36:16 go version go1.15.2 linux/amd64 [Pipeline] } 15:36:16 $ docker stop --time=1 76ed1793f401b3da34c909b406e41e5cd0193c3de13d4b2528c492f2517f459d 15:36:18 $ docker rm -f 76ed1793f401b3da34c909b406e41e5cd0193c3de13d4b2528c492f2517f459d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:36:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8904 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:36:52 Running in /w/workspace/go-mod-bootstrap/58 [Pipeline] { [Pipeline] checkout 15:36:57 using credential edgex-jenkins-ssh 15:36:57 Cloning the remote Git repository 15:36:57 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:57 > git init /w/workspace/go-mod-bootstrap/58 # timeout=10 15:36:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:57 > git --version # timeout=10 15:36:57 > git --version # 'git version 2.17.1' 15:36:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:58 Checking out Revision 272b28839186b5489a4375eb6d097c362bc947eb (master) 15:36:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:36:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:36:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:36:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:59 > git config core.sparsecheckout # timeout=10 15:36:59 > git checkout -f 272b28839186b5489a4375eb6d097c362bc947eb # timeout=10 15:37:03 Commit message: "Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:37:04 ========================================================= 15:37:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:37:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:37:05 + 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 . 15:37:06 Sending build context to Docker daemon 544.3kB 15:37:06 Step 1/8 : ARG BASE=golang:1.15-alpine 15:37:06 Step 2/8 : FROM ${BASE} 15:37:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:37:06 b538f80385f9: Pulling fs layer 15:37:06 74f711af9a0d: Pulling fs layer 15:37:06 99f96fe45779: Pulling fs layer 15:37:06 8529a6b9a6be: Pulling fs layer 15:37:06 45590311c82a: Pulling fs layer 15:37:06 69ca0ff8b7b3: Pulling fs layer 15:37:06 209524e5b208: Pulling fs layer 15:37:06 8529a6b9a6be: Waiting 15:37:06 45590311c82a: Waiting 15:37:06 69ca0ff8b7b3: Waiting 15:37:06 209524e5b208: Waiting 15:37:06 99f96fe45779: Download complete 15:37:06 74f711af9a0d: Download complete 15:37:06 45590311c82a: Download complete 15:37:06 69ca0ff8b7b3: Verifying Checksum 15:37:06 69ca0ff8b7b3: Download complete 15:37:06 b538f80385f9: Verifying Checksum 15:37:07 b538f80385f9: Pull complete 15:37:08 74f711af9a0d: Pull complete 15:37:08 99f96fe45779: Pull complete 15:37:09 209524e5b208: Verifying Checksum 15:37:09 209524e5b208: Download complete 15:37:10 8529a6b9a6be: Verifying Checksum 15:37:10 8529a6b9a6be: Download complete 15:37:23 8529a6b9a6be: Pull complete 15:37:23 45590311c82a: Pull complete 15:37:23 69ca0ff8b7b3: Pull complete 15:37:25 209524e5b208: Pull complete 15:37:25 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:37:25 ---> 5bddaf1c2fca 15:37:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:37:29 ---> Running in a24bc66e40eb 15:37:29 Removing intermediate container a24bc66e40eb 15:37:29 ---> 883af6726f2b 15:37:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:29 ---> Running in 9a869ddfce93 15:37:31 Removing intermediate container 9a869ddfce93 15:37:31 ---> 39fc5d532f72 15:37:31 Step 5/8 : RUN apk add --update --no-cache git make 15:37:32 ---> Running in cd8182f84878 15:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:37:35 OK: 142 MiB in 39 packages 15:37:36 Removing intermediate container cd8182f84878 15:37:36 ---> 5a2b94887791 15:37:36 Step 6/8 : WORKDIR /build 15:37:36 ---> Running in 62e0b6f3a7fc 15:37:36 Removing intermediate container 62e0b6f3a7fc 15:37:36 ---> be67a588aec3 15:37:36 Step 7/8 : COPY go.mod . 15:37:37 ---> a058ed75378e 15:37:37 Step 8/8 : RUN go mod download 15:37:37 ---> Running in 27f709d00dbe 15:37:59 Removing intermediate container 27f709d00dbe 15:37:59 ---> b9936a92f370 15:37:59 Successfully built b9936a92f370 15:37:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:38:00 + docker inspect -f . ci-base-image-arm64 15:38:00 . [Pipeline] withDockerContainer 15:38:00 prd-ubuntu18.04-docker-arm64-4c-16g-8904 does not seem to be running inside a container 15:38:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/58 -v /w/workspace/go-mod-bootstrap/58:/w/workspace/go-mod-bootstrap/58:rw,z -v /w/workspace/go-mod-bootstrap/58@tmp:/w/workspace/go-mod-bootstrap/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:38:02 $ docker top 6dc6eeb43b9edf044d35d8fc8e7ed370e0ef47c8b4e5a6a3cef348796ef6dc67 -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:03 + go version 15:38:03 go version go1.15.2 linux/arm64 [Pipeline] } 15:38:04 $ docker stop --time=1 6dc6eeb43b9edf044d35d8fc8e7ed370e0ef47c8b4e5a6a3cef348796ef6dc67 15:38:05 $ docker rm -f 6dc6eeb43b9edf044d35d8fc8e7ed370e0ef47c8b4e5a6a3cef348796ef6dc67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:38:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:38:09 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:38:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:38:09 15:38:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:38:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:38:10 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:38:10 cbdbe7a5bc2a: Pulling fs layer 15:38:10 408f87550127: Pulling fs layer 15:38:10 fe522b08c979: Pulling fs layer 15:38:10 221eaa008020: Pulling fs layer 15:38:10 2a4607e5d6b9: Pulling fs layer 15:38:10 8f79b27c4fd2: Pulling fs layer 15:38:10 e5c8dbe1645b: Pulling fs layer 15:38:10 23e8b3b47431: Pulling fs layer 15:38:10 5c568d65a230: Pulling fs layer 15:38:10 2a4607e5d6b9: Waiting 15:38:10 8f79b27c4fd2: Waiting 15:38:10 e5c8dbe1645b: Waiting 15:38:10 23e8b3b47431: Waiting 15:38:10 5c568d65a230: Waiting 15:38:10 221eaa008020: Waiting 15:38:10 408f87550127: Download complete 15:38:10 fe522b08c979: Verifying Checksum 15:38:10 fe522b08c979: Download complete 15:38:10 2a4607e5d6b9: Verifying Checksum 15:38:10 2a4607e5d6b9: Download complete 15:38:10 8f79b27c4fd2: Verifying Checksum 15:38:10 8f79b27c4fd2: Download complete 15:38:10 cbdbe7a5bc2a: Verifying Checksum 15:38:10 cbdbe7a5bc2a: Download complete 15:38:10 cbdbe7a5bc2a: Pull complete 15:38:10 408f87550127: Pull complete 15:38:10 fe522b08c979: Pull complete 15:38:11 e5c8dbe1645b: Verifying Checksum 15:38:11 e5c8dbe1645b: Download complete 15:38:12 23e8b3b47431: Verifying Checksum 15:38:12 23e8b3b47431: Download complete 15:38:12 5c568d65a230: Verifying Checksum 15:38:12 5c568d65a230: Download complete 15:38:14 221eaa008020: Verifying Checksum 15:38:14 221eaa008020: Download complete 15:38:20 221eaa008020: Pull complete 15:38:20 2a4607e5d6b9: Pull complete 15:38:20 8f79b27c4fd2: Pull complete 15:38:22 e5c8dbe1645b: Pull complete 15:38:26 23e8b3b47431: Pull complete 15:38:27 5c568d65a230: Pull complete 15:38:27 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:38:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:38:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:38:27 prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container 15:38:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 15:38:28 $ docker top da0750f1fb9951339df2abe30ad4fb8c23accb8d0121610b0c8a6688f9ca3daf -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:29 + snyk monitor '--org=edgex-jenkins' 15:38:34 15:38:34 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 15:38:34 15:38:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/b95393d3-87fd-4f9a-b318-02522b3fa6f3 15:38:34 15:38:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:38:34 15:38:34 15:38:34 Snyk CLI supports Node.js 8 and higher. 15:38:34 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:38:34 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:38:34 15:38:34 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:38:34 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 15:38:34 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:38:34 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:38:34 $ docker stop --time=1 da0750f1fb9951339df2abe30ad4fb8c23accb8d0121610b0c8a6688f9ca3daf 15:38:37 $ docker rm -f da0750f1fb9951339df2abe30ad4fb8c23accb8d0121610b0c8a6688f9ca3daf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:38:39 + git log --format=format:%s -1 272b28839186b5489a4375eb6d097c362bc947eb [Pipeline] isUnix [Pipeline] sh 15:38:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:38:40 . [Pipeline] withDockerContainer 15:38:40 prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container 15:38:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:38:40 $ docker top 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:38:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:38:41 [ssh-agent] Looking for ssh-agent implementation... 15:38:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:38:41 $ docker exec 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 ssh-agent 15:38:41 SSH_AUTH_SOCK=/tmp/ssh-LgRtkqdUSVxk/agent.12 15:38:41 SSH_AGENT_PID=18 15:38:41 Running ssh-add (command line suppressed) 15:38:41 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1766625751478232285.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1766625751478232285.key) 15:38:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:38:42 + git semver tag 15:38:42 # -> Open(): unable to determine branch for HEAD 15:38:42 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:38:42 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:38:42 # $SEMVER_REMOTE_NAME = origin 15:38:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:38:42 # $SEMVER_USER_NAME = edgex-jenkins 15:38:42 # $SEMVER_BRANCH = master 15:38:42 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:38:42 # 272b28839186b5489a4375eb6d097c362bc947eb HEAD 15:38:42 # -> Force: false 15:38:42 # 1be59dad0c2f86636a0f393ad63cfedec5334070 refs/tags/v0.0.55 [Pipeline] } 15:38:42 $ docker exec --env ******** --env ******** 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 ssh-agent -k 15:38:42 unset SSH_AUTH_SOCK; 15:38:42 unset SSH_AGENT_PID; 15:38:42 echo Agent pid 18 killed; 15:38:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:38:42 + git semver [Pipeline] } 15:38:42 $ docker stop --time=1 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 15:38:44 $ docker rm -f 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:38:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:38:44 15:38:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:38:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:38:45 0.23.1-centos7: Pulling from edgex-lftools 15:38:45 ab5ef0e58194: Pulling fs layer 15:38:45 9712f1f96733: Pulling fs layer 15:38:45 63f879dbbcfc: Pulling fs layer 15:38:45 0d9ebad4ef96: Pulling fs layer 15:38:45 e9a5061849ea: Pulling fs layer 15:38:45 d747dcd14b5f: Pulling fs layer 15:38:45 2de7ff778b66: Pulling fs layer 15:38:45 e9a5061849ea: Waiting 15:38:45 2de7ff778b66: Waiting 15:38:45 d747dcd14b5f: Waiting 15:38:45 0d9ebad4ef96: Waiting 15:38:45 9712f1f96733: Download complete 15:38:47 63f879dbbcfc: Verifying Checksum 15:38:47 63f879dbbcfc: Download complete 15:38:47 e9a5061849ea: Verifying Checksum 15:38:47 e9a5061849ea: Download complete 15:38:48 d747dcd14b5f: Verifying Checksum 15:38:48 d747dcd14b5f: Download complete 15:38:48 2de7ff778b66: Verifying Checksum 15:38:48 2de7ff778b66: Download complete 15:38:48 0d9ebad4ef96: Verifying Checksum 15:38:48 0d9ebad4ef96: Download complete 15:38:49 ab5ef0e58194: Verifying Checksum 15:38:49 ab5ef0e58194: Download complete 15:38:53 ab5ef0e58194: Pull complete 15:38:53 9712f1f96733: Pull complete 15:38:56 63f879dbbcfc: Pull complete 15:39:03 0d9ebad4ef96: Pull complete 15:39:04 e9a5061849ea: Pull complete 15:39:04 d747dcd14b5f: Pull complete 15:39:08 2de7ff778b66: Pull complete 15:39:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:39:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:39:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:39:08 prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container 15:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:39:12 $ docker top f6ff6248b84d5a776467a66eeb798a9b8b423aba7811328127b42ab0d8a951a0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:39:12 provisioning config files... 15:39:12 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3848844379686986376tmp 15:39:12 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7697849142548870173tmp 15:39:12 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3114014272502505519tmp [Pipeline] { [Pipeline] echo 15:39:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:39:12 ---> sigul-configuration.sh 15:39:12 gpg: directory `/root/.gnupg' created 15:39:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:39:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:39:12 gpg: keyring `/root/.gnupg/secring.gpg' created 15:39:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:39:12 gpg: CAST5 encrypted data 15:39:13 gpg: encrypted with 1 passphrase 15:39:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:39:13 + mkdir /home/jenkins 15:39:13 + mkdir /home/jenkins/sigul [Pipeline] sh 15:39:13 + 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 15:39:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:39:14 ---> sigul-install.sh 15:39:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:39:19 + git tag --list 15:39:19 v0.0.1 15:39:19 v0.0.10 15:39:19 v0.0.11 15:39:19 v0.0.12 15:39:19 v0.0.13 15:39:19 v0.0.14 15:39:19 v0.0.15 15:39:19 v0.0.16 15:39:19 v0.0.17 15:39:19 v0.0.18 15:39:19 v0.0.19 15:39:19 v0.0.2 15:39:19 v0.0.20 15:39:19 v0.0.21 15:39:19 v0.0.22 15:39:19 v0.0.23 15:39:19 v0.0.24 15:39:19 v0.0.25 15:39:19 v0.0.26 15:39:19 v0.0.27 15:39:19 v0.0.28 15:39:19 v0.0.29 15:39:19 v0.0.3 15:39:19 v0.0.30 15:39:19 v0.0.31 15:39:19 v0.0.32 15:39:19 v0.0.33 15:39:19 v0.0.34 15:39:19 v0.0.35 15:39:19 v0.0.36 15:39:19 v0.0.37 15:39:19 v0.0.38 15:39:19 v0.0.39 15:39:19 v0.0.4 15:39:19 v0.0.40 15:39:19 v0.0.41 15:39:19 v0.0.42 15:39:19 v0.0.43 15:39:19 v0.0.44 15:39:19 v0.0.45 15:39:19 v0.0.46 15:39:19 v0.0.47 15:39:19 v0.0.48 15:39:19 v0.0.49 15:39:19 v0.0.5 15:39:19 v0.0.50 15:39:19 v0.0.51 15:39:19 v0.0.52 15:39:19 v0.0.53 15:39:19 v0.0.54 15:39:19 v0.0.55 15:39:19 v0.0.6 15:39:19 v0.0.7 15:39:19 v0.0.8 15:39:19 v0.0.9 [Pipeline] sh 15:39:20 + lftools sign git-tag v0.0.55 15:39:21 Signing Git tag with Sigul... 15:39:21 Signing v0.0.55 [Pipeline] echo 15:39:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:39:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:39:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:39:22 $ docker stop --time=1 f6ff6248b84d5a776467a66eeb798a9b8b423aba7811328127b42ab0d8a951a0 15:39:24 $ docker rm -f f6ff6248b84d5a776467a66eeb798a9b8b423aba7811328127b42ab0d8a951a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:39:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:25 . [Pipeline] withDockerContainer 15:39:26 prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container 15:39:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:39:27 $ docker top 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:39:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:39:27 [ssh-agent] Looking for ssh-agent implementation... 15:39:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:39:27 $ docker exec 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 ssh-agent 15:39:27 SSH_AUTH_SOCK=/tmp/ssh-mPCEThQJ32yx/agent.12 15:39:27 SSH_AGENT_PID=17 15:39:27 Running ssh-add (command line suppressed) 15:39:27 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8876780792199547536.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8876780792199547536.key) 15:39:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:39:28 + git semver bump patch 15:39:28 # -> Open(): unable to determine branch for HEAD 15:39:28 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:39:28 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:39:28 # $SEMVER_REMOTE_NAME = origin 15:39:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:39:28 # $SEMVER_USER_NAME = edgex-jenkins 15:39:28 # $SEMVER_BRANCH = master 15:39:28 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:39:28 0.0.56 [Pipeline] } 15:39:28 $ docker exec --env ******** --env ******** 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 ssh-agent -k 15:39:28 unset SSH_AUTH_SOCK; 15:39:28 unset SSH_AGENT_PID; 15:39:28 echo Agent pid 17 killed; 15:39:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:39:29 + git semver [Pipeline] } 15:39:29 $ docker stop --time=1 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 15:39:30 $ docker rm -f 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:39:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:31 . [Pipeline] withDockerContainer 15:39:31 prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container 15:39:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:39:31 $ docker top d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:39:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:39:32 [ssh-agent] Looking for ssh-agent implementation... 15:39:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:39:32 $ docker exec d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 ssh-agent 15:39:32 SSH_AUTH_SOCK=/tmp/ssh-Pjd7mwpS71Kb/agent.11 15:39:32 SSH_AGENT_PID=17 15:39:32 Running ssh-add (command line suppressed) 15:39:32 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2565065439868349207.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2565065439868349207.key) 15:39:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:39:33 + git semver push 15:39:33 # -> Open(): unable to determine branch for HEAD 15:39:33 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:39:33 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:39:33 # $SEMVER_REMOTE_NAME = origin 15:39:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:39:33 # $SEMVER_USER_NAME = edgex-jenkins 15:39:33 # $SEMVER_BRANCH = master 15:39:33 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:39:39 $ docker exec --env ******** --env ******** d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 ssh-agent -k 15:39:39 unset SSH_AUTH_SOCK; 15:39:39 unset SSH_AGENT_PID; 15:39:39 echo Agent pid 17 killed; 15:39:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:39:40 + git semver [Pipeline] } 15:39:40 $ docker stop --time=1 d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 15:39:41 $ docker rm -f d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 [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 15:39:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:39:43 ---> package-listing.sh 15:39:43 ++ facter osfamily 15:39:43 ++ tr '[:upper:]' '[:lower:]' 15:39:43 + OS_FAMILY=redhat 15:39:43 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 15:39:43 + START_PACKAGES=/tmp/packages_start.txt 15:39:43 + END_PACKAGES=/tmp/packages_end.txt 15:39:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:39:43 + PACKAGES=/tmp/packages_start.txt 15:39:43 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:39:43 + PACKAGES=/tmp/packages_end.txt 15:39:43 + case "${OS_FAMILY}" in 15:39:43 + rpm -qa 15:39:43 + sort 15:39:48 + '[' -f /tmp/packages_start.txt ']' 15:39:48 + '[' -f /tmp/packages_end.txt ']' 15:39:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:39:48 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:39:48 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 15:39:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 15:39:48 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:39:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:39:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:48 15:39:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:39:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:48 alpine: Pulling from edgex-lftools-log-publisher 15:39:48 df20fa9351a1: Pulling fs layer 15:39:48 36b3adc4ff6f: Pulling fs layer 15:39:48 8ad3a11d3b57: Pulling fs layer 15:39:48 46f8f816bc3b: Pulling fs layer 15:39:48 93b61091891f: Pulling fs layer 15:39:48 93b9cdb0e59b: Pulling fs layer 15:39:48 5e14af77c1be: Pulling fs layer 15:39:48 01666e4c0597: Pulling fs layer 15:39:48 aa168da1d23b: Pulling fs layer 15:39:48 93b9cdb0e59b: Waiting 15:39:48 5e14af77c1be: Waiting 15:39:48 01666e4c0597: Waiting 15:39:48 aa168da1d23b: Waiting 15:39:48 46f8f816bc3b: Waiting 15:39:48 93b61091891f: Waiting 15:39:48 36b3adc4ff6f: Download complete 15:39:48 46f8f816bc3b: Verifying Checksum 15:39:48 46f8f816bc3b: Download complete 15:39:49 df20fa9351a1: Verifying Checksum 15:39:49 df20fa9351a1: Download complete 15:39:49 93b9cdb0e59b: Verifying Checksum 15:39:49 93b9cdb0e59b: Download complete 15:39:49 5e14af77c1be: Download complete 15:39:49 01666e4c0597: Verifying Checksum 15:39:49 01666e4c0597: Download complete 15:39:49 93b61091891f: Verifying Checksum 15:39:49 93b61091891f: Download complete 15:39:49 8ad3a11d3b57: Verifying Checksum 15:39:49 8ad3a11d3b57: Download complete 15:39:49 df20fa9351a1: Pull complete 15:39:49 36b3adc4ff6f: Pull complete 15:39:50 8ad3a11d3b57: Pull complete 15:39:51 46f8f816bc3b: Pull complete 15:39:51 93b61091891f: Pull complete 15:39:51 93b9cdb0e59b: Pull complete 15:39:51 aa168da1d23b: Verifying Checksum 15:39:52 5e14af77c1be: Pull complete 15:39:52 01666e4c0597: Pull complete 15:39:58 aa168da1d23b: Pull complete 15:39:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:39:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:39:59 prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container 15:39:59 $ 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:40:02 $ docker top 6d5aab46045cd92fe4266aec76832da03e2a2e45db48f4b329038c09d9eaa92b -eo pid,comm [Pipeline] { [Pipeline] sh 15:40:02 + touch /tmp/pre-build-complete [Pipeline] sh 15:40:03 + mkdir -p /var/log/sa [Pipeline] sh 15:40:03 + ls /var/log/sa-host 15:40:03 + sadf -c /var/log/sa-host/sa05 15:40:03 file_magic: OK 15:40:03 HZ: Using current value: 100 15:40:03 file_header: OK 15:40:03 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 15:40:03 Statistics: 15:40:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:40:03 File successfully converted to sysstat format version 12.2.1 15:40:03 + sadf -c /var/log/sa-host/sa26 15:40:03 file_magic: OK 15:40:03 HZ: Using current value: 100 15:40:03 file_header: OK 15:40:03 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 15:40:03 Statistics: 15:40:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:40:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:40:03 provisioning config files... 15:40:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4906990292545946025tmp [Pipeline] { [Pipeline] echo 15:40:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:40:04 ---> create-netrc.sh [Pipeline] } 15:40:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:40:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:40:04 ---> python-tools-install.sh [Pipeline] echo 15:40:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:40:04 ---> sudo-logs.sh 15:40:04 Archiving 'sudo' log.. [Pipeline] echo 15:40:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:40:05 ---> job-cost.sh 15:40:05 lf-activate-venv: SKIPPING 15:40:05 INFO: No Stack... 15:40:06 INFO: Retrieving Pricing Info for: v1-standard-2 15:40:06 INFO: Archiving Costs [Pipeline] echo 15:40:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:40:07 ---> logs-deploy.sh 15:40:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/58 15:40:07 INFO: archiving workspace using pattern(s): 15:40:09 Archives upload complete. 15:40:09 INFO: archiving logs to Nexus 15:40:09 ---> uname -a: 15:40:09 Linux prd-centos7-docker-4c-2g-8898.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:40:09 15:40:09 15:40:09 ---> lscpu: 15:40:09 Architecture: x86_64 15:40:09 CPU op-mode(s): 32-bit, 64-bit 15:40:09 Byte Order: Little Endian 15:40:09 Address sizes: 40 bits physical, 48 bits virtual 15:40:09 CPU(s): 4 15:40:09 On-line CPU(s) list: 0-3 15:40:09 Thread(s) per core: 1 15:40:09 Core(s) per socket: 1 15:40:09 Socket(s): 4 15:40:09 NUMA node(s): 1 15:40:09 Vendor ID: GenuineIntel 15:40:09 CPU family: 6 15:40:09 Model: 44 15:40:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:40:09 Stepping: 1 15:40:09 CPU MHz: 2933.436 15:40:09 BogoMIPS: 5866.87 15:40:09 Virtualization: VT-x 15:40:09 Hypervisor vendor: KVM 15:40:09 Virtualization type: full 15:40:09 L1d cache: 128 KiB 15:40:09 L1i cache: 128 KiB 15:40:09 L2 cache: 16 MiB 15:40:09 L3 cache: 64 MiB 15:40:09 NUMA node0 CPU(s): 0-3 15:40:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:40:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:40:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:40:09 Vulnerability Meltdown: Mitigation; PTI 15:40:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:40:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:40:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:40:09 Vulnerability Tsx async abort: Not affected 15:40:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:40:09 15:40:09 15:40:09 ---> nproc: 15:40:09 4 15:40:09 15:40:09 15:40:09 ---> df -h: 15:40:09 Filesystem Size Used Available Use% Mounted on 15:40:09 overlay 50.0G 8.4G 41.5G 17% / 15:40:09 tmpfs 64.0M 0 64.0M 0% /dev 15:40:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:40:09 shm 64.0M 0 64.0M 0% /dev/shm 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 15:40:09 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 15:40:09 15:40:09 15:40:09 ---> free -m: 15:40:09 total used free shared buff/cache available 15:40:09 Mem: 1837 790 153 0 893 981 15:40:09 Swap: 1023 2 1021 15:40:09 15:40:09 15:40:09 ---> ip addr: 15:40:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:40:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:40:09 inet 127.0.0.1/8 scope host lo 15:40:09 valid_lft forever preferred_lft forever 15:40:09 inet6 ::1/128 scope host 15:40:09 valid_lft forever preferred_lft forever 15:40:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:40:09 link/ether fa:16:3e:79:3b:5a brd ff:ff:ff:ff:ff:ff 15:40:09 inet 10.30.122.204/23 brd 10.30.123.255 scope global dynamic eth0 15:40:09 valid_lft 85963sec preferred_lft 85963sec 15:40:09 inet6 fe80::f816:3eff:fe79:3b5a/64 scope link 15:40:09 valid_lft forever preferred_lft forever 15:40:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:40:09 link/ether 02:42:8d:c5:b4:95 brd ff:ff:ff:ff:ff:ff 15:40:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:40:09 valid_lft forever preferred_lft forever 15:40:09 inet6 fe80::42:8dff:fec5:b495/64 scope link 15:40:09 valid_lft forever preferred_lft forever 15:40:09 15:40:09