Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 32334ba23a08c2d47dddfb812bb10fd92c6b0129 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2372 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 with configured refspecs honoured and without tags Fetching without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # 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/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 32334ba23a08c2d47dddfb812bb10fd92c6b0129 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 Commit message: "Merge pull request #55 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:18:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:18:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:18:22 ========================================================= 22:18:22 EdgeX Global Pipelines Version Info 22:18:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:18:23 ------------------- 22:18:23 stable info: 22:18:23 ------------------- 22:18:23 Commited By: Emilio Reyes emilio.reyes@intel.com 22:18:23 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 22:18:23 Message: update stable to v1.0.119 22:18:24 ------------------- 22:18:24 experimental info: 22:18:24 ------------------- 22:18:24 Commited By: **** collab-it+edgex@linuxfoundation.org 22:18:24 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 22:18:24 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:18:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 22:18:25 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 22:18:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:18:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:18:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:18:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:18:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:18:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:18:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:18:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 32334ba23a08c2d47dddfb812bb10fd92c6b0129 [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 32334ba [Pipeline] echo 22:18:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:18:28 + git log --format=format:%s -1 32334ba23a08c2d47dddfb812bb10fd92c6b0129 [Pipeline] echo 22:18:28 GIT_COMMIT: 32334ba23a08c2d47dddfb812bb10fd92c6b0129, Commit Message: Merge pull request #55 from jpwhitemn/upd-go-1-15 [Pipeline] echo 22:18:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:18:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:18:29 22:18:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:18:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:18:29 latest: Pulling from edgex-devops/git-semver 22:18:29 31603596830f: Pulling fs layer 22:18:29 2a8b12db71e7: Pulling fs layer 22:18:29 6ca5941a6612: Pulling fs layer 22:18:29 ecc8261a40a4: Pulling fs layer 22:18:29 ecc8261a40a4: Waiting 22:18:29 2a8b12db71e7: Verifying Checksum 22:18:29 2a8b12db71e7: Download complete 22:18:30 31603596830f: Verifying Checksum 22:18:30 31603596830f: Download complete 22:18:30 ecc8261a40a4: Verifying Checksum 22:18:30 ecc8261a40a4: Download complete 22:18:30 6ca5941a6612: Verifying Checksum 22:18:30 6ca5941a6612: Download complete 22:18:30 31603596830f: Pull complete 22:18:30 2a8b12db71e7: Pull complete 22:18:31 6ca5941a6612: Pull complete 22:18:31 ecc8261a40a4: Pull complete 22:18:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:18:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:18:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:18:31 prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container 22:18:31 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:18:34 $ docker top a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:18:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:18:34 [ssh-agent] Looking for ssh-agent implementation... 22:18:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:18:34 $ docker exec a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 ssh-agent 22:18:34 SSH_AUTH_SOCK=/tmp/ssh-f5d2dpYPgGz8/agent.12 22:18:34 SSH_AGENT_PID=17 22:18:35 Running ssh-add (command line suppressed) 22:18:35 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_34507773135180169.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_34507773135180169.key) 22:18:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:18:35 + git describe --exact-match --tags HEAD 22:18:35 fatal: No names found, cannot describe anything. [Pipeline] } 22:18:35 $ docker exec --env ******** --env ******** a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 ssh-agent -k 22:18:35 unset SSH_AUTH_SOCK; 22:18:35 unset SSH_AGENT_PID; 22:18:35 echo Agent pid 17 killed; 22:18:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:18:35 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:18:35 This usually means this commit has not been tagged. [Pipeline] sshagent 22:18:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:18:35 [ssh-agent] Looking for ssh-agent implementation... 22:18:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:18:36 $ docker exec a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 ssh-agent 22:18:36 SSH_AUTH_SOCK=/tmp/ssh-WI9C5nWlTrhC/agent.47 22:18:36 SSH_AGENT_PID=52 22:18:36 Running ssh-add (command line suppressed) 22:18:36 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7993688811113164483.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7993688811113164483.key) 22:18:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:18:36 + git semver init 22:18:36 # -> Open(): unable to determine branch for HEAD 22:18:36 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:18:36 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:18:36 # $SEMVER_REMOTE_NAME = origin 22:18:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:18:36 # $SEMVER_USER_NAME = edgex-jenkins 22:18:36 # $SEMVER_BRANCH = master 22:18:36 # $SEMVER_TEMP = /tmp/semver-727230552 22:18:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 22:18:37 # '/tmp/semver-727230552' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 22:18:37 # -> Force: false 22:18:37 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 22:18:37 $ docker exec --env ******** --env ******** a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 ssh-agent -k 22:18:37 unset SSH_AUTH_SOCK; 22:18:37 unset SSH_AGENT_PID; 22:18:37 echo Agent pid 52 killed; 22:18:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:18:37 + git semver [Pipeline] } 22:18:37 $ docker stop --time=1 a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 22:18:39 $ docker rm -f a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:18:39 Stashed 29 file(s) [Pipeline] echo 22:18:39 [edgeXSemver]: initialized semver on version 0.0.20 [Pipeline] echo 22:18:39 Archived original version: [0.0.20] [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 22:18:55 Still waiting to schedule task 22:18:55 ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-2358’ is offline; ‘prd-centos7-docker-4c-2g-2373’ is offline; ‘prd-centos7-docker-8c-8g-2351’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2371’ doesn’t have label ‘centos7-docker-4c-2g’ 22:18:55 Still waiting to schedule task 22:18:55 ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-213’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2358’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2373’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-8c-8g-2351’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2371’ is offline 22:21:08 Running on prd-centos7-docker-4c-2g-2374 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 22:21:08 Running in /w/workspace/go-mod-secrets/10 [Pipeline] { [Pipeline] checkout 22:21:11 using credential edgex-jenkins-ssh 22:21:11 Cloning the remote Git repository 22:21:11 Cloning with configured refspecs honoured and without tags 22:21:12 Fetching without tags 22:21:11 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:21:11 > git init /w/workspace/go-mod-secrets/10 # timeout=10 22:21:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:21:11 > git --version # timeout=10 22:21:11 > git --version # 'git version 2.16.5' 22:21:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:21:12 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:21:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:21:12 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:12 Checking out Revision 32334ba23a08c2d47dddfb812bb10fd92c6b0129 (master) 22:21:12 > git config core.sparsecheckout # timeout=10 22:21:12 > git checkout -f 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 22:21:16 Commit message: "Merge pull request #55 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:21:16 ========================================================= 22:21:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:21:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:21:17 + 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 . 22:21:17 Sending build context to Docker daemon 510kB 22:21:18 Step 1/7 : ARG BASE=golang:1.15-alpine 22:21:18 Step 2/7 : FROM ${BASE} 22:21:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:21:18 df20fa9351a1: Pulling fs layer 22:21:18 ed8968b2872e: Pulling fs layer 22:21:18 a92cc7c5fd73: Pulling fs layer 22:21:18 e871e8e8d7a9: Pulling fs layer 22:21:18 e73272ec9a57: Pulling fs layer 22:21:18 1e910a182e73: Pulling fs layer 22:21:18 4e634b169226: Pulling fs layer 22:21:18 e871e8e8d7a9: Waiting 22:21:18 e73272ec9a57: Waiting 22:21:18 1e910a182e73: Waiting 22:21:18 4e634b169226: Waiting 22:21:18 a92cc7c5fd73: Verifying Checksum 22:21:18 a92cc7c5fd73: Download complete 22:21:18 ed8968b2872e: Download complete 22:21:18 e73272ec9a57: Download complete 22:21:18 1e910a182e73: Verifying Checksum 22:21:18 1e910a182e73: Download complete 22:21:18 df20fa9351a1: Verifying Checksum 22:21:18 df20fa9351a1: Download complete 22:21:19 df20fa9351a1: Pull complete 22:21:19 ed8968b2872e: Pull complete 22:21:19 a92cc7c5fd73: Pull complete 22:21:20 4e634b169226: Verifying Checksum 22:21:20 4e634b169226: Download complete 22:21:20 e871e8e8d7a9: Verifying Checksum 22:21:20 e871e8e8d7a9: Download complete 22:21:26 e871e8e8d7a9: Pull complete 22:21:26 e73272ec9a57: Pull complete 22:21:26 1e910a182e73: Pull complete 22:21:36 4e634b169226: Pull complete 22:21:36 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:21:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:21:36 ---> f7629b54cfaa 22:21:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:21:36 ---> Running in 10790baa88ca 22:21:36 Removing intermediate container 10790baa88ca 22:21:36 ---> b8455dea15c8 22:21:36 Step 4/7 : RUN apk add --update bash 22:21:36 ---> Running in a9397afaaf60 22:21:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:38 OK: 166 MiB in 39 packages 22:21:39 Removing intermediate container a9397afaaf60 22:21:39 ---> 3082f2774053 22:21:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:21:39 ---> Running in 44acbdb1efec 22:21:39 Removing intermediate container 44acbdb1efec 22:21:39 ---> e2d2279f398d 22:21:39 Step 6/7 : COPY go.mod . 22:21:39 ---> a5da27a24c62 22:21:39 Step 7/7 : RUN go mod download 22:21:39 ---> Running in eed219a488dc 22:21:42 Removing intermediate container eed219a488dc 22:21:42 ---> 30bed7bfee9e 22:21:42 Successfully built 30bed7bfee9e 22:21:42 Successfully tagged ci-base-image-x86_64:latest [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] } 22:21:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2375 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] ws 22:21:44 Running in /w/workspace/go-mod-secrets/10 [Pipeline] { [Pipeline] checkout 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] } 22:21:49 using credential edgex-jenkins-ssh 22:21:49 Cloning the remote Git repository 22:21:49 Cloning with configured refspecs honoured and without tags 22:21:49 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:21:49 > git init /w/workspace/go-mod-secrets/10 # timeout=10 22:21:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:21:49 > git --version # timeout=10 22:21:49 > git --version # 'git version 2.17.1' 22:21:49 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:50 Fetching without tags 22:21:51 Checking out Revision 32334ba23a08c2d47dddfb812bb10fd92c6b0129 (master) 22:21:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:21:50 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:21:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:21:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:51 > git config core.sparsecheckout # timeout=10 22:21:51 > git checkout -f 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 22:21:55 Commit message: "Merge pull request #55 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:21:56 ========================================================= 22:21:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:21:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:21:58 + 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 . 22:21:58 Sending build context to Docker daemon 510kB 22:21:58 Step 1/7 : ARG BASE=golang:1.15-alpine 22:21:58 Step 2/7 : FROM ${BASE} 22:21:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:21:59 b538f80385f9: Pulling fs layer 22:21:59 74f711af9a0d: Pulling fs layer 22:21:59 99f96fe45779: Pulling fs layer 22:21:59 8529a6b9a6be: Pulling fs layer 22:21:59 45590311c82a: Pulling fs layer 22:21:59 69ca0ff8b7b3: Pulling fs layer 22:21:59 209524e5b208: Pulling fs layer 22:21:59 8529a6b9a6be: Waiting 22:21:59 45590311c82a: Waiting 22:21:59 69ca0ff8b7b3: Waiting 22:21:59 209524e5b208: Waiting 22:21:59 99f96fe45779: Verifying Checksum 22:21:59 99f96fe45779: Download complete 22:21:59 74f711af9a0d: Download complete 22:21:59 45590311c82a: Verifying Checksum 22:21:59 45590311c82a: Download complete 22:21:59 69ca0ff8b7b3: Verifying Checksum 22:21:59 69ca0ff8b7b3: Download complete 22:21:59 b538f80385f9: Verifying Checksum 22:21:59 b538f80385f9: Download complete 22:22:00 b538f80385f9: Pull complete 22:22:01 74f711af9a0d: Pull complete 22:22:01 99f96fe45779: Pull complete 22:22:01 209524e5b208: Verifying Checksum 22:22:01 209524e5b208: Download complete 22:22:03 8529a6b9a6be: Verifying Checksum 22:22:03 8529a6b9a6be: Download complete 22:22:13 8529a6b9a6be: Pull complete 22:22:13 45590311c82a: Pull complete 22:22:13 69ca0ff8b7b3: Pull complete 22:22:17 209524e5b208: Pull complete 22:22:17 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:22:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:22:17 ---> 5bddaf1c2fca 22:22:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:22:20 ---> Running in dadfac786ffb 22:22:20 Removing intermediate container dadfac786ffb 22:22:20 ---> f7a209baded6 22:22:20 Step 4/7 : RUN apk add --update bash 22:22:20 ---> Running in b1eb76b02781 22:22:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:22:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:22:24 OK: 142 MiB in 39 packages 22:22:25 Removing intermediate container b1eb76b02781 22:22:25 ---> 64adec9c4cc0 22:22:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:22:25 ---> Running in 72cd84e57696 22:22:26 Removing intermediate container 72cd84e57696 22:22:26 ---> 58e5f30619a5 22:22:26 Step 6/7 : COPY go.mod . 22:22:26 ---> 4e7ce62c3294 22:22:26 Step 7/7 : RUN go mod download 22:22:26 ---> Running in 2a57cd5e1cd9 22:22:31 Removing intermediate container 2a57cd5e1cd9 22:22:31 ---> 841d3979b91d 22:22:31 Successfully built 841d3979b91d 22:22:31 Successfully tagged ci-base-image-arm64:latest [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 22:22:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:22:33 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:22:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:22:34 22:22:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:22:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:22:34 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:22:34 cbdbe7a5bc2a: Pulling fs layer 22:22:34 408f87550127: Pulling fs layer 22:22:34 fe522b08c979: Pulling fs layer 22:22:34 221eaa008020: Pulling fs layer 22:22:34 2a4607e5d6b9: Pulling fs layer 22:22:34 8f79b27c4fd2: Pulling fs layer 22:22:34 e5c8dbe1645b: Pulling fs layer 22:22:34 23e8b3b47431: Pulling fs layer 22:22:34 5c568d65a230: Pulling fs layer 22:22:34 2a4607e5d6b9: Waiting 22:22:34 8f79b27c4fd2: Waiting 22:22:34 e5c8dbe1645b: Waiting 22:22:34 23e8b3b47431: Waiting 22:22:34 5c568d65a230: Waiting 22:22:34 221eaa008020: Waiting 22:22:34 fe522b08c979: Verifying Checksum 22:22:34 fe522b08c979: Download complete 22:22:34 408f87550127: Download complete 22:22:34 2a4607e5d6b9: Verifying Checksum 22:22:34 2a4607e5d6b9: Download complete 22:22:34 8f79b27c4fd2: Verifying Checksum 22:22:34 8f79b27c4fd2: Download complete 22:22:34 cbdbe7a5bc2a: Verifying Checksum 22:22:34 cbdbe7a5bc2a: Download complete 22:22:35 cbdbe7a5bc2a: Pull complete 22:22:35 408f87550127: Pull complete 22:22:35 fe522b08c979: Pull complete 22:22:35 e5c8dbe1645b: Download complete 22:22:37 5c568d65a230: Verifying Checksum 22:22:37 5c568d65a230: Download complete 22:22:37 23e8b3b47431: Verifying Checksum 22:22:37 23e8b3b47431: Download complete 22:22:38 221eaa008020: Verifying Checksum 22:22:38 221eaa008020: Download complete 22:22:43 221eaa008020: Pull complete 22:22:43 2a4607e5d6b9: Pull complete 22:22:43 8f79b27c4fd2: Pull complete 22:22:45 e5c8dbe1645b: Pull complete 22:22:48 23e8b3b47431: Pull complete 22:22:49 5c568d65a230: Pull complete 22:22:50 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:22:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:22:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:22:50 prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container 22:22:50 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 22:22:51 $ docker top 63e63b9ea3a583fc42648828ca8f4d6a9e3eed741367d462e1a06d4fd5b0eada -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:51 + snyk monitor '--org=edgex-jenkins' 22:22:56 22:22:56 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 22:22:56 22:22:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/11edd704-8900-4539-8622-8d5f91e7f937 22:22:56 22:22:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:22:56 22:22:56 22:22:56 Snyk CLI supports Node.js 8 and higher. 22:22:56 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:22:56 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:22:56 22:22:56 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:22:56 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:22:56 $ docker stop --time=1 63e63b9ea3a583fc42648828ca8f4d6a9e3eed741367d462e1a06d4fd5b0eada 22:22:57 $ docker rm -f 63e63b9ea3a583fc42648828ca8f4d6a9e3eed741367d462e1a06d4fd5b0eada [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] { (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 22:22:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:59 . [Pipeline] withDockerContainer 22:22:59 prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container 22:22:59 $ 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 22:23:00 $ docker top de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:23:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:23:01 [ssh-agent] Looking for ssh-agent implementation... 22:23:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:23:01 $ docker exec de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 ssh-agent 22:23:01 SSH_AUTH_SOCK=/tmp/ssh-o9Yqzs6U5zaV/agent.11 22:23:01 SSH_AGENT_PID=17 22:23:01 Running ssh-add (command line suppressed) 22:23:01 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4564151681628639309.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4564151681628639309.key) 22:23:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:23:02 + git semver tag 22:23:02 # -> Open(): unable to determine branch for HEAD 22:23:02 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:23:02 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:23:02 # $SEMVER_REMOTE_NAME = origin 22:23:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:23:02 # $SEMVER_USER_NAME = edgex-jenkins 22:23:02 # $SEMVER_BRANCH = master 22:23:02 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 22:23:02 # 32334ba23a08c2d47dddfb812bb10fd92c6b0129 HEAD 22:23:02 # -> Force: false 22:23:02 # 58b62ffd5de7388520f1e519f7df528eb827108c refs/tags/v0.0.20 [Pipeline] } 22:23:02 $ docker exec --env ******** --env ******** de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 ssh-agent -k 22:23:02 unset SSH_AUTH_SOCK; 22:23:02 unset SSH_AGENT_PID; 22:23:02 echo Agent pid 17 killed; 22:23:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:23:03 + git semver [Pipeline] } 22:23:03 $ docker stop --time=1 de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 22:23:04 $ docker rm -f de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:23:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:23:05 22:23:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:23:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:23:05 0.23.1-centos7: Pulling from edgex-lftools 22:23:05 ab5ef0e58194: Pulling fs layer 22:23:05 9712f1f96733: Pulling fs layer 22:23:05 63f879dbbcfc: Pulling fs layer 22:23:05 0d9ebad4ef96: Pulling fs layer 22:23:05 e9a5061849ea: Pulling fs layer 22:23:05 d747dcd14b5f: Pulling fs layer 22:23:05 2de7ff778b66: Pulling fs layer 22:23:05 e9a5061849ea: Waiting 22:23:05 d747dcd14b5f: Waiting 22:23:05 2de7ff778b66: Waiting 22:23:05 0d9ebad4ef96: Waiting 22:23:05 9712f1f96733: Verifying Checksum 22:23:05 9712f1f96733: Download complete 22:23:08 63f879dbbcfc: Verifying Checksum 22:23:08 63f879dbbcfc: Download complete 22:23:08 e9a5061849ea: Verifying Checksum 22:23:08 e9a5061849ea: Download complete 22:23:08 d747dcd14b5f: Verifying Checksum 22:23:08 d747dcd14b5f: Download complete 22:23:08 2de7ff778b66: Verifying Checksum 22:23:08 2de7ff778b66: Download complete 22:23:09 0d9ebad4ef96: Verifying Checksum 22:23:09 0d9ebad4ef96: Download complete 22:23:09 ab5ef0e58194: Verifying Checksum 22:23:09 ab5ef0e58194: Download complete 22:23:13 ab5ef0e58194: Pull complete 22:23:13 9712f1f96733: Pull complete 22:23:16 63f879dbbcfc: Pull complete 22:23:24 0d9ebad4ef96: Pull complete 22:23:24 e9a5061849ea: Pull complete 22:23:24 d747dcd14b5f: Pull complete 22:23:27 2de7ff778b66: Pull complete 22:23:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:23:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:23:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:23:28 prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container 22:23:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:23:31 $ docker top 585686b57aa63a9057e431bdf0b1877bb17ab5f833f37f5af857f3c8acd2ec02 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:23:32 provisioning config files... 22:23:32 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5980789952553040483tmp 22:23:32 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2567400933526006049tmp 22:23:32 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3609066369865803995tmp [Pipeline] { [Pipeline] echo 22:23:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:23:32 ---> sigul-configuration.sh 22:23:32 gpg: directory `/root/.gnupg' created 22:23:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:23:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:23:32 gpg: keyring `/root/.gnupg/secring.gpg' created 22:23:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:23:32 gpg: CAST5 encrypted data 22:23:33 gpg: encrypted with 1 passphrase 22:23:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:23:33 + mkdir /home/jenkins 22:23:33 + mkdir /home/jenkins/sigul [Pipeline] sh 22:23:33 + 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 22:23:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:23:34 ---> sigul-install.sh 22:23:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:23:39 + git tag --list 22:23:39 v0.0.20 [Pipeline] sh 22:23:40 + lftools sign git-tag v0.0.20 22:23:41 Signing Git tag with Sigul... 22:23:41 Signing v0.0.20 [Pipeline] echo 22:23:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:23:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:23:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:23:42 $ docker stop --time=1 585686b57aa63a9057e431bdf0b1877bb17ab5f833f37f5af857f3c8acd2ec02 22:23:44 $ docker rm -f 585686b57aa63a9057e431bdf0b1877bb17ab5f833f37f5af857f3c8acd2ec02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:23:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:23:45 . [Pipeline] withDockerContainer 22:23:45 prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container 22:23:45 $ 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 22:23:46 $ docker top e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:23:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:23:46 [ssh-agent] Looking for ssh-agent implementation... 22:23:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:23:47 $ docker exec e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df ssh-agent 22:23:47 SSH_AUTH_SOCK=/tmp/ssh-pGNuYthI9qgQ/agent.11 22:23:47 SSH_AGENT_PID=16 22:23:47 Running ssh-add (command line suppressed) 22:23:47 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3485560380108103032.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3485560380108103032.key) 22:23:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:23:47 + git semver bump patch 22:23:47 # -> Open(): unable to determine branch for HEAD 22:23:47 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:23:47 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:23:47 # $SEMVER_REMOTE_NAME = origin 22:23:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:23:47 # $SEMVER_USER_NAME = edgex-jenkins 22:23:47 # $SEMVER_BRANCH = master 22:23:47 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 22:23:47 0.0.21 [Pipeline] } 22:23:47 $ docker exec --env ******** --env ******** e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df ssh-agent -k 22:23:47 unset SSH_AUTH_SOCK; 22:23:47 unset SSH_AGENT_PID; 22:23:47 echo Agent pid 16 killed; 22:23:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:23:48 + git semver [Pipeline] } 22:23:48 $ docker stop --time=1 e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df 22:23:49 $ docker rm -f e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:23:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:23:50 . [Pipeline] withDockerContainer 22:23:50 prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container 22:23:50 $ 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 22:23:51 $ docker top 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:23:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:23:51 [ssh-agent] Looking for ssh-agent implementation... 22:23:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:23:51 $ docker exec 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 ssh-agent 22:23:51 SSH_AUTH_SOCK=/tmp/ssh-5Npb3YcII345/agent.12 22:23:51 SSH_AGENT_PID=18 22:23:51 Running ssh-add (command line suppressed) 22:23:51 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1466718075264659432.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1466718075264659432.key) 22:23:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:23:52 + git semver push 22:23:52 # -> Open(): unable to determine branch for HEAD 22:23:52 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 22:23:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 22:23:52 # $SEMVER_REMOTE_NAME = origin 22:23:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:23:52 # $SEMVER_USER_NAME = edgex-jenkins 22:23:52 # $SEMVER_BRANCH = master 22:23:52 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 22:23:58 $ docker exec --env ******** --env ******** 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 ssh-agent -k 22:23:59 unset SSH_AUTH_SOCK; 22:23:59 unset SSH_AGENT_PID; 22:23:59 echo Agent pid 18 killed; 22:23:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:23:59 + git semver [Pipeline] } 22:23:59 $ docker stop --time=1 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 22:24:01 $ docker rm -f 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 [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 22:24:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:24:02 ---> package-listing.sh 22:24:02 ++ facter osfamily 22:24:02 ++ tr '[:upper:]' '[:lower:]' 22:24:02 + OS_FAMILY=redhat 22:24:02 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 22:24:02 + START_PACKAGES=/tmp/packages_start.txt 22:24:02 + END_PACKAGES=/tmp/packages_end.txt 22:24:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:24:02 + PACKAGES=/tmp/packages_start.txt 22:24:02 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 22:24:02 + PACKAGES=/tmp/packages_end.txt 22:24:02 + case "${OS_FAMILY}" in 22:24:02 + rpm -qa 22:24:02 + sort 22:24:07 + '[' -f /tmp/packages_start.txt ']' 22:24:07 + '[' -f /tmp/packages_end.txt ']' 22:24:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:24:07 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 22:24:07 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 22:24:07 + 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 22:24:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:24:07 22:24:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:24:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:24:08 alpine: Pulling from edgex-lftools-log-publisher 22:24:08 df20fa9351a1: Pulling fs layer 22:24:08 36b3adc4ff6f: Pulling fs layer 22:24:08 8ad3a11d3b57: Pulling fs layer 22:24:08 46f8f816bc3b: Pulling fs layer 22:24:08 0dadc02b9964: Pulling fs layer 22:24:08 ce6a7cf60c04: Pulling fs layer 22:24:08 7a184a31f384: Pulling fs layer 22:24:08 0879bd2ef858: Pulling fs layer 22:24:08 0dadc02b9964: Waiting 22:24:08 ce6a7cf60c04: Waiting 22:24:08 7a184a31f384: Waiting 22:24:08 0879bd2ef858: Waiting 22:24:08 46f8f816bc3b: Waiting 22:24:08 36b3adc4ff6f: Verifying Checksum 22:24:08 36b3adc4ff6f: Download complete 22:24:08 46f8f816bc3b: Verifying Checksum 22:24:08 46f8f816bc3b: Download complete 22:24:08 df20fa9351a1: Verifying Checksum 22:24:08 df20fa9351a1: Download complete 22:24:08 ce6a7cf60c04: Verifying Checksum 22:24:08 ce6a7cf60c04: Download complete 22:24:08 7a184a31f384: Verifying Checksum 22:24:08 7a184a31f384: Download complete 22:24:08 0dadc02b9964: Verifying Checksum 22:24:08 0dadc02b9964: Download complete 22:24:08 8ad3a11d3b57: Verifying Checksum 22:24:08 8ad3a11d3b57: Download complete 22:24:08 df20fa9351a1: Pull complete 22:24:08 36b3adc4ff6f: Pull complete 22:24:08 0879bd2ef858: Verifying Checksum 22:24:08 0879bd2ef858: Download complete 22:24:09 8ad3a11d3b57: Pull complete 22:24:09 46f8f816bc3b: Pull complete 22:24:09 0dadc02b9964: Pull complete 22:24:09 ce6a7cf60c04: Pull complete 22:24:10 7a184a31f384: Pull complete 22:24:12 0879bd2ef858: Pull complete 22:24:12 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:24:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:24:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:24:12 prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container 22:24:12 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:24:16 $ docker top 2fa16f33678a8d310d8afe442e7d5cebee75fa9e3d1f248c2ffe4475fdec183d -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:16 + mkdir -p /var/log/sa [Pipeline] sh 22:24:16 + ls /var/log/sa-host 22:24:16 + sadf -c /var/log/sa-host/sa05 22:24:16 file_magic: OK 22:24:16 HZ: Using current value: 100 22:24:16 file_header: OK 22:24:16 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 22:24:16 Statistics: 22:24:16 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:24:16 File successfully converted to sysstat format version 12.2.1 22:24:16 + sadf -c /var/log/sa-host/sa11 22:24:16 file_magic: OK 22:24:16 HZ: Using current value: 100 22:24:16 file_header: OK 22:24:16 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 22:24:16 Statistics: 22:24:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:24:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:24:17 provisioning config files... 22:24:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7461612565708138001tmp [Pipeline] { [Pipeline] echo 22:24:17 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:24:17 ---> create-netrc.sh [Pipeline] echo 22:24:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:24:17 ---> logs-deploy.sh 22:24:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/10 22:24:17 INFO: archiving workspace using pattern(s): 22:24:19 Archives upload complete. 22:24:19 INFO: archiving logs to Nexus 22:24:20 ---> uname -a: 22:24:20 Linux 2fa16f33678a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:24:20 22:24:20 22:24:20 ---> lscpu: 22:24:20 Architecture: x86_64 22:24:20 CPU op-mode(s): 32-bit, 64-bit 22:24:20 Byte Order: Little Endian 22:24:20 Address sizes: 40 bits physical, 48 bits virtual 22:24:20 CPU(s): 4 22:24:20 On-line CPU(s) list: 0-3 22:24:20 Thread(s) per core: 1 22:24:20 Core(s) per socket: 1 22:24:20 Socket(s): 4 22:24:20 NUMA node(s): 1 22:24:20 Vendor ID: GenuineIntel 22:24:20 CPU family: 6 22:24:20 Model: 44 22:24:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:24:20 Stepping: 1 22:24:20 CPU MHz: 2933.436 22:24:20 BogoMIPS: 5866.87 22:24:20 Virtualization: VT-x 22:24:20 Hypervisor vendor: KVM 22:24:20 Virtualization type: full 22:24:20 L1d cache: 128 KiB 22:24:20 L1i cache: 128 KiB 22:24:20 L2 cache: 16 MiB 22:24:20 L3 cache: 64 MiB 22:24:20 NUMA node0 CPU(s): 0-3 22:24:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:24:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:24:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:24:20 Vulnerability Meltdown: Mitigation; PTI 22:24:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:24:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:24:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:24:20 Vulnerability Tsx async abort: Not affected 22:24:20 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 22:24:20 22:24:20 22:24:20 ---> nproc: 22:24:20 4 22:24:20 22:24:20 22:24:20 ---> df -h: 22:24:20 Filesystem Size Used Available Use% Mounted on 22:24:20 overlay 50.0G 8.2G 41.8G 16% / 22:24:20 tmpfs 64.0M 0 64.0M 0% /dev 22:24:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:24:20 shm 64.0M 0 64.0M 0% /dev/shm 22:24:20 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 22:24:20 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 22:24:20 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 22:24:20 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 22:24:20 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_go-mod-secrets_master 22:24:20 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 22:24:20 22:24:20 22:24:20 ---> free -m: 22:24:20 total used free shared buff/cache available 22:24:20 Mem: 1837 771 124 0 941 999 22:24:20 Swap: 1023 2 1021 22:24:20 22:24:20 22:24:20 ---> ip addr: 22:24:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:24:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:24:20 inet 127.0.0.1/8 scope host lo 22:24:20 valid_lft forever preferred_lft forever 22:24:20 16: eth0@if17: mtu 1458 qdisc noqueue state UP 22:24:20 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:24:20 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:24:20 valid_lft forever preferred_lft forever 22:24:20 22:24:20 22:24:20 ---> sar -b -r -n DEV: 22:24:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 22:24:20 22:24:20 22:17:33 LINUX RESTART (4 CPU) 22:24:20 22:24:20 22:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:24:20 22:19:01 105.91 46.67 59.24 0.00 7682.29 12324.58 0.00 22:24:20 22:20:02 2.60 0.00 2.60 0.00 0.00 87.89 0.00 22:24:20 22:21:01 0.46 0.00 0.46 0.00 0.00 7.67 0.00 22:24:20 22:22:01 0.37 0.00 0.37 0.00 0.00 5.63 0.00 22:24:20 22:23:01 190.71 112.50 78.21 0.00 6412.39 30585.90 0.00 22:24:20 22:24:01 201.15 67.04 134.10 0.00 4220.77 32603.70 0.00 22:24:20 Average: 83.78 37.82 45.97 0.00 3061.74 12640.26 0.00 22:24:20 22:24:20 22:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:24:20 22:19:01 168012 0 572504 30.43 2620 1138420 1100656 37.56 407284 1147036 120 22:24:20 22:20:02 169648 0 570864 30.34 2620 1138424 1093880 37.33 407880 1144760 16 22:24:20 22:21:01 172324 0 568180 30.20 2620 1138432 1072292 36.60 408556 1141848 8 22:24:20 22:22:01 170184 0 570320 30.31 2620 1138432 1072496 36.60 411628 1141228 20 22:24:20 22:23:01 193448 0 620552 32.98 2620 1064936 1184644 40.43 490976 1002416 28 22:24:20 22:24:01 238488 0 716640 38.09 1768 924660 1100200 37.55 603252 757684 52 22:24:20 Average: 185351 0 603177 32.06 2478 1090551 1104028 37.68 454929 1055829 41 22:24:20 22:24:20 22:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:24:20 22:19:01 eth0 513.63 279.93 1050.16 88.97 0.00 0.00 0.00 0.00 22:24:20 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:19:01 docker0 1.25 1.18 0.25 2.34 0.00 0.00 0.00 0.00 22:24:20 22:20:02 eth0 0.52 0.28 0.27 0.23 0.00 0.00 0.00 0.00 22:24:20 22:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:21:01 eth0 1.32 0.08 0.12 0.01 0.00 0.00 0.00 0.00 22:24:20 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:22:01 eth0 2.75 1.10 0.98 0.61 0.00 0.00 0.00 0.00 22:24:20 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:23:01 vethfad4958 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:23:01 eth0 436.92 372.77 3804.32 34.40 0.00 0.00 0.00 0.00 22:24:20 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:23:01 docker0 3.16 2.85 0.32 5.23 0.00 0.00 0.00 0.00 22:24:20 22:24:01 eth0 520.24 459.24 3457.54 104.70 0.00 0.00 0.00 0.00 22:24:20 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 22:24:01 docker0 23.27 27.95 1.48 198.73 0.00 0.00 0.00 0.00 22:24:20 Average: eth0 246.63 186.12 1389.70 38.27 0.00 0.00 0.00 0.00 22:24:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:20 Average: docker0 4.63 5.35 0.34 34.49 0.00 0.00 0.00 0.00 22:24:20 22:24:20 22:24:20 ---> sar -P ALL: 22:24:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 22:24:20 22:24:20 22:17:33 LINUX RESTART (4 CPU) 22:24:20 22:24:20 22:18:01 CPU %user %nice %system %iowait %steal %idle 22:24:20 22:19:01 all 14.22 0.00 6.39 4.14 0.12 75.14 22:24:20 22:19:01 0 13.34 0.00 8.14 7.19 0.12 71.21 22:24:20 22:19:01 1 12.73 0.00 6.16 3.80 0.12 77.19 22:24:20 22:19:01 2 13.52 0.00 5.89 3.44 0.14 77.02 22:24:20 22:19:01 3 17.28 0.00 5.37 2.12 0.10 75.13 22:24:20 22:20:02 all 0.17 0.00 0.04 0.00 0.01 99.78 22:24:20 22:20:02 0 0.53 0.00 0.03 0.00 0.02 99.42 22:24:20 22:20:02 1 0.05 0.00 0.05 0.00 0.02 99.88 22:24:20 22:20:02 2 0.07 0.00 0.07 0.00 0.00 99.87 22:24:20 22:20:02 3 0.05 0.00 0.02 0.00 0.00 99.93 22:24:20 22:21:01 all 0.14 0.00 0.03 0.00 0.00 99.82 22:24:20 22:21:01 0 0.46 0.00 0.03 0.00 0.00 99.51 22:24:20 22:21:01 1 0.05 0.00 0.05 0.00 0.02 99.88 22:24:20 22:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:24:20 22:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:24:20 22:22:01 all 0.17 0.00 0.04 0.00 0.00 99.79 22:24:20 22:22:01 0 0.45 0.00 0.05 0.00 0.00 99.50 22:24:20 22:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:24:20 22:22:01 2 0.15 0.00 0.05 0.00 0.02 99.78 22:24:20 22:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:24:20 22:23:01 all 7.41 0.00 4.35 1.33 0.15 86.75 22:24:20 22:23:01 0 8.30 0.00 4.43 1.01 0.10 86.16 22:24:20 22:23:01 1 6.35 0.00 4.22 1.22 0.17 88.05 22:24:20 22:23:01 2 7.57 0.00 4.39 1.51 0.15 86.38 22:24:20 22:23:01 3 7.44 0.00 4.37 1.59 0.19 86.41 22:24:20 22:24:01 all 10.91 0.00 7.77 2.64 0.18 78.50 22:24:20 22:24:01 0 10.68 0.00 7.50 3.45 0.22 78.15 22:24:20 22:24:01 1 13.28 0.00 8.31 2.15 0.15 76.10 22:24:20 22:24:01 2 10.50 0.00 7.99 1.74 0.17 79.59 22:24:20 22:24:01 3 9.16 0.00 7.29 3.21 0.17 80.17 22:24:20 Average: all 5.46 0.00 3.08 1.34 0.08 90.04 22:24:20 Average: 0 5.58 0.00 3.33 1.92 0.08 89.09 22:24:20 Average: 1 5.37 0.00 3.11 1.19 0.08 90.25 22:24:20 Average: 2 5.27 0.00 3.04 1.11 0.08 90.50 22:24:20 Average: 3 5.62 0.00 2.83 1.14 0.08 90.33 22:24:20 22:24:20 22:24:20