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 a7da6a9c6911fa6a10a5b03ebdcd3dd25e03042d+70dff52b8df9807f5114cad14836e8310fd11d9c (d21e2664f56a95603bc70f8682955c070998c618) 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 ‘prd-centos7-docker-4c-2g-3229’ Running on prd-centos7-docker-4c-2g-3231 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 a7da6a9c6911fa6a10a5b03ebdcd3dd25e03042d Merge succeeded, producing 48afe5156eb79e477771e3114a791320e247049e Checking out Revision 48afe5156eb79e477771e3114a791320e247049e (PR-907) > git config core.sparsecheckout # timeout=10 > git checkout -f a7da6a9c6911fa6a10a5b03ebdcd3dd25e03042d # 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 48afe5156eb79e477771e3114a791320e247049e # timeout=10 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 7f406cf923a647c2287e059134030a78ae2352f9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:42:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:42:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:42:09 ========================================================= 17:42:09 EdgeX Global Pipelines Version Info 17:42:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:42:10 ------------------- 17:42:10 stable info: 17:42:10 ------------------- 17:42:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:42:10 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:42:10 Message: update stable to v1.0.191 17:42:11 ------------------- 17:42:11 experimental info: 17:42:11 ------------------- 17:42:11 Commited By: **** collab-it+edgex@linuxfoundation.org 17:42:11 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:42:11 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:42:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-907 [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-907 [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-907 [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 48afe5156eb79e477771e3114a791320e247049e [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 48afe51 [Pipeline] echo 17:42:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:42:12 provisioning config files... 17:42:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/config2753736928130688991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:42:12 ---> docker-login.sh 17:42:12 nexus3.edgexfoundry.org:10001 17:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:42:13 Configure a credential helper to remove this warning. See 17:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:42:13 17:42:13 Login Succeeded 17:42:13 nexus3.edgexfoundry.org:10002 17:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:42:13 Configure a credential helper to remove this warning. See 17:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:42:13 17:42:13 Login Succeeded 17:42:13 nexus3.edgexfoundry.org:10003 17:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:42:13 Configure a credential helper to remove this warning. See 17:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:42:13 17:42:13 Login Succeeded 17:42:13 nexus3.edgexfoundry.org:10004 17:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:42:13 Configure a credential helper to remove this warning. See 17:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:42:13 17:42:13 Login Succeeded 17:42:13 docker.io 17:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:42:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:42:14 Configure a credential helper to remove this warning. See 17:42:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:42:14 17:42:14 Login Succeeded 17:42:14 ---> docker-login.sh ends [Pipeline] } 17:42:14 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:42:14 + git log --format=format:%s -1 48afe5156eb79e477771e3114a791320e247049e [Pipeline] echo 17:42:14 GIT_COMMIT: 48afe5156eb79e477771e3114a791320e247049e, Commit Message: Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD [Pipeline] echo 17:42:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:42:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:42:15 17:42:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:42:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:42:15 latest: Pulling from edgex-devops/git-semver 17:42:15 31603596830f: Pulling fs layer 17:42:15 54011a49482f: Pulling fs layer 17:42:15 a6820b24f6d8: Pulling fs layer 17:42:15 f581987b2513: Pulling fs layer 17:42:15 f581987b2513: Waiting 17:42:15 54011a49482f: Download complete 17:42:15 31603596830f: Verifying Checksum 17:42:15 31603596830f: Download complete 17:42:15 f581987b2513: Verifying Checksum 17:42:15 f581987b2513: Download complete 17:42:15 a6820b24f6d8: Verifying Checksum 17:42:15 a6820b24f6d8: Download complete 17:42:16 31603596830f: Pull complete 17:42:16 54011a49482f: Pull complete 17:42:17 a6820b24f6d8: Pull complete 17:42:17 f581987b2513: Pull complete 17:42:17 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:42:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:42:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:42:17 prd-centos7-docker-4c-2g-3231 does not seem to be running inside a container 17:42:17 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:42:19 $ docker top f43ddac05882a3dc04aa0ec306869607375e2f5a48d9f1f46f64dad94bede0fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:42:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:42:20 [ssh-agent] Looking for ssh-agent implementation... 17:42:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:42:20 $ docker exec f43ddac05882a3dc04aa0ec306869607375e2f5a48d9f1f46f64dad94bede0fd ssh-agent 17:42:20 SSH_AUTH_SOCK=/tmp/ssh-vgyWpIrJaM4r/agent.12 17:42:20 SSH_AGENT_PID=17 17:42:20 Running ssh-add (command line suppressed) 17:42:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/private_key_5705149479607389099.key (/w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/private_key_5705149479607389099.key) 17:42:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:42:20 + git tag --points-at HEAD [Pipeline] } 17:42:20 $ docker exec --env ******** --env ******** f43ddac05882a3dc04aa0ec306869607375e2f5a48d9f1f46f64dad94bede0fd ssh-agent -k 17:42:21 unset SSH_AUTH_SOCK; 17:42:21 unset SSH_AGENT_PID; 17:42:21 echo Agent pid 17 killed; 17:42:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:42:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:42:21 [ssh-agent] Looking for ssh-agent implementation... 17:42:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:42:21 $ docker exec f43ddac05882a3dc04aa0ec306869607375e2f5a48d9f1f46f64dad94bede0fd ssh-agent 17:42:21 SSH_AUTH_SOCK=/tmp/ssh-RZfW9lnPrNUR/agent.46 17:42:21 SSH_AGENT_PID=52 17:42:21 Running ssh-add (command line suppressed) 17:42:21 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/private_key_444143426821291289.key (/w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/private_key_444143426821291289.key) 17:42:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:42:22 + git semver init 17:42:22 # -> Open(): unable to determine branch for HEAD 17:42:22 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-907/.git 17:42:22 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-907 17:42:22 # $SEMVER_REMOTE_NAME = origin 17:42:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:42:22 # $SEMVER_USER_NAME = edgex-jenkins 17:42:22 # $SEMVER_BRANCH = PR-907 17:42:22 # $SEMVER_TEMP = /tmp/semver-620788647 17:42:22 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 17:42:22 # '/tmp/semver-620788647' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-907/.semver' 17:42:22 # -> Force: false 17:42:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-907/.semver [Pipeline] } 17:42:23 $ docker exec --env ******** --env ******** f43ddac05882a3dc04aa0ec306869607375e2f5a48d9f1f46f64dad94bede0fd ssh-agent -k 17:42:23 unset SSH_AUTH_SOCK; 17:42:23 unset SSH_AGENT_PID; 17:42:23 echo Agent pid 52 killed; 17:42:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:42:23 + git semver [Pipeline] } 17:42:23 $ docker stop --time=1 f43ddac05882a3dc04aa0ec306869607375e2f5a48d9f1f46f64dad94bede0fd 17:42:25 $ docker rm -f f43ddac05882a3dc04aa0ec306869607375e2f5a48d9f1f46f64dad94bede0fd [Pipeline] // withDockerContainer [Pipeline] sh 17:42:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:42:26 Stashed 1 file(s) [Pipeline] echo 17:42:26 [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:42:41 Still waiting to schedule task 17:42:41 ‘prd-centos7-blackbox-4c-2g-2571’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3232’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3230’ doesn’t have label ‘centos7-docker-4c-2g’ 17:42:41 Still waiting to schedule task 17:42:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:44:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3233 in /w/workspace/dgexfoundry_device-sdk-go_PR-907 [Pipeline] { [Pipeline] ws 17:44:26 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 17:44:33 using credential edgex-jenkins-ssh 17:44:33 Cloning the remote Git repository 17:44:33 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 17:44:33 > git init /w/workspace/device-sdk-go/2 # timeout=10 17:44:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:44:33 > git --version # timeout=10 17:44:33 > git --version # 'git version 2.17.1' 17:44:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:44:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:44:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:44:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:44:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:44:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:35 > 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 17:44:35 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit a7da6a9c6911fa6a10a5b03ebdcd3dd25e03042d 17:44:36 Merge succeeded, producing 79bdb17c76c9d0b5a3337761e5c143289543d0fb 17:44:36 Checking out Revision 79bdb17c76c9d0b5a3337761e5c143289543d0fb (PR-907) 17:44:35 > git config core.sparsecheckout # timeout=10 17:44:35 > git checkout -f a7da6a9c6911fa6a10a5b03ebdcd3dd25e03042d # timeout=10 17:44:36 > git remote # timeout=10 17:44:36 > git config --get remote.origin.url # timeout=10 17:44:36 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:36 > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 17:44:36 > git rev-parse HEAD^{commit} # timeout=10 17:44:36 > git config core.sparsecheckout # timeout=10 17:44:36 > git checkout -f 79bdb17c76c9d0b5a3337761e5c143289543d0fb # timeout=10 17:44:40 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" 17:44:40 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:44:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 17:44:40 > git rev-list --no-walk 7f406cf923a647c2287e059134030a78ae2352f9 # timeout=10 [Pipeline] sh 17:44:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:44:42 + true 17:44:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:44:45 provisioning config files... 17:44:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config9092338023443520179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:44:45 ---> docker-login.sh 17:44:45 nexus3.edgexfoundry.org:10001 17:44:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:46 Configure a credential helper to remove this warning. See 17:44:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:46 17:44:46 Login Succeeded 17:44:46 nexus3.edgexfoundry.org:10002 17:44:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:47 Configure a credential helper to remove this warning. See 17:44:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:47 17:44:47 Login Succeeded 17:44:47 nexus3.edgexfoundry.org:10003 17:44:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:47 Configure a credential helper to remove this warning. See 17:44:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:47 17:44:47 Login Succeeded 17:44:47 nexus3.edgexfoundry.org:10004 17:44:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:48 Configure a credential helper to remove this warning. See 17:44:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:48 17:44:48 Login Succeeded 17:44:48 docker.io 17:44:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:44:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:44:48 Configure a credential helper to remove this warning. See 17:44:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:44:48 17:44:48 Login Succeeded 17:44:48 ---> docker-login.sh ends [Pipeline] } 17:44:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:44:49 ========================================================= 17:44:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:44:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:44:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 17:44:50 Sending build context to Docker daemon 2.536MB 17:44:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:44:50 Step 2/8 : FROM ${BASE} 17:44:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:44:50 595b0fe564bb: Pulling fs layer 17:44:50 7186ed65a4f7: Pulling fs layer 17:44:50 316046926c0a: Pulling fs layer 17:44:50 4ebd0625c992: Pulling fs layer 17:44:50 207e8628e3a3: Pulling fs layer 17:44:50 c791037a9be2: Pulling fs layer 17:44:50 ffd874e62e21: Pulling fs layer 17:44:50 c791037a9be2: Waiting 17:44:50 ffd874e62e21: Waiting 17:44:50 207e8628e3a3: Waiting 17:44:50 4ebd0625c992: Waiting 17:44:50 316046926c0a: Verifying Checksum 17:44:50 316046926c0a: Download complete 17:44:50 7186ed65a4f7: Verifying Checksum 17:44:50 7186ed65a4f7: Download complete 17:44:50 207e8628e3a3: Verifying Checksum 17:44:50 207e8628e3a3: Download complete 17:44:50 c791037a9be2: Verifying Checksum 17:44:50 c791037a9be2: Download complete 17:44:50 595b0fe564bb: Verifying Checksum 17:44:50 595b0fe564bb: Download complete 17:44:50 595b0fe564bb: Pull complete 17:44:51 7186ed65a4f7: Pull complete 17:44:51 316046926c0a: Pull complete 17:44:52 ffd874e62e21: Verifying Checksum 17:44:52 ffd874e62e21: Download complete 17:44:54 4ebd0625c992: Verifying Checksum 17:44:54 4ebd0625c992: Download complete 17:45:04 4ebd0625c992: Pull complete 17:45:04 207e8628e3a3: Pull complete 17:45:04 c791037a9be2: Pull complete 17:45:08 ffd874e62e21: Pull complete 17:45:08 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 17:45:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:45:08 ---> cfc18b08335c 17:45:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:45:10 ---> Running in 9c3c86ba62d1 17:45:11 Removing intermediate container 9c3c86ba62d1 17:45:11 ---> e94027651932 17:45:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:45:11 ---> Running in afa31ad4b161 17:45:13 Removing intermediate container afa31ad4b161 17:45:13 ---> cad5672da430 17:45:13 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 17:45:13 ---> Running in 56bdf1c7dcf3 17:45:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:45:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:45:16 (1/6) Installing libc-dev (0.7.2-r3) 17:45:16 (2/6) Installing libsodium (1.0.18-r0) 17:45:16 (3/6) Installing pkgconf (1.7.3-r0) 17:45:16 (4/6) Installing libsodium-dev (1.0.18-r0) 17:45:16 (5/6) Installing libzmq (4.3.3-r1) 17:45:17 (6/6) Installing zeromq-dev (4.3.3-r1) 17:45:17 Executing busybox-1.32.1-r6.trigger 17:45:17 OK: 139 MiB in 46 packages 17:45:18 Removing intermediate container 56bdf1c7dcf3 17:45:18 ---> 677c9c60fbca 17:45:18 Step 6/8 : WORKDIR /device-sdk-go 17:45:18 ---> Running in 20925abb757a 17:45:19 Removing intermediate container 20925abb757a 17:45:19 ---> 930b49324076 17:45:19 Step 7/8 : COPY . . 17:45:20 ---> 64ac2d367786 17:45:20 Step 8/8 : RUN go mod download 17:45:20 ---> Running in cf6f879899a5 17:45:25 go: github.com/edgexfoundry/go-mod-bootstrap/v2@v2.0.0-dev.34 (replaced by ../MODS/go-mod-bootstrap): reading /MODS/go-mod-bootstrap/go.mod: open /MODS/go-mod-bootstrap/go.mod: no such file or directory 17:45:25 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:45:25 ---> job-cost.sh 17:45:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UIpP 17:45:41 Running on prd-centos7-docker-4c-2g-3234 in /w/workspace/dgexfoundry_device-sdk-go_PR-907 [Pipeline] { [Pipeline] ws 17:45:41 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 17:45:47 using credential edgex-jenkins-ssh 17:45:47 Cloning the remote Git repository 17:45:47 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 17:45:47 > git init /w/workspace/device-sdk-go/2 # timeout=10 17:45:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:45:48 > git --version # timeout=10 17:45:48 > git --version # 'git version 2.24.3' 17:45:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:45:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:45:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:45:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:45:49 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit a7da6a9c6911fa6a10a5b03ebdcd3dd25e03042d 17:45:50 Merge succeeded, producing 97d4b1785d9df2d4e2874ad80e1a0bc2c8530eba 17:45:50 Checking out Revision 97d4b1785d9df2d4e2874ad80e1a0bc2c8530eba (PR-907) 17:45:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:45:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:45:49 using GIT_SSH to set credentials SSH Credentials for GitHub 17:45:49 > 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 17:45:49 > git config core.sparsecheckout # timeout=10 17:45:49 > git checkout -f a7da6a9c6911fa6a10a5b03ebdcd3dd25e03042d # timeout=10 17:45:50 > git remote # timeout=10 17:45:50 > git config --get remote.origin.url # timeout=10 17:45:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:45:50 > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 17:45:50 > git rev-parse HEAD^{commit} # timeout=10 17:45:50 > git config core.sparsecheckout # timeout=10 17:45:50 > git checkout -f 97d4b1785d9df2d4e2874ad80e1a0bc2c8530eba # timeout=10 17:45:54 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" 17:45:54 First time build. Skipping changelog. 17:45:54 17:45:54 GitHub has been notified of this commit’s build result 17:45:54 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:45:54 > git rev-list --no-walk 7f406cf923a647c2287e059134030a78ae2352f9 # timeout=10 17:45:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:45:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:45:56 + true 17:45:56 + sudo service docker restart 17:45:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:45:58 provisioning config files... 17:45:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8933413378304622577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:45:58 ---> docker-login.sh 17:45:58 nexus3.edgexfoundry.org:10001 17:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:45:59 Configure a credential helper to remove this warning. See 17:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:45:59 17:45:59 Login Succeeded 17:45:59 nexus3.edgexfoundry.org:10002 17:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:00 Configure a credential helper to remove this warning. See 17:46:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:00 17:46:00 Login Succeeded 17:46:00 nexus3.edgexfoundry.org:10003 17:46:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:00 Configure a credential helper to remove this warning. See 17:46:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:00 17:46:00 Login Succeeded 17:46:00 nexus3.edgexfoundry.org:10004 17:46:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:00 Configure a credential helper to remove this warning. See 17:46:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:00 17:46:00 Login Succeeded 17:46:00 docker.io 17:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:01 Configure a credential helper to remove this warning. See 17:46:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:01 17:46:01 Login Succeeded 17:46:01 ---> docker-login.sh ends [Pipeline] } 17:46:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:46:02 ========================================================= 17:46:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:46:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:46:02 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 17:46:03 Sending build context to Docker daemon 2.537MB 17:46:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:46:03 Step 2/8 : FROM ${BASE} 17:46:03 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:46:03 540db60ca938: Pulling fs layer 17:46:03 adcc1eea9eea: Pulling fs layer 17:46:03 4c4ab2625f07: Pulling fs layer 17:46:03 0510c868ecb4: Pulling fs layer 17:46:03 afea3b2eda06: Pulling fs layer 17:46:03 7809a108b3ef: Pulling fs layer 17:46:03 f706445af74f: Pulling fs layer 17:46:03 afea3b2eda06: Waiting 17:46:03 7809a108b3ef: Waiting 17:46:03 f706445af74f: Waiting 17:46:03 0510c868ecb4: Waiting 17:46:03 4c4ab2625f07: Verifying Checksum 17:46:03 4c4ab2625f07: Download complete 17:46:03 adcc1eea9eea: Verifying Checksum 17:46:03 adcc1eea9eea: Download complete 17:46:03 afea3b2eda06: Verifying Checksum 17:46:03 afea3b2eda06: Download complete 17:46:03 7809a108b3ef: Verifying Checksum 17:46:03 7809a108b3ef: Download complete 17:46:03 540db60ca938: Verifying Checksum 17:46:03 540db60ca938: Download complete 17:46:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:46:05 540db60ca938: Pull complete 17:46:06 adcc1eea9eea: Pull complete 17:46:06 4c4ab2625f07: Pull complete 17:46:08 f706445af74f: Verifying Checksum 17:46:08 f706445af74f: Download complete 17:46:11 0510c868ecb4: Verifying Checksum 17:46:11 0510c868ecb4: Download complete 17:46:24 0510c868ecb4: Pull complete 17:46:24 afea3b2eda06: Pull complete 17:46:24 7809a108b3ef: Pull complete 17:46:31 f706445af74f: Pull complete 17:46:31 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 17:46:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:46:31 ---> b068be0155e3 17:46:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:46:31 ---> Running in f89473dfa7df 17:46:32 Removing intermediate container f89473dfa7df 17:46:32 ---> 1832e3ce5dea 17:46:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:32 ---> Running in cb93472ba54e 17:46:34 Removing intermediate container cb93472ba54e 17:46:34 ---> 8d0291e2671f 17:46:34 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 17:46:34 ---> Running in ebbc44b2db35 17:46:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:46:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:46:37 (1/6) Installing libc-dev (0.7.2-r3) 17:46:37 (2/6) Installing libsodium (1.0.18-r0) 17:46:37 (3/6) Installing pkgconf (1.7.3-r0) 17:46:38 (4/6) Installing libsodium-dev (1.0.18-r0) 17:46:38 (5/6) Installing libzmq (4.3.3-r1) 17:46:38 (6/6) Installing zeromq-dev (4.3.3-r1) 17:46:38 Executing busybox-1.32.1-r6.trigger 17:46:38 OK: 150 MiB in 46 packages 17:46:39 Removing intermediate container ebbc44b2db35 17:46:39 ---> f30d1ac642a7 17:46:39 Step 6/8 : WORKDIR /device-sdk-go 17:46:39 ---> Running in a162b64527e4 17:46:40 Removing intermediate container a162b64527e4 17:46:40 ---> 866c6c818758 17:46:40 Step 7/8 : COPY . . 17:46:41 ---> 48469b542e1f 17:46:41 Step 8/8 : RUN go mod download 17:46:41 ---> Running in c898f9c3bd30 17:46:45 go: github.com/edgexfoundry/go-mod-bootstrap/v2@v2.0.0-dev.34 (replaced by ../MODS/go-mod-bootstrap): reading /MODS/go-mod-bootstrap/go.mod: open /MODS/go-mod-bootstrap/go.mod: no such file or directory 17:46:46 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:46:47 ---> job-cost.sh 17:46:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CGsX 17:47:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:47:26 lf-activate-venv(): INFO: Adding /tmp/venv-UIpP/bin to PATH 17:47:26 INFO: No Stack... 17:47:26 INFO: Retrieving Pricing Info for: lf-standard-4 17:47:26 INFO: Archiving Costs [Pipeline] sh 17:47:26 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 17:47:26 + cut -d, -f6 [Pipeline] lock 17:47:27 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-907-2-stack-cost] 17:47:27 Resource [jenkins-edgexfoundry-device-sdk-go-PR-907-2-stack-cost] did not exist. Created. 17:47:27 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-907-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:47:27 + echo total: 0.20999999344348907 [Pipeline] stash 17:47:28 Stashed 1 file(s) [Pipeline] } 17:47:28 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-907-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:47:29 Failed in branch arm64 17:48:01 lf-activate-venv(): INFO: Adding /tmp/venv-CGsX/bin to PATH 17:48:01 INFO: No Stack... 17:48:01 INFO: Retrieving Pricing Info for: v1-standard-2 17:48:01 INFO: Archiving Costs [Pipeline] sh 17:48:01 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 17:48:01 + cut -d, -f6 [Pipeline] lock 17:48:01 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-907-2-stack-cost] 17:48:01 Resource [jenkins-edgexfoundry-device-sdk-go-PR-907-2-stack-cost] did not exist. Created. 17:48:01 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-907-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:48:02 /w/workspace/device-sdk-go/2@tmp/durable-b08020d7/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 17:48:02 + echo total: 0.029999999329447746 [Pipeline] stash 17:48:02 Warning: overwriting stash ‘stack-cost’ 17:48:04 Stashed 1 file(s) [Pipeline] } 17:48:04 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-907-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:48:04 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] } [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 17:48:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:48:05 ---> package-listing.sh 17:48:05 ++ facter osfamily 17:48:05 ++ tr '[:upper:]' '[:lower:]' 17:48:05 + OS_FAMILY=redhat 17:48:05 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-907 17:48:05 + START_PACKAGES=/tmp/packages_start.txt 17:48:05 + END_PACKAGES=/tmp/packages_end.txt 17:48:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:48:05 + PACKAGES=/tmp/packages_start.txt 17:48:05 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-907 ']' 17:48:05 + PACKAGES=/tmp/packages_end.txt 17:48:05 + case "${OS_FAMILY}" in 17:48:05 + rpm -qa 17:48:05 + sort 17:48:11 + '[' -f /tmp/packages_start.txt ']' 17:48:11 + '[' -f /tmp/packages_end.txt ']' 17:48:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:48:11 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-907 ']' 17:48:11 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-907/archives/ 17:48:11 + 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 17:48:11 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 17:48:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:48:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:48:11 17:48:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:48:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:48:12 alpine: Pulling from edgex-lftools-log-publisher 17:48:12 df20fa9351a1: Pulling fs layer 17:48:12 36b3adc4ff6f: Pulling fs layer 17:48:12 8ad3a11d3b57: Pulling fs layer 17:48:12 46f8f816bc3b: Pulling fs layer 17:48:12 93b61091891f: Pulling fs layer 17:48:12 93b9cdb0e59b: Pulling fs layer 17:48:12 5e14af77c1be: Pulling fs layer 17:48:12 01666e4c0597: Pulling fs layer 17:48:12 aa168da1d23b: Pulling fs layer 17:48:12 46f8f816bc3b: Waiting 17:48:12 93b61091891f: Waiting 17:48:12 93b9cdb0e59b: Waiting 17:48:12 5e14af77c1be: Waiting 17:48:12 01666e4c0597: Waiting 17:48:12 aa168da1d23b: Waiting 17:48:12 36b3adc4ff6f: Verifying Checksum 17:48:12 36b3adc4ff6f: Download complete 17:48:12 46f8f816bc3b: Verifying Checksum 17:48:12 46f8f816bc3b: Download complete 17:48:12 df20fa9351a1: Verifying Checksum 17:48:12 df20fa9351a1: Download complete 17:48:12 93b9cdb0e59b: Verifying Checksum 17:48:12 93b9cdb0e59b: Download complete 17:48:12 5e14af77c1be: Download complete 17:48:12 93b61091891f: Verifying Checksum 17:48:12 93b61091891f: Download complete 17:48:12 01666e4c0597: Verifying Checksum 17:48:12 01666e4c0597: Download complete 17:48:12 8ad3a11d3b57: Verifying Checksum 17:48:12 8ad3a11d3b57: Download complete 17:48:12 df20fa9351a1: Pull complete 17:48:12 36b3adc4ff6f: Pull complete 17:48:13 8ad3a11d3b57: Pull complete 17:48:13 46f8f816bc3b: Pull complete 17:48:14 aa168da1d23b: Verifying Checksum 17:48:14 aa168da1d23b: Download complete 17:48:14 93b61091891f: Pull complete 17:48:14 93b9cdb0e59b: Pull complete 17:48:14 5e14af77c1be: Pull complete 17:48:14 01666e4c0597: Pull complete 17:48:25 aa168da1d23b: Pull complete 17:48:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:48:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:48:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:48:25 prd-centos7-docker-4c-2g-3231 does not seem to be running inside a container 17:48:25 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:48:27 $ docker top 8af9359931652f137ed919346dc871d4116670aae7e8ce78d79d38c72fbedbc0 -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:28 + touch /tmp/pre-build-complete [Pipeline] sh 17:48:28 + mkdir -p /var/log/sa [Pipeline] sh 17:48:28 + ls /var/log/sa-host 17:48:28 + sadf -c /var/log/sa-host/sa06 17:48:28 file_magic: OK 17:48:28 HZ: Using current value: 100 17:48:28 file_header: OK 17:48:28 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 17:48:28 Statistics: 17:48:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:48:28 File successfully converted to sysstat format version 12.2.1 17:48:28 + sadf -c /var/log/sa-host/sa23 17:48:28 file_magic: OK 17:48:28 HZ: Using current value: 100 17:48:28 file_header: OK 17:48:28 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 17:48:28 Statistics: 17:48:28 Hnuu...uuuununununu... 17:48:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:48:28 provisioning config files... 17:48:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp/config1931004414676472634tmp [Pipeline] { [Pipeline] echo 17:48:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:48:29 ---> create-netrc.sh [Pipeline] } 17:48:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:48:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:48:29 ---> python-tools-install.sh [Pipeline] echo 17:48:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:48:29 ---> sudo-logs.sh 17:48:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:48:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:48:30 ---> job-cost.sh 17:48:30 lf-activate-venv: SKIPPING 17:48:30 DEBUG: total: 0.029999999329447746 17:48:30 INFO: Retrieving Stack Cost... 17:48:31 INFO: Retrieving Pricing Info for: v1-standard-2 17:48:31 INFO: Archiving Costs [Pipeline] echo 17:48:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:48:32 ---> logs-deploy.sh 17:48:32 lf-activate-venv: SKIPPING 17:48:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-907/2 17:48:32 INFO: archiving workspace using pattern(s): 17:48:34 Archives upload complete. 17:48:34 INFO: archiving logs to Nexus 17:48:35 ---> uname -a: 17:48:35 Linux prd-centos7-docker-4c-2g-3231.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:48:35 17:48:35 17:48:35 ---> lscpu: 17:48:35 Architecture: x86_64 17:48:35 CPU op-mode(s): 32-bit, 64-bit 17:48:35 Byte Order: Little Endian 17:48:35 Address sizes: 40 bits physical, 48 bits virtual 17:48:35 CPU(s): 4 17:48:35 On-line CPU(s) list: 0-3 17:48:35 Thread(s) per core: 1 17:48:35 Core(s) per socket: 1 17:48:35 Socket(s): 4 17:48:35 NUMA node(s): 1 17:48:35 Vendor ID: GenuineIntel 17:48:35 CPU family: 6 17:48:35 Model: 44 17:48:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:48:35 Stepping: 1 17:48:35 CPU MHz: 2933.438 17:48:35 BogoMIPS: 5866.87 17:48:35 Virtualization: VT-x 17:48:35 Hypervisor vendor: KVM 17:48:35 Virtualization type: full 17:48:35 L1d cache: 128 KiB 17:48:35 L1i cache: 128 KiB 17:48:35 L2 cache: 16 MiB 17:48:35 L3 cache: 64 MiB 17:48:35 NUMA node0 CPU(s): 0-3 17:48:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:48:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:48:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:48:35 Vulnerability Meltdown: Mitigation; PTI 17:48:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:48:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:48:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:48:35 Vulnerability Srbds: Not affected 17:48:35 Vulnerability Tsx async abort: Not affected 17:48:35 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 17:48:35 17:48:35 17:48:35 ---> nproc: 17:48:35 4 17:48:35 17:48:35 17:48:35 ---> df -h: 17:48:35 Filesystem Size Used Available Use% Mounted on 17:48:35 overlay 50.0G 7.3G 42.7G 15% / 17:48:35 tmpfs 64.0M 0 64.0M 0% /dev 17:48:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:48:35 shm 64.0M 0 64.0M 0% /dev/shm 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-907 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-907@tmp 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 17:48:35 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 17:48:35 17:48:35 17:48:35 ---> free -m: 17:48:35 total used free shared buff/cache available 17:48:35 Mem: 1837 692 118 0 1027 1040 17:48:35 Swap: 1023 1 1022 17:48:35 17:48:35 17:48:35 ---> ip addr: 17:48:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:48:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:48:35 inet 127.0.0.1/8 scope host lo 17:48:35 valid_lft forever preferred_lft forever 17:48:35 inet6 ::1/128 scope host 17:48:35 valid_lft forever preferred_lft forever 17:48:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:48:35 link/ether fa:16:3e:4c:db:50 brd ff:ff:ff:ff:ff:ff 17:48:35 inet 10.30.122.47/23 brd 10.30.123.255 scope global dynamic eth0 17:48:35 valid_lft 85980sec preferred_lft 85980sec 17:48:35 inet6 fe80::f816:3eff:fe4c:db50/64 scope link 17:48:35 valid_lft forever preferred_lft forever 17:48:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:48:35 link/ether 02:42:8a:53:96:88 brd ff:ff:ff:ff:ff:ff 17:48:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:48:35 valid_lft forever preferred_lft forever 17:48:35 inet6 fe80::42:8aff:fe53:9688/64 scope link 17:48:35 valid_lft forever preferred_lft forever 17:48:35 17:48:35 17:48:35 ---> sar -b -r -n DEV: 17:48:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 17:48:35 17:48:35 17:41:22 LINUX RESTART (4 CPU) 17:48:35 17:48:35 17:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:48:35 17:43:01 47.70 9.99 37.72 0.00 4206.26 3264.26 0.00 17:48:35 17:44:01 1.78 0.00 1.78 0.00 0.00 34.35 0.00 17:48:35 17:45:01 0.35 0.00 0.35 0.00 0.00 5.43 0.00 17:48:35 17:46:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 17:48:35 17:47:02 0.18 0.00 0.18 0.00 0.00 1.67 0.00 17:48:35 17:48:01 0.34 0.00 0.34 0.00 0.00 4.91 0.00 17:48:35 Average: 8.45 1.67 6.78 0.00 703.27 553.78 0.00 17:48:35 17:48:35 17:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:48:35 17:43:01 120596 0 593912 31.57 2620 1164416 1096240 37.41 417592 1142952 20 17:48:35 17:44:01 127140 0 587360 31.22 2620 1164424 1067012 36.42 414936 1139944 12 17:48:35 17:45:01 124000 0 590496 31.38 2620 1164428 1067204 36.42 415336 1143104 8 17:48:35 17:46:01 123784 0 590712 31.40 2620 1164428 1067192 36.42 415576 1143104 16 17:48:35 17:47:02 121360 0 593128 31.52 2620 1164436 1079528 36.84 416824 1144012 20 17:48:35 17:48:01 122580 0 591904 31.46 2620 1164440 1078296 36.80 415724 1143988 12 17:48:35 Average: 123243 0 591252 31.42 2620 1164429 1075912 36.72 415998 1142851 15 17:48:35 17:48:35 17:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:48:35 17:43:01 eth0 200.37 139.95 524.75 34.73 0.00 0.00 0.00 0.00 17:48:35 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:43:01 docker0 12.90 8.92 1.91 26.42 0.00 0.00 0.00 0.00 17:48:35 17:44:01 eth0 0.83 0.07 0.07 0.01 0.00 0.00 0.00 0.00 17:48:35 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:45:01 eth0 1.20 0.53 0.37 0.22 0.00 0.00 0.00 0.00 17:48:35 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:46:01 eth0 0.57 0.53 0.27 0.22 0.00 0.00 0.00 0.00 17:48:35 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:47:02 eth0 2.73 2.90 0.24 14.74 0.00 0.00 0.00 0.00 17:48:35 17:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:48:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:48:35 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 Average: eth0 34.41 24.09 87.90 8.35 0.00 0.00 0.00 0.00 17:48:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:35 Average: docker0 2.16 1.49 0.32 4.42 0.00 0.00 0.00 0.00 17:48:35 17:48:35 17:48:35 ---> sar -P ALL: 17:48:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 17:48:35 17:48:35 17:41:22 LINUX RESTART (4 CPU) 17:48:35 17:48:35 17:42:01 CPU %user %nice %system %iowait %steal %idle 17:48:35 17:43:01 all 4.04 0.00 2.68 1.27 0.03 91.97 17:48:35 17:43:01 0 4.17 0.00 3.46 1.48 0.03 90.86 17:48:35 17:43:01 1 4.09 0.00 2.52 0.52 0.03 92.84 17:48:35 17:43:01 2 3.34 0.00 2.35 1.61 0.03 92.68 17:48:35 17:43:01 3 4.58 0.00 2.40 1.46 0.03 91.53 17:48:35 17:44:01 all 0.16 0.00 0.05 0.00 0.00 99.80 17:48:35 17:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:48:35 17:44:01 1 0.48 0.00 0.07 0.00 0.00 99.45 17:48:35 17:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:48:35 17:44:01 3 0.08 0.00 0.08 0.00 0.00 99.83 17:48:35 17:45:01 all 0.16 0.00 0.05 0.00 0.00 99.79 17:48:35 17:45:01 0 0.03 0.00 0.05 0.00 0.02 99.90 17:48:35 17:45:01 1 0.53 0.00 0.05 0.00 0.00 99.42 17:48:35 17:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:48:35 17:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 17:48:35 17:46:01 all 0.16 0.00 0.04 0.00 0.00 99.80 17:48:35 17:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:48:35 17:46:01 1 0.52 0.00 0.03 0.00 0.00 99.45 17:48:35 17:46:01 2 0.05 0.00 0.07 0.00 0.00 99.88 17:48:35 17:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 17:48:35 17:47:02 all 0.28 0.00 0.10 0.00 0.01 99.61 17:48:35 17:47:02 0 0.10 0.00 0.12 0.00 0.00 99.78 17:48:35 17:47:02 1 0.65 0.00 0.12 0.00 0.02 99.22 17:48:35 17:47:02 2 0.22 0.00 0.08 0.00 0.02 99.68 17:48:35 17:47:02 3 0.17 0.00 0.07 0.00 0.02 99.75 17:48:35 17:48:01 all 0.02 0.00 0.03 0.00 0.00 99.95 17:48:35 17:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:48:35 17:48:01 1 0.00 0.00 0.03 0.00 0.00 99.97 17:48:35 17:48:01 2 0.03 0.00 0.07 0.00 0.00 99.90 17:48:35 17:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:48:35 Average: all 0.80 0.00 0.49 0.21 0.01 98.49 17:48:35 Average: 0 0.73 0.00 0.61 0.25 0.01 98.40 17:48:35 Average: 1 1.05 0.00 0.47 0.09 0.01 98.39 17:48:35 Average: 2 0.62 0.00 0.44 0.27 0.01 98.67 17:48:35 Average: 3 0.82 0.00 0.44 0.24 0.01 98.49 17:48:35 17:48:35 17:48:35