Pull request #718 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 85d579b54f95be368618b29fdf5b17ec8037a769+619f260ee4c0648af817c78e3551f454d78ccf58 (4fd307d03214786d8708968bb4ea132958b98562) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20470 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [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-718 # 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 > 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/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 619f260ee4c0648af817c78e3551f454d78ccf58 into PR head commit 85d579b54f95be368618b29fdf5b17ec8037a769 Merge succeeded, producing 85d579b54f95be368618b29fdf5b17ec8037a769 Checking out Revision 85d579b54f95be368618b29fdf5b17ec8037a769 (PR-718) > git config core.sparsecheckout # timeout=10 > git checkout -f 85d579b54f95be368618b29fdf5b17ec8037a769 # 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 619f260ee4c0648af817c78e3551f454d78ccf58 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85d579b54f95be368618b29fdf5b17ec8037a769 # timeout=10 Commit message: "docs(v2): update schema to be consistent with edgex-go" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk fa004407b627d26755ddbd5358ca2bc3bd724c12 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:03:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:03:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:03:51 ========================================================= 10:03:51 EdgeX Global Pipelines Version Info 10:03:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:03:53 ------------------- 10:03:53 stable info: 10:03:53 ------------------- 10:03:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:03:53 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 10:03:53 Message: update stable to v1.0.177 10:03:54 ------------------- 10:03:54 experimental info: 10:03:54 ------------------- 10:03:54 Commited By: **** collab-it+edgex@linuxfoundation.org 10:03:54 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 10:03:54 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:03:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:03:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:03:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:03:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-718 [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-718 [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-718 [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 85d579b54f95be368618b29fdf5b17ec8037a769 [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 85d579b [Pipeline] echo 10:03:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:03:58 provisioning config files... 10:03:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config2143205547941825021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:03:58 ---> docker-login.sh 10:03:58 nexus3.edgexfoundry.org:10001 10:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:58 Configure a credential helper to remove this warning. See 10:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:58 10:03:58 Login Succeeded 10:03:58 nexus3.edgexfoundry.org:10002 10:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:58 Configure a credential helper to remove this warning. See 10:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:58 10:03:58 Login Succeeded 10:03:58 nexus3.edgexfoundry.org:10003 10:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:59 Configure a credential helper to remove this warning. See 10:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:59 10:03:59 Login Succeeded 10:03:59 nexus3.edgexfoundry.org:10004 10:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:59 Configure a credential helper to remove this warning. See 10:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:59 10:03:59 Login Succeeded 10:03:59 docker.io 10:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:59 Configure a credential helper to remove this warning. See 10:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:59 10:03:59 Login Succeeded 10:03:59 ---> docker-login.sh ends [Pipeline] } 10:03:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:04:00 + git log --format=format:%s -1 85d579b54f95be368618b29fdf5b17ec8037a769 [Pipeline] echo 10:04:00 GIT_COMMIT: 85d579b54f95be368618b29fdf5b17ec8037a769, Commit Message: docs(v2): update schema to be consistent with edgex-go [Pipeline] echo 10:04:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:04:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:04:01 10:04:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:04:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:04:02 latest: Pulling from edgex-devops/git-semver 10:04:02 31603596830f: Pulling fs layer 10:04:02 2a8b12db71e7: Pulling fs layer 10:04:02 6ca5941a6612: Pulling fs layer 10:04:02 ecc8261a40a4: Pulling fs layer 10:04:02 ecc8261a40a4: Waiting 10:04:02 2a8b12db71e7: Verifying Checksum 10:04:02 2a8b12db71e7: Download complete 10:04:02 31603596830f: Download complete 10:04:02 ecc8261a40a4: Verifying Checksum 10:04:02 ecc8261a40a4: Download complete 10:04:02 6ca5941a6612: Verifying Checksum 10:04:02 6ca5941a6612: Download complete 10:04:02 31603596830f: Pull complete 10:04:03 2a8b12db71e7: Pull complete 10:04:03 6ca5941a6612: Pull complete 10:04:04 ecc8261a40a4: Pull complete 10:04:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:04:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:04:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:04:04 prd-centos7-docker-4c-2g-20470 does not seem to be running inside a container 10:04:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-718 -v /w/workspace/dgexfoundry_device-sdk-go_PR-718:/w/workspace/dgexfoundry_device-sdk-go_PR-718:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-718@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:04:07 $ docker top fa09b0609bcf673853a5d97a7d98accba99644de329ddfbc61f61066c94281ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:04:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:04:07 [ssh-agent] Looking for ssh-agent implementation... 10:04:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:04:07 $ docker exec fa09b0609bcf673853a5d97a7d98accba99644de329ddfbc61f61066c94281ef ssh-agent 10:04:07 SSH_AUTH_SOCK=/tmp/ssh-DsGH7AlTg8Jm/agent.13 10:04:07 SSH_AGENT_PID=19 10:04:07 Running ssh-add (command line suppressed) 10:04:08 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_7001040553843161108.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_7001040553843161108.key) 10:04:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:04:08 + git tag --points-at HEAD [Pipeline] } 10:04:08 $ docker exec --env ******** --env ******** fa09b0609bcf673853a5d97a7d98accba99644de329ddfbc61f61066c94281ef ssh-agent -k 10:04:08 unset SSH_AUTH_SOCK; 10:04:08 unset SSH_AGENT_PID; 10:04:08 echo Agent pid 19 killed; 10:04:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:04:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:04:08 [ssh-agent] Looking for ssh-agent implementation... 10:04:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:04:08 $ docker exec fa09b0609bcf673853a5d97a7d98accba99644de329ddfbc61f61066c94281ef ssh-agent 10:04:09 SSH_AUTH_SOCK=/tmp/ssh-9GGt3nl0rXc4/agent.47 10:04:09 SSH_AGENT_PID=52 10:04:09 Running ssh-add (command line suppressed) 10:04:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_1688143278012649160.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_1688143278012649160.key) 10:04:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:04:09 + git semver init 10:04:09 # -> Open(): unable to determine branch for HEAD 10:04:09 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.git 10:04:09 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-718 10:04:09 # $SEMVER_REMOTE_NAME = origin 10:04:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:04:09 # $SEMVER_USER_NAME = edgex-jenkins 10:04:09 # $SEMVER_BRANCH = PR-718 10:04:09 # $SEMVER_TEMP = /tmp/semver-882207409 10:04:09 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:04:10 # '/tmp/semver-882207409' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver' 10:04:10 # -> Force: false 10:04:10 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver [Pipeline] } 10:04:10 $ docker exec --env ******** --env ******** fa09b0609bcf673853a5d97a7d98accba99644de329ddfbc61f61066c94281ef ssh-agent -k 10:04:10 unset SSH_AUTH_SOCK; 10:04:10 unset SSH_AGENT_PID; 10:04:10 echo Agent pid 52 killed; 10:04:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:04:11 + git semver [Pipeline] } 10:04:11 $ docker stop --time=1 fa09b0609bcf673853a5d97a7d98accba99644de329ddfbc61f61066c94281ef 10:04:12 $ docker rm -f fa09b0609bcf673853a5d97a7d98accba99644de329ddfbc61f61066c94281ef [Pipeline] // withDockerContainer [Pipeline] sh 10:04:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:04:14 Stashed 1 file(s) [Pipeline] echo 10:04:14 [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 10:04:29 Still waiting to schedule task 10:04:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:04:29 Still waiting to schedule task 10:04:29 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 10:06:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20472 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws 10:06:19 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:06:24 using credential edgex-jenkins-ssh 10:06:24 Cloning the remote Git repository 10:06:25 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:06:25 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:06:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:06:25 > git --version # timeout=10 10:06:25 > git --version # 'git version 2.17.1' 10:06:25 using GIT_SSH to set credentials SSH Credentials for GitHub 10:06:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:06:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:06:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:06:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:06:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:06:26 using GIT_SSH to set credentials SSH Credentials for GitHub 10:06:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:06:27 Merging remotes/origin/master commit 619f260ee4c0648af817c78e3551f454d78ccf58 into PR head commit 85d579b54f95be368618b29fdf5b17ec8037a769 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:06:27 Failed in branch arm64 10:06:27 > git config core.sparsecheckout # timeout=10 10:06:27 > git checkout -f 85d579b54f95be368618b29fdf5b17ec8037a769 # timeout=10 10:06:50 Running on prd-centos7-docker-4c-2g-20473 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws 10:06:50 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:06:58 using credential edgex-jenkins-ssh 10:06:58 Cloning the remote Git repository 10:06:58 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:06:58 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:06:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:06:59 > git --version # timeout=10 10:06:59 > git --version # 'git version 2.24.3' 10:06:59 using GIT_SSH to set credentials SSH Credentials for GitHub 10:06:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:07:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:07:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:07:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:07:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:07:00 using GIT_SSH to set credentials SSH Credentials for GitHub 10:07:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:07:01 Merging remotes/origin/master commit 619f260ee4c0648af817c78e3551f454d78ccf58 into PR head commit 85d579b54f95be368618b29fdf5b17ec8037a769 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:07:01 Failed in branch amd64 [Pipeline] // parallel [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] } 10:07:01 > git config core.sparsecheckout # timeout=10 10:07:01 > git checkout -f 85d579b54f95be368618b29fdf5b17ec8037a769 # timeout=10 [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 10:07:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:07:05 ---> package-listing.sh 10:07:05 ++ facter osfamily 10:07:05 ++ tr '[:upper:]' '[:lower:]' 10:07:05 + OS_FAMILY=redhat 10:07:05 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-718 10:07:05 + START_PACKAGES=/tmp/packages_start.txt 10:07:05 + END_PACKAGES=/tmp/packages_end.txt 10:07:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:07:05 + PACKAGES=/tmp/packages_start.txt 10:07:05 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' 10:07:05 + PACKAGES=/tmp/packages_end.txt 10:07:05 + case "${OS_FAMILY}" in 10:07:05 + rpm -qa 10:07:05 + sort 10:07:09 + '[' -f /tmp/packages_start.txt ']' 10:07:09 + '[' -f /tmp/packages_end.txt ']' 10:07:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:07:09 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' 10:07:09 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ 10:07:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ [Pipeline] echo 10:07:09 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-718/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:07:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:07:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:07:10 10:07:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:07:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:07:10 alpine: Pulling from edgex-lftools-log-publisher 10:07:10 df20fa9351a1: Pulling fs layer 10:07:10 36b3adc4ff6f: Pulling fs layer 10:07:10 8ad3a11d3b57: Pulling fs layer 10:07:10 46f8f816bc3b: Pulling fs layer 10:07:10 93b61091891f: Pulling fs layer 10:07:10 93b9cdb0e59b: Pulling fs layer 10:07:10 5e14af77c1be: Pulling fs layer 10:07:10 01666e4c0597: Pulling fs layer 10:07:10 aa168da1d23b: Pulling fs layer 10:07:10 93b9cdb0e59b: Waiting 10:07:10 5e14af77c1be: Waiting 10:07:10 01666e4c0597: Waiting 10:07:10 aa168da1d23b: Waiting 10:07:10 46f8f816bc3b: Waiting 10:07:10 93b61091891f: Waiting 10:07:10 36b3adc4ff6f: Verifying Checksum 10:07:10 36b3adc4ff6f: Download complete 10:07:10 46f8f816bc3b: Verifying Checksum 10:07:10 46f8f816bc3b: Download complete 10:07:10 df20fa9351a1: Verifying Checksum 10:07:10 df20fa9351a1: Download complete 10:07:10 93b9cdb0e59b: Verifying Checksum 10:07:10 93b9cdb0e59b: Download complete 10:07:10 93b61091891f: Download complete 10:07:10 5e14af77c1be: Verifying Checksum 10:07:10 5e14af77c1be: Download complete 10:07:10 01666e4c0597: Verifying Checksum 10:07:10 01666e4c0597: Download complete 10:07:10 df20fa9351a1: Pull complete 10:07:11 36b3adc4ff6f: Pull complete 10:07:11 8ad3a11d3b57: Verifying Checksum 10:07:11 8ad3a11d3b57: Download complete 10:07:12 8ad3a11d3b57: Pull complete 10:07:12 46f8f816bc3b: Pull complete 10:07:13 aa168da1d23b: Verifying Checksum 10:07:13 aa168da1d23b: Download complete 10:07:13 93b61091891f: Pull complete 10:07:13 93b9cdb0e59b: Pull complete 10:07:13 5e14af77c1be: Pull complete 10:07:13 01666e4c0597: Pull complete 10:07:20 aa168da1d23b: Pull complete 10:07:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:07:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:07:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:07:20 prd-centos7-docker-4c-2g-20470 does not seem to be running inside a container 10:07:20 $ 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-718/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-718 -v /w/workspace/dgexfoundry_device-sdk-go_PR-718:/w/workspace/dgexfoundry_device-sdk-go_PR-718:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-718@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:07:23 $ docker top 9995b12de20965738cd490df7c35b78b5b8e8275f1634e8903c99c2b634c0743 -eo pid,comm [Pipeline] { [Pipeline] sh 10:07:24 + touch /tmp/pre-build-complete [Pipeline] sh 10:07:24 + mkdir -p /var/log/sa [Pipeline] sh 10:07:24 + ls /var/log/sa-host 10:07:24 + sadf -c /var/log/sa-host/sa15 10:07:24 file_magic: OK 10:07:24 HZ: Using current value: 100 10:07:24 file_header: OK 10:07:24 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 10:07:24 Statistics: 10:07:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:07:24 File successfully converted to sysstat format version 12.2.1 10:07:24 + sadf -c /var/log/sa-host/sa23 10:07:24 file_magic: OK 10:07:24 HZ: Using current value: 100 10:07:24 file_header: OK 10:07:24 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 10:07:24 Statistics: 10:07:24 Hnuu...uuuununununu... 10:07:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:07:25 provisioning config files... 10:07:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config6923813586347213842tmp [Pipeline] { [Pipeline] echo 10:07:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:07:25 ---> create-netrc.sh [Pipeline] } 10:07:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:07:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:07:26 ---> python-tools-install.sh [Pipeline] echo 10:07:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:07:26 ---> sudo-logs.sh 10:07:26 Archiving 'sudo' log.. [Pipeline] echo 10:07:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:07:26 ---> job-cost.sh 10:07:26 lf-activate-venv: SKIPPING 10:07:26 INFO: No Stack... 10:07:27 INFO: Retrieving Pricing Info for: v1-standard-2 10:07:28 INFO: Archiving Costs [Pipeline] echo 10:07:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:07:28 ---> logs-deploy.sh 10:07:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-718/2 10:07:28 INFO: archiving workspace using pattern(s): 10:07:30 Archives upload complete. 10:07:30 INFO: archiving logs to Nexus 10:07:31 ---> uname -a: 10:07:31 Linux prd-centos7-docker-4c-2g-20470.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:07:31 10:07:31 10:07:31 ---> lscpu: 10:07:31 Architecture: x86_64 10:07:31 CPU op-mode(s): 32-bit, 64-bit 10:07:31 Byte Order: Little Endian 10:07:31 Address sizes: 40 bits physical, 48 bits virtual 10:07:31 CPU(s): 4 10:07:31 On-line CPU(s) list: 0-3 10:07:31 Thread(s) per core: 1 10:07:31 Core(s) per socket: 1 10:07:31 Socket(s): 4 10:07:31 NUMA node(s): 1 10:07:31 Vendor ID: GenuineIntel 10:07:31 CPU family: 6 10:07:31 Model: 44 10:07:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:07:31 Stepping: 1 10:07:31 CPU MHz: 2933.438 10:07:31 BogoMIPS: 5866.87 10:07:31 Virtualization: VT-x 10:07:31 Hypervisor vendor: KVM 10:07:31 Virtualization type: full 10:07:31 L1d cache: 128 KiB 10:07:31 L1i cache: 128 KiB 10:07:31 L2 cache: 16 MiB 10:07:31 L3 cache: 64 MiB 10:07:31 NUMA node0 CPU(s): 0-3 10:07:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:07:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:07:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:07:31 Vulnerability Meltdown: Mitigation; PTI 10:07:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:07:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:07:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:07:31 Vulnerability Srbds: Not affected 10:07:31 Vulnerability Tsx async abort: Not affected 10:07:31 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 10:07:31 10:07:31 10:07:31 ---> nproc: 10:07:31 4 10:07:31 10:07:31 10:07:31 ---> df -h: 10:07:31 Filesystem Size Used Available Use% Mounted on 10:07:31 overlay 50.0G 7.3G 42.7G 15% / 10:07:31 tmpfs 64.0M 0 64.0M 0% /dev 10:07:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:07:31 shm 64.0M 0 64.0M 0% /dev/shm 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-718 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:07:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:07:31 10:07:31 10:07:31 ---> free -m: 10:07:31 total used free shared buff/cache available 10:07:31 Mem: 1837 673 119 0 1043 1059 10:07:31 Swap: 1023 0 1023 10:07:31 10:07:31 10:07:31 ---> ip addr: 10:07:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:07:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:07:31 inet 127.0.0.1/8 scope host lo 10:07:31 valid_lft forever preferred_lft forever 10:07:31 inet6 ::1/128 scope host 10:07:31 valid_lft forever preferred_lft forever 10:07:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:07:31 link/ether fa:16:3e:1c:7f:a1 brd ff:ff:ff:ff:ff:ff 10:07:31 inet 10.30.123.40/23 brd 10.30.123.255 scope global dynamic eth0 10:07:31 valid_lft 86149sec preferred_lft 86149sec 10:07:31 inet6 fe80::f816:3eff:fe1c:7fa1/64 scope link 10:07:31 valid_lft forever preferred_lft forever 10:07:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:07:31 link/ether 02:42:db:84:d4:ae brd ff:ff:ff:ff:ff:ff 10:07:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:07:31 valid_lft forever preferred_lft forever 10:07:31 inet6 fe80::42:dbff:fe84:d4ae/64 scope link 10:07:31 valid_lft forever preferred_lft forever 10:07:31 10:07:31 10:07:31 ---> sar -b -r -n DEV: 10:07:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 10:07:31 10:07:31 10:03:08 LINUX RESTART (4 CPU) 10:07:31 10:07:31 10:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:07:31 10:05:01 27.53 5.56 21.97 0.00 1600.27 3124.88 0.00 10:07:31 10:06:01 0.90 0.00 0.90 0.00 0.00 19.50 0.00 10:07:31 10:07:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 10:07:31 Average: 9.58 1.85 7.73 0.00 533.66 1049.80 0.00 10:07:31 10:07:31 10:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:07:31 10:05:01 146740 0 578556 30.75 2620 1153628 1137024 38.80 408208 1125944 28 10:07:31 10:06:01 154384 0 570940 30.34 2620 1153600 1079620 36.85 404524 1123280 8 10:07:31 10:07:01 153416 0 571904 30.40 2620 1153604 1079764 36.85 411976 1116756 20 10:07:31 Average: 151513 0 573800 30.50 2620 1153611 1098803 37.50 408236 1121993 19 10:07:31 10:07:31 10:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:07:31 10:05:01 eth0 69.78 57.80 355.37 33.75 0.00 0.00 0.00 0.00 10:07:31 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:31 10:05:01 docker0 6.14 4.29 1.27 21.26 0.00 0.00 0.00 0.00 10:07:31 10:06:01 eth0 0.97 0.08 0.07 0.01 0.00 0.00 0.00 0.00 10:07:31 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:31 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:31 10:07:01 eth0 1.48 0.72 0.68 0.40 0.00 0.00 0.00 0.00 10:07:31 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:31 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:31 Average: eth0 24.09 19.54 118.76 11.39 0.00 0.00 0.00 0.00 10:07:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:07:31 Average: docker0 2.05 1.43 0.42 7.09 0.00 0.00 0.00 0.00 10:07:31 10:07:31 10:07:31 ---> sar -P ALL: 10:07:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 10:07:31 10:07:31 10:03:08 LINUX RESTART (4 CPU) 10:07:31 10:07:31 10:04:01 CPU %user %nice %system %iowait %steal %idle 10:07:31 10:05:01 all 2.67 0.00 1.73 0.84 0.03 94.74 10:07:31 10:05:01 0 2.41 0.00 1.71 0.65 0.03 95.19 10:07:31 10:05:01 1 2.80 0.00 2.22 1.80 0.03 93.15 10:07:31 10:05:01 2 2.53 0.00 1.57 0.50 0.02 95.38 10:07:31 10:05:01 3 2.92 0.00 1.41 0.42 0.03 95.23 10:07:31 10:06:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:07:31 10:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:07:31 10:06:01 1 0.07 0.00 0.05 0.00 0.00 99.88 10:07:31 10:06:01 2 0.50 0.00 0.05 0.00 0.00 99.45 10:07:31 10:06:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:07:31 10:07:01 all 0.16 0.00 0.05 0.00 0.00 99.79 10:07:31 10:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:07:31 10:07:01 1 0.08 0.00 0.07 0.00 0.00 99.85 10:07:31 10:07:01 2 0.48 0.00 0.08 0.00 0.02 99.42 10:07:31 10:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:07:31 Average: all 0.99 0.00 0.60 0.28 0.01 98.12 10:07:31 Average: 0 0.82 0.00 0.58 0.22 0.01 98.37 10:07:31 Average: 1 0.98 0.00 0.77 0.60 0.01 97.64 10:07:31 Average: 2 1.17 0.00 0.57 0.17 0.01 98.09 10:07:31 Average: 3 0.99 0.00 0.49 0.14 0.01 98.37 10:07:31 10:07:31 10:07:31