Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ef49de8da9a843e75bc11b5fff5c994b5d12c89d 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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 ‘prd-centos7-docker-4c-2g-1251’ is offline; ‘prd-centos7-docker-4c-2g-1254’ is offline Running on prd-centos7-docker-4c-2g-1270 in /w/workspace/exfoundry_go-mod-registry_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-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ef49de8da9a843e75bc11b5fff5c994b5d12c89d (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef49de8da9a843e75bc11b5fff5c994b5d12c89d # timeout=10 Commit message: "Merge pull request #52 from lenny-intel/dependabot" > git rev-list --no-walk 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:53:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:53:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:53:50 ========================================================= 20:53:50 EdgeX Global Pipelines Version Info 20:53:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:53:52 ------------------- 20:53:52 stable info: 20:53:52 ------------------- 20:53:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:53:52 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 20:53:52 Message: update stable to v1.0.128 20:53:53 ------------------- 20:53:53 experimental info: 20:53:53 ------------------- 20:53:53 Commited By: **** collab-it+edgex@linuxfoundation.org 20:53:53 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 20:53:53 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:53:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 20:53:54 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 20:53:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:53:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:53:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:53:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:53:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:53:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:53:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:53:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:53:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:53:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 20:53:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:53:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:53:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:53:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:53:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:53:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:53:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:53:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:53:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:53:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:53:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:53:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:53:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:53:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:53:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:53:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:53:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef49de8da9a843e75bc11b5fff5c994b5d12c89d [Pipeline] echo 20:53:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef49de8 [Pipeline] echo 20:53:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:58 + git log --format=format:%s -1 ef49de8da9a843e75bc11b5fff5c994b5d12c89d [Pipeline] echo 20:53:58 GIT_COMMIT: ef49de8da9a843e75bc11b5fff5c994b5d12c89d, Commit Message: Merge pull request #52 from lenny-intel/dependabot [Pipeline] echo 20:53:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:53:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:59 20:53:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:54:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:00 latest: Pulling from edgex-devops/git-semver 20:54:00 31603596830f: Pulling fs layer 20:54:00 2a8b12db71e7: Pulling fs layer 20:54:00 6ca5941a6612: Pulling fs layer 20:54:00 ecc8261a40a4: Pulling fs layer 20:54:00 ecc8261a40a4: Waiting 20:54:00 2a8b12db71e7: Verifying Checksum 20:54:00 2a8b12db71e7: Download complete 20:54:00 31603596830f: Download complete 20:54:00 ecc8261a40a4: Verifying Checksum 20:54:00 ecc8261a40a4: Download complete 20:54:00 6ca5941a6612: Verifying Checksum 20:54:00 6ca5941a6612: Download complete 20:54:00 31603596830f: Pull complete 20:54:00 2a8b12db71e7: Pull complete 20:54:01 6ca5941a6612: Pull complete 20:54:01 ecc8261a40a4: Pull complete 20:54:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:54:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:54:02 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 20:54:02 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 20:54:04 $ docker top 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:05 [ssh-agent] Looking for ssh-agent implementation... 20:54:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:05 $ docker exec 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 ssh-agent 20:54:05 SSH_AUTH_SOCK=/tmp/ssh-qrfJrvjFxXc7/agent.12 20:54:05 SSH_AGENT_PID=17 20:54:05 Running ssh-add (command line suppressed) 20:54:05 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7822002801839650061.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7822002801839650061.key) 20:54:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:06 + git describe --exact-match --tags HEAD 20:54:06 fatal: no tag exactly matches 'ef49de8da9a843e75bc11b5fff5c994b5d12c89d' [Pipeline] } 20:54:06 $ docker exec --env ******** --env ******** 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 ssh-agent -k 20:54:06 unset SSH_AUTH_SOCK; 20:54:06 unset SSH_AGENT_PID; 20:54:06 echo Agent pid 17 killed; 20:54:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:54:06 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:54:06 This usually means this commit has not been tagged. [Pipeline] sshagent 20:54:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:06 [ssh-agent] Looking for ssh-agent implementation... 20:54:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:06 $ docker exec 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 ssh-agent 20:54:07 SSH_AUTH_SOCK=/tmp/ssh-lQ3xf9brH6Ua/agent.47 20:54:07 SSH_AGENT_PID=52 20:54:07 Running ssh-add (command line suppressed) 20:54:07 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8243640768671101105.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8243640768671101105.key) 20:54:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:07 + git semver init 20:54:07 # -> Open(): unable to determine branch for HEAD 20:54:07 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 20:54:07 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 20:54:07 # $SEMVER_REMOTE_NAME = origin 20:54:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:07 # $SEMVER_USER_NAME = edgex-jenkins 20:54:07 # $SEMVER_BRANCH = master 20:54:07 # $SEMVER_TEMP = /tmp/semver-848650974 20:54:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 20:54:07 # '/tmp/semver-848650974' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 20:54:07 # -> Force: false 20:54:07 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 20:54:07 $ docker exec --env ******** --env ******** 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 ssh-agent -k 20:54:08 unset SSH_AUTH_SOCK; 20:54:08 unset SSH_AGENT_PID; 20:54:08 echo Agent pid 52 killed; 20:54:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:08 + git semver [Pipeline] } 20:54:08 $ docker stop --time=1 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 20:54:10 $ docker rm -f 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:54:11 Stashed 33 file(s) [Pipeline] echo 20:54:11 [edgeXSemver]: initialized semver on version 0.1.23 [Pipeline] echo 20:54:11 Archived original version: [0.1.23] [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 20:54:26 Still waiting to schedule task 20:54:26 ‘prd-centos7-docker-4c-2g-1255’ is offline; ‘prd-centos7-docker-4c-2g-1278’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1262’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1273’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1275’ doesn’t have label ‘centos7-docker-4c-2g’ 20:54:26 Still waiting to schedule task 20:54:26 Executor slot already in use; ‘prd-centos7-docker-4c-2g-1255’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1278’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1273’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1275’ is offline 21:05:21 Running on prd-centos7-docker-4c-2g-1287 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 21:05:21 Running in /w/workspace/go-mod-registry/11 [Pipeline] { [Pipeline] checkout 21:05:29 using credential edgex-jenkins-ssh 21:05:29 Cloning the remote Git repository 21:05:28 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 21:05:28 > git init /w/workspace/go-mod-registry/11 # timeout=10 21:05:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 21:05:28 > git --version # timeout=10 21:05:28 > git --version # 'git version 2.16.5' 21:05:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:30 Checking out Revision ef49de8da9a843e75bc11b5fff5c994b5d12c89d (master) 21:05:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 21:05:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 21:05:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 21:05:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:05:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:05:29 > git config core.sparsecheckout # timeout=10 21:05:29 > git checkout -f ef49de8da9a843e75bc11b5fff5c994b5d12c89d # timeout=10 21:05:34 Commit message: "Merge pull request #52 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:05:35 ========================================================= 21:05:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:05:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:05:36 + 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 . 21:05:37 Sending build context to Docker daemon 391.7kB 21:05:37 Step 1/7 : ARG BASE=golang:1.15-alpine 21:05:37 Step 2/7 : FROM ${BASE} 21:05:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:05:37 df20fa9351a1: Pulling fs layer 21:05:37 ed8968b2872e: Pulling fs layer 21:05:37 a92cc7c5fd73: Pulling fs layer 21:05:37 e871e8e8d7a9: Pulling fs layer 21:05:37 e73272ec9a57: Pulling fs layer 21:05:37 1e910a182e73: Pulling fs layer 21:05:37 4e634b169226: Pulling fs layer 21:05:37 1e910a182e73: Waiting 21:05:37 4e634b169226: Waiting 21:05:37 e871e8e8d7a9: Waiting 21:05:37 e73272ec9a57: Waiting 21:05:37 a92cc7c5fd73: Download complete 21:05:37 ed8968b2872e: Verifying Checksum 21:05:37 ed8968b2872e: Download complete 21:05:38 e73272ec9a57: Verifying Checksum 21:05:38 e73272ec9a57: Download complete 21:05:38 1e910a182e73: Verifying Checksum 21:05:38 1e910a182e73: Download complete 21:05:38 df20fa9351a1: Verifying Checksum 21:05:38 df20fa9351a1: Download complete 21:05:39 df20fa9351a1: Pull complete 21:05:39 ed8968b2872e: Pull complete 21:05:39 a92cc7c5fd73: Pull complete 21:05:46 4e634b169226: Verifying Checksum 21:05:46 4e634b169226: Download complete 21:05:48 e871e8e8d7a9: Verifying Checksum 21:05:48 e871e8e8d7a9: Download complete 21:05:56 e871e8e8d7a9: Pull complete 21:05:56 e73272ec9a57: Pull complete 21:05:56 1e910a182e73: Pull complete 21:06:00 4e634b169226: Pull complete 21:06:00 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:06:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:06:00 ---> f7629b54cfaa 21:06:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:06:00 ---> Running in 6f95bfef36ad 21:06:00 Removing intermediate container 6f95bfef36ad 21:06:00 ---> 147cf34b4f7a 21:06:00 Step 4/7 : RUN apk add --update bash 21:06:00 ---> Running in 9157dca53baf 21:06:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:05 OK: 166 MiB in 39 packages 21:06:06 Removing intermediate container 9157dca53baf 21:06:06 ---> 702bb36a0d8b 21:06:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:06:06 ---> Running in 490677547bfb 21:06:06 Removing intermediate container 490677547bfb 21:06:06 ---> 1b4623b4b84c 21:06:06 Step 6/7 : COPY go.mod . 21:06:06 ---> 131e0d837a39 21:06:06 Step 7/7 : RUN go mod download 21:06:06 ---> Running in 0067c8bf7b0f 21:06:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1311 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 21:06:18 Running in /w/workspace/go-mod-registry/11 [Pipeline] { [Pipeline] checkout 21:06:19 Removing intermediate container 0067c8bf7b0f 21:06:19 ---> bfe26803b86b 21:06:19 Successfully built bfe26803b86b 21:06:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:06:19 + docker inspect -f . ci-base-image-x86_64 21:06:19 . [Pipeline] withDockerContainer 21:06:20 prd-centos7-docker-4c-2g-1287 does not seem to be running inside a container 21:06:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/11 -v /w/workspace/go-mod-registry/11:/w/workspace/go-mod-registry/11:rw,z -v /w/workspace/go-mod-registry/11@tmp:/w/workspace/go-mod-registry/11@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-x86_64 cat 21:06:21 $ docker top 0167ab3aeb06058f20c25cb3d26afa0d6f37d30146ba554aff4b4f598447c042 -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:22 + go version 21:06:22 go version go1.15.2 linux/amd64 [Pipeline] } 21:06:22 $ docker stop --time=1 0167ab3aeb06058f20c25cb3d26afa0d6f37d30146ba554aff4b4f598447c042 21:06:24 $ docker rm -f 0167ab3aeb06058f20c25cb3d26afa0d6f37d30146ba554aff4b4f598447c042 21:06:24 using credential edgex-jenkins-ssh 21:06:25 Cloning the remote Git repository [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] } 21:06:25 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 21:06:25 > git init /w/workspace/go-mod-registry/11 # timeout=10 21:06:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 21:06:25 > git --version # timeout=10 21:06:25 > git --version # 'git version 2.17.1' 21:06:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [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 21:06:26 Checking out Revision ef49de8da9a843e75bc11b5fff5c994b5d12c89d (master) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 21:06:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 21:06:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 21:06:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 21:06:26 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:06:26 > git config core.sparsecheckout # timeout=10 21:06:26 > git checkout -f ef49de8da9a843e75bc11b5fff5c994b5d12c89d # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:06:31 Commit message: "Merge pull request #52 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:06:33 ========================================================= 21:06:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:06:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:06:34 + 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 . 21:06:35 Sending build context to Docker daemon 391.7kB 21:06:35 Step 1/7 : ARG BASE=golang:1.15-alpine 21:06:35 Step 2/7 : FROM ${BASE} 21:06:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:06:35 b538f80385f9: Pulling fs layer 21:06:35 74f711af9a0d: Pulling fs layer 21:06:35 99f96fe45779: Pulling fs layer 21:06:35 8529a6b9a6be: Pulling fs layer 21:06:35 45590311c82a: Pulling fs layer 21:06:35 69ca0ff8b7b3: Pulling fs layer 21:06:35 209524e5b208: Pulling fs layer 21:06:35 8529a6b9a6be: Waiting 21:06:35 45590311c82a: Waiting 21:06:35 69ca0ff8b7b3: Waiting 21:06:35 99f96fe45779: Verifying Checksum 21:06:35 99f96fe45779: Download complete 21:06:35 74f711af9a0d: Download complete 21:06:35 45590311c82a: Verifying Checksum 21:06:35 45590311c82a: Download complete 21:06:35 69ca0ff8b7b3: Verifying Checksum 21:06:35 69ca0ff8b7b3: Download complete 21:06:36 b538f80385f9: Verifying Checksum 21:06:36 b538f80385f9: Download complete 21:06:36 b538f80385f9: Pull complete 21:06:37 74f711af9a0d: Pull complete 21:06:37 99f96fe45779: Pull complete 21:06:44 209524e5b208: Verifying Checksum 21:06:44 209524e5b208: Download complete 21:06:48 8529a6b9a6be: Verifying Checksum 21:06:48 8529a6b9a6be: Download complete 21:06:58 8529a6b9a6be: Pull complete 21:06:58 45590311c82a: Pull complete 21:06:58 69ca0ff8b7b3: Pull complete 21:07:03 209524e5b208: Pull complete 21:07:03 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:07:03 ---> 5bddaf1c2fca 21:07:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:07:06 ---> Running in bd59e25b07ef 21:07:06 Removing intermediate container bd59e25b07ef 21:07:06 ---> e82542ac24b0 21:07:06 Step 4/7 : RUN apk add --update bash 21:07:06 ---> Running in e79c0894c578 21:07:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:11 OK: 142 MiB in 39 packages 21:07:12 Removing intermediate container e79c0894c578 21:07:12 ---> b88a38b28b5d 21:07:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:07:12 ---> Running in 9b1384e8402f 21:07:13 Removing intermediate container 9b1384e8402f 21:07:13 ---> a552fd52b54e 21:07:13 Step 6/7 : COPY go.mod . 21:07:14 ---> d61acad332fc 21:07:14 Step 7/7 : RUN go mod download 21:07:14 ---> Running in aa966096f2c2 21:07:26 Removing intermediate container aa966096f2c2 21:07:26 ---> b44bed281fa1 21:07:26 Successfully built b44bed281fa1 21:07:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:07:27 + docker inspect -f . ci-base-image-arm64 21:07:27 . [Pipeline] withDockerContainer 21:07:27 prd-ubuntu18.04-docker-arm64-4c-16g-1311 does not seem to be running inside a container 21:07:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/11 -v /w/workspace/go-mod-registry/11:/w/workspace/go-mod-registry/11:rw,z -v /w/workspace/go-mod-registry/11@tmp:/w/workspace/go-mod-registry/11@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 21:07:29 $ docker top f11ddf7f104c405e17c3341218add96439b1c23809eae991b2d448339321486d -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:31 + go version 21:07:31 go version go1.15.2 linux/arm64 [Pipeline] } 21:07:31 $ docker stop --time=1 f11ddf7f104c405e17c3341218add96439b1c23809eae991b2d448339321486d 21:07:33 $ docker rm -f f11ddf7f104c405e17c3341218add96439b1c23809eae991b2d448339321486d [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 21:07:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:07:35 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:07:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:07:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:07:36 21:07:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 21:07:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:07:36 1.317.0: Pulling from edgex-devops/edgex-snyk-go 21:07:36 cbdbe7a5bc2a: Pulling fs layer 21:07:36 408f87550127: Pulling fs layer 21:07:36 fe522b08c979: Pulling fs layer 21:07:36 221eaa008020: Pulling fs layer 21:07:36 2a4607e5d6b9: Pulling fs layer 21:07:36 8f79b27c4fd2: Pulling fs layer 21:07:36 e5c8dbe1645b: Pulling fs layer 21:07:36 23e8b3b47431: Pulling fs layer 21:07:36 5c568d65a230: Pulling fs layer 21:07:36 221eaa008020: Waiting 21:07:36 2a4607e5d6b9: Waiting 21:07:36 8f79b27c4fd2: Waiting 21:07:36 e5c8dbe1645b: Waiting 21:07:36 23e8b3b47431: Waiting 21:07:36 5c568d65a230: Waiting 21:07:36 fe522b08c979: Download complete 21:07:36 408f87550127: Verifying Checksum 21:07:36 408f87550127: Download complete 21:07:36 2a4607e5d6b9: Verifying Checksum 21:07:36 2a4607e5d6b9: Download complete 21:07:36 8f79b27c4fd2: Verifying Checksum 21:07:36 8f79b27c4fd2: Download complete 21:07:36 cbdbe7a5bc2a: Download complete 21:07:36 cbdbe7a5bc2a: Pull complete 21:07:36 408f87550127: Pull complete 21:07:37 fe522b08c979: Pull complete 21:07:37 e5c8dbe1645b: Verifying Checksum 21:07:37 e5c8dbe1645b: Download complete 21:07:38 23e8b3b47431: Verifying Checksum 21:07:38 23e8b3b47431: Download complete 21:07:38 5c568d65a230: Verifying Checksum 21:07:38 5c568d65a230: Download complete 21:07:39 221eaa008020: Verifying Checksum 21:07:39 221eaa008020: Download complete 21:07:46 221eaa008020: Pull complete 21:07:46 2a4607e5d6b9: Pull complete 21:07:46 8f79b27c4fd2: Pull complete 21:07:48 e5c8dbe1645b: Pull complete 21:07:50 23e8b3b47431: Pull complete 21:07:51 5c568d65a230: Pull complete 21:07:51 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 21:07:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:07:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 21:07:52 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 21:07:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/exfoundry_go-mod-registry_master:/ws -w /ws --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 21:07:53 $ docker top 1f397e9fb62c22111c52e88549dbd7ab780b0e2eeda2e025796ae5990dcb0d2c -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:53 + snyk monitor '--org=edgex-jenkins' 21:07:56 21:07:56 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... 21:07:56 21:07:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/a2a8ae71-bcaf-42f0-9375-73d11742770b 21:07:56 21:07:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:07:56 21:07:56 21:07:56 Snyk CLI supports Node.js 8 and higher. 21:07:56 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 21:07:56 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 21:07:56 21:07:56 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 21:07:56 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 21:07:56 $ docker stop --time=1 1f397e9fb62c22111c52e88549dbd7ab780b0e2eeda2e025796ae5990dcb0d2c 21:07:58 $ docker rm -f 1f397e9fb62c22111c52e88549dbd7ab780b0e2eeda2e025796ae5990dcb0d2c [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] unstash [Pipeline] isUnix [Pipeline] sh 21:08:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:08:00 . [Pipeline] withDockerContainer 21:08:00 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 21:08:00 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 21:08:01 $ docker top 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:08:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:08:02 [ssh-agent] Looking for ssh-agent implementation... 21:08:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:08:02 $ docker exec 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 ssh-agent 21:08:02 SSH_AUTH_SOCK=/tmp/ssh-6TRrxE0DTxgc/agent.13 21:08:02 SSH_AGENT_PID=18 21:08:02 Running ssh-add (command line suppressed) 21:08:02 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8175948074535269229.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8175948074535269229.key) 21:08:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:08:03 + git semver tag 21:08:03 # -> Open(): unable to determine branch for HEAD 21:08:03 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 21:08:03 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 21:08:03 # $SEMVER_REMOTE_NAME = origin 21:08:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:08:03 # $SEMVER_USER_NAME = edgex-jenkins 21:08:03 # $SEMVER_BRANCH = master 21:08:03 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 21:08:03 # ef49de8da9a843e75bc11b5fff5c994b5d12c89d HEAD 21:08:03 # -> Force: false 21:08:03 # e961da4b2be383ddf493eaab36a465793276ef6a refs/tags/v0.1.23 [Pipeline] } 21:08:03 $ docker exec --env ******** --env ******** 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 ssh-agent -k 21:08:03 unset SSH_AUTH_SOCK; 21:08:03 unset SSH_AGENT_PID; 21:08:03 echo Agent pid 18 killed; 21:08:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:08:04 + git semver [Pipeline] } 21:08:04 $ docker stop --time=1 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 21:08:05 $ docker rm -f 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:08:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:08:06 21:08:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:08:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:08:06 0.23.1-centos7: Pulling from edgex-lftools 21:08:06 ab5ef0e58194: Pulling fs layer 21:08:06 9712f1f96733: Pulling fs layer 21:08:06 63f879dbbcfc: Pulling fs layer 21:08:06 0d9ebad4ef96: Pulling fs layer 21:08:06 e9a5061849ea: Pulling fs layer 21:08:06 d747dcd14b5f: Pulling fs layer 21:08:06 2de7ff778b66: Pulling fs layer 21:08:06 e9a5061849ea: Waiting 21:08:06 0d9ebad4ef96: Waiting 21:08:06 d747dcd14b5f: Waiting 21:08:06 2de7ff778b66: Waiting 21:08:06 9712f1f96733: Verifying Checksum 21:08:06 9712f1f96733: Download complete 21:08:09 63f879dbbcfc: Verifying Checksum 21:08:09 63f879dbbcfc: Download complete 21:08:09 e9a5061849ea: Verifying Checksum 21:08:09 e9a5061849ea: Download complete 21:08:09 d747dcd14b5f: Verifying Checksum 21:08:09 d747dcd14b5f: Download complete 21:08:09 2de7ff778b66: Verifying Checksum 21:08:09 2de7ff778b66: Download complete 21:08:09 0d9ebad4ef96: Verifying Checksum 21:08:09 0d9ebad4ef96: Download complete 21:08:09 ab5ef0e58194: Verifying Checksum 21:08:09 ab5ef0e58194: Download complete 21:08:13 ab5ef0e58194: Pull complete 21:08:13 9712f1f96733: Pull complete 21:08:16 63f879dbbcfc: Pull complete 21:08:21 0d9ebad4ef96: Pull complete 21:08:22 e9a5061849ea: Pull complete 21:08:22 d747dcd14b5f: Pull complete 21:08:26 2de7ff778b66: Pull complete 21:08:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:08:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:08:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:08:26 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 21:08:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 21:08:30 $ docker top d988e5f6b1854b095bf3aa58a76ff42f8ffe5caa6a5960375d89d56aad645deb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:08:30 provisioning config files... 21:08:30 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6701386931950290045tmp 21:08:30 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config3285438961021913725tmp 21:08:30 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config8749639512559601514tmp [Pipeline] { [Pipeline] echo 21:08:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:08:31 ---> sigul-configuration.sh 21:08:31 gpg: directory `/root/.gnupg' created 21:08:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:08:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:08:31 gpg: keyring `/root/.gnupg/secring.gpg' created 21:08:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:08:31 gpg: CAST5 encrypted data 21:08:31 gpg: encrypted with 1 passphrase 21:08:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:08:31 + mkdir /home/jenkins 21:08:31 + mkdir /home/jenkins/sigul [Pipeline] sh 21:08:32 + 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 21:08:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:08:32 ---> sigul-install.sh 21:08:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:08:38 + git tag --list 21:08:38 v0.0.0 21:08:38 v0.1.0 21:08:38 v0.1.1 21:08:38 v0.1.10 21:08:38 v0.1.11 21:08:38 v0.1.12 21:08:38 v0.1.13 21:08:38 v0.1.14 21:08:38 v0.1.15 21:08:38 v0.1.16 21:08:38 v0.1.17 21:08:38 v0.1.18 21:08:38 v0.1.19 21:08:38 v0.1.2 21:08:38 v0.1.20 21:08:38 v0.1.21 21:08:38 v0.1.22 21:08:38 v0.1.23 21:08:38 v0.1.3 21:08:38 v0.1.4 21:08:38 v0.1.5 21:08:38 v0.1.6 21:08:38 v0.1.7 21:08:38 v0.1.8 21:08:38 v0.1.9 [Pipeline] sh 21:08:38 + lftools sign git-tag v0.1.23 21:08:40 Signing Git tag with Sigul... 21:08:40 Signing v0.1.23 [Pipeline] echo 21:08:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:08:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:08:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:08:41 $ docker stop --time=1 d988e5f6b1854b095bf3aa58a76ff42f8ffe5caa6a5960375d89d56aad645deb 21:08:43 $ docker rm -f d988e5f6b1854b095bf3aa58a76ff42f8ffe5caa6a5960375d89d56aad645deb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:08:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:08:44 . [Pipeline] withDockerContainer 21:08:44 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 21:08:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 21:08:45 $ docker top 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:08:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:08:45 [ssh-agent] Looking for ssh-agent implementation... 21:08:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:08:45 $ docker exec 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 ssh-agent 21:08:45 SSH_AUTH_SOCK=/tmp/ssh-QQ08nr8oXSZk/agent.12 21:08:45 SSH_AGENT_PID=17 21:08:45 Running ssh-add (command line suppressed) 21:08:46 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7708504252377872258.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7708504252377872258.key) 21:08:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:08:46 + git semver bump patch 21:08:46 # -> Open(): unable to determine branch for HEAD 21:08:46 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 21:08:46 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 21:08:46 # $SEMVER_REMOTE_NAME = origin 21:08:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:08:46 # $SEMVER_USER_NAME = edgex-jenkins 21:08:46 # $SEMVER_BRANCH = master 21:08:46 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 21:08:46 0.1.24 [Pipeline] } 21:08:46 $ docker exec --env ******** --env ******** 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 ssh-agent -k 21:08:46 unset SSH_AUTH_SOCK; 21:08:46 unset SSH_AGENT_PID; 21:08:46 echo Agent pid 17 killed; 21:08:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:08:47 + git semver [Pipeline] } 21:08:47 $ docker stop --time=1 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 21:08:48 $ docker rm -f 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:08:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:08:49 . [Pipeline] withDockerContainer 21:08:49 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 21:08:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 21:08:50 $ docker top 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:08:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:08:50 [ssh-agent] Looking for ssh-agent implementation... 21:08:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:08:50 $ docker exec 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d ssh-agent 21:08:51 SSH_AUTH_SOCK=/tmp/ssh-2vFRBBxNUI0z/agent.11 21:08:51 SSH_AGENT_PID=17 21:08:51 Running ssh-add (command line suppressed) 21:08:51 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3494992542613313830.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3494992542613313830.key) 21:08:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:08:51 + git semver push 21:08:51 # -> Open(): unable to determine branch for HEAD 21:08:51 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 21:08:51 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 21:08:51 # $SEMVER_REMOTE_NAME = origin 21:08:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:08:51 # $SEMVER_USER_NAME = edgex-jenkins 21:08:51 # $SEMVER_BRANCH = master 21:08:51 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 21:08:58 $ docker exec --env ******** --env ******** 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d ssh-agent -k 21:08:58 unset SSH_AUTH_SOCK; 21:08:58 unset SSH_AGENT_PID; 21:08:58 echo Agent pid 17 killed; 21:08:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:08:59 + git semver [Pipeline] } 21:08:59 $ docker stop --time=1 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d 21:09:00 $ docker rm -f 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d [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 21:09:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:09:03 ---> package-listing.sh 21:09:03 ++ facter osfamily 21:09:03 ++ tr '[:upper:]' '[:lower:]' 21:09:03 + OS_FAMILY=redhat 21:09:03 + workspace=/w/workspace/exfoundry_go-mod-registry_master 21:09:03 + START_PACKAGES=/tmp/packages_start.txt 21:09:03 + END_PACKAGES=/tmp/packages_end.txt 21:09:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:09:03 + PACKAGES=/tmp/packages_start.txt 21:09:03 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 21:09:03 + PACKAGES=/tmp/packages_end.txt 21:09:03 + case "${OS_FAMILY}" in 21:09:03 + rpm -qa 21:09:03 + sort 21:09:07 + '[' -f /tmp/packages_start.txt ']' 21:09:07 + '[' -f /tmp/packages_end.txt ']' 21:09:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:09:07 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 21:09:07 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 21:09:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] isUnix [Pipeline] sh 21:09:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:07 21:09:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:09:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:08 alpine: Pulling from edgex-lftools-log-publisher 21:09:08 df20fa9351a1: Pulling fs layer 21:09:08 36b3adc4ff6f: Pulling fs layer 21:09:08 8ad3a11d3b57: Pulling fs layer 21:09:08 46f8f816bc3b: Pulling fs layer 21:09:08 0dadc02b9964: Pulling fs layer 21:09:08 ce6a7cf60c04: Pulling fs layer 21:09:08 7a184a31f384: Pulling fs layer 21:09:08 0879bd2ef858: Pulling fs layer 21:09:08 0dadc02b9964: Waiting 21:09:08 ce6a7cf60c04: Waiting 21:09:08 7a184a31f384: Waiting 21:09:08 0879bd2ef858: Waiting 21:09:08 46f8f816bc3b: Waiting 21:09:08 36b3adc4ff6f: Verifying Checksum 21:09:08 36b3adc4ff6f: Download complete 21:09:08 46f8f816bc3b: Download complete 21:09:08 0dadc02b9964: Verifying Checksum 21:09:08 0dadc02b9964: Download complete 21:09:08 df20fa9351a1: Verifying Checksum 21:09:08 df20fa9351a1: Download complete 21:09:08 ce6a7cf60c04: Verifying Checksum 21:09:08 ce6a7cf60c04: Download complete 21:09:08 7a184a31f384: Verifying Checksum 21:09:08 7a184a31f384: Download complete 21:09:08 8ad3a11d3b57: Verifying Checksum 21:09:08 8ad3a11d3b57: Download complete 21:09:08 df20fa9351a1: Pull complete 21:09:08 0879bd2ef858: Verifying Checksum 21:09:08 0879bd2ef858: Download complete 21:09:08 36b3adc4ff6f: Pull complete 21:09:09 8ad3a11d3b57: Pull complete 21:09:09 46f8f816bc3b: Pull complete 21:09:10 0dadc02b9964: Pull complete 21:09:10 ce6a7cf60c04: Pull complete 21:09:10 7a184a31f384: Pull complete 21:09:13 0879bd2ef858: Pull complete 21:09:13 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:09:13 prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container 21:09:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 21:09:18 $ docker top dd70c6a97757e9e1ea160039e702ea0d7c62bc870f18f2599614a770488e8069 -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:19 + mkdir -p /var/log/sa [Pipeline] sh 21:09:19 + ls /var/log/sa-host 21:09:19 + sadf -c /var/log/sa-host/sa05 21:09:19 file_magic: OK 21:09:19 HZ: Using current value: 100 21:09:19 file_header: OK 21:09:19 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 21:09:19 Statistics: 21:09:19 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:09:19 File successfully converted to sysstat format version 12.2.1 21:09:19 + sadf -c /var/log/sa-host/sa24 21:09:19 file_magic: OK 21:09:19 HZ: Using current value: 100 21:09:19 file_header: OK 21:09:19 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 21:09:19 Statistics: 21:09:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:09:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:09:19 provisioning config files... 21:09:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config7262155841751294600tmp [Pipeline] { [Pipeline] echo 21:09:19 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:09:19 ---> create-netrc.sh [Pipeline] echo 21:09:19 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:09:20 ---> logs-deploy.sh 21:09:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/11 21:09:20 INFO: archiving workspace using pattern(s): 21:09:21 Archives upload complete. 21:09:21 INFO: archiving logs to Nexus 21:09:22 ---> uname -a: 21:09:22 Linux dd70c6a97757 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:09:22 21:09:22 21:09:22 ---> lscpu: 21:09:22 Architecture: x86_64 21:09:22 CPU op-mode(s): 32-bit, 64-bit 21:09:22 Byte Order: Little Endian 21:09:22 Address sizes: 40 bits physical, 48 bits virtual 21:09:22 CPU(s): 4 21:09:22 On-line CPU(s) list: 0-3 21:09:22 Thread(s) per core: 1 21:09:22 Core(s) per socket: 1 21:09:22 Socket(s): 4 21:09:22 NUMA node(s): 1 21:09:22 Vendor ID: GenuineIntel 21:09:22 CPU family: 6 21:09:22 Model: 44 21:09:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:09:22 Stepping: 1 21:09:22 CPU MHz: 2933.442 21:09:22 BogoMIPS: 5866.88 21:09:22 Virtualization: VT-x 21:09:22 Hypervisor vendor: KVM 21:09:22 Virtualization type: full 21:09:22 L1d cache: 128 KiB 21:09:22 L1i cache: 128 KiB 21:09:22 L2 cache: 16 MiB 21:09:22 L3 cache: 64 MiB 21:09:22 NUMA node0 CPU(s): 0-3 21:09:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:09:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:09:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:09:22 Vulnerability Meltdown: Mitigation; PTI 21:09:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:09:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:09:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:09:22 Vulnerability Tsx async abort: Not affected 21:09:22 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 21:09:22 21:09:22 21:09:22 ---> nproc: 21:09:22 4 21:09:22 21:09:22 21:09:22 ---> df -h: 21:09:22 Filesystem Size Used Available Use% Mounted on 21:09:22 overlay 50.0G 7.8G 42.2G 16% / 21:09:22 tmpfs 64.0M 0 64.0M 0% /dev 21:09:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:09:22 shm 64.0M 0 64.0M 0% /dev/shm 21:09:22 /dev/vda1 50.0G 7.8G 42.2G 16% /etc/resolv.conf 21:09:22 /dev/vda1 50.0G 7.8G 42.2G 16% /etc/hostname 21:09:22 /dev/vda1 50.0G 7.8G 42.2G 16% /etc/hosts 21:09:22 /dev/vda1 50.0G 7.8G 42.2G 16% /var/log/sa-host 21:09:22 /dev/vda1 50.0G 7.8G 42.2G 16% /w/workspace/exfoundry_go-mod-registry_master 21:09:22 /dev/vda1 50.0G 7.8G 42.2G 16% /w/workspace/exfoundry_go-mod-registry_master@tmp 21:09:22 21:09:22 21:09:22 ---> free -m: 21:09:22 total used free shared buff/cache available 21:09:22 Mem: 1837 696 119 0 1021 1078 21:09:22 Swap: 1023 2 1021 21:09:22 21:09:22 21:09:22 ---> ip addr: 21:09:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:09:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:09:22 inet 127.0.0.1/8 scope host lo 21:09:22 valid_lft forever preferred_lft forever 21:09:22 16: eth0@if17: mtu 1458 qdisc noqueue state UP 21:09:22 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:09:22 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:09:22 valid_lft forever preferred_lft forever 21:09:22 21:09:22 21:09:22 ---> sar -b -r -n DEV: 21:09:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 21:09:22 21:09:22 20:52:42 LINUX RESTART (4 CPU) 21:09:22 21:09:22 20:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:09:22 20:55:01 19.42 3.43 16.00 0.00 995.61 2331.19 0.00 21:09:22 20:56:01 0.38 0.00 0.38 0.00 0.00 6.06 0.00 21:09:22 20:57:01 0.27 0.00 0.27 0.00 0.00 2.75 0.00 21:09:22 20:58:01 0.23 0.00 0.23 0.00 0.00 2.03 0.00 21:09:22 20:59:01 0.33 0.00 0.33 0.00 0.00 4.96 0.00 21:09:22 21:00:01 0.27 0.02 0.25 0.00 0.13 2.75 0.00 21:09:22 21:01:01 0.37 0.02 0.35 0.00 0.13 3.70 0.00 21:09:22 21:02:01 0.43 0.12 0.32 0.00 2.13 6.13 0.00 21:09:22 21:03:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 21:09:22 21:04:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 21:09:22 21:05:01 0.27 0.00 0.27 0.00 0.00 2.26 0.00 21:09:22 21:06:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 21:09:22 21:07:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 21:09:22 21:08:01 176.86 96.80 80.05 0.00 5661.01 30779.17 0.00 21:09:22 21:09:02 182.35 55.19 127.17 0.00 2950.56 32659.00 0.00 21:09:22 Average: 25.48 10.37 15.11 0.00 640.78 4388.45 0.00 21:09:22 21:09:22 20:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:09:22 20:55:01 177388 0 498732 26.51 2620 1202816 984824 33.61 377416 1165808 20 21:09:22 20:56:01 179236 0 496880 26.41 2620 1202820 974924 33.27 376816 1164716 12 21:09:22 20:57:01 179140 0 496968 26.41 2620 1202828 966700 32.99 378120 1164220 12 21:09:22 20:58:01 178316 0 497792 26.46 2620 1202828 966700 32.99 385936 1157056 8 21:09:22 20:59:01 176224 0 499880 26.57 2620 1202832 966888 33.00 402516 1142844 8 21:09:22 21:00:01 176980 0 499112 26.53 2620 1202844 966768 32.99 401764 1142844 12 21:09:22 21:01:01 175924 0 500168 26.58 2620 1202844 969240 33.08 397336 1148148 8 21:09:22 21:02:01 176484 0 499460 26.55 2620 1202992 967276 33.01 396900 1148224 8 21:09:22 21:03:01 176888 0 499048 26.52 2620 1203000 967276 33.01 396660 1148224 8 21:09:22 21:04:01 176148 0 499784 26.56 2620 1203004 967360 33.01 395652 1149928 8 21:09:22 21:05:01 176500 0 499432 26.54 2620 1203004 967276 33.01 395068 1149928 12 21:09:22 21:06:01 175912 0 500012 26.57 2620 1203012 967384 33.02 393044 1152752 8 21:09:22 21:07:01 175688 0 500232 26.59 2620 1203016 967496 33.02 393252 1152752 8 21:09:22 21:08:01 196984 0 546712 29.06 2620 1135240 1085712 37.05 451948 1035052 40 21:09:22 21:09:02 254068 0 642272 34.14 1948 983268 1004824 34.29 557696 780848 20 21:09:22 Average: 183459 0 511766 27.20 2575 1183757 979377 33.42 406675 1120223 13 21:09:22 21:09:22 20:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:09:22 20:55:01 eth0 27.15 19.94 28.39 21.30 0.00 0.00 0.00 0.00 21:09:22 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 20:55:01 docker0 1.25 1.18 0.28 1.64 0.00 0.00 0.00 0.00 21:09:22 20:56:01 eth0 1.25 0.53 0.57 0.39 0.00 0.00 0.00 0.00 21:09:22 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 20:57:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 21:09:22 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 20:58:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:09:22 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 20:59:01 eth0 0.38 0.23 0.17 0.07 0.00 0.00 0.00 0.00 21:09:22 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:00:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:09:22 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:09:22 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:02:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:09:22 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:03:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:09:22 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:04:01 eth0 0.48 0.23 0.30 0.07 0.00 0.00 0.00 0.00 21:09:22 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:05:01 eth0 12.07 0.07 1.08 0.01 0.00 0.00 0.00 0.00 21:09:22 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:06:01 eth0 3.45 0.37 0.59 0.18 0.00 0.00 0.00 0.00 21:09:22 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:07:01 eth0 1.88 0.92 1.07 0.77 0.00 0.00 0.00 0.00 21:09:22 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:08:01 eth0 459.39 417.72 3818.39 68.28 0.00 0.00 0.00 0.00 21:09:22 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:08:01 veth6453583 0.02 0.07 0.00 0.01 0.00 0.00 0.00 0.00 21:09:22 21:08:01 docker0 12.65 10.51 1.33 20.18 0.00 0.00 0.00 0.00 21:09:22 21:09:02 eth0 503.88 428.18 3460.06 92.13 0.00 0.00 0.00 0.00 21:09:22 21:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 21:09:02 docker0 38.94 59.68 2.30 200.78 0.00 0.00 0.00 0.00 21:09:22 Average: eth0 67.40 57.92 487.48 12.22 0.00 0.00 0.00 0.00 21:09:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:22 Average: docker0 3.52 4.76 0.26 14.84 0.00 0.00 0.00 0.00 21:09:22 21:09:22 21:09:22 ---> sar -P ALL: 21:09:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 21:09:22 21:09:22 20:52:42 LINUX RESTART (4 CPU) 21:09:22 21:09:22 20:54:01 CPU %user %nice %system %iowait %steal %idle 21:09:22 20:55:01 all 1.86 0.00 1.12 0.39 0.09 96.54 21:09:22 20:55:01 0 1.77 0.00 1.22 0.03 0.10 96.87 21:09:22 20:55:01 1 2.09 0.00 1.12 0.10 0.07 96.63 21:09:22 20:55:01 2 1.89 0.00 0.95 0.37 0.08 96.71 21:09:22 20:55:01 3 1.67 0.00 1.20 1.07 0.10 95.95 21:09:22 20:56:01 all 0.19 0.00 0.05 0.00 0.00 99.76 21:09:22 20:56:01 0 0.12 0.00 0.07 0.00 0.00 99.82 21:09:22 20:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:09:22 20:56:01 2 0.55 0.00 0.03 0.00 0.00 99.42 21:09:22 20:56:01 3 0.07 0.00 0.05 0.00 0.00 99.88 21:09:22 20:57:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:09:22 20:57:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:09:22 20:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:09:22 20:57:01 2 0.48 0.00 0.05 0.00 0.00 99.47 21:09:22 20:57:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:09:22 20:58:01 all 0.14 0.00 0.04 0.00 0.00 99.82 21:09:22 20:58:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:09:22 20:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:09:22 20:58:01 2 0.43 0.00 0.07 0.00 0.00 99.50 21:09:22 20:58:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:09:22 20:59:01 all 0.16 0.00 0.07 0.00 0.00 99.78 21:09:22 20:59:01 0 0.07 0.00 0.07 0.00 0.00 99.87 21:09:22 20:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:09:22 20:59:01 2 0.48 0.00 0.15 0.00 0.00 99.37 21:09:22 20:59:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:09:22 21:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:09:22 21:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:09:22 21:00:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:09:22 21:00:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:09:22 21:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:09:22 21:01:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:09:22 21:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:09:22 21:01:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:09:22 21:01:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:09:22 21:01:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:09:22 21:02:01 all 0.10 0.00 0.05 0.00 0.00 99.86 21:09:22 21:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:09:22 21:02:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:09:22 21:02:01 2 0.30 0.00 0.07 0.00 0.00 99.63 21:09:22 21:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:09:22 21:03:01 all 0.04 0.00 0.04 0.00 0.00 99.92 21:09:22 21:03:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:09:22 21:03:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:09:22 21:03:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:09:22 21:03:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:09:22 21:04:01 all 0.03 0.00 0.03 0.00 0.00 99.94 21:09:22 21:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:09:22 21:04:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:09:22 21:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:09:22 21:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:09:22 21:05:01 all 0.12 0.00 0.04 0.00 0.04 99.80 21:09:22 21:05:01 0 0.03 0.00 0.02 0.00 0.05 99.90 21:09:22 21:05:01 1 0.07 0.00 0.05 0.00 0.05 99.83 21:09:22 21:05:01 2 0.35 0.00 0.05 0.00 0.03 99.57 21:09:22 21:05:01 3 0.03 0.00 0.05 0.00 0.02 99.90 21:09:22 21:09:22 21:05:01 CPU %user %nice %system %iowait %steal %idle 21:09:22 21:06:01 all 0.05 0.00 0.03 0.00 0.04 99.87 21:09:22 21:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:09:22 21:06:01 1 0.05 0.00 0.05 0.00 0.10 99.80 21:09:22 21:06:01 2 0.12 0.00 0.03 0.00 0.02 99.83 21:09:22 21:06:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:09:22 21:07:01 all 0.15 0.00 0.03 0.00 0.03 99.80 21:09:22 21:07:01 0 0.07 0.00 0.03 0.00 0.05 99.85 21:09:22 21:07:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:09:22 21:07:01 2 0.42 0.00 0.03 0.00 0.03 99.52 21:09:22 21:07:01 3 0.05 0.00 0.02 0.00 0.02 99.92 21:09:22 21:08:01 all 7.61 0.00 4.66 1.61 0.03 86.09 21:09:22 21:08:01 0 7.49 0.00 4.74 0.61 0.03 87.12 21:09:22 21:08:01 1 8.59 0.00 4.39 1.27 0.03 85.73 21:09:22 21:08:01 2 7.47 0.00 4.85 2.52 0.02 85.15 21:09:22 21:08:01 3 6.90 0.00 4.65 2.05 0.03 86.37 21:09:22 21:09:02 all 11.00 0.00 8.14 2.18 0.06 78.62 21:09:22 21:09:02 0 12.32 0.00 7.78 0.60 0.07 79.23 21:09:22 21:09:02 1 11.36 0.00 7.95 4.55 0.05 76.09 21:09:22 21:09:02 2 9.98 0.00 8.18 0.68 0.05 81.10 21:09:22 21:09:02 3 10.35 0.00 8.65 2.88 0.05 78.07 21:09:22 Average: all 1.44 0.00 0.94 0.27 0.02 97.32 21:09:22 Average: 0 1.44 0.00 0.93 0.08 0.02 97.53 21:09:22 Average: 1 1.48 0.00 0.92 0.39 0.02 97.19 21:09:22 Average: 2 1.56 0.00 0.96 0.24 0.02 97.23 21:09:22 Average: 3 1.28 0.00 0.98 0.39 0.02 97.34 21:09:22 21:09:22 21:09:22