Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 041cb8a3f2e73564d564a37beecb66416a11359b 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6984 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 041cb8a3f2e73564d564a37beecb66416a11359b (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 041cb8a3f2e73564d564a37beecb66416a11359b # timeout=10 Commit message: "Merge pull request #115 from jpwhitemn/contrib-link-issue" > git rev-list --no-walk 807198fe134df43c4c474cbf2624a9725bdad335 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:25:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:25:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:25:21 ========================================================= 15:25:21 EdgeX Global Pipelines Version Info 15:25:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:25:22 ------------------- 15:25:22 stable info: 15:25:22 ------------------- 15:25:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:25:22 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 15:25:22 Message: update stable to v1.0.144 15:25:23 ------------------- 15:25:23 experimental info: 15:25:23 ------------------- 15:25:23 Commited By: **** collab-it+edgex@linuxfoundation.org 15:25:23 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 15:25:23 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:25:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:25:24 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:25:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:25:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:25:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:25:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:25:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:25:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:25:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:25:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 041cb8a3f2e73564d564a37beecb66416a11359b [Pipeline] echo 15:25:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 041cb8a [Pipeline] echo 15:25:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:25:27 + git log --format=format:%s -1 041cb8a3f2e73564d564a37beecb66416a11359b [Pipeline] echo 15:25:27 GIT_COMMIT: 041cb8a3f2e73564d564a37beecb66416a11359b, Commit Message: Merge pull request #115 from jpwhitemn/contrib-link-issue [Pipeline] echo 15:25:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:25:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:25:28 15:25:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:25:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:25:29 latest: Pulling from edgex-devops/git-semver 15:25:29 31603596830f: Pulling fs layer 15:25:29 2a8b12db71e7: Pulling fs layer 15:25:29 6ca5941a6612: Pulling fs layer 15:25:29 ecc8261a40a4: Pulling fs layer 15:25:29 ecc8261a40a4: Waiting 15:25:29 2a8b12db71e7: Verifying Checksum 15:25:29 2a8b12db71e7: Download complete 15:25:29 31603596830f: Verifying Checksum 15:25:29 31603596830f: Download complete 15:25:29 6ca5941a6612: Verifying Checksum 15:25:29 6ca5941a6612: Download complete 15:25:29 ecc8261a40a4: Verifying Checksum 15:25:29 ecc8261a40a4: Download complete 15:25:29 31603596830f: Pull complete 15:25:29 2a8b12db71e7: Pull complete 15:25:30 6ca5941a6612: Pull complete 15:25:31 ecc8261a40a4: Pull complete 15:25:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:25:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:25:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:25:31 prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container 15:25:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10004/edgex-devops/git-semver:latest cat 15:25:33 $ docker top 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:33 [ssh-agent] Looking for ssh-agent implementation... 15:25:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:33 $ docker exec 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 ssh-agent 15:25:34 SSH_AUTH_SOCK=/tmp/ssh-w0h2WdjIIOdS/agent.11 15:25:34 SSH_AGENT_PID=16 15:25:34 Running ssh-add (command line suppressed) 15:25:34 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2733645203526015993.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2733645203526015993.key) 15:25:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:34 + git tag --points-at HEAD [Pipeline] } 15:25:34 $ docker exec --env ******** --env ******** 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 ssh-agent -k 15:25:34 unset SSH_AUTH_SOCK; 15:25:34 unset SSH_AGENT_PID; 15:25:34 echo Agent pid 16 killed; 15:25:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:25:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:35 [ssh-agent] Looking for ssh-agent implementation... 15:25:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:35 $ docker exec 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 ssh-agent 15:25:35 SSH_AUTH_SOCK=/tmp/ssh-brk2fYun946n/agent.44 15:25:35 SSH_AGENT_PID=49 15:25:35 Running ssh-add (command line suppressed) 15:25:35 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_38948088038192995.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_38948088038192995.key) 15:25:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:36 + git semver init 15:25:36 # -> Open(): unable to determine branch for HEAD 15:25:36 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:25:36 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:25:36 # $SEMVER_REMOTE_NAME = origin 15:25:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:25:36 # $SEMVER_USER_NAME = edgex-jenkins 15:25:36 # $SEMVER_BRANCH = master 15:25:36 # $SEMVER_TEMP = /tmp/semver-196540734 15:25:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:25:36 # '/tmp/semver-196540734' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 15:25:36 # -> Force: false 15:25:36 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:25:36 $ docker exec --env ******** --env ******** 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 ssh-agent -k 15:25:36 unset SSH_AUTH_SOCK; 15:25:36 unset SSH_AGENT_PID; 15:25:36 echo Agent pid 49 killed; 15:25:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:37 + git semver [Pipeline] } 15:25:37 $ docker stop --time=1 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 15:25:38 $ docker rm -f 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 [Pipeline] // withDockerContainer [Pipeline] sh 15:25:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:25:39 Stashed 1 file(s) [Pipeline] echo 15:25:39 [edgeXSemver]: initialized semver on version 0.0.53 [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:25:55 Still waiting to schedule task 15:25:55 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:25:55 Still waiting to schedule task 15:25:55 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:27:24 Running on prd-centos7-docker-4c-2g-6991 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:27:24 Running in /w/workspace/go-mod-bootstrap/56 [Pipeline] { [Pipeline] checkout 15:27:33 using credential edgex-jenkins-ssh 15:27:33 Cloning the remote Git repository 15:27:33 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:27:33 > git init /w/workspace/go-mod-bootstrap/56 # timeout=10 15:27:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:27:34 > git --version # timeout=10 15:27:34 > git --version # 'git version 2.16.5' 15:27:34 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:35 Checking out Revision 041cb8a3f2e73564d564a37beecb66416a11359b (master) 15:27:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:27:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:27:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:27:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:27:35 > git config core.sparsecheckout # timeout=10 15:27:35 > git checkout -f 041cb8a3f2e73564d564a37beecb66416a11359b # timeout=10 15:27:39 Commit message: "Merge pull request #115 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:27:41 ========================================================= 15:27:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:27:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:27:42 + 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 . 15:27:42 Sending build context to Docker daemon 529.4kB 15:27:42 Step 1/8 : ARG BASE=golang:1.15-alpine 15:27:42 Step 2/8 : FROM ${BASE} 15:27:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:27:42 df20fa9351a1: Pulling fs layer 15:27:42 ed8968b2872e: Pulling fs layer 15:27:42 a92cc7c5fd73: Pulling fs layer 15:27:42 e871e8e8d7a9: Pulling fs layer 15:27:42 e73272ec9a57: Pulling fs layer 15:27:42 1e910a182e73: Pulling fs layer 15:27:42 4e634b169226: Pulling fs layer 15:27:42 e871e8e8d7a9: Waiting 15:27:42 e73272ec9a57: Waiting 15:27:42 1e910a182e73: Waiting 15:27:42 4e634b169226: Waiting 15:27:42 a92cc7c5fd73: Download complete 15:27:42 ed8968b2872e: Verifying Checksum 15:27:42 ed8968b2872e: Download complete 15:27:42 e73272ec9a57: Verifying Checksum 15:27:42 e73272ec9a57: Download complete 15:27:42 1e910a182e73: Verifying Checksum 15:27:42 1e910a182e73: Download complete 15:27:43 df20fa9351a1: Verifying Checksum 15:27:43 df20fa9351a1: Download complete 15:27:44 df20fa9351a1: Pull complete 15:27:44 ed8968b2872e: Pull complete 15:27:44 a92cc7c5fd73: Pull complete 15:27:49 4e634b169226: Verifying Checksum 15:27:49 4e634b169226: Download complete 15:27:52 e871e8e8d7a9: Verifying Checksum 15:27:52 e871e8e8d7a9: Download complete 15:28:00 e871e8e8d7a9: Pull complete 15:28:00 e73272ec9a57: Pull complete 15:28:00 1e910a182e73: Pull complete 15:28:05 4e634b169226: Pull complete 15:28:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:28:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:28:05 ---> f7629b54cfaa 15:28:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:28:05 ---> Running in 6194e71db448 15:28:05 Removing intermediate container 6194e71db448 15:28:05 ---> 23561b263298 15:28:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:05 ---> Running in e64bf4b04685 15:28:07 Removing intermediate container e64bf4b04685 15:28:07 ---> a32daf65b04e 15:28:07 Step 5/8 : RUN apk add --update --no-cache git make 15:28:07 ---> Running in d635aea666f3 15:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:10 OK: 166 MiB in 39 packages 15:28:11 Removing intermediate container d635aea666f3 15:28:11 ---> c67e785e17ca 15:28:11 Step 6/8 : WORKDIR /build 15:28:11 ---> Running in 141dc9f10dfa 15:28:11 Removing intermediate container 141dc9f10dfa 15:28:11 ---> 5cf8aae123f8 15:28:11 Step 7/8 : COPY go.mod . 15:28:11 ---> 46af02248208 15:28:11 Step 8/8 : RUN go mod download 15:28:11 ---> Running in 37dcdf0eccfa 15:28:34 Removing intermediate container 37dcdf0eccfa 15:28:34 ---> 8a78b6d62d53 15:28:34 Successfully built 8a78b6d62d53 15:28:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:28:34 + docker inspect -f . ci-base-image-x86_64 15:28:34 . [Pipeline] withDockerContainer 15:28:35 prd-centos7-docker-4c-2g-6991 does not seem to be running inside a container 15:28:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/56 -v /w/workspace/go-mod-bootstrap/56:/w/workspace/go-mod-bootstrap/56:rw,z -v /w/workspace/go-mod-bootstrap/56@tmp:/w/workspace/go-mod-bootstrap/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:28:36 $ docker top 7d69128cebaff505cddb56957df6f03133a1ac5ae550b1aaa9776064a5683a17 -eo pid,comm [Pipeline] { [Pipeline] sh 15:28:36 + go version 15:28:36 go version go1.15.2 linux/amd64 [Pipeline] } 15:28:36 $ docker stop --time=1 7d69128cebaff505cddb56957df6f03133a1ac5ae550b1aaa9776064a5683a17 15:28:38 $ docker rm -f 7d69128cebaff505cddb56957df6f03133a1ac5ae550b1aaa9776064a5683a17 [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] } 15:28:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6993 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:28:45 Running in /w/workspace/go-mod-bootstrap/56 [Pipeline] { [Pipeline] checkout 15:28:50 using credential edgex-jenkins-ssh 15:28:50 Cloning the remote Git repository 15:28:50 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:28:50 > git init /w/workspace/go-mod-bootstrap/56 # timeout=10 15:28:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:28:50 > git --version # timeout=10 15:28:50 > git --version # 'git version 2.17.1' 15:28:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:28:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:28:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:28:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:28:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:28:52 Checking out Revision 041cb8a3f2e73564d564a37beecb66416a11359b (master) 15:28:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:28:51 using GIT_SSH to set credentials SSH Credentials for GitHub 15:28:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:28:52 > git config core.sparsecheckout # timeout=10 15:28:52 > git checkout -f 041cb8a3f2e73564d564a37beecb66416a11359b # timeout=10 15:28:56 Commit message: "Merge pull request #115 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:28:57 ========================================================= 15:28:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:28:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:28:58 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:28:59 Sending build context to Docker daemon 529.4kB 15:28:59 Step 1/8 : ARG BASE=golang:1.15-alpine 15:28:59 Step 2/8 : FROM ${BASE} 15:29:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:29:00 b538f80385f9: Pulling fs layer 15:29:00 74f711af9a0d: Pulling fs layer 15:29:00 99f96fe45779: Pulling fs layer 15:29:00 8529a6b9a6be: Pulling fs layer 15:29:00 45590311c82a: Pulling fs layer 15:29:00 69ca0ff8b7b3: Pulling fs layer 15:29:00 209524e5b208: Pulling fs layer 15:29:00 8529a6b9a6be: Waiting 15:29:00 45590311c82a: Waiting 15:29:00 69ca0ff8b7b3: Waiting 15:29:00 209524e5b208: Waiting 15:29:00 99f96fe45779: Verifying Checksum 15:29:00 99f96fe45779: Download complete 15:29:00 74f711af9a0d: Verifying Checksum 15:29:00 74f711af9a0d: Download complete 15:29:00 45590311c82a: Verifying Checksum 15:29:00 45590311c82a: Download complete 15:29:00 69ca0ff8b7b3: Download complete 15:29:00 b538f80385f9: Verifying Checksum 15:29:00 b538f80385f9: Download complete 15:29:00 b538f80385f9: Pull complete 15:29:01 74f711af9a0d: Pull complete 15:29:01 99f96fe45779: Pull complete 15:29:02 209524e5b208: Verifying Checksum 15:29:02 209524e5b208: Download complete 15:29:03 8529a6b9a6be: Verifying Checksum 15:29:03 8529a6b9a6be: Download complete 15:29:13 8529a6b9a6be: Pull complete 15:29:13 45590311c82a: Pull complete 15:29:13 69ca0ff8b7b3: Pull complete 15:29:17 209524e5b208: Pull complete 15:29:17 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:29:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:29:17 ---> 5bddaf1c2fca 15:29:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:29:19 ---> Running in aab974cdcb5e 15:29:20 Removing intermediate container aab974cdcb5e 15:29:20 ---> 1a5e0ace6043 15:29:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:20 ---> Running in 7f39d12d6a6e 15:29:23 Removing intermediate container 7f39d12d6a6e 15:29:23 ---> 7baf13435228 15:29:23 Step 5/8 : RUN apk add --update --no-cache git make 15:29:23 ---> Running in 9586d8d8736d 15:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:29:26 OK: 142 MiB in 39 packages 15:29:27 Removing intermediate container 9586d8d8736d 15:29:27 ---> 32b456c69c55 15:29:27 Step 6/8 : WORKDIR /build 15:29:27 ---> Running in b443026b7fc4 15:29:27 Removing intermediate container b443026b7fc4 15:29:27 ---> 094e02a5acc7 15:29:27 Step 7/8 : COPY go.mod . 15:29:28 ---> e6171c4ee9f6 15:29:28 Step 8/8 : RUN go mod download 15:29:28 ---> Running in 5ebbe3a47fd5 15:29:50 Removing intermediate container 5ebbe3a47fd5 15:29:50 ---> 9ac48f13ce8f 15:29:50 Successfully built 9ac48f13ce8f 15:29:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:29:51 + docker inspect -f . ci-base-image-arm64 15:29:51 . [Pipeline] withDockerContainer 15:29:51 prd-ubuntu18.04-docker-arm64-4c-16g-6993 does not seem to be running inside a container 15:29:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/56 -v /w/workspace/go-mod-bootstrap/56:/w/workspace/go-mod-bootstrap/56:rw,z -v /w/workspace/go-mod-bootstrap/56@tmp:/w/workspace/go-mod-bootstrap/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:29:53 $ docker top 30ec0bc1fc06d87dc2977a2abaa307600ef25a568eb9a4db277b85487fcec500 -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:54 + go version 15:29:54 go version go1.15.2 linux/arm64 [Pipeline] } 15:29:54 $ docker stop --time=1 30ec0bc1fc06d87dc2977a2abaa307600ef25a568eb9a4db277b85487fcec500 15:29:56 $ docker rm -f 30ec0bc1fc06d87dc2977a2abaa307600ef25a568eb9a4db277b85487fcec500 [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 15:29:59 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:29:59 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:29:59 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:29:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:29:59 15:29:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:30:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:30:00 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:30:00 cbdbe7a5bc2a: Pulling fs layer 15:30:00 408f87550127: Pulling fs layer 15:30:00 fe522b08c979: Pulling fs layer 15:30:00 221eaa008020: Pulling fs layer 15:30:00 2a4607e5d6b9: Pulling fs layer 15:30:00 8f79b27c4fd2: Pulling fs layer 15:30:00 e5c8dbe1645b: Pulling fs layer 15:30:00 23e8b3b47431: Pulling fs layer 15:30:00 5c568d65a230: Pulling fs layer 15:30:00 8f79b27c4fd2: Waiting 15:30:00 e5c8dbe1645b: Waiting 15:30:00 23e8b3b47431: Waiting 15:30:00 5c568d65a230: Waiting 15:30:00 221eaa008020: Waiting 15:30:00 2a4607e5d6b9: Waiting 15:30:00 fe522b08c979: Verifying Checksum 15:30:00 fe522b08c979: Download complete 15:30:00 408f87550127: Verifying Checksum 15:30:00 408f87550127: Download complete 15:30:00 2a4607e5d6b9: Download complete 15:30:00 8f79b27c4fd2: Download complete 15:30:00 cbdbe7a5bc2a: Download complete 15:30:00 cbdbe7a5bc2a: Pull complete 15:30:00 408f87550127: Pull complete 15:30:00 fe522b08c979: Pull complete 15:30:01 e5c8dbe1645b: Verifying Checksum 15:30:01 e5c8dbe1645b: Download complete 15:30:02 5c568d65a230: Verifying Checksum 15:30:02 5c568d65a230: Download complete 15:30:02 23e8b3b47431: Verifying Checksum 15:30:02 23e8b3b47431: Download complete 15:30:04 221eaa008020: Verifying Checksum 15:30:04 221eaa008020: Download complete 15:30:09 221eaa008020: Pull complete 15:30:09 2a4607e5d6b9: Pull complete 15:30:09 8f79b27c4fd2: Pull complete 15:30:12 e5c8dbe1645b: Pull complete 15:30:15 23e8b3b47431: Pull complete 15:30:16 5c568d65a230: Pull complete 15:30:16 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:30:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:30:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:30:17 prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container 15:30:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 15:30:18 $ docker top d52d2d7942bdd43d66bf35a27e2ed59909f4eccdfab22006fdc6c0aef599b26a -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:18 + snyk monitor '--org=edgex-jenkins' 15:30:25 15:30:25 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 15:30:25 15:30:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/a2ee25b6-73af-4337-a09f-8f7c6962518e 15:30:25 15:30:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:30:25 15:30:25 15:30:25 Snyk CLI supports Node.js 8 and higher. 15:30:25 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:30:25 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:30:25 15:30:25 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:30:25 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 15:30:25 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:30:25 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:30:25 $ docker stop --time=1 d52d2d7942bdd43d66bf35a27e2ed59909f4eccdfab22006fdc6c0aef599b26a 15:30:27 $ docker rm -f d52d2d7942bdd43d66bf35a27e2ed59909f4eccdfab22006fdc6c0aef599b26a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:30:29 + git log --format=format:%s -1 041cb8a3f2e73564d564a37beecb66416a11359b [Pipeline] isUnix [Pipeline] sh 15:30:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:30 . [Pipeline] withDockerContainer 15:30:30 prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container 15:30:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:30:30 $ docker top f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:31 [ssh-agent] Looking for ssh-agent implementation... 15:30:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:31 $ docker exec f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 ssh-agent 15:30:31 SSH_AUTH_SOCK=/tmp/ssh-7VJ3WuDWiSOG/agent.11 15:30:31 SSH_AGENT_PID=17 15:30:31 Running ssh-add (command line suppressed) 15:30:31 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2252551531196788340.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2252551531196788340.key) 15:30:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:32 + git semver tag 15:30:32 # -> Open(): unable to determine branch for HEAD 15:30:32 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:30:32 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:30:32 # $SEMVER_REMOTE_NAME = origin 15:30:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:30:32 # $SEMVER_USER_NAME = edgex-jenkins 15:30:32 # $SEMVER_BRANCH = master 15:30:32 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:30:32 # 041cb8a3f2e73564d564a37beecb66416a11359b HEAD 15:30:32 # -> Force: false 15:30:32 # 108d4d3d8e7aaa9c56ccb7f3cbb0bd79b37d4cea refs/tags/v0.0.53 [Pipeline] } 15:30:32 $ docker exec --env ******** --env ******** f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 ssh-agent -k 15:30:32 unset SSH_AUTH_SOCK; 15:30:32 unset SSH_AGENT_PID; 15:30:32 echo Agent pid 17 killed; 15:30:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:32 + git semver [Pipeline] } 15:30:32 $ docker stop --time=1 f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 15:30:34 $ docker rm -f f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:30:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:34 15:30:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:30:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:35 0.23.1-centos7: Pulling from edgex-lftools 15:30:35 ab5ef0e58194: Pulling fs layer 15:30:35 9712f1f96733: Pulling fs layer 15:30:35 63f879dbbcfc: Pulling fs layer 15:30:35 0d9ebad4ef96: Pulling fs layer 15:30:35 e9a5061849ea: Pulling fs layer 15:30:35 d747dcd14b5f: Pulling fs layer 15:30:35 2de7ff778b66: Pulling fs layer 15:30:35 0d9ebad4ef96: Waiting 15:30:35 e9a5061849ea: Waiting 15:30:35 2de7ff778b66: Waiting 15:30:35 9712f1f96733: Download complete 15:30:37 63f879dbbcfc: Verifying Checksum 15:30:37 63f879dbbcfc: Download complete 15:30:37 e9a5061849ea: Verifying Checksum 15:30:37 e9a5061849ea: Download complete 15:30:37 d747dcd14b5f: Verifying Checksum 15:30:37 d747dcd14b5f: Download complete 15:30:37 2de7ff778b66: Verifying Checksum 15:30:37 2de7ff778b66: Download complete 15:30:37 0d9ebad4ef96: Verifying Checksum 15:30:37 0d9ebad4ef96: Download complete 15:30:38 ab5ef0e58194: Verifying Checksum 15:30:38 ab5ef0e58194: Download complete 15:30:43 ab5ef0e58194: Pull complete 15:30:43 9712f1f96733: Pull complete 15:30:44 63f879dbbcfc: Pull complete 15:30:51 0d9ebad4ef96: Pull complete 15:30:52 e9a5061849ea: Pull complete 15:30:52 d747dcd14b5f: Pull complete 15:30:57 2de7ff778b66: Pull complete 15:30:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:30:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:57 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:30:57 prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container 15:30:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:31:00 $ docker top 6377fcd020b38719c9e99d61000eb8f35e2096aeb918cc533d93d530f6655cbe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:31:01 provisioning config files... 15:31:01 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config86217849154743911tmp 15:31:01 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1140590256596910389tmp 15:31:01 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1426664486824163413tmp [Pipeline] { [Pipeline] echo 15:31:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:31:01 ---> sigul-configuration.sh 15:31:01 gpg: directory `/root/.gnupg' created 15:31:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:31:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:31:01 gpg: keyring `/root/.gnupg/secring.gpg' created 15:31:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:31:01 gpg: CAST5 encrypted data 15:31:01 gpg: encrypted with 1 passphrase 15:31:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:31:02 + mkdir /home/jenkins 15:31:02 + mkdir /home/jenkins/sigul [Pipeline] sh 15:31:02 + 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 15:31:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:31:02 ---> sigul-install.sh 15:31:09 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:31:09 + git tag --list 15:31:09 v0.0.1 15:31:09 v0.0.10 15:31:09 v0.0.11 15:31:09 v0.0.12 15:31:09 v0.0.13 15:31:09 v0.0.14 15:31:09 v0.0.15 15:31:09 v0.0.16 15:31:09 v0.0.17 15:31:09 v0.0.18 15:31:09 v0.0.19 15:31:09 v0.0.2 15:31:09 v0.0.20 15:31:09 v0.0.21 15:31:09 v0.0.22 15:31:09 v0.0.23 15:31:09 v0.0.24 15:31:09 v0.0.25 15:31:09 v0.0.26 15:31:09 v0.0.27 15:31:09 v0.0.28 15:31:09 v0.0.29 15:31:09 v0.0.3 15:31:09 v0.0.30 15:31:09 v0.0.31 15:31:09 v0.0.32 15:31:09 v0.0.33 15:31:09 v0.0.34 15:31:09 v0.0.35 15:31:09 v0.0.36 15:31:09 v0.0.37 15:31:09 v0.0.38 15:31:09 v0.0.39 15:31:09 v0.0.4 15:31:09 v0.0.40 15:31:09 v0.0.41 15:31:09 v0.0.42 15:31:09 v0.0.43 15:31:09 v0.0.44 15:31:09 v0.0.45 15:31:09 v0.0.46 15:31:09 v0.0.47 15:31:09 v0.0.48 15:31:09 v0.0.49 15:31:09 v0.0.5 15:31:09 v0.0.50 15:31:09 v0.0.51 15:31:09 v0.0.52 15:31:09 v0.0.53 15:31:09 v0.0.6 15:31:09 v0.0.7 15:31:09 v0.0.8 15:31:09 v0.0.9 [Pipeline] sh 15:31:10 + lftools sign git-tag v0.0.53 15:31:11 Signing Git tag with Sigul... 15:31:11 Signing v0.0.53 [Pipeline] echo 15:31:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:31:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:31:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:31:12 $ docker stop --time=1 6377fcd020b38719c9e99d61000eb8f35e2096aeb918cc533d93d530f6655cbe 15:31:14 $ docker rm -f 6377fcd020b38719c9e99d61000eb8f35e2096aeb918cc533d93d530f6655cbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:31:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:16 . [Pipeline] withDockerContainer 15:31:16 prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container 15:31:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:31:17 $ docker top 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:31:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:17 [ssh-agent] Looking for ssh-agent implementation... 15:31:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:17 $ docker exec 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 ssh-agent 15:31:18 SSH_AUTH_SOCK=/tmp/ssh-PdpGyCrU1VAB/agent.12 15:31:18 SSH_AGENT_PID=17 15:31:18 Running ssh-add (command line suppressed) 15:31:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_585126694710274083.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_585126694710274083.key) 15:31:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:18 + git semver bump patch 15:31:18 # -> Open(): unable to determine branch for HEAD 15:31:18 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:31:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:31:18 # $SEMVER_REMOTE_NAME = origin 15:31:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:31:18 # $SEMVER_USER_NAME = edgex-jenkins 15:31:18 # $SEMVER_BRANCH = master 15:31:18 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:31:18 0.0.54 [Pipeline] } 15:31:18 $ docker exec --env ******** --env ******** 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 ssh-agent -k 15:31:18 unset SSH_AUTH_SOCK; 15:31:18 unset SSH_AGENT_PID; 15:31:18 echo Agent pid 17 killed; 15:31:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:31:19 + git semver [Pipeline] } 15:31:19 $ docker stop --time=1 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 15:31:20 $ docker rm -f 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:31:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:21 . [Pipeline] withDockerContainer 15:31:22 prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container 15:31:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:31:23 $ docker top edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:31:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:23 [ssh-agent] Looking for ssh-agent implementation... 15:31:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:23 $ docker exec edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 ssh-agent 15:31:23 SSH_AUTH_SOCK=/tmp/ssh-yUeLnBhXe3Ke/agent.12 15:31:23 SSH_AGENT_PID=17 15:31:24 Running ssh-add (command line suppressed) 15:31:24 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3068613347183902087.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3068613347183902087.key) 15:31:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:24 + git semver push 15:31:24 # -> Open(): unable to determine branch for HEAD 15:31:24 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:31:24 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:31:24 # $SEMVER_REMOTE_NAME = origin 15:31:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:31:24 # $SEMVER_USER_NAME = edgex-jenkins 15:31:24 # $SEMVER_BRANCH = master 15:31:24 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:31:31 $ docker exec --env ******** --env ******** edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 ssh-agent -k 15:31:31 unset SSH_AUTH_SOCK; 15:31:31 unset SSH_AGENT_PID; 15:31:31 echo Agent pid 17 killed; 15:31:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:31:32 + git semver [Pipeline] } 15:31:32 $ docker stop --time=1 edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 15:31:33 $ docker rm -f edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 [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:31:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:31:36 ---> package-listing.sh 15:31:36 ++ facter osfamily 15:31:36 ++ tr '[:upper:]' '[:lower:]' 15:31:36 + OS_FAMILY=redhat 15:31:36 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 15:31:36 + START_PACKAGES=/tmp/packages_start.txt 15:31:36 + END_PACKAGES=/tmp/packages_end.txt 15:31:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:31:36 + PACKAGES=/tmp/packages_start.txt 15:31:36 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:31:36 + PACKAGES=/tmp/packages_end.txt 15:31:36 + case "${OS_FAMILY}" in 15:31:36 + rpm -qa 15:31:36 + sort 15:31:40 + '[' -f /tmp/packages_start.txt ']' 15:31:40 + '[' -f /tmp/packages_end.txt ']' 15:31:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:31:40 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:31:40 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 15:31:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 15:31:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:31:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:31:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:31:41 15:31:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:31:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:31:41 alpine: Pulling from edgex-lftools-log-publisher 15:31:41 df20fa9351a1: Pulling fs layer 15:31:41 36b3adc4ff6f: Pulling fs layer 15:31:41 8ad3a11d3b57: Pulling fs layer 15:31:41 46f8f816bc3b: Pulling fs layer 15:31:41 93b61091891f: Pulling fs layer 15:31:41 93b9cdb0e59b: Pulling fs layer 15:31:41 5e14af77c1be: Pulling fs layer 15:31:41 01666e4c0597: Pulling fs layer 15:31:41 aa168da1d23b: Pulling fs layer 15:31:41 46f8f816bc3b: Waiting 15:31:41 93b61091891f: Waiting 15:31:41 93b9cdb0e59b: Waiting 15:31:41 5e14af77c1be: Waiting 15:31:41 01666e4c0597: Waiting 15:31:41 aa168da1d23b: Waiting 15:31:41 36b3adc4ff6f: Verifying Checksum 15:31:41 36b3adc4ff6f: Download complete 15:31:41 46f8f816bc3b: Verifying Checksum 15:31:41 46f8f816bc3b: Download complete 15:31:41 df20fa9351a1: Verifying Checksum 15:31:41 93b9cdb0e59b: Download complete 15:31:41 5e14af77c1be: Verifying Checksum 15:31:41 5e14af77c1be: Download complete 15:31:41 01666e4c0597: Verifying Checksum 15:31:41 01666e4c0597: Download complete 15:31:41 93b61091891f: Download complete 15:31:42 df20fa9351a1: Pull complete 15:31:42 8ad3a11d3b57: Verifying Checksum 15:31:42 8ad3a11d3b57: Download complete 15:31:42 36b3adc4ff6f: Pull complete 15:31:43 8ad3a11d3b57: Pull complete 15:31:43 46f8f816bc3b: Pull complete 15:31:44 93b61091891f: Pull complete 15:31:44 aa168da1d23b: Verifying Checksum 15:31:44 aa168da1d23b: Download complete 15:31:44 93b9cdb0e59b: Pull complete 15:31:44 5e14af77c1be: Pull complete 15:31:44 01666e4c0597: Pull complete 15:31:51 aa168da1d23b: Pull complete 15:31:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:31:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:31:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:31:51 prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container 15:31:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:31:54 $ docker top df711ef2927c85c42b6dbae3a6cdf2f9582349deb2b525a32ff9b263dcb98544 -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:55 + touch /tmp/pre-build-complete [Pipeline] sh 15:31:55 + mkdir -p /var/log/sa [Pipeline] sh 15:31:55 + ls /var/log/sa-host 15:31:55 + sadf -c /var/log/sa-host/sa05 15:31:55 file_magic: OK 15:31:55 HZ: Using current value: 100 15:31:55 file_header: OK 15:31:55 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 15:31:55 Statistics: 15:31:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:31:55 File successfully converted to sysstat format version 12.2.1 15:31:55 + sadf -c /var/log/sa-host/sa20 15:31:55 file_magic: OK 15:31:55 HZ: Using current value: 100 15:31:55 file_header: OK 15:31:55 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 15:31:55 Statistics: 15:31:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:31:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:31:56 provisioning config files... 15:31:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config677604377312154104tmp [Pipeline] { [Pipeline] echo 15:31:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:31:56 ---> create-netrc.sh [Pipeline] } 15:31:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:31:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:31:56 ---> python-tools-install.sh [Pipeline] echo 15:31:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:31:57 ---> sudo-logs.sh 15:31:57 Archiving 'sudo' log.. [Pipeline] echo 15:31:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:31:57 ---> job-cost.sh 15:31:57 lf-activate-venv: SKIPPING 15:31:57 INFO: No Stack... 15:31:58 INFO: Retrieving Pricing Info for: v1-standard-2 15:31:58 INFO: Archiving Costs [Pipeline] echo 15:31:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:31:59 ---> logs-deploy.sh 15:31:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/56 15:31:59 INFO: archiving workspace using pattern(s): 15:32:01 Archives upload complete. 15:32:01 INFO: archiving logs to Nexus 15:32:02 ---> uname -a: 15:32:02 Linux prd-centos7-docker-4c-2g-6984.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:32:02 15:32:02 15:32:02 ---> lscpu: 15:32:02 Architecture: x86_64 15:32:02 CPU op-mode(s): 32-bit, 64-bit 15:32:02 Byte Order: Little Endian 15:32:02 Address sizes: 40 bits physical, 48 bits virtual 15:32:02 CPU(s): 4 15:32:02 On-line CPU(s) list: 0-3 15:32:02 Thread(s) per core: 1 15:32:02 Core(s) per socket: 1 15:32:02 Socket(s): 4 15:32:02 NUMA node(s): 1 15:32:02 Vendor ID: GenuineIntel 15:32:02 CPU family: 6 15:32:02 Model: 44 15:32:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:32:02 Stepping: 1 15:32:02 CPU MHz: 2933.438 15:32:02 BogoMIPS: 5866.87 15:32:02 Virtualization: VT-x 15:32:02 Hypervisor vendor: KVM 15:32:02 Virtualization type: full 15:32:02 L1d cache: 128 KiB 15:32:02 L1i cache: 128 KiB 15:32:02 L2 cache: 16 MiB 15:32:02 L3 cache: 64 MiB 15:32:02 NUMA node0 CPU(s): 0-3 15:32:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:32:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:32:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:32:02 Vulnerability Meltdown: Mitigation; PTI 15:32:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:32:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:32:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:32:02 Vulnerability Tsx async abort: Not affected 15:32:02 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:32:02 15:32:02 15:32:02 ---> nproc: 15:32:02 4 15:32:02 15:32:02 15:32:02 ---> df -h: 15:32:02 Filesystem Size Used Available Use% Mounted on 15:32:02 overlay 50.0G 8.4G 41.5G 17% / 15:32:02 tmpfs 64.0M 0 64.0M 0% /dev 15:32:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:32:02 shm 64.0M 0 64.0M 0% /dev/shm 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 15:32:02 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 15:32:02 15:32:02 15:32:02 ---> free -m: 15:32:02 total used free shared buff/cache available 15:32:02 Mem: 1837 788 156 0 892 984 15:32:02 Swap: 1023 2 1021 15:32:02 15:32:02 15:32:02 ---> ip addr: 15:32:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:32:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:32:02 inet 127.0.0.1/8 scope host lo 15:32:02 valid_lft forever preferred_lft forever 15:32:02 inet6 ::1/128 scope host 15:32:02 valid_lft forever preferred_lft forever 15:32:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:32:02 link/ether fa:16:3e:ad:5b:b5 brd ff:ff:ff:ff:ff:ff 15:32:02 inet 10.30.122.84/23 brd 10.30.123.255 scope global dynamic eth0 15:32:02 valid_lft 85967sec preferred_lft 85967sec 15:32:02 inet6 fe80::f816:3eff:fead:5bb5/64 scope link 15:32:02 valid_lft forever preferred_lft forever 15:32:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:32:02 link/ether 02:42:6e:52:a7:a9 brd ff:ff:ff:ff:ff:ff 15:32:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:32:02 valid_lft forever preferred_lft forever 15:32:02 inet6 fe80::42:6eff:fe52:a7a9/64 scope link 15:32:02 valid_lft forever preferred_lft forever 15:32:02 15:32:02 15:32:02 ---> sar -b -r -n DEV: 15:32:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 15:32:02 15:32:02 15:24:31 LINUX RESTART (4 CPU) 15:32:02 15:32:02 15:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:32:02 15:26:01 90.68 42.65 48.03 0.00 7583.69 4928.96 0.00 15:32:02 15:27:01 1.85 0.00 1.85 0.00 0.00 36.64 0.00 15:32:02 15:28:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 15:32:02 15:29:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 15:32:02 15:30:01 3.00 0.02 2.98 0.00 0.27 75.68 0.00 15:32:02 15:31:01 375.31 167.56 207.75 0.00 9446.89 60220.27 0.00 15:32:02 Average: 78.63 35.07 43.56 0.00 2840.49 10889.16 0.00 15:32:02 15:32:02 15:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:32:02 15:26:01 159924 0 580672 30.86 2620 1138340 1110636 37.90 451052 1110440 128 15:32:02 15:27:01 162708 0 577800 30.71 2620 1138428 1094928 37.37 450808 1108536 20 15:32:02 15:28:01 163208 0 577292 30.68 2620 1138436 1090792 37.23 450300 1108432 20 15:32:02 15:29:01 163264 0 577236 30.68 2620 1138436 1079520 36.84 451432 1107680 20 15:32:02 15:30:01 72636 0 611188 32.48 2620 1195112 1278872 43.65 497336 1147320 109212 15:32:02 15:31:01 172292 0 717280 38.12 2012 989972 1240932 42.35 561260 877100 48 15:32:02 Average: 149005 0 606911 32.26 2519 1123121 1149280 39.22 477031 1076585 18241 15:32:02 15:32:02 15:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:32:02 15:26:01 eth0 474.74 276.39 1051.08 86.58 0.00 0.00 0.00 0.00 15:32:02 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:26:01 docker0 1.95 1.55 0.49 3.62 0.00 0.00 0.00 0.00 15:32:02 15:27:01 eth0 3.50 0.85 1.06 0.59 0.00 0.00 0.00 0.00 15:32:02 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:28:01 eth0 3.30 1.05 1.20 0.75 0.00 0.00 0.00 0.00 15:32:02 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:29:01 eth0 0.93 0.37 0.40 0.23 0.00 0.00 0.00 0.00 15:32:02 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:30:01 eth0 200.18 179.36 1784.21 13.33 0.00 0.00 0.00 0.00 15:32:02 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:31:01 eth0 610.79 538.31 5261.69 108.63 0.00 0.00 0.00 0.00 15:32:02 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 15:31:01 veth58d8b40 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:32:02 15:31:01 docker0 23.38 20.45 2.33 46.12 0.00 0.00 0.00 0.00 15:32:02 Average: eth0 215.71 166.16 1350.96 35.04 0.00 0.00 0.00 0.00 15:32:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 Average: veth58d8b40 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 15:32:02 Average: docker0 4.23 3.67 0.47 8.30 0.00 0.00 0.00 0.00 15:32:02 15:32:02 15:32:02 ---> sar -P ALL: 15:32:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 15:32:02 15:32:02 15:24:31 LINUX RESTART (4 CPU) 15:32:02 15:32:02 15:25:01 CPU %user %nice %system %iowait %steal %idle 15:32:02 15:26:01 all 13.15 0.00 6.08 3.71 0.04 77.02 15:32:02 15:26:01 0 14.06 0.00 6.30 5.30 0.03 74.30 15:32:02 15:26:01 1 12.10 0.00 6.63 4.59 0.03 76.65 15:32:02 15:26:01 2 12.63 0.00 5.62 3.55 0.05 78.16 15:32:02 15:26:01 3 13.81 0.00 5.78 1.40 0.03 78.98 15:32:02 15:27:01 all 0.18 0.00 0.05 0.00 0.00 99.77 15:32:02 15:27:01 0 0.08 0.00 0.05 0.00 0.00 99.87 15:32:02 15:27:01 1 0.07 0.00 0.05 0.00 0.00 99.88 15:32:02 15:27:01 2 0.07 0.00 0.07 0.00 0.00 99.87 15:32:02 15:27:01 3 0.48 0.00 0.05 0.00 0.00 99.47 15:32:02 15:28:01 all 0.19 0.00 0.05 0.00 0.01 99.75 15:32:02 15:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:32:02 15:28:01 1 0.12 0.00 0.05 0.00 0.00 99.83 15:32:02 15:28:01 2 0.07 0.00 0.07 0.00 0.02 99.85 15:32:02 15:28:01 3 0.57 0.00 0.03 0.00 0.03 99.37 15:32:02 15:29:01 all 0.13 0.00 0.05 0.00 0.01 99.81 15:32:02 15:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 15:32:02 15:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:32:02 15:29:01 2 0.05 0.00 0.05 0.00 0.02 99.88 15:32:02 15:29:01 3 0.42 0.00 0.07 0.00 0.00 99.52 15:32:02 15:30:01 all 0.90 0.00 0.58 0.00 0.01 98.51 15:32:02 15:30:01 0 0.70 0.00 0.63 0.00 0.00 98.66 15:32:02 15:30:01 1 0.88 0.00 0.63 0.00 0.02 98.46 15:32:02 15:30:01 2 0.83 0.00 0.67 0.02 0.02 98.47 15:32:02 15:30:01 3 1.17 0.00 0.37 0.00 0.02 98.45 15:32:02 15:31:01 all 15.82 0.00 10.80 3.30 0.22 69.86 15:32:02 15:31:01 0 14.29 0.00 10.33 3.99 0.29 71.09 15:32:02 15:31:01 1 17.04 0.00 11.32 3.03 0.21 68.40 15:32:02 15:31:01 2 16.73 0.00 10.29 2.83 0.17 69.98 15:32:02 15:31:01 3 15.20 0.00 11.24 3.36 0.21 69.99 15:32:02 Average: all 4.99 0.00 2.89 1.15 0.05 90.92 15:32:02 Average: 0 4.78 0.00 2.84 1.52 0.06 90.80 15:32:02 Average: 1 4.97 0.00 3.08 1.26 0.04 90.65 15:32:02 Average: 2 4.99 0.00 2.75 1.05 0.04 91.16 15:32:02 Average: 3 5.21 0.00 2.87 0.78 0.05 91.09 15:32:02 15:32:02 15:32:02