Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-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-configuration, 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-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-configuration 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-43442 in /w/workspace/ndry_go-mod-configuration_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 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 Commit message: "Merge pull request #13 from lenny-intel/go1.15" > git rev-list --no-walk 4c1a00cd56993df88690e739771b983436048561 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:45:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:45:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:45:35 ========================================================= 22:45:35 EdgeX Global Pipelines Version Info 22:45:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:45:37 ------------------- 22:45:37 stable info: 22:45:37 ------------------- 22:45:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:45:37 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:45:37 Message: update stable to v1.0.122 22:45:38 ------------------- 22:45:38 experimental info: 22:45:38 ------------------- 22:45:38 Commited By: **** collab-it+edgex@linuxfoundation.org 22:45:38 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:45:38 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:45:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 22:45:38 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 22:45:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:45:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:45:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:45:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:45:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:45:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:45:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:45:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 22:45:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:45:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:45:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:45:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:45:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:45:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:45:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 [Pipeline] echo 22:45:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d2a0ef [Pipeline] echo 22:45:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:42 + git log --format=format:%s -1 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 [Pipeline] echo 22:45:42 GIT_COMMIT: 2d2a0ef294394a97f7044d9ac19645c5d2cdf603, Commit Message: Merge pull request #13 from lenny-intel/go1.15 [Pipeline] echo 22:45:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:45:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:43 22:45:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:45:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:44 latest: Pulling from edgex-devops/git-semver 22:45:44 31603596830f: Pulling fs layer 22:45:44 2a8b12db71e7: Pulling fs layer 22:45:44 6ca5941a6612: Pulling fs layer 22:45:44 ecc8261a40a4: Pulling fs layer 22:45:44 ecc8261a40a4: Waiting 22:45:44 2a8b12db71e7: Verifying Checksum 22:45:44 2a8b12db71e7: Download complete 22:45:44 31603596830f: Verifying Checksum 22:45:44 31603596830f: Download complete 22:45:44 6ca5941a6612: Verifying Checksum 22:45:44 6ca5941a6612: Download complete 22:45:44 ecc8261a40a4: Verifying Checksum 22:45:44 ecc8261a40a4: Download complete 22:45:44 31603596830f: Pull complete 22:45:44 2a8b12db71e7: Pull complete 22:45:45 6ca5941a6612: Pull complete 22:45:45 ecc8261a40a4: Pull complete 22:45:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:45:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:45:45 prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container 22:45:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:45:47 $ docker top 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:47 [ssh-agent] Looking for ssh-agent implementation... 22:45:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:48 $ docker exec 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 ssh-agent 22:45:48 SSH_AUTH_SOCK=/tmp/ssh-2dX7o81k37s6/agent.13 22:45:48 SSH_AGENT_PID=18 22:45:48 Running ssh-add (command line suppressed) 22:45:48 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_7152844665880754357.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_7152844665880754357.key) 22:45:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:48 + git describe --exact-match --tags HEAD 22:45:48 fatal: No names found, cannot describe anything. [Pipeline] } 22:45:48 $ docker exec --env ******** --env ******** 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 ssh-agent -k 22:45:48 unset SSH_AUTH_SOCK; 22:45:48 unset SSH_AGENT_PID; 22:45:48 echo Agent pid 18 killed; 22:45:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:45:48 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:45:48 This usually means this commit has not been tagged. [Pipeline] sshagent 22:45:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:49 [ssh-agent] Looking for ssh-agent implementation... 22:45:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:49 $ docker exec 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 ssh-agent 22:45:49 SSH_AUTH_SOCK=/tmp/ssh-QvREjrehRlJE/agent.50 22:45:49 SSH_AGENT_PID=55 22:45:49 Running ssh-add (command line suppressed) 22:45:49 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5420152404828098095.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5420152404828098095.key) 22:45:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:49 + git semver init 22:45:49 # -> Open(): unable to determine branch for HEAD 22:45:49 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 22:45:49 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 22:45:49 # $SEMVER_REMOTE_NAME = origin 22:45:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:49 # $SEMVER_USER_NAME = edgex-jenkins 22:45:49 # $SEMVER_BRANCH = master 22:45:49 # $SEMVER_TEMP = /tmp/semver-777918066 22:45:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 22:45:50 # '/tmp/semver-777918066' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' 22:45:50 # -> Force: false 22:45:50 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 22:45:50 $ docker exec --env ******** --env ******** 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 ssh-agent -k 22:45:50 unset SSH_AUTH_SOCK; 22:45:50 unset SSH_AGENT_PID; 22:45:50 echo Agent pid 55 killed; 22:45:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:50 + git semver [Pipeline] } 22:45:50 $ docker stop --time=1 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 22:45:52 $ docker rm -f 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:45:52 Stashed 14 file(s) [Pipeline] echo 22:45:52 [edgeXSemver]: initialized semver on version 0.0.5 [Pipeline] echo 22:45:52 Archived original version: [0.0.5] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:46:08 Still waiting to schedule task 22:46:08 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:46:08 Still waiting to schedule task 22:46:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:48:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43443 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 22:48:00 Running in /w/workspace/go-mod-configuration/7 [Pipeline] { [Pipeline] checkout 22:48:06 using credential edgex-jenkins-ssh 22:48:06 Cloning the remote Git repository 22:48:06 Cloning with configured refspecs honoured and without tags 22:48:06 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 22:48:06 > git init /w/workspace/go-mod-configuration/7 # timeout=10 22:48:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 22:48:06 > git --version # timeout=10 22:48:06 > git --version # 'git version 2.17.1' 22:48:06 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:48:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 22:48:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:48:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 22:48:07 Fetching without tags 22:48:07 Checking out Revision 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 (master) 22:48:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 22:48:07 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:48:07 > git config core.sparsecheckout # timeout=10 22:48:08 > git checkout -f 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 22:48:12 Commit message: "Merge pull request #13 from lenny-intel/go1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:48:13 ========================================================= 22:48:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:48:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:48:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:48:15 Sending build context to Docker daemon 299kB 22:48:15 Step 1/7 : ARG BASE=golang:1.15-alpine 22:48:15 Step 2/7 : FROM ${BASE} 22:48:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:48:15 b538f80385f9: Pulling fs layer 22:48:15 74f711af9a0d: Pulling fs layer 22:48:15 99f96fe45779: Pulling fs layer 22:48:15 8529a6b9a6be: Pulling fs layer 22:48:15 45590311c82a: Pulling fs layer 22:48:15 69ca0ff8b7b3: Pulling fs layer 22:48:15 209524e5b208: Pulling fs layer 22:48:15 45590311c82a: Waiting 22:48:15 69ca0ff8b7b3: Waiting 22:48:15 209524e5b208: Waiting 22:48:15 8529a6b9a6be: Waiting 22:48:15 99f96fe45779: Verifying Checksum 22:48:15 99f96fe45779: Download complete 22:48:15 74f711af9a0d: Verifying Checksum 22:48:15 74f711af9a0d: Download complete 22:48:15 45590311c82a: Download complete 22:48:16 69ca0ff8b7b3: Verifying Checksum 22:48:16 69ca0ff8b7b3: Download complete 22:48:16 b538f80385f9: Verifying Checksum 22:48:16 b538f80385f9: Download complete 22:48:17 b538f80385f9: Pull complete 22:48:17 74f711af9a0d: Pull complete 22:48:18 99f96fe45779: Pull complete 22:48:19 209524e5b208: Verifying Checksum 22:48:19 209524e5b208: Download complete 22:48:19 8529a6b9a6be: Verifying Checksum 22:48:19 8529a6b9a6be: Download complete 22:48:29 8529a6b9a6be: Pull complete 22:48:30 45590311c82a: Pull complete 22:48:30 69ca0ff8b7b3: Pull complete 22:48:34 209524e5b208: Pull complete 22:48:34 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:48:34 ---> 5bddaf1c2fca 22:48:34 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:48:37 ---> Running in 6e7810cff2f9 22:48:37 Removing intermediate container 6e7810cff2f9 22:48:37 ---> 4ea9a3e07510 22:48:37 Step 4/7 : RUN apk add --update bash 22:48:37 ---> Running in 682d19881a81 22:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:40 OK: 142 MiB in 39 packages 22:48:41 Removing intermediate container 682d19881a81 22:48:41 ---> 4cb80a47d239 22:48:41 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:48:42 ---> Running in b8021d9d58b5 22:48:42 Removing intermediate container b8021d9d58b5 22:48:42 ---> 7005138a6d7d 22:48:42 Step 6/7 : COPY go.mod . 22:48:43 ---> 6b0084eb7404 22:48:43 Step 7/7 : RUN go mod download 22:48:43 ---> Running in d551c34b8b0f 22:48:53 Removing intermediate container d551c34b8b0f 22:48:53 ---> 9cb625e93f1d 22:48:53 Successfully built 9cb625e93f1d 22:48:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:48:54 + docker inspect -f . ci-base-image-arm64 22:48:54 . [Pipeline] withDockerContainer 22:48:54 prd-ubuntu18.04-docker-arm64-4c-16g-43443 does not seem to be running inside a container 22:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/7 -v /w/workspace/go-mod-configuration/7:/w/workspace/go-mod-configuration/7:rw,z -v /w/workspace/go-mod-configuration/7@tmp:/w/workspace/go-mod-configuration/7@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 ******** ci-base-image-arm64 cat 22:48:56 $ docker top dff1eb13dd06847fdff89eee017f3f25eba6e1cc948d4d07ed0ed989be3af2dc -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:57 + go version 22:48:57 go version go1.15.2 linux/arm64 [Pipeline] } 22:48:57 $ docker stop --time=1 dff1eb13dd06847fdff89eee017f3f25eba6e1cc948d4d07ed0ed989be3af2dc 22:48:59 $ docker rm -f dff1eb13dd06847fdff89eee017f3f25eba6e1cc948d4d07ed0ed989be3af2dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 22:49:00 Running on prd-centos7-docker-4c-2g-43444 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] ws 22:49:00 Running in /w/workspace/go-mod-configuration/7 [Pipeline] { [Pipeline] checkout 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] } 22:49:03 using credential edgex-jenkins-ssh 22:49:03 Cloning the remote Git repository 22:49:03 Cloning with configured refspecs honoured and without tags 22:49:03 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 22:49:03 > git init /w/workspace/go-mod-configuration/7 # timeout=10 22:49:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 22:49:04 > git --version # timeout=10 22:49:04 > git --version # 'git version 2.16.5' 22:49:04 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:49:05 Fetching without tags 22:49:05 Checking out Revision 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 (master) 22:49:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 22:49:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:49:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 22:49:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 22:49:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:49:05 > git config core.sparsecheckout # timeout=10 22:49:05 > git checkout -f 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 22:49:09 Commit message: "Merge pull request #13 from lenny-intel/go1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:49:09 ========================================================= 22:49:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:49:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:49:10 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:49:10 Sending build context to Docker daemon 299kB 22:49:10 Step 1/7 : ARG BASE=golang:1.15-alpine 22:49:10 Step 2/7 : FROM ${BASE} 22:49:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:49:10 df20fa9351a1: Pulling fs layer 22:49:10 ed8968b2872e: Pulling fs layer 22:49:10 a92cc7c5fd73: Pulling fs layer 22:49:10 e871e8e8d7a9: Pulling fs layer 22:49:10 e73272ec9a57: Pulling fs layer 22:49:10 1e910a182e73: Pulling fs layer 22:49:10 4e634b169226: Pulling fs layer 22:49:10 e73272ec9a57: Waiting 22:49:10 1e910a182e73: Waiting 22:49:10 4e634b169226: Waiting 22:49:10 e871e8e8d7a9: Waiting 22:49:10 a92cc7c5fd73: Download complete 22:49:10 ed8968b2872e: Download complete 22:49:10 e73272ec9a57: Download complete 22:49:11 1e910a182e73: Verifying Checksum 22:49:11 1e910a182e73: Download complete 22:49:11 df20fa9351a1: Verifying Checksum 22:49:11 df20fa9351a1: Download complete 22:49:11 df20fa9351a1: Pull complete 22:49:11 ed8968b2872e: Pull complete 22:49:11 a92cc7c5fd73: Pull complete 22:49:12 4e634b169226: Verifying Checksum 22:49:12 4e634b169226: Download complete 22:49:13 e871e8e8d7a9: Verifying Checksum 22:49:13 e871e8e8d7a9: Download complete 22:49:18 e871e8e8d7a9: Pull complete 22:49:18 e73272ec9a57: Pull complete 22:49:18 1e910a182e73: Pull complete 22:49:22 4e634b169226: Pull complete 22:49:22 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:49:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:49:22 ---> f7629b54cfaa 22:49:22 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:49:23 ---> Running in ef7b12e13c99 22:49:23 Removing intermediate container ef7b12e13c99 22:49:23 ---> f022ad43a852 22:49:23 Step 4/7 : RUN apk add --update bash 22:49:23 ---> Running in 59397be7b245 22:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:49:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:49:25 OK: 166 MiB in 39 packages 22:49:26 Removing intermediate container 59397be7b245 22:49:26 ---> d7035071167f 22:49:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:49:26 ---> Running in bd29784ed155 22:49:26 Removing intermediate container bd29784ed155 22:49:26 ---> 1fd7a3a02ac0 22:49:26 Step 6/7 : COPY go.mod . 22:49:26 ---> 5281b00cd302 22:49:26 Step 7/7 : RUN go mod download 22:49:26 ---> Running in b7127d9a684e 22:49:36 Removing intermediate container b7127d9a684e 22:49:36 ---> 2f44019bfc06 22:49:36 Successfully built 2f44019bfc06 22:49:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:49:36 + docker inspect -f . ci-base-image-x86_64 22:49:36 . [Pipeline] withDockerContainer 22:49:37 prd-centos7-docker-4c-2g-43444 does not seem to be running inside a container 22:49:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/7 -v /w/workspace/go-mod-configuration/7:/w/workspace/go-mod-configuration/7:rw,z -v /w/workspace/go-mod-configuration/7@tmp:/w/workspace/go-mod-configuration/7@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 ******** ci-base-image-x86_64 cat 22:49:38 $ docker top 62516ae4f50bab0ff575981d90b278266b6679b37859c86a2ebea2aca5783aa5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:38 + go version 22:49:38 go version go1.15.2 linux/amd64 [Pipeline] } 22:49:38 $ docker stop --time=1 62516ae4f50bab0ff575981d90b278266b6679b37859c86a2ebea2aca5783aa5 22:49:40 $ docker rm -f 62516ae4f50bab0ff575981d90b278266b6679b37859c86a2ebea2aca5783aa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:49:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:49:42 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:49:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:49:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:49:43 22:49:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:49:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:49:43 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:49:43 cbdbe7a5bc2a: Pulling fs layer 22:49:43 408f87550127: Pulling fs layer 22:49:43 fe522b08c979: Pulling fs layer 22:49:43 221eaa008020: Pulling fs layer 22:49:43 2a4607e5d6b9: Pulling fs layer 22:49:43 8f79b27c4fd2: Pulling fs layer 22:49:43 e5c8dbe1645b: Pulling fs layer 22:49:43 23e8b3b47431: Pulling fs layer 22:49:43 5c568d65a230: Pulling fs layer 22:49:43 8f79b27c4fd2: Waiting 22:49:43 e5c8dbe1645b: Waiting 22:49:43 23e8b3b47431: Waiting 22:49:43 5c568d65a230: Waiting 22:49:43 221eaa008020: Waiting 22:49:43 2a4607e5d6b9: Waiting 22:49:43 fe522b08c979: Verifying Checksum 22:49:43 fe522b08c979: Download complete 22:49:43 408f87550127: Verifying Checksum 22:49:43 408f87550127: Download complete 22:49:43 2a4607e5d6b9: Verifying Checksum 22:49:43 2a4607e5d6b9: Download complete 22:49:43 8f79b27c4fd2: Verifying Checksum 22:49:43 8f79b27c4fd2: Download complete 22:49:43 cbdbe7a5bc2a: Verifying Checksum 22:49:43 cbdbe7a5bc2a: Download complete 22:49:44 cbdbe7a5bc2a: Pull complete 22:49:44 408f87550127: Pull complete 22:49:44 fe522b08c979: Pull complete 22:49:44 e5c8dbe1645b: Download complete 22:49:46 5c568d65a230: Verifying Checksum 22:49:46 5c568d65a230: Download complete 22:49:46 23e8b3b47431: Verifying Checksum 22:49:46 23e8b3b47431: Download complete 22:49:46 221eaa008020: Verifying Checksum 22:49:46 221eaa008020: Download complete 22:49:52 221eaa008020: Pull complete 22:49:52 2a4607e5d6b9: Pull complete 22:49:52 8f79b27c4fd2: Pull complete 22:49:54 e5c8dbe1645b: Pull complete 22:49:58 23e8b3b47431: Pull complete 22:49:59 5c568d65a230: Pull complete 22:49:59 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:49:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:49:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:49:59 prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container 22:49:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_go-mod-configuration_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 22:50:00 $ docker top 45a6aa7dee335cdc1084ed5c30dc82e6a8f4d310d4211707d22b526d1562cfb8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:01 + snyk monitor '--org=edgex-jenkins' 22:50:05 22:50:05 Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration)... 22:50:05 22:50:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f43ad17a-7ac6-4c18-9984-78156b9141cb/history/607ae9b8-e230-4d00-9337-a40c9eb11eab 22:50:05 22:50:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:50:05 22:50:05 22:50:05 Snyk CLI supports Node.js 8 and higher. 22:50:05 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:50:05 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:50:05 22:50:05 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:50:05 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:50:05 $ docker stop --time=1 45a6aa7dee335cdc1084ed5c30dc82e6a8f4d310d4211707d22b526d1562cfb8 22:50:07 $ docker rm -f 45a6aa7dee335cdc1084ed5c30dc82e6a8f4d310d4211707d22b526d1562cfb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 22:50:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:50:09 . [Pipeline] withDockerContainer 22:50:09 prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container 22:50:09 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:50:10 $ docker top a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:50:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:50:10 [ssh-agent] Looking for ssh-agent implementation... 22:50:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:50:10 $ docker exec a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb ssh-agent 22:50:10 SSH_AUTH_SOCK=/tmp/ssh-IcVForNXdmdI/agent.11 22:50:10 SSH_AGENT_PID=16 22:50:10 Running ssh-add (command line suppressed) 22:50:11 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_769389104179512723.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_769389104179512723.key) 22:50:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:50:11 + git semver tag 22:50:11 # -> Open(): unable to determine branch for HEAD 22:50:11 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 22:50:11 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 22:50:11 # $SEMVER_REMOTE_NAME = origin 22:50:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:50:11 # $SEMVER_USER_NAME = edgex-jenkins 22:50:11 # $SEMVER_BRANCH = master 22:50:11 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 22:50:11 # 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 HEAD 22:50:11 # -> Force: false 22:50:11 # 957a456edb8f826e2c1094a20ee2a3b7af0c06d8 refs/tags/v0.0.5 [Pipeline] } 22:50:11 $ docker exec --env ******** --env ******** a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb ssh-agent -k 22:50:11 unset SSH_AUTH_SOCK; 22:50:11 unset SSH_AGENT_PID; 22:50:11 echo Agent pid 16 killed; 22:50:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:50:12 + git semver [Pipeline] } 22:50:12 $ docker stop --time=1 a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb 22:50:13 $ docker rm -f a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:50:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:50:14 22:50:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:50:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:50:14 0.23.1-centos7: Pulling from edgex-lftools 22:50:14 ab5ef0e58194: Pulling fs layer 22:50:14 9712f1f96733: Pulling fs layer 22:50:14 63f879dbbcfc: Pulling fs layer 22:50:14 0d9ebad4ef96: Pulling fs layer 22:50:14 e9a5061849ea: Pulling fs layer 22:50:14 d747dcd14b5f: Pulling fs layer 22:50:14 2de7ff778b66: Pulling fs layer 22:50:14 e9a5061849ea: Waiting 22:50:14 d747dcd14b5f: Waiting 22:50:14 2de7ff778b66: Waiting 22:50:14 0d9ebad4ef96: Waiting 22:50:14 9712f1f96733: Verifying Checksum 22:50:14 9712f1f96733: Download complete 22:50:15 63f879dbbcfc: Verifying Checksum 22:50:15 63f879dbbcfc: Download complete 22:50:16 e9a5061849ea: Verifying Checksum 22:50:16 e9a5061849ea: Download complete 22:50:16 d747dcd14b5f: Verifying Checksum 22:50:16 d747dcd14b5f: Download complete 22:50:16 2de7ff778b66: Verifying Checksum 22:50:16 2de7ff778b66: Download complete 22:50:16 0d9ebad4ef96: Verifying Checksum 22:50:16 ab5ef0e58194: Verifying Checksum 22:50:16 ab5ef0e58194: Download complete 22:50:21 ab5ef0e58194: Pull complete 22:50:21 9712f1f96733: Pull complete 22:50:23 63f879dbbcfc: Pull complete 22:50:30 0d9ebad4ef96: Pull complete 22:50:31 e9a5061849ea: Pull complete 22:50:31 d747dcd14b5f: Pull complete 22:50:34 2de7ff778b66: Pull complete 22:50:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:50:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:50:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:50:34 prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container 22:50:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:50:38 $ docker top d27a8902f46bc69b47e22fbdc386575ff65b99e55f35cb8a4e018281ba86f903 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:50:38 provisioning config files... 22:50:38 copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1607882529445820754tmp 22:50:38 copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config8232078316599266702tmp 22:50:38 copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config8659755464472529655tmp [Pipeline] { [Pipeline] echo 22:50:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:50:39 ---> sigul-configuration.sh 22:50:39 gpg: directory `/root/.gnupg' created 22:50:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:50:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:50:39 gpg: keyring `/root/.gnupg/secring.gpg' created 22:50:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:50:39 gpg: CAST5 encrypted data 22:50:39 gpg: encrypted with 1 passphrase 22:50:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:50:39 + mkdir /home/jenkins 22:50:39 + mkdir /home/jenkins/sigul [Pipeline] sh 22:50:40 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:50:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:50:40 ---> sigul-install.sh 22:50:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:50:46 + git tag --list 22:50:46 v0.0.5 [Pipeline] sh 22:50:46 + lftools sign git-tag v0.0.5 22:50:48 Signing Git tag with Sigul... 22:50:48 Signing v0.0.5 [Pipeline] echo 22:50:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:50:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:50:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:50:49 $ docker stop --time=1 d27a8902f46bc69b47e22fbdc386575ff65b99e55f35cb8a4e018281ba86f903 22:50:51 $ docker rm -f d27a8902f46bc69b47e22fbdc386575ff65b99e55f35cb8a4e018281ba86f903 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:50:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:50:52 . [Pipeline] withDockerContainer 22:50:52 prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container 22:50:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:50:53 $ docker top c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:50:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:50:53 [ssh-agent] Looking for ssh-agent implementation... 22:50:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:50:53 $ docker exec c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac ssh-agent 22:50:53 SSH_AUTH_SOCK=/tmp/ssh-NQSDkyEixLN1/agent.11 22:50:53 SSH_AGENT_PID=16 22:50:53 Running ssh-add (command line suppressed) 22:50:53 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_7773216635966951081.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_7773216635966951081.key) 22:50:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:50:54 + git semver bump patch 22:50:54 # -> Open(): unable to determine branch for HEAD 22:50:54 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 22:50:54 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 22:50:54 # $SEMVER_REMOTE_NAME = origin 22:50:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:50:54 # $SEMVER_USER_NAME = edgex-jenkins 22:50:54 # $SEMVER_BRANCH = master 22:50:54 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 22:50:54 0.0.6 [Pipeline] } 22:50:54 $ docker exec --env ******** --env ******** c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac ssh-agent -k 22:50:54 unset SSH_AUTH_SOCK; 22:50:54 unset SSH_AGENT_PID; 22:50:54 echo Agent pid 16 killed; 22:50:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:50:55 + git semver [Pipeline] } 22:50:55 $ docker stop --time=1 c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac 22:50:56 $ docker rm -f c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:50:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:50:56 . [Pipeline] withDockerContainer 22:50:57 prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container 22:50:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:50:57 $ docker top 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:50:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:50:58 [ssh-agent] Looking for ssh-agent implementation... 22:50:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:50:58 $ docker exec 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe ssh-agent 22:50:58 SSH_AUTH_SOCK=/tmp/ssh-O4qt1ClXR1dd/agent.12 22:50:58 SSH_AGENT_PID=18 22:50:58 Running ssh-add (command line suppressed) 22:50:58 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5537993844479902431.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5537993844479902431.key) 22:50:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:50:59 + git semver push 22:50:59 # -> Open(): unable to determine branch for HEAD 22:50:59 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 22:50:59 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 22:50:59 # $SEMVER_REMOTE_NAME = origin 22:50:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:50:59 # $SEMVER_USER_NAME = edgex-jenkins 22:50:59 # $SEMVER_BRANCH = master 22:50:59 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 22:51:05 $ docker exec --env ******** --env ******** 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe ssh-agent -k 22:51:05 unset SSH_AUTH_SOCK; 22:51:05 unset SSH_AGENT_PID; 22:51:05 echo Agent pid 18 killed; 22:51:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:51:06 + git semver [Pipeline] } 22:51:06 $ docker stop --time=1 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe 22:51:07 $ docker rm -f 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:51:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:51:09 ---> package-listing.sh 22:51:09 ++ facter osfamily 22:51:09 ++ tr '[:upper:]' '[:lower:]' 22:51:09 + OS_FAMILY=redhat 22:51:09 + workspace=/w/workspace/ndry_go-mod-configuration_master 22:51:09 + START_PACKAGES=/tmp/packages_start.txt 22:51:09 + END_PACKAGES=/tmp/packages_end.txt 22:51:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:51:09 + PACKAGES=/tmp/packages_start.txt 22:51:09 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 22:51:09 + PACKAGES=/tmp/packages_end.txt 22:51:09 + case "${OS_FAMILY}" in 22:51:09 + rpm -qa 22:51:09 + sort 22:51:14 + '[' -f /tmp/packages_start.txt ']' 22:51:14 + '[' -f /tmp/packages_end.txt ']' 22:51:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:51:14 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 22:51:14 + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ 22:51:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] isUnix [Pipeline] sh 22:51:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:15 22:51:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:51:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:15 alpine: Pulling from edgex-lftools-log-publisher 22:51:15 df20fa9351a1: Pulling fs layer 22:51:15 36b3adc4ff6f: Pulling fs layer 22:51:15 8ad3a11d3b57: Pulling fs layer 22:51:15 46f8f816bc3b: Pulling fs layer 22:51:15 0dadc02b9964: Pulling fs layer 22:51:15 ce6a7cf60c04: Pulling fs layer 22:51:15 7a184a31f384: Pulling fs layer 22:51:15 0879bd2ef858: Pulling fs layer 22:51:15 46f8f816bc3b: Waiting 22:51:15 ce6a7cf60c04: Waiting 22:51:15 0dadc02b9964: Waiting 22:51:15 7a184a31f384: Waiting 22:51:15 0879bd2ef858: Waiting 22:51:15 36b3adc4ff6f: Verifying Checksum 22:51:15 36b3adc4ff6f: Download complete 22:51:15 46f8f816bc3b: Verifying Checksum 22:51:15 46f8f816bc3b: Download complete 22:51:15 df20fa9351a1: Download complete 22:51:15 ce6a7cf60c04: Verifying Checksum 22:51:15 ce6a7cf60c04: Download complete 22:51:15 7a184a31f384: Verifying Checksum 22:51:15 7a184a31f384: Download complete 22:51:15 0dadc02b9964: Verifying Checksum 22:51:15 0dadc02b9964: Download complete 22:51:15 8ad3a11d3b57: Verifying Checksum 22:51:16 df20fa9351a1: Pull complete 22:51:16 0879bd2ef858: Verifying Checksum 22:51:16 0879bd2ef858: Download complete 22:51:16 36b3adc4ff6f: Pull complete 22:51:17 8ad3a11d3b57: Pull complete 22:51:17 46f8f816bc3b: Pull complete 22:51:17 0dadc02b9964: Pull complete 22:51:17 ce6a7cf60c04: Pull complete 22:51:18 7a184a31f384: Pull complete 22:51:22 0879bd2ef858: Pull complete 22:51:22 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:51:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:51:22 prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container 22:51:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:51:25 $ docker top 0548b3704678c6d6ad7ca7938a4e72eae17db41ad1b2ee6ceb63ecbcd2b69668 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:25 + mkdir -p /var/log/sa [Pipeline] sh 22:51:26 + ls /var/log/sa-host 22:51:26 + sadf -c /var/log/sa-host/sa05 22:51:26 file_magic: OK 22:51:26 HZ: Using current value: 100 22:51:26 file_header: OK 22:51:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:51:26 Statistics: 22:51:26 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:51:26 File successfully converted to sysstat format version 12.2.1 22:51:26 + sadf -c /var/log/sa-host/sa15 22:51:26 file_magic: OK 22:51:26 HZ: Using current value: 100 22:51:26 file_header: OK 22:51:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:51:26 Statistics: 22:51:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:51:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:51:26 provisioning config files... 22:51:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config667794900368180094tmp [Pipeline] { [Pipeline] echo 22:51:26 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:51:26 ---> create-netrc.sh [Pipeline] echo 22:51:26 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:51:26 ---> logs-deploy.sh 22:51:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/7 22:51:26 INFO: archiving workspace using pattern(s): 22:51:28 Archives upload complete. 22:51:28 INFO: archiving logs to Nexus 22:51:29 ---> uname -a: 22:51:29 Linux 0548b3704678 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:51:29 22:51:29 22:51:29 ---> lscpu: 22:51:29 Architecture: x86_64 22:51:29 CPU op-mode(s): 32-bit, 64-bit 22:51:29 Byte Order: Little Endian 22:51:29 Address sizes: 40 bits physical, 48 bits virtual 22:51:29 CPU(s): 4 22:51:29 On-line CPU(s) list: 0-3 22:51:29 Thread(s) per core: 1 22:51:29 Core(s) per socket: 1 22:51:29 Socket(s): 4 22:51:29 NUMA node(s): 1 22:51:29 Vendor ID: GenuineIntel 22:51:29 CPU family: 6 22:51:29 Model: 44 22:51:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:51:29 Stepping: 1 22:51:29 CPU MHz: 2933.396 22:51:29 BogoMIPS: 5866.79 22:51:29 Virtualization: VT-x 22:51:29 Hypervisor vendor: KVM 22:51:29 Virtualization type: full 22:51:29 L1d cache: 128 KiB 22:51:29 L1i cache: 128 KiB 22:51:29 L2 cache: 16 MiB 22:51:29 L3 cache: 64 MiB 22:51:29 NUMA node0 CPU(s): 0-3 22:51:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:51:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:51:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:51:29 Vulnerability Meltdown: Mitigation; PTI 22:51:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:51:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:51:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:51:29 Vulnerability Tsx async abort: Not affected 22:51:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:51:29 22:51:29 22:51:29 ---> nproc: 22:51:29 4 22:51:29 22:51:29 22:51:29 ---> df -h: 22:51:29 Filesystem Size Used Available Use% Mounted on 22:51:29 overlay 50.0G 8.2G 41.8G 16% / 22:51:29 tmpfs 64.0M 0 64.0M 0% /dev 22:51:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:51:29 shm 64.0M 0 64.0M 0% /dev/shm 22:51:29 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 22:51:29 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 22:51:29 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 22:51:29 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_go-mod-configuration_master@tmp 22:51:29 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 22:51:29 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_go-mod-configuration_master 22:51:29 22:51:29 22:51:29 ---> free -m: 22:51:29 total used free shared buff/cache available 22:51:29 Mem: 1837 774 110 0 952 998 22:51:29 Swap: 1023 2 1021 22:51:29 22:51:29 22:51:29 ---> ip addr: 22:51:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:51:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:51:29 inet 127.0.0.1/8 scope host lo 22:51:29 valid_lft forever preferred_lft forever 22:51:29 16: eth0@if17: mtu 1458 qdisc noqueue state UP 22:51:29 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:51:29 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:51:29 valid_lft forever preferred_lft forever 22:51:29 22:51:29 22:51:29 ---> sar -b -r -n DEV: 22:51:29 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 22:51:29 22:51:29 22:44:49 LINUX RESTART (4 CPU) 22:51:29 22:51:29 22:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:51:29 22:47:01 2.43 0.00 2.43 0.00 0.00 52.28 0.00 22:51:29 22:48:01 0.34 0.00 0.34 0.00 0.00 4.81 0.00 22:51:29 22:49:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 22:51:29 22:50:01 161.13 89.00 72.13 0.00 5519.56 30357.33 0.00 22:51:29 22:51:01 251.41 103.23 148.19 0.00 5886.02 33312.00 0.00 22:51:29 Average: 83.41 38.58 44.83 0.00 2289.32 12791.80 0.00 22:51:29 22:51:29 22:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:51:29 22:47:01 170172 0 570352 30.31 2620 1138412 1083240 36.97 407736 1144440 12 22:51:29 22:48:01 168240 0 572280 30.42 2620 1138416 1083424 36.98 410764 1143884 8 22:51:29 22:49:01 167064 0 573452 30.48 2620 1138420 1083532 36.98 413696 1141648 8 22:51:29 22:50:01 177740 0 627156 33.33 2620 1074040 1236028 42.18 444892 1065616 40 22:51:29 22:51:01 232056 0 727128 38.65 1720 920652 1292092 44.10 605780 761660 52 22:51:29 Average: 183054 0 614074 32.64 2440 1081988 1155663 39.44 456574 1051450 24 22:51:29 22:51:29 22:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:51:29 22:47:01 eth0 0.40 0.10 0.02 0.02 0.00 0.00 0.00 0.00 22:51:29 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:48:01 eth0 5.79 2.35 4.78 0.16 0.00 0.00 0.00 0.00 22:51:29 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:49:01 eth0 0.97 0.43 0.34 0.21 0.00 0.00 0.00 0.00 22:51:29 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:50:01 veth9d14f89 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:50:01 eth0 383.72 345.96 3783.71 29.14 0.00 0.00 0.00 0.00 22:51:29 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:51:01 vethc9b2f45 0.52 0.48 0.10 0.08 0.00 0.00 0.00 0.00 22:51:29 22:51:01 eth0 469.52 410.65 3481.45 103.54 0.00 0.00 0.00 0.00 22:51:29 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 22:51:01 docker0 42.59 49.05 3.23 222.20 0.00 0.00 0.00 0.00 22:51:29 Average: vethc9b2f45 0.10 0.10 0.02 0.02 0.00 0.00 0.00 0.00 22:51:29 Average: eth0 172.68 152.44 1459.26 26.71 0.00 0.00 0.00 0.00 22:51:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:29 Average: docker0 8.55 9.85 0.65 44.60 0.00 0.00 0.00 0.00 22:51:29 22:51:29 22:51:29 ---> sar -P ALL: 22:51:29 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 22:51:29 22:51:29 22:44:49 LINUX RESTART (4 CPU) 22:51:29 22:51:29 22:46:01 CPU %user %nice %system %iowait %steal %idle 22:51:29 22:47:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:51:29 22:47:01 0 0.17 0.00 0.03 0.00 0.00 99.80 22:51:29 22:47:01 1 0.08 0.00 0.05 0.00 0.00 99.87 22:51:29 22:47:01 2 0.40 0.00 0.05 0.00 0.00 99.55 22:51:29 22:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:51:29 22:48:01 all 0.19 0.00 0.04 0.00 0.00 99.77 22:51:29 22:48:01 0 0.07 0.00 0.08 0.00 0.00 99.85 22:51:29 22:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 22:51:29 22:48:01 2 0.58 0.00 0.03 0.00 0.00 99.39 22:51:29 22:48:01 3 0.05 0.00 0.00 0.00 0.00 99.95 22:51:29 22:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:51:29 22:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:51:29 22:49:01 1 0.38 0.00 0.03 0.00 0.00 99.58 22:51:29 22:49:01 2 0.15 0.00 0.03 0.00 0.00 99.82 22:51:29 22:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:51:29 22:50:01 all 6.43 0.00 3.88 0.87 0.02 88.80 22:51:29 22:50:01 0 6.10 0.00 3.54 1.28 0.00 89.08 22:51:29 22:50:01 1 6.89 0.00 3.48 0.61 0.03 88.99 22:51:29 22:50:01 2 6.50 0.00 4.30 0.12 0.00 89.08 22:51:29 22:50:01 3 6.22 0.00 4.20 1.48 0.03 88.06 22:51:29 22:51:01 all 11.99 0.00 8.41 3.78 0.02 75.80 22:51:29 22:51:01 0 10.20 0.00 8.05 5.14 0.02 76.59 22:51:29 22:51:01 1 14.57 0.00 8.14 4.45 0.03 72.81 22:51:29 22:51:01 2 11.90 0.00 8.65 2.49 0.03 76.94 22:51:29 22:51:01 3 11.30 0.00 8.82 3.04 0.00 76.85 22:51:29 Average: all 3.77 0.00 2.47 0.92 0.01 92.84 22:51:29 Average: 0 3.29 0.00 2.33 1.27 0.00 93.11 22:51:29 Average: 1 4.38 0.00 2.34 1.00 0.01 92.27 22:51:29 Average: 2 3.89 0.00 2.60 0.52 0.01 92.99 22:51:29 Average: 3 3.51 0.00 2.60 0.90 0.01 92.99 22:51:29 22:51:29 22:51:29