Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9350be804a973cfbe0742a88553c8ab4b7c0db06 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-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1966 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 9350be804a973cfbe0742a88553c8ab4b7c0db06 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9350be804a973cfbe0742a88553c8ab4b7c0db06 # timeout=10 Commit message: "Merge pull request #283 from cloudxxx8/issue-282" > git rev-list --no-walk 2af1e7b8e68457e5f914e68515256b56f5e75c7c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:06:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:06:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:06:05 ========================================================= 16:06:05 EdgeX Global Pipelines Version Info 16:06:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:06:07 ------------------- 16:06:07 stable info: 16:06:07 ------------------- 16:06:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:06:07 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 16:06:07 Message: update stable to v1.0.119 16:06:08 ------------------- 16:06:08 experimental info: 16:06:08 ------------------- 16:06:08 Commited By: **** collab-it+edgex@linuxfoundation.org 16:06:08 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 16:06:08 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 16:06:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:06:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9350be804a973cfbe0742a88553c8ab4b7c0db06 [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9350be8 [Pipeline] echo 16:06:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:06:11 + git log --format=format:%s -1 9350be804a973cfbe0742a88553c8ab4b7c0db06 [Pipeline] echo 16:06:11 GIT_COMMIT: 9350be804a973cfbe0742a88553c8ab4b7c0db06, Commit Message: Merge pull request #283 from cloudxxx8/issue-282 [Pipeline] echo 16:06:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:06:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:12 16:06:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:06:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:13 latest: Pulling from edgex-devops/git-semver 16:06:13 31603596830f: Pulling fs layer 16:06:13 2a8b12db71e7: Pulling fs layer 16:06:13 6ca5941a6612: Pulling fs layer 16:06:13 ecc8261a40a4: Pulling fs layer 16:06:13 ecc8261a40a4: Waiting 16:06:13 2a8b12db71e7: Download complete 16:06:13 31603596830f: Download complete 16:06:13 ecc8261a40a4: Verifying Checksum 16:06:13 ecc8261a40a4: Download complete 16:06:13 6ca5941a6612: Verifying Checksum 16:06:13 6ca5941a6612: Download complete 16:06:13 31603596830f: Pull complete 16:06:13 2a8b12db71e7: Pull complete 16:06:14 6ca5941a6612: Pull complete 16:06:14 ecc8261a40a4: Pull complete 16:06:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:06:15 prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container 16:06:15 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:06:17 $ docker top 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:06:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:17 [ssh-agent] Looking for ssh-agent implementation... 16:06:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:17 $ docker exec 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 ssh-agent 16:06:17 SSH_AUTH_SOCK=/tmp/ssh-oyiDxADEXo10/agent.11 16:06:17 SSH_AGENT_PID=17 16:06:17 Running ssh-add (command line suppressed) 16:06:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7131330024194504932.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7131330024194504932.key) 16:06:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:18 + git describe --exact-match --tags HEAD 16:06:18 fatal: No names found, cannot describe anything. [Pipeline] } 16:06:18 $ docker exec --env ******** --env ******** 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 ssh-agent -k 16:06:18 unset SSH_AUTH_SOCK; 16:06:18 unset SSH_AGENT_PID; 16:06:18 echo Agent pid 17 killed; 16:06:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:06:18 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:06:18 This usually means this commit has not been tagged. [Pipeline] sshagent 16:06:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:18 [ssh-agent] Looking for ssh-agent implementation... 16:06:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:18 $ docker exec 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 ssh-agent 16:06:19 SSH_AUTH_SOCK=/tmp/ssh-PtL3JfqVuJqF/agent.45 16:06:19 SSH_AGENT_PID=50 16:06:19 Running ssh-add (command line suppressed) 16:06:19 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7482632481410059801.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7482632481410059801.key) 16:06:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:19 + git semver init 16:06:19 # -> Open(): unable to determine branch for HEAD 16:06:19 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:06:19 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:06:19 # $SEMVER_REMOTE_NAME = origin 16:06:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:06:19 # $SEMVER_USER_NAME = edgex-jenkins 16:06:19 # $SEMVER_BRANCH = master 16:06:19 # $SEMVER_TEMP = /tmp/semver-835201049 16:06:19 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:06:20 # '/tmp/semver-835201049' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:06:20 # -> Force: false 16:06:20 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:06:20 $ docker exec --env ******** --env ******** 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 ssh-agent -k 16:06:20 unset SSH_AUTH_SOCK; 16:06:20 unset SSH_AGENT_PID; 16:06:20 echo Agent pid 50 killed; 16:06:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:06:20 + git semver [Pipeline] } 16:06:20 $ docker stop --time=1 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 16:06:22 $ docker rm -f 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:06:23 Stashed 88 file(s) [Pipeline] echo 16:06:23 [edgeXSemver]: initialized semver on version 0.1.77 [Pipeline] echo 16:06:23 Archived original version: [0.1.77] [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 16:06:38 Still waiting to schedule task 16:06:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:06:38 Still waiting to schedule task 16:06:38 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:09:53 Running on prd-centos7-docker-4c-2g-1968 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:09:53 Running in /w/workspace/go-mod-core-contracts/43 [Pipeline] { [Pipeline] checkout 16:09:55 using credential edgex-jenkins-ssh 16:09:55 Cloning the remote Git repository 16:09:55 Cloning with configured refspecs honoured and without tags 16:09:55 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:09:55 > git init /w/workspace/go-mod-core-contracts/43 # timeout=10 16:09:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:09:55 > git --version # timeout=10 16:09:55 > git --version # 'git version 2.16.5' 16:09:55 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:57 Fetching without tags 16:09:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:09:57 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:09:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:09:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:57 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:57 Checking out Revision 9350be804a973cfbe0742a88553c8ab4b7c0db06 (master) 16:09:57 > git config core.sparsecheckout # timeout=10 16:09:57 > git checkout -f 9350be804a973cfbe0742a88553c8ab4b7c0db06 # timeout=10 16:10:01 Commit message: "Merge pull request #283 from cloudxxx8/issue-282" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:10:03 ========================================================= 16:10:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:10:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:10:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 16:10:04 Sending build context to Docker daemon 2.185MB 16:10:04 Step 1/7 : ARG BASE=golang:1.13-alpine 16:10:04 Step 2/7 : FROM ${BASE} 16:10:04 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:10:04 df20fa9351a1: Pulling fs layer 16:10:04 ed8968b2872e: Pulling fs layer 16:10:04 a92cc7c5fd73: Pulling fs layer 16:10:04 2dd03ba5bac4: Pulling fs layer 16:10:04 1e091d79d1de: Pulling fs layer 16:10:04 481702a1767f: Pulling fs layer 16:10:04 f64a6f60c768: Pulling fs layer 16:10:04 e78d2573fc39: Pulling fs layer 16:10:04 e876d2f968b6: Pulling fs layer 16:10:04 ce8a83651883: Pulling fs layer 16:10:04 07967f4d0e4b: Pulling fs layer 16:10:04 2dd03ba5bac4: Waiting 16:10:04 1e091d79d1de: Waiting 16:10:04 481702a1767f: Waiting 16:10:04 f64a6f60c768: Waiting 16:10:04 e78d2573fc39: Waiting 16:10:04 e876d2f968b6: Waiting 16:10:04 ce8a83651883: Waiting 16:10:04 ed8968b2872e: Download complete 16:10:04 1e091d79d1de: Verifying Checksum 16:10:04 1e091d79d1de: Download complete 16:10:04 481702a1767f: Verifying Checksum 16:10:04 481702a1767f: Download complete 16:10:04 df20fa9351a1: Verifying Checksum 16:10:05 df20fa9351a1: Pull complete 16:10:05 ed8968b2872e: Pull complete 16:10:05 a92cc7c5fd73: Pull complete 16:10:06 f64a6f60c768: Verifying Checksum 16:10:06 f64a6f60c768: Download complete 16:10:06 e876d2f968b6: Download complete 16:10:08 ce8a83651883: Verifying Checksum 16:10:08 ce8a83651883: Download complete 16:10:08 07967f4d0e4b: Verifying Checksum 16:10:08 07967f4d0e4b: Download complete 16:10:08 e78d2573fc39: Verifying Checksum 16:10:08 e78d2573fc39: Download complete 16:10:09 2dd03ba5bac4: Download complete 16:10:15 2dd03ba5bac4: Pull complete 16:10:15 1e091d79d1de: Pull complete 16:10:16 481702a1767f: Pull complete 16:10:24 f64a6f60c768: Pull complete 16:10:27 e78d2573fc39: Pull complete 16:10:27 e876d2f968b6: Pull complete 16:10:28 ce8a83651883: Pull complete 16:10:28 07967f4d0e4b: Pull complete 16:10:28 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 16:10:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:10:28 ---> 5d7c900382c6 16:10:28 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:10:29 ---> Running in 4ac8d899a63d 16:10:29 Removing intermediate container 4ac8d899a63d 16:10:29 ---> 04346636a3f0 16:10:29 Step 4/7 : RUN apk add bash 16:10:29 ---> Running in 84add1d8aee0 16:10:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:32 OK: 166 MiB in 39 packages 16:10:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1967 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:10:32 Running in /w/workspace/go-mod-core-contracts/43 [Pipeline] { [Pipeline] checkout 16:10:33 Removing intermediate container 84add1d8aee0 16:10:33 ---> 3f63ef954d31 16:10:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:10:33 ---> Running in eda4ec3e2fa4 16:10:33 Removing intermediate container eda4ec3e2fa4 16:10:33 ---> 30c509e72d8d 16:10:33 Step 6/7 : COPY go.mod . 16:10:33 ---> ff9d6706e19c 16:10:33 Step 7/7 : RUN go mod download 16:10:33 ---> Running in 7099d1d4b823 16:10:35 go: finding github.com/davecgh/go-spew v1.1.0 16:10:35 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:10:35 go: finding github.com/go-kit/kit v0.8.0 16:10:35 go: finding github.com/go-logfmt/logfmt v0.4.0 16:10:35 go: finding github.com/go-playground/assert/v2 v2.0.1 16:10:35 go: finding github.com/go-playground/locales v0.13.0 16:10:35 go: finding github.com/go-playground/universal-translator v0.17.0 16:10:35 go: finding github.com/go-playground/validator/v10 v10.3.0 16:10:35 go: finding github.com/go-stack/stack v1.8.0 16:10:35 go: finding github.com/google/uuid v1.1.0 16:10:35 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:10:35 go: finding github.com/leodido/go-urn v1.2.0 16:10:35 go: finding github.com/pmezard/go-difflib v1.0.0 16:10:35 go: finding github.com/stretchr/objx v0.1.0 16:10:35 go: finding github.com/stretchr/testify v1.5.1 16:10:36 go: finding github.com/x448/float16 v0.8.4 16:10:36 go: finding golang.org/x/text v0.3.2 16:10:36 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:10:36 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:10:36 go: finding gopkg.in/yaml.v2 v2.2.8 16:10:37 using credential edgex-jenkins-ssh 16:10:37 Cloning the remote Git repository 16:10:37 Cloning with configured refspecs honoured and without tags 16:10:37 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:10:38 > git init /w/workspace/go-mod-core-contracts/43 # timeout=10 16:10:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:10:38 > git --version # timeout=10 16:10:38 > git --version # 'git version 2.17.1' 16:10:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:10:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:10:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:10:39 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:10:39 Fetching without tags 16:10:39 Checking out Revision 9350be804a973cfbe0742a88553c8ab4b7c0db06 (master) 16:10:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:10:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:10:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:10:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:10:39 > git config core.sparsecheckout # timeout=10 16:10:39 > git checkout -f 9350be804a973cfbe0742a88553c8ab4b7c0db06 # timeout=10 16:10:44 Commit message: "Merge pull request #283 from cloudxxx8/issue-282" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:10:45 ========================================================= 16:10:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:10:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:10:46 Removing intermediate container 7099d1d4b823 16:10:46 ---> f7ab30084e5c 16:10:46 Successfully built f7ab30084e5c 16:10:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 16:10:46 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 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 16:10:47 Sending build context to Docker daemon 2.185MB 16:10:47 Step 1/7 : ARG BASE=golang:1.13-alpine 16:10:47 Step 2/7 : FROM ${BASE} [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 16:10:47 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:10:47 b538f80385f9: Pulling fs layer 16:10:47 74f711af9a0d: Pulling fs layer 16:10:47 99f96fe45779: Pulling fs layer 16:10:47 fd7a069fd194: Pulling fs layer 16:10:47 66aa3694b03b: Pulling fs layer 16:10:47 170f70906a0f: Pulling fs layer 16:10:47 ad7c5574e4b9: Pulling fs layer 16:10:47 e772456be8f7: Pulling fs layer 16:10:47 c890913d741a: Pulling fs layer 16:10:47 2480fcc9aa5a: Pulling fs layer 16:10:47 09adf4765672: Pulling fs layer 16:10:47 fd7a069fd194: Waiting 16:10:47 66aa3694b03b: Waiting 16:10:47 170f70906a0f: Waiting 16:10:47 ad7c5574e4b9: Waiting 16:10:47 e772456be8f7: Waiting 16:10:47 c890913d741a: Waiting 16:10:47 2480fcc9aa5a: Waiting 16:10:47 09adf4765672: Waiting 16:10:47 99f96fe45779: Verifying Checksum 16:10:47 99f96fe45779: Download complete 16:10:47 66aa3694b03b: Download complete 16:10:47 170f70906a0f: Verifying Checksum 16:10:47 170f70906a0f: Download complete [Pipeline] } 16:10:47 b538f80385f9: Verifying Checksum 16:10:47 b538f80385f9: Download complete 16:10:48 b538f80385f9: Pull complete 16:10:49 74f711af9a0d: Pull complete 16:10:49 99f96fe45779: Pull complete 16:10:50 ad7c5574e4b9: Verifying Checksum 16:10:50 ad7c5574e4b9: Download complete 16:10:50 c890913d741a: Download complete 16:10:52 2480fcc9aa5a: Verifying Checksum 16:10:52 2480fcc9aa5a: Download complete 16:10:52 09adf4765672: Download complete 16:10:52 e772456be8f7: Verifying Checksum 16:10:52 e772456be8f7: Download complete 16:10:53 fd7a069fd194: Verifying Checksum 16:10:53 fd7a069fd194: Download complete 16:11:06 fd7a069fd194: Pull complete 16:11:06 66aa3694b03b: Pull complete 16:11:06 170f70906a0f: Pull complete 16:11:08 ad7c5574e4b9: Pull complete 16:11:13 e772456be8f7: Pull complete 16:11:13 c890913d741a: Pull complete 16:11:15 2480fcc9aa5a: Pull complete 16:11:16 09adf4765672: Pull complete 16:11:16 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 16:11:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:11:16 ---> 2248a725d1cf 16:11:16 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:11:20 ---> Running in f47c5308fb7a 16:11:20 Removing intermediate container f47c5308fb7a 16:11:20 ---> 06aa3e6dd27f 16:11:20 Step 4/7 : RUN apk add bash 16:11:20 ---> Running in 8dd609ee249b 16:11:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:24 OK: 142 MiB in 39 packages 16:11:26 Removing intermediate container 8dd609ee249b 16:11:26 ---> b1866b276518 16:11:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:11:26 ---> Running in 4c77ddcb31f1 16:11:26 Removing intermediate container 4c77ddcb31f1 16:11:26 ---> 215c036d17cd 16:11:26 Step 6/7 : COPY go.mod . 16:11:26 ---> 69006bf49de0 16:11:26 Step 7/7 : RUN go mod download 16:11:27 ---> Running in fcce3ce4bc68 16:11:29 go: finding github.com/davecgh/go-spew v1.1.0 16:11:29 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:11:29 go: finding github.com/go-kit/kit v0.8.0 16:11:29 go: finding github.com/go-logfmt/logfmt v0.4.0 16:11:29 go: finding github.com/go-playground/assert/v2 v2.0.1 16:11:29 go: finding github.com/go-playground/locales v0.13.0 16:11:29 go: finding github.com/go-playground/universal-translator v0.17.0 16:11:29 go: finding github.com/go-playground/validator/v10 v10.3.0 16:11:29 go: finding github.com/go-stack/stack v1.8.0 16:11:29 go: finding github.com/google/uuid v1.1.0 16:11:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:11:29 go: finding github.com/leodido/go-urn v1.2.0 16:11:29 go: finding github.com/pmezard/go-difflib v1.0.0 16:11:29 go: finding github.com/stretchr/objx v0.1.0 16:11:29 go: finding github.com/stretchr/testify v1.5.1 16:11:29 go: finding github.com/x448/float16 v0.8.4 16:11:29 go: finding golang.org/x/text v0.3.2 16:11:29 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:11:29 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:11:29 go: finding gopkg.in/yaml.v2 v2.2.8 16:11:42 Removing intermediate container fcce3ce4bc68 16:11:42 ---> 40358183ec6a 16:11:42 Successfully built 40358183ec6a 16:11:42 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 16:11:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:11:44 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:11:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:11:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:11:44 16:11:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:11:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:11:45 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:11:45 cbdbe7a5bc2a: Pulling fs layer 16:11:45 408f87550127: Pulling fs layer 16:11:45 fe522b08c979: Pulling fs layer 16:11:45 221eaa008020: Pulling fs layer 16:11:45 2a4607e5d6b9: Pulling fs layer 16:11:45 8f79b27c4fd2: Pulling fs layer 16:11:45 e5c8dbe1645b: Pulling fs layer 16:11:45 23e8b3b47431: Pulling fs layer 16:11:45 5c568d65a230: Pulling fs layer 16:11:45 221eaa008020: Waiting 16:11:45 2a4607e5d6b9: Waiting 16:11:45 8f79b27c4fd2: Waiting 16:11:45 e5c8dbe1645b: Waiting 16:11:45 23e8b3b47431: Waiting 16:11:45 5c568d65a230: Waiting 16:11:45 fe522b08c979: Verifying Checksum 16:11:45 fe522b08c979: Download complete 16:11:45 408f87550127: Download complete 16:11:45 2a4607e5d6b9: Verifying Checksum 16:11:45 2a4607e5d6b9: Download complete 16:11:45 8f79b27c4fd2: Verifying Checksum 16:11:45 8f79b27c4fd2: Download complete 16:11:45 cbdbe7a5bc2a: Verifying Checksum 16:11:45 cbdbe7a5bc2a: Pull complete 16:11:45 408f87550127: Pull complete 16:11:46 fe522b08c979: Pull complete 16:11:46 e5c8dbe1645b: Download complete 16:11:47 23e8b3b47431: Verifying Checksum 16:11:47 23e8b3b47431: Download complete 16:11:47 5c568d65a230: Verifying Checksum 16:11:47 5c568d65a230: Download complete 16:11:48 221eaa008020: Verifying Checksum 16:11:48 221eaa008020: Download complete 16:11:53 221eaa008020: Pull complete 16:11:53 2a4607e5d6b9: Pull complete 16:11:53 8f79b27c4fd2: Pull complete 16:11:55 e5c8dbe1645b: Pull complete 16:11:59 23e8b3b47431: Pull complete 16:12:00 5c568d65a230: Pull complete 16:12:00 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:12:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:12:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:12:00 prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container 16:12:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:12:01 $ docker top 25ddc96b8657516cb661a58b7cd413c5c3a738382fb2f145b83a57d815a359ca -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:01 + snyk monitor '--org=edgex-jenkins' 16:12:06 16:12:06 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 16:12:06 16:12:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/cc8b6b48-4a30-400b-ac0c-904405b35b2f 16:12:06 16:12:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:12:06 16:12:06 16:12:06 Snyk CLI supports Node.js 8 and higher. 16:12:06 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:12:06 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:12:06 16:12:06 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:12:06 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 16:12:06 $ docker stop --time=1 25ddc96b8657516cb661a58b7cd413c5c3a738382fb2f145b83a57d815a359ca 16:12:09 $ docker rm -f 25ddc96b8657516cb661a58b7cd413c5c3a738382fb2f145b83a57d815a359ca [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 16:12:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:12:11 . [Pipeline] withDockerContainer 16:12:11 prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container 16:12:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:12:12 $ docker top 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:12:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:12:12 [ssh-agent] Looking for ssh-agent implementation... 16:12:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:12:13 $ docker exec 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 ssh-agent 16:12:13 SSH_AUTH_SOCK=/tmp/ssh-XbAGioWJhplm/agent.11 16:12:13 SSH_AGENT_PID=17 16:12:13 Running ssh-add (command line suppressed) 16:12:13 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7068809310541515005.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7068809310541515005.key) 16:12:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:12:13 + git semver tag 16:12:13 # -> Open(): unable to determine branch for HEAD 16:12:13 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:12:13 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:12:13 # $SEMVER_REMOTE_NAME = origin 16:12:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:12:13 # $SEMVER_USER_NAME = edgex-jenkins 16:12:13 # $SEMVER_BRANCH = master 16:12:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:12:13 # 9350be804a973cfbe0742a88553c8ab4b7c0db06 HEAD 16:12:13 # -> Force: false 16:12:13 # 1a425941078d8c3636e3bf6af7947277029f7099 refs/tags/v0.1.77 [Pipeline] } 16:12:13 $ docker exec --env ******** --env ******** 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 ssh-agent -k 16:12:13 unset SSH_AUTH_SOCK; 16:12:13 unset SSH_AGENT_PID; 16:12:13 echo Agent pid 17 killed; 16:12:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:12:14 + git semver [Pipeline] } 16:12:14 $ docker stop --time=1 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 16:12:15 $ docker rm -f 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:12:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:16 16:12:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:12:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:16 0.23.1-centos7: Pulling from edgex-lftools 16:12:16 ab5ef0e58194: Pulling fs layer 16:12:16 9712f1f96733: Pulling fs layer 16:12:16 63f879dbbcfc: Pulling fs layer 16:12:16 0d9ebad4ef96: Pulling fs layer 16:12:16 e9a5061849ea: Pulling fs layer 16:12:16 d747dcd14b5f: Pulling fs layer 16:12:16 2de7ff778b66: Pulling fs layer 16:12:16 0d9ebad4ef96: Waiting 16:12:16 e9a5061849ea: Waiting 16:12:16 2de7ff778b66: Waiting 16:12:16 d747dcd14b5f: Waiting 16:12:16 9712f1f96733: Download complete 16:12:18 63f879dbbcfc: Verifying Checksum 16:12:18 63f879dbbcfc: Download complete 16:12:18 e9a5061849ea: Verifying Checksum 16:12:18 e9a5061849ea: Download complete 16:12:18 d747dcd14b5f: Verifying Checksum 16:12:18 d747dcd14b5f: Download complete 16:12:18 2de7ff778b66: Download complete 16:12:18 0d9ebad4ef96: Verifying Checksum 16:12:18 0d9ebad4ef96: Download complete 16:12:18 ab5ef0e58194: Verifying Checksum 16:12:18 ab5ef0e58194: Download complete 16:12:22 ab5ef0e58194: Pull complete 16:12:22 9712f1f96733: Pull complete 16:12:25 63f879dbbcfc: Pull complete 16:12:32 0d9ebad4ef96: Pull complete 16:12:32 e9a5061849ea: Pull complete 16:12:32 d747dcd14b5f: Pull complete 16:12:36 2de7ff778b66: Pull complete 16:12:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:12:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:12:36 prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container 16:12:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:12:40 $ docker top 57c5fbe367b5904688ebb033c503eb305bfa56e18dc71829f539d14a58cbe629 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:12:40 provisioning config files... 16:12:40 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4869965127359255039tmp 16:12:40 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1165741054907193578tmp 16:12:40 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4004834699735504205tmp [Pipeline] { [Pipeline] echo 16:12:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:12:41 ---> sigul-configuration.sh 16:12:41 gpg: directory `/root/.gnupg' created 16:12:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:12:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:12:41 gpg: keyring `/root/.gnupg/secring.gpg' created 16:12:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:12:41 gpg: CAST5 encrypted data 16:12:41 gpg: encrypted with 1 passphrase 16:12:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:12:41 + mkdir /home/jenkins 16:12:41 + mkdir /home/jenkins/sigul [Pipeline] sh 16:12:42 + 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 16:12:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:12:42 ---> sigul-install.sh 16:12:47 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:12:48 + git tag --list 16:12:48 v0.1.77 [Pipeline] sh 16:12:48 + lftools sign git-tag v0.1.77 16:12:49 Signing Git tag with Sigul... 16:12:49 Signing v0.1.77 [Pipeline] echo 16:12:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:12:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:12:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:12:51 $ docker stop --time=1 57c5fbe367b5904688ebb033c503eb305bfa56e18dc71829f539d14a58cbe629 16:12:53 $ docker rm -f 57c5fbe367b5904688ebb033c503eb305bfa56e18dc71829f539d14a58cbe629 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:12:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:12:53 . [Pipeline] withDockerContainer 16:12:53 prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container 16:12:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:12:54 $ docker top 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:12:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:12:54 [ssh-agent] Looking for ssh-agent implementation... 16:12:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:12:55 $ docker exec 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 ssh-agent 16:12:55 SSH_AUTH_SOCK=/tmp/ssh-qt9Qz0D3NVvB/agent.12 16:12:55 SSH_AGENT_PID=18 16:12:55 Running ssh-add (command line suppressed) 16:12:55 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1714737913181186508.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1714737913181186508.key) 16:12:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:12:55 + git semver bump patch 16:12:55 # -> Open(): unable to determine branch for HEAD 16:12:55 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:12:55 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:12:55 # $SEMVER_REMOTE_NAME = origin 16:12:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:12:55 # $SEMVER_USER_NAME = edgex-jenkins 16:12:55 # $SEMVER_BRANCH = master 16:12:55 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:12:55 0.1.78 [Pipeline] } 16:12:55 $ docker exec --env ******** --env ******** 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 ssh-agent -k 16:12:55 unset SSH_AUTH_SOCK; 16:12:55 unset SSH_AGENT_PID; 16:12:55 echo Agent pid 18 killed; 16:12:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:12:56 + git semver [Pipeline] } 16:12:56 $ docker stop --time=1 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 16:12:57 $ docker rm -f 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:12:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:12:58 . [Pipeline] withDockerContainer 16:12:58 prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container 16:12:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:12:59 $ docker top 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:12:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:12:59 [ssh-agent] Looking for ssh-agent implementation... 16:12:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:12:59 $ docker exec 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 ssh-agent 16:12:59 SSH_AUTH_SOCK=/tmp/ssh-83M7xBgWekVN/agent.12 16:12:59 SSH_AGENT_PID=17 16:12:59 Running ssh-add (command line suppressed) 16:12:59 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1207611427764916516.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1207611427764916516.key) 16:13:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:13:00 + git semver push 16:13:00 # -> Open(): unable to determine branch for HEAD 16:13:00 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:13:00 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:13:00 # $SEMVER_REMOTE_NAME = origin 16:13:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:13:00 # $SEMVER_USER_NAME = edgex-jenkins 16:13:00 # $SEMVER_BRANCH = master 16:13:00 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:13:06 $ docker exec --env ******** --env ******** 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 ssh-agent -k 16:13:07 unset SSH_AUTH_SOCK; 16:13:07 unset SSH_AGENT_PID; 16:13:07 echo Agent pid 17 killed; 16:13:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:13:07 + git semver [Pipeline] } 16:13:07 $ docker stop --time=1 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 16:13:08 $ docker rm -f 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 [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 16:13:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:13:10 ---> package-listing.sh 16:13:10 ++ facter osfamily 16:13:10 ++ tr '[:upper:]' '[:lower:]' 16:13:10 + OS_FAMILY=redhat 16:13:10 + workspace=/w/workspace/dry_go-mod-core-contracts_master 16:13:10 + START_PACKAGES=/tmp/packages_start.txt 16:13:10 + END_PACKAGES=/tmp/packages_end.txt 16:13:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:13:10 + PACKAGES=/tmp/packages_start.txt 16:13:10 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:13:10 + PACKAGES=/tmp/packages_end.txt 16:13:10 + case "${OS_FAMILY}" in 16:13:10 + rpm -qa 16:13:10 + sort 16:13:14 + '[' -f /tmp/packages_start.txt ']' 16:13:14 + '[' -f /tmp/packages_end.txt ']' 16:13:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:13:14 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:13:14 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 16:13:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh 16:13:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:13:15 16:13:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:13:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:13:16 alpine: Pulling from edgex-lftools-log-publisher 16:13:16 df20fa9351a1: Pulling fs layer 16:13:16 36b3adc4ff6f: Pulling fs layer 16:13:16 8ad3a11d3b57: Pulling fs layer 16:13:16 46f8f816bc3b: Pulling fs layer 16:13:16 0dadc02b9964: Pulling fs layer 16:13:16 ce6a7cf60c04: Pulling fs layer 16:13:16 7a184a31f384: Pulling fs layer 16:13:16 0879bd2ef858: Pulling fs layer 16:13:16 46f8f816bc3b: Waiting 16:13:16 0dadc02b9964: Waiting 16:13:16 ce6a7cf60c04: Waiting 16:13:16 7a184a31f384: Waiting 16:13:16 0879bd2ef858: Waiting 16:13:16 36b3adc4ff6f: Verifying Checksum 16:13:16 36b3adc4ff6f: Download complete 16:13:16 46f8f816bc3b: Verifying Checksum 16:13:16 46f8f816bc3b: Download complete 16:13:16 df20fa9351a1: Verifying Checksum 16:13:16 ce6a7cf60c04: Verifying Checksum 16:13:16 ce6a7cf60c04: Download complete 16:13:16 7a184a31f384: Verifying Checksum 16:13:16 7a184a31f384: Download complete 16:13:16 0dadc02b9964: Verifying Checksum 16:13:16 0dadc02b9964: Download complete 16:13:16 8ad3a11d3b57: Verifying Checksum 16:13:16 8ad3a11d3b57: Download complete 16:13:16 df20fa9351a1: Pull complete 16:13:17 0879bd2ef858: Verifying Checksum 16:13:17 0879bd2ef858: Download complete 16:13:17 36b3adc4ff6f: Pull complete 16:13:17 8ad3a11d3b57: Pull complete 16:13:17 46f8f816bc3b: Pull complete 16:13:17 0dadc02b9964: Pull complete 16:13:18 ce6a7cf60c04: Pull complete 16:13:18 7a184a31f384: Pull complete 16:13:20 0879bd2ef858: Pull complete 16:13:20 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 16:13:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:13:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:13:21 prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container 16:13:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:13:24 $ docker top b07b6dbe19ce015dce7c3637a6af99f4d88859a180d116a303b5bc4bbe753c32 -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:24 + mkdir -p /var/log/sa [Pipeline] sh 16:13:24 + ls /var/log/sa-host 16:13:24 + sadf -c /var/log/sa-host/sa05 16:13:24 file_magic: OK 16:13:24 HZ: Using current value: 100 16:13:24 file_header: OK 16:13:24 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 16:13:24 Statistics: 16:13:24 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:13:24 File successfully converted to sysstat format version 12.2.1 16:13:24 + sadf -c /var/log/sa-host/sa09 16:13:24 file_magic: OK 16:13:24 HZ: Using current value: 100 16:13:24 file_header: OK 16:13:24 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 16:13:24 Statistics: 16:13:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:13:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:13:24 provisioning config files... 16:13:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4425221625062438798tmp [Pipeline] { [Pipeline] echo 16:13:25 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:13:25 ---> create-netrc.sh [Pipeline] echo 16:13:25 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:13:25 ---> logs-deploy.sh 16:13:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/43 16:13:25 INFO: archiving workspace using pattern(s): 16:13:26 Archives upload complete. 16:13:26 INFO: archiving logs to Nexus 16:13:27 ---> uname -a: 16:13:27 Linux b07b6dbe19ce 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:13:27 16:13:27 16:13:27 ---> lscpu: 16:13:27 Architecture: x86_64 16:13:27 CPU op-mode(s): 32-bit, 64-bit 16:13:27 Byte Order: Little Endian 16:13:27 Address sizes: 40 bits physical, 48 bits virtual 16:13:27 CPU(s): 4 16:13:27 On-line CPU(s) list: 0-3 16:13:27 Thread(s) per core: 1 16:13:27 Core(s) per socket: 1 16:13:27 Socket(s): 4 16:13:27 NUMA node(s): 1 16:13:27 Vendor ID: GenuineIntel 16:13:27 CPU family: 6 16:13:27 Model: 44 16:13:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:13:27 Stepping: 1 16:13:27 CPU MHz: 2933.442 16:13:27 BogoMIPS: 5866.88 16:13:27 Virtualization: VT-x 16:13:27 Hypervisor vendor: KVM 16:13:27 Virtualization type: full 16:13:27 L1d cache: 128 KiB 16:13:27 L1i cache: 128 KiB 16:13:27 L2 cache: 16 MiB 16:13:27 L3 cache: 64 MiB 16:13:27 NUMA node0 CPU(s): 0-3 16:13:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:13:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:13:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:13:27 Vulnerability Meltdown: Mitigation; PTI 16:13:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:13:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:13:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:13:27 Vulnerability Tsx async abort: Not affected 16:13:27 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 16:13:27 16:13:27 16:13:27 ---> nproc: 16:13:27 4 16:13:27 16:13:27 16:13:27 ---> df -h: 16:13:27 Filesystem Size Used Available Use% Mounted on 16:13:27 overlay 50.0G 8.2G 41.8G 16% / 16:13:27 tmpfs 64.0M 0 64.0M 0% /dev 16:13:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:13:27 shm 64.0M 0 64.0M 0% /dev/shm 16:13:27 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 16:13:27 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 16:13:27 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 16:13:27 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master 16:13:27 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp 16:13:27 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 16:13:27 16:13:27 16:13:27 ---> free -m: 16:13:27 total used free shared buff/cache available 16:13:27 Mem: 1837 782 127 0 927 988 16:13:27 Swap: 1023 2 1021 16:13:27 16:13:27 16:13:27 ---> ip addr: 16:13:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:13:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:13:27 inet 127.0.0.1/8 scope host lo 16:13:27 valid_lft forever preferred_lft forever 16:13:27 16: eth0@if17: mtu 1458 qdisc noqueue state UP 16:13:27 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:13:27 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:13:27 valid_lft forever preferred_lft forever 16:13:27 16:13:27 16:13:27 ---> sar -b -r -n DEV: 16:13:27 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 16:13:27 16:13:27 16:05:13 LINUX RESTART (4 CPU) 16:13:27 16:13:27 16:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:13:27 16:07:01 44.57 11.09 33.48 0.00 4483.78 2551.43 0.00 16:13:27 16:08:01 1.40 0.00 1.40 0.00 0.00 23.45 0.00 16:13:27 16:09:01 0.30 0.00 0.30 0.00 0.00 3.35 0.00 16:13:27 16:10:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 16:13:27 16:11:01 0.22 0.00 0.22 0.00 0.00 3.66 0.00 16:13:27 16:12:01 151.69 87.46 64.23 0.00 5365.61 30350.29 0.00 16:13:27 16:13:02 264.15 112.08 152.07 0.00 5964.39 34589.33 0.00 16:13:27 Average: 66.11 30.10 36.01 0.00 2259.88 9650.42 0.00 16:13:27 16:13:27 16:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:13:27 16:07:01 161732 0 582548 30.96 2620 1134656 1109608 37.87 456396 1103656 20 16:13:27 16:08:01 164360 0 579916 30.82 2620 1134660 1081744 36.92 456176 1101996 8 16:13:27 16:09:01 164328 0 579940 30.82 2620 1134668 1081744 36.92 456184 1101996 8 16:13:27 16:10:01 162116 0 582152 30.94 2620 1134668 1081924 36.92 459236 1101444 20 16:13:27 16:11:01 161704 0 582560 30.96 2620 1134672 1081996 36.93 469404 1091708 12 16:13:27 16:12:01 182144 0 640508 34.04 2620 1056284 1251096 42.70 453148 1052700 56 16:13:27 16:13:02 233076 0 739132 39.28 1576 907772 1318060 44.98 604984 756768 52 16:13:27 Average: 175637 0 612394 32.55 2471 1091054 1143739 39.03 479361 1044324 25 16:13:27 16:13:27 16:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:13:27 16:07:01 eth0 159.99 118.90 457.89 46.79 0.00 0.00 0.00 0.00 16:13:27 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:07:01 docker0 3.55 2.38 0.86 10.41 0.00 0.00 0.00 0.00 16:13:27 16:08:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 16:13:27 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:10:01 eth0 1.80 0.48 0.38 0.21 0.00 0.00 0.00 0.00 16:13:27 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:11:01 eth0 0.60 0.48 0.34 0.24 0.00 0.00 0.00 0.00 16:13:27 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:12:01 eth0 369.65 321.41 3782.81 27.37 0.00 0.00 0.00 0.00 16:13:27 16:12:01 vethbc2e636 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:13:02 eth0 552.75 459.83 3601.46 102.88 0.00 0.00 0.00 0.00 16:13:27 16:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 16:13:02 vethe159cf8 0.97 0.72 0.22 0.22 0.00 0.00 0.00 0.00 16:13:27 16:13:02 docker0 60.31 78.68 3.98 329.06 0.00 0.00 0.00 0.00 16:13:27 Average: eth0 155.05 128.79 1120.87 25.37 0.00 0.00 0.00 0.00 16:13:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:27 Average: vethe159cf8 0.14 0.10 0.03 0.03 0.00 0.00 0.00 0.00 16:13:27 Average: docker0 9.13 11.59 0.69 48.52 0.00 0.00 0.00 0.00 16:13:27 16:13:27 16:13:27 ---> sar -P ALL: 16:13:27 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 16:13:27 16:13:27 16:05:13 LINUX RESTART (4 CPU) 16:13:27 16:13:27 16:06:01 CPU %user %nice %system %iowait %steal %idle 16:13:27 16:07:01 all 3.29 0.00 1.84 1.38 0.02 93.47 16:13:27 16:07:01 0 3.23 0.00 1.96 2.68 0.02 92.11 16:13:27 16:07:01 1 2.78 0.00 2.04 1.69 0.03 93.46 16:13:27 16:07:01 2 4.20 0.00 1.79 0.12 0.00 93.90 16:13:27 16:07:01 3 2.95 0.00 1.57 1.04 0.02 94.42 16:13:27 16:08:01 all 0.15 0.00 0.04 0.00 0.00 99.81 16:13:27 16:08:01 0 0.45 0.00 0.07 0.00 0.00 99.48 16:13:27 16:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:13:27 16:08:01 2 0.00 0.00 0.03 0.00 0.00 99.97 16:13:27 16:08:01 3 0.12 0.00 0.02 0.00 0.00 99.87 16:13:27 16:09:01 all 0.13 0.00 0.02 0.00 0.00 99.85 16:13:27 16:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:13:27 16:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:13:27 16:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:13:27 16:09:01 3 0.45 0.00 0.02 0.00 0.00 99.53 16:13:27 16:10:01 all 0.16 0.00 0.03 0.00 0.00 99.80 16:13:27 16:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:13:27 16:10:01 1 0.07 0.00 0.05 0.00 0.00 99.88 16:13:27 16:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:13:27 16:10:01 3 0.52 0.00 0.02 0.00 0.00 99.47 16:13:27 16:11:01 all 0.16 0.00 0.05 0.00 0.00 99.80 16:13:27 16:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:13:27 16:11:01 1 0.03 0.00 0.10 0.00 0.00 99.87 16:13:27 16:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:13:27 16:11:01 3 0.52 0.00 0.02 0.00 0.00 99.47 16:13:27 16:12:01 all 6.17 0.00 3.70 0.87 0.02 89.24 16:13:27 16:12:01 0 6.13 0.00 3.68 1.11 0.02 89.05 16:13:27 16:12:01 1 6.41 0.00 3.40 0.69 0.02 89.48 16:13:27 16:12:01 2 6.18 0.00 3.92 0.93 0.02 88.95 16:13:27 16:12:01 3 5.95 0.00 3.81 0.74 0.02 89.48 16:13:27 16:13:02 all 12.16 0.00 8.41 3.47 0.06 75.90 16:13:27 16:13:02 0 10.44 0.00 9.06 3.41 0.05 77.04 16:13:27 16:13:02 1 16.24 0.00 8.90 3.92 0.07 70.87 16:13:27 16:13:02 2 10.72 0.00 7.55 2.89 0.05 78.79 16:13:27 16:13:02 3 11.25 0.00 8.12 3.67 0.05 76.91 16:13:27 Average: all 3.14 0.00 1.99 0.81 0.01 94.05 16:13:27 Average: 0 2.88 0.00 2.10 1.02 0.01 94.00 16:13:27 Average: 1 3.62 0.00 2.06 0.89 0.02 93.42 16:13:27 Average: 2 3.00 0.00 1.89 0.55 0.01 94.54 16:13:27 Average: 3 3.08 0.00 1.91 0.77 0.01 94.23 16:13:27 16:13:27 16:13:27