Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b39299a55ada1edb4dcbaecb5f4d8ef99f15ca70+abee7d5846637e135dd277469e99a0143c7ff265 (ad9659a088c3d07222f498b993c64375f72eb574) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5741 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [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-583 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-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/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit b39299a55ada1edb4dcbaecb5f4d8ef99f15ca70 Merge succeeded, producing 9b04607b81dd1c422320116dd4b94160e5ae5ca9 Checking out Revision 9b04607b81dd1c422320116dd4b94160e5ae5ca9 (PR-583) > 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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b39299a55ada1edb4dcbaecb5f4d8ef99f15ca70 # 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 abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b04607b81dd1c422320116dd4b94160e5ae5ca9 # timeout=10 Commit message: "Merge commit 'abee7d5846637e135dd277469e99a0143c7ff265' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 1aff3e2fcff21c22064b0d07c954499554571865 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T02:41:42.973Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T02:41:43.252Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T02:41:43.396Z] ========================================================= [2020-10-16T02:41:43.396Z] EdgeX Global Pipelines Version Info [2020-10-16T02:41:43.396Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T02:41:45.392Z] ------------------- [2020-10-16T02:41:45.392Z] stable info: [2020-10-16T02:41:45.392Z] ------------------- [2020-10-16T02:41:45.392Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T02:41:45.392Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T02:41:45.392Z] Message: update stable to v1.0.144 [2020-10-16T02:41:45.987Z] ------------------- [2020-10-16T02:41:45.987Z] experimental info: [2020-10-16T02:41:45.987Z] ------------------- [2020-10-16T02:41:45.987Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T02:41:45.987Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T02:41:45.987Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T02:41:46.385Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-16T02:41:46.473Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-16T02:41:46.557Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T02:41:46.646Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T02:41:46.741Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T02:41:46.829Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T02:41:46.916Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T02:41:47.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T02:41:47.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-16T02:41:47.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T02:41:47.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T02:41:47.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-16T02:41:47.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T02:41:47.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T02:41:47.726Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T02:41:47.812Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T02:41:47.914Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T02:41:48.019Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T02:41:48.147Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T02:41:48.256Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-16T02:41:48.423Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T02:41:48.537Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T02:41:48.640Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T02:41:48.782Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T02:41:48.865Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T02:41:48.950Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo [2020-10-16T02:41:49.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo [2020-10-16T02:41:49.175Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo [2020-10-16T02:41:49.269Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b04607b81dd1c422320116dd4b94160e5ae5ca9 [Pipeline] echo [2020-10-16T02:41:49.362Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b04607 [Pipeline] echo [2020-10-16T02:41:49.449Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T02:41:50.079Z] + git log --format=format:%s -1 9b04607b81dd1c422320116dd4b94160e5ae5ca9 [Pipeline] echo [2020-10-16T02:41:50.177Z] GIT_COMMIT: 9b04607b81dd1c422320116dd4b94160e5ae5ca9, Commit Message: Merge commit 'abee7d5846637e135dd277469e99a0143c7ff265' into HEAD [Pipeline] echo [2020-10-16T02:41:50.251Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:41:50.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T02:41:51.244Z] [2020-10-16T02:41:51.244Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:41:51.609Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T02:41:51.609Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T02:41:51.609Z] 31603596830f: Pulling fs layer [2020-10-16T02:41:51.609Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T02:41:51.609Z] 6ca5941a6612: Pulling fs layer [2020-10-16T02:41:51.609Z] ecc8261a40a4: Pulling fs layer [2020-10-16T02:41:51.609Z] ecc8261a40a4: Waiting [2020-10-16T02:41:51.609Z] 2a8b12db71e7: Download complete [2020-10-16T02:41:51.875Z] 31603596830f: Verifying Checksum [2020-10-16T02:41:51.875Z] 31603596830f: Download complete [2020-10-16T02:41:51.875Z] ecc8261a40a4: Verifying Checksum [2020-10-16T02:41:51.875Z] ecc8261a40a4: Download complete [2020-10-16T02:41:51.875Z] 6ca5941a6612: Verifying Checksum [2020-10-16T02:41:51.875Z] 6ca5941a6612: Download complete [2020-10-16T02:41:52.138Z] 31603596830f: Pull complete [2020-10-16T02:41:52.408Z] 2a8b12db71e7: Pull complete [2020-10-16T02:41:53.359Z] 6ca5941a6612: Pull complete [2020-10-16T02:41:53.359Z] ecc8261a40a4: Pull complete [2020-10-16T02:41:53.359Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T02:41:53.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T02:41:53.621Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T02:41:53.719Z] prd-centos7-docker-4c-2g-5741 does not seem to be running inside a container [2020-10-16T02:41:53.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T02:41:55.844Z] $ docker top 4139e1da48c87f9b25eb6f307c1a337eb3ece5d8dcf709625f68af367862cf54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T02:41:56.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T02:41:56.126Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T02:41:56.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T02:41:56.353Z] $ docker exec 4139e1da48c87f9b25eb6f307c1a337eb3ece5d8dcf709625f68af367862cf54 ssh-agent [2020-10-16T02:41:56.546Z] SSH_AUTH_SOCK=/tmp/ssh-jh27QkgiyQPK/agent.12 [2020-10-16T02:41:56.546Z] SSH_AGENT_PID=18 [2020-10-16T02:41:56.558Z] Running ssh-add (command line suppressed) [2020-10-16T02:41:56.681Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_969475317246244978.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_969475317246244978.key) [2020-10-16T02:41:56.734Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T02:41:57.070Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T02:41:57.092Z] $ docker exec --env ******** --env ******** 4139e1da48c87f9b25eb6f307c1a337eb3ece5d8dcf709625f68af367862cf54 ssh-agent -k [2020-10-16T02:41:57.212Z] unset SSH_AUTH_SOCK; [2020-10-16T02:41:57.212Z] unset SSH_AGENT_PID; [2020-10-16T02:41:57.212Z] echo Agent pid 18 killed; [2020-10-16T02:41:57.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T02:41:57.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T02:41:57.391Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T02:41:57.562Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T02:41:57.567Z] $ docker exec 4139e1da48c87f9b25eb6f307c1a337eb3ece5d8dcf709625f68af367862cf54 ssh-agent [2020-10-16T02:41:57.725Z] SSH_AUTH_SOCK=/tmp/ssh-GQJOsia1UdoJ/agent.48 [2020-10-16T02:41:57.725Z] SSH_AGENT_PID=53 [2020-10-16T02:41:57.732Z] Running ssh-add (command line suppressed) [2020-10-16T02:41:57.858Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_1940636585634195671.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_1940636585634195671.key) [2020-10-16T02:41:57.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T02:41:58.294Z] + git semver init [2020-10-16T02:41:58.294Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T02:41:58.294Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.git [2020-10-16T02:41:58.294Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-10-16T02:41:58.294Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T02:41:58.294Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T02:41:58.294Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T02:41:58.294Z] # $SEMVER_BRANCH = PR-583 [2020-10-16T02:41:58.294Z] # $SEMVER_TEMP = /tmp/semver-375430892 [2020-10-16T02:41:58.294Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-16T02:41:58.868Z] # '/tmp/semver-375430892' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver' [2020-10-16T02:41:58.868Z] # -> Force: false [2020-10-16T02:41:58.868Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver [Pipeline] } [2020-10-16T02:41:58.884Z] $ docker exec --env ******** --env ******** 4139e1da48c87f9b25eb6f307c1a337eb3ece5d8dcf709625f68af367862cf54 ssh-agent -k [2020-10-16T02:41:59.005Z] unset SSH_AUTH_SOCK; [2020-10-16T02:41:59.006Z] unset SSH_AGENT_PID; [2020-10-16T02:41:59.006Z] echo Agent pid 53 killed; [2020-10-16T02:41:59.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T02:41:59.614Z] + git semver [Pipeline] } [2020-10-16T02:41:59.633Z] $ docker stop --time=1 4139e1da48c87f9b25eb6f307c1a337eb3ece5d8dcf709625f68af367862cf54 [2020-10-16T02:42:00.982Z] $ docker rm -f 4139e1da48c87f9b25eb6f307c1a337eb3ece5d8dcf709625f68af367862cf54 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T02:42:01.456Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T02:42:02.044Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T02:42:02.047Z] [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-10-16T02:42:17.590Z] Still waiting to schedule task [2020-10-16T02:42:17.591Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5735’ is offline; ‘prd-centos7-docker-4c-2g-5736’ is offline; ‘prd-centos7-docker-4c-2g-5740’ is offline; ‘prd-centos7-docker-4c-2g-5742’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5739’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-16T02:42:17.592Z] Still waiting to schedule task [2020-10-16T02:42:17.592Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-16T02:43:37.757Z] Running on prd-centos7-docker-4c-2g-5747 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-10-16T02:43:37.815Z] Running in /w/workspace/device-sdk-go/21 [Pipeline] { [Pipeline] checkout [2020-10-16T02:43:40.575Z] using credential edgex-jenkins-ssh [2020-10-16T02:43:40.641Z] Cloning the remote Git repository [2020-10-16T02:43:40.669Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T02:43:40.739Z] > git init /w/workspace/device-sdk-go/21 # timeout=10 [2020-10-16T02:43:40.802Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T02:43:40.803Z] > git --version # timeout=10 [2020-10-16T02:43:40.814Z] > git --version # 'git version 2.16.5' [2020-10-16T02:43:40.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T02:43:40.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T02:43:41.946Z] Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit b39299a55ada1edb4dcbaecb5f4d8ef99f15ca70 [2020-10-16T02:43:42.055Z] Merge succeeded, producing 0cd6d2dcd3558f59d5e81a1b0e1dea9392e48c1a [2020-10-16T02:43:42.056Z] Checking out Revision 0cd6d2dcd3558f59d5e81a1b0e1dea9392e48c1a (PR-583) [2020-10-16T02:43:41.539Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T02:43:41.552Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T02:43:41.566Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T02:43:41.581Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T02:43:41.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T02:43:41.586Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T02:43:41.956Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T02:43:41.960Z] > git checkout -f b39299a55ada1edb4dcbaecb5f4d8ef99f15ca70 # timeout=10 [2020-10-16T02:43:42.007Z] > git remote # timeout=10 [2020-10-16T02:43:42.013Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T02:43:42.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T02:43:42.021Z] > git merge abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 [2020-10-16T02:43:42.051Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T02:43:42.060Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T02:43:42.064Z] > git checkout -f 0cd6d2dcd3558f59d5e81a1b0e1dea9392e48c1a # timeout=10 [2020-10-16T02:43:45.731Z] Commit message: "Merge commit 'abee7d5846637e135dd277469e99a0143c7ff265' into HEAD" [2020-10-16T02:43:45.744Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T02:43:46.413Z] ========================================================= [2020-10-16T02:43:46.413Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T02:43:46.413Z] ========================================================= [2020-10-16T02:43:45.737Z] > git rev-list --no-walk 1aff3e2fcff21c22064b0d07c954499554571865 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:43:47.123Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-16T02:43:47.703Z] Sending build context to Docker daemon 2.294MB [2020-10-16T02:43:47.703Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T02:43:47.703Z] Step 2/8 : FROM ${BASE} [2020-10-16T02:43:47.703Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T02:43:47.703Z] df20fa9351a1: Pulling fs layer [2020-10-16T02:43:47.703Z] ed8968b2872e: Pulling fs layer [2020-10-16T02:43:47.703Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T02:43:47.703Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T02:43:47.703Z] e73272ec9a57: Pulling fs layer [2020-10-16T02:43:47.703Z] 1e910a182e73: Pulling fs layer [2020-10-16T02:43:47.703Z] 4e634b169226: Pulling fs layer [2020-10-16T02:43:47.703Z] e73272ec9a57: Waiting [2020-10-16T02:43:47.703Z] 1e910a182e73: Waiting [2020-10-16T02:43:47.703Z] 4e634b169226: Waiting [2020-10-16T02:43:47.703Z] e871e8e8d7a9: Waiting [2020-10-16T02:43:47.703Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T02:43:47.703Z] a92cc7c5fd73: Download complete [2020-10-16T02:43:47.703Z] ed8968b2872e: Verifying Checksum [2020-10-16T02:43:47.703Z] ed8968b2872e: Download complete [2020-10-16T02:43:47.703Z] e73272ec9a57: Verifying Checksum [2020-10-16T02:43:47.703Z] e73272ec9a57: Download complete [2020-10-16T02:43:47.703Z] 1e910a182e73: Verifying Checksum [2020-10-16T02:43:47.703Z] 1e910a182e73: Download complete [2020-10-16T02:43:47.703Z] df20fa9351a1: Verifying Checksum [2020-10-16T02:43:47.703Z] df20fa9351a1: Download complete [2020-10-16T02:43:47.966Z] df20fa9351a1: Pull complete [2020-10-16T02:43:48.230Z] ed8968b2872e: Pull complete [2020-10-16T02:43:48.493Z] a92cc7c5fd73: Pull complete [2020-10-16T02:43:50.422Z] 4e634b169226: Verifying Checksum [2020-10-16T02:43:50.422Z] 4e634b169226: Download complete [2020-10-16T02:43:51.386Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T02:43:51.386Z] e871e8e8d7a9: Download complete [2020-10-16T02:43:56.743Z] e871e8e8d7a9: Pull complete [2020-10-16T02:43:56.743Z] e73272ec9a57: Pull complete [2020-10-16T02:43:56.743Z] 1e910a182e73: Pull complete [2020-10-16T02:44:06.816Z] 4e634b169226: Pull complete [2020-10-16T02:44:06.816Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T02:44:06.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T02:44:06.816Z] ---> f7629b54cfaa [2020-10-16T02:44:06.816Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T02:44:06.816Z] ---> Running in 5dc8c75ac654 [2020-10-16T02:44:06.816Z] Removing intermediate container 5dc8c75ac654 [2020-10-16T02:44:06.816Z] ---> 8009521f9274 [2020-10-16T02:44:06.816Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T02:44:06.816Z] ---> Running in 049b3bab55d3 [2020-10-16T02:44:07.399Z] Removing intermediate container 049b3bab55d3 [2020-10-16T02:44:07.399Z] ---> adf334d1ceb1 [2020-10-16T02:44:07.399Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T02:44:07.399Z] ---> Running in 1703dd203dfe [2020-10-16T02:44:07.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T02:44:08.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T02:44:08.878Z] OK: 166 MiB in 39 packages [2020-10-16T02:44:09.142Z] Removing intermediate container 1703dd203dfe [2020-10-16T02:44:09.142Z] ---> 20bd563451ab [2020-10-16T02:44:09.142Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T02:44:09.142Z] ---> Running in 23441d20708d [2020-10-16T02:44:09.406Z] Removing intermediate container 23441d20708d [2020-10-16T02:44:09.406Z] ---> aa0874530227 [2020-10-16T02:44:09.406Z] Step 7/8 : COPY . . [2020-10-16T02:44:10.799Z] ---> bfe34ad31d97 [2020-10-16T02:44:10.799Z] Step 8/8 : RUN go mod download [2020-10-16T02:44:10.799Z] ---> Running in 0c8d663bad6b [2020-10-16T02:44:17.413Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5746 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-10-16T02:44:17.482Z] Running in /w/workspace/device-sdk-go/21 [Pipeline] { [Pipeline] checkout [2020-10-16T02:44:22.435Z] using credential edgex-jenkins-ssh [2020-10-16T02:44:22.497Z] Cloning the remote Git repository [2020-10-16T02:44:22.556Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T02:44:22.670Z] > git init /w/workspace/device-sdk-go/21 # timeout=10 [2020-10-16T02:44:22.741Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T02:44:22.743Z] > git --version # timeout=10 [2020-10-16T02:44:22.760Z] > git --version # 'git version 2.17.1' [2020-10-16T02:44:22.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T02:44:22.855Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T02:44:24.695Z] Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit b39299a55ada1edb4dcbaecb5f4d8ef99f15ca70 [2020-10-16T02:44:25.016Z] Merge succeeded, producing 63340191ae2fd29b24b2211aa3c90d98728e979c [2020-10-16T02:44:25.017Z] Checking out Revision 63340191ae2fd29b24b2211aa3c90d98728e979c (PR-583) [2020-10-16T02:44:24.101Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T02:44:24.117Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T02:44:24.153Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T02:44:24.209Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T02:44:24.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T02:44:24.223Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T02:44:24.714Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T02:44:24.735Z] > git checkout -f b39299a55ada1edb4dcbaecb5f4d8ef99f15ca70 # timeout=10 [2020-10-16T02:44:24.853Z] > git remote # timeout=10 [2020-10-16T02:44:24.873Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T02:44:24.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T02:44:24.903Z] > git merge abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 [2020-10-16T02:44:24.998Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T02:44:25.058Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T02:44:25.094Z] > git checkout -f 63340191ae2fd29b24b2211aa3c90d98728e979c # timeout=10 [2020-10-16T02:44:29.499Z] Commit message: "Merge commit 'abee7d5846637e135dd277469e99a0143c7ff265' into HEAD" [2020-10-16T02:44:29.531Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T02:44:30.784Z] ========================================================= [2020-10-16T02:44:30.784Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T02:44:30.784Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:44:29.505Z] > git rev-list --no-walk 1aff3e2fcff21c22064b0d07c954499554571865 # timeout=10 [2020-10-16T02:44:31.866Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-16T02:44:32.843Z] Removing intermediate container 0c8d663bad6b [2020-10-16T02:44:32.844Z] ---> 720330b8fc83 [2020-10-16T02:44:32.844Z] Successfully built 720330b8fc83 [2020-10-16T02:44:32.844Z] Successfully tagged ci-base-image-x86_64:latest [2020-10-16T02:44:32.852Z] Sending build context to Docker daemon 2.296MB [2020-10-16T02:44:32.852Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T02:44:32.852Z] Step 2/8 : FROM ${BASE} [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:44:33.132Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T02:44:33.132Z] b538f80385f9: Pulling fs layer [2020-10-16T02:44:33.132Z] 74f711af9a0d: Pulling fs layer [2020-10-16T02:44:33.132Z] 99f96fe45779: Pulling fs layer [2020-10-16T02:44:33.132Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T02:44:33.132Z] 45590311c82a: Pulling fs layer [2020-10-16T02:44:33.132Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T02:44:33.132Z] 209524e5b208: Pulling fs layer [2020-10-16T02:44:33.132Z] 8529a6b9a6be: Waiting [2020-10-16T02:44:33.132Z] 45590311c82a: Waiting [2020-10-16T02:44:33.132Z] 69ca0ff8b7b3: Waiting [2020-10-16T02:44:33.132Z] 209524e5b208: Waiting [2020-10-16T02:44:33.132Z] 99f96fe45779: Download complete [2020-10-16T02:44:33.132Z] 74f711af9a0d: Verifying Checksum [2020-10-16T02:44:33.132Z] 74f711af9a0d: Download complete [2020-10-16T02:44:33.132Z] 45590311c82a: Verifying Checksum [2020-10-16T02:44:33.132Z] 45590311c82a: Download complete [2020-10-16T02:44:33.132Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T02:44:33.132Z] 69ca0ff8b7b3: Download complete [2020-10-16T02:44:33.202Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T02:44:33.202Z] . [Pipeline] withDockerContainer [2020-10-16T02:44:33.306Z] prd-centos7-docker-4c-2g-5747 does not seem to be running inside a container [2020-10-16T02:44:33.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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 ******** ci-base-image-x86_64 cat [2020-10-16T02:44:33.409Z] b538f80385f9: Verifying Checksum [2020-10-16T02:44:33.409Z] b538f80385f9: Download complete [2020-10-16T02:44:34.014Z] b538f80385f9: Pull complete [2020-10-16T02:44:34.099Z] $ docker top b70b450e403151ec61b4b39023f64188137082cc91421b2857a01348b603ee8b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T02:44:34.581Z] + go version [2020-10-16T02:44:34.581Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T02:44:34.604Z] $ docker stop --time=1 b70b450e403151ec61b4b39023f64188137082cc91421b2857a01348b603ee8b [2020-10-16T02:44:34.624Z] 74f711af9a0d: Pull complete [2020-10-16T02:44:35.228Z] 99f96fe45779: Pull complete [2020-10-16T02:44:35.943Z] $ docker rm -f b70b450e403151ec61b4b39023f64188137082cc91421b2857a01348b603ee8b [Pipeline] // withDockerContainer [Pipeline] } [2020-10-16T02:44:36.219Z] 209524e5b208: Verifying Checksum [2020-10-16T02:44:36.219Z] 209524e5b208: Download complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:44:37.268Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T02:44:37.268Z] . [2020-10-16T02:44:37.306Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T02:44:37.306Z] 8529a6b9a6be: Download complete [Pipeline] withDockerContainer [2020-10-16T02:44:37.472Z] prd-centos7-docker-4c-2g-5747 does not seem to be running inside a container [2020-10-16T02:44:37.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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 ******** ci-base-image-x86_64 cat [2020-10-16T02:44:38.096Z] $ docker top 899fb267110ca334715b2726ff61960fa45a218987ce1d7e53be7361276fd3db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T02:44:38.586Z] + make test [2020-10-16T02:44:38.586Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-16T02:44:45.223Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-16T02:44:49.761Z] 8529a6b9a6be: Pull complete [2020-10-16T02:44:49.761Z] 45590311c82a: Pull complete [2020-10-16T02:44:49.761Z] 69ca0ff8b7b3: Pull complete [2020-10-16T02:44:52.404Z] 209524e5b208: Pull complete [2020-10-16T02:44:52.404Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T02:44:52.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T02:44:52.404Z] ---> 5bddaf1c2fca [2020-10-16T02:44:52.404Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T02:44:55.040Z] ---> Running in 89cf79cf72ce [2020-10-16T02:44:55.313Z] Removing intermediate container 89cf79cf72ce [2020-10-16T02:44:55.313Z] ---> 385c35a3bdd0 [2020-10-16T02:44:55.313Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T02:44:55.313Z] ---> Running in 475da51ebec0 [2020-10-16T02:44:57.940Z] Removing intermediate container 475da51ebec0 [2020-10-16T02:44:57.940Z] ---> 9fc0be20d4bb [2020-10-16T02:44:57.940Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T02:44:57.940Z] ---> Running in 111a93745008 [2020-10-16T02:44:59.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T02:44:59.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T02:45:00.250Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-16T02:45:00.250Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-16T02:45:00.250Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-16T02:45:00.250Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.055s coverage: 21.6% of statements [2020-10-16T02:45:00.951Z] OK: 142 MiB in 39 packages [2020-10-16T02:45:01.941Z] Removing intermediate container 111a93745008 [2020-10-16T02:45:01.941Z] ---> e83437c730c5 [2020-10-16T02:45:01.941Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T02:45:01.941Z] ---> Running in 8f1c9d527e9b [2020-10-16T02:45:02.544Z] Removing intermediate container 8f1c9d527e9b [2020-10-16T02:45:02.544Z] ---> dda38c716f52 [2020-10-16T02:45:02.544Z] Step 7/8 : COPY . . [2020-10-16T02:45:03.641Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.438s coverage: 97.1% of statements [2020-10-16T02:45:03.984Z] ---> 5eb967f20701 [2020-10-16T02:45:03.984Z] Step 8/8 : RUN go mod download [2020-10-16T02:45:03.984Z] ---> Running in ecfd4aae3915 [2020-10-16T02:45:26.181Z] Removing intermediate container ecfd4aae3915 [2020-10-16T02:45:26.181Z] ---> 0bed96299448 [2020-10-16T02:45:26.181Z] Successfully built 0bed96299448 [2020-10-16T02:45:26.181Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:45:26.595Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T02:45:26.595Z] . [Pipeline] withDockerContainer [2020-10-16T02:45:26.874Z] prd-ubuntu18.04-docker-arm64-4c-16g-5746 does not seem to be running inside a container [2020-10-16T02:45:26.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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 ******** ci-base-image-arm64 cat [2020-10-16T02:45:28.825Z] $ docker top 342ca8841b9d6cab48f16bdefc52ab3550af153817b169dce4253989027dd304 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T02:45:30.263Z] + go version [2020-10-16T02:45:30.263Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T02:45:30.287Z] $ docker stop --time=1 342ca8841b9d6cab48f16bdefc52ab3550af153817b169dce4253989027dd304 [2020-10-16T02:45:32.196Z] $ docker rm -f 342ca8841b9d6cab48f16bdefc52ab3550af153817b169dce4253989027dd304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:45:33.548Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T02:45:33.548Z] . [Pipeline] withDockerContainer [2020-10-16T02:45:33.817Z] prd-ubuntu18.04-docker-arm64-4c-16g-5746 does not seem to be running inside a container [2020-10-16T02:45:33.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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 ******** ci-base-image-arm64 cat [2020-10-16T02:45:35.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.059s coverage: 9.4% of statements [2020-10-16T02:45:35.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.049s coverage: 21.9% of statements [2020-10-16T02:45:35.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-16T02:45:35.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.216s coverage: 40.8% of statements [2020-10-16T02:45:35.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-16T02:45:35.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.294s coverage: 68.9% of statements [2020-10-16T02:45:35.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-16T02:45:35.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-16T02:45:35.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-16T02:45:35.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-16T02:45:35.827Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.075s coverage: 52.6% of statements [2020-10-16T02:45:35.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-16T02:45:35.827Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-16T02:45:35.828Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-16T02:45:35.828Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.832s coverage: 68.9% of statements [2020-10-16T02:45:35.828Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-16T02:45:35.828Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-16T02:45:35.828Z] GO111MODULE=on go vet ./... [2020-10-16T02:45:36.003Z] $ docker top 5a635ef8ad862c387590bbfbea049e363431648a537c11d7c654c9fc42717e01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T02:45:37.532Z] + make test [2020-10-16T02:45:37.532Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-16T02:45:41.950Z] gofmt -l . [2020-10-16T02:45:41.950Z] [ "`gofmt -l .`" = "" ] [2020-10-16T02:45:41.950Z] ./bin/test-attribution-txt.sh [2020-10-16T02:45:41.950Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-10-16T02:45:41.950Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2020-10-16T02:45:41.975Z] $ docker stop --time=1 899fb267110ca334715b2726ff61960fa45a218987ce1d7e53be7361276fd3db [2020-10-16T02:45:43.904Z] $ docker rm -f 899fb267110ca334715b2726ff61960fa45a218987ce1d7e53be7361276fd3db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-16T02:45:45.905Z] Failed in branch amd64 [2020-10-16T02:46:00.738Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-16T02:46:39.814Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-16T02:46:39.814Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-16T02:46:39.814Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-16T02:46:39.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.124s coverage: 21.6% of statements [2020-10-16T02:46:44.174Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.107s coverage: 97.1% of statements [2020-10-16T02:47:11.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.144s coverage: 9.4% of statements [2020-10-16T02:47:11.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.129s coverage: 21.9% of statements [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-16T02:47:11.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.515s coverage: 40.8% of statements [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-16T02:47:11.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.717s coverage: 68.9% of statements [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-16T02:47:11.008Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.168s coverage: 52.6% of statements [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-16T02:47:11.008Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.626s coverage: 68.9% of statements [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-16T02:47:11.008Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-16T02:47:11.008Z] GO111MODULE=on go vet ./... [2020-10-16T02:47:43.680Z] gofmt -l . [2020-10-16T02:47:43.680Z] [ "`gofmt -l .`" = "" ] [2020-10-16T02:47:43.680Z] ./bin/test-attribution-txt.sh [2020-10-16T02:47:43.680Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-10-16T02:47:43.680Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2020-10-16T02:47:43.705Z] $ docker stop --time=1 5a635ef8ad862c387590bbfbea049e363431648a537c11d7c654c9fc42717e01 [2020-10-16T02:47:45.872Z] $ docker rm -f 5a635ef8ad862c387590bbfbea049e363431648a537c11d7c654c9fc42717e01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-16T02:47:48.087Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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-10-16T02:47:51.294Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T02:47:51.861Z] ---> package-listing.sh [2020-10-16T02:47:51.861Z] ++ facter osfamily [2020-10-16T02:47:51.861Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T02:47:51.861Z] + OS_FAMILY=redhat [2020-10-16T02:47:51.861Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-10-16T02:47:51.861Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T02:47:51.861Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T02:47:51.861Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T02:47:51.861Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T02:47:51.861Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' [2020-10-16T02:47:51.861Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T02:47:51.861Z] + case "${OS_FAMILY}" in [2020-10-16T02:47:51.861Z] + rpm -qa [2020-10-16T02:47:51.861Z] + sort [2020-10-16T02:47:56.080Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T02:47:56.080Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T02:47:56.080Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T02:47:56.080Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' [2020-10-16T02:47:56.080Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [2020-10-16T02:47:56.080Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [Pipeline] echo [2020-10-16T02:47:56.093Z] 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-583/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T02:47:56.384Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:47:56.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T02:47:56.688Z] [2020-10-16T02:47:56.688Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T02:47:57.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T02:47:57.039Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T02:47:57.039Z] df20fa9351a1: Pulling fs layer [2020-10-16T02:47:57.039Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T02:47:57.039Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T02:47:57.039Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T02:47:57.039Z] 93b61091891f: Pulling fs layer [2020-10-16T02:47:57.039Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T02:47:57.039Z] 5e14af77c1be: Pulling fs layer [2020-10-16T02:47:57.039Z] 01666e4c0597: Pulling fs layer [2020-10-16T02:47:57.039Z] aa168da1d23b: Pulling fs layer [2020-10-16T02:47:57.039Z] 46f8f816bc3b: Waiting [2020-10-16T02:47:57.039Z] 93b61091891f: Waiting [2020-10-16T02:47:57.039Z] 93b9cdb0e59b: Waiting [2020-10-16T02:47:57.039Z] 5e14af77c1be: Waiting [2020-10-16T02:47:57.039Z] aa168da1d23b: Waiting [2020-10-16T02:47:57.039Z] 01666e4c0597: Waiting [2020-10-16T02:47:57.039Z] 36b3adc4ff6f: Download complete [2020-10-16T02:47:57.039Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T02:47:57.039Z] 46f8f816bc3b: Download complete [2020-10-16T02:47:57.302Z] df20fa9351a1: Download complete [2020-10-16T02:47:57.302Z] 93b61091891f: Verifying Checksum [2020-10-16T02:47:57.302Z] 93b61091891f: Download complete [2020-10-16T02:47:57.302Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T02:47:57.302Z] 93b9cdb0e59b: Download complete [2020-10-16T02:47:57.302Z] 5e14af77c1be: Verifying Checksum [2020-10-16T02:47:57.302Z] 5e14af77c1be: Download complete [2020-10-16T02:47:57.302Z] 01666e4c0597: Verifying Checksum [2020-10-16T02:47:57.302Z] 01666e4c0597: Download complete [2020-10-16T02:47:57.302Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T02:47:57.302Z] 8ad3a11d3b57: Download complete [2020-10-16T02:47:57.564Z] df20fa9351a1: Pull complete [2020-10-16T02:47:57.833Z] 36b3adc4ff6f: Pull complete [2020-10-16T02:47:58.412Z] 8ad3a11d3b57: Pull complete [2020-10-16T02:47:58.412Z] 46f8f816bc3b: Pull complete [2020-10-16T02:47:58.677Z] 93b61091891f: Pull complete [2020-10-16T02:47:59.253Z] 93b9cdb0e59b: Pull complete [2020-10-16T02:47:59.517Z] 5e14af77c1be: Pull complete [2020-10-16T02:47:59.517Z] 01666e4c0597: Pull complete [2020-10-16T02:47:59.787Z] aa168da1d23b: Download complete [2020-10-16T02:48:06.404Z] aa168da1d23b: Pull complete [2020-10-16T02:48:06.404Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T02:48:06.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T02:48:06.404Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T02:48:06.582Z] prd-centos7-docker-4c-2g-5741 does not seem to be running inside a container [2020-10-16T02:48:06.629Z] $ 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-583/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-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T02:48:12.193Z] $ docker top 0a6409e174b1657b12e15d33ade1b26202897fe9db8dfd288d3fefdc75b8a5c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T02:48:12.696Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T02:48:12.994Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T02:48:13.293Z] + ls /var/log/sa-host [2020-10-16T02:48:13.293Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T02:48:13.293Z] file_magic: OK [2020-10-16T02:48:13.293Z] HZ: Using current value: 100 [2020-10-16T02:48:13.293Z] file_header: OK [2020-10-16T02:48:13.293Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T02:48:13.293Z] Statistics: [2020-10-16T02:48:13.293Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T02:48:13.293Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T02:48:13.293Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T02:48:13.293Z] file_magic: OK [2020-10-16T02:48:13.293Z] HZ: Using current value: 100 [2020-10-16T02:48:13.293Z] file_header: OK [2020-10-16T02:48:13.293Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T02:48:13.293Z] Statistics: [2020-10-16T02:48:13.293Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T02:48:13.293Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T02:48:13.533Z] provisioning config files... [2020-10-16T02:48:13.554Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/config4799042265260188943tmp [Pipeline] { [Pipeline] echo [2020-10-16T02:48:13.630Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T02:48:13.929Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T02:48:13.939Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T02:48:14.046Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T02:48:14.344Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T02:48:14.355Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T02:48:14.652Z] ---> sudo-logs.sh [2020-10-16T02:48:14.652Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T02:48:14.664Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T02:48:14.960Z] ---> job-cost.sh [2020-10-16T02:48:14.960Z] lf-activate-venv: SKIPPING [2020-10-16T02:48:14.960Z] INFO: No Stack... [2020-10-16T02:48:15.905Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T02:48:16.476Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T02:48:16.489Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T02:48:16.783Z] ---> logs-deploy.sh [2020-10-16T02:48:16.783Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-583/21 [2020-10-16T02:48:16.783Z] INFO: archiving workspace using pattern(s): [2020-10-16T02:48:18.174Z] Archives upload complete. [2020-10-16T02:48:18.437Z] INFO: archiving logs to Nexus [2020-10-16T02:48:19.383Z] ---> uname -a: [2020-10-16T02:48:19.384Z] Linux prd-centos7-docker-4c-2g-5741.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] ---> lscpu: [2020-10-16T02:48:19.384Z] Architecture: x86_64 [2020-10-16T02:48:19.384Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-16T02:48:19.384Z] Byte Order: Little Endian [2020-10-16T02:48:19.384Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-16T02:48:19.384Z] CPU(s): 4 [2020-10-16T02:48:19.384Z] On-line CPU(s) list: 0-3 [2020-10-16T02:48:19.384Z] Thread(s) per core: 1 [2020-10-16T02:48:19.384Z] Core(s) per socket: 1 [2020-10-16T02:48:19.384Z] Socket(s): 4 [2020-10-16T02:48:19.384Z] NUMA node(s): 1 [2020-10-16T02:48:19.384Z] Vendor ID: GenuineIntel [2020-10-16T02:48:19.384Z] CPU family: 6 [2020-10-16T02:48:19.384Z] Model: 44 [2020-10-16T02:48:19.384Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-16T02:48:19.384Z] Stepping: 1 [2020-10-16T02:48:19.384Z] CPU MHz: 2933.442 [2020-10-16T02:48:19.384Z] BogoMIPS: 5866.88 [2020-10-16T02:48:19.384Z] Virtualization: VT-x [2020-10-16T02:48:19.384Z] Hypervisor vendor: KVM [2020-10-16T02:48:19.384Z] Virtualization type: full [2020-10-16T02:48:19.384Z] L1d cache: 128 KiB [2020-10-16T02:48:19.384Z] L1i cache: 128 KiB [2020-10-16T02:48:19.384Z] L2 cache: 16 MiB [2020-10-16T02:48:19.384Z] L3 cache: 64 MiB [2020-10-16T02:48:19.384Z] NUMA node0 CPU(s): 0-3 [2020-10-16T02:48:19.384Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-16T02:48:19.384Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-16T02:48:19.384Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-16T02:48:19.384Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-16T02:48:19.384Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-16T02:48:19.384Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-16T02:48:19.384Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-16T02:48:19.384Z] Vulnerability Tsx async abort: Not affected [2020-10-16T02:48:19.384Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] ---> nproc: [2020-10-16T02:48:19.384Z] 4 [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] ---> df -h: [2020-10-16T02:48:19.384Z] Filesystem Size Used Available Use% Mounted on [2020-10-16T02:48:19.384Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-16T02:48:19.384Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-16T02:48:19.384Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-16T02:48:19.384Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-16T02:48:19.384Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] ---> free -m: [2020-10-16T02:48:19.384Z] total used free shared buff/cache available [2020-10-16T02:48:19.384Z] Mem: 1837 696 93 0 1047 1037 [2020-10-16T02:48:19.384Z] Swap: 1023 1 1022 [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] ---> ip addr: [2020-10-16T02:48:19.384Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-16T02:48:19.384Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-16T02:48:19.384Z] inet 127.0.0.1/8 scope host lo [2020-10-16T02:48:19.384Z] valid_lft forever preferred_lft forever [2020-10-16T02:48:19.384Z] inet6 ::1/128 scope host [2020-10-16T02:48:19.384Z] valid_lft forever preferred_lft forever [2020-10-16T02:48:19.384Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-16T02:48:19.384Z] link/ether fa:16:3e:7d:2a:da brd ff:ff:ff:ff:ff:ff [2020-10-16T02:48:19.384Z] inet 10.30.123.135/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-16T02:48:19.384Z] valid_lft 85969sec preferred_lft 85969sec [2020-10-16T02:48:19.384Z] inet6 fe80::f816:3eff:fe7d:2ada/64 scope link [2020-10-16T02:48:19.384Z] valid_lft forever preferred_lft forever [2020-10-16T02:48:19.384Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-16T02:48:19.384Z] link/ether 02:42:ad:d6:6e:2e brd ff:ff:ff:ff:ff:ff [2020-10-16T02:48:19.384Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-16T02:48:19.384Z] valid_lft forever preferred_lft forever [2020-10-16T02:48:19.384Z] inet6 fe80::42:adff:fed6:6e2e/64 scope link [2020-10-16T02:48:19.384Z] valid_lft forever preferred_lft forever [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] ---> sar -b -r -n DEV: [2020-10-16T02:48:19.384Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] 02:40:51 LINUX RESTART (4 CPU) [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-16T02:48:19.384Z] 02:43:01 11.67 1.68 9.99 0.00 115.88 194.81 0.00 [2020-10-16T02:48:19.384Z] 02:44:01 0.28 0.00 0.28 0.00 0.00 3.85 0.00 [2020-10-16T02:48:19.384Z] 02:45:01 0.32 0.00 0.32 0.00 0.00 3.53 0.00 [2020-10-16T02:48:19.384Z] 02:46:01 0.20 0.00 0.20 0.00 0.00 2.43 0.00 [2020-10-16T02:48:19.384Z] 02:47:01 0.33 0.00 0.33 0.00 0.00 5.06 0.00 [2020-10-16T02:48:19.384Z] 02:48:01 55.54 40.69 14.85 0.00 4410.66 6342.34 0.00 [2020-10-16T02:48:19.384Z] Average: 11.39 7.06 4.33 0.00 754.51 1092.12 0.00 [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-16T02:48:19.384Z] 02:43:01 127756 0 599180 31.84 2620 1152000 1095688 37.39 455924 1137100 20 [2020-10-16T02:48:19.384Z] 02:44:01 133412 0 593520 31.54 2620 1152004 1074480 36.67 453848 1134220 16 [2020-10-16T02:48:19.384Z] 02:45:01 133396 0 593528 31.54 2620 1152012 1074492 36.67 454172 1134220 8 [2020-10-16T02:48:19.384Z] 02:46:01 131956 0 594968 31.62 2620 1152012 1074656 36.68 460680 1129140 20 [2020-10-16T02:48:19.384Z] 02:47:01 132036 0 594880 31.62 2620 1152020 1074644 36.68 461152 1128608 12 [2020-10-16T02:48:19.384Z] 02:48:01 73744 0 692080 36.78 2620 1113112 1507816 51.46 534616 1093260 84040 [2020-10-16T02:48:19.384Z] Average: 122050 0 611359 32.49 2620 1145527 1150296 39.26 470065 1126091 14019 [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-16T02:48:19.384Z] 02:43:01 eth0 135.10 93.99 92.69 114.40 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:44:01 eth0 2.43 0.53 0.66 0.39 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:45:01 eth0 3.35 0.40 0.54 0.24 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:46:01 eth0 4.26 1.33 1.55 0.95 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:47:01 eth0 2.58 0.82 0.84 0.47 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:48:01 eth0 212.79 188.34 2166.67 17.17 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] Average: eth0 60.09 47.57 377.20 22.27 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] ---> sar -P ALL: [2020-10-16T02:48:19.384Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] 02:40:51 LINUX RESTART (4 CPU) [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] 02:42:01 CPU %user %nice %system %iowait %steal %idle [2020-10-16T02:48:19.384Z] 02:43:01 all 1.96 0.00 0.66 0.20 0.04 97.14 [2020-10-16T02:48:19.384Z] 02:43:01 0 1.63 0.00 0.67 0.00 0.02 97.69 [2020-10-16T02:48:19.384Z] 02:43:01 1 1.92 0.00 0.57 0.03 0.03 97.44 [2020-10-16T02:48:19.384Z] 02:43:01 2 1.69 0.00 0.72 0.75 0.07 96.78 [2020-10-16T02:48:19.384Z] 02:43:01 3 2.61 0.00 0.67 0.03 0.03 96.65 [2020-10-16T02:48:19.384Z] 02:44:01 all 0.18 0.00 0.04 0.00 0.01 99.77 [2020-10-16T02:48:19.384Z] 02:44:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2020-10-16T02:48:19.384Z] 02:44:01 1 0.28 0.00 0.05 0.00 0.02 99.65 [2020-10-16T02:48:19.384Z] 02:44:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-16T02:48:19.384Z] 02:44:01 3 0.33 0.00 0.02 0.00 0.02 99.63 [2020-10-16T02:48:19.384Z] 02:45:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-10-16T02:48:19.384Z] 02:45:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-16T02:48:19.384Z] 02:45:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2020-10-16T02:48:19.384Z] 02:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-16T02:48:19.384Z] 02:45:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2020-10-16T02:48:19.384Z] 02:46:01 all 0.19 0.00 0.05 0.00 0.00 99.76 [2020-10-16T02:48:19.384Z] 02:46:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-16T02:48:19.384Z] 02:46:01 1 0.57 0.00 0.05 0.00 0.00 99.38 [2020-10-16T02:48:19.384Z] 02:46:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2020-10-16T02:48:19.384Z] 02:46:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2020-10-16T02:48:19.384Z] 02:47:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-10-16T02:48:19.384Z] 02:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-16T02:48:19.384Z] 02:47:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2020-10-16T02:48:19.384Z] 02:47:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-16T02:48:19.384Z] 02:47:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-16T02:48:19.384Z] 02:48:01 all 2.90 0.00 1.66 1.14 0.01 94.30 [2020-10-16T02:48:19.384Z] 02:48:01 0 2.36 0.00 1.69 0.62 0.00 95.32 [2020-10-16T02:48:19.384Z] 02:48:01 1 3.19 0.00 1.57 1.19 0.02 94.03 [2020-10-16T02:48:19.384Z] 02:48:01 2 3.27 0.00 1.83 1.94 0.02 92.94 [2020-10-16T02:48:19.384Z] 02:48:01 3 2.76 0.00 1.54 0.80 0.00 94.90 [2020-10-16T02:48:19.384Z] Average: all 0.92 0.00 0.41 0.22 0.01 98.43 [2020-10-16T02:48:19.384Z] Average: 0 0.69 0.00 0.41 0.10 0.01 98.79 [2020-10-16T02:48:19.384Z] Average: 1 1.16 0.00 0.39 0.20 0.01 98.24 [2020-10-16T02:48:19.384Z] Average: 2 0.87 0.00 0.46 0.45 0.01 98.21 [2020-10-16T02:48:19.384Z] Average: 3 0.97 0.00 0.38 0.14 0.01 98.50 [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z] [2020-10-16T02:48:19.384Z]