Pull request #907 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 lenny-intel for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 20108635f3ec2a43bcaeb5e6860dc36bf3a475c0+70dff52b8df9807f5114cad14836e8310fd11d9c (62d33c9bd2a4dbe796fd01ad15106c5af22ca8af) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3584 in /w/workspace/dgexfoundry_device-sdk-go_PR-907 [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-907 # 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/907/head:refs/remotes/origin/PR-907 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit 20108635f3ec2a43bcaeb5e6860dc36bf3a475c0 Merge succeeded, producing d902ff135b29c50d26badbca021a1e0c23445975 Checking out Revision d902ff135b29c50d26badbca021a1e0c23445975 (PR-907) > git config core.sparsecheckout # timeout=10 > git checkout -f 20108635f3ec2a43bcaeb5e6860dc36bf3a475c0 # 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 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d902ff135b29c50d26badbca021a1e0c23445975 # timeout=10 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:58:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:58:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:58:49 ========================================================= 17:58:49 EdgeX Global Pipelines Version Info 17:58:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 48afe5156eb79e477771e3114a791320e247049e # timeout=10 17:58:52 ------------------- 17:58:52 stable info: 17:58:52 ------------------- 17:58:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:58:52 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:58:52 Message: update stable to v1.0.191 17:58:53 ------------------- 17:58:53 experimental info: 17:58:53 ------------------- 17:58:53 Commited By: **** collab-it+edgex@linuxfoundation.org 17:58:53 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:58:53 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:58:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-907 [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-907 [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-907 [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d902ff135b29c50d26badbca021a1e0c23445975 [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d902ff1 [Pipeline] echo 17:58:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:58:54 provisioning config files... 17:58:54 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/config1944269063856933116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:58:55 ---> docker-login.sh 17:58:55 nexus3.edgexfoundry.org:10001 17:58:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:56 Configure a credential helper to remove this warning. See 17:58:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:56 17:58:56 Login Succeeded 17:58:56 nexus3.edgexfoundry.org:10002 17:58:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:57 Configure a credential helper to remove this warning. See 17:58:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:57 17:58:57 Login Succeeded 17:58:57 nexus3.edgexfoundry.org:10003 17:58:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:57 Configure a credential helper to remove this warning. See 17:58:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:57 17:58:57 Login Succeeded 17:58:57 nexus3.edgexfoundry.org:10004 17:58:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:58 Configure a credential helper to remove this warning. See 17:58:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:58 17:58:58 Login Succeeded 17:58:58 docker.io 17:58:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:58 Configure a credential helper to remove this warning. See 17:58:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:58 17:58:58 Login Succeeded 17:58:58 ---> docker-login.sh ends [Pipeline] } 17:58:58 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 17:58:59 + git log --format=format:%s -1 d902ff135b29c50d26badbca021a1e0c23445975 [Pipeline] echo 17:58:59 GIT_COMMIT: d902ff135b29c50d26badbca021a1e0c23445975, Commit Message: Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD [Pipeline] echo 17:58:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:59:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:00 17:59:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:59:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:00 latest: Pulling from edgex-devops/git-semver 17:59:00 31603596830f: Pulling fs layer 17:59:00 54011a49482f: Pulling fs layer 17:59:00 a6820b24f6d8: Pulling fs layer 17:59:00 f581987b2513: Pulling fs layer 17:59:00 f581987b2513: Waiting 17:59:00 54011a49482f: Verifying Checksum 17:59:00 54011a49482f: Download complete 17:59:01 31603596830f: Verifying Checksum 17:59:01 31603596830f: Download complete 17:59:01 f581987b2513: Verifying Checksum 17:59:01 f581987b2513: Download complete 17:59:01 a6820b24f6d8: Verifying Checksum 17:59:01 a6820b24f6d8: Download complete 17:59:01 31603596830f: Pull complete 17:59:01 54011a49482f: Pull complete 17:59:04 a6820b24f6d8: Pull complete 17:59:04 f581987b2513: Pull complete 17:59:04 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:59:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:59:04 prd-centos7-docker-4c-2g-3584 does not seem to be running inside a container 17:59:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-907 -v /w/workspace/dgexfoundry_device-sdk-go_PR-907:/w/workspace/dgexfoundry_device-sdk-go_PR-907:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-907@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:59:07 $ docker top 321003c0099cfc408b32f3ceaa54fa46572317de5e8223f83faab4715c9d29c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:59:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:08 [ssh-agent] Looking for ssh-agent implementation... 17:59:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:08 $ docker exec 321003c0099cfc408b32f3ceaa54fa46572317de5e8223f83faab4715c9d29c1 ssh-agent 17:59:09 SSH_AUTH_SOCK=/tmp/ssh-V0km23bJr5ls/agent.11 17:59:09 SSH_AGENT_PID=16 17:59:09 Running ssh-add (command line suppressed) 17:59:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/private_key_1868309451995474600.key (/w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/private_key_1868309451995474600.key) 17:59:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:10 + git tag --points-at HEAD [Pipeline] } 17:59:10 $ docker exec --env ******** --env ******** 321003c0099cfc408b32f3ceaa54fa46572317de5e8223f83faab4715c9d29c1 ssh-agent -k 17:59:10 unset SSH_AUTH_SOCK; 17:59:10 unset SSH_AGENT_PID; 17:59:10 echo Agent pid 16 killed; 17:59:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:59:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:11 [ssh-agent] Looking for ssh-agent implementation... 17:59:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:11 $ docker exec 321003c0099cfc408b32f3ceaa54fa46572317de5e8223f83faab4715c9d29c1 ssh-agent 17:59:12 SSH_AUTH_SOCK=/tmp/ssh-HgbVrT9qmDju/agent.46 17:59:12 SSH_AGENT_PID=51 17:59:12 Running ssh-add (command line suppressed) 17:59:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/private_key_8085666586354617734.key (/w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/private_key_8085666586354617734.key) 17:59:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:13 + git semver init 17:59:13 # -> Open(): unable to determine branch for HEAD 17:59:13 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-907/.git 17:59:13 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-907 17:59:13 # $SEMVER_REMOTE_NAME = origin 17:59:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:59:13 # $SEMVER_USER_NAME = edgex-jenkins 17:59:13 # $SEMVER_BRANCH = PR-907 17:59:13 # $SEMVER_TEMP = /tmp/semver-907330003 17:59:13 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 17:59:15 # '/tmp/semver-907330003' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-907/.semver' 17:59:15 # -> Force: false 17:59:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-907/.semver [Pipeline] } 17:59:15 $ docker exec --env ******** --env ******** 321003c0099cfc408b32f3ceaa54fa46572317de5e8223f83faab4715c9d29c1 ssh-agent -k 17:59:15 unset SSH_AUTH_SOCK; 17:59:15 unset SSH_AGENT_PID; 17:59:15 echo Agent pid 51 killed; 17:59:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:16 + git semver [Pipeline] } 17:59:16 $ docker stop --time=1 321003c0099cfc408b32f3ceaa54fa46572317de5e8223f83faab4715c9d29c1 17:59:18 $ docker rm -f 321003c0099cfc408b32f3ceaa54fa46572317de5e8223f83faab4715c9d29c1 [Pipeline] // withDockerContainer [Pipeline] sh 17:59:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:59:19 Stashed 1 file(s) [Pipeline] echo 17:59: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 17:59:34 Still waiting to schedule task 17:59:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:59:34 Still waiting to schedule task 17:59:34 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3585’ 18:01:38 Running on prd-centos7-docker-4c-2g-3588 in /w/workspace/dgexfoundry_device-sdk-go_PR-907 [Pipeline] { [Pipeline] ws 18:01:38 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 18:01:41 using credential edgex-jenkins-ssh 18:01:41 Cloning the remote Git repository 18:01:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:01:40 > git init /w/workspace/device-sdk-go/3 # timeout=10 18:01:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:01:41 > git --version # timeout=10 18:01:41 > git --version # 'git version 2.24.3' 18:01:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:01:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:01:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:01:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/907/head:refs/remotes/origin/PR-907 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:01:42 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit 20108635f3ec2a43bcaeb5e6860dc36bf3a475c0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:01:42 Failed in branch amd64 18:01:42 > git config core.sparsecheckout # timeout=10 18:01:42 > git checkout -f 20108635f3ec2a43bcaeb5e6860dc36bf3a475c0 # timeout=10 18:03:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3589 in /w/workspace/dgexfoundry_device-sdk-go_PR-907 [Pipeline] { [Pipeline] ws 18:03:01 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 18:03:07 using credential edgex-jenkins-ssh 18:03:07 Cloning the remote Git repository 18:03:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:03:07 > git init /w/workspace/device-sdk-go/3 # timeout=10 18:03:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:03:07 > git --version # timeout=10 18:03:07 > git --version # 'git version 2.17.1' 18:03:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:03:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:03:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:03:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:03:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:03:09 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit 20108635f3ec2a43bcaeb5e6860dc36bf3a475c0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:03:09 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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) 18:03:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:03:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:03:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/907/head:refs/remotes/origin/PR-907 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:03:09 > git config core.sparsecheckout # timeout=10 18:03:09 > git checkout -f 20108635f3ec2a43bcaeb5e6860dc36bf3a475c0 # timeout=10 [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:03:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:03:12 ---> package-listing.sh 18:03:12 ++ facter osfamily 18:03:12 ++ tr '[:upper:]' '[:lower:]' 18:03:12 + OS_FAMILY=redhat 18:03:12 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-907 18:03:12 + START_PACKAGES=/tmp/packages_start.txt 18:03:12 + END_PACKAGES=/tmp/packages_end.txt 18:03:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:03:12 + PACKAGES=/tmp/packages_start.txt 18:03:12 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-907 ']' 18:03:12 + PACKAGES=/tmp/packages_end.txt 18:03:12 + case "${OS_FAMILY}" in 18:03:12 + rpm -qa 18:03:12 + sort 18:03:20 + '[' -f /tmp/packages_start.txt ']' 18:03:20 + '[' -f /tmp/packages_end.txt ']' 18:03:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:03:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-907 ']' 18:03:20 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-907/archives/ 18:03:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-907/archives/ [Pipeline] echo 18:03:20 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-907/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:03:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:03:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:03:22 18:03:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:03:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:03:22 alpine: Pulling from edgex-lftools-log-publisher 18:03:22 df20fa9351a1: Pulling fs layer 18:03:22 36b3adc4ff6f: Pulling fs layer 18:03:22 8ad3a11d3b57: Pulling fs layer 18:03:22 46f8f816bc3b: Pulling fs layer 18:03:22 93b61091891f: Pulling fs layer 18:03:22 93b9cdb0e59b: Pulling fs layer 18:03:22 46f8f816bc3b: Waiting 18:03:22 93b61091891f: Waiting 18:03:23 5e14af77c1be: Pulling fs layer 18:03:23 01666e4c0597: Pulling fs layer 18:03:23 aa168da1d23b: Pulling fs layer 18:03:23 93b9cdb0e59b: Waiting 18:03:23 5e14af77c1be: Waiting 18:03:23 01666e4c0597: Waiting 18:03:23 aa168da1d23b: Waiting 18:03:23 36b3adc4ff6f: Verifying Checksum 18:03:23 36b3adc4ff6f: Download complete 18:03:23 46f8f816bc3b: Verifying Checksum 18:03:23 46f8f816bc3b: Download complete 18:03:23 df20fa9351a1: Verifying Checksum 18:03:23 df20fa9351a1: Download complete 18:03:23 93b9cdb0e59b: Verifying Checksum 18:03:23 93b9cdb0e59b: Download complete 18:03:23 5e14af77c1be: Verifying Checksum 18:03:23 5e14af77c1be: Download complete 18:03:23 01666e4c0597: Download complete 18:03:23 93b61091891f: Verifying Checksum 18:03:23 93b61091891f: Download complete 18:03:24 8ad3a11d3b57: Verifying Checksum 18:03:24 8ad3a11d3b57: Download complete 18:03:24 df20fa9351a1: Pull complete 18:03:24 36b3adc4ff6f: Pull complete 18:03:26 8ad3a11d3b57: Pull complete 18:03:26 46f8f816bc3b: Pull complete 18:03:27 93b61091891f: Pull complete 18:03:28 93b9cdb0e59b: Pull complete 18:03:28 5e14af77c1be: Pull complete 18:03:29 01666e4c0597: Pull complete 18:03:29 aa168da1d23b: Verifying Checksum 18:03:29 aa168da1d23b: Download complete 18:03:47 aa168da1d23b: Pull complete 18:03:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:03:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:03:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:03:48 prd-centos7-docker-4c-2g-3584 does not seem to be running inside a container 18:03:48 $ 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-907/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-907 -v /w/workspace/dgexfoundry_device-sdk-go_PR-907:/w/workspace/dgexfoundry_device-sdk-go_PR-907:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-907@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:03:51 $ docker top 10c2b5f60ce329d94e31f0ae807ed4158ae2d903bd021034d84954a7d4296266 -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:52 + touch /tmp/pre-build-complete [Pipeline] sh 18:03:53 + mkdir -p /var/log/sa [Pipeline] sh 18:03:53 + ls /var/log/sa-host 18:03:53 + sadf -c /var/log/sa-host/sa07 18:03:53 file_magic: OK 18:03:53 HZ: Using current value: 100 18:03:53 file_header: OK 18:03:53 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 18:03:53 Statistics: 18:03:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:03:53 File successfully converted to sysstat format version 12.2.1 18:03:53 + sadf -c /var/log/sa-host/sa23 18:03:53 file_magic: OK 18:03:53 HZ: Using current value: 100 18:03:53 file_header: OK 18:03:53 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 18:03:53 Statistics: 18:03:53 Hnuu...uuuununununu... 18:03:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:03:54 provisioning config files... 18:03:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/config4140350344202081166tmp [Pipeline] { [Pipeline] echo 18:03:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:03:55 ---> create-netrc.sh [Pipeline] } 18:03:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:03:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:03:55 ---> python-tools-install.sh [Pipeline] echo 18:03:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:03:56 ---> sudo-logs.sh 18:03:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:03:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:03:57 ---> job-cost.sh 18:03:57 lf-activate-venv: SKIPPING 18:03:57 INFO: No Stack... 18:03:58 INFO: Retrieving Pricing Info for: v1-standard-2 18:03:58 INFO: Archiving Costs [Pipeline] echo 18:03:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:03:59 ---> logs-deploy.sh 18:03:59 lf-activate-venv: SKIPPING 18:03:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-907/3 18:03:59 INFO: archiving workspace using pattern(s): 18:04:02 Archives upload complete. 18:04:02 INFO: archiving logs to Nexus 18:04:05 ---> uname -a: 18:04:05 Linux prd-centos7-docker-4c-2g-3584.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:04:05 18:04:05 18:04:05 ---> lscpu: 18:04:05 Architecture: x86_64 18:04:05 CPU op-mode(s): 32-bit, 64-bit 18:04:05 Byte Order: Little Endian 18:04:05 Address sizes: 40 bits physical, 48 bits virtual 18:04:05 CPU(s): 4 18:04:05 On-line CPU(s) list: 0-3 18:04:05 Thread(s) per core: 1 18:04:05 Core(s) per socket: 1 18:04:05 Socket(s): 4 18:04:05 NUMA node(s): 1 18:04:05 Vendor ID: GenuineIntel 18:04:05 CPU family: 6 18:04:05 Model: 44 18:04:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:04:05 Stepping: 1 18:04:05 CPU MHz: 2933.438 18:04:05 BogoMIPS: 5866.87 18:04:05 Virtualization: VT-x 18:04:05 Hypervisor vendor: KVM 18:04:05 Virtualization type: full 18:04:05 L1d cache: 128 KiB 18:04:05 L1i cache: 128 KiB 18:04:05 L2 cache: 16 MiB 18:04:05 L3 cache: 64 MiB 18:04:05 NUMA node0 CPU(s): 0-3 18:04:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:04:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:04:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:04:05 Vulnerability Meltdown: Mitigation; PTI 18:04:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:04:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:04:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:04:05 Vulnerability Srbds: Not affected 18:04:05 Vulnerability Tsx async abort: Not affected 18:04:05 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 18:04:05 18:04:05 18:04:05 ---> nproc: 18:04:05 4 18:04:05 18:04:05 18:04:05 ---> df -h: 18:04:05 Filesystem Size Used Available Use% Mounted on 18:04:05 overlay 50.0G 7.3G 42.7G 15% / 18:04:05 tmpfs 64.0M 0 64.0M 0% /dev 18:04:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:04:05 shm 64.0M 0 64.0M 0% /dev/shm 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-907 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp 18:04:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:04:05 18:04:05 18:04:05 ---> free -m: 18:04:05 total used free shared buff/cache available 18:04:05 Mem: 1837 731 91 0 1014 1001 18:04:05 Swap: 1023 1 1022 18:04:05 18:04:05 18:04:05 ---> ip addr: 18:04:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:04:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:04:05 inet 127.0.0.1/8 scope host lo 18:04:05 valid_lft forever preferred_lft forever 18:04:05 inet6 ::1/128 scope host 18:04:05 valid_lft forever preferred_lft forever 18:04:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:04:05 link/ether fa:16:3e:ef:64:05 brd ff:ff:ff:ff:ff:ff 18:04:05 inet 10.30.122.150/23 brd 10.30.123.255 scope global dynamic eth0 18:04:05 valid_lft 86017sec preferred_lft 86017sec 18:04:05 inet6 fe80::f816:3eff:feef:6405/64 scope link 18:04:05 valid_lft forever preferred_lft forever 18:04:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:04:05 link/ether 02:42:e9:bd:e1:2a brd ff:ff:ff:ff:ff:ff 18:04:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:04:05 valid_lft forever preferred_lft forever 18:04:05 inet6 fe80::42:e9ff:febd:e12a/64 scope link 18:04:05 valid_lft forever preferred_lft forever 18:04:05 18:04:05 18:04:05 ---> sar -b -r -n DEV: 18:04:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 18:04:05 18:04:05 17:57:27 LINUX RESTART (4 CPU) 18:04:05 18:04:05 17:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:04:05 17:59:02 141.89 71.01 70.88 0.00 7415.46 36834.36 0.00 18:04:05 18:00:01 24.03 4.55 19.48 0.00 1154.31 2295.78 0.00 18:04:05 18:01:01 0.47 0.05 0.42 0.00 0.67 6.30 0.00 18:04:05 18:02:01 0.40 0.08 0.32 0.00 1.60 5.26 0.00 18:04:05 18:03:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 18:04:05 Average: 33.50 15.20 18.29 0.00 1719.30 7862.04 0.00 18:04:05 18:04:05 17:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:04:05 17:59:02 64892 0 673100 35.77 2620 1140932 1538520 52.51 500684 1117888 32660 18:04:05 18:00:01 172776 0 615352 32.70 2620 1090796 1123792 38.35 425872 1084244 20 18:04:05 18:01:01 176156 0 611968 32.52 2620 1090800 1075140 36.69 428504 1078844 20 18:04:05 18:02:01 174720 0 613264 32.59 2620 1090940 1072984 36.62 429716 1079228 8 18:04:05 18:03:01 176660 0 611320 32.49 2620 1090944 1072672 36.61 443464 1063636 8 18:04:05 Average: 153041 0 625001 33.22 2620 1100882 1176622 40.16 445648 1084768 6543 18:04:05 18:04:05 17:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:04:05 17:59:02 eth0 240.34 177.57 1063.40 65.36 0.00 0.00 0.00 0.00 18:04:05 17:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 17:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 18:00:01 eth0 37.61 40.18 57.50 12.34 0.00 0.00 0.00 0.00 18:04:05 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 18:00:01 docker0 19.69 13.53 2.30 27.61 0.00 0.00 0.00 0.00 18:04:05 18:01:01 eth0 1.05 0.47 0.32 0.24 0.00 0.00 0.00 0.00 18:04:05 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 18:02:01 eth0 1.33 0.47 0.35 0.21 0.00 0.00 0.00 0.00 18:04:05 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 18:03:01 eth0 0.43 0.08 0.04 0.01 0.00 0.00 0.00 0.00 18:04:05 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 Average: eth0 56.31 43.84 225.30 15.67 0.00 0.00 0.00 0.00 18:04:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:04:05 Average: docker0 3.89 2.67 0.45 5.45 0.00 0.00 0.00 0.00 18:04:05 18:04:05 18:04:05 ---> sar -P ALL: 18:04:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 18:04:05 18:04:05 17:57:27 LINUX RESTART (4 CPU) 18:04:05 18:04:05 17:58:01 CPU %user %nice %system %iowait %steal %idle 18:04:05 17:59:02 all 13.42 0.00 8.67 5.66 26.81 45.43 18:04:05 17:59:02 0 11.90 0.00 9.14 6.84 27.79 44.33 18:04:05 17:59:02 1 15.55 0.00 7.87 6.45 26.48 43.64 18:04:05 17:59:02 2 12.51 0.00 10.51 5.54 26.16 45.27 18:04:05 17:59:02 3 13.76 0.00 7.14 3.81 26.80 48.50 18:04:05 18:00:01 all 1.72 0.00 2.24 0.57 6.61 88.87 18:04:05 18:00:01 0 1.69 0.00 1.99 0.26 6.84 89.21 18:04:05 18:00:01 1 1.79 0.00 2.24 1.83 6.75 87.39 18:04:05 18:00:01 2 1.59 0.00 2.38 0.10 6.18 89.75 18:04:05 18:00:01 3 1.79 0.00 2.34 0.10 6.65 89.12 18:04:05 18:01:01 all 0.09 0.00 0.07 0.00 1.07 98.77 18:04:05 18:01:01 0 0.02 0.00 0.07 0.00 0.71 99.20 18:04:05 18:01:01 1 0.05 0.00 0.10 0.00 1.25 98.60 18:04:05 18:01:01 2 0.15 0.00 0.03 0.00 0.89 98.92 18:04:05 18:01:01 3 0.13 0.00 0.10 0.00 1.40 98.37 18:04:05 18:02:01 all 0.07 0.00 0.15 0.01 1.25 98.52 18:04:05 18:02:01 0 0.02 0.00 0.07 0.00 0.84 99.07 18:04:05 18:02:01 1 0.08 0.00 0.18 0.02 1.42 98.30 18:04:05 18:02:01 2 0.13 0.00 0.20 0.00 1.24 98.43 18:04:05 18:02:01 3 0.03 0.00 0.16 0.02 1.50 98.29 18:04:05 18:03:01 all 0.06 0.00 0.05 0.00 0.75 99.14 18:04:05 18:03:01 0 0.00 0.00 0.03 0.00 0.56 99.40 18:04:05 18:03:01 1 0.10 0.00 0.03 0.00 0.60 99.27 18:04:05 18:03:01 2 0.12 0.00 0.02 0.00 0.85 99.02 18:04:05 18:03:01 3 0.03 0.00 0.12 0.00 0.98 98.88 18:04:05 Average: all 3.18 0.00 2.30 1.29 7.50 85.73 18:04:05 Average: 0 2.84 0.00 2.35 1.49 7.61 85.71 18:04:05 Average: 1 3.63 0.00 2.14 1.71 7.48 85.04 18:04:05 Average: 2 3.00 0.00 2.71 1.17 7.26 85.86 18:04:05 Average: 3 3.24 0.00 2.02 0.81 7.63 86.30 18:04:05 18:04:05 18:04:05