Pull request #659 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c+3d8962a40545ef0adb8ef75e097226374dd52980 (c49700de4f2b43a4e24ad6de2f5fd8034b7c4c3e) 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, 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: device-sdk-go-settings PROJECT: device-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true 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/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-13527 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-659 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3d8962a40545ef0adb8ef75e097226374dd52980 into PR head commit 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c Merge succeeded, producing 11c7385235c664815f19787e5b28255bcc61e561 Checking out Revision 11c7385235c664815f19787e5b28255bcc61e561 (PR-659) > git config remote.origin.url git@github.com:edgexfoundry/device-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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3d8962a40545ef0adb8ef75e097226374dd52980 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11c7385235c664815f19787e5b28255bcc61e561 # timeout=10 Commit message: "Merge commit '3d8962a40545ef0adb8ef75e097226374dd52980' into HEAD" > git rev-list --no-walk 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T07:42:58.946Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T07:42:59.170Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T07:42:59.264Z] ========================================================= [2020-11-26T07:42:59.264Z] EdgeX Global Pipelines Version Info [2020-11-26T07:42:59.264Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:43:00.723Z] ------------------- [2020-11-26T07:43:00.723Z] stable info: [2020-11-26T07:43:00.723Z] ------------------- [2020-11-26T07:43:00.723Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T07:43:00.723Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T07:43:00.723Z] Message: update stable to v1.0.167 [2020-11-26T07:43:01.668Z] ------------------- [2020-11-26T07:43:01.668Z] experimental info: [2020-11-26T07:43:01.668Z] ------------------- [2020-11-26T07:43:01.668Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T07:43:01.668Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T07:43:01.668Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-26T07:43:02.025Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-26T07:43:02.130Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-26T07:43:02.223Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T07:43:02.316Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T07:43:02.429Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T07:43:02.520Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T07:43:02.607Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T07:43:02.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T07:43:02.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-26T07:43:02.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T07:43:03.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T07:43:03.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-26T07:43:03.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T07:43:03.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T07:43:03.407Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T07:43:03.514Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:43:03.622Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:43:03.726Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:43:03.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T07:43:04.000Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-26T07:43:04.112Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-26T07:43:04.218Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-26T07:43:04.318Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-26T07:43:04.416Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-26T07:43:04.523Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-26T07:43:04.637Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T07:43:04.772Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-659 [Pipeline] echo [2020-11-26T07:43:04.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-659 [Pipeline] echo [2020-11-26T07:43:05.021Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-659 [Pipeline] echo [2020-11-26T07:43:05.185Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11c7385235c664815f19787e5b28255bcc61e561 [Pipeline] echo [2020-11-26T07:43:05.341Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11c7385 [Pipeline] echo [2020-11-26T07:43:05.432Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:43:05.652Z] provisioning config files... [2020-11-26T07:43:05.682Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config8203586209972797060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:43:06.052Z] ---> docker-login.sh [2020-11-26T07:43:06.052Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:43:06.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:06.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:06.585Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:06.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:06.585Z] [2020-11-26T07:43:06.585Z] Login Succeeded [2020-11-26T07:43:06.585Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:43:06.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:06.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:06.850Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:06.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:06.850Z] [2020-11-26T07:43:06.850Z] Login Succeeded [2020-11-26T07:43:06.850Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:43:06.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:06.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:06.850Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:06.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:06.850Z] [2020-11-26T07:43:06.850Z] Login Succeeded [2020-11-26T07:43:06.850Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:43:07.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:07.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:07.116Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:07.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:07.116Z] [2020-11-26T07:43:07.116Z] Login Succeeded [2020-11-26T07:43:07.116Z] docker.io [2020-11-26T07:43:07.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:43:07.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:43:07.382Z] Configure a credential helper to remove this warning. See [2020-11-26T07:43:07.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:43:07.382Z] [2020-11-26T07:43:07.382Z] Login Succeeded [2020-11-26T07:43:07.382Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:43:07.398Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:43:08.172Z] + git log --format=format:%s -1 11c7385235c664815f19787e5b28255bcc61e561 [Pipeline] echo [2020-11-26T07:43:08.242Z] GIT_COMMIT: 11c7385235c664815f19787e5b28255bcc61e561, Commit Message: Merge commit '3d8962a40545ef0adb8ef75e097226374dd52980' into HEAD [Pipeline] echo [2020-11-26T07:43:08.294Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:08.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:43:08.880Z] [2020-11-26T07:43:08.880Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:43:09.239Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:43:09.239Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T07:43:09.239Z] 31603596830f: Pulling fs layer [2020-11-26T07:43:09.239Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T07:43:09.239Z] 6ca5941a6612: Pulling fs layer [2020-11-26T07:43:09.239Z] ecc8261a40a4: Pulling fs layer [2020-11-26T07:43:09.239Z] ecc8261a40a4: Waiting [2020-11-26T07:43:09.239Z] 2a8b12db71e7: Verifying Checksum [2020-11-26T07:43:09.239Z] 2a8b12db71e7: Download complete [2020-11-26T07:43:09.509Z] 31603596830f: Verifying Checksum [2020-11-26T07:43:09.509Z] 31603596830f: Download complete [2020-11-26T07:43:09.509Z] ecc8261a40a4: Verifying Checksum [2020-11-26T07:43:09.509Z] ecc8261a40a4: Download complete [2020-11-26T07:43:09.775Z] 6ca5941a6612: Verifying Checksum [2020-11-26T07:43:09.775Z] 6ca5941a6612: Download complete [2020-11-26T07:43:09.775Z] 31603596830f: Pull complete [2020-11-26T07:43:10.039Z] 2a8b12db71e7: Pull complete [2020-11-26T07:43:10.992Z] 6ca5941a6612: Pull complete [2020-11-26T07:43:10.992Z] ecc8261a40a4: Pull complete [2020-11-26T07:43:10.992Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T07:43:10.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:43:10.992Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T07:43:11.102Z] prd-centos7-docker-4c-2g-13527 does not seem to be running inside a container [2020-11-26T07:43:11.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-659 -v /w/workspace/dgexfoundry_device-sdk-go_PR-659:/w/workspace/dgexfoundry_device-sdk-go_PR-659:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T07:43:13.708Z] $ docker top 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T07:43:14.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:43:14.068Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:43:14.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:43:14.300Z] $ docker exec 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 ssh-agent [2020-11-26T07:43:14.459Z] SSH_AUTH_SOCK=/tmp/ssh-TXUoriNXCzXR/agent.12 [2020-11-26T07:43:14.459Z] SSH_AGENT_PID=17 [2020-11-26T07:43:14.470Z] Running ssh-add (command line suppressed) [2020-11-26T07:43:14.591Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_6373855276438134039.key (/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_6373855276438134039.key) [2020-11-26T07:43:14.647Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:43:14.986Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T07:43:15.012Z] $ docker exec --env ******** --env ******** 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 ssh-agent -k [2020-11-26T07:43:15.142Z] unset SSH_AUTH_SOCK; [2020-11-26T07:43:15.143Z] unset SSH_AGENT_PID; [2020-11-26T07:43:15.143Z] echo Agent pid 17 killed; [2020-11-26T07:43:15.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T07:43:15.348Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:43:15.348Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:43:15.519Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:43:15.524Z] $ docker exec 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 ssh-agent [2020-11-26T07:43:15.690Z] SSH_AUTH_SOCK=/tmp/ssh-6p2LZifloqqe/agent.45 [2020-11-26T07:43:15.690Z] SSH_AGENT_PID=50 [2020-11-26T07:43:15.698Z] Running ssh-add (command line suppressed) [2020-11-26T07:43:15.825Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_8337595592972776372.key (/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_8337595592972776372.key) [2020-11-26T07:43:15.874Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:43:16.214Z] + git semver init [2020-11-26T07:43:16.214Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T07:43:16.214Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-659/.git [2020-11-26T07:43:16.214Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-659 [2020-11-26T07:43:16.214Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T07:43:16.214Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T07:43:16.214Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T07:43:16.214Z] # $SEMVER_BRANCH = PR-659 [2020-11-26T07:43:16.214Z] # $SEMVER_TEMP = /tmp/semver-002448941 [2020-11-26T07:43:16.214Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-26T07:43:16.793Z] # '/tmp/semver-002448941' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-659/.semver' [2020-11-26T07:43:16.793Z] # -> Force: false [2020-11-26T07:43:16.793Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-659/.semver [Pipeline] } [2020-11-26T07:43:16.807Z] $ docker exec --env ******** --env ******** 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 ssh-agent -k [2020-11-26T07:43:16.919Z] unset SSH_AUTH_SOCK; [2020-11-26T07:43:16.919Z] unset SSH_AGENT_PID; [2020-11-26T07:43:16.919Z] echo Agent pid 50 killed; [2020-11-26T07:43:16.969Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T07:43:17.474Z] + git semver [Pipeline] } [2020-11-26T07:43:17.497Z] $ docker stop --time=1 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 [2020-11-26T07:43:18.834Z] $ docker rm -f 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T07:43:19.303Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T07:43:19.710Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T07:43:19.713Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-11-26T07:43:35.271Z] Still waiting to schedule task [2020-11-26T07:43:35.271Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-26T07:43:35.273Z] Still waiting to schedule task [2020-11-26T07:43:35.274Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-26T07:46:46.514Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13531 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] ws [2020-11-26T07:46:46.611Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-11-26T07:46:51.601Z] using credential edgex-jenkins-ssh [2020-11-26T07:46:51.662Z] Cloning the remote Git repository [2020-11-26T07:46:51.714Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:46:51.820Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-11-26T07:46:51.897Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:46:51.898Z] > git --version # timeout=10 [2020-11-26T07:46:51.916Z] > git --version # 'git version 2.17.1' [2020-11-26T07:46:51.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:46:52.002Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:46:53.623Z] Merging remotes/origin/master commit 3d8962a40545ef0adb8ef75e097226374dd52980 into PR head commit 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-26T07:46:54.185Z] Failed in branch arm64 [2020-11-26T07:46:53.028Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:46:53.047Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:46:53.088Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:46:53.123Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:46:53.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:46:53.139Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T07:46:53.643Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:46:53.663Z] > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 [2020-11-26T07:48:40.637Z] Running on prd-centos7-docker-4c-2g-13533 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] ws [2020-11-26T07:48:40.715Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-11-26T07:48:43.261Z] using credential edgex-jenkins-ssh [2020-11-26T07:48:43.315Z] Cloning the remote Git repository [2020-11-26T07:48:43.055Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:48:43.140Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-11-26T07:48:43.209Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:48:43.209Z] > git --version # timeout=10 [2020-11-26T07:48:43.216Z] > git --version # 'git version 2.24.3' [2020-11-26T07:48:43.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:48:43.245Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:48:44.678Z] Merging remotes/origin/master commit 3d8962a40545ef0adb8ef75e097226374dd52980 into PR head commit 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-26T07:48:45.102Z] Failed in branch amd64 [Pipeline] // parallel [2020-11-26T07:48:43.995Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:48:44.003Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:48:44.023Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:48:44.040Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:48:44.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:48:44.046Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T07:48:44.512Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:48:44.518Z] > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:48:48.231Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:48:48.546Z] ---> package-listing.sh [2020-11-26T07:48:48.546Z] ++ facter osfamily [2020-11-26T07:48:48.546Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T07:48:48.546Z] + OS_FAMILY=redhat [2020-11-26T07:48:48.546Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-659 [2020-11-26T07:48:48.546Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T07:48:48.546Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T07:48:48.546Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T07:48:48.546Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T07:48:48.546Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-659 ']' [2020-11-26T07:48:48.546Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T07:48:48.546Z] + case "${OS_FAMILY}" in [2020-11-26T07:48:48.546Z] + sort [2020-11-26T07:48:48.546Z] + rpm -qa [2020-11-26T07:48:53.893Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T07:48:53.893Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T07:48:53.893Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T07:48:53.893Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-659 ']' [2020-11-26T07:48:53.893Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-659/archives/ [2020-11-26T07:48:53.893Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-659/archives/ [Pipeline] echo [2020-11-26T07:48:53.914Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-659/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T07:48:54.215Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:48:54.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:48:54.519Z] [2020-11-26T07:48:54.519Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:48:54.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:48:54.870Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T07:48:54.870Z] df20fa9351a1: Pulling fs layer [2020-11-26T07:48:54.870Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T07:48:54.870Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T07:48:54.870Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T07:48:54.870Z] 93b61091891f: Pulling fs layer [2020-11-26T07:48:54.870Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T07:48:54.870Z] 5e14af77c1be: Pulling fs layer [2020-11-26T07:48:54.870Z] 01666e4c0597: Pulling fs layer [2020-11-26T07:48:54.870Z] aa168da1d23b: Pulling fs layer [2020-11-26T07:48:54.870Z] 93b61091891f: Waiting [2020-11-26T07:48:54.870Z] 93b9cdb0e59b: Waiting [2020-11-26T07:48:54.870Z] 5e14af77c1be: Waiting [2020-11-26T07:48:54.870Z] 01666e4c0597: Waiting [2020-11-26T07:48:54.870Z] aa168da1d23b: Waiting [2020-11-26T07:48:54.870Z] 46f8f816bc3b: Waiting [2020-11-26T07:48:54.870Z] 36b3adc4ff6f: Verifying Checksum [2020-11-26T07:48:54.870Z] 36b3adc4ff6f: Download complete [2020-11-26T07:48:54.870Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T07:48:54.870Z] 46f8f816bc3b: Download complete [2020-11-26T07:48:55.139Z] df20fa9351a1: Verifying Checksum [2020-11-26T07:48:55.139Z] df20fa9351a1: Download complete [2020-11-26T07:48:55.139Z] 93b61091891f: Download complete [2020-11-26T07:48:55.139Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T07:48:55.139Z] 93b9cdb0e59b: Download complete [2020-11-26T07:48:55.139Z] 01666e4c0597: Verifying Checksum [2020-11-26T07:48:55.139Z] 01666e4c0597: Download complete [2020-11-26T07:48:55.139Z] 5e14af77c1be: Verifying Checksum [2020-11-26T07:48:55.139Z] 5e14af77c1be: Download complete [2020-11-26T07:48:55.139Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T07:48:55.139Z] 8ad3a11d3b57: Download complete [2020-11-26T07:48:55.405Z] df20fa9351a1: Pull complete [2020-11-26T07:48:55.669Z] 36b3adc4ff6f: Pull complete [2020-11-26T07:48:57.607Z] aa168da1d23b: Verifying Checksum [2020-11-26T07:48:57.607Z] aa168da1d23b: Download complete [2020-11-26T07:48:57.607Z] 8ad3a11d3b57: Pull complete [2020-11-26T07:48:57.607Z] 46f8f816bc3b: Pull complete [2020-11-26T07:48:57.872Z] 93b61091891f: Pull complete [2020-11-26T07:48:58.152Z] 93b9cdb0e59b: Pull complete [2020-11-26T07:48:58.152Z] 5e14af77c1be: Pull complete [2020-11-26T07:48:58.417Z] 01666e4c0597: Pull complete [2020-11-26T07:49:06.614Z] aa168da1d23b: Pull complete [2020-11-26T07:49:06.614Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T07:49:06.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:49:06.614Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T07:49:06.747Z] prd-centos7-docker-4c-2g-13527 does not seem to be running inside a container [2020-11-26T07:49:06.803Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-659/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-659 -v /w/workspace/dgexfoundry_device-sdk-go_PR-659:/w/workspace/dgexfoundry_device-sdk-go_PR-659:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-26T07:49:10.277Z] $ docker top 52bcf5367ec9fc1a74b7a6bab81dc87197dd8d220a4c4fc8c5f5a07652b1f802 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:49:10.786Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T07:49:11.087Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T07:49:11.393Z] + ls /var/log/sa-host [2020-11-26T07:49:11.393Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T07:49:11.393Z] file_magic: OK [2020-11-26T07:49:11.393Z] HZ: Using current value: 100 [2020-11-26T07:49:11.393Z] file_header: OK [2020-11-26T07:49:11.393Z] 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-11-26T07:49:11.393Z] Statistics: [2020-11-26T07:49:11.393Z] Hnuu...uuuununununu... [2020-11-26T07:49:11.393Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T07:49:11.393Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T07:49:11.393Z] file_magic: OK [2020-11-26T07:49:11.393Z] HZ: Using current value: 100 [2020-11-26T07:49:11.393Z] file_header: OK [2020-11-26T07:49:11.393Z] 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-11-26T07:49:11.393Z] Statistics: [2020-11-26T07:49:11.393Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T07:49:11.393Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T07:49:12.002Z] provisioning config files... [2020-11-26T07:49:12.021Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config4368462309075224660tmp [Pipeline] { [Pipeline] echo [2020-11-26T07:49:12.087Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:12.396Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T07:49:12.407Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T07:49:12.493Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:12.797Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T07:49:12.808Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:13.102Z] ---> sudo-logs.sh [2020-11-26T07:49:13.102Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T07:49:13.114Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:13.417Z] ---> job-cost.sh [2020-11-26T07:49:13.417Z] lf-activate-venv: SKIPPING [2020-11-26T07:49:13.417Z] INFO: No Stack... [2020-11-26T07:49:14.379Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T07:49:14.956Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T07:49:14.972Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:15.274Z] ---> logs-deploy.sh [2020-11-26T07:49:15.274Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-659/4 [2020-11-26T07:49:15.274Z] INFO: archiving workspace using pattern(s): [2020-11-26T07:49:17.200Z] Archives upload complete. [2020-11-26T07:49:17.200Z] INFO: archiving logs to Nexus [2020-11-26T07:49:18.147Z] ---> uname -a: [2020-11-26T07:49:18.147Z] Linux prd-centos7-docker-4c-2g-13527.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-11-26T07:49:18.147Z] [2020-11-26T07:49:18.147Z] [2020-11-26T07:49:18.147Z] ---> lscpu: [2020-11-26T07:49:18.147Z] Architecture: x86_64 [2020-11-26T07:49:18.147Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-26T07:49:18.147Z] Byte Order: Little Endian [2020-11-26T07:49:18.147Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-26T07:49:18.147Z] CPU(s): 4 [2020-11-26T07:49:18.147Z] On-line CPU(s) list: 0-3 [2020-11-26T07:49:18.147Z] Thread(s) per core: 1 [2020-11-26T07:49:18.147Z] Core(s) per socket: 1 [2020-11-26T07:49:18.147Z] Socket(s): 4 [2020-11-26T07:49:18.147Z] NUMA node(s): 1 [2020-11-26T07:49:18.147Z] Vendor ID: GenuineIntel [2020-11-26T07:49:18.147Z] CPU family: 6 [2020-11-26T07:49:18.147Z] Model: 44 [2020-11-26T07:49:18.147Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-26T07:49:18.147Z] Stepping: 1 [2020-11-26T07:49:18.147Z] CPU MHz: 2933.438 [2020-11-26T07:49:18.147Z] BogoMIPS: 5866.87 [2020-11-26T07:49:18.147Z] Virtualization: VT-x [2020-11-26T07:49:18.147Z] Hypervisor vendor: KVM [2020-11-26T07:49:18.147Z] Virtualization type: full [2020-11-26T07:49:18.147Z] L1d cache: 128 KiB [2020-11-26T07:49:18.147Z] L1i cache: 128 KiB [2020-11-26T07:49:18.147Z] L2 cache: 16 MiB [2020-11-26T07:49:18.148Z] L3 cache: 64 MiB [2020-11-26T07:49:18.148Z] NUMA node0 CPU(s): 0-3 [2020-11-26T07:49:18.148Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-26T07:49:18.148Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-26T07:49:18.148Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-26T07:49:18.148Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-26T07:49:18.148Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-26T07:49:18.148Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-26T07:49:18.148Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-26T07:49:18.148Z] Vulnerability Srbds: Not affected [2020-11-26T07:49:18.148Z] Vulnerability Tsx async abort: Not affected [2020-11-26T07:49:18.148Z] 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-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] ---> nproc: [2020-11-26T07:49:18.148Z] 4 [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] ---> df -h: [2020-11-26T07:49:18.148Z] Filesystem Size Used Available Use% Mounted on [2020-11-26T07:49:18.148Z] overlay 50.0G 7.3G 42.7G 15% / [2020-11-26T07:49:18.148Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-26T07:49:18.148Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-26T07:49:18.148Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-659 [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-11-26T07:49:18.148Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] ---> free -m: [2020-11-26T07:49:18.148Z] total used free shared buff/cache available [2020-11-26T07:49:18.148Z] Mem: 1837 713 110 0 1012 1018 [2020-11-26T07:49:18.148Z] Swap: 1023 1 1022 [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] ---> ip addr: [2020-11-26T07:49:18.148Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-26T07:49:18.148Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-26T07:49:18.148Z] inet 127.0.0.1/8 scope host lo [2020-11-26T07:49:18.148Z] valid_lft forever preferred_lft forever [2020-11-26T07:49:18.148Z] inet6 ::1/128 scope host [2020-11-26T07:49:18.148Z] valid_lft forever preferred_lft forever [2020-11-26T07:49:18.148Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-26T07:49:18.148Z] link/ether fa:16:3e:2b:58:87 brd ff:ff:ff:ff:ff:ff [2020-11-26T07:49:18.148Z] inet 10.30.123.162/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-26T07:49:18.148Z] valid_lft 85629sec preferred_lft 85629sec [2020-11-26T07:49:18.148Z] inet6 fe80::f816:3eff:fe2b:5887/64 scope link [2020-11-26T07:49:18.148Z] valid_lft forever preferred_lft forever [2020-11-26T07:49:18.148Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-26T07:49:18.148Z] link/ether 02:42:b7:5b:ec:7c brd ff:ff:ff:ff:ff:ff [2020-11-26T07:49:18.148Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-26T07:49:18.148Z] valid_lft forever preferred_lft forever [2020-11-26T07:49:18.148Z] inet6 fe80::42:b7ff:fe5b:ec7c/64 scope link [2020-11-26T07:49:18.148Z] valid_lft forever preferred_lft forever [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] ---> sar -b -r -n DEV: [2020-11-26T07:49:18.148Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] 07:36:13 LINUX RESTART (4 CPU) [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] 07:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-26T07:49:18.148Z] 07:38:01 1.93 0.00 1.93 0.00 0.00 380.15 0.00 [2020-11-26T07:49:18.148Z] 07:39:01 1.08 0.00 1.08 0.00 0.00 17.67 0.00 [2020-11-26T07:49:18.148Z] 07:40:01 0.32 0.00 0.32 0.00 0.00 3.36 0.00 [2020-11-26T07:49:18.148Z] 07:41:01 0.27 0.00 0.27 0.00 0.00 3.05 0.00 [2020-11-26T07:49:18.148Z] 07:42:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 [2020-11-26T07:49:18.148Z] 07:43:02 20.75 3.70 17.05 0.00 290.82 513.19 0.00 [2020-11-26T07:49:18.148Z] 07:44:01 32.89 11.63 21.26 0.00 4489.99 2225.51 0.00 [2020-11-26T07:49:18.148Z] 07:45:01 1.81 0.00 1.81 0.00 0.00 34.55 0.00 [2020-11-26T07:49:18.148Z] 07:46:01 0.23 0.00 0.23 0.00 0.00 2.22 0.00 [2020-11-26T07:49:18.148Z] 07:47:01 0.30 0.00 0.30 0.00 0.00 4.01 0.00 [2020-11-26T07:49:18.148Z] 07:48:01 0.25 0.00 0.25 0.00 0.00 2.57 0.00 [2020-11-26T07:49:18.148Z] 07:49:01 73.55 50.07 23.48 0.00 4103.22 8424.03 0.00 [2020-11-26T07:49:18.148Z] Average: 11.13 5.46 5.68 0.00 736.48 968.84 0.00 [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] 07:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-26T07:49:18.148Z] 07:38:01 93028 0 486376 25.85 2620 1299520 1008852 34.43 315728 1276644 20 [2020-11-26T07:49:18.148Z] 07:39:01 96248 0 483148 25.68 2620 1299528 985924 33.65 311260 1278336 8 [2020-11-26T07:49:18.148Z] 07:40:01 96316 0 483076 25.67 2620 1299532 985924 33.65 311264 1278336 12 [2020-11-26T07:49:18.148Z] 07:41:01 96448 0 482940 25.67 2620 1299536 985924 33.65 311348 1278340 8 [2020-11-26T07:49:18.148Z] 07:42:01 95928 0 483456 25.69 2620 1299540 985996 33.65 311624 1278336 20 [2020-11-26T07:49:18.148Z] 07:43:02 76948 0 575996 30.61 2620 1225980 1062556 36.26 419552 1189248 7480 [2020-11-26T07:49:18.148Z] 07:44:01 170980 0 618860 32.89 2620 1089084 1109228 37.86 423164 1088840 20 [2020-11-26T07:49:18.148Z] 07:45:01 176016 0 613820 32.62 2620 1089088 1077740 36.78 423568 1084448 8 [2020-11-26T07:49:18.148Z] 07:46:01 174784 0 615044 32.69 2620 1089096 1077932 36.79 431608 1077316 8 [2020-11-26T07:49:18.148Z] 07:47:01 175624 0 614200 32.64 2620 1089100 1077872 36.79 431188 1077312 16 [2020-11-26T07:49:18.148Z] 07:48:01 175976 0 613848 32.62 2620 1089100 1077776 36.78 427024 1081200 12 [2020-11-26T07:49:18.148Z] 07:49:01 78428 0 712064 37.84 2620 1088432 1505304 51.37 572608 1005908 70944 [2020-11-26T07:49:18.148Z] Average: 125560 0 565236 30.04 2620 1188128 1078419 36.80 390828 1166189 6546 [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] 07:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-26T07:49:18.148Z] 07:38:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:39:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:40:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:42:01 eth0 0.42 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:43:02 eth0 208.38 147.84 361.17 41.16 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:44:01 eth0 91.84 78.18 367.73 31.75 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:44:01 docker0 6.97 4.55 1.16 20.33 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:45:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:46:01 eth0 1.18 0.30 0.33 0.20 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:47:01 eth0 0.68 0.37 0.35 0.23 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:48:01 eth0 0.47 0.25 0.16 0.05 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:49:01 eth0 201.59 157.81 2158.41 15.66 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] Average: eth0 42.16 32.11 241.24 7.41 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] Average: docker0 0.57 0.37 0.10 1.67 0.00 0.00 0.00 0.00 [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] ---> sar -P ALL: [2020-11-26T07:49:18.148Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] 07:36:13 LINUX RESTART (4 CPU) [2020-11-26T07:49:18.148Z] [2020-11-26T07:49:18.148Z] 07:37:01 CPU %user %nice %system %iowait %steal %idle [2020-11-26T07:49:18.148Z] 07:38:01 all 0.21 0.00 0.04 0.00 0.01 99.74 [2020-11-26T07:49:18.148Z] 07:38:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-11-26T07:49:18.148Z] 07:38:01 1 0.27 0.00 0.05 0.00 0.02 99.67 [2020-11-26T07:49:18.148Z] 07:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-26T07:49:18.148Z] 07:38:01 3 0.48 0.00 0.03 0.00 0.03 99.45 [2020-11-26T07:49:18.148Z] 07:39:01 all 0.16 0.00 0.07 0.00 0.02 99.75 [2020-11-26T07:49:18.148Z] 07:39:01 0 0.05 0.00 0.07 0.00 0.03 99.85 [2020-11-26T07:49:18.148Z] 07:39:01 1 0.27 0.00 0.05 0.00 0.00 99.68 [2020-11-26T07:49:18.148Z] 07:39:01 2 0.05 0.00 0.08 0.00 0.02 99.85 [2020-11-26T07:49:18.148Z] 07:39:01 3 0.27 0.00 0.08 0.00 0.02 99.63 [2020-11-26T07:49:18.148Z] 07:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-11-26T07:49:18.148Z] 07:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-26T07:49:18.148Z] 07:40:01 1 0.52 0.00 0.00 0.00 0.00 99.48 [2020-11-26T07:49:18.148Z] 07:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-11-26T07:49:18.148Z] 07:40:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-26T07:49:18.148Z] 07:41:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2020-11-26T07:49:18.148Z] 07:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-11-26T07:49:18.148Z] 07:41:01 1 0.42 0.00 0.07 0.00 0.00 99.52 [2020-11-26T07:49:18.148Z] 07:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-26T07:49:18.149Z] 07:41:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-11-26T07:49:18.149Z] 07:42:01 all 0.03 0.00 0.04 0.00 0.01 99.92 [2020-11-26T07:49:18.149Z] 07:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2020-11-26T07:49:18.149Z] 07:42:01 1 0.07 0.00 0.08 0.00 0.02 99.83 [2020-11-26T07:49:18.149Z] 07:42:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-26T07:49:18.149Z] 07:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-11-26T07:49:18.149Z] 07:43:02 all 3.93 0.00 0.91 0.80 0.03 94.34 [2020-11-26T07:49:18.149Z] 07:43:02 0 4.65 0.00 1.34 0.89 0.02 93.11 [2020-11-26T07:49:18.149Z] 07:43:02 1 2.88 0.00 0.82 0.37 0.03 95.90 [2020-11-26T07:49:18.149Z] 07:43:02 2 5.20 0.00 0.60 0.02 0.03 94.15 [2020-11-26T07:49:18.149Z] 07:43:02 3 2.99 0.00 0.89 1.92 0.02 94.18 [2020-11-26T07:49:18.149Z] 07:44:01 all 2.79 0.00 1.83 0.81 0.03 94.53 [2020-11-26T07:49:18.149Z] 07:44:01 0 3.05 0.00 2.35 0.41 0.02 94.17 [2020-11-26T07:49:18.149Z] 07:44:01 1 2.74 0.00 1.62 1.50 0.07 94.07 [2020-11-26T07:49:18.149Z] 07:44:01 2 2.55 0.00 1.84 1.07 0.03 94.50 [2020-11-26T07:49:18.149Z] 07:44:01 3 2.83 0.00 1.50 0.26 0.02 95.40 [2020-11-26T07:49:18.149Z] 07:45:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2020-11-26T07:49:18.149Z] 07:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-26T07:49:18.149Z] 07:45:01 1 0.55 0.00 0.00 0.00 0.00 99.45 [2020-11-26T07:49:18.149Z] 07:45:01 2 0.10 0.00 0.05 0.00 0.02 99.83 [2020-11-26T07:49:18.149Z] 07:45:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2020-11-26T07:49:18.149Z] 07:46:01 all 0.18 0.00 0.04 0.00 0.02 99.76 [2020-11-26T07:49:18.149Z] 07:46:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2020-11-26T07:49:18.149Z] 07:46:01 1 0.57 0.00 0.02 0.00 0.02 99.40 [2020-11-26T07:49:18.149Z] 07:46:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2020-11-26T07:49:18.149Z] 07:46:01 3 0.05 0.00 0.07 0.00 0.03 99.85 [2020-11-26T07:49:18.149Z] 07:47:01 all 0.16 0.00 0.03 0.00 0.02 99.80 [2020-11-26T07:49:18.149Z] 07:47:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-11-26T07:49:18.149Z] 07:47:01 1 0.53 0.00 0.02 0.00 0.02 99.43 [2020-11-26T07:49:18.149Z] 07:47:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2020-11-26T07:49:18.149Z] 07:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-11-26T07:49:18.149Z] 07:48:01 all 0.14 0.00 0.05 0.00 0.03 99.78 [2020-11-26T07:49:18.149Z] 07:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-11-26T07:49:18.149Z] 07:48:01 1 0.50 0.00 0.05 0.00 0.02 99.43 [2020-11-26T07:49:18.149Z] 07:48:01 2 0.03 0.00 0.05 0.00 0.03 99.88 [2020-11-26T07:49:18.149Z] 07:48:01 3 0.02 0.00 0.05 0.00 0.05 99.88 [2020-11-26T07:49:18.149Z] [2020-11-26T07:49:18.149Z] 07:48:01 CPU %user %nice %system %iowait %steal %idle [2020-11-26T07:49:18.149Z] 07:49:01 all 4.00 0.00 2.13 1.67 0.29 91.91 [2020-11-26T07:49:18.149Z] 07:49:01 0 3.51 0.00 2.31 0.50 0.25 93.43 [2020-11-26T07:49:18.149Z] 07:49:01 1 4.26 0.00 2.08 1.51 0.25 91.91 [2020-11-26T07:49:18.149Z] 07:49:01 2 3.47 0.00 1.87 2.47 0.27 91.92 [2020-11-26T07:49:18.149Z] 07:49:01 3 4.75 0.00 2.28 2.21 0.38 90.38 [2020-11-26T07:49:18.149Z] Average: all 1.00 0.00 0.43 0.27 0.04 98.26 [2020-11-26T07:49:18.149Z] Average: 0 0.95 0.00 0.52 0.15 0.03 98.35 [2020-11-26T07:49:18.149Z] Average: 1 1.13 0.00 0.40 0.28 0.04 98.16 [2020-11-26T07:49:18.149Z] Average: 2 0.96 0.00 0.39 0.30 0.04 98.32 [2020-11-26T07:49:18.149Z] Average: 3 0.96 0.00 0.42 0.36 0.05 98.21 [2020-11-26T07:49:18.149Z] [2020-11-26T07:49:18.149Z] [2020-11-26T07:49:18.149Z]