Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 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-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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-1251’ is offline; ‘prd-centos7-docker-4c-2g-1254’ is offline; ‘prd-centos7-docker-4c-2g-1255’ is offline; ‘prd-centos7-docker-4c-2g-1256’ is offline Running on prd-centos7-docker-4c-2g-1276 in /w/workspace/gexfoundry_go-mod-secrets_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-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 # timeout=10 Commit message: "Merge pull request #59 from lenny-intel/dependabot" > git rev-list --no-walk 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:54:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:54:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:54:15 ========================================================= 20:54:15 EdgeX Global Pipelines Version Info 20:54:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:54:17 ------------------- 20:54:17 stable info: 20:54:17 ------------------- 20:54:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:54:17 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 20:54:17 Message: update stable to v1.0.128 20:54:17 ------------------- 20:54:17 experimental info: 20:54:17 ------------------- 20:54:17 Commited By: **** collab-it+edgex@linuxfoundation.org 20:54:17 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 20:54:17 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:54:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 20:54:18 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 20:54:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:54:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:54:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:54:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:54:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:54:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:54:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:54:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:54:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:54:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:54:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:54:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:54:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:54:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:54:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:54:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:54:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:54:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:54:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 [Pipeline] echo 20:54:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 70d8fa5 [Pipeline] echo 20:54:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:54:23 + git log --format=format:%s -1 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 [Pipeline] echo 20:54:23 GIT_COMMIT: 70d8fa5237d2e0ff2f0a9099f22a21e28268c809, Commit Message: Merge pull request #59 from lenny-intel/dependabot [Pipeline] echo 20:54:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:54:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:24 20:54:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:54:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:24 latest: Pulling from edgex-devops/git-semver 20:54:24 31603596830f: Pulling fs layer 20:54:24 2a8b12db71e7: Pulling fs layer 20:54:24 6ca5941a6612: Pulling fs layer 20:54:24 ecc8261a40a4: Pulling fs layer 20:54:24 ecc8261a40a4: Waiting 20:54:24 2a8b12db71e7: Verifying Checksum 20:54:24 2a8b12db71e7: Download complete 20:54:25 31603596830f: Verifying Checksum 20:54:25 31603596830f: Download complete 20:54:25 ecc8261a40a4: Verifying Checksum 20:54:25 ecc8261a40a4: Download complete 20:54:25 6ca5941a6612: Verifying Checksum 20:54:25 6ca5941a6612: Download complete 20:54:25 31603596830f: Pull complete 20:54:25 2a8b12db71e7: Pull complete 20:54:26 6ca5941a6612: Pull complete 20:54:26 ecc8261a40a4: Pull complete 20:54:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:54:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:54:27 prd-centos7-docker-4c-2g-1276 does not seem to be running inside a container 20:54:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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:54:29 $ docker top f5abbd003d4f46218876b5994bfabf26d6f2f5c906d88abb919ff66228ff608a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:30 [ssh-agent] Looking for ssh-agent implementation... 20:54:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:30 $ docker exec f5abbd003d4f46218876b5994bfabf26d6f2f5c906d88abb919ff66228ff608a ssh-agent 20:54:30 SSH_AUTH_SOCK=/tmp/ssh-dYil73ES9oDP/agent.11 20:54:30 SSH_AGENT_PID=16 20:54:30 Running ssh-add (command line suppressed) 20:54:30 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4239289363447980409.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4239289363447980409.key) 20:54:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:31 + git describe --exact-match --tags HEAD 20:54:31 fatal: no tag exactly matches '70d8fa5237d2e0ff2f0a9099f22a21e28268c809' [Pipeline] } 20:54:31 $ docker exec --env ******** --env ******** f5abbd003d4f46218876b5994bfabf26d6f2f5c906d88abb919ff66228ff608a ssh-agent -k 20:54:31 unset SSH_AUTH_SOCK; 20:54:31 unset SSH_AGENT_PID; 20:54:31 echo Agent pid 16 killed; 20:54:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:54:31 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:54:31 This usually means this commit has not been tagged. [Pipeline] sshagent 20:54:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:31 [ssh-agent] Looking for ssh-agent implementation... 20:54:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:31 $ docker exec f5abbd003d4f46218876b5994bfabf26d6f2f5c906d88abb919ff66228ff608a ssh-agent 20:54:32 SSH_AUTH_SOCK=/tmp/ssh-A8UA5n58omuv/agent.45 20:54:32 SSH_AGENT_PID=51 20:54:32 Running ssh-add (command line suppressed) 20:54:32 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8369025560123150461.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8369025560123150461.key) 20:54:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:32 + git semver init 20:54:32 # -> Open(): unable to determine branch for HEAD 20:54:32 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 20:54:32 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 20:54:32 # $SEMVER_REMOTE_NAME = origin 20:54:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:32 # $SEMVER_USER_NAME = edgex-jenkins 20:54:32 # $SEMVER_BRANCH = master 20:54:32 # $SEMVER_TEMP = /tmp/semver-339217465 20:54:32 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 20:54:33 # '/tmp/semver-339217465' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 20:54:33 # -> Force: false 20:54:33 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 20:54:33 $ docker exec --env ******** --env ******** f5abbd003d4f46218876b5994bfabf26d6f2f5c906d88abb919ff66228ff608a ssh-agent -k 20:54:33 unset SSH_AUTH_SOCK; 20:54:33 unset SSH_AGENT_PID; 20:54:33 echo Agent pid 51 killed; 20:54:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:34 + git semver [Pipeline] } 20:54:34 $ docker stop --time=1 f5abbd003d4f46218876b5994bfabf26d6f2f5c906d88abb919ff66228ff608a 20:54:35 $ docker rm -f f5abbd003d4f46218876b5994bfabf26d6f2f5c906d88abb919ff66228ff608a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:54:36 Stashed 31 file(s) [Pipeline] echo 20:54:36 [edgeXSemver]: initialized semver on version 0.0.22 [Pipeline] echo 20:54:36 Archived original version: [0.0.22] [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:54:52 Still waiting to schedule task 20:54:52 ‘prd-centos7-docker-4c-2g-1255’ is offline; ‘prd-centos7-docker-4c-2g-1278’ is offline; ‘prd-centos7-docker-4c-2g-1279’ is offline; ‘prd-centos7-docker-4c-2g-1282’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1275’ doesn’t have label ‘centos7-docker-4c-2g’ 20:54:52 Still waiting to schedule task 20:54:52 ‘prd-centos7-docker-4c-2g-1255’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1278’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1279’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1282’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1275’ is offline 21:06:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1308 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 21:06:20 Running in /w/workspace/go-mod-secrets/12 [Pipeline] { [Pipeline] checkout 21:06:26 using credential edgex-jenkins-ssh 21:06:26 Cloning the remote Git repository 21:06:26 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:06:27 > git init /w/workspace/go-mod-secrets/12 # timeout=10 21:06:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:06:27 > git --version # timeout=10 21:06:27 > git --version # 'git version 2.17.1' 21:06:27 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:28 Checking out Revision 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 (master) 21:06:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:06:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:06:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:06:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:06:28 > git config core.sparsecheckout # timeout=10 21:06:28 > git checkout -f 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 # timeout=10 21:06:33 Commit message: "Merge pull request #59 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:06:34 ========================================================= 21:06:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:06:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:06:35 + 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 . 21:06:36 Sending build context to Docker daemon 598kB 21:06:36 Step 1/7 : ARG BASE=golang:1.15-alpine 21:06:36 Step 2/7 : FROM ${BASE} 21:06:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:06:37 b538f80385f9: Pulling fs layer 21:06:37 74f711af9a0d: Pulling fs layer 21:06:37 99f96fe45779: Pulling fs layer 21:06:37 8529a6b9a6be: Pulling fs layer 21:06:37 45590311c82a: Pulling fs layer 21:06:37 69ca0ff8b7b3: Pulling fs layer 21:06:37 209524e5b208: Pulling fs layer 21:06:37 45590311c82a: Waiting 21:06:37 69ca0ff8b7b3: Waiting 21:06:37 209524e5b208: Waiting 21:06:37 8529a6b9a6be: Waiting 21:06:37 99f96fe45779: Download complete 21:06:37 74f711af9a0d: Verifying Checksum 21:06:37 74f711af9a0d: Download complete 21:06:38 45590311c82a: Verifying Checksum 21:06:38 45590311c82a: Download complete 21:06:38 69ca0ff8b7b3: Download complete 21:06:40 b538f80385f9: Download complete 21:06:40 b538f80385f9: Pull complete 21:06:41 74f711af9a0d: Pull complete 21:06:41 99f96fe45779: Pull complete 21:06:46 209524e5b208: Download complete 21:06:51 8529a6b9a6be: Download complete 21:07:01 8529a6b9a6be: Pull complete 21:07:01 45590311c82a: Pull complete 21:07:01 69ca0ff8b7b3: Pull complete 21:07:05 209524e5b208: Pull complete 21:07:05 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:07:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:07:05 ---> 5bddaf1c2fca 21:07:05 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:07:08 ---> Running in 74e3424d5e59 21:07:08 Removing intermediate container 74e3424d5e59 21:07:08 ---> 8646818e6380 21:07:08 Step 4/7 : RUN apk add --update bash 21:07:09 ---> Running in 34738bddf2d0 21:07:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:16 OK: 142 MiB in 39 packages 21:07:16 Removing intermediate container 34738bddf2d0 21:07:16 ---> f372ddff4e92 21:07:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:07:16 ---> Running in 982490502a5d 21:07:17 Removing intermediate container 982490502a5d 21:07:17 ---> 9842ff804e3f 21:07:17 Step 6/7 : COPY go.mod . 21:07:18 ---> bc1db24ef984 21:07:18 Step 7/7 : RUN go mod download 21:07:18 ---> Running in 975d3fcf038e 21:07:33 Removing intermediate container 975d3fcf038e 21:07:33 ---> 42b5887c143a 21:07:33 Successfully built 42b5887c143a 21:07:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:07:33 + docker inspect -f . ci-base-image-arm64 21:07:33 . [Pipeline] withDockerContainer 21:07:34 prd-ubuntu18.04-docker-arm64-4c-16g-1308 does not seem to be running inside a container 21:07:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/12 -v /w/workspace/go-mod-secrets/12:/w/workspace/go-mod-secrets/12:rw,z -v /w/workspace/go-mod-secrets/12@tmp:/w/workspace/go-mod-secrets/12@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 21:07:36 $ docker top d4f9a473e4766466c3a7a730db8a8db67947af27c384ce120175d00fdfe1725e -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:38 + go version 21:07:38 go version go1.15.2 linux/arm64 [Pipeline] } 21:07:38 $ docker stop --time=1 d4f9a473e4766466c3a7a730db8a8db67947af27c384ce120175d00fdfe1725e 21:07:40 $ docker rm -f d4f9a473e4766466c3a7a730db8a8db67947af27c384ce120175d00fdfe1725e [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] } 21:15:03 Running on prd-centos7-docker-4c-2g-1312 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 21:15:03 Running in /w/workspace/go-mod-secrets/12 [Pipeline] { [Pipeline] checkout 21:15:07 using credential edgex-jenkins-ssh 21:15:07 Cloning the remote Git repository 21:15:07 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:15:08 > git init /w/workspace/go-mod-secrets/12 # timeout=10 21:15:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:15:08 > git --version # timeout=10 21:15:08 > git --version # 'git version 2.16.5' 21:15:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:09 Checking out Revision 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 (master) 21:15:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:15:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:15:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:15:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:15:09 > git config core.sparsecheckout # timeout=10 21:15:09 > git checkout -f 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 # timeout=10 21:15:13 Commit message: "Merge pull request #59 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:15:14 ========================================================= 21:15:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:15:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:15:15 + 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 . 21:15:16 Sending build context to Docker daemon 598kB 21:15:16 Step 1/7 : ARG BASE=golang:1.15-alpine 21:15:16 Step 2/7 : FROM ${BASE} 21:15:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:15:16 df20fa9351a1: Pulling fs layer 21:15:16 ed8968b2872e: Pulling fs layer 21:15:16 a92cc7c5fd73: Pulling fs layer 21:15:16 e871e8e8d7a9: Pulling fs layer 21:15:16 e73272ec9a57: Pulling fs layer 21:15:16 1e910a182e73: Pulling fs layer 21:15:16 4e634b169226: Pulling fs layer 21:15:16 e871e8e8d7a9: Waiting 21:15:16 e73272ec9a57: Waiting 21:15:16 1e910a182e73: Waiting 21:15:16 4e634b169226: Waiting 21:15:16 a92cc7c5fd73: Verifying Checksum 21:15:16 a92cc7c5fd73: Download complete 21:15:16 ed8968b2872e: Verifying Checksum 21:15:16 ed8968b2872e: Download complete 21:15:16 e73272ec9a57: Verifying Checksum 21:15:16 e73272ec9a57: Download complete 21:15:16 1e910a182e73: Verifying Checksum 21:15:16 1e910a182e73: Download complete 21:15:17 df20fa9351a1: Verifying Checksum 21:15:17 df20fa9351a1: Download complete 21:15:17 df20fa9351a1: Pull complete 21:15:17 ed8968b2872e: Pull complete 21:15:17 a92cc7c5fd73: Pull complete 21:15:20 4e634b169226: Verifying Checksum 21:15:20 4e634b169226: Download complete 21:15:20 e871e8e8d7a9: Verifying Checksum 21:15:20 e871e8e8d7a9: Download complete 21:15:27 e871e8e8d7a9: Pull complete 21:15:27 e73272ec9a57: Pull complete 21:15:27 1e910a182e73: Pull complete 21:15:35 4e634b169226: Pull complete 21:15:35 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:15:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:15:35 ---> f7629b54cfaa 21:15:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:15:35 ---> Running in 57efa8f2b375 21:15:35 Removing intermediate container 57efa8f2b375 21:15:35 ---> 953782ce8884 21:15:35 Step 4/7 : RUN apk add --update bash 21:15:35 ---> Running in 3b314f9e6803 21:15:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:38 OK: 166 MiB in 39 packages 21:15:39 Removing intermediate container 3b314f9e6803 21:15:39 ---> 732fee25fcba 21:15:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:15:39 ---> Running in bfe0f416a30f 21:15:39 Removing intermediate container bfe0f416a30f 21:15:39 ---> 2225dc42c7c2 21:15:39 Step 6/7 : COPY go.mod . 21:15:40 ---> 4167f8a79bab 21:15:40 Step 7/7 : RUN go mod download 21:15:40 ---> Running in 851569e6f7aa 21:15:52 Removing intermediate container 851569e6f7aa 21:15:52 ---> ec9a15bb14d6 21:15:52 Successfully built ec9a15bb14d6 21:15:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:15:52 + docker inspect -f . ci-base-image-x86_64 21:15:52 . [Pipeline] withDockerContainer 21:15:52 prd-centos7-docker-4c-2g-1312 does not seem to be running inside a container 21:15:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/12 -v /w/workspace/go-mod-secrets/12:/w/workspace/go-mod-secrets/12:rw,z -v /w/workspace/go-mod-secrets/12@tmp:/w/workspace/go-mod-secrets/12@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 21:15:53 $ docker top 6d0f393ab569d9cc2cf610bb73acf33ea32d5dab79d7c6b39094b0a92a346743 -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:54 + go version 21:15:54 go version go1.15.2 linux/amd64 [Pipeline] } 21:15:54 $ docker stop --time=1 6d0f393ab569d9cc2cf610bb73acf33ea32d5dab79d7c6b39094b0a92a346743 21:15:55 $ docker rm -f 6d0f393ab569d9cc2cf610bb73acf33ea32d5dab79d7c6b39094b0a92a346743 [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 21:15:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:15:58 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:15:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:15:59 21:15:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 21:15:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:15:59 1.317.0: Pulling from edgex-devops/edgex-snyk-go 21:15:59 cbdbe7a5bc2a: Pulling fs layer 21:15:59 408f87550127: Pulling fs layer 21:15:59 fe522b08c979: Pulling fs layer 21:15:59 221eaa008020: Pulling fs layer 21:15:59 2a4607e5d6b9: Pulling fs layer 21:15:59 8f79b27c4fd2: Pulling fs layer 21:15:59 e5c8dbe1645b: Pulling fs layer 21:15:59 23e8b3b47431: Pulling fs layer 21:15:59 5c568d65a230: Pulling fs layer 21:15:59 221eaa008020: Waiting 21:15:59 2a4607e5d6b9: Waiting 21:15:59 8f79b27c4fd2: Waiting 21:15:59 e5c8dbe1645b: Waiting 21:15:59 23e8b3b47431: Waiting 21:15:59 5c568d65a230: Waiting 21:15:59 fe522b08c979: Verifying Checksum 21:15:59 fe522b08c979: Download complete 21:15:59 408f87550127: Verifying Checksum 21:15:59 408f87550127: Download complete 21:15:59 2a4607e5d6b9: Verifying Checksum 21:15:59 2a4607e5d6b9: Download complete 21:15:59 8f79b27c4fd2: Verifying Checksum 21:15:59 8f79b27c4fd2: Download complete 21:15:59 cbdbe7a5bc2a: Verifying Checksum 21:15:59 cbdbe7a5bc2a: Download complete 21:16:00 cbdbe7a5bc2a: Pull complete 21:16:01 408f87550127: Pull complete 21:16:01 fe522b08c979: Pull complete 21:16:01 e5c8dbe1645b: Verifying Checksum 21:16:01 e5c8dbe1645b: Download complete 21:16:02 23e8b3b47431: Verifying Checksum 21:16:02 23e8b3b47431: Download complete 21:16:02 5c568d65a230: Verifying Checksum 21:16:02 5c568d65a230: Download complete 21:16:03 221eaa008020: Verifying Checksum 21:16:03 221eaa008020: Download complete 21:16:10 221eaa008020: Pull complete 21:16:10 2a4607e5d6b9: Pull complete 21:16:10 8f79b27c4fd2: Pull complete 21:16:12 e5c8dbe1645b: Pull complete 21:16:15 23e8b3b47431: Pull complete 21:16:17 5c568d65a230: Pull complete 21:16:17 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 21:16:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:16:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 21:16:17 prd-centos7-docker-4c-2g-1276 does not seem to be running inside a container 21:16:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_go-mod-secrets_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:16:18 $ docker top ad1617ff386ea468635d25ef6dbf7491f2c0633ff237878a616f654b7739a8bd -eo pid,comm [Pipeline] { [Pipeline] sh 21:16:19 + snyk monitor '--org=edgex-jenkins' 21:16:24 21:16:24 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 21:16:24 21:16:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/ec795c1a-1d27-4184-9536-869114ccc22c 21:16:24 21:16:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:16:24 21:16:24 21:16:24 Snyk CLI supports Node.js 8 and higher. 21:16:24 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 21:16:24 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 21:16:24 21:16:24 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 21:16:24 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 21:16:24 $ docker stop --time=1 ad1617ff386ea468635d25ef6dbf7491f2c0633ff237878a616f654b7739a8bd 21:16:26 $ docker rm -f ad1617ff386ea468635d25ef6dbf7491f2c0633ff237878a616f654b7739a8bd [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 21:16:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:28 . [Pipeline] withDockerContainer 21:16:28 prd-centos7-docker-4c-2g-1276 does not seem to be running inside a container 21:16:28 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:16:29 $ docker top c041c292378abe2ee87315727b36f60d80aede72baba170d614eab606345e816 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:16:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:29 [ssh-agent] Looking for ssh-agent implementation... 21:16:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:30 $ docker exec c041c292378abe2ee87315727b36f60d80aede72baba170d614eab606345e816 ssh-agent 21:16:30 SSH_AUTH_SOCK=/tmp/ssh-uEC24IrLnATt/agent.12 21:16:30 SSH_AGENT_PID=18 21:16:30 Running ssh-add (command line suppressed) 21:16:30 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8681832576609662782.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8681832576609662782.key) 21:16:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:16:30 + git semver tag 21:16:30 # -> Open(): unable to determine branch for HEAD 21:16:30 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:16:30 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:16:30 # $SEMVER_REMOTE_NAME = origin 21:16:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:16:30 # $SEMVER_USER_NAME = edgex-jenkins 21:16:30 # $SEMVER_BRANCH = master 21:16:30 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 21:16:30 # 70d8fa5237d2e0ff2f0a9099f22a21e28268c809 HEAD 21:16:30 # -> Force: false 21:16:30 # 8898c166e816a5674df81e26f17a35bf0a67e063 refs/tags/v0.0.22 [Pipeline] } 21:16:30 $ docker exec --env ******** --env ******** c041c292378abe2ee87315727b36f60d80aede72baba170d614eab606345e816 ssh-agent -k 21:16:31 unset SSH_AUTH_SOCK; 21:16:31 unset SSH_AGENT_PID; 21:16:31 echo Agent pid 18 killed; 21:16:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:16:31 + git semver [Pipeline] } 21:16:31 $ docker stop --time=1 c041c292378abe2ee87315727b36f60d80aede72baba170d614eab606345e816 21:16:33 $ docker rm -f c041c292378abe2ee87315727b36f60d80aede72baba170d614eab606345e816 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:16:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:16:34 21:16:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:16:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:16:34 0.23.1-centos7: Pulling from edgex-lftools 21:16:34 ab5ef0e58194: Pulling fs layer 21:16:34 9712f1f96733: Pulling fs layer 21:16:34 63f879dbbcfc: Pulling fs layer 21:16:34 0d9ebad4ef96: Pulling fs layer 21:16:34 e9a5061849ea: Pulling fs layer 21:16:34 d747dcd14b5f: Pulling fs layer 21:16:34 2de7ff778b66: Pulling fs layer 21:16:34 e9a5061849ea: Waiting 21:16:34 d747dcd14b5f: Waiting 21:16:34 2de7ff778b66: Waiting 21:16:34 0d9ebad4ef96: Waiting 21:16:34 9712f1f96733: Verifying Checksum 21:16:34 9712f1f96733: Download complete 21:16:37 63f879dbbcfc: Verifying Checksum 21:16:37 63f879dbbcfc: Download complete 21:16:38 e9a5061849ea: Verifying Checksum 21:16:38 e9a5061849ea: Download complete 21:16:38 d747dcd14b5f: Verifying Checksum 21:16:38 d747dcd14b5f: Download complete 21:16:39 2de7ff778b66: Verifying Checksum 21:16:39 2de7ff778b66: Download complete 21:16:39 0d9ebad4ef96: Verifying Checksum 21:16:39 0d9ebad4ef96: Download complete 21:16:40 ab5ef0e58194: Download complete 21:16:45 ab5ef0e58194: Pull complete 21:16:45 9712f1f96733: Pull complete 21:16:48 63f879dbbcfc: Pull complete 21:16:55 0d9ebad4ef96: Pull complete 21:16:57 e9a5061849ea: Pull complete 21:16:57 d747dcd14b5f: Pull complete 21:17:00 2de7ff778b66: Pull complete 21:17:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:17:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:17:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:17:00 prd-centos7-docker-4c-2g-1276 does not seem to be running inside a container 21:17:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:17:04 $ docker top bc4dfd7068d493b919914c4b3a4663be585044bbde61d629103a46da6ff2c0bd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:17:04 provisioning config files... 21:17:04 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7345087492391322838tmp 21:17:04 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7597515579742120372tmp 21:17:04 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7404649520207549632tmp [Pipeline] { [Pipeline] echo 21:17:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:17:04 ---> sigul-configuration.sh 21:17:04 gpg: directory `/root/.gnupg' created 21:17:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:17:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:17:04 gpg: keyring `/root/.gnupg/secring.gpg' created 21:17:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:17:04 gpg: CAST5 encrypted data 21:17:04 gpg: encrypted with 1 passphrase 21:17:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:17:05 + mkdir /home/jenkins 21:17:05 + mkdir /home/jenkins/sigul [Pipeline] sh 21:17:05 + 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 21:17:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:17:05 ---> sigul-install.sh 21:17:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:17:11 + git tag --list 21:17:11 v0.0.0 21:17:11 v0.0.1 21:17:11 v0.0.10 21:17:11 v0.0.11 21:17:11 v0.0.12 21:17:11 v0.0.13 21:17:11 v0.0.14 21:17:11 v0.0.15 21:17:11 v0.0.16 21:17:11 v0.0.17 21:17:11 v0.0.18 21:17:11 v0.0.19 21:17:11 v0.0.2 21:17:11 v0.0.20 21:17:11 v0.0.21 21:17:11 v0.0.22 21:17:11 v0.0.3 21:17:11 v0.0.4 21:17:11 v0.0.5 21:17:11 v0.0.6 21:17:11 v0.0.7 21:17:11 v0.0.8 21:17:11 v0.0.9 [Pipeline] sh 21:17:12 + lftools sign git-tag v0.0.22 21:17:13 Signing Git tag with Sigul... 21:17:13 Signing v0.0.22 [Pipeline] echo 21:17:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:17:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:17:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:17:14 $ docker stop --time=1 bc4dfd7068d493b919914c4b3a4663be585044bbde61d629103a46da6ff2c0bd 21:17:16 $ docker rm -f bc4dfd7068d493b919914c4b3a4663be585044bbde61d629103a46da6ff2c0bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:17:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:17:18 . [Pipeline] withDockerContainer 21:17:18 prd-centos7-docker-4c-2g-1276 does not seem to be running inside a container 21:17:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:17:19 $ docker top 8f246ee0aaefb998eac621fbf161075a4a49c8addd474bbe710a02417e459918 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:17:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:17:19 [ssh-agent] Looking for ssh-agent implementation... 21:17:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:17:19 $ docker exec 8f246ee0aaefb998eac621fbf161075a4a49c8addd474bbe710a02417e459918 ssh-agent 21:17:19 SSH_AUTH_SOCK=/tmp/ssh-U93d0oJ5OMsm/agent.12 21:17:19 SSH_AGENT_PID=17 21:17:19 Running ssh-add (command line suppressed) 21:17:20 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7531943300359105611.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7531943300359105611.key) 21:17:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:20 + git semver bump patch 21:17:20 # -> Open(): unable to determine branch for HEAD 21:17:20 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:17:20 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:17:20 # $SEMVER_REMOTE_NAME = origin 21:17:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:17:20 # $SEMVER_USER_NAME = edgex-jenkins 21:17:20 # $SEMVER_BRANCH = master 21:17:20 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 21:17:20 0.0.23 [Pipeline] } 21:17:20 $ docker exec --env ******** --env ******** 8f246ee0aaefb998eac621fbf161075a4a49c8addd474bbe710a02417e459918 ssh-agent -k 21:17:20 unset SSH_AUTH_SOCK; 21:17:20 unset SSH_AGENT_PID; 21:17:20 echo Agent pid 17 killed; 21:17:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:21 + git semver [Pipeline] } 21:17:21 $ docker stop --time=1 8f246ee0aaefb998eac621fbf161075a4a49c8addd474bbe710a02417e459918 21:17:22 $ docker rm -f 8f246ee0aaefb998eac621fbf161075a4a49c8addd474bbe710a02417e459918 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:17:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:17:23 . [Pipeline] withDockerContainer 21:17:23 prd-centos7-docker-4c-2g-1276 does not seem to be running inside a container 21:17:23 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:17:23 $ docker top 5bc487369120ba50deff0c233527b1c90b0718ebaacd2c244bd1a87b53184a93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:17:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:17:24 [ssh-agent] Looking for ssh-agent implementation... 21:17:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:17:24 $ docker exec 5bc487369120ba50deff0c233527b1c90b0718ebaacd2c244bd1a87b53184a93 ssh-agent 21:17:24 SSH_AUTH_SOCK=/tmp/ssh-5AnASiYOwrTe/agent.12 21:17:24 SSH_AGENT_PID=18 21:17:24 Running ssh-add (command line suppressed) 21:17:24 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5402646731166031113.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5402646731166031113.key) 21:17:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:25 + git semver push 21:17:25 # -> Open(): unable to determine branch for HEAD 21:17:25 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:17:25 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:17:25 # $SEMVER_REMOTE_NAME = origin 21:17:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:17:25 # $SEMVER_USER_NAME = edgex-jenkins 21:17:25 # $SEMVER_BRANCH = master 21:17:25 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 21:17:31 $ docker exec --env ******** --env ******** 5bc487369120ba50deff0c233527b1c90b0718ebaacd2c244bd1a87b53184a93 ssh-agent -k 21:17:32 unset SSH_AUTH_SOCK; 21:17:32 unset SSH_AGENT_PID; 21:17:32 echo Agent pid 18 killed; 21:17:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:32 + git semver [Pipeline] } 21:17:32 $ docker stop --time=1 5bc487369120ba50deff0c233527b1c90b0718ebaacd2c244bd1a87b53184a93 21:17:33 $ docker rm -f 5bc487369120ba50deff0c233527b1c90b0718ebaacd2c244bd1a87b53184a93 [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 21:17:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:17:36 ---> package-listing.sh 21:17:36 ++ facter osfamily 21:17:36 ++ tr '[:upper:]' '[:lower:]' 21:17:36 + OS_FAMILY=redhat 21:17:36 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 21:17:36 + START_PACKAGES=/tmp/packages_start.txt 21:17:36 + END_PACKAGES=/tmp/packages_end.txt 21:17:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:17:36 + PACKAGES=/tmp/packages_start.txt 21:17:36 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 21:17:36 + PACKAGES=/tmp/packages_end.txt 21:17:36 + case "${OS_FAMILY}" in 21:17:36 + rpm -qa 21:17:36 + sort 21:17:40 + '[' -f /tmp/packages_start.txt ']' 21:17:40 + '[' -f /tmp/packages_end.txt ']' 21:17:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:17:40 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 21:17:40 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 21:17:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] isUnix [Pipeline] sh 21:17:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:41 21:17:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:17:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:41 alpine: Pulling from edgex-lftools-log-publisher 21:17:41 df20fa9351a1: Pulling fs layer 21:17:41 36b3adc4ff6f: Pulling fs layer 21:17:41 8ad3a11d3b57: Pulling fs layer 21:17:41 46f8f816bc3b: Pulling fs layer 21:17:41 0dadc02b9964: Pulling fs layer 21:17:41 ce6a7cf60c04: Pulling fs layer 21:17:41 7a184a31f384: Pulling fs layer 21:17:41 0879bd2ef858: Pulling fs layer 21:17:41 46f8f816bc3b: Waiting 21:17:41 0dadc02b9964: Waiting 21:17:41 ce6a7cf60c04: Waiting 21:17:41 0879bd2ef858: Waiting 21:17:41 7a184a31f384: Waiting 21:17:41 36b3adc4ff6f: Download complete 21:17:41 46f8f816bc3b: Verifying Checksum 21:17:41 46f8f816bc3b: Download complete 21:17:41 df20fa9351a1: Verifying Checksum 21:17:41 df20fa9351a1: Download complete 21:17:42 ce6a7cf60c04: Verifying Checksum 21:17:42 ce6a7cf60c04: Download complete 21:17:42 0dadc02b9964: Verifying Checksum 21:17:42 0dadc02b9964: Download complete 21:17:42 7a184a31f384: Verifying Checksum 21:17:42 7a184a31f384: Download complete 21:17:42 8ad3a11d3b57: Verifying Checksum 21:17:42 8ad3a11d3b57: Download complete 21:17:42 0879bd2ef858: Verifying Checksum 21:17:42 0879bd2ef858: Download complete 21:17:42 df20fa9351a1: Pull complete 21:17:42 36b3adc4ff6f: Pull complete 21:17:43 8ad3a11d3b57: Pull complete 21:17:43 46f8f816bc3b: Pull complete 21:17:44 0dadc02b9964: Pull complete 21:17:44 ce6a7cf60c04: Pull complete 21:17:44 7a184a31f384: Pull complete 21:17:47 0879bd2ef858: Pull complete 21:17:47 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:17:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:17:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:17:47 prd-centos7-docker-4c-2g-1276 does not seem to be running inside a container 21:17:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:17:50 $ docker top 6f0432fcdc0da3c38aa1ebfa21a79808cc757eeb2c518351767805bc7c9f6b93 -eo pid,comm [Pipeline] { [Pipeline] sh 21:17:51 + mkdir -p /var/log/sa [Pipeline] sh 21:17:51 + ls /var/log/sa-host 21:17:51 + sadf -c /var/log/sa-host/sa05 21:17:51 file_magic: OK 21:17:51 HZ: Using current value: 100 21:17:51 file_header: OK 21:17:51 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 21:17:51 Statistics: 21:17:51 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:17:51 File successfully converted to sysstat format version 12.2.1 21:17:51 + sadf -c /var/log/sa-host/sa24 21:17:51 file_magic: OK 21:17:51 HZ: Using current value: 100 21:17:51 file_header: OK 21:17:51 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 21:17:51 Statistics: 21:17:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:17:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:17:51 provisioning config files... 21:17:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1872435048487773224tmp [Pipeline] { [Pipeline] echo 21:17:51 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:17:52 ---> create-netrc.sh [Pipeline] echo 21:17:52 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:17:52 ---> logs-deploy.sh 21:17:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/12 21:17:52 INFO: archiving workspace using pattern(s): 21:17:53 Archives upload complete. 21:17:53 INFO: archiving logs to Nexus 21:17:54 ---> uname -a: 21:17:54 Linux 6f0432fcdc0d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:17:54 21:17:54 21:17:54 ---> lscpu: 21:17:54 Architecture: x86_64 21:17:54 CPU op-mode(s): 32-bit, 64-bit 21:17:54 Byte Order: Little Endian 21:17:54 Address sizes: 40 bits physical, 48 bits virtual 21:17:54 CPU(s): 4 21:17:54 On-line CPU(s) list: 0-3 21:17:54 Thread(s) per core: 1 21:17:54 Core(s) per socket: 1 21:17:54 Socket(s): 4 21:17:54 NUMA node(s): 1 21:17:54 Vendor ID: GenuineIntel 21:17:54 CPU family: 6 21:17:54 Model: 44 21:17:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:17:54 Stepping: 1 21:17:54 CPU MHz: 2933.438 21:17:54 BogoMIPS: 5866.87 21:17:54 Virtualization: VT-x 21:17:54 Hypervisor vendor: KVM 21:17:54 Virtualization type: full 21:17:54 L1d cache: 128 KiB 21:17:54 L1i cache: 128 KiB 21:17:54 L2 cache: 16 MiB 21:17:54 L3 cache: 64 MiB 21:17:54 NUMA node0 CPU(s): 0-3 21:17:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:17:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:17:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:17:54 Vulnerability Meltdown: Mitigation; PTI 21:17:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:17:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:17:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:17:54 Vulnerability Tsx async abort: Not affected 21:17:54 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 21:17:54 21:17:54 21:17:54 ---> nproc: 21:17:54 4 21:17:54 21:17:54 21:17:54 ---> df -h: 21:17:54 Filesystem Size Used Available Use% Mounted on 21:17:54 overlay 50.0G 7.8G 42.1G 16% / 21:17:54 tmpfs 64.0M 0 64.0M 0% /dev 21:17:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:17:54 shm 64.0M 0 64.0M 0% /dev/shm 21:17:54 /dev/vda1 50.0G 7.8G 42.1G 16% /etc/resolv.conf 21:17:54 /dev/vda1 50.0G 7.8G 42.1G 16% /etc/hostname 21:17:54 /dev/vda1 50.0G 7.8G 42.1G 16% /etc/hosts 21:17:54 /dev/vda1 50.0G 7.8G 42.1G 16% /var/log/sa-host 21:17:54 /dev/vda1 50.0G 7.8G 42.1G 16% /w/workspace/gexfoundry_go-mod-secrets_master 21:17:54 /dev/vda1 50.0G 7.8G 42.1G 16% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 21:17:54 21:17:54 21:17:54 ---> free -m: 21:17:54 total used free shared buff/cache available 21:17:54 Mem: 1837 830 126 0 880 958 21:17:54 Swap: 1023 2 1021 21:17:54 21:17:54