Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 26d977795e053a112832bb043364dc6f4b0a86ea Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6821 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 26d977795e053a112832bb043364dc6f4b0a86ea (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26d977795e053a112832bb043364dc6f4b0a86ea # timeout=10 Commit message: "Merge pull request #114 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.24" > git rev-list --no-walk 5b809937728fe6379baf9f00399e19471274c7bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T02:04:37.487Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T02:04:37.829Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T02:04:37.929Z] ========================================================= [2020-10-20T02:04:37.929Z] EdgeX Global Pipelines Version Info [2020-10-20T02:04:37.929Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:04:39.389Z] ------------------- [2020-10-20T02:04:39.389Z] stable info: [2020-10-20T02:04:39.389Z] ------------------- [2020-10-20T02:04:39.389Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T02:04:39.389Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T02:04:39.389Z] Message: update stable to v1.0.144 [2020-10-20T02:04:40.332Z] ------------------- [2020-10-20T02:04:40.332Z] experimental info: [2020-10-20T02:04:40.332Z] ------------------- [2020-10-20T02:04:40.332Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T02:04:40.332Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T02:04:40.332Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T02:04:40.750Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-20T02:04:40.839Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-20T02:04:40.931Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T02:04:41.038Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T02:04:41.174Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T02:04:41.271Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T02:04:41.363Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T02:04:41.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T02:04:41.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T02:04:41.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T02:04:41.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T02:04:41.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-20T02:04:41.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T02:04:41.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T02:04:42.117Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T02:04:42.247Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T02:04:42.335Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T02:04:42.426Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T02:04:42.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T02:04:42.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T02:04:42.700Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T02:04:42.798Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T02:04:42.886Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T02:04:42.975Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T02:04:43.162Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T02:04:43.252Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T02:04:43.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T02:04:43.434Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T02:04:43.526Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26d977795e053a112832bb043364dc6f4b0a86ea [Pipeline] echo [2020-10-20T02:04:43.678Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26d9777 [Pipeline] echo [2020-10-20T02:04:43.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T02:04:44.489Z] + git log --format=format:%s -1 26d977795e053a112832bb043364dc6f4b0a86ea [Pipeline] echo [2020-10-20T02:04:44.550Z] GIT_COMMIT: 26d977795e053a112832bb043364dc6f4b0a86ea, Commit Message: Merge pull request #114 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.24 [Pipeline] echo [2020-10-20T02:04:44.600Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:04:45.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:04:45.762Z] [2020-10-20T02:04:45.762Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:04:46.109Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:04:46.109Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T02:04:46.109Z] 31603596830f: Pulling fs layer [2020-10-20T02:04:46.109Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T02:04:46.109Z] 6ca5941a6612: Pulling fs layer [2020-10-20T02:04:46.109Z] ecc8261a40a4: Pulling fs layer [2020-10-20T02:04:46.109Z] ecc8261a40a4: Waiting [2020-10-20T02:04:46.109Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T02:04:46.109Z] 2a8b12db71e7: Download complete [2020-10-20T02:04:46.376Z] 31603596830f: Verifying Checksum [2020-10-20T02:04:46.376Z] 31603596830f: Download complete [2020-10-20T02:04:46.376Z] ecc8261a40a4: Verifying Checksum [2020-10-20T02:04:46.376Z] ecc8261a40a4: Download complete [2020-10-20T02:04:46.376Z] 6ca5941a6612: Verifying Checksum [2020-10-20T02:04:46.376Z] 6ca5941a6612: Download complete [2020-10-20T02:04:46.640Z] 31603596830f: Pull complete [2020-10-20T02:04:46.640Z] 2a8b12db71e7: Pull complete [2020-10-20T02:04:47.587Z] 6ca5941a6612: Pull complete [2020-10-20T02:04:47.587Z] ecc8261a40a4: Pull complete [2020-10-20T02:04:47.587Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T02:04:47.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:04:47.587Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T02:04:47.729Z] prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container [2020-10-20T02:04:47.780Z] $ 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 [2020-10-20T02:04:50.432Z] $ docker top a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T02:04:50.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:04:50.776Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:04:51.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:04:51.042Z] $ docker exec a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b ssh-agent [2020-10-20T02:04:51.231Z] SSH_AUTH_SOCK=/tmp/ssh-WWgr069kzqgC/agent.12 [2020-10-20T02:04:51.231Z] SSH_AGENT_PID=17 [2020-10-20T02:04:51.243Z] Running ssh-add (command line suppressed) [2020-10-20T02:04:51.371Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_44916760103257382.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_44916760103257382.key) [2020-10-20T02:04:51.424Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:04:51.759Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T02:04:51.780Z] $ docker exec --env ******** --env ******** a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b ssh-agent -k [2020-10-20T02:04:51.895Z] unset SSH_AUTH_SOCK; [2020-10-20T02:04:51.895Z] unset SSH_AGENT_PID; [2020-10-20T02:04:51.895Z] echo Agent pid 17 killed; [2020-10-20T02:04:51.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T02:04:52.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:04:52.102Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:04:52.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:04:52.278Z] $ docker exec a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b ssh-agent [2020-10-20T02:04:52.433Z] SSH_AUTH_SOCK=/tmp/ssh-RuDyA8kZpO0b/agent.45 [2020-10-20T02:04:52.433Z] SSH_AGENT_PID=50 [2020-10-20T02:04:52.440Z] Running ssh-add (command line suppressed) [2020-10-20T02:04:52.560Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_581128517673882112.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_581128517673882112.key) [2020-10-20T02:04:52.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:04:52.947Z] + git semver init [2020-10-20T02:04:52.947Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T02:04:52.947Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T02:04:52.947Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T02:04:52.947Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T02:04:52.947Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T02:04:52.947Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T02:04:52.947Z] # $SEMVER_BRANCH = master [2020-10-20T02:04:52.947Z] # $SEMVER_TEMP = /tmp/semver-935736573 [2020-10-20T02:04:52.947Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-20T02:04:53.214Z] # '/tmp/semver-935736573' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-10-20T02:04:53.477Z] # -> Force: false [2020-10-20T02:04:53.477Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-20T02:04:53.492Z] $ docker exec --env ******** --env ******** a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b ssh-agent -k [2020-10-20T02:04:53.606Z] unset SSH_AUTH_SOCK; [2020-10-20T02:04:53.607Z] unset SSH_AGENT_PID; [2020-10-20T02:04:53.607Z] echo Agent pid 50 killed; [2020-10-20T02:04:53.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T02:04:54.236Z] + git semver [Pipeline] } [2020-10-20T02:04:54.256Z] $ docker stop --time=1 a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b [2020-10-20T02:04:55.904Z] $ docker rm -f a91fc506fbd96d9406f8350a22e88404ecfa3c89fe11c72047643d3025c7c70b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:04:56.391Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T02:04:56.864Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T02:04:56.867Z] [edgeXSemver]: initialized semver on version 0.0.51 [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 [2020-10-20T02:05:12.449Z] Still waiting to schedule task [2020-10-20T02:05:12.450Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6822’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-20T02:05:12.452Z] Still waiting to schedule task [2020-10-20T02:05:12.452Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-20T02:06:45.511Z] Running on prd-centos7-docker-4c-2g-6826 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-20T02:06:45.570Z] Running in /w/workspace/go-mod-bootstrap/54 [Pipeline] { [Pipeline] checkout [2020-10-20T02:06:48.063Z] using credential edgex-jenkins-ssh [2020-10-20T02:06:48.113Z] Cloning the remote Git repository [2020-10-20T02:06:48.139Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T02:06:48.208Z] > git init /w/workspace/go-mod-bootstrap/54 # timeout=10 [2020-10-20T02:06:48.472Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T02:06:48.472Z] > git --version # timeout=10 [2020-10-20T02:06:48.480Z] > git --version # 'git version 2.16.5' [2020-10-20T02:06:48.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T02:06:48.505Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T02:06:49.093Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T02:06:49.098Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T02:06:49.108Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T02:06:49.119Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T02:06:49.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T02:06:49.123Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T02:06:49.520Z] Checking out Revision 26d977795e053a112832bb043364dc6f4b0a86ea (master) [2020-10-20T02:06:49.541Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T02:06:49.545Z] > git checkout -f 26d977795e053a112832bb043364dc6f4b0a86ea # timeout=10 [2020-10-20T02:06:53.158Z] Commit message: "Merge pull request #114 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.24" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T02:06:53.900Z] ========================================================= [2020-10-20T02:06:53.900Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T02:06:53.900Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:06:54.483Z] + 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 . [2020-10-20T02:06:54.483Z] Sending build context to Docker daemon 536.6kB [2020-10-20T02:06:54.747Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-20T02:06:54.747Z] Step 2/8 : FROM ${BASE} [2020-10-20T02:06:54.747Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T02:06:54.747Z] df20fa9351a1: Pulling fs layer [2020-10-20T02:06:54.747Z] ed8968b2872e: Pulling fs layer [2020-10-20T02:06:54.747Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T02:06:54.747Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T02:06:54.747Z] e73272ec9a57: Pulling fs layer [2020-10-20T02:06:54.747Z] 1e910a182e73: Pulling fs layer [2020-10-20T02:06:54.747Z] 4e634b169226: Pulling fs layer [2020-10-20T02:06:54.747Z] e73272ec9a57: Waiting [2020-10-20T02:06:54.747Z] 1e910a182e73: Waiting [2020-10-20T02:06:54.747Z] 4e634b169226: Waiting [2020-10-20T02:06:54.747Z] e871e8e8d7a9: Waiting [2020-10-20T02:06:54.747Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T02:06:54.747Z] a92cc7c5fd73: Download complete [2020-10-20T02:06:54.747Z] ed8968b2872e: Verifying Checksum [2020-10-20T02:06:54.747Z] ed8968b2872e: Download complete [2020-10-20T02:06:54.747Z] e73272ec9a57: Download complete [2020-10-20T02:06:54.747Z] 1e910a182e73: Verifying Checksum [2020-10-20T02:06:54.747Z] 1e910a182e73: Download complete [2020-10-20T02:06:54.747Z] df20fa9351a1: Verifying Checksum [2020-10-20T02:06:54.747Z] df20fa9351a1: Download complete [2020-10-20T02:06:55.012Z] df20fa9351a1: Pull complete [2020-10-20T02:06:55.275Z] ed8968b2872e: Pull complete [2020-10-20T02:06:55.275Z] a92cc7c5fd73: Pull complete [2020-10-20T02:06:56.225Z] 4e634b169226: Verifying Checksum [2020-10-20T02:06:56.225Z] 4e634b169226: Download complete [2020-10-20T02:06:57.177Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T02:06:57.177Z] e871e8e8d7a9: Download complete [2020-10-20T02:07:02.508Z] e871e8e8d7a9: Pull complete [2020-10-20T02:07:02.508Z] e73272ec9a57: Pull complete [2020-10-20T02:07:02.508Z] 1e910a182e73: Pull complete [2020-10-20T02:07:06.740Z] 4e634b169226: Pull complete [2020-10-20T02:07:06.740Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T02:07:07.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T02:07:07.002Z] ---> f7629b54cfaa [2020-10-20T02:07:07.002Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T02:07:07.263Z] ---> Running in 05fef1cb4f25 [2020-10-20T02:07:07.263Z] Removing intermediate container 05fef1cb4f25 [2020-10-20T02:07:07.263Z] ---> a961aa6eca22 [2020-10-20T02:07:07.263Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:07:07.524Z] ---> Running in f47f1152e5a0 [2020-10-20T02:07:08.913Z] Removing intermediate container f47f1152e5a0 [2020-10-20T02:07:08.913Z] ---> 774bbc141684 [2020-10-20T02:07:08.913Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-20T02:07:08.913Z] ---> Running in a13700927bb5 [2020-10-20T02:07:09.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:07:10.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:07:10.700Z] OK: 166 MiB in 39 packages [2020-10-20T02:07:10.962Z] Removing intermediate container a13700927bb5 [2020-10-20T02:07:10.962Z] ---> 05bd7bf02ddf [2020-10-20T02:07:10.962Z] Step 6/8 : WORKDIR /build [2020-10-20T02:07:11.224Z] ---> Running in ca6c8dd21227 [2020-10-20T02:07:11.224Z] Removing intermediate container ca6c8dd21227 [2020-10-20T02:07:11.224Z] ---> 8d2bd15b9c56 [2020-10-20T02:07:11.224Z] Step 7/8 : COPY go.mod . [2020-10-20T02:07:11.486Z] ---> 63ea9d45e781 [2020-10-20T02:07:11.486Z] Step 8/8 : RUN go mod download [2020-10-20T02:07:11.486Z] ---> Running in f4114c19bc0c [2020-10-20T02:07:29.628Z] Removing intermediate container f4114c19bc0c [2020-10-20T02:07:29.628Z] ---> da54aeaf23d5 [2020-10-20T02:07:29.628Z] Successfully built da54aeaf23d5 [2020-10-20T02:07:29.628Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:07:29.973Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T02:07:29.973Z] . [Pipeline] withDockerContainer [2020-10-20T02:07:30.069Z] prd-centos7-docker-4c-2g-6826 does not seem to be running inside a container [2020-10-20T02:07:30.117Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/54 -v /w/workspace/go-mod-bootstrap/54:/w/workspace/go-mod-bootstrap/54:rw,z -v /w/workspace/go-mod-bootstrap/54@tmp:/w/workspace/go-mod-bootstrap/54@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 [2020-10-20T02:07:30.734Z] $ docker top 98108f8e260c0f5c37d7c5da290a67d3ac47a3b777ac129fe70bad7da1893623 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:07:31.224Z] + go version [2020-10-20T02:07:31.224Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T02:07:31.239Z] $ docker stop --time=1 98108f8e260c0f5c37d7c5da290a67d3ac47a3b777ac129fe70bad7da1893623 [2020-10-20T02:07:32.594Z] $ docker rm -f 98108f8e260c0f5c37d7c5da290a67d3ac47a3b777ac129fe70bad7da1893623 [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] } [2020-10-20T02:08:19.185Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6828 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-20T02:08:19.243Z] Running in /w/workspace/go-mod-bootstrap/54 [Pipeline] { [Pipeline] checkout [2020-10-20T02:08:26.990Z] using credential edgex-jenkins-ssh [2020-10-20T02:08:27.139Z] Cloning the remote Git repository [2020-10-20T02:08:27.210Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T02:08:27.376Z] > git init /w/workspace/go-mod-bootstrap/54 # timeout=10 [2020-10-20T02:08:27.512Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T02:08:27.513Z] > git --version # timeout=10 [2020-10-20T02:08:27.534Z] > git --version # 'git version 2.17.1' [2020-10-20T02:08:27.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T02:08:27.618Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T02:08:28.416Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T02:08:28.436Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T02:08:28.473Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T02:08:28.533Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T02:08:28.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T02:08:28.549Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T02:08:29.048Z] Checking out Revision 26d977795e053a112832bb043364dc6f4b0a86ea (master) [2020-10-20T02:08:29.077Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T02:08:29.097Z] > git checkout -f 26d977795e053a112832bb043364dc6f4b0a86ea # timeout=10 [2020-10-20T02:08:34.026Z] Commit message: "Merge pull request #114 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.24" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T02:08:35.125Z] ========================================================= [2020-10-20T02:08:35.125Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T02:08:35.125Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:08:36.230Z] + 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 . [2020-10-20T02:08:37.222Z] Sending build context to Docker daemon 536.6kB [2020-10-20T02:08:37.222Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-20T02:08:37.222Z] Step 2/8 : FROM ${BASE} [2020-10-20T02:08:37.501Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T02:08:37.501Z] b538f80385f9: Pulling fs layer [2020-10-20T02:08:37.501Z] 74f711af9a0d: Pulling fs layer [2020-10-20T02:08:37.501Z] 99f96fe45779: Pulling fs layer [2020-10-20T02:08:37.501Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T02:08:37.501Z] 45590311c82a: Pulling fs layer [2020-10-20T02:08:37.501Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T02:08:37.501Z] 209524e5b208: Pulling fs layer [2020-10-20T02:08:37.501Z] 8529a6b9a6be: Waiting [2020-10-20T02:08:37.501Z] 45590311c82a: Waiting [2020-10-20T02:08:37.501Z] 69ca0ff8b7b3: Waiting [2020-10-20T02:08:37.501Z] 209524e5b208: Waiting [2020-10-20T02:08:37.501Z] 99f96fe45779: Verifying Checksum [2020-10-20T02:08:37.501Z] 99f96fe45779: Download complete [2020-10-20T02:08:37.501Z] 74f711af9a0d: Download complete [2020-10-20T02:08:37.501Z] 45590311c82a: Verifying Checksum [2020-10-20T02:08:37.501Z] 45590311c82a: Download complete [2020-10-20T02:08:37.501Z] 69ca0ff8b7b3: Download complete [2020-10-20T02:08:37.501Z] b538f80385f9: Verifying Checksum [2020-10-20T02:08:37.501Z] b538f80385f9: Download complete [2020-10-20T02:08:38.490Z] b538f80385f9: Pull complete [2020-10-20T02:08:38.771Z] 74f711af9a0d: Pull complete [2020-10-20T02:08:39.386Z] 99f96fe45779: Pull complete [2020-10-20T02:08:40.837Z] 209524e5b208: Download complete [2020-10-20T02:08:41.449Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T02:08:41.449Z] 8529a6b9a6be: Download complete [2020-10-20T02:08:51.873Z] 8529a6b9a6be: Pull complete [2020-10-20T02:08:51.873Z] 45590311c82a: Pull complete [2020-10-20T02:08:51.873Z] 69ca0ff8b7b3: Pull complete [2020-10-20T02:08:55.359Z] 209524e5b208: Pull complete [2020-10-20T02:08:55.359Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T02:08:55.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T02:08:55.359Z] ---> 5bddaf1c2fca [2020-10-20T02:08:55.359Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T02:08:58.228Z] ---> Running in d88195f4b395 [2020-10-20T02:08:58.508Z] Removing intermediate container d88195f4b395 [2020-10-20T02:08:58.508Z] ---> 32092e9f18e7 [2020-10-20T02:08:58.508Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:08:58.794Z] ---> Running in dec9d397c8bd [2020-10-20T02:09:01.447Z] Removing intermediate container dec9d397c8bd [2020-10-20T02:09:01.447Z] ---> a3481ca1a4e4 [2020-10-20T02:09:01.447Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-20T02:09:01.447Z] ---> Running in a04a55ca9c93 [2020-10-20T02:09:02.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:09:04.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:09:05.757Z] OK: 142 MiB in 39 packages [2020-10-20T02:09:06.750Z] Removing intermediate container a04a55ca9c93 [2020-10-20T02:09:06.750Z] ---> 0dab3107c1f9 [2020-10-20T02:09:06.750Z] Step 6/8 : WORKDIR /build [2020-10-20T02:09:06.750Z] ---> Running in 432fd9d84845 [2020-10-20T02:09:07.353Z] Removing intermediate container 432fd9d84845 [2020-10-20T02:09:07.353Z] ---> 1e19ddc5f05b [2020-10-20T02:09:07.353Z] Step 7/8 : COPY go.mod . [2020-10-20T02:09:07.962Z] ---> 6a3a2eb0faca [2020-10-20T02:09:07.962Z] Step 8/8 : RUN go mod download [2020-10-20T02:09:07.962Z] ---> Running in 0060c951ad7e [2020-10-20T02:09:30.197Z] Removing intermediate container 0060c951ad7e [2020-10-20T02:09:30.197Z] ---> 592cfd494876 [2020-10-20T02:09:30.197Z] Successfully built 592cfd494876 [2020-10-20T02:09:30.197Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:09:30.655Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T02:09:30.655Z] . [Pipeline] withDockerContainer [2020-10-20T02:09:30.963Z] prd-ubuntu18.04-docker-arm64-4c-16g-6828 does not seem to be running inside a container [2020-10-20T02:09:31.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/54 -v /w/workspace/go-mod-bootstrap/54:/w/workspace/go-mod-bootstrap/54:rw,z -v /w/workspace/go-mod-bootstrap/54@tmp:/w/workspace/go-mod-bootstrap/54@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 [2020-10-20T02:09:33.047Z] $ docker top adcdcdb0a116cb3fd8059dcbc1ed0956c44978f6840ed8e7badf6670c6728674 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:09:34.530Z] + go version [2020-10-20T02:09:34.530Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T02:09:34.561Z] $ docker stop --time=1 adcdcdb0a116cb3fd8059dcbc1ed0956c44978f6840ed8e7badf6670c6728674 [2020-10-20T02:09:36.460Z] $ docker rm -f adcdcdb0a116cb3fd8059dcbc1ed0956c44978f6840ed8e7badf6670c6728674 [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 [2020-10-20T02:09:39.901Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T02:09:39.904Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T02:09:39.965Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:09:40.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T02:09:40.324Z] [2020-10-20T02:09:40.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:09:40.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T02:09:40.694Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T02:09:40.694Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T02:09:40.694Z] 408f87550127: Pulling fs layer [2020-10-20T02:09:40.694Z] fe522b08c979: Pulling fs layer [2020-10-20T02:09:40.694Z] 221eaa008020: Pulling fs layer [2020-10-20T02:09:40.694Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T02:09:40.694Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T02:09:40.694Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T02:09:40.694Z] 23e8b3b47431: Pulling fs layer [2020-10-20T02:09:40.694Z] 5c568d65a230: Pulling fs layer [2020-10-20T02:09:40.694Z] 8f79b27c4fd2: Waiting [2020-10-20T02:09:40.694Z] e5c8dbe1645b: Waiting [2020-10-20T02:09:40.694Z] 23e8b3b47431: Waiting [2020-10-20T02:09:40.694Z] 5c568d65a230: Waiting [2020-10-20T02:09:40.694Z] 221eaa008020: Waiting [2020-10-20T02:09:40.694Z] 2a4607e5d6b9: Waiting [2020-10-20T02:09:40.694Z] fe522b08c979: Verifying Checksum [2020-10-20T02:09:40.694Z] fe522b08c979: Download complete [2020-10-20T02:09:40.694Z] 408f87550127: Download complete [2020-10-20T02:09:40.694Z] 2a4607e5d6b9: Download complete [2020-10-20T02:09:40.694Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T02:09:40.694Z] 8f79b27c4fd2: Download complete [2020-10-20T02:09:40.694Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T02:09:41.274Z] cbdbe7a5bc2a: Pull complete [2020-10-20T02:09:41.537Z] 408f87550127: Pull complete [2020-10-20T02:09:41.537Z] fe522b08c979: Pull complete [2020-10-20T02:09:41.799Z] e5c8dbe1645b: Verifying Checksum [2020-10-20T02:09:41.799Z] e5c8dbe1645b: Download complete [2020-10-20T02:09:42.753Z] 23e8b3b47431: Verifying Checksum [2020-10-20T02:09:42.753Z] 23e8b3b47431: Download complete [2020-10-20T02:09:43.015Z] 5c568d65a230: Verifying Checksum [2020-10-20T02:09:43.015Z] 5c568d65a230: Download complete [2020-10-20T02:09:44.410Z] 221eaa008020: Verifying Checksum [2020-10-20T02:09:44.410Z] 221eaa008020: Download complete [2020-10-20T02:09:49.760Z] 221eaa008020: Pull complete [2020-10-20T02:09:50.026Z] 2a4607e5d6b9: Pull complete [2020-10-20T02:09:50.026Z] 8f79b27c4fd2: Pull complete [2020-10-20T02:09:51.963Z] e5c8dbe1645b: Pull complete [2020-10-20T02:09:53.907Z] 23e8b3b47431: Pull complete [2020-10-20T02:09:55.302Z] 5c568d65a230: Pull complete [2020-10-20T02:09:55.302Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T02:09:55.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T02:09:55.302Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T02:09:55.487Z] prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container [2020-10-20T02:09:55.538Z] $ 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 [2020-10-20T02:09:56.628Z] $ docker top bbd55c5e9fee5f2a18487d6e999a5d0ccb7c882c02c22d9b35e69524dc4a17bf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:09:57.105Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T02:10:07.142Z] [2020-10-20T02:10:07.142Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-10-20T02:10:07.142Z] [2020-10-20T02:10:07.142Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/78ea4bec-ebd2-4af0-b13f-6a51ce50d2dc [2020-10-20T02:10:07.142Z] [2020-10-20T02:10:07.142Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T02:10:07.142Z] [2020-10-20T02:10:07.142Z] [2020-10-20T02:10:07.142Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T02:10:07.142Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-20T02:10:07.142Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T02:10:07.142Z] [2020-10-20T02:10:07.142Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T02:10:07.142Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T02:10:07.142Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T02:10:07.142Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T02:10:07.158Z] $ docker stop --time=1 bbd55c5e9fee5f2a18487d6e999a5d0ccb7c882c02c22d9b35e69524dc4a17bf [2020-10-20T02:10:09.144Z] $ docker rm -f bbd55c5e9fee5f2a18487d6e999a5d0ccb7c882c02c22d9b35e69524dc4a17bf [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 [2020-10-20T02:10:11.009Z] + git log --format=format:%s -1 26d977795e053a112832bb043364dc6f4b0a86ea [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:10:11.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:10:11.322Z] . [Pipeline] withDockerContainer [2020-10-20T02:10:11.424Z] prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container [2020-10-20T02:10:11.477Z] $ 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 [2020-10-20T02:10:12.380Z] $ docker top ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T02:10:12.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:10:12.804Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:10:13.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:10:13.032Z] $ docker exec ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba ssh-agent [2020-10-20T02:10:13.201Z] SSH_AUTH_SOCK=/tmp/ssh-l61gU4Vz1m02/agent.12 [2020-10-20T02:10:13.201Z] SSH_AGENT_PID=18 [2020-10-20T02:10:13.209Z] Running ssh-add (command line suppressed) [2020-10-20T02:10:13.341Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3393752534260279139.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3393752534260279139.key) [2020-10-20T02:10:13.395Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:10:13.739Z] + git semver tag [2020-10-20T02:10:13.739Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T02:10:13.739Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T02:10:13.739Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T02:10:13.739Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T02:10:13.739Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T02:10:13.739Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T02:10:13.739Z] # $SEMVER_BRANCH = master [2020-10-20T02:10:13.739Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-20T02:10:13.739Z] # 26d977795e053a112832bb043364dc6f4b0a86ea HEAD [2020-10-20T02:10:13.739Z] # -> Force: false [2020-10-20T02:10:13.739Z] # 004b4cccb564817efe0793a53648d58885fdbf8c refs/tags/v0.0.51 [Pipeline] } [2020-10-20T02:10:13.756Z] $ docker exec --env ******** --env ******** ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba ssh-agent -k [2020-10-20T02:10:13.900Z] unset SSH_AUTH_SOCK; [2020-10-20T02:10:13.901Z] unset SSH_AGENT_PID; [2020-10-20T02:10:13.901Z] echo Agent pid 18 killed; [2020-10-20T02:10:13.969Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T02:10:14.497Z] + git semver [Pipeline] } [2020-10-20T02:10:14.517Z] $ docker stop --time=1 ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba [2020-10-20T02:10:15.885Z] $ docker rm -f ebe844ded6c976fde4be22dd9d7c93d7aeeeeb2a9e5c8b87feb750707d6c49ba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:10:16.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T02:10:16.532Z] [2020-10-20T02:10:16.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:10:16.880Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T02:10:16.880Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T02:10:16.880Z] ab5ef0e58194: Pulling fs layer [2020-10-20T02:10:16.880Z] 9712f1f96733: Pulling fs layer [2020-10-20T02:10:16.880Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T02:10:16.880Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T02:10:16.880Z] e9a5061849ea: Pulling fs layer [2020-10-20T02:10:16.880Z] d747dcd14b5f: Pulling fs layer [2020-10-20T02:10:16.880Z] 2de7ff778b66: Pulling fs layer [2020-10-20T02:10:16.880Z] 0d9ebad4ef96: Waiting [2020-10-20T02:10:16.880Z] d747dcd14b5f: Waiting [2020-10-20T02:10:16.880Z] 2de7ff778b66: Waiting [2020-10-20T02:10:16.880Z] e9a5061849ea: Waiting [2020-10-20T02:10:16.880Z] 9712f1f96733: Verifying Checksum [2020-10-20T02:10:16.880Z] 9712f1f96733: Download complete [2020-10-20T02:10:18.810Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T02:10:18.810Z] 63f879dbbcfc: Download complete [2020-10-20T02:10:19.073Z] e9a5061849ea: Verifying Checksum [2020-10-20T02:10:19.073Z] e9a5061849ea: Download complete [2020-10-20T02:10:19.073Z] d747dcd14b5f: Download complete [2020-10-20T02:10:19.335Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T02:10:19.335Z] 0d9ebad4ef96: Download complete [2020-10-20T02:10:19.597Z] 2de7ff778b66: Verifying Checksum [2020-10-20T02:10:19.597Z] 2de7ff778b66: Download complete [2020-10-20T02:10:19.861Z] ab5ef0e58194: Verifying Checksum [2020-10-20T02:10:19.861Z] ab5ef0e58194: Download complete [2020-10-20T02:10:24.111Z] ab5ef0e58194: Pull complete [2020-10-20T02:10:24.111Z] 9712f1f96733: Pull complete [2020-10-20T02:10:26.679Z] 63f879dbbcfc: Pull complete [2020-10-20T02:10:33.303Z] 0d9ebad4ef96: Pull complete [2020-10-20T02:10:33.570Z] e9a5061849ea: Pull complete [2020-10-20T02:10:33.570Z] d747dcd14b5f: Pull complete [2020-10-20T02:10:37.796Z] 2de7ff778b66: Pull complete [2020-10-20T02:10:37.796Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T02:10:37.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T02:10:37.796Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T02:10:37.975Z] prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container [2020-10-20T02:10:38.108Z] $ 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 [2020-10-20T02:10:40.832Z] $ docker top 0f649e76911d0b21d72c8518678fc10b28f61297e3f41f5532f338186e386865 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T02:10:41.127Z] provisioning config files... [2020-10-20T02:10:41.158Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8136068439302624689tmp [2020-10-20T02:10:41.204Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3012401778467098548tmp [2020-10-20T02:10:41.218Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config218132650880289452tmp [Pipeline] { [Pipeline] echo [2020-10-20T02:10:41.273Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:10:41.567Z] ---> sigul-configuration.sh [2020-10-20T02:10:41.567Z] gpg: directory `/root/.gnupg' created [2020-10-20T02:10:41.567Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T02:10:41.567Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T02:10:41.567Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T02:10:41.567Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T02:10:41.567Z] gpg: CAST5 encrypted data [2020-10-20T02:10:41.831Z] gpg: encrypted with 1 passphrase [2020-10-20T02:10:41.831Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T02:10:42.132Z] + mkdir /home/jenkins [2020-10-20T02:10:42.132Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T02:10:42.428Z] + 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 [2020-10-20T02:10:42.440Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:10:42.738Z] ---> sigul-install.sh [2020-10-20T02:10:48.106Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T02:10:48.406Z] + git tag --list [2020-10-20T02:10:48.406Z] v0.0.1 [2020-10-20T02:10:48.406Z] v0.0.10 [2020-10-20T02:10:48.406Z] v0.0.11 [2020-10-20T02:10:48.406Z] v0.0.12 [2020-10-20T02:10:48.406Z] v0.0.13 [2020-10-20T02:10:48.406Z] v0.0.14 [2020-10-20T02:10:48.406Z] v0.0.15 [2020-10-20T02:10:48.406Z] v0.0.16 [2020-10-20T02:10:48.406Z] v0.0.17 [2020-10-20T02:10:48.406Z] v0.0.18 [2020-10-20T02:10:48.406Z] v0.0.19 [2020-10-20T02:10:48.406Z] v0.0.2 [2020-10-20T02:10:48.406Z] v0.0.20 [2020-10-20T02:10:48.406Z] v0.0.21 [2020-10-20T02:10:48.406Z] v0.0.22 [2020-10-20T02:10:48.406Z] v0.0.23 [2020-10-20T02:10:48.406Z] v0.0.24 [2020-10-20T02:10:48.406Z] v0.0.25 [2020-10-20T02:10:48.406Z] v0.0.26 [2020-10-20T02:10:48.406Z] v0.0.27 [2020-10-20T02:10:48.406Z] v0.0.28 [2020-10-20T02:10:48.406Z] v0.0.29 [2020-10-20T02:10:48.406Z] v0.0.3 [2020-10-20T02:10:48.406Z] v0.0.30 [2020-10-20T02:10:48.406Z] v0.0.31 [2020-10-20T02:10:48.406Z] v0.0.32 [2020-10-20T02:10:48.406Z] v0.0.33 [2020-10-20T02:10:48.406Z] v0.0.34 [2020-10-20T02:10:48.406Z] v0.0.35 [2020-10-20T02:10:48.406Z] v0.0.36 [2020-10-20T02:10:48.406Z] v0.0.37 [2020-10-20T02:10:48.406Z] v0.0.38 [2020-10-20T02:10:48.406Z] v0.0.39 [2020-10-20T02:10:48.406Z] v0.0.4 [2020-10-20T02:10:48.406Z] v0.0.40 [2020-10-20T02:10:48.406Z] v0.0.41 [2020-10-20T02:10:48.406Z] v0.0.42 [2020-10-20T02:10:48.406Z] v0.0.43 [2020-10-20T02:10:48.406Z] v0.0.44 [2020-10-20T02:10:48.406Z] v0.0.45 [2020-10-20T02:10:48.406Z] v0.0.46 [2020-10-20T02:10:48.406Z] v0.0.47 [2020-10-20T02:10:48.406Z] v0.0.48 [2020-10-20T02:10:48.406Z] v0.0.49 [2020-10-20T02:10:48.406Z] v0.0.5 [2020-10-20T02:10:48.406Z] v0.0.50 [2020-10-20T02:10:48.406Z] v0.0.51 [2020-10-20T02:10:48.406Z] v0.0.6 [2020-10-20T02:10:48.406Z] v0.0.7 [2020-10-20T02:10:48.406Z] v0.0.8 [2020-10-20T02:10:48.406Z] v0.0.9 [Pipeline] sh [2020-10-20T02:10:48.709Z] + lftools sign git-tag v0.0.51 [2020-10-20T02:10:50.103Z] Signing Git tag with Sigul... [2020-10-20T02:10:50.103Z] Signing v0.0.51 [Pipeline] echo [2020-10-20T02:10:51.059Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:10:51.359Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T02:10:51.368Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T02:10:51.484Z] $ docker stop --time=1 0f649e76911d0b21d72c8518678fc10b28f61297e3f41f5532f338186e386865 [2020-10-20T02:10:53.493Z] $ docker rm -f 0f649e76911d0b21d72c8518678fc10b28f61297e3f41f5532f338186e386865 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:10:54.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:10:54.470Z] . [Pipeline] withDockerContainer [2020-10-20T02:10:54.583Z] prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container [2020-10-20T02:10:54.646Z] $ 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 [2020-10-20T02:10:55.423Z] $ docker top 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T02:10:55.713Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:10:55.714Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:10:55.971Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:10:55.979Z] $ docker exec 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 ssh-agent [2020-10-20T02:10:56.164Z] SSH_AUTH_SOCK=/tmp/ssh-8RUobm6qQlKc/agent.11 [2020-10-20T02:10:56.164Z] SSH_AGENT_PID=16 [2020-10-20T02:10:56.171Z] Running ssh-add (command line suppressed) [2020-10-20T02:10:56.300Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_274476135456912962.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_274476135456912962.key) [2020-10-20T02:10:56.358Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:10:56.697Z] + git semver bump patch [2020-10-20T02:10:56.697Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T02:10:56.697Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T02:10:56.697Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T02:10:56.697Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T02:10:56.697Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T02:10:56.697Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T02:10:56.697Z] # $SEMVER_BRANCH = master [2020-10-20T02:10:56.697Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-20T02:10:56.697Z] 0.0.52 [Pipeline] } [2020-10-20T02:10:56.711Z] $ docker exec --env ******** --env ******** 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 ssh-agent -k [2020-10-20T02:10:56.837Z] unset SSH_AUTH_SOCK; [2020-10-20T02:10:56.838Z] unset SSH_AGENT_PID; [2020-10-20T02:10:56.838Z] echo Agent pid 16 killed; [2020-10-20T02:10:56.887Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T02:10:57.360Z] + git semver [Pipeline] } [2020-10-20T02:10:57.379Z] $ docker stop --time=1 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 [2020-10-20T02:10:58.715Z] $ docker rm -f 43bfe2bc13aacd7734f8857b593588808597d559cbb2729c5948cbdd97fd2bf4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:10:59.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:10:59.290Z] . [Pipeline] withDockerContainer [2020-10-20T02:10:59.392Z] prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container [2020-10-20T02:10:59.455Z] $ 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 [2020-10-20T02:11:00.046Z] $ docker top f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T02:11:00.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:11:00.409Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:11:00.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:11:00.608Z] $ docker exec f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 ssh-agent [2020-10-20T02:11:00.788Z] SSH_AUTH_SOCK=/tmp/ssh-EbFKWTgiM2Ec/agent.11 [2020-10-20T02:11:00.788Z] SSH_AGENT_PID=16 [2020-10-20T02:11:00.797Z] Running ssh-add (command line suppressed) [2020-10-20T02:11:00.929Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4078934896766323567.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4078934896766323567.key) [2020-10-20T02:11:00.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:11:01.333Z] + git semver push [2020-10-20T02:11:01.333Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T02:11:01.333Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T02:11:01.333Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T02:11:01.333Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T02:11:01.333Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T02:11:01.333Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T02:11:01.333Z] # $SEMVER_BRANCH = master [2020-10-20T02:11:01.333Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-20T02:11:07.948Z] $ docker exec --env ******** --env ******** f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 ssh-agent -k [2020-10-20T02:11:08.101Z] unset SSH_AUTH_SOCK; [2020-10-20T02:11:08.106Z] unset SSH_AGENT_PID; [2020-10-20T02:11:08.106Z] echo Agent pid 16 killed; [2020-10-20T02:11:08.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T02:11:08.861Z] + git semver [Pipeline] } [2020-10-20T02:11:08.880Z] $ docker stop --time=1 f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 [2020-10-20T02:11:10.249Z] $ docker rm -f f9475501f09729b8b6d786380b9579928b391080b9fe02dbdcb99749defea5f5 [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 [2020-10-20T02:11:12.035Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:11:12.615Z] ---> package-listing.sh [2020-10-20T02:11:12.615Z] ++ facter osfamily [2020-10-20T02:11:12.615Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T02:11:12.615Z] + OS_FAMILY=redhat [2020-10-20T02:11:12.615Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T02:11:12.615Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T02:11:12.615Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T02:11:12.615Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T02:11:12.615Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T02:11:12.615Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-20T02:11:12.615Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T02:11:12.616Z] + case "${OS_FAMILY}" in [2020-10-20T02:11:12.616Z] + rpm -qa [2020-10-20T02:11:12.616Z] + sort [2020-10-20T02:11:16.837Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T02:11:16.837Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T02:11:16.837Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T02:11:16.837Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-20T02:11:16.837Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-10-20T02:11:16.837Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-10-20T02:11:16.853Z] 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 [2020-10-20T02:11:17.146Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:11:17.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T02:11:17.552Z] [2020-10-20T02:11:17.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:11:17.930Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T02:11:17.930Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T02:11:17.930Z] df20fa9351a1: Pulling fs layer [2020-10-20T02:11:17.930Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T02:11:17.930Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T02:11:17.930Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T02:11:17.930Z] 93b61091891f: Pulling fs layer [2020-10-20T02:11:17.930Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T02:11:17.930Z] 5e14af77c1be: Pulling fs layer [2020-10-20T02:11:17.930Z] 01666e4c0597: Pulling fs layer [2020-10-20T02:11:17.930Z] aa168da1d23b: Pulling fs layer [2020-10-20T02:11:17.930Z] 93b9cdb0e59b: Waiting [2020-10-20T02:11:17.930Z] 5e14af77c1be: Waiting [2020-10-20T02:11:17.930Z] 01666e4c0597: Waiting [2020-10-20T02:11:17.930Z] aa168da1d23b: Waiting [2020-10-20T02:11:17.930Z] 93b61091891f: Waiting [2020-10-20T02:11:17.930Z] 46f8f816bc3b: Waiting [2020-10-20T02:11:17.930Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T02:11:17.930Z] 36b3adc4ff6f: Download complete [2020-10-20T02:11:17.930Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T02:11:17.930Z] 46f8f816bc3b: Download complete [2020-10-20T02:11:17.930Z] df20fa9351a1: Verifying Checksum [2020-10-20T02:11:17.930Z] df20fa9351a1: Download complete [2020-10-20T02:11:18.193Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T02:11:18.193Z] 93b9cdb0e59b: Download complete [2020-10-20T02:11:18.193Z] 93b61091891f: Verifying Checksum [2020-10-20T02:11:18.193Z] 93b61091891f: Download complete [2020-10-20T02:11:18.193Z] 5e14af77c1be: Verifying Checksum [2020-10-20T02:11:18.193Z] 5e14af77c1be: Download complete [2020-10-20T02:11:18.193Z] 01666e4c0597: Verifying Checksum [2020-10-20T02:11:18.193Z] 01666e4c0597: Download complete [2020-10-20T02:11:18.193Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T02:11:18.193Z] 8ad3a11d3b57: Download complete [2020-10-20T02:11:18.770Z] df20fa9351a1: Pull complete [2020-10-20T02:11:19.351Z] 36b3adc4ff6f: Pull complete [2020-10-20T02:11:20.299Z] 8ad3a11d3b57: Pull complete [2020-10-20T02:11:20.299Z] aa168da1d23b: Verifying Checksum [2020-10-20T02:11:20.299Z] aa168da1d23b: Download complete [2020-10-20T02:11:20.299Z] 46f8f816bc3b: Pull complete [2020-10-20T02:11:21.249Z] 93b61091891f: Pull complete [2020-10-20T02:11:21.249Z] 93b9cdb0e59b: Pull complete [2020-10-20T02:11:21.511Z] 5e14af77c1be: Pull complete [2020-10-20T02:11:21.511Z] 01666e4c0597: Pull complete [2020-10-20T02:11:28.237Z] aa168da1d23b: Pull complete [2020-10-20T02:11:28.504Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T02:11:28.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T02:11:28.504Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T02:11:28.672Z] prd-centos7-docker-4c-2g-6821 does not seem to be running inside a container [2020-10-20T02:11:28.764Z] $ 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 [2020-10-20T02:11:31.809Z] $ docker top 39b47923ce7f42da6ab129ff311c8d8868f1456d8ee7dee4ffd6c94f955e1c01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:11:32.306Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T02:11:32.602Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T02:11:32.896Z] + ls /var/log/sa-host [2020-10-20T02:11:32.897Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T02:11:32.897Z] file_magic: OK [2020-10-20T02:11:32.897Z] HZ: Using current value: 100 [2020-10-20T02:11:32.897Z] file_header: OK [2020-10-20T02:11:32.897Z] 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 [2020-10-20T02:11:32.897Z] Statistics: [2020-10-20T02:11:32.897Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T02:11:32.897Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T02:11:32.897Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T02:11:32.897Z] file_magic: OK [2020-10-20T02:11:32.897Z] HZ: Using current value: 100 [2020-10-20T02:11:32.897Z] file_header: OK [2020-10-20T02:11:32.897Z] 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 [2020-10-20T02:11:32.897Z] Statistics: [2020-10-20T02:11:32.897Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T02:11:32.897Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T02:11:33.183Z] provisioning config files... [2020-10-20T02:11:33.199Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5001987309493562350tmp [Pipeline] { [Pipeline] echo [2020-10-20T02:11:33.281Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:11:33.574Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T02:11:33.584Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T02:11:33.697Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:11:33.993Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T02:11:34.004Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:11:34.299Z] ---> sudo-logs.sh [2020-10-20T02:11:34.300Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T02:11:34.311Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:11:34.612Z] ---> job-cost.sh [2020-10-20T02:11:34.612Z] lf-activate-venv: SKIPPING [2020-10-20T02:11:34.612Z] INFO: No Stack... [2020-10-20T02:11:35.998Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T02:11:36.262Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T02:11:36.278Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:11:36.581Z] ---> logs-deploy.sh [2020-10-20T02:11:36.581Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/54 [2020-10-20T02:11:36.581Z] INFO: archiving workspace using pattern(s): [2020-10-20T02:11:37.983Z] Archives upload complete. [2020-10-20T02:11:38.248Z] INFO: archiving logs to Nexus [2020-10-20T02:11:39.210Z] ---> uname -a: [2020-10-20T02:11:39.210Z] Linux prd-centos7-docker-4c-2g-6821.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-20T02:11:39.210Z] [2020-10-20T02:11:39.210Z] [2020-10-20T02:11:39.210Z] ---> lscpu: [2020-10-20T02:11:39.210Z] Architecture: x86_64 [2020-10-20T02:11:39.210Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-20T02:11:39.210Z] Byte Order: Little Endian [2020-10-20T02:11:39.210Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-20T02:11:39.210Z] CPU(s): 4 [2020-10-20T02:11:39.210Z] On-line CPU(s) list: 0-3 [2020-10-20T02:11:39.210Z] Thread(s) per core: 1 [2020-10-20T02:11:39.210Z] Core(s) per socket: 1 [2020-10-20T02:11:39.210Z] Socket(s): 4 [2020-10-20T02:11:39.210Z] NUMA node(s): 1 [2020-10-20T02:11:39.210Z] Vendor ID: GenuineIntel [2020-10-20T02:11:39.210Z] CPU family: 6 [2020-10-20T02:11:39.211Z] Model: 44 [2020-10-20T02:11:39.211Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-20T02:11:39.211Z] Stepping: 1 [2020-10-20T02:11:39.211Z] CPU MHz: 2933.438 [2020-10-20T02:11:39.211Z] BogoMIPS: 5866.87 [2020-10-20T02:11:39.211Z] Virtualization: VT-x [2020-10-20T02:11:39.211Z] Hypervisor vendor: KVM [2020-10-20T02:11:39.211Z] Virtualization type: full [2020-10-20T02:11:39.211Z] L1d cache: 128 KiB [2020-10-20T02:11:39.211Z] L1i cache: 128 KiB [2020-10-20T02:11:39.211Z] L2 cache: 16 MiB [2020-10-20T02:11:39.211Z] L3 cache: 64 MiB [2020-10-20T02:11:39.211Z] NUMA node0 CPU(s): 0-3 [2020-10-20T02:11:39.211Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-20T02:11:39.211Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-20T02:11:39.211Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-20T02:11:39.211Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-20T02:11:39.211Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-20T02:11:39.211Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-20T02:11:39.211Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-20T02:11:39.211Z] Vulnerability Tsx async abort: Not affected [2020-10-20T02:11:39.211Z] 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 [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] ---> nproc: [2020-10-20T02:11:39.211Z] 4 [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] ---> df -h: [2020-10-20T02:11:39.211Z] Filesystem Size Used Available Use% Mounted on [2020-10-20T02:11:39.211Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-20T02:11:39.211Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-20T02:11:39.211Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-20T02:11:39.211Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-20T02:11:39.211Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] ---> free -m: [2020-10-20T02:11:39.211Z] total used free shared buff/cache available [2020-10-20T02:11:39.211Z] Mem: 1837 791 146 0 899 981 [2020-10-20T02:11:39.211Z] Swap: 1023 3 1020 [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] ---> ip addr: [2020-10-20T02:11:39.211Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-20T02:11:39.211Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-20T02:11:39.211Z] inet 127.0.0.1/8 scope host lo [2020-10-20T02:11:39.211Z] valid_lft forever preferred_lft forever [2020-10-20T02:11:39.211Z] inet6 ::1/128 scope host [2020-10-20T02:11:39.211Z] valid_lft forever preferred_lft forever [2020-10-20T02:11:39.211Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-20T02:11:39.211Z] link/ether fa:16:3e:5b:71:2f brd ff:ff:ff:ff:ff:ff [2020-10-20T02:11:39.211Z] inet 10.30.123.218/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-20T02:11:39.211Z] valid_lft 85948sec preferred_lft 85948sec [2020-10-20T02:11:39.211Z] inet6 fe80::f816:3eff:fe5b:712f/64 scope link [2020-10-20T02:11:39.211Z] valid_lft forever preferred_lft forever [2020-10-20T02:11:39.211Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-20T02:11:39.211Z] link/ether 02:42:e5:22:9d:d4 brd ff:ff:ff:ff:ff:ff [2020-10-20T02:11:39.211Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-20T02:11:39.211Z] valid_lft forever preferred_lft forever [2020-10-20T02:11:39.211Z] inet6 fe80::42:e5ff:fe22:9dd4/64 scope link [2020-10-20T02:11:39.211Z] valid_lft forever preferred_lft forever [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] ---> sar -b -r -n DEV: [2020-10-20T02:11:39.211Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] 02:03:48 LINUX RESTART (4 CPU) [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] 02:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-20T02:11:39.211Z] 02:06:01 2.83 0.00 2.83 0.00 0.00 98.70 0.00 [2020-10-20T02:11:39.211Z] 02:07:01 0.38 0.00 0.38 0.00 0.00 5.81 0.00 [2020-10-20T02:11:39.211Z] 02:08:01 0.32 0.00 0.32 0.00 0.00 3.53 0.00 [2020-10-20T02:11:39.211Z] 02:09:01 0.33 0.00 0.33 0.00 0.00 4.50 0.00 [2020-10-20T02:11:39.211Z] 02:10:01 174.38 98.19 76.19 0.00 5763.97 30645.70 0.00 [2020-10-20T02:11:39.211Z] 02:11:01 227.79 94.28 133.51 0.00 5495.11 33188.45 0.00 [2020-10-20T02:11:39.211Z] Average: 67.70 32.09 35.61 0.00 1877.17 10661.76 0.00 [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] 02:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-20T02:11:39.211Z] 02:06:01 179444 0 558836 29.70 2620 1140656 1088144 37.14 384212 1158296 16 [2020-10-20T02:11:39.211Z] 02:07:01 177676 0 560600 29.79 2620 1140660 1087128 37.10 388452 1155920 8 [2020-10-20T02:11:39.211Z] 02:08:01 177796 0 560472 29.79 2620 1140668 1087284 37.11 388636 1155920 8 [2020-10-20T02:11:39.211Z] 02:09:01 176628 0 561640 29.85 2620 1140668 1087260 37.11 393952 1151828 8 [2020-10-20T02:11:39.211Z] 02:10:01 74580 0 696744 37.03 2620 1107612 1433192 48.91 519916 1087388 5236 [2020-10-20T02:11:39.211Z] 02:11:01 237160 0 734656 39.05 1548 908192 1310716 44.73 600784 761232 52 [2020-10-20T02:11:39.211Z] Average: 170547 0 612158 32.53 2441 1096409 1182287 40.35 445992 1078431 888 [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] 02:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-20T02:11:39.211Z] 02:06:01 eth0 4.20 1.37 2.60 0.45 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:07:01 eth0 2.70 0.70 0.92 0.58 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:08:01 eth0 1.85 0.53 0.63 0.39 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:09:01 eth0 1.87 0.42 0.42 0.24 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:10:01 eth0 401.75 359.49 3816.24 31.95 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:10:01 vethe5d5eac 16.63 16.22 1.87 29.50 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:10:01 docker0 16.63 16.12 1.64 29.49 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:11:01 eth0 511.11 427.19 3474.47 107.62 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:11:01 vethd4b8c2c 0.28 0.37 0.05 0.06 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] 02:11:01 docker0 50.53 77.97 2.92 216.32 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] Average: eth0 153.97 131.67 1216.30 23.55 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] Average: vethd4b8c2c 0.05 0.06 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] Average: docker0 11.20 15.69 0.76 40.99 0.00 0.00 0.00 0.00 [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] ---> sar -P ALL: [2020-10-20T02:11:39.211Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] 02:03:48 LINUX RESTART (4 CPU) [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] 02:05:01 CPU %user %nice %system %iowait %steal %idle [2020-10-20T02:11:39.211Z] 02:06:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2020-10-20T02:11:39.211Z] 02:06:01 0 0.12 0.00 0.07 0.00 0.00 99.82 [2020-10-20T02:11:39.211Z] 02:06:01 1 0.25 0.00 0.05 0.00 0.00 99.70 [2020-10-20T02:11:39.211Z] 02:06:01 2 0.33 0.00 0.05 0.00 0.00 99.62 [2020-10-20T02:11:39.211Z] 02:06:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2020-10-20T02:11:39.211Z] 02:07:01 all 0.20 0.00 0.03 0.00 0.00 99.77 [2020-10-20T02:11:39.211Z] 02:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-20T02:11:39.211Z] 02:07:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2020-10-20T02:11:39.211Z] 02:07:01 2 0.18 0.00 0.03 0.00 0.00 99.78 [2020-10-20T02:11:39.211Z] 02:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-20T02:11:39.211Z] 02:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-20T02:11:39.211Z] 02:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-20T02:11:39.211Z] 02:08:01 1 0.48 0.00 0.03 0.00 0.00 99.48 [2020-10-20T02:11:39.211Z] 02:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-20T02:11:39.211Z] 02:08:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-20T02:11:39.211Z] 02:09:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-10-20T02:11:39.211Z] 02:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-20T02:11:39.211Z] 02:09:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-10-20T02:11:39.211Z] 02:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-20T02:11:39.211Z] 02:09:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-20T02:11:39.211Z] 02:10:01 all 6.96 0.00 4.30 1.03 0.01 87.70 [2020-10-20T02:11:39.211Z] 02:10:01 0 6.06 0.00 4.31 0.88 0.00 88.75 [2020-10-20T02:11:39.211Z] 02:10:01 1 6.70 0.00 4.15 1.81 0.02 87.32 [2020-10-20T02:11:39.211Z] 02:10:01 2 7.95 0.00 4.70 1.00 0.02 86.34 [2020-10-20T02:11:39.211Z] 02:10:01 3 7.12 0.00 4.02 0.46 0.02 88.39 [2020-10-20T02:11:39.211Z] 02:11:01 all 11.68 0.00 8.57 3.46 0.03 76.26 [2020-10-20T02:11:39.211Z] 02:11:01 0 10.50 0.00 7.53 3.50 0.03 78.43 [2020-10-20T02:11:39.211Z] 02:11:01 1 10.22 0.00 8.48 4.30 0.03 76.96 [2020-10-20T02:11:39.211Z] 02:11:01 2 11.91 0.00 9.22 2.77 0.02 76.08 [2020-10-20T02:11:39.211Z] 02:11:01 3 14.08 0.00 9.04 3.25 0.03 73.59 [2020-10-20T02:11:39.211Z] Average: all 3.19 0.00 2.14 0.74 0.01 93.93 [2020-10-20T02:11:39.211Z] Average: 0 2.76 0.00 1.97 0.72 0.01 94.55 [2020-10-20T02:11:39.211Z] Average: 1 3.09 0.00 2.11 1.01 0.01 93.79 [2020-10-20T02:11:39.211Z] Average: 2 3.36 0.00 2.31 0.62 0.01 93.70 [2020-10-20T02:11:39.211Z] Average: 3 3.53 0.00 2.18 0.61 0.01 93.67 [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z] [2020-10-20T02:11:39.211Z]