Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea610856f072ced9ef63eed7b5c39c15fdf296c1 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1028 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 ea610856f072ced9ef63eed7b5c39c15fdf296c1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 Commit message: "Merge pull request #271 from lenny-intel/tags" > git rev-list --no-walk 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:47:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:47:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:47:36 ========================================================= 15:47:36 EdgeX Global Pipelines Version Info 15:47:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:47:38 ------------------- 15:47:38 stable info: 15:47:38 ------------------- 15:47:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:47:38 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 15:47:38 Message: update stable to v1.0.115 15:47:39 ------------------- 15:47:39 experimental info: 15:47:39 ------------------- 15:47:39 Commited By: **** collab-it+edgex@linuxfoundation.org 15:47:39 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 15:47:39 Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:47:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:47:39 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:47:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:47:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:47:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:47:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:47:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:47:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:47:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:47:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:47:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:47:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:47:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:47:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:47:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:47:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:47:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:47:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea610856f072ced9ef63eed7b5c39c15fdf296c1 [Pipeline] echo 15:47:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea61085 [Pipeline] echo 15:47:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:47:42 + git log --format=format:%s -1 ea610856f072ced9ef63eed7b5c39c15fdf296c1 [Pipeline] echo 15:47:42 GIT_COMMIT: ea610856f072ced9ef63eed7b5c39c15fdf296c1, Commit Message: Merge pull request #271 from lenny-intel/tags [Pipeline] echo 15:47:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:47:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:47:43 15:47:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:47:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:47:44 latest: Pulling from edgex-devops/git-semver 15:47:44 31603596830f: Pulling fs layer 15:47:44 2a8b12db71e7: Pulling fs layer 15:47:44 6ca5941a6612: Pulling fs layer 15:47:44 ecc8261a40a4: Pulling fs layer 15:47:44 ecc8261a40a4: Waiting 15:47:44 2a8b12db71e7: Verifying Checksum 15:47:44 2a8b12db71e7: Download complete 15:47:44 31603596830f: Verifying Checksum 15:47:44 31603596830f: Download complete 15:47:44 ecc8261a40a4: Verifying Checksum 15:47:44 ecc8261a40a4: Download complete 15:47:44 6ca5941a6612: Verifying Checksum 15:47:44 6ca5941a6612: Download complete 15:47:44 31603596830f: Pull complete 15:47:44 2a8b12db71e7: Pull complete 15:47:45 6ca5941a6612: Pull complete 15:47:45 ecc8261a40a4: Pull complete 15:47:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:47:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:47:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:47:46 prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container 15:47:46 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:47:48 $ docker top e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:47:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:47:49 [ssh-agent] Looking for ssh-agent implementation... 15:47:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:47:49 $ docker exec e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e ssh-agent 15:47:49 SSH_AUTH_SOCK=/tmp/ssh-wCE3hMRoINLw/agent.12 15:47:49 SSH_AGENT_PID=18 15:47:49 Running ssh-add (command line suppressed) 15:47:49 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2263437938926907506.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2263437938926907506.key) 15:47:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:47:49 + git describe --exact-match --tags HEAD 15:47:49 fatal: No names found, cannot describe anything. [Pipeline] } 15:47:50 $ docker exec --env ******** --env ******** e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e ssh-agent -k 15:47:50 unset SSH_AUTH_SOCK; 15:47:50 unset SSH_AGENT_PID; 15:47:50 echo Agent pid 18 killed; 15:47:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:47:50 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:47:50 This usually means this commit has not been tagged. [Pipeline] sshagent 15:47:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:47:50 [ssh-agent] Looking for ssh-agent implementation... 15:47:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:47:50 $ docker exec e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e ssh-agent 15:47:50 SSH_AUTH_SOCK=/tmp/ssh-RmD6Zn9BUFp9/agent.47 15:47:50 SSH_AGENT_PID=52 15:47:50 Running ssh-add (command line suppressed) 15:47:50 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6185789144717107559.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6185789144717107559.key) 15:47:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:47:51 + git semver init 15:47:51 # -> Open(): unable to determine branch for HEAD 15:47:51 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:47:51 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:47:51 # $SEMVER_REMOTE_NAME = origin 15:47:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:47:51 # $SEMVER_USER_NAME = edgex-jenkins 15:47:51 # $SEMVER_BRANCH = master 15:47:51 # $SEMVER_TEMP = /tmp/semver-751516916 15:47:51 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:47:53 # '/tmp/semver-751516916' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:47:53 # -> Force: false 15:47:53 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:47:53 $ docker exec --env ******** --env ******** e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e ssh-agent -k 15:47:53 unset SSH_AUTH_SOCK; 15:47:53 unset SSH_AGENT_PID; 15:47:53 echo Agent pid 52 killed; 15:47:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:47:53 + git semver [Pipeline] } 15:47:53 $ docker stop --time=1 e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e 15:47:55 $ docker rm -f e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:47:56 Stashed 85 file(s) [Pipeline] echo 15:47:56 [edgeXSemver]: initialized semver on version 0.1.74 [Pipeline] echo 15:47:56 Archived original version: [0.1.74] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 15:48:11 Still waiting to schedule task 15:48:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:48:11 Still waiting to schedule task 15:48:11 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1027’ 15:49:32 Running on prd-centos7-docker-4c-2g-1034 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:49:32 Running in /w/workspace/go-mod-core-contracts/39 [Pipeline] { [Pipeline] checkout 15:49:35 using credential edgex-jenkins-ssh 15:49:35 Cloning the remote Git repository 15:49:35 Cloning with configured refspecs honoured and without tags 15:49:35 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:49:36 Fetching without tags 15:49:35 > git init /w/workspace/go-mod-core-contracts/39 # timeout=10 15:49:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:49:35 > git --version # timeout=10 15:49:35 > git --version # 'git version 2.16.5' 15:49:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:49:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:49:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:49:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:49:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:49:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:49:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:49:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:49:36 Checking out Revision ea610856f072ced9ef63eed7b5c39c15fdf296c1 (master) 15:49:36 > git config core.sparsecheckout # timeout=10 15:49:36 > git checkout -f ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 15:49:40 Commit message: "Merge pull request #271 from lenny-intel/tags" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:49:40 ========================================================= 15:49:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:49:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:49:41 + 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 . 15:49:42 Sending build context to Docker daemon 2.138MB 15:49:42 Step 1/7 : ARG BASE=golang:1.13-alpine 15:49:42 Step 2/7 : FROM ${BASE} 15:49:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:49:42 df20fa9351a1: Pulling fs layer 15:49:42 ed8968b2872e: Pulling fs layer 15:49:42 a92cc7c5fd73: Pulling fs layer 15:49:42 2dd03ba5bac4: Pulling fs layer 15:49:42 1e091d79d1de: Pulling fs layer 15:49:42 481702a1767f: Pulling fs layer 15:49:42 f64a6f60c768: Pulling fs layer 15:49:42 e78d2573fc39: Pulling fs layer 15:49:42 e876d2f968b6: Pulling fs layer 15:49:42 ce8a83651883: Pulling fs layer 15:49:42 07967f4d0e4b: Pulling fs layer 15:49:42 f64a6f60c768: Waiting 15:49:42 e78d2573fc39: Waiting 15:49:42 e876d2f968b6: Waiting 15:49:42 ce8a83651883: Waiting 15:49:42 07967f4d0e4b: Waiting 15:49:42 2dd03ba5bac4: Waiting 15:49:42 1e091d79d1de: Waiting 15:49:42 481702a1767f: Waiting 15:49:42 a92cc7c5fd73: Verifying Checksum 15:49:42 a92cc7c5fd73: Download complete 15:49:42 ed8968b2872e: Verifying Checksum 15:49:42 ed8968b2872e: Download complete 15:49:42 1e091d79d1de: Verifying Checksum 15:49:42 1e091d79d1de: Download complete 15:49:42 481702a1767f: Verifying Checksum 15:49:42 481702a1767f: Download complete 15:49:42 df20fa9351a1: Verifying Checksum 15:49:42 df20fa9351a1: Download complete 15:49:42 df20fa9351a1: Pull complete 15:49:43 f64a6f60c768: Verifying Checksum 15:49:43 f64a6f60c768: Download complete 15:49:43 e876d2f968b6: Verifying Checksum 15:49:43 e876d2f968b6: Download complete 15:49:44 ce8a83651883: Verifying Checksum 15:49:44 ce8a83651883: Download complete 15:49:44 2dd03ba5bac4: Verifying Checksum 15:49:44 2dd03ba5bac4: Download complete 15:49:44 e78d2573fc39: Verifying Checksum 15:49:44 e78d2573fc39: Download complete 15:49:44 07967f4d0e4b: Verifying Checksum 15:49:44 07967f4d0e4b: Download complete 15:49:44 ed8968b2872e: Pull complete 15:49:45 a92cc7c5fd73: Pull complete 15:49:51 2dd03ba5bac4: Pull complete 15:49:51 1e091d79d1de: Pull complete 15:49:51 481702a1767f: Pull complete 15:49:57 f64a6f60c768: Pull complete 15:49:59 e78d2573fc39: Pull complete 15:49:59 e876d2f968b6: Pull complete 15:50:01 ce8a83651883: Pull complete 15:50:01 07967f4d0e4b: Pull complete 15:50:01 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:50:01 ---> 5d7c900382c6 15:50:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:50:02 ---> Running in 8a5117f6bd3f 15:50:02 Removing intermediate container 8a5117f6bd3f 15:50:02 ---> f6574644bc24 15:50:02 Step 4/7 : RUN apk add bash 15:50:02 ---> Running in d12675f77894 15:50:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:05 OK: 166 MiB in 39 packages 15:50:06 Removing intermediate container d12675f77894 15:50:06 ---> acf53cec53fc 15:50:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:50:06 ---> Running in 7d8e19abd3e5 15:50:06 Removing intermediate container 7d8e19abd3e5 15:50:06 ---> 01614282fa5b 15:50:06 Step 6/7 : COPY go.mod . 15:50:06 ---> f41fdb2a068b 15:50:06 Step 7/7 : RUN go mod download 15:50:06 ---> Running in 5c0e5127bf16 15:50:08 go: finding github.com/davecgh/go-spew v1.1.0 15:50:08 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:50:08 go: finding github.com/go-kit/kit v0.8.0 15:50:08 go: finding github.com/go-logfmt/logfmt v0.4.0 15:50:08 go: finding github.com/go-playground/assert/v2 v2.0.1 15:50:08 go: finding github.com/go-playground/locales v0.13.0 15:50:08 go: finding github.com/go-playground/universal-translator v0.17.0 15:50:08 go: finding github.com/go-playground/validator/v10 v10.3.0 15:50:08 go: finding github.com/go-stack/stack v1.8.0 15:50:08 go: finding github.com/google/uuid v1.1.0 15:50:09 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:50:09 go: finding github.com/leodido/go-urn v1.2.0 15:50:09 go: finding github.com/pmezard/go-difflib v1.0.0 15:50:09 go: finding github.com/stretchr/objx v0.1.0 15:50:09 go: finding github.com/stretchr/testify v1.5.1 15:50:09 go: finding github.com/x448/float16 v0.8.4 15:50:09 go: finding golang.org/x/text v0.3.2 15:50:09 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:50:09 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:50:09 go: finding gopkg.in/yaml.v2 v2.2.8 15:50:17 Removing intermediate container 5c0e5127bf16 15:50:17 ---> 99fa58c1819e 15:50:17 Successfully built 99fa58c1819e 15:50:17 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:51:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1035 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:51:07 Running in /w/workspace/go-mod-core-contracts/39 [Pipeline] { [Pipeline] checkout 15:51:13 using credential edgex-jenkins-ssh 15:51:13 Cloning the remote Git repository 15:51:13 Cloning with configured refspecs honoured and without tags 15:51:13 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:51:13 > git init /w/workspace/go-mod-core-contracts/39 # timeout=10 15:51:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:51:14 > git --version # timeout=10 15:51:14 > git --version # 'git version 2.17.1' 15:51:14 using GIT_SSH to set credentials SSH Credentials for GitHub 15:51:15 Fetching without tags 15:51:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:51:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:51:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:51:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:51:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:51:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:51:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:51:15 Checking out Revision ea610856f072ced9ef63eed7b5c39c15fdf296c1 (master) 15:51:15 > git config core.sparsecheckout # timeout=10 15:51:15 > git checkout -f ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 15:51:19 Commit message: "Merge pull request #271 from lenny-intel/tags" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:51:21 ========================================================= 15:51:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:51:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:51:22 + 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 . 15:51:23 Sending build context to Docker daemon 2.138MB 15:51:23 Step 1/7 : ARG BASE=golang:1.13-alpine 15:51:23 Step 2/7 : FROM ${BASE} 15:51:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:51:23 b538f80385f9: Pulling fs layer 15:51:23 74f711af9a0d: Pulling fs layer 15:51:23 99f96fe45779: Pulling fs layer 15:51:23 fd7a069fd194: Pulling fs layer 15:51:23 66aa3694b03b: Pulling fs layer 15:51:23 170f70906a0f: Pulling fs layer 15:51:23 ad7c5574e4b9: Pulling fs layer 15:51:23 e772456be8f7: Pulling fs layer 15:51:23 c890913d741a: Pulling fs layer 15:51:23 2480fcc9aa5a: Pulling fs layer 15:51:23 09adf4765672: Pulling fs layer 15:51:23 fd7a069fd194: Waiting 15:51:23 e772456be8f7: Waiting 15:51:23 170f70906a0f: Waiting 15:51:23 ad7c5574e4b9: Waiting 15:51:23 66aa3694b03b: Waiting 15:51:23 c890913d741a: Waiting 15:51:23 2480fcc9aa5a: Waiting 15:51:23 09adf4765672: Waiting 15:51:23 99f96fe45779: Verifying Checksum 15:51:23 99f96fe45779: Download complete 15:51:23 74f711af9a0d: Verifying Checksum 15:51:23 74f711af9a0d: Download complete 15:51:23 66aa3694b03b: Verifying Checksum 15:51:23 66aa3694b03b: Download complete 15:51:23 170f70906a0f: Verifying Checksum 15:51:23 170f70906a0f: Download complete 15:51:23 b538f80385f9: Verifying Checksum 15:51:23 b538f80385f9: Download complete 15:51:24 b538f80385f9: Pull complete 15:51:25 74f711af9a0d: Pull complete 15:51:25 99f96fe45779: Pull complete 15:51:26 ad7c5574e4b9: Verifying Checksum 15:51:26 ad7c5574e4b9: Download complete 15:51:26 c890913d741a: Download complete 15:51:28 2480fcc9aa5a: Verifying Checksum 15:51:28 2480fcc9aa5a: Download complete 15:51:28 09adf4765672: Download complete 15:51:29 e772456be8f7: Verifying Checksum 15:51:29 e772456be8f7: Download complete 15:51:30 fd7a069fd194: Verifying Checksum 15:51:30 fd7a069fd194: Download complete 15:51:42 fd7a069fd194: Pull complete 15:51:42 66aa3694b03b: Pull complete 15:51:42 170f70906a0f: Pull complete 15:51:45 ad7c5574e4b9: Pull complete 15:51:50 e772456be8f7: Pull complete 15:51:50 c890913d741a: Pull complete 15:51:52 2480fcc9aa5a: Pull complete 15:51:52 09adf4765672: Pull complete 15:51:53 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:51:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:51:53 ---> 2248a725d1cf 15:51:53 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:51:58 ---> Running in 79833963e189 15:51:58 Removing intermediate container 79833963e189 15:51:58 ---> 60b9d523257d 15:51:58 Step 4/7 : RUN apk add bash 15:51:58 ---> Running in a8af8b038be9 15:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:52:02 OK: 142 MiB in 39 packages 15:52:03 Removing intermediate container a8af8b038be9 15:52:03 ---> f609f8e161cb 15:52:03 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:52:03 ---> Running in ee225a65ec9f 15:52:03 Removing intermediate container ee225a65ec9f 15:52:03 ---> 3f301f191e45 15:52:03 Step 6/7 : COPY go.mod . 15:52:04 ---> a70b0657b9d3 15:52:04 Step 7/7 : RUN go mod download 15:52:04 ---> Running in 14d0e2360eef 15:52:07 go: finding github.com/davecgh/go-spew v1.1.0 15:52:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:52:07 go: finding github.com/go-kit/kit v0.8.0 15:52:07 go: finding github.com/go-logfmt/logfmt v0.4.0 15:52:07 go: finding github.com/go-playground/assert/v2 v2.0.1 15:52:07 go: finding github.com/go-playground/locales v0.13.0 15:52:07 go: finding github.com/go-playground/universal-translator v0.17.0 15:52:07 go: finding github.com/go-playground/validator/v10 v10.3.0 15:52:07 go: finding github.com/go-stack/stack v1.8.0 15:52:07 go: finding github.com/google/uuid v1.1.0 15:52:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:52:07 go: finding github.com/leodido/go-urn v1.2.0 15:52:08 go: finding github.com/pmezard/go-difflib v1.0.0 15:52:08 go: finding github.com/stretchr/objx v0.1.0 15:52:08 go: finding github.com/stretchr/testify v1.5.1 15:52:08 go: finding github.com/x448/float16 v0.8.4 15:52:08 go: finding golang.org/x/text v0.3.2 15:52:08 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:52:08 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:52:08 go: finding gopkg.in/yaml.v2 v2.2.8 15:52:20 Removing intermediate container 14d0e2360eef 15:52:20 ---> b1a04625d629 15:52:20 Successfully built b1a04625d629 15:52:20 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 15:52:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:52:23 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:52:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:52:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:52:23 15:52:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:52:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:52:23 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:52:23 cbdbe7a5bc2a: Pulling fs layer 15:52:23 408f87550127: Pulling fs layer 15:52:23 fe522b08c979: Pulling fs layer 15:52:23 221eaa008020: Pulling fs layer 15:52:23 2a4607e5d6b9: Pulling fs layer 15:52:23 8f79b27c4fd2: Pulling fs layer 15:52:23 e5c8dbe1645b: Pulling fs layer 15:52:23 23e8b3b47431: Pulling fs layer 15:52:23 5c568d65a230: Pulling fs layer 15:52:23 221eaa008020: Waiting 15:52:23 2a4607e5d6b9: Waiting 15:52:23 8f79b27c4fd2: Waiting 15:52:23 e5c8dbe1645b: Waiting 15:52:23 23e8b3b47431: Waiting 15:52:23 5c568d65a230: Waiting 15:52:23 fe522b08c979: Verifying Checksum 15:52:23 fe522b08c979: Download complete 15:52:23 408f87550127: Verifying Checksum 15:52:23 408f87550127: Download complete 15:52:23 2a4607e5d6b9: Verifying Checksum 15:52:23 2a4607e5d6b9: Download complete 15:52:23 8f79b27c4fd2: Verifying Checksum 15:52:23 8f79b27c4fd2: Download complete 15:52:23 cbdbe7a5bc2a: Verifying Checksum 15:52:23 cbdbe7a5bc2a: Download complete 15:52:24 e5c8dbe1645b: Verifying Checksum 15:52:24 e5c8dbe1645b: Download complete 15:52:24 cbdbe7a5bc2a: Pull complete 15:52:24 23e8b3b47431: Verifying Checksum 15:52:24 23e8b3b47431: Download complete 15:52:25 408f87550127: Pull complete 15:52:25 5c568d65a230: Verifying Checksum 15:52:25 5c568d65a230: Download complete 15:52:25 fe522b08c979: Pull complete 15:52:25 221eaa008020: Verifying Checksum 15:52:25 221eaa008020: Download complete 15:52:32 221eaa008020: Pull complete 15:52:32 2a4607e5d6b9: Pull complete 15:52:32 8f79b27c4fd2: Pull complete 15:52:33 e5c8dbe1645b: Pull complete 15:52:37 23e8b3b47431: Pull complete 15:52:38 5c568d65a230: Pull complete 15:52:38 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:52:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:52:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:52:38 prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container 15:52:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 15:52:39 $ docker top 0c34a69c65ab57827c5ad3d2600f9284b61a9025611debefb41d55b075741f09 -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:40 + snyk monitor '--org=edgex-jenkins' 15:52:45 15:52:45 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 15:52:45 15:52:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/803b519f-49a1-4fd1-b95c-fec72db5b391 15:52:45 15:52:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:52:45 15:52:45 15:52:45 Snyk CLI supports Node.js 8 and higher. 15:52:45 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:52:45 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:52:45 15:52:45 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:52:45 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 15:52:45 $ docker stop --time=1 0c34a69c65ab57827c5ad3d2600f9284b61a9025611debefb41d55b075741f09 15:52:47 $ docker rm -f 0c34a69c65ab57827c5ad3d2600f9284b61a9025611debefb41d55b075741f09 [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 15:52:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:49 . [Pipeline] withDockerContainer 15:52:49 prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container 15:52:49 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:52:50 $ docker top 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:52:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:50 [ssh-agent] Looking for ssh-agent implementation... 15:52:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:50 $ docker exec 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 ssh-agent 15:52:51 SSH_AUTH_SOCK=/tmp/ssh-oOZHUHlubRXf/agent.11 15:52:51 SSH_AGENT_PID=16 15:52:51 Running ssh-add (command line suppressed) 15:52:51 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5804713320471934223.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5804713320471934223.key) 15:52:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:51 + git semver tag 15:52:51 # -> Open(): unable to determine branch for HEAD 15:52:51 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:52:51 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:52:51 # $SEMVER_REMOTE_NAME = origin 15:52:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:52:51 # $SEMVER_USER_NAME = edgex-jenkins 15:52:51 # $SEMVER_BRANCH = master 15:52:51 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:52:51 # ea610856f072ced9ef63eed7b5c39c15fdf296c1 HEAD 15:52:51 # -> Force: false 15:52:51 # cc03243d2227490a2bc37cc059f564c1da4fc0f2 refs/tags/v0.1.74 [Pipeline] } 15:52:51 $ docker exec --env ******** --env ******** 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 ssh-agent -k 15:52:51 unset SSH_AUTH_SOCK; 15:52:51 unset SSH_AGENT_PID; 15:52:51 echo Agent pid 16 killed; 15:52:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:52:52 + git semver [Pipeline] } 15:52:52 $ docker stop --time=1 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 15:52:53 $ docker rm -f 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:52:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:52:54 15:52:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:52:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:52:54 0.23.1-centos7: Pulling from edgex-lftools 15:52:54 ab5ef0e58194: Pulling fs layer 15:52:54 9712f1f96733: Pulling fs layer 15:52:54 63f879dbbcfc: Pulling fs layer 15:52:54 0d9ebad4ef96: Pulling fs layer 15:52:54 e9a5061849ea: Pulling fs layer 15:52:54 d747dcd14b5f: Pulling fs layer 15:52:54 2de7ff778b66: Pulling fs layer 15:52:54 0d9ebad4ef96: Waiting 15:52:54 e9a5061849ea: Waiting 15:52:54 d747dcd14b5f: Waiting 15:52:54 2de7ff778b66: Waiting 15:52:54 9712f1f96733: Verifying Checksum 15:52:54 9712f1f96733: Download complete 15:52:55 63f879dbbcfc: Verifying Checksum 15:52:55 63f879dbbcfc: Download complete 15:52:55 e9a5061849ea: Verifying Checksum 15:52:55 e9a5061849ea: Download complete 15:52:55 d747dcd14b5f: Verifying Checksum 15:52:55 d747dcd14b5f: Download complete 15:52:55 0d9ebad4ef96: Verifying Checksum 15:52:55 0d9ebad4ef96: Download complete 15:52:55 2de7ff778b66: Verifying Checksum 15:52:55 2de7ff778b66: Download complete 15:52:55 ab5ef0e58194: Download complete 15:53:01 ab5ef0e58194: Pull complete 15:53:01 9712f1f96733: Pull complete 15:53:03 63f879dbbcfc: Pull complete 15:53:10 0d9ebad4ef96: Pull complete 15:53:10 e9a5061849ea: Pull complete 15:53:10 d747dcd14b5f: Pull complete 15:53:15 2de7ff778b66: Pull complete 15:53:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:53:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:53:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:53:15 prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container 15:53:15 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:53:18 $ docker top 771976aeac388b3c9e4c0cfae1f2459ad97b7dccfbd0eea8f9df37dd6f9590bd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:53:19 provisioning config files... 15:53:19 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3154497628602594069tmp 15:53:19 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5815510742551281654tmp 15:53:19 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2660881010464426043tmp [Pipeline] { [Pipeline] echo 15:53:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:53:19 ---> sigul-configuration.sh 15:53:19 gpg: directory `/root/.gnupg' created 15:53:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:53:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:53:19 gpg: keyring `/root/.gnupg/secring.gpg' created 15:53:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:53:19 gpg: CAST5 encrypted data 15:53:19 gpg: encrypted with 1 passphrase 15:53:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:53:20 + mkdir /home/jenkins 15:53:20 + mkdir /home/jenkins/sigul [Pipeline] sh 15:53:20 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 15:53:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:53:20 ---> sigul-install.sh 15:53:27 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:53:27 + git tag --list 15:53:27 v0.1.74 [Pipeline] sh 15:53:27 + lftools sign git-tag v0.1.74 15:53:29 Signing Git tag with Sigul... 15:53:29 Signing v0.1.74 15:53:30 Error: Authentication failed [Pipeline] echo 15:53:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:53:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:53:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:53:30 $ docker stop --time=1 771976aeac388b3c9e4c0cfae1f2459ad97b7dccfbd0eea8f9df37dd6f9590bd 15:53:32 $ docker rm -f 771976aeac388b3c9e4c0cfae1f2459ad97b7dccfbd0eea8f9df37dd6f9590bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:53:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:53:33 . [Pipeline] withDockerContainer 15:53:33 prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container 15:53:33 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:53:34 $ docker top 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:53:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:53:34 [ssh-agent] Looking for ssh-agent implementation... 15:53:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:53:34 $ docker exec 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba ssh-agent 15:53:34 SSH_AUTH_SOCK=/tmp/ssh-3uVKYBjrH70Z/agent.12 15:53:34 SSH_AGENT_PID=17 15:53:34 Running ssh-add (command line suppressed) 15:53:35 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8613010369637029506.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8613010369637029506.key) 15:53:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:53:35 + git semver bump patch 15:53:35 # -> Open(): unable to determine branch for HEAD 15:53:35 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:53:35 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:53:35 # $SEMVER_REMOTE_NAME = origin 15:53:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:53:35 # $SEMVER_USER_NAME = edgex-jenkins 15:53:35 # $SEMVER_BRANCH = master 15:53:35 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:53:35 0.1.75 [Pipeline] } 15:53:35 $ docker exec --env ******** --env ******** 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba ssh-agent -k 15:53:35 unset SSH_AUTH_SOCK; 15:53:35 unset SSH_AGENT_PID; 15:53:35 echo Agent pid 17 killed; 15:53:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:53:36 + git semver [Pipeline] } 15:53:36 $ docker stop --time=1 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba 15:53:37 $ docker rm -f 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:53:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:53:38 . [Pipeline] withDockerContainer 15:53:38 prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container 15:53:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:53:39 $ docker top 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:53:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:53:39 [ssh-agent] Looking for ssh-agent implementation... 15:53:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:53:39 $ docker exec 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 ssh-agent 15:53:40 SSH_AUTH_SOCK=/tmp/ssh-XYFZwNw2t1tL/agent.11 15:53:40 SSH_AGENT_PID=16 15:53:40 Running ssh-add (command line suppressed) 15:53:40 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4649751530025255427.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4649751530025255427.key) 15:53:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:53:40 + git semver push 15:53:40 # -> Open(): unable to determine branch for HEAD 15:53:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:53:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:53:40 # $SEMVER_REMOTE_NAME = origin 15:53:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:53:40 # $SEMVER_USER_NAME = edgex-jenkins 15:53:40 # $SEMVER_BRANCH = master 15:53:40 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:53:47 $ docker exec --env ******** --env ******** 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 ssh-agent -k 15:53:47 unset SSH_AUTH_SOCK; 15:53:47 unset SSH_AGENT_PID; 15:53:47 echo Agent pid 16 killed; 15:53:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:53:48 + git semver [Pipeline] } 15:53:48 $ docker stop --time=1 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 15:53:49 $ docker rm -f 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:53:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:53:51 ---> package-listing.sh 15:53:51 ++ facter osfamily 15:53:51 ++ tr '[:upper:]' '[:lower:]' 15:53:51 + OS_FAMILY=redhat 15:53:51 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:53:51 + START_PACKAGES=/tmp/packages_start.txt 15:53:51 + END_PACKAGES=/tmp/packages_end.txt 15:53:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:53:51 + PACKAGES=/tmp/packages_start.txt 15:53:51 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:53:51 + PACKAGES=/tmp/packages_end.txt 15:53:51 + case "${OS_FAMILY}" in 15:53:51 + rpm -qa 15:53:51 + sort 15:53:55 + '[' -f /tmp/packages_start.txt ']' 15:53:55 + '[' -f /tmp/packages_end.txt ']' 15:53:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:53:55 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:53:55 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:53:55 + 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 15:53:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:56 15:53:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:53:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:56 alpine: Pulling from edgex-lftools-log-publisher 15:53:56 c9b1b535fdd9: Pulling fs layer 15:53:56 2cc5ad85d9ab: Pulling fs layer 15:53:56 756a868c4378: Pulling fs layer 15:53:56 444b2fc9a129: Pulling fs layer 15:53:56 ea15f1150254: Pulling fs layer 15:53:56 41b27a9f41bf: Pulling fs layer 15:53:56 28c525ee5125: Pulling fs layer 15:53:56 094b1ea09ed8: Pulling fs layer 15:53:56 138eaada9080: Pulling fs layer 15:53:56 0622d0fa9048: Pulling fs layer 15:53:56 444b2fc9a129: Waiting 15:53:56 ea15f1150254: Waiting 15:53:56 28c525ee5125: Waiting 15:53:56 138eaada9080: Waiting 15:53:56 0622d0fa9048: Waiting 15:53:56 41b27a9f41bf: Waiting 15:53:56 2cc5ad85d9ab: Verifying Checksum 15:53:56 2cc5ad85d9ab: Download complete 15:53:56 444b2fc9a129: Verifying Checksum 15:53:56 444b2fc9a129: Download complete 15:53:56 c9b1b535fdd9: Verifying Checksum 15:53:56 c9b1b535fdd9: Download complete 15:53:56 ea15f1150254: Verifying Checksum 15:53:56 ea15f1150254: Download complete 15:53:57 28c525ee5125: Verifying Checksum 15:53:57 28c525ee5125: Download complete 15:53:57 756a868c4378: Verifying Checksum 15:53:57 756a868c4378: Download complete 15:53:57 138eaada9080: Verifying Checksum 15:53:57 138eaada9080: Download complete 15:53:57 0622d0fa9048: Verifying Checksum 15:53:57 0622d0fa9048: Download complete 15:53:57 094b1ea09ed8: Verifying Checksum 15:53:57 094b1ea09ed8: Download complete 15:53:57 c9b1b535fdd9: Pull complete 15:53:58 41b27a9f41bf: Verifying Checksum 15:53:58 41b27a9f41bf: Download complete 15:53:58 2cc5ad85d9ab: Pull complete 15:53:59 756a868c4378: Pull complete 15:53:59 444b2fc9a129: Pull complete 15:53:59 ea15f1150254: Pull complete 15:54:03 41b27a9f41bf: Pull complete 15:54:03 28c525ee5125: Pull complete 15:54:05 094b1ea09ed8: Pull complete 15:54:05 138eaada9080: Pull complete 15:54:06 0622d0fa9048: Pull complete 15:54:06 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:54:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:54:06 prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container 15:54:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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-lftools-log-publisher:alpine cat 15:54:09 $ docker top e48bd42d328977231db22fa26e87608f8fb5462594531c5341a60840338c013b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:54:09 provisioning config files... 15:54:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1258748096870805011tmp [Pipeline] { [Pipeline] echo 15:54:09 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:54:10 ---> create-netrc.sh [Pipeline] echo 15:54:10 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:54:10 ---> logs-deploy.sh 15:54:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/39 15:54:10 INFO: archiving workspace using pattern(s): 15:54:11 Archives upload complete. 15:54:11 INFO: archiving logs to Nexus 15:54:12 ---> uname -a: 15:54:12 Linux e48bd42d3289 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:54:12 15:54:12 15:54:12 ---> lscpu: 15:54:12 Architecture: x86_64 15:54:12 CPU op-mode(s): 32-bit, 64-bit 15:54:12 Byte Order: Little Endian 15:54:12 Address sizes: 40 bits physical, 48 bits virtual 15:54:12 CPU(s): 4 15:54:12 On-line CPU(s) list: 0-3 15:54:12 Thread(s) per core: 1 15:54:12 Core(s) per socket: 1 15:54:12 Socket(s): 4 15:54:12 NUMA node(s): 1 15:54:12 Vendor ID: GenuineIntel 15:54:12 CPU family: 6 15:54:12 Model: 44 15:54:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:54:12 Stepping: 1 15:54:12 CPU MHz: 2933.438 15:54:12 BogoMIPS: 5866.87 15:54:12 Virtualization: VT-x 15:54:12 Hypervisor vendor: KVM 15:54:12 Virtualization type: full 15:54:12 L1d cache: 128 KiB 15:54:12 L1i cache: 128 KiB 15:54:12 L2 cache: 16 MiB 15:54:12 L3 cache: 64 MiB 15:54:12 NUMA node0 CPU(s): 0-3 15:54:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:54:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:54:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:54:12 Vulnerability Meltdown: Mitigation; PTI 15:54:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:54:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:54:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:54:12 Vulnerability Tsx async abort: Not affected 15:54:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:54:12 15:54:12 15:54:12 ---> nproc: 15:54:12 4 15:54:12 15:54:12 15:54:12 ---> df -h: 15:54:12 Filesystem Size Used Available Use% Mounted on 15:54:12 overlay 50.0G 8.5G 41.5G 17% / 15:54:12 tmpfs 64.0M 0 64.0M 0% /dev 15:54:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:54:12 shm 64.0M 0 64.0M 0% /dev/shm 15:54:12 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 15:54:12 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 15:54:12 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 15:54:12 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 15:54:12 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master 15:54:12 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 15:54:12 15:54:12 15:54:12 ---> free -m: 15:54:12 total used free shared buff/cache available 15:54:12 Mem: 1837 777 105 0 955 990 15:54:12 Swap: 1023 3 1020 15:54:12 15:54:12 15:54:12 ---> ip addr: 15:54:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:54:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:54:12 inet 127.0.0.1/8 scope host lo 15:54:12 valid_lft forever preferred_lft forever 15:54:12 16: eth0@if17: mtu 1458 qdisc noqueue state UP 15:54:12 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 15:54:12 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 15:54:12 valid_lft forever preferred_lft forever 15:54:12 15:54:12