Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go 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-app-functions-sdk-go 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1176 in /w/workspace/ndry_app-functions-sdk-go_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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 # timeout=10 Commit message: "feat(sdk): expose RegistryClient on SDK (#501)" > git rev-list --no-walk a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T18:13:48.793Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T18:13:49.047Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T18:13:49.193Z] ========================================================= [2020-09-24T18:13:49.193Z] EdgeX Global Pipelines Version Info [2020-09-24T18:13:49.193Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:13:50.693Z] ------------------- [2020-09-24T18:13:50.693Z] stable info: [2020-09-24T18:13:50.693Z] ------------------- [2020-09-24T18:13:50.693Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T18:13:50.693Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T18:13:50.693Z] Message: update stable to v1.0.128 [2020-09-24T18:13:51.640Z] ------------------- [2020-09-24T18:13:51.640Z] experimental info: [2020-09-24T18:13:51.640Z] ------------------- [2020-09-24T18:13:51.640Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T18:13:51.640Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T18:13:51.640Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T18:13:52.023Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-24T18:13:52.157Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-24T18:13:52.287Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T18:13:52.394Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T18:13:52.493Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T18:13:52.596Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T18:13:52.699Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T18:13:52.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T18:13:53.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T18:13:53.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T18:13:53.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T18:13:53.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-24T18:13:53.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T18:13:53.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T18:13:53.613Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T18:13:53.704Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T18:13:53.797Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T18:13:53.904Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T18:13:53.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-24T18:13:54.090Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T18:13:54.207Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-24T18:13:54.296Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-24T18:13:54.385Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T18:13:54.474Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T18:13:54.584Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T18:13:54.699Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-24T18:13:54.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-24T18:13:54.939Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-24T18:13:55.053Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 [Pipeline] echo [2020-09-24T18:13:55.170Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b3ebc9 [Pipeline] echo [2020-09-24T18:13:55.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T18:13:55.930Z] + git log --format=format:%s -1 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 [Pipeline] echo [2020-09-24T18:13:56.002Z] GIT_COMMIT: 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578, Commit Message: feat(sdk): expose RegistryClient on SDK (#501) [Pipeline] echo [2020-09-24T18:13:56.052Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:13:56.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:13:57.226Z] [2020-09-24T18:13:57.226Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:13:57.579Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:13:57.580Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T18:13:57.580Z] 31603596830f: Pulling fs layer [2020-09-24T18:13:57.580Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T18:13:57.580Z] 6ca5941a6612: Pulling fs layer [2020-09-24T18:13:57.580Z] ecc8261a40a4: Pulling fs layer [2020-09-24T18:13:57.580Z] ecc8261a40a4: Waiting [2020-09-24T18:13:57.580Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T18:13:57.580Z] 2a8b12db71e7: Download complete [2020-09-24T18:13:57.843Z] 31603596830f: Verifying Checksum [2020-09-24T18:13:57.843Z] 31603596830f: Download complete [2020-09-24T18:13:57.843Z] ecc8261a40a4: Verifying Checksum [2020-09-24T18:13:57.843Z] ecc8261a40a4: Download complete [2020-09-24T18:13:57.843Z] 6ca5941a6612: Verifying Checksum [2020-09-24T18:13:57.843Z] 6ca5941a6612: Download complete [2020-09-24T18:13:58.107Z] 31603596830f: Pull complete [2020-09-24T18:13:58.107Z] 2a8b12db71e7: Pull complete [2020-09-24T18:13:59.058Z] 6ca5941a6612: Pull complete [2020-09-24T18:13:59.058Z] ecc8261a40a4: Pull complete [2020-09-24T18:13:59.320Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T18:13:59.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:13:59.320Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T18:13:59.426Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2020-09-24T18:13:59.509Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T18:14:01.756Z] $ docker top 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T18:14:02.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T18:14:02.139Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T18:14:02.405Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T18:14:02.410Z] $ docker exec 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 ssh-agent [2020-09-24T18:14:02.584Z] SSH_AUTH_SOCK=/tmp/ssh-RFz5lWQc5iCa/agent.11 [2020-09-24T18:14:02.584Z] SSH_AGENT_PID=16 [2020-09-24T18:14:02.599Z] Running ssh-add (command line suppressed) [2020-09-24T18:14:02.761Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4831326343346705313.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4831326343346705313.key) [2020-09-24T18:14:02.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T18:14:03.151Z] + git describe --exact-match --tags HEAD [2020-09-24T18:14:03.151Z] fatal: no tag exactly matches '3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578' [Pipeline] } [2020-09-24T18:14:03.176Z] $ docker exec --env ******** --env ******** 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 ssh-agent -k [2020-09-24T18:14:03.294Z] unset SSH_AUTH_SOCK; [2020-09-24T18:14:03.294Z] unset SSH_AGENT_PID; [2020-09-24T18:14:03.295Z] echo Agent pid 16 killed; [2020-09-24T18:14:03.339Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T18:14:03.434Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T18:14:03.434Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T18:14:03.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T18:14:03.554Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T18:14:03.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T18:14:03.733Z] $ docker exec 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 ssh-agent [2020-09-24T18:14:03.893Z] SSH_AUTH_SOCK=/tmp/ssh-Z9x75LbacmUm/agent.44 [2020-09-24T18:14:03.893Z] SSH_AGENT_PID=49 [2020-09-24T18:14:03.900Z] Running ssh-add (command line suppressed) [2020-09-24T18:14:04.020Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2458516172448277457.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2458516172448277457.key) [2020-09-24T18:14:04.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T18:14:04.416Z] + git semver init [2020-09-24T18:14:04.416Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T18:14:04.416Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-24T18:14:04.416Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T18:14:04.416Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T18:14:04.416Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T18:14:04.416Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T18:14:04.416Z] # $SEMVER_BRANCH = master [2020-09-24T18:14:04.416Z] # $SEMVER_TEMP = /tmp/semver-156870135 [2020-09-24T18:14:04.416Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-24T18:14:06.980Z] # '/tmp/semver-156870135' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-24T18:14:06.980Z] # -> Force: false [2020-09-24T18:14:06.980Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-24T18:14:06.997Z] $ docker exec --env ******** --env ******** 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 ssh-agent -k [2020-09-24T18:14:07.134Z] unset SSH_AUTH_SOCK; [2020-09-24T18:14:07.135Z] unset SSH_AGENT_PID; [2020-09-24T18:14:07.135Z] echo Agent pid 49 killed; [2020-09-24T18:14:07.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T18:14:07.707Z] + git semver [Pipeline] } [2020-09-24T18:14:07.728Z] $ docker stop --time=1 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 [2020-09-24T18:14:09.189Z] $ docker rm -f 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T18:14:11.501Z] Stashed 46 file(s) [Pipeline] echo [2020-09-24T18:14:11.504Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.33 [Pipeline] echo [2020-09-24T18:14:11.594Z] Archived original version: [1.2.1-dev.33] [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-09-24T18:14:27.004Z] Still waiting to schedule task [2020-09-24T18:14:27.004Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1176’ [2020-09-24T18:14:27.007Z] Still waiting to schedule task [2020-09-24T18:14:27.007Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-24T18:16:22.397Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1177 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-24T18:16:22.463Z] Running in /w/workspace/app-functions-sdk-go/121 [Pipeline] { [Pipeline] checkout [2020-09-24T18:16:27.514Z] using credential edgex-jenkins-ssh [2020-09-24T18:16:27.583Z] Cloning the remote Git repository [2020-09-24T18:16:27.642Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T18:16:27.763Z] > git init /w/workspace/app-functions-sdk-go/121 # timeout=10 [2020-09-24T18:16:27.845Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T18:16:27.846Z] > git --version # timeout=10 [2020-09-24T18:16:27.864Z] > git --version # 'git version 2.17.1' [2020-09-24T18:16:27.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T18:16:27.930Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T18:16:31.206Z] Checking out Revision 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 (master) [2020-09-24T18:16:30.648Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T18:16:30.669Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T18:16:30.694Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T18:16:30.729Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T18:16:30.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T18:16:30.742Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T18:16:31.232Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T18:16:31.256Z] > git checkout -f 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 # timeout=10 [2020-09-24T18:16:35.673Z] Commit message: "feat(sdk): expose RegistryClient on SDK (#501)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T18:16:39.344Z] ========================================================= [2020-09-24T18:16:39.344Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T18:16:39.344Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:16:40.532Z] + 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-09-24T18:16:41.979Z] Sending build context to Docker daemon 37.34MB [2020-09-24T18:16:41.979Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T18:16:41.979Z] Step 2/8 : FROM ${BASE} [2020-09-24T18:16:41.979Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T18:16:41.979Z] b538f80385f9: Pulling fs layer [2020-09-24T18:16:41.979Z] 74f711af9a0d: Pulling fs layer [2020-09-24T18:16:41.979Z] 99f96fe45779: Pulling fs layer [2020-09-24T18:16:41.979Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T18:16:41.979Z] 45590311c82a: Pulling fs layer [2020-09-24T18:16:41.979Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T18:16:41.979Z] 209524e5b208: Pulling fs layer [2020-09-24T18:16:41.979Z] 8529a6b9a6be: Waiting [2020-09-24T18:16:41.979Z] 45590311c82a: Waiting [2020-09-24T18:16:41.979Z] 69ca0ff8b7b3: Waiting [2020-09-24T18:16:41.979Z] 209524e5b208: Waiting [2020-09-24T18:16:41.979Z] 99f96fe45779: Verifying Checksum [2020-09-24T18:16:41.979Z] 99f96fe45779: Download complete [2020-09-24T18:16:41.979Z] 74f711af9a0d: Download complete [2020-09-24T18:16:41.979Z] 45590311c82a: Verifying Checksum [2020-09-24T18:16:41.979Z] 45590311c82a: Download complete [2020-09-24T18:16:42.253Z] 69ca0ff8b7b3: Download complete [2020-09-24T18:16:42.253Z] b538f80385f9: Verifying Checksum [2020-09-24T18:16:42.253Z] b538f80385f9: Download complete [2020-09-24T18:16:42.859Z] b538f80385f9: Pull complete [2020-09-24T18:16:43.468Z] 74f711af9a0d: Pull complete [2020-09-24T18:16:43.744Z] 99f96fe45779: Pull complete [2020-09-24T18:16:44.727Z] 209524e5b208: Verifying Checksum [2020-09-24T18:16:44.727Z] 209524e5b208: Download complete [2020-09-24T18:16:45.702Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T18:16:45.702Z] 8529a6b9a6be: Download complete [2020-09-24T18:16:55.862Z] 8529a6b9a6be: Pull complete [2020-09-24T18:16:56.137Z] 45590311c82a: Pull complete [2020-09-24T18:16:56.413Z] 69ca0ff8b7b3: Pull complete [2020-09-24T18:17:00.751Z] 209524e5b208: Pull complete [2020-09-24T18:17:00.751Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T18:17:00.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T18:17:00.751Z] ---> 5bddaf1c2fca [2020-09-24T18:17:00.751Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T18:17:00.751Z] latest: Pulling from library/docker [2020-09-24T18:17:00.751Z] b538f80385f9: Already exists [2020-09-24T18:17:00.751Z] 259a493cd78d: Pulling fs layer [2020-09-24T18:17:00.751Z] b8e66b5100f5: Pulling fs layer [2020-09-24T18:17:00.751Z] 7f8258a56ab6: Pulling fs layer [2020-09-24T18:17:00.751Z] 75a0a0ebb566: Pulling fs layer [2020-09-24T18:17:00.751Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-24T18:17:00.751Z] 294320357d30: Pulling fs layer [2020-09-24T18:17:00.751Z] 75a0a0ebb566: Waiting [2020-09-24T18:17:00.751Z] 4a2c62f0a2a3: Waiting [2020-09-24T18:17:00.751Z] 294320357d30: Waiting [2020-09-24T18:17:00.751Z] b8e66b5100f5: Download complete [2020-09-24T18:17:00.751Z] 259a493cd78d: Verifying Checksum [2020-09-24T18:17:00.751Z] 259a493cd78d: Download complete [2020-09-24T18:17:01.027Z] 75a0a0ebb566: Verifying Checksum [2020-09-24T18:17:01.028Z] 75a0a0ebb566: Download complete [2020-09-24T18:17:01.028Z] 4a2c62f0a2a3: Download complete [2020-09-24T18:17:01.028Z] 294320357d30: Verifying Checksum [2020-09-24T18:17:01.028Z] 294320357d30: Download complete [2020-09-24T18:17:01.627Z] 259a493cd78d: Pull complete [2020-09-24T18:17:02.225Z] b8e66b5100f5: Pull complete [2020-09-24T18:17:02.225Z] 7f8258a56ab6: Verifying Checksum [2020-09-24T18:17:02.225Z] 7f8258a56ab6: Download complete [2020-09-24T18:17:05.627Z] 7f8258a56ab6: Pull complete [2020-09-24T18:17:05.627Z] 75a0a0ebb566: Pull complete [2020-09-24T18:17:05.902Z] 4a2c62f0a2a3: Pull complete [2020-09-24T18:17:06.180Z] 294320357d30: Pull complete [2020-09-24T18:17:06.180Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T18:17:06.180Z] Status: Downloaded newer image for docker:latest [2020-09-24T18:17:07.327Z] Running on prd-centos7-docker-4c-2g-1178 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-24T18:17:07.396Z] Running in /w/workspace/app-functions-sdk-go/121 [Pipeline] { [Pipeline] checkout [2020-09-24T18:17:10.134Z] using credential edgex-jenkins-ssh [2020-09-24T18:17:10.202Z] Cloning the remote Git repository [2020-09-24T18:17:10.230Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T18:17:10.294Z] > git init /w/workspace/app-functions-sdk-go/121 # timeout=10 [2020-09-24T18:17:10.410Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T18:17:10.411Z] > git --version # timeout=10 [2020-09-24T18:17:10.415Z] > git --version # 'git version 2.16.5' [2020-09-24T18:17:10.416Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T18:17:10.444Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T18:17:11.778Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T18:17:11.787Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T18:17:11.806Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T18:17:11.823Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T18:17:11.823Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T18:17:11.829Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T18:17:12.200Z] Checking out Revision 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 (master) [2020-09-24T18:17:12.919Z] ---> 34ff56e075f7 [2020-09-24T18:17:12.919Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T18:17:12.919Z] ---> Running in 41a8c683eda0 [2020-09-24T18:17:12.919Z] Removing intermediate container 41a8c683eda0 [2020-09-24T18:17:12.919Z] ---> d0941fb366ca [2020-09-24T18:17:12.919Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-24T18:17:12.919Z] ---> Running in 744b3f967307 [2020-09-24T18:17:12.212Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T18:17:12.221Z] > git checkout -f 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 # timeout=10 [2020-09-24T18:17:14.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T18:17:14.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T18:17:15.546Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-24T18:17:15.546Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-24T18:17:15.818Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-24T18:17:15.818Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-24T18:17:15.818Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-24T18:17:15.879Z] Commit message: "feat(sdk): expose RegistryClient on SDK (#501)" [2020-09-24T18:17:16.093Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T18:17:16.093Z] OK: 144 MiB in 44 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-24T18:17:17.568Z] Removing intermediate container 744b3f967307 [2020-09-24T18:17:17.568Z] ---> d24ee4bdfde6 [2020-09-24T18:17:17.568Z] Step 6/8 : WORKDIR /build [2020-09-24T18:17:17.568Z] ---> Running in b49bd23df9e5 [2020-09-24T18:17:17.841Z] Removing intermediate container b49bd23df9e5 [2020-09-24T18:17:17.841Z] ---> 47ded5a74292 [2020-09-24T18:17:17.841Z] Step 7/8 : COPY go.mod . [Pipeline] echo [2020-09-24T18:17:17.852Z] ========================================================= [2020-09-24T18:17:17.852Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T18:17:17.852Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:17:18.438Z] ---> 67285a51829d [2020-09-24T18:17:18.438Z] Step 8/8 : RUN go mod download [2020-09-24T18:17:18.547Z] + 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-09-24T18:17:18.712Z] ---> Running in 6efee84205d7 [2020-09-24T18:17:19.122Z] Sending build context to Docker daemon 37.34MB [2020-09-24T18:17:19.122Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T18:17:19.122Z] Step 2/8 : FROM ${BASE} [2020-09-24T18:17:19.122Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T18:17:19.122Z] df20fa9351a1: Pulling fs layer [2020-09-24T18:17:19.122Z] ed8968b2872e: Pulling fs layer [2020-09-24T18:17:19.122Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T18:17:19.122Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T18:17:19.122Z] e73272ec9a57: Pulling fs layer [2020-09-24T18:17:19.122Z] 1e910a182e73: Pulling fs layer [2020-09-24T18:17:19.122Z] 4e634b169226: Pulling fs layer [2020-09-24T18:17:19.122Z] e871e8e8d7a9: Waiting [2020-09-24T18:17:19.122Z] e73272ec9a57: Waiting [2020-09-24T18:17:19.122Z] 4e634b169226: Waiting [2020-09-24T18:17:19.122Z] 1e910a182e73: Waiting [2020-09-24T18:17:19.388Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T18:17:19.388Z] a92cc7c5fd73: Download complete [2020-09-24T18:17:19.388Z] ed8968b2872e: Download complete [2020-09-24T18:17:19.388Z] e73272ec9a57: Verifying Checksum [2020-09-24T18:17:19.388Z] e73272ec9a57: Download complete [2020-09-24T18:17:19.388Z] 1e910a182e73: Verifying Checksum [2020-09-24T18:17:19.388Z] 1e910a182e73: Download complete [2020-09-24T18:17:19.388Z] df20fa9351a1: Verifying Checksum [2020-09-24T18:17:19.388Z] df20fa9351a1: Download complete [2020-09-24T18:17:19.658Z] df20fa9351a1: Pull complete [2020-09-24T18:17:19.921Z] ed8968b2872e: Pull complete [2020-09-24T18:17:19.921Z] a92cc7c5fd73: Pull complete [2020-09-24T18:17:21.316Z] 4e634b169226: Verifying Checksum [2020-09-24T18:17:21.316Z] 4e634b169226: Download complete [2020-09-24T18:17:21.893Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T18:17:21.893Z] e871e8e8d7a9: Download complete [2020-09-24T18:17:27.200Z] e871e8e8d7a9: Pull complete [2020-09-24T18:17:27.201Z] e73272ec9a57: Pull complete [2020-09-24T18:17:27.201Z] 1e910a182e73: Pull complete [2020-09-24T18:17:32.512Z] 4e634b169226: Pull complete [2020-09-24T18:17:32.512Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T18:17:32.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T18:17:32.512Z] ---> f7629b54cfaa [2020-09-24T18:17:32.512Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T18:17:32.512Z] latest: Pulling from library/docker [2020-09-24T18:17:33.091Z] df20fa9351a1: Already exists [2020-09-24T18:17:33.091Z] 25ad7478873d: Pulling fs layer [2020-09-24T18:17:33.091Z] 4684f6177b5d: Pulling fs layer [2020-09-24T18:17:33.091Z] 8ba584e970af: Pulling fs layer [2020-09-24T18:17:33.091Z] 3cdc74d2b06d: Pulling fs layer [2020-09-24T18:17:33.091Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-24T18:17:33.091Z] fca0ccc462d5: Pulling fs layer [2020-09-24T18:17:33.091Z] 3cdc74d2b06d: Waiting [2020-09-24T18:17:33.091Z] 4cf5a0d07c1f: Waiting [2020-09-24T18:17:33.091Z] fca0ccc462d5: Waiting [2020-09-24T18:17:33.091Z] 4684f6177b5d: Verifying Checksum [2020-09-24T18:17:33.091Z] 4684f6177b5d: Download complete [2020-09-24T18:17:33.091Z] 25ad7478873d: Verifying Checksum [2020-09-24T18:17:33.091Z] 25ad7478873d: Download complete [2020-09-24T18:17:33.363Z] 3cdc74d2b06d: Verifying Checksum [2020-09-24T18:17:33.363Z] 3cdc74d2b06d: Download complete [2020-09-24T18:17:33.363Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-24T18:17:33.363Z] 4cf5a0d07c1f: Download complete [2020-09-24T18:17:33.363Z] fca0ccc462d5: Verifying Checksum [2020-09-24T18:17:33.363Z] fca0ccc462d5: Download complete [2020-09-24T18:17:33.363Z] 25ad7478873d: Pull complete [2020-09-24T18:17:33.638Z] 4684f6177b5d: Pull complete [2020-09-24T18:17:34.220Z] 8ba584e970af: Verifying Checksum [2020-09-24T18:17:34.220Z] 8ba584e970af: Download complete [2020-09-24T18:17:36.786Z] 8ba584e970af: Pull complete [2020-09-24T18:17:36.786Z] 3cdc74d2b06d: Pull complete [2020-09-24T18:17:37.048Z] 4cf5a0d07c1f: Pull complete [2020-09-24T18:17:37.048Z] fca0ccc462d5: Pull complete [2020-09-24T18:17:37.048Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T18:17:37.048Z] Status: Downloaded newer image for docker:latest [2020-09-24T18:17:38.973Z] ---> 82f80ee61c0b [2020-09-24T18:17:38.973Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T18:17:38.973Z] ---> Running in 4f3e6481ded1 [2020-09-24T18:17:38.973Z] Removing intermediate container 4f3e6481ded1 [2020-09-24T18:17:38.973Z] ---> 692d183f81b4 [2020-09-24T18:17:38.973Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-24T18:17:38.973Z] ---> Running in 19012d048da0 [2020-09-24T18:17:39.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T18:17:40.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T18:17:40.769Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-24T18:17:40.769Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-24T18:17:40.769Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-24T18:17:41.032Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-24T18:17:41.032Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-24T18:17:41.032Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T18:17:41.032Z] OK: 167 MiB in 44 packages [2020-09-24T18:17:41.989Z] Removing intermediate container 19012d048da0 [2020-09-24T18:17:41.989Z] ---> 0a1b5a4a7eb0 [2020-09-24T18:17:41.989Z] Step 6/8 : WORKDIR /build [2020-09-24T18:17:41.989Z] ---> Running in 6b3e26666f3b [2020-09-24T18:17:41.989Z] Removing intermediate container 6b3e26666f3b [2020-09-24T18:17:41.989Z] ---> a9cf2508f975 [2020-09-24T18:17:41.989Z] Step 7/8 : COPY go.mod . [2020-09-24T18:17:42.253Z] ---> b92a8b7a0f21 [2020-09-24T18:17:42.253Z] Step 8/8 : RUN go mod download [2020-09-24T18:17:42.253Z] ---> Running in ac368026dc60 [2020-09-24T18:17:51.087Z] Removing intermediate container 6efee84205d7 [2020-09-24T18:17:51.087Z] ---> f164cb008baf [2020-09-24T18:17:51.087Z] Successfully built f164cb008baf [2020-09-24T18:17:51.087Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:17:51.494Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T18:17:51.494Z] . [Pipeline] withDockerContainer [2020-09-24T18:17:51.773Z] prd-ubuntu18.04-docker-arm64-4c-16g-1177 does not seem to be running inside a container [2020-09-24T18:17:51.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/121 -v /w/workspace/app-functions-sdk-go/121:/w/workspace/app-functions-sdk-go/121:rw,z -v /w/workspace/app-functions-sdk-go/121@tmp:/w/workspace/app-functions-sdk-go/121@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 ******** ci-base-image-arm64 cat [2020-09-24T18:17:53.775Z] $ docker top 7200e175a6f55a789bcabd48faf8129d952b30a5d40b0608baadf8185e8fd214 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T18:17:55.212Z] + go version [2020-09-24T18:17:55.212Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T18:17:55.236Z] $ docker stop --time=1 7200e175a6f55a789bcabd48faf8129d952b30a5d40b0608baadf8185e8fd214 [2020-09-24T18:17:57.185Z] $ docker rm -f 7200e175a6f55a789bcabd48faf8129d952b30a5d40b0608baadf8185e8fd214 [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-09-24T18:18:08.894Z] Removing intermediate container ac368026dc60 [2020-09-24T18:18:08.894Z] ---> 4581edaadf3b [2020-09-24T18:18:08.894Z] Successfully built 4581edaadf3b [2020-09-24T18:18:08.894Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:18:09.258Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T18:18:09.258Z] . [Pipeline] withDockerContainer [2020-09-24T18:18:09.369Z] prd-centos7-docker-4c-2g-1178 does not seem to be running inside a container [2020-09-24T18:18:09.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/121 -v /w/workspace/app-functions-sdk-go/121:/w/workspace/app-functions-sdk-go/121:rw,z -v /w/workspace/app-functions-sdk-go/121@tmp:/w/workspace/app-functions-sdk-go/121@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-09-24T18:18:10.190Z] $ docker top 97535524eb50e7687ffe434bc3f4314d9d8aa93eb78bba3329acdfa6cdfe3a34 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T18:18:10.740Z] + go version [2020-09-24T18:18:10.740Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T18:18:10.755Z] $ docker stop --time=1 97535524eb50e7687ffe434bc3f4314d9d8aa93eb78bba3329acdfa6cdfe3a34 [2020-09-24T18:18:12.087Z] $ docker rm -f 97535524eb50e7687ffe434bc3f4314d9d8aa93eb78bba3329acdfa6cdfe3a34 [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-09-24T18:18:14.861Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-24T18:18:14.863Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-24T18:18:14.922Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:18:15.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T18:18:15.296Z] [2020-09-24T18:18:15.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:18:15.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T18:18:15.691Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-24T18:18:15.691Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-24T18:18:15.692Z] 408f87550127: Pulling fs layer [2020-09-24T18:18:15.692Z] fe522b08c979: Pulling fs layer [2020-09-24T18:18:15.692Z] 221eaa008020: Pulling fs layer [2020-09-24T18:18:15.692Z] 2a4607e5d6b9: Pulling fs layer [2020-09-24T18:18:15.692Z] 8f79b27c4fd2: Pulling fs layer [2020-09-24T18:18:15.692Z] e5c8dbe1645b: Pulling fs layer [2020-09-24T18:18:15.692Z] 23e8b3b47431: Pulling fs layer [2020-09-24T18:18:15.692Z] 5c568d65a230: Pulling fs layer [2020-09-24T18:18:15.692Z] 8f79b27c4fd2: Waiting [2020-09-24T18:18:15.692Z] e5c8dbe1645b: Waiting [2020-09-24T18:18:15.692Z] 23e8b3b47431: Waiting [2020-09-24T18:18:15.692Z] 5c568d65a230: Waiting [2020-09-24T18:18:15.692Z] 221eaa008020: Waiting [2020-09-24T18:18:15.692Z] 2a4607e5d6b9: Waiting [2020-09-24T18:18:15.692Z] fe522b08c979: Verifying Checksum [2020-09-24T18:18:15.692Z] fe522b08c979: Download complete [2020-09-24T18:18:15.692Z] 408f87550127: Verifying Checksum [2020-09-24T18:18:15.692Z] 408f87550127: Download complete [2020-09-24T18:18:15.692Z] 2a4607e5d6b9: Verifying Checksum [2020-09-24T18:18:15.692Z] 2a4607e5d6b9: Download complete [2020-09-24T18:18:15.692Z] 8f79b27c4fd2: Verifying Checksum [2020-09-24T18:18:15.692Z] 8f79b27c4fd2: Download complete [2020-09-24T18:18:15.692Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-24T18:18:15.692Z] cbdbe7a5bc2a: Download complete [2020-09-24T18:18:16.266Z] cbdbe7a5bc2a: Pull complete [2020-09-24T18:18:16.266Z] 408f87550127: Pull complete [2020-09-24T18:18:16.528Z] fe522b08c979: Pull complete [2020-09-24T18:18:16.792Z] e5c8dbe1645b: Verifying Checksum [2020-09-24T18:18:16.792Z] e5c8dbe1645b: Download complete [2020-09-24T18:18:18.197Z] 23e8b3b47431: Verifying Checksum [2020-09-24T18:18:18.197Z] 23e8b3b47431: Download complete [2020-09-24T18:18:18.197Z] 5c568d65a230: Verifying Checksum [2020-09-24T18:18:18.197Z] 5c568d65a230: Download complete [2020-09-24T18:18:19.147Z] 221eaa008020: Verifying Checksum [2020-09-24T18:18:19.147Z] 221eaa008020: Download complete [2020-09-24T18:18:24.470Z] 221eaa008020: Pull complete [2020-09-24T18:18:24.470Z] 2a4607e5d6b9: Pull complete [2020-09-24T18:18:24.742Z] 8f79b27c4fd2: Pull complete [2020-09-24T18:18:26.663Z] e5c8dbe1645b: Pull complete [2020-09-24T18:18:30.898Z] 23e8b3b47431: Pull complete [2020-09-24T18:18:31.855Z] 5c568d65a230: Pull complete [2020-09-24T18:18:31.855Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-24T18:18:31.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T18:18:31.855Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-24T18:18:32.056Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2020-09-24T18:18:32.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-24T18:18:33.220Z] $ docker top 63791afaa1be8c8206a13c6e48d1dffec45aaa8fc4206786133b1ccff0cfb10b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T18:18:33.836Z] + snyk monitor '--org=edgex-jenkins' [2020-09-24T18:19:00.451Z] [2020-09-24T18:19:00.451Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-24T18:19:00.451Z] [2020-09-24T18:19:00.451Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/9d4be5e0-f7bc-4e63-a35a-9873d1163b23 [2020-09-24T18:19:00.451Z] [2020-09-24T18:19:00.451Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-24T18:19:00.451Z] [2020-09-24T18:19:00.451Z] [2020-09-24T18:19:00.451Z] Snyk CLI supports Node.js 8 and higher. [2020-09-24T18:19:00.451Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-24T18:19:00.451Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-24T18:19:00.451Z] [2020-09-24T18:19:00.451Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-24T18:19:00.451Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-24T18:19:00.469Z] $ docker stop --time=1 63791afaa1be8c8206a13c6e48d1dffec45aaa8fc4206786133b1ccff0cfb10b [2020-09-24T18:19:02.878Z] $ docker rm -f 63791afaa1be8c8206a13c6e48d1dffec45aaa8fc4206786133b1ccff0cfb10b [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) [Pipeline] echo [2020-09-24T18:19:04.457Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T18:19:04.518Z] provisioning config files... [2020-09-24T18:19:04.536Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config35920581805888512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:19:04.943Z] --> edgex-publish-swagger.sh [2020-09-24T18:19:04.943Z] === Publish openapi/v2 API === [2020-09-24T18:19:04.943Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-24T18:19:04.943Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-24T18:19:04.943Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T18:19:04.943Z] Dload Upload Total Spent Left Speed [2020-09-24T18:19:06.337Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10794 0:00:01 0:00:01 --:--:-- 10809 100 13025 0 0 100 13025 0 10792 0:00:01 0:00:01 --:--:-- 10800 [2020-09-24T18:19:06.337Z] [2020-09-24T18:19:06.337Z] [Pipeline] } [2020-09-24T18:19:06.347Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:19:08.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:19:08.235Z] . [Pipeline] withDockerContainer [2020-09-24T18:19:08.337Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2020-09-24T18:19:08.385Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-09-24T18:19:09.136Z] $ docker top 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T18:19:09.444Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T18:19:09.444Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T18:19:09.658Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T18:19:09.662Z] $ docker exec 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 ssh-agent [2020-09-24T18:19:09.825Z] SSH_AUTH_SOCK=/tmp/ssh-ZhBDv1R9eMBq/agent.11 [2020-09-24T18:19:09.825Z] SSH_AGENT_PID=16 [2020-09-24T18:19:09.832Z] Running ssh-add (command line suppressed) [2020-09-24T18:19:09.957Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_505947956511306182.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_505947956511306182.key) [2020-09-24T18:19:10.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T18:19:10.403Z] + git semver tag [2020-09-24T18:19:10.403Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T18:19:10.403Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-24T18:19:10.403Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T18:19:10.403Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T18:19:10.403Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T18:19:10.403Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T18:19:10.403Z] # $SEMVER_BRANCH = master [2020-09-24T18:19:10.403Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-24T18:19:10.403Z] # 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 HEAD [2020-09-24T18:19:10.403Z] # -> Force: false [2020-09-24T18:19:10.403Z] # 8aa7bd4dee0a051d98724db5b4df6dba71b4f85b refs/tags/v1.2.1-dev.33 [Pipeline] } [2020-09-24T18:19:10.415Z] $ docker exec --env ******** --env ******** 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 ssh-agent -k [2020-09-24T18:19:10.551Z] unset SSH_AUTH_SOCK; [2020-09-24T18:19:10.551Z] unset SSH_AGENT_PID; [2020-09-24T18:19:10.551Z] echo Agent pid 16 killed; [2020-09-24T18:19:10.599Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T18:19:11.168Z] + git semver [Pipeline] } [2020-09-24T18:19:11.187Z] $ docker stop --time=1 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 [2020-09-24T18:19:12.542Z] $ docker rm -f 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:19:13.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T18:19:13.164Z] [2020-09-24T18:19:13.164Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:19:13.504Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T18:19:13.504Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-24T18:19:13.504Z] ab5ef0e58194: Pulling fs layer [2020-09-24T18:19:13.504Z] 9712f1f96733: Pulling fs layer [2020-09-24T18:19:13.504Z] 63f879dbbcfc: Pulling fs layer [2020-09-24T18:19:13.504Z] 0d9ebad4ef96: Pulling fs layer [2020-09-24T18:19:13.504Z] e9a5061849ea: Pulling fs layer [2020-09-24T18:19:13.504Z] d747dcd14b5f: Pulling fs layer [2020-09-24T18:19:13.504Z] 2de7ff778b66: Pulling fs layer [2020-09-24T18:19:13.504Z] 0d9ebad4ef96: Waiting [2020-09-24T18:19:13.504Z] e9a5061849ea: Waiting [2020-09-24T18:19:13.504Z] d747dcd14b5f: Waiting [2020-09-24T18:19:13.504Z] 2de7ff778b66: Waiting [2020-09-24T18:19:15.445Z] 63f879dbbcfc: Verifying Checksum [2020-09-24T18:19:15.445Z] 63f879dbbcfc: Download complete [2020-09-24T18:19:15.445Z] e9a5061849ea: Verifying Checksum [2020-09-24T18:19:15.445Z] e9a5061849ea: Download complete [2020-09-24T18:19:15.445Z] d747dcd14b5f: Verifying Checksum [2020-09-24T18:19:15.445Z] d747dcd14b5f: Download complete [2020-09-24T18:19:15.708Z] 2de7ff778b66: Verifying Checksum [2020-09-24T18:19:15.708Z] 2de7ff778b66: Download complete [2020-09-24T18:19:15.971Z] 0d9ebad4ef96: Verifying Checksum [2020-09-24T18:19:15.971Z] 0d9ebad4ef96: Download complete [2020-09-24T18:19:15.971Z] ab5ef0e58194: Verifying Checksum [2020-09-24T18:19:15.971Z] ab5ef0e58194: Download complete [2020-09-24T18:19:20.201Z] ab5ef0e58194: Pull complete [2020-09-24T18:19:20.201Z] 9712f1f96733: Pull complete [2020-09-24T18:19:23.519Z] 63f879dbbcfc: Pull complete [2020-09-24T18:19:28.846Z] 0d9ebad4ef96: Pull complete [2020-09-24T18:19:31.402Z] e9a5061849ea: Pull complete [2020-09-24T18:19:31.402Z] d747dcd14b5f: Pull complete [2020-09-24T18:19:35.622Z] 2de7ff778b66: Pull complete [2020-09-24T18:19:35.622Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-24T18:19:35.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T18:19:35.622Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-24T18:19:35.823Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2020-09-24T18:19:35.872Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-24T18:19:38.717Z] $ docker top 7ed8a2bd16dfe13df81672892825ae2ab242bb984b369f9a2f254e3761b78e40 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-24T18:19:39.022Z] provisioning config files... [2020-09-24T18:19:39.033Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9038389654852062344tmp [2020-09-24T18:19:39.060Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2508655286236836420tmp [2020-09-24T18:19:39.075Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9060822741548161736tmp [Pipeline] { [Pipeline] echo [2020-09-24T18:19:39.139Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:19:39.437Z] ---> sigul-configuration.sh [2020-09-24T18:19:39.437Z] gpg: directory `/root/.gnupg' created [2020-09-24T18:19:39.437Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-24T18:19:39.437Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-24T18:19:39.437Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-24T18:19:39.437Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-24T18:19:39.437Z] gpg: CAST5 encrypted data [2020-09-24T18:19:39.699Z] gpg: encrypted with 1 passphrase [2020-09-24T18:19:39.699Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-24T18:19:39.999Z] + mkdir /home/jenkins [2020-09-24T18:19:39.999Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-24T18:19:40.298Z] + 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-09-24T18:19:40.308Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:19:40.612Z] ---> sigul-install.sh [2020-09-24T18:19:45.916Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-24T18:19:46.479Z] + git tag --list [2020-09-24T18:19:46.479Z] v0.1.0 [2020-09-24T18:19:46.479Z] v0.1.1 [2020-09-24T18:19:46.479Z] v1.0.0 [2020-09-24T18:19:46.479Z] v1.1.0 [2020-09-24T18:19:46.479Z] v1.2.0 [2020-09-24T18:19:46.479Z] v1.2.1-dev.1 [2020-09-24T18:19:46.479Z] v1.2.1-dev.10 [2020-09-24T18:19:46.479Z] v1.2.1-dev.11 [2020-09-24T18:19:46.479Z] v1.2.1-dev.12 [2020-09-24T18:19:46.479Z] v1.2.1-dev.13 [2020-09-24T18:19:46.479Z] v1.2.1-dev.14 [2020-09-24T18:19:46.479Z] v1.2.1-dev.15 [2020-09-24T18:19:46.479Z] v1.2.1-dev.16 [2020-09-24T18:19:46.479Z] v1.2.1-dev.17 [2020-09-24T18:19:46.479Z] v1.2.1-dev.18 [2020-09-24T18:19:46.479Z] v1.2.1-dev.19 [2020-09-24T18:19:46.479Z] v1.2.1-dev.2 [2020-09-24T18:19:46.479Z] v1.2.1-dev.20 [2020-09-24T18:19:46.479Z] v1.2.1-dev.21 [2020-09-24T18:19:46.479Z] v1.2.1-dev.22 [2020-09-24T18:19:46.479Z] v1.2.1-dev.23 [2020-09-24T18:19:46.479Z] v1.2.1-dev.24 [2020-09-24T18:19:46.479Z] v1.2.1-dev.25 [2020-09-24T18:19:46.479Z] v1.2.1-dev.26 [2020-09-24T18:19:46.479Z] v1.2.1-dev.27 [2020-09-24T18:19:46.479Z] v1.2.1-dev.28 [2020-09-24T18:19:46.479Z] v1.2.1-dev.29 [2020-09-24T18:19:46.479Z] v1.2.1-dev.3 [2020-09-24T18:19:46.479Z] v1.2.1-dev.30 [2020-09-24T18:19:46.479Z] v1.2.1-dev.31 [2020-09-24T18:19:46.479Z] v1.2.1-dev.32 [2020-09-24T18:19:46.479Z] v1.2.1-dev.33 [2020-09-24T18:19:46.479Z] v1.2.1-dev.4 [2020-09-24T18:19:46.479Z] v1.2.1-dev.5 [2020-09-24T18:19:46.479Z] v1.2.1-dev.6 [2020-09-24T18:19:46.479Z] v1.2.1-dev.7 [2020-09-24T18:19:46.479Z] v1.2.1-dev.8 [2020-09-24T18:19:46.479Z] v1.2.1-dev.9 [Pipeline] sh [2020-09-24T18:19:46.780Z] + lftools sign git-tag v1.2.1-dev.33 [2020-09-24T18:19:48.170Z] Signing Git tag with Sigul... [2020-09-24T18:19:48.170Z] Signing v1.2.1-dev.33 [Pipeline] echo [2020-09-24T18:19:49.125Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:19:49.541Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-24T18:19:49.573Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-24T18:19:49.693Z] $ docker stop --time=1 7ed8a2bd16dfe13df81672892825ae2ab242bb984b369f9a2f254e3761b78e40 [2020-09-24T18:19:51.726Z] $ docker rm -f 7ed8a2bd16dfe13df81672892825ae2ab242bb984b369f9a2f254e3761b78e40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:19:52.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:19:52.601Z] . [Pipeline] withDockerContainer [2020-09-24T18:19:52.702Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2020-09-24T18:19:52.760Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-09-24T18:19:53.512Z] $ docker top e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T18:19:53.866Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T18:19:53.866Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T18:19:54.086Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T18:19:54.090Z] $ docker exec e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e ssh-agent [2020-09-24T18:19:54.273Z] SSH_AUTH_SOCK=/tmp/ssh-DcranwdCEHm5/agent.13 [2020-09-24T18:19:54.273Z] SSH_AGENT_PID=18 [2020-09-24T18:19:54.281Z] Running ssh-add (command line suppressed) [2020-09-24T18:19:54.418Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1981791392727750611.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1981791392727750611.key) [2020-09-24T18:19:54.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T18:19:54.815Z] + git semver bump pre [2020-09-24T18:19:54.815Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T18:19:54.815Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-24T18:19:54.815Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T18:19:54.815Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T18:19:54.815Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T18:19:54.815Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T18:19:54.815Z] # $SEMVER_BRANCH = master [2020-09-24T18:19:54.815Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-24T18:19:54.815Z] 1.2.1-dev.34 [Pipeline] } [2020-09-24T18:19:54.828Z] $ docker exec --env ******** --env ******** e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e ssh-agent -k [2020-09-24T18:19:54.960Z] unset SSH_AUTH_SOCK; [2020-09-24T18:19:54.960Z] unset SSH_AGENT_PID; [2020-09-24T18:19:54.960Z] echo Agent pid 18 killed; [2020-09-24T18:19:55.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T18:19:55.484Z] + git semver [Pipeline] } [2020-09-24T18:19:55.533Z] $ docker stop --time=1 e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e [2020-09-24T18:19:56.904Z] $ docker rm -f e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:19:57.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T18:19:57.466Z] . [Pipeline] withDockerContainer [2020-09-24T18:19:57.574Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2020-09-24T18:19:57.623Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-09-24T18:19:58.265Z] $ docker top 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T18:19:58.607Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T18:19:58.607Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T18:19:58.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T18:19:58.807Z] $ docker exec 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 ssh-agent [2020-09-24T18:19:58.994Z] SSH_AUTH_SOCK=/tmp/ssh-MBxz5XtiXbFI/agent.11 [2020-09-24T18:19:58.994Z] SSH_AGENT_PID=16 [2020-09-24T18:19:59.002Z] Running ssh-add (command line suppressed) [2020-09-24T18:19:59.132Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3765017221884651406.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3765017221884651406.key) [2020-09-24T18:19:59.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T18:19:59.528Z] + git semver push [2020-09-24T18:19:59.528Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T18:19:59.528Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-24T18:19:59.528Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T18:19:59.528Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T18:19:59.528Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T18:19:59.528Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T18:19:59.528Z] # $SEMVER_BRANCH = master [2020-09-24T18:19:59.528Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-24T18:20:06.155Z] $ docker exec --env ******** --env ******** 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 ssh-agent -k [2020-09-24T18:20:06.300Z] unset SSH_AUTH_SOCK; [2020-09-24T18:20:06.301Z] unset SSH_AGENT_PID; [2020-09-24T18:20:06.301Z] echo Agent pid 16 killed; [2020-09-24T18:20:06.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T18:20:06.886Z] + git semver [Pipeline] } [2020-09-24T18:20:06.904Z] $ docker stop --time=1 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 [2020-09-24T18:20:08.261Z] $ docker rm -f 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 [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-09-24T18:20:09.683Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:20:10.254Z] ---> package-listing.sh [2020-09-24T18:20:10.254Z] ++ facter osfamily [2020-09-24T18:20:10.254Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T18:20:10.254Z] + OS_FAMILY=redhat [2020-09-24T18:20:10.254Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T18:20:10.254Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T18:20:10.254Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T18:20:10.254Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T18:20:10.254Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T18:20:10.254Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-24T18:20:10.254Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T18:20:10.254Z] + case "${OS_FAMILY}" in [2020-09-24T18:20:10.254Z] + rpm -qa [2020-09-24T18:20:10.254Z] + sort [2020-09-24T18:20:14.485Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T18:20:14.485Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T18:20:14.485Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T18:20:14.485Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-24T18:20:14.485Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-24T18:20:14.485Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:20:15.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T18:20:15.548Z] [2020-09-24T18:20:15.548Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T18:20:15.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T18:20:15.900Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T18:20:15.900Z] df20fa9351a1: Pulling fs layer [2020-09-24T18:20:15.900Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T18:20:15.900Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T18:20:15.900Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T18:20:15.900Z] 0dadc02b9964: Pulling fs layer [2020-09-24T18:20:15.900Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T18:20:15.900Z] 7a184a31f384: Pulling fs layer [2020-09-24T18:20:15.900Z] 0879bd2ef858: Pulling fs layer [2020-09-24T18:20:15.900Z] 0dadc02b9964: Waiting [2020-09-24T18:20:15.900Z] ce6a7cf60c04: Waiting [2020-09-24T18:20:15.900Z] 46f8f816bc3b: Waiting [2020-09-24T18:20:15.900Z] 7a184a31f384: Waiting [2020-09-24T18:20:15.900Z] 36b3adc4ff6f: Download complete [2020-09-24T18:20:15.900Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T18:20:15.900Z] 46f8f816bc3b: Download complete [2020-09-24T18:20:16.164Z] df20fa9351a1: Verifying Checksum [2020-09-24T18:20:16.164Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T18:20:16.164Z] ce6a7cf60c04: Download complete [2020-09-24T18:20:16.164Z] 7a184a31f384: Verifying Checksum [2020-09-24T18:20:16.164Z] 7a184a31f384: Download complete [2020-09-24T18:20:16.164Z] 0dadc02b9964: Verifying Checksum [2020-09-24T18:20:16.164Z] 0dadc02b9964: Download complete [2020-09-24T18:20:16.164Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T18:20:16.164Z] 8ad3a11d3b57: Download complete [2020-09-24T18:20:16.430Z] df20fa9351a1: Pull complete [2020-09-24T18:20:16.697Z] 0879bd2ef858: Verifying Checksum [2020-09-24T18:20:16.697Z] 0879bd2ef858: Download complete [2020-09-24T18:20:16.697Z] 36b3adc4ff6f: Pull complete [2020-09-24T18:20:17.271Z] 8ad3a11d3b57: Pull complete [2020-09-24T18:20:17.271Z] 46f8f816bc3b: Pull complete [2020-09-24T18:20:17.845Z] 0dadc02b9964: Pull complete [2020-09-24T18:20:17.845Z] ce6a7cf60c04: Pull complete [2020-09-24T18:20:17.845Z] 7a184a31f384: Pull complete [2020-09-24T18:20:20.451Z] 0879bd2ef858: Pull complete [2020-09-24T18:20:20.451Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T18:20:20.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T18:20:20.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T18:20:20.571Z] prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container [2020-09-24T18:20:20.617Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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:10003/edgex-lftools-log-publisher:alpine cat [2020-09-24T18:20:23.959Z] $ docker top 066c4cf0c21222484407e51ef339b02cbcdc5b25710237a59eba345bb55bd787 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T18:20:24.511Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T18:20:24.808Z] + ls /var/log/sa-host [2020-09-24T18:20:24.808Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T18:20:24.808Z] file_magic: OK [2020-09-24T18:20:24.808Z] HZ: Using current value: 100 [2020-09-24T18:20:24.808Z] file_header: OK [2020-09-24T18:20:24.808Z] 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-09-24T18:20:24.808Z] Statistics: [2020-09-24T18:20:24.808Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T18:20:24.808Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T18:20:24.808Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T18:20:24.808Z] file_magic: OK [2020-09-24T18:20:24.808Z] HZ: Using current value: 100 [2020-09-24T18:20:24.808Z] file_header: OK [2020-09-24T18:20:24.808Z] 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-09-24T18:20:24.808Z] Statistics: [2020-09-24T18:20:24.808Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T18:20:24.808Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T18:20:24.871Z] provisioning config files... [2020-09-24T18:20:24.887Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5465025073258280307tmp [Pipeline] { [Pipeline] echo [2020-09-24T18:20:24.966Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:20:25.261Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T18:20:25.271Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T18:20:25.568Z] ---> logs-deploy.sh [2020-09-24T18:20:25.569Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/121 [2020-09-24T18:20:25.569Z] INFO: archiving workspace using pattern(s): [2020-09-24T18:20:26.961Z] Archives upload complete. [2020-09-24T18:20:26.961Z] INFO: archiving logs to Nexus [2020-09-24T18:20:27.907Z] ---> uname -a: [2020-09-24T18:20:27.907Z] Linux 066c4cf0c212 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] ---> lscpu: [2020-09-24T18:20:27.907Z] Architecture: x86_64 [2020-09-24T18:20:27.907Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-24T18:20:27.907Z] Byte Order: Little Endian [2020-09-24T18:20:27.907Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-24T18:20:27.907Z] CPU(s): 4 [2020-09-24T18:20:27.907Z] On-line CPU(s) list: 0-3 [2020-09-24T18:20:27.907Z] Thread(s) per core: 1 [2020-09-24T18:20:27.907Z] Core(s) per socket: 1 [2020-09-24T18:20:27.907Z] Socket(s): 4 [2020-09-24T18:20:27.907Z] NUMA node(s): 1 [2020-09-24T18:20:27.907Z] Vendor ID: GenuineIntel [2020-09-24T18:20:27.907Z] CPU family: 6 [2020-09-24T18:20:27.907Z] Model: 44 [2020-09-24T18:20:27.907Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-24T18:20:27.907Z] Stepping: 1 [2020-09-24T18:20:27.907Z] CPU MHz: 2933.438 [2020-09-24T18:20:27.907Z] BogoMIPS: 5866.87 [2020-09-24T18:20:27.907Z] Virtualization: VT-x [2020-09-24T18:20:27.907Z] Hypervisor vendor: KVM [2020-09-24T18:20:27.907Z] Virtualization type: full [2020-09-24T18:20:27.907Z] L1d cache: 128 KiB [2020-09-24T18:20:27.907Z] L1i cache: 128 KiB [2020-09-24T18:20:27.907Z] L2 cache: 16 MiB [2020-09-24T18:20:27.907Z] L3 cache: 64 MiB [2020-09-24T18:20:27.907Z] NUMA node0 CPU(s): 0-3 [2020-09-24T18:20:27.907Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-24T18:20:27.907Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-24T18:20:27.907Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-24T18:20:27.907Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-24T18:20:27.907Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-24T18:20:27.907Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-24T18:20:27.907Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-24T18:20:27.907Z] Vulnerability Tsx async abort: Not affected [2020-09-24T18:20:27.907Z] 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-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] ---> nproc: [2020-09-24T18:20:27.907Z] 4 [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] ---> df -h: [2020-09-24T18:20:27.907Z] Filesystem Size Used Available Use% Mounted on [2020-09-24T18:20:27.907Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-24T18:20:27.907Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-24T18:20:27.907Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-24T18:20:27.907Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-24T18:20:27.907Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-24T18:20:27.907Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-24T18:20:27.907Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-24T18:20:27.907Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T18:20:27.907Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-09-24T18:20:27.907Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] ---> free -m: [2020-09-24T18:20:27.907Z] total used free shared buff/cache available [2020-09-24T18:20:27.907Z] Mem: 1837 782 130 0 924 992 [2020-09-24T18:20:27.907Z] Swap: 1023 2 1021 [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] ---> ip addr: [2020-09-24T18:20:27.907Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-24T18:20:27.907Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-24T18:20:27.907Z] inet 127.0.0.1/8 scope host lo [2020-09-24T18:20:27.907Z] valid_lft forever preferred_lft forever [2020-09-24T18:20:27.907Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-24T18:20:27.907Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-24T18:20:27.907Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-24T18:20:27.907Z] valid_lft forever preferred_lft forever [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] ---> sar -b -r -n DEV: [2020-09-24T18:20:27.907Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] 18:12:57 LINUX RESTART (4 CPU) [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] 18:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-24T18:20:27.907Z] 18:15:01 11.00 3.73 7.27 0.00 701.85 1326.74 0.00 [2020-09-24T18:20:27.907Z] 18:16:02 0.32 0.00 0.32 0.00 0.00 4.20 0.00 [2020-09-24T18:20:27.907Z] 18:17:01 0.29 0.00 0.29 0.00 0.00 3.40 0.00 [2020-09-24T18:20:27.907Z] 18:18:01 0.27 0.00 0.27 0.00 0.00 3.25 0.00 [2020-09-24T18:20:27.907Z] 18:19:01 257.11 143.26 113.85 0.00 7624.23 35363.45 0.00 [2020-09-24T18:20:27.907Z] 18:20:01 223.20 83.04 140.16 0.00 5045.14 33587.88 0.00 [2020-09-24T18:20:27.907Z] Average: 82.28 38.46 43.83 0.00 2235.34 11750.63 0.00 [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] 18:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-24T18:20:27.907Z] 18:15:01 199372 0 587364 31.22 2620 1092200 1101444 37.59 443892 1078960 12 [2020-09-24T18:20:27.907Z] 18:16:02 207204 0 579640 30.81 2620 1092092 1064576 36.33 443844 1072512 8 [2020-09-24T18:20:27.907Z] 18:17:01 203380 0 583460 31.01 2620 1092096 1064864 36.34 447700 1072512 8 [2020-09-24T18:20:27.907Z] 18:18:01 200944 0 585892 31.14 2620 1092100 1064756 36.34 454876 1067820 8 [2020-09-24T18:20:27.907Z] 18:19:01 114036 0 701500 37.28 2596 1063424 1368728 46.71 601292 943496 1432 [2020-09-24T18:20:27.907Z] 18:20:01 229380 0 739608 39.31 1500 911068 1314868 44.87 621740 743592 48 [2020-09-24T18:20:27.907Z] Average: 192386 0 629577 33.46 2429 1057163 1163206 39.70 502224 996482 253 [2020-09-24T18:20:27.907Z] [2020-09-24T18:20:27.907Z] 18:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-24T18:20:27.907Z] 18:15:01 eth0 220.44 190.74 345.06 329.57 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:15:01 docker0 104.66 88.41 8.95 303.76 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:16:02 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:17:01 eth0 1.49 0.27 0.38 0.20 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:18:01 eth0 0.52 0.40 0.27 0.21 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.907Z] 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] 18:19:01 vetha9c0e57 55.64 60.19 5.19 408.29 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] 18:19:01 eth0 477.36 420.49 4197.90 47.63 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] 18:19:01 docker0 55.64 60.05 4.43 408.28 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] 18:20:01 veth9a9b660 0.73 0.60 0.15 0.16 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] 18:20:01 eth0 694.24 522.19 3792.61 125.67 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] 18:20:01 docker0 30.86 37.03 1.99 201.33 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] Average: veth9a9b660 0.12 0.10 0.03 0.03 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] Average: eth0 233.16 189.60 1393.62 84.13 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] Average: docker0 31.96 31.01 2.57 152.69 0.00 0.00 0.00 0.00 [2020-09-24T18:20:27.908Z] [2020-09-24T18:20:27.908Z] [2020-09-24T18:20:27.908Z] ---> sar -P ALL: [2020-09-24T18:20:27.908Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T18:20:27.908Z] [2020-09-24T18:20:27.908Z] 18:12:57 LINUX RESTART (4 CPU) [2020-09-24T18:20:27.908Z] [2020-09-24T18:20:27.908Z] 18:14:01 CPU %user %nice %system %iowait %steal %idle [2020-09-24T18:20:27.908Z] 18:15:01 all 3.27 0.00 1.11 0.08 0.01 95.52 [2020-09-24T18:20:27.908Z] 18:15:01 0 2.70 0.00 1.57 0.10 0.02 95.61 [2020-09-24T18:20:27.908Z] 18:15:01 1 3.09 0.00 0.74 0.02 0.02 96.14 [2020-09-24T18:20:27.908Z] 18:15:01 2 3.01 0.00 1.17 0.05 0.00 95.77 [2020-09-24T18:20:27.908Z] 18:15:01 3 4.29 0.00 0.97 0.15 0.02 94.57 [2020-09-24T18:20:27.908Z] 18:16:02 all 0.14 0.00 0.04 0.00 0.00 99.82 [2020-09-24T18:20:27.908Z] 18:16:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-24T18:20:27.908Z] 18:16:02 1 0.03 0.00 0.07 0.00 0.00 99.90 [2020-09-24T18:20:27.908Z] 18:16:02 2 0.47 0.00 0.03 0.00 0.00 99.50 [2020-09-24T18:20:27.908Z] 18:16:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-24T18:20:27.908Z] 18:17:01 all 0.17 0.00 0.03 0.00 0.00 99.79 [2020-09-24T18:20:27.908Z] 18:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-24T18:20:27.908Z] 18:17:01 1 0.12 0.00 0.05 0.00 0.02 99.81 [2020-09-24T18:20:27.908Z] 18:17:01 2 0.54 0.00 0.03 0.00 0.00 99.42 [2020-09-24T18:20:27.908Z] 18:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-24T18:20:27.908Z] 18:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-09-24T18:20:27.908Z] 18:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-24T18:20:27.908Z] 18:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-24T18:20:27.908Z] 18:18:01 2 0.52 0.00 0.07 0.00 0.02 99.40 [2020-09-24T18:20:27.908Z] 18:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-24T18:20:27.908Z] 18:19:01 all 8.79 0.00 5.51 1.94 0.06 83.69 [2020-09-24T18:20:27.908Z] 18:19:01 0 9.34 0.00 6.33 1.83 0.09 82.42 [2020-09-24T18:20:27.908Z] 18:19:01 1 8.08 0.00 5.07 1.81 0.07 84.97 [2020-09-24T18:20:27.908Z] 18:19:01 2 9.07 0.00 5.20 2.15 0.03 83.55 [2020-09-24T18:20:27.908Z] 18:19:01 3 8.68 0.00 5.46 1.99 0.07 83.80 [2020-09-24T18:20:27.908Z] 18:20:01 all 12.95 0.00 8.91 3.01 0.08 75.05 [2020-09-24T18:20:27.908Z] 18:20:01 0 11.72 0.00 8.98 2.75 0.09 76.46 [2020-09-24T18:20:27.908Z] 18:20:01 1 12.20 0.00 8.39 2.94 0.05 76.42 [2020-09-24T18:20:27.908Z] 18:20:01 2 13.02 0.00 8.71 1.99 0.09 76.19 [2020-09-24T18:20:27.908Z] 18:20:01 3 14.86 0.00 9.55 4.35 0.10 71.14 [2020-09-24T18:20:27.908Z] Average: all 4.21 0.00 2.58 0.83 0.03 92.35 [2020-09-24T18:20:27.908Z] Average: 0 3.93 0.00 2.79 0.77 0.03 92.48 [2020-09-24T18:20:27.908Z] Average: 1 3.90 0.00 2.37 0.79 0.03 92.91 [2020-09-24T18:20:27.908Z] Average: 2 4.41 0.00 2.51 0.69 0.02 92.36 [2020-09-24T18:20:27.908Z] Average: 3 4.61 0.00 2.65 1.07 0.03 91.65 [2020-09-24T18:20:27.908Z] [2020-09-24T18:20:27.908Z] [2020-09-24T18:20:27.908Z]