Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. [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 ‘prd-centos7-docker-4c-2g-1241’ is offline; ‘prd-centos7-docker-4c-2g-1242’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1229’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1246 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 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 Commit message: "Merge pull request #92 from lenny-intel/dependabot" > git rev-list --no-walk 4d36960e62c123c887cc476429b66e97243ab9e9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:48:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:48:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:48:42 ========================================================= 20:48:42 EdgeX Global Pipelines Version Info 20:48:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:48:44 ------------------- 20:48:44 stable info: 20:48:44 ------------------- 20:48:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:48:44 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 20:48:44 Message: update stable to v1.0.128 20:48:45 ------------------- 20:48:45 experimental info: 20:48:45 ------------------- 20:48:45 Commited By: **** collab-it+edgex@linuxfoundation.org 20:48:45 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 20:48:45 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:48:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:48:45 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:48:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:48:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:48:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:48:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:48:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:48:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:48:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 [Pipeline] echo 20:48:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72d6ee1 [Pipeline] echo 20:48:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:48:50 + git log --format=format:%s -1 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 [Pipeline] echo 20:48:50 GIT_COMMIT: 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62, Commit Message: Merge pull request #92 from lenny-intel/dependabot [Pipeline] echo 20:48:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:48:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:48:51 20:48:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:48:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:48:51 latest: Pulling from edgex-devops/git-semver 20:48:51 31603596830f: Pulling fs layer 20:48:51 2a8b12db71e7: Pulling fs layer 20:48:51 6ca5941a6612: Pulling fs layer 20:48:51 ecc8261a40a4: Pulling fs layer 20:48:51 ecc8261a40a4: Waiting 20:48:51 2a8b12db71e7: Verifying Checksum 20:48:51 2a8b12db71e7: Download complete 20:48:51 31603596830f: Verifying Checksum 20:48:51 31603596830f: Download complete 20:48:52 6ca5941a6612: Verifying Checksum 20:48:52 6ca5941a6612: Download complete 20:48:52 ecc8261a40a4: Verifying Checksum 20:48:52 ecc8261a40a4: Download complete 20:48:52 31603596830f: Pull complete 20:48:52 2a8b12db71e7: Pull complete 20:48:53 6ca5941a6612: Pull complete 20:48:53 ecc8261a40a4: Pull complete 20:48:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:48:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:48:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:48:53 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 20:48:53 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:48:55 $ docker top 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:48:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:48:56 [ssh-agent] Looking for ssh-agent implementation... 20:48:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:48:56 $ docker exec 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 ssh-agent 20:48:56 SSH_AUTH_SOCK=/tmp/ssh-obXzhziVSPod/agent.12 20:48:56 SSH_AGENT_PID=17 20:48:56 Running ssh-add (command line suppressed) 20:48:56 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7065902982795575323.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7065902982795575323.key) 20:48:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:48:57 + git describe --exact-match --tags HEAD 20:48:57 fatal: no tag exactly matches '72d6ee15e01cf87b5c269754a0cc3fbb8c076f62' [Pipeline] } 20:48:57 $ docker exec --env ******** --env ******** 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 ssh-agent -k 20:48:57 unset SSH_AUTH_SOCK; 20:48:57 unset SSH_AGENT_PID; 20:48:57 echo Agent pid 17 killed; 20:48:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:48:57 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:48:57 This usually means this commit has not been tagged. [Pipeline] sshagent 20:48:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:48:57 [ssh-agent] Looking for ssh-agent implementation... 20:48:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:48:57 $ docker exec 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 ssh-agent 20:48:58 SSH_AUTH_SOCK=/tmp/ssh-6HVxeILQIdMZ/agent.46 20:48:58 SSH_AGENT_PID=51 20:48:58 Running ssh-add (command line suppressed) 20:48:58 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7893061798883155508.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7893061798883155508.key) 20:48:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:48:58 + git semver init 20:48:58 # -> Open(): unable to determine branch for HEAD 20:48:58 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:48:58 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:48:58 # $SEMVER_REMOTE_NAME = origin 20:48:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:48:58 # $SEMVER_USER_NAME = edgex-jenkins 20:48:58 # $SEMVER_BRANCH = master 20:48:58 # $SEMVER_TEMP = /tmp/semver-721229778 20:48:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:48:59 # '/tmp/semver-721229778' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 20:48:59 # -> Force: false 20:48:59 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:48:59 $ docker exec --env ******** --env ******** 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 ssh-agent -k 20:48:59 unset SSH_AUTH_SOCK; 20:48:59 unset SSH_AGENT_PID; 20:48:59 echo Agent pid 51 killed; 20:48:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:48:59 + git semver [Pipeline] } 20:48:59 $ docker stop --time=1 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 20:49:01 $ docker rm -f 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:49:02 Stashed 48 file(s) [Pipeline] echo 20:49:02 [edgeXSemver]: initialized semver on version 0.0.40 [Pipeline] echo 20:49:02 Archived original version: [0.0.40] [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 20:49:18 Still waiting to schedule task 20:49:18 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:49:18 Still waiting to schedule task 20:49:18 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1229’ 20:50:18 Running on prd-centos7-docker-4c-2g-1251 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:50:18 Running in /w/workspace/go-mod-bootstrap/42 [Pipeline] { [Pipeline] checkout 20:50:22 using credential edgex-jenkins-ssh 20:50:22 Cloning the remote Git repository 20:50:22 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:50:22 > git init /w/workspace/go-mod-bootstrap/42 # timeout=10 20:50:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:50:22 > git --version # timeout=10 20:50:22 > git --version # 'git version 2.16.5' 20:50:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:50:23 Checking out Revision 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (master) 20:50:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:50:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:50:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:50:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:50:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:50:23 > git config core.sparsecheckout # timeout=10 20:50:23 > git checkout -f 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 20:50:27 Commit message: "Merge pull request #92 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:50:28 ========================================================= 20:50:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:50:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:50:28 + 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 . 20:50:29 Sending build context to Docker daemon 724kB 20:50:29 Step 1/8 : ARG BASE=golang:1.15-alpine 20:50:29 Step 2/8 : FROM ${BASE} 20:50:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:50:29 df20fa9351a1: Pulling fs layer 20:50:29 ed8968b2872e: Pulling fs layer 20:50:29 a92cc7c5fd73: Pulling fs layer 20:50:29 e871e8e8d7a9: Pulling fs layer 20:50:29 e73272ec9a57: Pulling fs layer 20:50:29 1e910a182e73: Pulling fs layer 20:50:29 4e634b169226: Pulling fs layer 20:50:29 e73272ec9a57: Waiting 20:50:29 1e910a182e73: Waiting 20:50:29 4e634b169226: Waiting 20:50:29 e871e8e8d7a9: Waiting 20:50:29 a92cc7c5fd73: Verifying Checksum 20:50:29 a92cc7c5fd73: Download complete 20:50:29 ed8968b2872e: Download complete 20:50:29 e73272ec9a57: Verifying Checksum 20:50:29 e73272ec9a57: Download complete 20:50:29 1e910a182e73: Verifying Checksum 20:50:29 1e910a182e73: Download complete 20:50:29 df20fa9351a1: Verifying Checksum 20:50:29 df20fa9351a1: Download complete 20:50:30 df20fa9351a1: Pull complete 20:50:30 ed8968b2872e: Pull complete 20:50:30 a92cc7c5fd73: Pull complete 20:50:31 4e634b169226: Verifying Checksum 20:50:31 4e634b169226: Download complete 20:50:32 e871e8e8d7a9: Verifying Checksum 20:50:32 e871e8e8d7a9: Download complete 20:50:37 e871e8e8d7a9: Pull complete 20:50:37 e73272ec9a57: Pull complete 20:50:37 1e910a182e73: Pull complete 20:50:47 4e634b169226: Pull complete 20:50:47 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 20:50:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:50:47 ---> f7629b54cfaa 20:50:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:50:47 ---> Running in dfe1fe60452f 20:50:47 Removing intermediate container dfe1fe60452f 20:50:47 ---> d1a66a205b6d 20:50:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:47 ---> Running in 20d46dcfd1a7 20:50:49 Removing intermediate container 20d46dcfd1a7 20:50:49 ---> fb940276698f 20:50:49 Step 5/8 : RUN apk add --update --no-cache git make 20:50:49 ---> Running in cf04cf38bcb2 20:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:51 OK: 166 MiB in 39 packages 20:50:52 Removing intermediate container cf04cf38bcb2 20:50:52 ---> 3602f3144f43 20:50:52 Step 6/8 : WORKDIR /build 20:50:52 ---> Running in ac3bd72b2d34 20:50:52 Removing intermediate container ac3bd72b2d34 20:50:52 ---> 7ec0864c78df 20:50:52 Step 7/8 : COPY go.mod . 20:50:52 ---> c99566482809 20:50:52 Step 8/8 : RUN go mod download 20:50:52 ---> Running in 1a41422d7470 20:51:14 Removing intermediate container 1a41422d7470 20:51:14 ---> 0b7c52758270 20:51:14 Successfully built 0b7c52758270 20:51:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:51:15 + docker inspect -f . ci-base-image-x86_64 20:51:15 . [Pipeline] withDockerContainer 20:51:15 prd-centos7-docker-4c-2g-1251 does not seem to be running inside a container 20:51:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/42 -v /w/workspace/go-mod-bootstrap/42:/w/workspace/go-mod-bootstrap/42:rw,z -v /w/workspace/go-mod-bootstrap/42@tmp:/w/workspace/go-mod-bootstrap/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:51:16 $ docker top 5f0666541785942c53a6a4da3ad73a5c052a998fc138fdcfc403bed6e2d390b0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:16 + go version 20:51:16 go version go1.15.2 linux/amd64 [Pipeline] } 20:51:16 $ docker stop --time=1 5f0666541785942c53a6a4da3ad73a5c052a998fc138fdcfc403bed6e2d390b0 20:51:18 $ docker rm -f 5f0666541785942c53a6a4da3ad73a5c052a998fc138fdcfc403bed6e2d390b0 [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] } 20:52:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1259 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:52:38 Running in /w/workspace/go-mod-bootstrap/42 [Pipeline] { [Pipeline] checkout 20:52:46 using credential edgex-jenkins-ssh 20:52:46 Cloning the remote Git repository 20:52:46 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:52:46 > git init /w/workspace/go-mod-bootstrap/42 # timeout=10 20:52:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:52:46 > git --version # timeout=10 20:52:46 > git --version # 'git version 2.17.1' 20:52:46 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:52:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:52:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:52:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:52:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:52:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:52:48 Checking out Revision 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (master) 20:52:48 > git config core.sparsecheckout # timeout=10 20:52:48 > git checkout -f 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 20:52:52 Commit message: "Merge pull request #92 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:52:53 ========================================================= 20:52:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:52:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:52:54 + 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 . 20:52:55 Sending build context to Docker daemon 724kB 20:52:55 Step 1/8 : ARG BASE=golang:1.15-alpine 20:52:55 Step 2/8 : FROM ${BASE} 20:52:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:52:55 b538f80385f9: Pulling fs layer 20:52:55 74f711af9a0d: Pulling fs layer 20:52:55 99f96fe45779: Pulling fs layer 20:52:55 8529a6b9a6be: Pulling fs layer 20:52:55 45590311c82a: Pulling fs layer 20:52:55 69ca0ff8b7b3: Pulling fs layer 20:52:55 209524e5b208: Pulling fs layer 20:52:55 8529a6b9a6be: Waiting 20:52:55 45590311c82a: Waiting 20:52:55 209524e5b208: Waiting 20:52:55 69ca0ff8b7b3: Waiting 20:52:55 99f96fe45779: Verifying Checksum 20:52:55 99f96fe45779: Download complete 20:52:55 74f711af9a0d: Verifying Checksum 20:52:55 74f711af9a0d: Download complete 20:52:55 45590311c82a: Verifying Checksum 20:52:55 45590311c82a: Download complete 20:52:55 69ca0ff8b7b3: Download complete 20:52:55 b538f80385f9: Verifying Checksum 20:52:55 b538f80385f9: Download complete 20:52:56 b538f80385f9: Pull complete 20:52:57 74f711af9a0d: Pull complete 20:52:57 99f96fe45779: Pull complete 20:52:58 209524e5b208: Download complete 20:52:59 8529a6b9a6be: Verifying Checksum 20:52:59 8529a6b9a6be: Download complete 20:53:09 8529a6b9a6be: Pull complete 20:53:10 45590311c82a: Pull complete 20:53:10 69ca0ff8b7b3: Pull complete 20:53:13 209524e5b208: Pull complete 20:53:13 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 20:53:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:53:14 ---> 5bddaf1c2fca 20:53:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:53:16 ---> Running in 9b91405d498a 20:53:17 Removing intermediate container 9b91405d498a 20:53:17 ---> 914e2c052621 20:53:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:17 ---> Running in 63dd553d9beb 20:53:20 Removing intermediate container 63dd553d9beb 20:53:20 ---> 5e6f41b8a835 20:53:20 Step 5/8 : RUN apk add --update --no-cache git make 20:53:20 ---> Running in aa40cac7d95e 20:53:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:53:25 OK: 142 MiB in 39 packages 20:53:26 Removing intermediate container aa40cac7d95e 20:53:26 ---> ca273fdb73af 20:53:26 Step 6/8 : WORKDIR /build 20:53:26 ---> Running in 6230fd55eb4c 20:53:27 Removing intermediate container 6230fd55eb4c 20:53:27 ---> 34272fa104d4 20:53:27 Step 7/8 : COPY go.mod . 20:53:27 ---> 8c002f272408 20:53:27 Step 8/8 : RUN go mod download 20:53:28 ---> Running in 1315b1ba457b 20:53:51 Removing intermediate container 1315b1ba457b 20:53:51 ---> 45716b3956fb 20:53:51 Successfully built 45716b3956fb 20:53:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:53:51 + docker inspect -f . ci-base-image-arm64 20:53:51 . [Pipeline] withDockerContainer 20:53:51 prd-ubuntu18.04-docker-arm64-4c-16g-1259 does not seem to be running inside a container 20:53:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/42 -v /w/workspace/go-mod-bootstrap/42:/w/workspace/go-mod-bootstrap/42:rw,z -v /w/workspace/go-mod-bootstrap/42@tmp:/w/workspace/go-mod-bootstrap/42@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 20:53:54 $ docker top 92b95b5ee1b7725f2c5bf13046dcae175ad51d0abfd21c47409b3dc4ab8c9d79 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:55 + go version 20:53:55 go version go1.15.2 linux/arm64 [Pipeline] } 20:53:55 $ docker stop --time=1 92b95b5ee1b7725f2c5bf13046dcae175ad51d0abfd21c47409b3dc4ab8c9d79 20:53:57 $ docker rm -f 92b95b5ee1b7725f2c5bf13046dcae175ad51d0abfd21c47409b3dc4ab8c9d79 [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 20:54:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 20:54:02 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 20:54:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:54:02 20:54:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 20:54:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:54:03 1.317.0: Pulling from edgex-devops/edgex-snyk-go 20:54:03 cbdbe7a5bc2a: Pulling fs layer 20:54:03 408f87550127: Pulling fs layer 20:54:03 fe522b08c979: Pulling fs layer 20:54:03 221eaa008020: Pulling fs layer 20:54:03 2a4607e5d6b9: Pulling fs layer 20:54:03 8f79b27c4fd2: Pulling fs layer 20:54:03 e5c8dbe1645b: Pulling fs layer 20:54:03 23e8b3b47431: Pulling fs layer 20:54:03 5c568d65a230: Pulling fs layer 20:54:03 8f79b27c4fd2: Waiting 20:54:03 e5c8dbe1645b: Waiting 20:54:03 23e8b3b47431: Waiting 20:54:03 5c568d65a230: Waiting 20:54:03 221eaa008020: Waiting 20:54:03 2a4607e5d6b9: Waiting 20:54:03 fe522b08c979: Download complete 20:54:03 408f87550127: Download complete 20:54:03 2a4607e5d6b9: Verifying Checksum 20:54:03 2a4607e5d6b9: Download complete 20:54:03 8f79b27c4fd2: Verifying Checksum 20:54:03 8f79b27c4fd2: Download complete 20:54:03 cbdbe7a5bc2a: Download complete 20:54:03 cbdbe7a5bc2a: Pull complete 20:54:03 408f87550127: Pull complete 20:54:04 fe522b08c979: Pull complete 20:54:04 e5c8dbe1645b: Verifying Checksum 20:54:04 e5c8dbe1645b: Download complete 20:54:05 23e8b3b47431: Verifying Checksum 20:54:05 23e8b3b47431: Download complete 20:54:05 5c568d65a230: Verifying Checksum 20:54:05 5c568d65a230: Download complete 20:54:06 221eaa008020: Verifying Checksum 20:54:06 221eaa008020: Download complete 20:54:13 221eaa008020: Pull complete 20:54:13 2a4607e5d6b9: Pull complete 20:54:13 8f79b27c4fd2: Pull complete 20:54:15 e5c8dbe1645b: Pull complete 20:54:17 23e8b3b47431: Pull complete 20:54:18 5c568d65a230: Pull complete 20:54:18 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 20:54:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:54:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 20:54:19 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 20:54:19 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 20:54:20 $ docker top 891576568bc29193b7a663e5cce1cb3168d8915a102acf65fc32c63b787895f6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:20 + snyk monitor '--org=edgex-jenkins' 20:54:26 20:54:26 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 20:54:26 20:54:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/ec4f3611-6c87-4318-ab64-ea4a27f84e10 20:54:26 20:54:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:54:26 20:54:26 20:54:26 Snyk CLI supports Node.js 8 and higher. 20:54:26 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 20:54:26 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 20:54:26 20:54:26 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 20:54:26 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 20:54:26 $ docker stop --time=1 891576568bc29193b7a663e5cce1cb3168d8915a102acf65fc32c63b787895f6 20:54:28 $ docker rm -f 891576568bc29193b7a663e5cce1cb3168d8915a102acf65fc32c63b787895f6 [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] unstash [Pipeline] isUnix [Pipeline] sh 20:54:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:31 . [Pipeline] withDockerContainer 20:54:31 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 20:54:31 $ docker run -t -d -u 1001:1001 -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 20:54:32 $ docker top a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:32 [ssh-agent] Looking for ssh-agent implementation... 20:54:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:33 $ docker exec a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 ssh-agent 20:54:33 SSH_AUTH_SOCK=/tmp/ssh-x7eBlx0KFnbI/agent.12 20:54:33 SSH_AGENT_PID=17 20:54:33 Running ssh-add (command line suppressed) 20:54:33 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8829222696891215842.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8829222696891215842.key) 20:54:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:33 + git semver tag 20:54:33 # -> Open(): unable to determine branch for HEAD 20:54:33 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:54:33 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:54:33 # $SEMVER_REMOTE_NAME = origin 20:54:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:33 # $SEMVER_USER_NAME = edgex-jenkins 20:54:33 # $SEMVER_BRANCH = master 20:54:33 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 20:54:33 # 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 HEAD 20:54:33 # -> Force: false 20:54:33 # 36d7b9f732295d95f38f9a86dd01a6391f26388d refs/tags/v0.0.40 [Pipeline] } 20:54:33 $ docker exec --env ******** --env ******** a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 ssh-agent -k 20:54:34 unset SSH_AUTH_SOCK; 20:54:34 unset SSH_AGENT_PID; 20:54:34 echo Agent pid 17 killed; 20:54:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:34 + git semver [Pipeline] } 20:54:34 $ docker stop --time=1 a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 20:54:36 $ docker rm -f a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:54:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:36 20:54:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:54:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:37 0.23.1-centos7: Pulling from edgex-lftools 20:54:37 ab5ef0e58194: Pulling fs layer 20:54:37 9712f1f96733: Pulling fs layer 20:54:37 63f879dbbcfc: Pulling fs layer 20:54:37 0d9ebad4ef96: Pulling fs layer 20:54:37 e9a5061849ea: Pulling fs layer 20:54:37 d747dcd14b5f: Pulling fs layer 20:54:37 2de7ff778b66: Pulling fs layer 20:54:37 e9a5061849ea: Waiting 20:54:37 d747dcd14b5f: Waiting 20:54:37 0d9ebad4ef96: Waiting 20:54:37 2de7ff778b66: Waiting 20:54:37 9712f1f96733: Verifying Checksum 20:54:37 9712f1f96733: Download complete 20:54:39 63f879dbbcfc: Verifying Checksum 20:54:39 63f879dbbcfc: Download complete 20:54:39 e9a5061849ea: Verifying Checksum 20:54:39 e9a5061849ea: Download complete 20:54:39 d747dcd14b5f: Verifying Checksum 20:54:39 d747dcd14b5f: Download complete 20:54:40 2de7ff778b66: Verifying Checksum 20:54:40 2de7ff778b66: Download complete 20:54:41 0d9ebad4ef96: Download complete 20:54:42 ab5ef0e58194: Verifying Checksum 20:54:42 ab5ef0e58194: Download complete 20:54:48 ab5ef0e58194: Pull complete 20:54:48 9712f1f96733: Pull complete 20:54:50 63f879dbbcfc: Pull complete 20:54:56 0d9ebad4ef96: Pull complete 20:54:58 e9a5061849ea: Pull complete 20:54:58 d747dcd14b5f: Pull complete 20:55:01 2de7ff778b66: Pull complete 20:55:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:55:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:55:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:55:01 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 20:55:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:55:05 $ docker top 80621eb051035d415cf9ffffe650aa40bbcb93ad297486d868a50d40591d057b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:55:05 provisioning config files... 20:55:05 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5795115953134869253tmp 20:55:05 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4740587212077958996tmp 20:55:05 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2844211378540243401tmp [Pipeline] { [Pipeline] echo 20:55:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:55:06 ---> sigul-configuration.sh 20:55:06 gpg: directory `/root/.gnupg' created 20:55:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:55:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:55:06 gpg: keyring `/root/.gnupg/secring.gpg' created 20:55:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:55:06 gpg: CAST5 encrypted data 20:55:06 gpg: encrypted with 1 passphrase 20:55:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:55:06 + mkdir /home/jenkins 20:55:06 + mkdir /home/jenkins/sigul [Pipeline] sh 20:55:06 + 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 20:55:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:55:07 ---> sigul-install.sh 20:55:12 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:55:13 + git tag --list 20:55:13 v0.0.1 20:55:13 v0.0.10 20:55:13 v0.0.11 20:55:13 v0.0.12 20:55:13 v0.0.13 20:55:13 v0.0.14 20:55:13 v0.0.15 20:55:13 v0.0.16 20:55:13 v0.0.17 20:55:13 v0.0.18 20:55:13 v0.0.19 20:55:13 v0.0.2 20:55:13 v0.0.20 20:55:13 v0.0.21 20:55:13 v0.0.22 20:55:13 v0.0.23 20:55:13 v0.0.24 20:55:13 v0.0.25 20:55:13 v0.0.26 20:55:13 v0.0.27 20:55:13 v0.0.28 20:55:13 v0.0.29 20:55:13 v0.0.3 20:55:13 v0.0.30 20:55:13 v0.0.31 20:55:13 v0.0.32 20:55:13 v0.0.33 20:55:13 v0.0.34 20:55:13 v0.0.35 20:55:13 v0.0.36 20:55:13 v0.0.37 20:55:13 v0.0.38 20:55:13 v0.0.39 20:55:13 v0.0.4 20:55:13 v0.0.40 20:55:13 v0.0.5 20:55:13 v0.0.6 20:55:13 v0.0.7 20:55:13 v0.0.8 20:55:13 v0.0.9 [Pipeline] sh 20:55:13 + lftools sign git-tag v0.0.40 20:55:14 Signing Git tag with Sigul... 20:55:14 Signing v0.0.40 [Pipeline] echo 20:55:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:55:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:55:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:55:16 $ docker stop --time=1 80621eb051035d415cf9ffffe650aa40bbcb93ad297486d868a50d40591d057b 20:55:18 $ docker rm -f 80621eb051035d415cf9ffffe650aa40bbcb93ad297486d868a50d40591d057b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:55:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:19 . [Pipeline] withDockerContainer 20:55:19 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 20:55:19 $ docker run -t -d -u 1001:1001 -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 20:55:20 $ docker top bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:20 [ssh-agent] Looking for ssh-agent implementation... 20:55:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:20 $ docker exec bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 ssh-agent 20:55:21 SSH_AUTH_SOCK=/tmp/ssh-bEAoSlgH6YfU/agent.12 20:55:21 SSH_AGENT_PID=17 20:55:21 Running ssh-add (command line suppressed) 20:55:21 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2234536906010423194.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2234536906010423194.key) 20:55:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:21 + git semver bump patch 20:55:21 # -> Open(): unable to determine branch for HEAD 20:55:21 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:55:21 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:55:21 # $SEMVER_REMOTE_NAME = origin 20:55:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:21 # $SEMVER_USER_NAME = edgex-jenkins 20:55:21 # $SEMVER_BRANCH = master 20:55:21 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 20:55:21 0.0.41 [Pipeline] } 20:55:21 $ docker exec --env ******** --env ******** bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 ssh-agent -k 20:55:21 unset SSH_AUTH_SOCK; 20:55:21 unset SSH_AGENT_PID; 20:55:21 echo Agent pid 17 killed; 20:55:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:22 + git semver [Pipeline] } 20:55:22 $ docker stop --time=1 bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 20:55:24 $ docker rm -f bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:55:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:24 . [Pipeline] withDockerContainer 20:55:24 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 20:55:24 $ docker run -t -d -u 1001:1001 -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 20:55:25 $ docker top 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:25 [ssh-agent] Looking for ssh-agent implementation... 20:55:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:26 $ docker exec 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 ssh-agent 20:55:26 SSH_AUTH_SOCK=/tmp/ssh-iqVUgt4TkuYH/agent.11 20:55:26 SSH_AGENT_PID=16 20:55:26 Running ssh-add (command line suppressed) 20:55:26 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2100950631679785931.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2100950631679785931.key) 20:55:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:26 + git semver push 20:55:26 # -> Open(): unable to determine branch for HEAD 20:55:26 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:55:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:55:26 # $SEMVER_REMOTE_NAME = origin 20:55:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:26 # $SEMVER_USER_NAME = edgex-jenkins 20:55:26 # $SEMVER_BRANCH = master 20:55:26 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:55:33 $ docker exec --env ******** --env ******** 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 ssh-agent -k 20:55:33 unset SSH_AUTH_SOCK; 20:55:33 unset SSH_AGENT_PID; 20:55:33 echo Agent pid 16 killed; 20:55:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:34 + git semver [Pipeline] } 20:55:34 $ docker stop --time=1 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 20:55:35 $ docker rm -f 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 [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 20:55:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:55:38 ---> package-listing.sh 20:55:38 ++ facter osfamily 20:55:38 ++ tr '[:upper:]' '[:lower:]' 20:55:38 + OS_FAMILY=redhat 20:55:38 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 20:55:38 + START_PACKAGES=/tmp/packages_start.txt 20:55:38 + END_PACKAGES=/tmp/packages_end.txt 20:55:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:55:38 + PACKAGES=/tmp/packages_start.txt 20:55:38 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 20:55:38 + PACKAGES=/tmp/packages_end.txt 20:55:38 + case "${OS_FAMILY}" in 20:55:38 + rpm -qa 20:55:38 + sort 20:55:42 + '[' -f /tmp/packages_start.txt ']' 20:55:42 + '[' -f /tmp/packages_end.txt ']' 20:55:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:55:42 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 20:55:42 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 20:55:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] isUnix [Pipeline] sh 20:55:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:43 20:55:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:55:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:44 alpine: Pulling from edgex-lftools-log-publisher 20:55:44 df20fa9351a1: Pulling fs layer 20:55:44 36b3adc4ff6f: Pulling fs layer 20:55:44 8ad3a11d3b57: Pulling fs layer 20:55:44 46f8f816bc3b: Pulling fs layer 20:55:44 0dadc02b9964: Pulling fs layer 20:55:44 ce6a7cf60c04: Pulling fs layer 20:55:44 7a184a31f384: Pulling fs layer 20:55:44 0879bd2ef858: Pulling fs layer 20:55:44 0dadc02b9964: Waiting 20:55:44 ce6a7cf60c04: Waiting 20:55:44 0879bd2ef858: Waiting 20:55:44 7a184a31f384: Waiting 20:55:44 36b3adc4ff6f: Download complete 20:55:44 46f8f816bc3b: Verifying Checksum 20:55:44 46f8f816bc3b: Download complete 20:55:44 df20fa9351a1: Verifying Checksum 20:55:44 df20fa9351a1: Download complete 20:55:44 ce6a7cf60c04: Verifying Checksum 20:55:44 ce6a7cf60c04: Download complete 20:55:44 0dadc02b9964: Verifying Checksum 20:55:44 0dadc02b9964: Download complete 20:55:44 7a184a31f384: Verifying Checksum 20:55:44 7a184a31f384: Download complete 20:55:44 8ad3a11d3b57: Verifying Checksum 20:55:44 8ad3a11d3b57: Download complete 20:55:44 df20fa9351a1: Pull complete 20:55:45 0879bd2ef858: Verifying Checksum 20:55:45 0879bd2ef858: Download complete 20:55:45 36b3adc4ff6f: Pull complete 20:55:45 8ad3a11d3b57: Pull complete 20:55:45 46f8f816bc3b: Pull complete 20:55:46 0dadc02b9964: Pull complete 20:55:46 ce6a7cf60c04: Pull complete 20:55:46 7a184a31f384: Pull complete 20:55:49 0879bd2ef858: Pull complete 20:55:49 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 20:55:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:55:49 prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container 20:55:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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:10003/edgex-lftools-log-publisher:alpine cat 20:55:53 $ docker top df8a11090c5c0875abfa16e0e9f5978e1d1b83c5e020370dbb7f9cdd580d8d04 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:54 + mkdir -p /var/log/sa [Pipeline] sh 20:55:54 + ls /var/log/sa-host 20:55:54 + sadf -c /var/log/sa-host/sa05 20:55:54 file_magic: OK 20:55:54 HZ: Using current value: 100 20:55:54 file_header: OK 20:55:54 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 20:55:54 Statistics: 20:55:54 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:55:54 File successfully converted to sysstat format version 12.2.1 20:55:54 + sadf -c /var/log/sa-host/sa24 20:55:54 file_magic: OK 20:55:54 HZ: Using current value: 100 20:55:54 file_header: OK 20:55:54 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 20:55:54 Statistics: 20:55:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:55:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:54 provisioning config files... 20:55:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7086029437955673115tmp [Pipeline] { [Pipeline] echo 20:55:54 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:55:54 ---> create-netrc.sh [Pipeline] echo 20:55:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:55:55 ---> logs-deploy.sh 20:55:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/42 20:55:55 INFO: archiving workspace using pattern(s): 20:55:56 Archives upload complete. 20:55:56 INFO: archiving logs to Nexus