Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fb98e0c50a6079cd6039d0c16dfa27373e63787d 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8882 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 > 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 Checking out Revision fb98e0c50a6079cd6039d0c16dfa27373e63787d (master) > 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 fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 Commit message: "Merge pull request #119 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8" > git rev-list --no-walk 041cb8a3f2e73564d564a37beecb66416a11359b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:21:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:21:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:21:11 ========================================================= 15:21:11 EdgeX Global Pipelines Version Info 15:21:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:21:13 ------------------- 15:21:13 stable info: 15:21:13 ------------------- 15:21:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:21:13 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 15:21:13 Message: update stable to v1.0.148 15:21:14 ------------------- 15:21:14 experimental info: 15:21:14 ------------------- 15:21:14 Commited By: **** collab-it+edgex@linuxfoundation.org 15:21:14 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 15:21:14 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:21:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:21:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:21:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:21:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:21:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:21:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:21:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:21:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:21:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:21:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb98e0c50a6079cd6039d0c16dfa27373e63787d [Pipeline] echo 15:21:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb98e0c [Pipeline] echo 15:21:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:21:18 + git log --format=format:%s -1 fb98e0c50a6079cd6039d0c16dfa27373e63787d [Pipeline] echo 15:21:18 GIT_COMMIT: fb98e0c50a6079cd6039d0c16dfa27373e63787d, Commit Message: Merge pull request #119 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8 [Pipeline] echo 15:21:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:21:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:21:20 15:21:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:21:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:21:20 latest: Pulling from edgex-devops/git-semver 15:21:20 31603596830f: Pulling fs layer 15:21:20 2a8b12db71e7: Pulling fs layer 15:21:20 6ca5941a6612: Pulling fs layer 15:21:20 ecc8261a40a4: Pulling fs layer 15:21:20 ecc8261a40a4: Waiting 15:21:20 2a8b12db71e7: Verifying Checksum 15:21:20 2a8b12db71e7: Download complete 15:21:20 31603596830f: Verifying Checksum 15:21:20 31603596830f: Download complete 15:21:21 6ca5941a6612: Verifying Checksum 15:21:21 6ca5941a6612: Download complete 15:21:21 ecc8261a40a4: Verifying Checksum 15:21:21 ecc8261a40a4: Download complete 15:21:21 31603596830f: Pull complete 15:21:21 2a8b12db71e7: Pull complete 15:21:22 6ca5941a6612: Pull complete 15:21:22 ecc8261a40a4: Pull complete 15:21:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:21:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:21:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:21:22 prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container 15:21: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:21:25 $ docker top 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:21:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:21:25 [ssh-agent] Looking for ssh-agent implementation... 15:21:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:21:25 $ docker exec 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d ssh-agent 15:21:25 SSH_AUTH_SOCK=/tmp/ssh-U7N72scpHauv/agent.11 15:21:25 SSH_AGENT_PID=16 15:21:25 Running ssh-add (command line suppressed) 15:21:26 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8831079813321986868.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8831079813321986868.key) 15:21:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:21:26 + git tag --points-at HEAD [Pipeline] } 15:21:26 $ docker exec --env ******** --env ******** 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d ssh-agent -k 15:21:26 unset SSH_AUTH_SOCK; 15:21:26 unset SSH_AGENT_PID; 15:21:26 echo Agent pid 16 killed; 15:21:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:21:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:21:26 [ssh-agent] Looking for ssh-agent implementation... 15:21:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:21:26 $ docker exec 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d ssh-agent 15:21:27 SSH_AUTH_SOCK=/tmp/ssh-X6rnPyosuPWc/agent.46 15:21:27 SSH_AGENT_PID=51 15:21:27 Running ssh-add (command line suppressed) 15:21:27 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2828802616506860365.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2828802616506860365.key) 15:21:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:21:27 + git semver init 15:21:27 # -> Open(): unable to determine branch for HEAD 15:21:27 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:21:27 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:21:27 # $SEMVER_REMOTE_NAME = origin 15:21:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:21:27 # $SEMVER_USER_NAME = edgex-jenkins 15:21:27 # $SEMVER_BRANCH = master 15:21:27 # $SEMVER_TEMP = /tmp/semver-294614632 15:21:27 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:21:28 # '/tmp/semver-294614632' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 15:21:28 # -> Force: false 15:21:28 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:21:28 $ docker exec --env ******** --env ******** 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d ssh-agent -k 15:21:28 unset SSH_AUTH_SOCK; 15:21:28 unset SSH_AGENT_PID; 15:21:28 echo Agent pid 51 killed; 15:21:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:21:28 + git semver [Pipeline] } 15:21:28 $ docker stop --time=1 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d 15:21:30 $ docker rm -f 054f08ccf7dab05979925d61766256c7f6725093a2c6fb90f01c12eda4a5e85d [Pipeline] // withDockerContainer [Pipeline] sh 15:21:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:21:31 Stashed 1 file(s) [Pipeline] echo 15:21:31 [edgeXSemver]: initialized semver on version 0.0.54 [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:21:47 Still waiting to schedule task 15:21:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:21:47 Still waiting to schedule task 15:21:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:23:34 Running on prd-centos7-docker-4c-2g-8888 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:23:34 Running in /w/workspace/go-mod-bootstrap/57 [Pipeline] { [Pipeline] checkout 15:23:40 using credential edgex-jenkins-ssh 15:23:40 Cloning the remote Git repository 15:23:40 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:23:40 > git init /w/workspace/go-mod-bootstrap/57 # timeout=10 15:23:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:23:40 > git --version # timeout=10 15:23:40 > git --version # 'git version 2.16.5' 15:23:40 using GIT_SSH to set credentials SSH Credentials for GitHub 15:23:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:23:41 Checking out Revision fb98e0c50a6079cd6039d0c16dfa27373e63787d (master) 15:23:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:23:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:23:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:23:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:23:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:23:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:23:41 > git config core.sparsecheckout # timeout=10 15:23:41 > git checkout -f fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 15:23:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8885 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:23:43 Running in /w/workspace/go-mod-bootstrap/57 [Pipeline] { [Pipeline] checkout 15:23:45 Commit message: "Merge pull request #119 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:23:46 ========================================================= 15:23:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:23:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:23:47 + 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:23:48 Sending build context to Docker daemon 543.2kB 15:23:48 Step 1/8 : ARG BASE=golang:1.15-alpine 15:23:48 Step 2/8 : FROM ${BASE} 15:23:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:23:48 df20fa9351a1: Pulling fs layer 15:23:48 ed8968b2872e: Pulling fs layer 15:23:48 a92cc7c5fd73: Pulling fs layer 15:23:48 e871e8e8d7a9: Pulling fs layer 15:23:48 e73272ec9a57: Pulling fs layer 15:23:48 1e910a182e73: Pulling fs layer 15:23:48 4e634b169226: Pulling fs layer 15:23:48 e871e8e8d7a9: Waiting 15:23:48 e73272ec9a57: Waiting 15:23:48 1e910a182e73: Waiting 15:23:48 4e634b169226: Waiting 15:23:48 a92cc7c5fd73: Verifying Checksum 15:23:48 a92cc7c5fd73: Download complete 15:23:48 ed8968b2872e: Verifying Checksum 15:23:48 ed8968b2872e: Download complete 15:23:48 e73272ec9a57: Verifying Checksum 15:23:48 e73272ec9a57: Download complete 15:23:48 1e910a182e73: Verifying Checksum 15:23:48 1e910a182e73: Download complete 15:23:49 using credential edgex-jenkins-ssh 15:23:49 Cloning the remote Git repository 15:23:50 df20fa9351a1: Verifying Checksum 15:23:50 df20fa9351a1: Download complete 15:23:50 df20fa9351a1: Pull complete 15:23:49 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:23:49 > git init /w/workspace/go-mod-bootstrap/57 # timeout=10 15:23:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:23:49 > git --version # timeout=10 15:23:49 > git --version # 'git version 2.17.1' 15:23:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:23:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:23:50 ed8968b2872e: Pull complete 15:23:50 a92cc7c5fd73: Pull complete 15:23:50 Checking out Revision fb98e0c50a6079cd6039d0c16dfa27373e63787d (master) 15:23:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:23:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:23:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:23:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:23:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:23:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:23:50 > git config core.sparsecheckout # timeout=10 15:23:50 > git checkout -f fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 15:23:54 4e634b169226: Verifying Checksum 15:23:54 4e634b169226: Download complete 15:23:55 Commit message: "Merge pull request #119 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8" [Pipeline] withEnv [Pipeline] { 15:23:55 e871e8e8d7a9: Verifying Checksum 15:23:55 e871e8e8d7a9: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:23:56 ========================================================= 15:23:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:23:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:23:57 + 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:23:58 Sending build context to Docker daemon 543.2kB 15:23:58 Step 1/8 : ARG BASE=golang:1.15-alpine 15:23:58 Step 2/8 : FROM ${BASE} 15:23:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:23:58 b538f80385f9: Pulling fs layer 15:23:58 74f711af9a0d: Pulling fs layer 15:23:58 99f96fe45779: Pulling fs layer 15:23:58 8529a6b9a6be: Pulling fs layer 15:23:58 45590311c82a: Pulling fs layer 15:23:58 69ca0ff8b7b3: Pulling fs layer 15:23:58 209524e5b208: Pulling fs layer 15:23:58 8529a6b9a6be: Waiting 15:23:58 45590311c82a: Waiting 15:23:58 69ca0ff8b7b3: Waiting 15:23:58 209524e5b208: Waiting 15:23:58 99f96fe45779: Verifying Checksum 15:23:58 99f96fe45779: Download complete 15:23:58 74f711af9a0d: Download complete 15:23:58 45590311c82a: Verifying Checksum 15:23:58 45590311c82a: Download complete 15:23:58 69ca0ff8b7b3: Verifying Checksum 15:23:58 69ca0ff8b7b3: Download complete 15:23:58 b538f80385f9: Verifying Checksum 15:23:58 b538f80385f9: Download complete 15:23:59 b538f80385f9: Pull complete 15:23:59 74f711af9a0d: Pull complete 15:24:00 99f96fe45779: Pull complete 15:24:00 209524e5b208: Verifying Checksum 15:24:00 209524e5b208: Download complete 15:24:02 8529a6b9a6be: Verifying Checksum 15:24:02 8529a6b9a6be: Download complete 15:24:06 e871e8e8d7a9: Pull complete 15:24:06 e73272ec9a57: Pull complete 15:24:06 1e910a182e73: Pull complete 15:24:10 4e634b169226: Pull complete 15:24:10 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:24:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:24:10 ---> f7629b54cfaa 15:24:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:24:10 ---> Running in 3269244ebc11 15:24:11 Removing intermediate container 3269244ebc11 15:24:11 ---> 4a9b6f3dd4b2 15:24:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:11 ---> Running in c8707d2af768 15:24:12 8529a6b9a6be: Pull complete 15:24:12 45590311c82a: Pull complete 15:24:13 Removing intermediate container c8707d2af768 15:24:13 ---> e09a909a9995 15:24:13 Step 5/8 : RUN apk add --update --no-cache git make 15:24:13 ---> Running in 6b713865e26c 15:24:13 69ca0ff8b7b3: Pull complete 15:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:24:14 OK: 166 MiB in 39 packages 15:24:15 Removing intermediate container 6b713865e26c 15:24:15 ---> 2ccd0570ab11 15:24:15 Step 6/8 : WORKDIR /build 15:24:15 ---> Running in db1d25dca77b 15:24:15 Removing intermediate container db1d25dca77b 15:24:15 ---> 0e5b1e6f7edd 15:24:15 Step 7/8 : COPY go.mod . 15:24:16 ---> 2008887bff68 15:24:16 Step 8/8 : RUN go mod download 15:24:16 ---> Running in b19bb752953a 15:24:16 209524e5b208: Pull complete 15:24:16 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:24:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:24:16 ---> 5bddaf1c2fca 15:24:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:24:19 ---> Running in cbf53acd8c47 15:24:19 Removing intermediate container cbf53acd8c47 15:24:19 ---> d7b5bb28d8d5 15:24:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:19 ---> Running in add1005e4f89 15:24:22 Removing intermediate container add1005e4f89 15:24:22 ---> 5558bf5b15e9 15:24:22 Step 5/8 : RUN apk add --update --no-cache git make 15:24:22 ---> Running in 1fad1cc087f0 15:24:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:24:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:24:25 OK: 142 MiB in 39 packages 15:24:26 Removing intermediate container 1fad1cc087f0 15:24:26 ---> c9dded584a81 15:24:26 Step 6/8 : WORKDIR /build 15:24:26 ---> Running in e0e6524bf0b4 15:24:27 Removing intermediate container e0e6524bf0b4 15:24:27 ---> d56b694341f3 15:24:27 Step 7/8 : COPY go.mod . 15:24:27 ---> 60a7b547c835 15:24:27 Step 8/8 : RUN go mod download 15:24:27 ---> Running in 5475273a1532 15:24:38 Removing intermediate container b19bb752953a 15:24:38 ---> 595d4a3147a1 15:24:38 Successfully built 595d4a3147a1 15:24:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:24:39 + docker inspect -f . ci-base-image-x86_64 15:24:39 . [Pipeline] withDockerContainer 15:24:39 prd-centos7-docker-4c-2g-8888 does not seem to be running inside a container 15:24:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/57 -v /w/workspace/go-mod-bootstrap/57:/w/workspace/go-mod-bootstrap/57:rw,z -v /w/workspace/go-mod-bootstrap/57@tmp:/w/workspace/go-mod-bootstrap/57@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:24:40 $ docker top 5a21b32295de5f4a5ee9cf697cb1610ef501e285b75623b4508dd90383f3e244 -eo pid,comm [Pipeline] { [Pipeline] sh 15:24:40 + go version 15:24:40 go version go1.15.2 linux/amd64 [Pipeline] } 15:24:40 $ docker stop --time=1 5a21b32295de5f4a5ee9cf697cb1610ef501e285b75623b4508dd90383f3e244 15:24:42 $ docker rm -f 5a21b32295de5f4a5ee9cf697cb1610ef501e285b75623b4508dd90383f3e244 [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:24:50 Removing intermediate container 5475273a1532 15:24:50 ---> 06ae55d45f5a 15:24:50 Successfully built 06ae55d45f5a 15:24:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:24:50 + docker inspect -f . ci-base-image-arm64 15:24:50 . [Pipeline] withDockerContainer 15:24:50 prd-ubuntu18.04-docker-arm64-4c-16g-8885 does not seem to be running inside a container 15:24:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/57 -v /w/workspace/go-mod-bootstrap/57:/w/workspace/go-mod-bootstrap/57:rw,z -v /w/workspace/go-mod-bootstrap/57@tmp:/w/workspace/go-mod-bootstrap/57@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-arm64 cat 15:24:52 $ docker top f4727a7f1966cdd03bb4b21f159031d2666a7e535f14337bf108799997cb8861 -eo pid,comm [Pipeline] { [Pipeline] sh 15:24:54 + go version 15:24:54 go version go1.15.2 linux/arm64 [Pipeline] } 15:24:54 $ docker stop --time=1 f4727a7f1966cdd03bb4b21f159031d2666a7e535f14337bf108799997cb8861 15:24:56 $ docker rm -f f4727a7f1966cdd03bb4b21f159031d2666a7e535f14337bf108799997cb8861 [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:24:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:24:58 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:24:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:24:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:24:59 15:24:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:24:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:24:59 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:24:59 cbdbe7a5bc2a: Pulling fs layer 15:24:59 408f87550127: Pulling fs layer 15:24:59 fe522b08c979: Pulling fs layer 15:24:59 221eaa008020: Pulling fs layer 15:24:59 2a4607e5d6b9: Pulling fs layer 15:24:59 8f79b27c4fd2: Pulling fs layer 15:24:59 e5c8dbe1645b: Pulling fs layer 15:24:59 23e8b3b47431: Pulling fs layer 15:24:59 5c568d65a230: Pulling fs layer 15:24:59 2a4607e5d6b9: Waiting 15:24:59 e5c8dbe1645b: Waiting 15:24:59 8f79b27c4fd2: Waiting 15:24:59 221eaa008020: Waiting 15:24:59 23e8b3b47431: Waiting 15:24:59 fe522b08c979: Verifying Checksum 15:24:59 fe522b08c979: Download complete 15:24:59 408f87550127: Verifying Checksum 15:24:59 408f87550127: Download complete 15:24:59 2a4607e5d6b9: Verifying Checksum 15:24:59 2a4607e5d6b9: Download complete 15:24:59 8f79b27c4fd2: Verifying Checksum 15:24:59 8f79b27c4fd2: Download complete 15:24:59 cbdbe7a5bc2a: Verifying Checksum 15:24:59 cbdbe7a5bc2a: Download complete 15:25:00 cbdbe7a5bc2a: Pull complete 15:25:00 408f87550127: Pull complete 15:25:00 fe522b08c979: Pull complete 15:25:01 e5c8dbe1645b: Verifying Checksum 15:25:01 e5c8dbe1645b: Download complete 15:25:01 23e8b3b47431: Verifying Checksum 15:25:01 23e8b3b47431: Download complete 15:25:02 5c568d65a230: Verifying Checksum 15:25:02 5c568d65a230: Download complete 15:25:03 221eaa008020: Download complete 15:25:08 221eaa008020: Pull complete 15:25:08 2a4607e5d6b9: Pull complete 15:25:09 8f79b27c4fd2: Pull complete 15:25:10 e5c8dbe1645b: Pull complete 15:25:15 23e8b3b47431: Pull complete 15:25:16 5c568d65a230: Pull complete 15:25:16 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:25:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:25:16 prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container 15:25:16 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 15:25:18 $ docker top dbec161a741d4dda28c853f620c9e5954bf0ce78f9a75050f874479b47780d67 -eo pid,comm [Pipeline] { [Pipeline] sh 15:25:18 + snyk monitor '--org=edgex-jenkins' 15:25:36 15:25:36 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 15:25:36 15:25:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/ba2ba1ba-8d96-4e02-bbdb-80dfb8406cdf 15:25:36 15:25:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:25:36 15:25:36 15:25:36 Snyk CLI supports Node.js 8 and higher. 15:25:36 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:25:36 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:25:36 15:25:36 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:25:36 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 15:25:36 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:25:36 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:25:36 $ docker stop --time=1 dbec161a741d4dda28c853f620c9e5954bf0ce78f9a75050f874479b47780d67 15:25:38 $ docker rm -f dbec161a741d4dda28c853f620c9e5954bf0ce78f9a75050f874479b47780d67 [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:25:40 + git log --format=format:%s -1 fb98e0c50a6079cd6039d0c16dfa27373e63787d [Pipeline] isUnix [Pipeline] sh 15:25:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:25:41 . [Pipeline] withDockerContainer 15:25:41 prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container 15:25:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:25:42 $ docker top ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:42 [ssh-agent] Looking for ssh-agent implementation... 15:25:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:42 $ docker exec ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 ssh-agent 15:25:42 SSH_AUTH_SOCK=/tmp/ssh-WShXfTlq2uHD/agent.12 15:25:42 SSH_AGENT_PID=17 15:25:42 Running ssh-add (command line suppressed) 15:25:43 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6245975728967280407.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6245975728967280407.key) 15:25:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:43 + git semver tag 15:25:43 # -> Open(): unable to determine branch for HEAD 15:25:43 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:25:43 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:25:43 # $SEMVER_REMOTE_NAME = origin 15:25:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:25:43 # $SEMVER_USER_NAME = edgex-jenkins 15:25:43 # $SEMVER_BRANCH = master 15:25:43 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:25:43 # fb98e0c50a6079cd6039d0c16dfa27373e63787d HEAD 15:25:43 # -> Force: false 15:25:43 # 6815168914339baa404cf3616995db9719785f5f refs/tags/v0.0.54 [Pipeline] } 15:25:43 $ docker exec --env ******** --env ******** ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 ssh-agent -k 15:25:43 unset SSH_AUTH_SOCK; 15:25:43 unset SSH_AGENT_PID; 15:25:43 echo Agent pid 17 killed; 15:25:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:44 + git semver [Pipeline] } 15:25:44 $ docker stop --time=1 ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 15:25:45 $ docker rm -f ecb340652cd54894a8cf2bb8b9e1f479300ae8c882c92b38bd9a933ef85c0138 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:25:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:46 15:25:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:25:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:46 0.23.1-centos7: Pulling from edgex-lftools 15:25:46 ab5ef0e58194: Pulling fs layer 15:25:46 9712f1f96733: Pulling fs layer 15:25:46 63f879dbbcfc: Pulling fs layer 15:25:46 0d9ebad4ef96: Pulling fs layer 15:25:46 e9a5061849ea: Pulling fs layer 15:25:46 d747dcd14b5f: Pulling fs layer 15:25:46 2de7ff778b66: Pulling fs layer 15:25:46 0d9ebad4ef96: Waiting 15:25:46 e9a5061849ea: Waiting 15:25:46 d747dcd14b5f: Waiting 15:25:46 2de7ff778b66: Waiting 15:25:46 9712f1f96733: Verifying Checksum 15:25:46 9712f1f96733: Download complete 15:25:48 63f879dbbcfc: Verifying Checksum 15:25:48 63f879dbbcfc: Download complete 15:25:48 e9a5061849ea: Verifying Checksum 15:25:48 e9a5061849ea: Download complete 15:25:48 0d9ebad4ef96: Verifying Checksum 15:25:48 0d9ebad4ef96: Download complete 15:25:48 d747dcd14b5f: Verifying Checksum 15:25:48 d747dcd14b5f: Download complete 15:25:49 ab5ef0e58194: Verifying Checksum 15:25:49 ab5ef0e58194: Download complete 15:25:49 2de7ff778b66: Verifying Checksum 15:25:49 2de7ff778b66: Download complete 15:25:53 ab5ef0e58194: Pull complete 15:25:53 9712f1f96733: Pull complete 15:25:55 63f879dbbcfc: Pull complete 15:26:02 0d9ebad4ef96: Pull complete 15:26:03 e9a5061849ea: Pull complete 15:26:04 d747dcd14b5f: Pull complete 15:26:06 2de7ff778b66: Pull complete 15:26:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:26:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:26:07 prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container 15:26:07 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:26:11 $ docker top d63c6afa8a73cbab41495f0e5f03d8493faea9fd0b92e8ea29b8f21324ff44e2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:26:11 provisioning config files... 15:26:11 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7557634825699544077tmp 15:26:11 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9172901769324624119tmp 15:26:11 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7112676553490380932tmp [Pipeline] { [Pipeline] echo 15:26:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:26:12 ---> sigul-configuration.sh 15:26:12 gpg: directory `/root/.gnupg' created 15:26:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:26:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:26:12 gpg: keyring `/root/.gnupg/secring.gpg' created 15:26:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:26:12 gpg: CAST5 encrypted data 15:26:12 gpg: encrypted with 1 passphrase 15:26:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:26:12 + mkdir /home/jenkins 15:26:12 + mkdir /home/jenkins/sigul [Pipeline] sh 15:26:13 + 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:26:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:26:13 ---> sigul-install.sh 15:26:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:26:20 + git tag --list 15:26:20 v0.0.1 15:26:20 v0.0.10 15:26:20 v0.0.11 15:26:20 v0.0.12 15:26:20 v0.0.13 15:26:20 v0.0.14 15:26:20 v0.0.15 15:26:20 v0.0.16 15:26:20 v0.0.17 15:26:20 v0.0.18 15:26:20 v0.0.19 15:26:20 v0.0.2 15:26:20 v0.0.20 15:26:20 v0.0.21 15:26:20 v0.0.22 15:26:20 v0.0.23 15:26:20 v0.0.24 15:26:20 v0.0.25 15:26:20 v0.0.26 15:26:20 v0.0.27 15:26:20 v0.0.28 15:26:20 v0.0.29 15:26:20 v0.0.3 15:26:20 v0.0.30 15:26:20 v0.0.31 15:26:20 v0.0.32 15:26:20 v0.0.33 15:26:20 v0.0.34 15:26:20 v0.0.35 15:26:20 v0.0.36 15:26:20 v0.0.37 15:26:20 v0.0.38 15:26:20 v0.0.39 15:26:20 v0.0.4 15:26:20 v0.0.40 15:26:20 v0.0.41 15:26:20 v0.0.42 15:26:20 v0.0.43 15:26:20 v0.0.44 15:26:20 v0.0.45 15:26:20 v0.0.46 15:26:20 v0.0.47 15:26:20 v0.0.48 15:26:20 v0.0.49 15:26:20 v0.0.5 15:26:20 v0.0.50 15:26:20 v0.0.51 15:26:20 v0.0.52 15:26:20 v0.0.53 15:26:20 v0.0.54 15:26:20 v0.0.6 15:26:20 v0.0.7 15:26:20 v0.0.8 15:26:20 v0.0.9 [Pipeline] sh 15:26:20 + lftools sign git-tag v0.0.54 15:26:22 Signing Git tag with Sigul... 15:26:22 Signing v0.0.54 [Pipeline] echo 15:26:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:26:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:26:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:26:23 $ docker stop --time=1 d63c6afa8a73cbab41495f0e5f03d8493faea9fd0b92e8ea29b8f21324ff44e2 15:26:25 $ docker rm -f d63c6afa8a73cbab41495f0e5f03d8493faea9fd0b92e8ea29b8f21324ff44e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:26:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:26 . [Pipeline] withDockerContainer 15:26:26 prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container 15:26:26 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:26:27 $ docker top abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:27 [ssh-agent] Looking for ssh-agent implementation... 15:26:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:27 $ docker exec abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b ssh-agent 15:26:28 SSH_AUTH_SOCK=/tmp/ssh-tHpMx4dtjlDo/agent.12 15:26:28 SSH_AGENT_PID=17 15:26:28 Running ssh-add (command line suppressed) 15:26:28 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3403222231036782123.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3403222231036782123.key) 15:26:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:28 + git semver bump patch 15:26:28 # -> Open(): unable to determine branch for HEAD 15:26:28 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:26:28 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:26:28 # $SEMVER_REMOTE_NAME = origin 15:26:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:28 # $SEMVER_USER_NAME = edgex-jenkins 15:26:28 # $SEMVER_BRANCH = master 15:26:28 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:26:28 0.0.55 [Pipeline] } 15:26:28 $ docker exec --env ******** --env ******** abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b ssh-agent -k 15:26:28 unset SSH_AUTH_SOCK; 15:26:28 unset SSH_AGENT_PID; 15:26:28 echo Agent pid 17 killed; 15:26:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:29 + git semver [Pipeline] } 15:26:29 $ docker stop --time=1 abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b 15:26:30 $ docker rm -f abb3649b9958c67bc03d916cf7baa435423d88dae745e4c48ad8d78d7a00a49b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:26:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:31 . [Pipeline] withDockerContainer 15:26:31 prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container 15:26: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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:26:32 $ docker top c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:32 [ssh-agent] Looking for ssh-agent implementation... 15:26:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:32 $ docker exec c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 ssh-agent 15:26:32 SSH_AUTH_SOCK=/tmp/ssh-3iHd0RMKlJZi/agent.13 15:26:32 SSH_AGENT_PID=18 15:26:32 Running ssh-add (command line suppressed) 15:26:33 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_385316935244593623.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_385316935244593623.key) 15:26:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:33 + git semver push 15:26:33 # -> Open(): unable to determine branch for HEAD 15:26:33 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:26:33 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:26:33 # $SEMVER_REMOTE_NAME = origin 15:26:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:33 # $SEMVER_USER_NAME = edgex-jenkins 15:26:33 # $SEMVER_BRANCH = master 15:26:33 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:26:40 $ docker exec --env ******** --env ******** c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 ssh-agent -k 15:26:41 unset SSH_AUTH_SOCK; 15:26:41 unset SSH_AGENT_PID; 15:26:41 echo Agent pid 18 killed; 15:26:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:41 + git semver [Pipeline] } 15:26:41 $ docker stop --time=1 c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 15:26:43 $ docker rm -f c2c84974f5ef58a1f287a8acbf8a87a79850cdbb99b8eedb2e2066c2d5b51891 [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:26:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:26:45 ---> package-listing.sh 15:26:45 ++ facter osfamily 15:26:45 ++ tr '[:upper:]' '[:lower:]' 15:26:45 + OS_FAMILY=redhat 15:26:45 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 15:26:45 + START_PACKAGES=/tmp/packages_start.txt 15:26:45 + END_PACKAGES=/tmp/packages_end.txt 15:26:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:26:45 + PACKAGES=/tmp/packages_start.txt 15:26:45 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:26:45 + PACKAGES=/tmp/packages_end.txt 15:26:45 + case "${OS_FAMILY}" in 15:26:45 + rpm -qa 15:26:45 + sort 15:26:49 + '[' -f /tmp/packages_start.txt ']' 15:26:49 + '[' -f /tmp/packages_end.txt ']' 15:26:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:26:49 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:26:49 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 15:26:49 + 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:26:49 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:26:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:26:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:26:50 15:26:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:26:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:26:50 alpine: Pulling from edgex-lftools-log-publisher 15:26:50 df20fa9351a1: Pulling fs layer 15:26:50 36b3adc4ff6f: Pulling fs layer 15:26:50 8ad3a11d3b57: Pulling fs layer 15:26:50 46f8f816bc3b: Pulling fs layer 15:26:50 93b61091891f: Pulling fs layer 15:26:50 93b9cdb0e59b: Pulling fs layer 15:26:50 5e14af77c1be: Pulling fs layer 15:26:50 01666e4c0597: Pulling fs layer 15:26:50 aa168da1d23b: Pulling fs layer 15:26:50 46f8f816bc3b: Waiting 15:26:50 01666e4c0597: Waiting 15:26:50 aa168da1d23b: Waiting 15:26:50 93b61091891f: Waiting 15:26:50 5e14af77c1be: Waiting 15:26:50 36b3adc4ff6f: Verifying Checksum 15:26:50 36b3adc4ff6f: Download complete 15:26:50 46f8f816bc3b: Verifying Checksum 15:26:50 46f8f816bc3b: Download complete 15:26:50 df20fa9351a1: Verifying Checksum 15:26:50 df20fa9351a1: Download complete 15:26:50 93b9cdb0e59b: Verifying Checksum 15:26:50 93b9cdb0e59b: Download complete 15:26:50 5e14af77c1be: Verifying Checksum 15:26:50 5e14af77c1be: Download complete 15:26:50 01666e4c0597: Verifying Checksum 15:26:50 01666e4c0597: Download complete 15:26:50 8ad3a11d3b57: Verifying Checksum 15:26:50 8ad3a11d3b57: Download complete 15:26:51 df20fa9351a1: Pull complete 15:26:51 36b3adc4ff6f: Pull complete 15:26:52 8ad3a11d3b57: Pull complete 15:26:52 46f8f816bc3b: Pull complete 15:26:52 aa168da1d23b: Verifying Checksum 15:26:52 aa168da1d23b: Download complete 15:26:53 93b61091891f: Pull complete 15:26:53 93b9cdb0e59b: Pull complete 15:26:54 5e14af77c1be: Pull complete 15:26:54 01666e4c0597: Pull complete 15:27:00 aa168da1d23b: Pull complete 15:27:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:27:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:27:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:27:01 prd-centos7-docker-4c-2g-8882 does not seem to be running inside a container 15:27:01 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:27:04 $ docker top 0f61c708321a2874c824fbac0832364b3c414c2ca98e065a30c1057a7483c35d -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:05 + touch /tmp/pre-build-complete [Pipeline] sh 15:27:05 + mkdir -p /var/log/sa [Pipeline] sh 15:27:05 + ls /var/log/sa-host 15:27:05 + sadf -c /var/log/sa-host/sa05 15:27:05 file_magic: OK 15:27:05 HZ: Using current value: 100 15:27:05 file_header: OK 15:27:05 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:27:05 Statistics: 15:27:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:27:05 File successfully converted to sysstat format version 12.2.1 15:27:05 + sadf -c /var/log/sa-host/sa26 15:27:05 file_magic: OK 15:27:05 HZ: Using current value: 100 15:27:05 file_header: OK 15:27:05 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:27:05 Statistics: 15:27:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:27:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:27:06 provisioning config files... 15:27:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3483439186240131619tmp [Pipeline] { [Pipeline] echo 15:27:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:27:06 ---> create-netrc.sh [Pipeline] } 15:27:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:27:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:27:07 ---> python-tools-install.sh [Pipeline] echo 15:27:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:27:07 ---> sudo-logs.sh 15:27:07 Archiving 'sudo' log.. [Pipeline] echo 15:27:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:27:07 ---> job-cost.sh 15:27:07 lf-activate-venv: SKIPPING 15:27:07 INFO: No Stack... 15:27:09 INFO: Retrieving Pricing Info for: v1-standard-2 15:27:09 INFO: Archiving Costs [Pipeline] echo 15:27:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:27:10 ---> logs-deploy.sh 15:27:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/57 15:27:10 INFO: archiving workspace using pattern(s): 15:27:12 Archives upload complete. 15:27:12 INFO: archiving logs to Nexus 15:27:13 ---> uname -a: 15:27:13 Linux prd-centos7-docker-4c-2g-8882.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:27:13 15:27:13 15:27:13 ---> lscpu: 15:27:13 Architecture: x86_64 15:27:13 CPU op-mode(s): 32-bit, 64-bit 15:27:13 Byte Order: Little Endian 15:27:13 Address sizes: 40 bits physical, 48 bits virtual 15:27:13 CPU(s): 4 15:27:13 On-line CPU(s) list: 0-3 15:27:13 Thread(s) per core: 1 15:27:13 Core(s) per socket: 1 15:27:13 Socket(s): 4 15:27:13 NUMA node(s): 1 15:27:13 Vendor ID: GenuineIntel 15:27:13 CPU family: 6 15:27:13 Model: 44 15:27:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:27:13 Stepping: 1 15:27:13 CPU MHz: 2933.442 15:27:13 BogoMIPS: 5866.88 15:27:13 Virtualization: VT-x 15:27:13 Hypervisor vendor: KVM 15:27:13 Virtualization type: full 15:27:13 L1d cache: 128 KiB 15:27:13 L1i cache: 128 KiB 15:27:13 L2 cache: 16 MiB 15:27:13 L3 cache: 64 MiB 15:27:13 NUMA node0 CPU(s): 0-3 15:27:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:27:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:27:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:27:13 Vulnerability Meltdown: Mitigation; PTI 15:27:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:27:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:27:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:27:13 Vulnerability Tsx async abort: Not affected 15:27:13 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:27:13 15:27:13 15:27:13 ---> nproc: 15:27:13 4 15:27:13 15:27:13 15:27:13 ---> df -h: 15:27:13 Filesystem Size Used Available Use% Mounted on 15:27:13 overlay 50.0G 8.4G 41.5G 17% / 15:27:13 tmpfs 64.0M 0 64.0M 0% /dev 15:27:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:27:13 shm 64.0M 0 64.0M 0% /dev/shm 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 15:27:13 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 15:27:13 15:27:13 15:27:13 ---> free -m: 15:27:13 total used free shared buff/cache available 15:27:13 Mem: 1837 777 152 0 907 994 15:27:13 Swap: 1023 2 1021 15:27:13 15:27:13 15:27:13 ---> ip addr: 15:27:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:27:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:27:13 inet 127.0.0.1/8 scope host lo 15:27:13 valid_lft forever preferred_lft forever 15:27:13 inet6 ::1/128 scope host 15:27:13 valid_lft forever preferred_lft forever 15:27:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:27:13 link/ether fa:16:3e:93:32:db brd ff:ff:ff:ff:ff:ff 15:27:13 inet 10.30.122.171/23 brd 10.30.123.255 scope global dynamic eth0 15:27:13 valid_lft 86006sec preferred_lft 86006sec 15:27:13 inet6 fe80::f816:3eff:fe93:32db/64 scope link 15:27:13 valid_lft forever preferred_lft forever 15:27:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:27:13 link/ether 02:42:c2:34:4f:1e brd ff:ff:ff:ff:ff:ff 15:27:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:27:13 valid_lft forever preferred_lft forever 15:27:13 inet6 fe80::42:c2ff:fe34:4f1e/64 scope link 15:27:13 valid_lft forever preferred_lft forever 15:27:13 15:27:13 15:27:13 ---> sar -b -r -n DEV: 15:27:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 15:27:13 15:27:13 15:20:21 LINUX RESTART (4 CPU) 15:27:13 15:27:13 15:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:27:13 15:22:01 57.24 14.80 42.44 0.00 4867.64 4732.21 0.00 15:27:13 15:23:01 0.85 0.00 0.85 0.00 0.00 17.75 0.00 15:27:13 15:24:01 0.28 0.00 0.28 0.00 0.00 4.20 0.00 15:27:13 15:25:01 4.46 0.23 4.23 0.00 73.53 2631.29 0.00 15:27:13 15:26:02 297.30 142.75 154.55 0.00 7553.34 51175.94 0.00 15:27:13 15:27:01 200.05 93.56 106.50 0.00 7665.76 26286.15 0.00 15:27:13 Average: 93.10 41.76 51.34 0.00 3349.31 14112.45 0.00 15:27:13 15:27:13 15:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:27:13 15:22:01 171248 0 549888 29.23 2620 1157800 1103012 37.64 419356 1130548 20 15:27:13 15:23:01 170332 0 550796 29.27 2620 1157808 1102808 37.64 420636 1130140 20 15:27:13 15:24:01 174880 0 546244 29.03 2620 1157812 1087996 37.13 418816 1127904 12 15:27:13 15:25:01 74872 0 584732 31.08 2620 1219332 1287304 43.93 448364 1193672 96464 15:27:13 15:26:02 128064 0 751672 39.95 2396 999424 1521528 51.93 596760 898088 93752 15:27:13 15:27:01 244660 0 739300 39.29 1492 896104 1122148 38.30 539060 793760 86220 15:27:13 Average: 160676 0 620439 32.97 2395 1098047 1204133 41.09 473832 1045685 46081 15:27:13 15:27:13 15:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:27:13 15:22:01 eth0 385.97 252.93 786.21 77.67 0.00 0.00 0.00 0.00 15:27:13 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:22:01 docker0 2.20 1.81 0.51 3.61 0.00 0.00 0.00 0.00 15:27:13 15:23:01 eth0 2.98 0.50 0.73 0.36 0.00 0.00 0.00 0.00 15:27:13 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:24:01 eth0 2.51 1.25 1.13 0.83 0.00 0.00 0.00 0.00 15:27:13 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:25:01 eth0 315.58 271.23 2884.35 19.78 0.00 0.00 0.00 0.00 15:27:13 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:26:02 eth0 506.29 425.48 4157.74 45.05 0.00 0.00 0.00 0.00 15:27:13 15:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:26:02 docker0 19.52 20.94 1.95 43.76 0.00 0.00 0.00 0.00 15:27:13 15:27:01 eth0 370.94 300.88 2472.18 146.85 0.00 0.00 0.00 0.00 15:27:13 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 15:27:01 docker0 40.00 59.95 2.33 204.01 0.00 0.00 0.00 0.00 15:27:13 Average: eth0 263.80 208.50 1715.28 48.17 0.00 0.00 0.00 0.00 15:27:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:13 Average: docker0 10.21 13.66 0.80 41.47 0.00 0.00 0.00 0.00 15:27:13 15:27:13 15:27:13 ---> sar -P ALL: 15:27:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 15:27:13 15:27:13 15:20:21 LINUX RESTART (4 CPU) 15:27:13 15:27:13 15:21:01 CPU %user %nice %system %iowait %steal %idle 15:27:13 15:22:01 all 8.01 0.00 3.30 2.25 0.03 86.42 15:27:13 15:22:01 0 8.98 0.00 3.51 1.68 0.02 85.82 15:27:13 15:22:01 1 7.84 0.00 3.15 1.04 0.03 87.94 15:27:13 15:22:01 2 7.44 0.00 3.28 1.44 0.03 87.80 15:27:13 15:22:01 3 7.79 0.00 3.26 4.84 0.02 84.09 15:27:13 15:23:01 all 0.17 0.00 0.04 0.00 0.00 99.79 15:27:13 15:23:01 0 0.28 0.00 0.05 0.00 0.00 99.67 15:27:13 15:23:01 1 0.05 0.00 0.05 0.00 0.00 99.90 15:27:13 15:23:01 2 0.28 0.00 0.03 0.00 0.00 99.68 15:27:13 15:23:01 3 0.07 0.00 0.03 0.00 0.00 99.90 15:27:13 15:24:01 all 0.16 0.00 0.05 0.00 0.01 99.78 15:27:13 15:24:01 0 0.38 0.00 0.03 0.00 0.00 99.58 15:27:13 15:24:01 1 0.07 0.00 0.03 0.00 0.00 99.90 15:27:13 15:24:01 2 0.12 0.00 0.07 0.00 0.02 99.80 15:27:13 15:24:01 3 0.08 0.00 0.05 0.00 0.02 99.85 15:27:13 15:25:01 all 1.20 0.00 0.89 0.01 0.00 97.90 15:27:13 15:25:01 0 1.41 0.00 1.02 0.00 0.00 97.57 15:27:13 15:25:01 1 1.07 0.00 0.87 0.02 0.00 98.04 15:27:13 15:25:01 2 1.09 0.00 0.74 0.00 0.00 98.18 15:27:13 15:25:01 3 1.25 0.00 0.92 0.02 0.00 97.81 15:27:13 15:26:02 all 13.84 0.00 9.40 2.81 0.12 73.82 15:27:13 15:26:02 0 13.70 0.00 7.74 2.44 0.14 75.99 15:27:13 15:26:02 1 14.05 0.00 11.26 2.96 0.10 71.63 15:27:13 15:26:02 2 13.72 0.00 9.77 1.64 0.12 74.75 15:27:13 15:26:02 3 13.90 0.00 8.84 4.21 0.12 72.93 15:27:13 15:27:01 all 10.33 0.00 7.27 2.98 0.04 79.38 15:27:13 15:27:01 0 8.88 0.00 7.11 3.67 0.02 80.32 15:27:13 15:27:01 1 9.27 0.00 7.53 2.57 0.07 80.57 15:27:13 15:27:01 2 10.92 0.00 6.78 2.12 0.02 80.17 15:27:13 15:27:01 3 12.23 0.00 7.68 3.57 0.05 76.46 15:27:13 Average: all 5.55 0.00 3.44 1.33 0.03 89.64 15:27:13 Average: 0 5.55 0.00 3.20 1.28 0.03 89.94 15:27:13 Average: 1 5.34 0.00 3.77 1.08 0.03 89.78 15:27:13 Average: 2 5.53 0.00 3.40 0.86 0.03 90.19 15:27:13 Average: 3 5.81 0.00 3.41 2.08 0.03 88.66 15:27:13 15:27:13 15:27:13