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 07:42:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:42:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:42:59 ========================================================= 07:42:59 EdgeX Global Pipelines Version Info 07:42:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:43:00 ------------------- 07:43:00 stable info: 07:43:00 ------------------- 07:43:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:43:00 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 07:43:00 Message: update stable to v1.0.167 07:43:01 ------------------- 07:43:01 experimental info: 07:43:01 ------------------- 07:43:01 Commited By: **** collab-it+edgex@linuxfoundation.org 07:43:01 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 07:43:01 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:43:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:43:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-659 [Pipeline] echo 07:43:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-659 [Pipeline] echo 07:43:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-659 [Pipeline] echo 07:43:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11c7385235c664815f19787e5b28255bcc61e561 [Pipeline] echo 07:43:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11c7385 [Pipeline] echo 07:43:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:43:05 provisioning config files... 07:43:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config8203586209972797060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:43:06 ---> docker-login.sh 07:43:06 nexus3.edgexfoundry.org:10001 07:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:06 Configure a credential helper to remove this warning. See 07:43:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:06 07:43:06 Login Succeeded 07:43:06 nexus3.edgexfoundry.org:10002 07:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:06 Configure a credential helper to remove this warning. See 07:43:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:06 07:43:06 Login Succeeded 07:43:06 nexus3.edgexfoundry.org:10003 07:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:06 Configure a credential helper to remove this warning. See 07:43:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:06 07:43:06 Login Succeeded 07:43:06 nexus3.edgexfoundry.org:10004 07:43:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:07 Configure a credential helper to remove this warning. See 07:43:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:07 07:43:07 Login Succeeded 07:43:07 docker.io 07:43:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:07 Configure a credential helper to remove this warning. See 07:43:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:07 07:43:07 Login Succeeded 07:43:07 ---> docker-login.sh ends [Pipeline] } 07:43:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:43:08 + git log --format=format:%s -1 11c7385235c664815f19787e5b28255bcc61e561 [Pipeline] echo 07:43:08 GIT_COMMIT: 11c7385235c664815f19787e5b28255bcc61e561, Commit Message: Merge commit '3d8962a40545ef0adb8ef75e097226374dd52980' into HEAD [Pipeline] echo 07:43:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:43:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:08 07:43:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:43:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:09 latest: Pulling from edgex-devops/git-semver 07:43:09 31603596830f: Pulling fs layer 07:43:09 2a8b12db71e7: Pulling fs layer 07:43:09 6ca5941a6612: Pulling fs layer 07:43:09 ecc8261a40a4: Pulling fs layer 07:43:09 ecc8261a40a4: Waiting 07:43:09 2a8b12db71e7: Verifying Checksum 07:43:09 2a8b12db71e7: Download complete 07:43:09 31603596830f: Verifying Checksum 07:43:09 31603596830f: Download complete 07:43:09 ecc8261a40a4: Verifying Checksum 07:43:09 ecc8261a40a4: Download complete 07:43:09 6ca5941a6612: Verifying Checksum 07:43:09 6ca5941a6612: Download complete 07:43:09 31603596830f: Pull complete 07:43:10 2a8b12db71e7: Pull complete 07:43:10 6ca5941a6612: Pull complete 07:43:10 ecc8261a40a4: Pull complete 07:43:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:43:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:43:11 prd-centos7-docker-4c-2g-13527 does not seem to be running inside a container 07:43:11 $ 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 07:43:13 $ docker top 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:43:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:43:14 [ssh-agent] Looking for ssh-agent implementation... 07:43:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:43:14 $ docker exec 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 ssh-agent 07:43:14 SSH_AUTH_SOCK=/tmp/ssh-TXUoriNXCzXR/agent.12 07:43:14 SSH_AGENT_PID=17 07:43:14 Running ssh-add (command line suppressed) 07:43:14 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) 07:43:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:43:14 + git tag --points-at HEAD [Pipeline] } 07:43:15 $ docker exec --env ******** --env ******** 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 ssh-agent -k 07:43:15 unset SSH_AUTH_SOCK; 07:43:15 unset SSH_AGENT_PID; 07:43:15 echo Agent pid 17 killed; 07:43:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:43:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:43:15 [ssh-agent] Looking for ssh-agent implementation... 07:43:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:43:15 $ docker exec 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 ssh-agent 07:43:15 SSH_AUTH_SOCK=/tmp/ssh-6p2LZifloqqe/agent.45 07:43:15 SSH_AGENT_PID=50 07:43:15 Running ssh-add (command line suppressed) 07:43:15 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) 07:43:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:43:16 + git semver init 07:43:16 # -> Open(): unable to determine branch for HEAD 07:43:16 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-659/.git 07:43:16 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-659 07:43:16 # $SEMVER_REMOTE_NAME = origin 07:43:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:43:16 # $SEMVER_USER_NAME = edgex-jenkins 07:43:16 # $SEMVER_BRANCH = PR-659 07:43:16 # $SEMVER_TEMP = /tmp/semver-002448941 07:43:16 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:43:16 # '/tmp/semver-002448941' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-659/.semver' 07:43:16 # -> Force: false 07:43:16 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-659/.semver [Pipeline] } 07:43:16 $ docker exec --env ******** --env ******** 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 ssh-agent -k 07:43:16 unset SSH_AUTH_SOCK; 07:43:16 unset SSH_AGENT_PID; 07:43:16 echo Agent pid 50 killed; 07:43:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:43:17 + git semver [Pipeline] } 07:43:17 $ docker stop --time=1 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 07:43:18 $ docker rm -f 21f80009c50b422cdc989b2879d26fb099c1d4db1912f3e033bcad35204c0a64 [Pipeline] // withDockerContainer [Pipeline] sh 07:43:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:43:19 Stashed 1 file(s) [Pipeline] echo 07:43:19 [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 07:43:35 Still waiting to schedule task 07:43:35 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:43:35 Still waiting to schedule task 07:43:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:46:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13531 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] ws 07:46:46 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 07:46:51 using credential edgex-jenkins-ssh 07:46:51 Cloning the remote Git repository 07:46:51 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:46:51 > git init /w/workspace/device-sdk-go/4 # timeout=10 07:46:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:46:51 > git --version # timeout=10 07:46:51 > git --version # 'git version 2.17.1' 07:46:51 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:53 Merging remotes/origin/master commit 3d8962a40545ef0adb8ef75e097226374dd52980 into PR head commit 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:46:54 Failed in branch arm64 07:46:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:46:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:46:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:46:53 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:53 > 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 07:46:53 > git config core.sparsecheckout # timeout=10 07:46:53 > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 07:48:40 Running on prd-centos7-docker-4c-2g-13533 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] ws 07:48:40 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 07:48:43 using credential edgex-jenkins-ssh 07:48:43 Cloning the remote Git repository 07:48:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:48:43 > git init /w/workspace/device-sdk-go/4 # timeout=10 07:48:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:48:43 > git --version # timeout=10 07:48:43 > git --version # 'git version 2.24.3' 07:48:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:48:44 Merging remotes/origin/master commit 3d8962a40545ef0adb8ef75e097226374dd52980 into PR head commit 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:48:45 Failed in branch amd64 [Pipeline] // parallel 07:48:43 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:48:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:48:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:48:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:48:44 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:44 > 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 07:48:44 > git config core.sparsecheckout # timeout=10 07:48:44 > 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 07:48:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:48:48 ---> package-listing.sh 07:48:48 ++ facter osfamily 07:48:48 ++ tr '[:upper:]' '[:lower:]' 07:48:48 + OS_FAMILY=redhat 07:48:48 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-659 07:48:48 + START_PACKAGES=/tmp/packages_start.txt 07:48:48 + END_PACKAGES=/tmp/packages_end.txt 07:48:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:48:48 + PACKAGES=/tmp/packages_start.txt 07:48:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-659 ']' 07:48:48 + PACKAGES=/tmp/packages_end.txt 07:48:48 + case "${OS_FAMILY}" in 07:48:48 + sort 07:48:48 + rpm -qa 07:48:53 + '[' -f /tmp/packages_start.txt ']' 07:48:53 + '[' -f /tmp/packages_end.txt ']' 07:48:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:48:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-659 ']' 07:48:53 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-659/archives/ 07:48:53 + 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 07:48:53 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 07:48:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:48:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:48:54 07:48:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:48:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:48:54 alpine: Pulling from edgex-lftools-log-publisher 07:48:54 df20fa9351a1: Pulling fs layer 07:48:54 36b3adc4ff6f: Pulling fs layer 07:48:54 8ad3a11d3b57: Pulling fs layer 07:48:54 46f8f816bc3b: Pulling fs layer 07:48:54 93b61091891f: Pulling fs layer 07:48:54 93b9cdb0e59b: Pulling fs layer 07:48:54 5e14af77c1be: Pulling fs layer 07:48:54 01666e4c0597: Pulling fs layer 07:48:54 aa168da1d23b: Pulling fs layer 07:48:54 93b61091891f: Waiting 07:48:54 93b9cdb0e59b: Waiting 07:48:54 5e14af77c1be: Waiting 07:48:54 01666e4c0597: Waiting 07:48:54 aa168da1d23b: Waiting 07:48:54 46f8f816bc3b: Waiting 07:48:54 36b3adc4ff6f: Verifying Checksum 07:48:54 36b3adc4ff6f: Download complete 07:48:54 46f8f816bc3b: Verifying Checksum 07:48:54 46f8f816bc3b: Download complete 07:48:55 df20fa9351a1: Verifying Checksum 07:48:55 df20fa9351a1: Download complete 07:48:55 93b61091891f: Download complete 07:48:55 93b9cdb0e59b: Verifying Checksum 07:48:55 93b9cdb0e59b: Download complete 07:48:55 01666e4c0597: Verifying Checksum 07:48:55 01666e4c0597: Download complete 07:48:55 5e14af77c1be: Verifying Checksum 07:48:55 5e14af77c1be: Download complete 07:48:55 8ad3a11d3b57: Verifying Checksum 07:48:55 8ad3a11d3b57: Download complete 07:48:55 df20fa9351a1: Pull complete 07:48:55 36b3adc4ff6f: Pull complete 07:48:57 aa168da1d23b: Verifying Checksum 07:48:57 aa168da1d23b: Download complete 07:48:57 8ad3a11d3b57: Pull complete 07:48:57 46f8f816bc3b: Pull complete 07:48:57 93b61091891f: Pull complete 07:48:58 93b9cdb0e59b: Pull complete 07:48:58 5e14af77c1be: Pull complete 07:48:58 01666e4c0597: Pull complete 07:49:06 aa168da1d23b: Pull complete 07:49:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:49:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:49:06 prd-centos7-docker-4c-2g-13527 does not seem to be running inside a container 07:49:06 $ 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 07:49:10 $ docker top 52bcf5367ec9fc1a74b7a6bab81dc87197dd8d220a4c4fc8c5f5a07652b1f802 -eo pid,comm [Pipeline] { [Pipeline] sh 07:49:10 + touch /tmp/pre-build-complete [Pipeline] sh 07:49:11 + mkdir -p /var/log/sa [Pipeline] sh 07:49:11 + ls /var/log/sa-host 07:49:11 + sadf -c /var/log/sa-host/sa23 07:49:11 file_magic: OK 07:49:11 HZ: Using current value: 100 07:49:11 file_header: OK 07:49:11 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 07:49:11 Statistics: 07:49:11 Hnuu...uuuununununu... 07:49:11 File successfully converted to sysstat format version 12.2.1 07:49:11 + sadf -c /var/log/sa-host/sa26 07:49:11 file_magic: OK 07:49:11 HZ: Using current value: 100 07:49:11 file_header: OK 07:49:11 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 07:49:11 Statistics: 07:49:11 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... 07:49:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:12 provisioning config files... 07:49:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config4368462309075224660tmp [Pipeline] { [Pipeline] echo 07:49:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:49:12 ---> create-netrc.sh [Pipeline] } 07:49:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:49:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:49:12 ---> python-tools-install.sh [Pipeline] echo 07:49:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:49:13 ---> sudo-logs.sh 07:49:13 Archiving 'sudo' log.. [Pipeline] echo 07:49:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:49:13 ---> job-cost.sh 07:49:13 lf-activate-venv: SKIPPING 07:49:13 INFO: No Stack... 07:49:14 INFO: Retrieving Pricing Info for: v1-standard-2 07:49:14 INFO: Archiving Costs [Pipeline] echo 07:49:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:49:15 ---> logs-deploy.sh 07:49:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-659/4 07:49:15 INFO: archiving workspace using pattern(s): 07:49:17 Archives upload complete. 07:49:17 INFO: archiving logs to Nexus 07:49:18 ---> uname -a: 07:49:18 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 07:49:18 07:49:18 07:49:18 ---> lscpu: 07:49:18 Architecture: x86_64 07:49:18 CPU op-mode(s): 32-bit, 64-bit 07:49:18 Byte Order: Little Endian 07:49:18 Address sizes: 40 bits physical, 48 bits virtual 07:49:18 CPU(s): 4 07:49:18 On-line CPU(s) list: 0-3 07:49:18 Thread(s) per core: 1 07:49:18 Core(s) per socket: 1 07:49:18 Socket(s): 4 07:49:18 NUMA node(s): 1 07:49:18 Vendor ID: GenuineIntel 07:49:18 CPU family: 6 07:49:18 Model: 44 07:49:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:49:18 Stepping: 1 07:49:18 CPU MHz: 2933.438 07:49:18 BogoMIPS: 5866.87 07:49:18 Virtualization: VT-x 07:49:18 Hypervisor vendor: KVM 07:49:18 Virtualization type: full 07:49:18 L1d cache: 128 KiB 07:49:18 L1i cache: 128 KiB 07:49:18 L2 cache: 16 MiB 07:49:18 L3 cache: 64 MiB 07:49:18 NUMA node0 CPU(s): 0-3 07:49:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:49:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:49:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:49:18 Vulnerability Meltdown: Mitigation; PTI 07:49:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:49:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:49:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:49:18 Vulnerability Srbds: Not affected 07:49:18 Vulnerability Tsx async abort: Not affected 07:49:18 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 07:49:18 07:49:18 07:49:18 ---> nproc: 07:49:18 4 07:49:18 07:49:18 07:49:18 ---> df -h: 07:49:18 Filesystem Size Used Available Use% Mounted on 07:49:18 overlay 50.0G 7.3G 42.7G 15% / 07:49:18 tmpfs 64.0M 0 64.0M 0% /dev 07:49:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:49:18 shm 64.0M 0 64.0M 0% /dev/shm 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-659 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:49:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:49:18 07:49:18 07:49:18 ---> free -m: 07:49:18 total used free shared buff/cache available 07:49:18 Mem: 1837 713 110 0 1012 1018 07:49:18 Swap: 1023 1 1022 07:49:18 07:49:18 07:49:18 ---> ip addr: 07:49:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:49:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:49:18 inet 127.0.0.1/8 scope host lo 07:49:18 valid_lft forever preferred_lft forever 07:49:18 inet6 ::1/128 scope host 07:49:18 valid_lft forever preferred_lft forever 07:49:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:49:18 link/ether fa:16:3e:2b:58:87 brd ff:ff:ff:ff:ff:ff 07:49:18 inet 10.30.123.162/23 brd 10.30.123.255 scope global dynamic eth0 07:49:18 valid_lft 85629sec preferred_lft 85629sec 07:49:18 inet6 fe80::f816:3eff:fe2b:5887/64 scope link 07:49:18 valid_lft forever preferred_lft forever 07:49:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:49:18 link/ether 02:42:b7:5b:ec:7c brd ff:ff:ff:ff:ff:ff 07:49:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:49:18 valid_lft forever preferred_lft forever 07:49:18 inet6 fe80::42:b7ff:fe5b:ec7c/64 scope link 07:49:18 valid_lft forever preferred_lft forever 07:49:18 07:49:18 07:49:18 ---> sar -b -r -n DEV: 07:49:18 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) 07:49:18 07:49:18 07:36:13 LINUX RESTART (4 CPU) 07:49:18 07:49:18 07:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:49:18 07:38:01 1.93 0.00 1.93 0.00 0.00 380.15 0.00 07:49:18 07:39:01 1.08 0.00 1.08 0.00 0.00 17.67 0.00 07:49:18 07:40:01 0.32 0.00 0.32 0.00 0.00 3.36 0.00 07:49:18 07:41:01 0.27 0.00 0.27 0.00 0.00 3.05 0.00 07:49:18 07:42:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 07:49:18 07:43:02 20.75 3.70 17.05 0.00 290.82 513.19 0.00 07:49:18 07:44:01 32.89 11.63 21.26 0.00 4489.99 2225.51 0.00 07:49:18 07:45:01 1.81 0.00 1.81 0.00 0.00 34.55 0.00 07:49:18 07:46:01 0.23 0.00 0.23 0.00 0.00 2.22 0.00 07:49:18 07:47:01 0.30 0.00 0.30 0.00 0.00 4.01 0.00 07:49:18 07:48:01 0.25 0.00 0.25 0.00 0.00 2.57 0.00 07:49:18 07:49:01 73.55 50.07 23.48 0.00 4103.22 8424.03 0.00 07:49:18 Average: 11.13 5.46 5.68 0.00 736.48 968.84 0.00 07:49:18 07:49:18 07:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:49:18 07:38:01 93028 0 486376 25.85 2620 1299520 1008852 34.43 315728 1276644 20 07:49:18 07:39:01 96248 0 483148 25.68 2620 1299528 985924 33.65 311260 1278336 8 07:49:18 07:40:01 96316 0 483076 25.67 2620 1299532 985924 33.65 311264 1278336 12 07:49:18 07:41:01 96448 0 482940 25.67 2620 1299536 985924 33.65 311348 1278340 8 07:49:18 07:42:01 95928 0 483456 25.69 2620 1299540 985996 33.65 311624 1278336 20 07:49:18 07:43:02 76948 0 575996 30.61 2620 1225980 1062556 36.26 419552 1189248 7480 07:49:18 07:44:01 170980 0 618860 32.89 2620 1089084 1109228 37.86 423164 1088840 20 07:49:18 07:45:01 176016 0 613820 32.62 2620 1089088 1077740 36.78 423568 1084448 8 07:49:18 07:46:01 174784 0 615044 32.69 2620 1089096 1077932 36.79 431608 1077316 8 07:49:18 07:47:01 175624 0 614200 32.64 2620 1089100 1077872 36.79 431188 1077312 16 07:49:18 07:48:01 175976 0 613848 32.62 2620 1089100 1077776 36.78 427024 1081200 12 07:49:18 07:49:01 78428 0 712064 37.84 2620 1088432 1505304 51.37 572608 1005908 70944 07:49:18 Average: 125560 0 565236 30.04 2620 1188128 1078419 36.80 390828 1166189 6546 07:49:18 07:49:18 07:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:49:18 07:38:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 07:49:18 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:39:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:49:18 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:40:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:49:18 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:42:01 eth0 0.42 0.17 0.09 0.07 0.00 0.00 0.00 0.00 07:49:18 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:43:02 eth0 208.38 147.84 361.17 41.16 0.00 0.00 0.00 0.00 07:49:18 07:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:44:01 eth0 91.84 78.18 367.73 31.75 0.00 0.00 0.00 0.00 07:49:18 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:44:01 docker0 6.97 4.55 1.16 20.33 0.00 0.00 0.00 0.00 07:49:18 07:45:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 07:49:18 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:46:01 eth0 1.18 0.30 0.33 0.20 0.00 0.00 0.00 0.00 07:49:18 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:47:01 eth0 0.68 0.37 0.35 0.23 0.00 0.00 0.00 0.00 07:49:18 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:48:01 eth0 0.47 0.25 0.16 0.05 0.00 0.00 0.00 0.00 07:49:18 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:49:01 eth0 201.59 157.81 2158.41 15.66 0.00 0.00 0.00 0.00 07:49:18 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 Average: eth0 42.16 32.11 241.24 7.41 0.00 0.00 0.00 0.00 07:49:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:18 Average: docker0 0.57 0.37 0.10 1.67 0.00 0.00 0.00 0.00 07:49:18 07:49:18 07:49:18 ---> sar -P ALL: 07:49:18 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) 07:49:18 07:49:18 07:36:13 LINUX RESTART (4 CPU) 07:49:18 07:49:18 07:37:01 CPU %user %nice %system %iowait %steal %idle 07:49:18 07:38:01 all 0.21 0.00 0.04 0.00 0.01 99.74 07:49:18 07:38:01 0 0.05 0.00 0.05 0.00 0.00 99.90 07:49:18 07:38:01 1 0.27 0.00 0.05 0.00 0.02 99.67 07:49:18 07:38:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:49:18 07:38:01 3 0.48 0.00 0.03 0.00 0.03 99.45 07:49:18 07:39:01 all 0.16 0.00 0.07 0.00 0.02 99.75 07:49:18 07:39:01 0 0.05 0.00 0.07 0.00 0.03 99.85 07:49:18 07:39:01 1 0.27 0.00 0.05 0.00 0.00 99.68 07:49:18 07:39:01 2 0.05 0.00 0.08 0.00 0.02 99.85 07:49:18 07:39:01 3 0.27 0.00 0.08 0.00 0.02 99.63 07:49:18 07:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:49:18 07:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:49:18 07:40:01 1 0.52 0.00 0.00 0.00 0.00 99.48 07:49:18 07:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:49:18 07:40:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:49:18 07:41:01 all 0.13 0.00 0.03 0.00 0.00 99.84 07:49:18 07:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:49:18 07:41:01 1 0.42 0.00 0.07 0.00 0.00 99.52 07:49:18 07:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:49:18 07:41:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:49:18 07:42:01 all 0.03 0.00 0.04 0.00 0.01 99.92 07:49:18 07:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:18 07:42:01 1 0.07 0.00 0.08 0.00 0.02 99.83 07:49:18 07:42:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:49:18 07:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 07:49:18 07:43:02 all 3.93 0.00 0.91 0.80 0.03 94.34 07:49:18 07:43:02 0 4.65 0.00 1.34 0.89 0.02 93.11 07:49:18 07:43:02 1 2.88 0.00 0.82 0.37 0.03 95.90 07:49:18 07:43:02 2 5.20 0.00 0.60 0.02 0.03 94.15 07:49:18 07:43:02 3 2.99 0.00 0.89 1.92 0.02 94.18 07:49:18 07:44:01 all 2.79 0.00 1.83 0.81 0.03 94.53 07:49:18 07:44:01 0 3.05 0.00 2.35 0.41 0.02 94.17 07:49:18 07:44:01 1 2.74 0.00 1.62 1.50 0.07 94.07 07:49:18 07:44:01 2 2.55 0.00 1.84 1.07 0.03 94.50 07:49:18 07:44:01 3 2.83 0.00 1.50 0.26 0.02 95.40 07:49:18 07:45:01 all 0.17 0.00 0.04 0.00 0.00 99.78 07:49:18 07:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:49:18 07:45:01 1 0.55 0.00 0.00 0.00 0.00 99.45 07:49:18 07:45:01 2 0.10 0.00 0.05 0.00 0.02 99.83 07:49:18 07:45:01 3 0.02 0.00 0.07 0.00 0.00 99.92 07:49:18 07:46:01 all 0.18 0.00 0.04 0.00 0.02 99.76 07:49:18 07:46:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:49:18 07:46:01 1 0.57 0.00 0.02 0.00 0.02 99.40 07:49:18 07:46:01 2 0.05 0.00 0.05 0.00 0.02 99.88 07:49:18 07:46:01 3 0.05 0.00 0.07 0.00 0.03 99.85 07:49:18 07:47:01 all 0.16 0.00 0.03 0.00 0.02 99.80 07:49:18 07:47:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:49:18 07:47:01 1 0.53 0.00 0.02 0.00 0.02 99.43 07:49:18 07:47:01 2 0.05 0.00 0.05 0.00 0.02 99.88 07:49:18 07:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:49:18 07:48:01 all 0.14 0.00 0.05 0.00 0.03 99.78 07:49:18 07:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:49:18 07:48:01 1 0.50 0.00 0.05 0.00 0.02 99.43 07:49:18 07:48:01 2 0.03 0.00 0.05 0.00 0.03 99.88 07:49:18 07:48:01 3 0.02 0.00 0.05 0.00 0.05 99.88 07:49:18 07:49:18 07:48:01 CPU %user %nice %system %iowait %steal %idle 07:49:18 07:49:01 all 4.00 0.00 2.13 1.67 0.29 91.91 07:49:18 07:49:01 0 3.51 0.00 2.31 0.50 0.25 93.43 07:49:18 07:49:01 1 4.26 0.00 2.08 1.51 0.25 91.91 07:49:18 07:49:01 2 3.47 0.00 1.87 2.47 0.27 91.92 07:49:18 07:49:01 3 4.75 0.00 2.28 2.21 0.38 90.38 07:49:18 Average: all 1.00 0.00 0.43 0.27 0.04 98.26 07:49:18 Average: 0 0.95 0.00 0.52 0.15 0.03 98.35 07:49:18 Average: 1 1.13 0.00 0.40 0.28 0.04 98.16 07:49:18 Average: 2 0.96 0.00 0.39 0.30 0.04 98.32 07:49:18 Average: 3 0.96 0.00 0.42 0.36 0.05 98.21 07:49:18 07:49:18 07:49:18