Pull request #110 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0dc9eba5b07a940d18f5be678818cf245fee7c1+bdf6c703ff7e4dc9654b1e05af75b33f1f140285 (e698baa27ee0c91805e421054d9662a52f22eeec) Running in Durability level: MAX_SURVIVABILITY 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1897095860591212288.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh891246970454610372.key > 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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-110/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-110/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8585559106098888457.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-110/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4173981952741117325.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1794900435369409768.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-110/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-110/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4954743180220767945.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 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-snmp-go] ========================================================= [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-snmp-go-settings PROJECT: device-snmp-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-snmp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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-770 in /w/workspace/gexfoundry_device-snmp-go_PR-110 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/gexfoundry_device-snmp-go_PR-110 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/jenkins-gitclient-ssh579516426092111117.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-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-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/jenkins-gitclient-ssh5410784513077601546.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bdf6c703ff7e4dc9654b1e05af75b33f1f140285 into PR head commit f0dc9eba5b07a940d18f5be678818cf245fee7c1 Merge succeeded, producing f0dc9eba5b07a940d18f5be678818cf245fee7c1 Checking out Revision f0dc9eba5b07a940d18f5be678818cf245fee7c1 (PR-110) > git config core.sparsecheckout # timeout=10 > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/jenkins-gitclient-ssh1259896059219110235.key > git merge bdf6c703ff7e4dc9654b1e05af75b33f1f140285 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:45:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:45:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:45:34 ========================================================= 05:45:34 EdgeX Global Pipelines Version Info 05:45:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:45:36 ------------------- 05:45:36 stable info: 05:45:36 ------------------- 05:45:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:45:36 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 05:45:36 Message: update stable to v1.0.195 05:45:36 ------------------- 05:45:36 experimental info: 05:45:36 ------------------- 05:45:36 Commited By: **** collab-it+edgex@linuxfoundation.org 05:45:36 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 05:45:36 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:45:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:45:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-110 [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-110 [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-110 [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0dc9eba5b07a940d18f5be678818cf245fee7c1 [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f0dc9eb [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:45:39 provisioning config files... 05:45:39 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/config3012883423677320653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:45:39 ---> docker-login.sh 05:45:39 nexus3.edgexfoundry.org:10001 05:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:40 Configure a credential helper to remove this warning. See 05:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:40 05:45:40 Login Succeeded 05:45:40 nexus3.edgexfoundry.org:10002 05:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:40 Configure a credential helper to remove this warning. See 05:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:40 05:45:40 Login Succeeded 05:45:40 nexus3.edgexfoundry.org:10003 05:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:40 Configure a credential helper to remove this warning. See 05:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:40 05:45:40 Login Succeeded 05:45:40 nexus3.edgexfoundry.org:10004 05:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:40 Configure a credential helper to remove this warning. See 05:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:40 05:45:40 Login Succeeded 05:45:40 docker.io 05:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:41 Configure a credential helper to remove this warning. See 05:45:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:41 05:45:41 Login Succeeded 05:45:41 ---> docker-login.sh ends [Pipeline] } 05:45:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:45:41 + git log --format=format:%s -1 f0dc9eba5b07a940d18f5be678818cf245fee7c1 [Pipeline] echo 05:45:41 GIT_COMMIT: f0dc9eba5b07a940d18f5be678818cf245fee7c1, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 05:45:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:45:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:42 05:45:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:45:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:43 latest: Pulling from edgex-devops/git-semver 05:45:43 31603596830f: Pulling fs layer 05:45:43 54011a49482f: Pulling fs layer 05:45:43 a6820b24f6d8: Pulling fs layer 05:45:43 f581987b2513: Pulling fs layer 05:45:43 f581987b2513: Waiting 05:45:43 54011a49482f: Verifying Checksum 05:45:43 54011a49482f: Download complete 05:45:43 31603596830f: Verifying Checksum 05:45:43 31603596830f: Download complete 05:45:43 f581987b2513: Verifying Checksum 05:45:43 f581987b2513: Download complete 05:45:43 31603596830f: Pull complete 05:45:43 a6820b24f6d8: Verifying Checksum 05:45:43 a6820b24f6d8: Download complete 05:45:43 54011a49482f: Pull complete 05:45:44 a6820b24f6d8: Pull complete 05:45:44 f581987b2513: Pull complete 05:45:44 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:45:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:45:44 prd-centos7-docker-4c-2g-770 does not seem to be running inside a container 05:45:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-110 -v /w/workspace/gexfoundry_device-snmp-go_PR-110:/w/workspace/gexfoundry_device-snmp-go_PR-110:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:45:46 $ docker top a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:45:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:46 [ssh-agent] Looking for ssh-agent implementation... 05:45:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:47 $ docker exec a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d ssh-agent 05:45:47 SSH_AUTH_SOCK=/tmp/ssh-PLQ2yR0AbAut/agent.13 05:45:47 SSH_AGENT_PID=19 05:45:47 Running ssh-add (command line suppressed) 05:45:47 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/private_key_1326422200876104031.key (/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/private_key_1326422200876104031.key) 05:45:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:47 + git tag --points-at HEAD [Pipeline] } 05:45:47 $ docker exec --env ******** --env ******** a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d ssh-agent -k 05:45:47 unset SSH_AUTH_SOCK; 05:45:47 unset SSH_AGENT_PID; 05:45:47 echo Agent pid 19 killed; 05:45:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:45:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:47 [ssh-agent] Looking for ssh-agent implementation... 05:45:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:47 $ docker exec a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d ssh-agent 05:45:48 SSH_AUTH_SOCK=/tmp/ssh-oiUPOHyL5b3F/agent.52 05:45:48 SSH_AGENT_PID=58 05:45:48 Running ssh-add (command line suppressed) 05:45:48 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/private_key_4579038589663214850.key (/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/private_key_4579038589663214850.key) 05:45:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:48 + git semver init 05:45:48 # -> Open(): unable to determine branch for HEAD 05:45:48 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-110/.git 05:45:48 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_PR-110 05:45:48 # $SEMVER_REMOTE_NAME = origin 05:45:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:45:48 # $SEMVER_USER_NAME = edgex-jenkins 05:45:48 # $SEMVER_BRANCH = PR-110 05:45:48 # $SEMVER_TEMP = /tmp/semver-533686034 05:45:48 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 05:45:48 # '/tmp/semver-533686034' -> '/w/workspace/gexfoundry_device-snmp-go_PR-110/.semver' 05:45:48 # -> Force: false 05:45:48 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-110/.semver [Pipeline] } 05:45:48 $ docker exec --env ******** --env ******** a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d ssh-agent -k 05:45:49 unset SSH_AUTH_SOCK; 05:45:49 unset SSH_AGENT_PID; 05:45:49 echo Agent pid 58 killed; 05:45:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:45:49 + git semver [Pipeline] } 05:45:49 $ docker stop --time=1 a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d 05:45:50 $ docker rm -f a031b30cb898274aff0870ef35cb1861ffaf8ce1b8f244334f0174273ac4c71d [Pipeline] // withDockerContainer [Pipeline] sh 05:45:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:45:51 Stashed 1 file(s) [Pipeline] echo 05:45:51 [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 05:46:07 Still waiting to schedule task 05:46:07 ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ 05:46:07 ‘prd-centos7-docker-4c-2g-762’ is offline 05:46:07 ‘prd-centos7-docker-4c-2g-764’ is offline 05:46:07 ‘prd-centos7-docker-4c-2g-765’ is offline 05:46:07 ‘prd-centos7-docker-4c-2g-773’ is offline 05:46:07 Still waiting to schedule task 05:46:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 05:47:50 Running on prd-centos7-docker-4c-2g-777 in /w/workspace/gexfoundry_device-snmp-go_PR-110 [Pipeline] { [Pipeline] ws 05:47:50 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:47:50 Selected Git installation does not exist. Using Default 05:47:50 The recommended git tool is: NONE 05:47:52 using credential edgex-jenkins-ssh 05:47:52 Cloning the remote Git repository 05:47:52 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:47:52 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:47:52 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:47:52 > git --version # timeout=10 05:47:52 > git --version # 'git version 2.24.4' 05:47:52 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:52 [INFO] Currently running in a labeled security context 05:47:52 [INFO] Currently SELinux is 'enforcing' on the host 05:47:52 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh4758422564954138495.key 05:47:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:47:52 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:47:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:47:52 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:47:52 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:47:52 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:52 [INFO] Currently running in a labeled security context 05:47:52 [INFO] Currently SELinux is 'enforcing' on the host 05:47:52 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh6043863613232509607.key 05:47:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:47:53 Merging remotes/origin/master commit bdf6c703ff7e4dc9654b1e05af75b33f1f140285 into PR head commit f0dc9eba5b07a940d18f5be678818cf245fee7c1 05:47:53 Merge succeeded, producing f0dc9eba5b07a940d18f5be678818cf245fee7c1 05:47:53 Checking out Revision f0dc9eba5b07a940d18f5be678818cf245fee7c1 (PR-110) 05:47:53 > git config core.sparsecheckout # timeout=10 05:47:53 > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 05:47:53 > git remote # timeout=10 05:47:53 > git config --get remote.origin.url # timeout=10 05:47:53 using GIT_SSH to set credentials SSH Credentials for GitHub 05:47:53 [INFO] Currently running in a labeled security context 05:47:53 [INFO] Currently SELinux is 'enforcing' on the host 05:47:53 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh3510334840162101942.key 05:47:53 > git merge bdf6c703ff7e4dc9654b1e05af75b33f1f140285 # timeout=10 05:47:53 > git rev-parse HEAD^{commit} # timeout=10 05:47:53 > git config core.sparsecheckout # timeout=10 05:47:53 > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 05:47:57 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 05:47:57 > git --version # timeout=10 05:47:57 > git --version # 'git version 2.24.4' 05:47:57 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:47:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:47:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:47:59 + sudo service docker restart 05:47:59 + true 05:47:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:48:17 provisioning config files... 05:48:17 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config239798336259456175tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:18 ---> docker-login.sh 05:48:18 nexus3.edgexfoundry.org:10001 05:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:18 Configure a credential helper to remove this warning. See 05:48:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:18 05:48:18 Login Succeeded 05:48:18 nexus3.edgexfoundry.org:10002 05:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:18 Configure a credential helper to remove this warning. See 05:48:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:18 05:48:18 Login Succeeded 05:48:18 nexus3.edgexfoundry.org:10003 05:48:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:18 Configure a credential helper to remove this warning. See 05:48:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:18 05:48:18 Login Succeeded 05:48:18 nexus3.edgexfoundry.org:10004 05:48:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:19 Configure a credential helper to remove this warning. See 05:48:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:19 05:48:19 Login Succeeded 05:48:19 docker.io 05:48:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:19 Configure a credential helper to remove this warning. See 05:48:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:19 05:48:19 Login Succeeded 05:48:19 ---> docker-login.sh ends [Pipeline] } 05:48:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:48:19 ========================================================= 05:48:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:48:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:48:20 + 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 . 05:48:20 Sending build context to Docker daemon 368.6kB 05:48:20 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 05:48:20 Step 2/10 : FROM ${BASE} 05:48:20 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:48:20 540db60ca938: Pulling fs layer 05:48:20 adcc1eea9eea: Pulling fs layer 05:48:20 4c4ab2625f07: Pulling fs layer 05:48:20 0510c868ecb4: Pulling fs layer 05:48:20 afea3b2eda06: Pulling fs layer 05:48:20 7809a108b3ef: Pulling fs layer 05:48:20 f706445af74f: Pulling fs layer 05:48:20 0510c868ecb4: Waiting 05:48:20 afea3b2eda06: Waiting 05:48:20 7809a108b3ef: Waiting 05:48:20 f706445af74f: Waiting 05:48:20 4c4ab2625f07: Verifying Checksum 05:48:20 4c4ab2625f07: Download complete 05:48:20 adcc1eea9eea: Verifying Checksum 05:48:20 adcc1eea9eea: Download complete 05:48:20 afea3b2eda06: Verifying Checksum 05:48:20 afea3b2eda06: Download complete 05:48:20 7809a108b3ef: Verifying Checksum 05:48:20 7809a108b3ef: Download complete 05:48:20 540db60ca938: Verifying Checksum 05:48:20 540db60ca938: Download complete 05:48:20 540db60ca938: Pull complete 05:48:20 adcc1eea9eea: Pull complete 05:48:20 4c4ab2625f07: Pull complete 05:48:21 f706445af74f: Verifying Checksum 05:48:21 f706445af74f: Download complete 05:48:22 0510c868ecb4: Verifying Checksum 05:48:22 0510c868ecb4: Download complete 05:48:25 0510c868ecb4: Pull complete 05:48:25 afea3b2eda06: Pull complete 05:48:25 7809a108b3ef: Pull complete 05:48:27 f706445af74f: Pull complete 05:48:27 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:48:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:48:27 ---> b068be0155e3 05:48:27 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" 05:48:33 ---> Running in 086621afd683 05:48:33 Removing intermediate container 086621afd683 05:48:33 ---> a7e8cd55d517 05:48:33 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 05:48:33 ---> Running in de918891dd55 05:48:33 Removing intermediate container de918891dd55 05:48:33 ---> 657c66a00d7c 05:48:33 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 05:48:33 ---> Running in b5b44530e6e8 05:48:33 Removing intermediate container b5b44530e6e8 05:48:33 ---> 84fc4e1827bb 05:48:33 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:48:33 ---> Running in 0b97a60f5be7 05:48:34 Removing intermediate container 0b97a60f5be7 05:48:34 ---> ceb43a17a909 05:48:34 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:48:34 ---> Running in 2e5d9e11b8f8 05:48:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:48:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:48:35 (1/13) Installing libc-dev (0.7.2-r3) 05:48:35 (2/13) Installing libsodium (1.0.18-r0) 05:48:35 (3/13) Installing pkgconf (1.7.3-r0) 05:48:35 (4/13) Installing libsodium-dev (1.0.18-r0) 05:48:35 (5/13) Installing openssh-keygen (8.4_p1-r3) 05:48:36 (6/13) Installing libedit (20191231.3.1-r1) 05:48:36 (7/13) Installing openssh-client (8.4_p1-r3) 05:48:36 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 05:48:36 (9/13) Installing openssh-server-common (8.4_p1-r3) 05:48:36 (10/13) Installing openssh-server (8.4_p1-r3) 05:48:36 (11/13) Installing openssh (8.4_p1-r3) 05:48:37 (12/13) Installing libzmq (4.3.3-r1) 05:48:37 (13/13) Installing zeromq-dev (4.3.3-r1) 05:48:37 Executing busybox-1.32.1-r6.trigger 05:48:37 OK: 156 MiB in 53 packages 05:48:37 Removing intermediate container 2e5d9e11b8f8 05:48:37 ---> a80105e783c2 05:48:37 Step 8/10 : WORKDIR /device-snmp-go 05:48:37 ---> Running in e993c94220b7 05:48:37 Removing intermediate container e993c94220b7 05:48:37 ---> ccf21f772fda 05:48:37 Step 9/10 : COPY . . 05:48:37 ---> 1072a9e64bac 05:48:37 Step 10/10 : RUN go mod download 05:48:37 ---> Running in 7c0912c63627 05:49:04 Removing intermediate container 7c0912c63627 05:49:04 ---> 60227097be4a 05:49:04 Successfully built 60227097be4a 05:49:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:49:04 + docker inspect -f . ci-base-image-x86_64 05:49:04 . [Pipeline] withDockerContainer 05:49:05 prd-centos7-docker-4c-2g-777 does not seem to be running inside a container 05:49:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:49:05 $ docker top 981140e01d4f7748d292e0872160e89b1f2993f920fa40a4377b691265050e1a -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:05 + go version 05:49:05 go version go1.16.3 linux/amd64 [Pipeline] } 05:49:05 $ docker stop --time=1 981140e01d4f7748d292e0872160e89b1f2993f920fa40a4377b691265050e1a 05:49:07 $ docker rm -f 981140e01d4f7748d292e0872160e89b1f2993f920fa40a4377b691265050e1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:49:08 + docker inspect -f . ci-base-image-x86_64 05:49:08 . [Pipeline] withDockerContainer 05:49:08 prd-centos7-docker-4c-2g-777 does not seem to be running inside a container 05:49:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:49:08 $ docker top 1df661a84efe45b8a95af5256cb88aa7cf476c4a9dcad28d24f7bec3452f078a -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:09 + go mod tidy 05:49:09 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 05:49:09 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 05:49:09 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 05:49:09 github.com/edgexfoundry/device-snmp-go/internal/driver imports 05:49:09 github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 05:49:09 github.com/edgexfoundry/device-snmp-go/internal/driver imports 05:49:09 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [Pipeline] } 05:49:09 $ docker stop --time=1 1df661a84efe45b8a95af5256cb88aa7cf476c4a9dcad28d24f7bec3452f078a 05:49:11 $ docker rm -f 1df661a84efe45b8a95af5256cb88aa7cf476c4a9dcad28d24f7bec3452f078a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:49:12 ---> job-cost.sh 05:49:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6bse 05:49:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:49:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-785 in /w/workspace/gexfoundry_device-snmp-go_PR-110 [Pipeline] { [Pipeline] ws 05:49:26 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:49:26 Selected Git installation does not exist. Using Default 05:49:26 The recommended git tool is: NONE 05:49:33 using credential edgex-jenkins-ssh 05:49:33 Cloning the remote Git repository 05:49:33 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:49:33 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:49:33 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:49:33 > git --version # timeout=10 05:49:33 > git --version # 'git version 2.17.1' 05:49:33 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:49:34 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:49:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:49:34 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:49:34 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:49:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/110/head:refs/remotes/origin/PR-110 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:49:34 Merging remotes/origin/master commit bdf6c703ff7e4dc9654b1e05af75b33f1f140285 into PR head commit f0dc9eba5b07a940d18f5be678818cf245fee7c1 05:49:34 Merge succeeded, producing f0dc9eba5b07a940d18f5be678818cf245fee7c1 05:49:34 Checking out Revision f0dc9eba5b07a940d18f5be678818cf245fee7c1 (PR-110) 05:49:34 > git config core.sparsecheckout # timeout=10 05:49:34 > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 05:49:34 > git remote # timeout=10 05:49:34 > git config --get remote.origin.url # timeout=10 05:49:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:34 > git merge bdf6c703ff7e4dc9654b1e05af75b33f1f140285 # timeout=10 05:49:34 > git rev-parse HEAD^{commit} # timeout=10 05:49:34 > git config core.sparsecheckout # timeout=10 05:49:34 > git checkout -f f0dc9eba5b07a940d18f5be678818cf245fee7c1 # timeout=10 05:49:39 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 05:49:39 > git --version # timeout=10 05:49:39 > git --version # 'git version 2.17.1' 05:49:39 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 05:49:39 05:49:39 GitHub has been notified of this commit’s build result 05:49:39 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:49:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:49:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:49:42 + sudo service docker restart 05:49:42 + true 05:49:47 lf-activate-venv(): INFO: Adding /tmp/venv-6bse/bin to PATH 05:49:47 INFO: No Stack... 05:49:47 INFO: Retrieving Pricing Info for: v3-standard-2 05:49:47 INFO: Archiving Costs [Pipeline] sh 05:49:47 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:49:47 + cut -d, -f6 [Pipeline] lock 05:49:47 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] 05:49:47 Resource [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] did not exist. Created. 05:49:47 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:49:48 + echo total: 0.05999999865889549 [Pipeline] stash 05:49:48 Stashed 1 file(s) [Pipeline] } 05:49:48 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:49:49 Failed in branch amd64 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:50:00 provisioning config files... 05:50:00 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config4738838011009166564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:50:01 ---> docker-login.sh 05:50:01 nexus3.edgexfoundry.org:10001 05:50:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:02 Configure a credential helper to remove this warning. See 05:50:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:02 05:50:02 Login Succeeded 05:50:02 nexus3.edgexfoundry.org:10002 05:50:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:02 Configure a credential helper to remove this warning. See 05:50:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:02 05:50:02 Login Succeeded 05:50:02 nexus3.edgexfoundry.org:10003 05:50:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:03 Configure a credential helper to remove this warning. See 05:50:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:03 05:50:03 Login Succeeded 05:50:03 nexus3.edgexfoundry.org:10004 05:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:04 Configure a credential helper to remove this warning. See 05:50:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:04 05:50:04 Login Succeeded 05:50:04 docker.io 05:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:05 Configure a credential helper to remove this warning. See 05:50:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:05 05:50:05 Login Succeeded 05:50:05 ---> docker-login.sh ends [Pipeline] } 05:50:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:50:05 ========================================================= 05:50:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:50:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:50:06 + 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 . 05:50:06 Sending build context to Docker daemon 367.6kB 05:50:06 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 05:50:06 Step 2/10 : FROM ${BASE} 05:50:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:50:06 595b0fe564bb: Pulling fs layer 05:50:06 3088b5b3c5c0: Pulling fs layer 05:50:06 5b7225fbf94c: Pulling fs layer 05:50:06 ba82ee9f976e: Pulling fs layer 05:50:06 506bd15cee9f: Pulling fs layer 05:50:06 75a0a4a0db45: Pulling fs layer 05:50:06 618dc40b7e24: Pulling fs layer 05:50:06 ba82ee9f976e: Waiting 05:50:06 506bd15cee9f: Waiting 05:50:06 75a0a4a0db45: Waiting 05:50:06 618dc40b7e24: Waiting 05:50:06 5b7225fbf94c: Verifying Checksum 05:50:06 5b7225fbf94c: Download complete 05:50:07 3088b5b3c5c0: Verifying Checksum 05:50:07 3088b5b3c5c0: Download complete 05:50:07 506bd15cee9f: Verifying Checksum 05:50:07 506bd15cee9f: Download complete 05:50:07 75a0a4a0db45: Verifying Checksum 05:50:07 75a0a4a0db45: Download complete 05:50:07 595b0fe564bb: Verifying Checksum 05:50:07 595b0fe564bb: Download complete 05:50:07 595b0fe564bb: Pull complete 05:50:08 3088b5b3c5c0: Pull complete 05:50:08 5b7225fbf94c: Pull complete 05:50:09 618dc40b7e24: Verifying Checksum 05:50:09 618dc40b7e24: Download complete 05:50:13 ba82ee9f976e: Verifying Checksum 05:50:13 ba82ee9f976e: Download complete 05:50:23 ba82ee9f976e: Pull complete 05:50:23 506bd15cee9f: Pull complete 05:50:23 75a0a4a0db45: Pull complete 05:50:27 618dc40b7e24: Pull complete 05:50:27 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 05:50:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:50:27 ---> a36622ca3599 05:50:27 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" 05:50:30 ---> Running in a3171bae96cc 05:50:30 Removing intermediate container a3171bae96cc 05:50:30 ---> 2eebc664a453 05:50:30 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 05:50:30 ---> Running in f4da5d2b568d 05:50:31 Removing intermediate container f4da5d2b568d 05:50:31 ---> 1aaf0a3dca41 05:50:31 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 05:50:31 ---> Running in 7889bebe51c8 05:50:32 Removing intermediate container 7889bebe51c8 05:50:32 ---> be8b320c3396 05:50:32 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:32 ---> Running in ce59e332e0c0 05:50:34 Removing intermediate container ce59e332e0c0 05:50:34 ---> b92267932250 05:50:34 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:50:34 ---> Running in c1cfc2cfe0ec 05:50:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:50:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:50:38 (1/13) Installing libc-dev (0.7.2-r3) 05:50:38 (2/13) Installing libsodium (1.0.18-r0) 05:50:38 (3/13) Installing pkgconf (1.7.3-r0) 05:50:38 (4/13) Installing libsodium-dev (1.0.18-r0) 05:50:38 (5/13) Installing openssh-keygen (8.4_p1-r3) 05:50:39 (6/13) Installing libedit (20191231.3.1-r1) 05:50:39 (7/13) Installing openssh-client (8.4_p1-r3) 05:50:40 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 05:50:40 (9/13) Installing openssh-server-common (8.4_p1-r3) 05:50:40 (10/13) Installing openssh-server (8.4_p1-r3) 05:50:41 (11/13) Installing openssh (8.4_p1-r3) 05:50:42 (12/13) Installing libzmq (4.3.3-r1) 05:50:42 (13/13) Installing zeromq-dev (4.3.3-r1) 05:50:42 Executing busybox-1.32.1-r6.trigger 05:50:42 OK: 145 MiB in 53 packages 05:50:44 Removing intermediate container c1cfc2cfe0ec 05:50:44 ---> dfb92e682822 05:50:44 Step 8/10 : WORKDIR /device-snmp-go 05:50:44 ---> Running in c7001c410d0b 05:50:44 Removing intermediate container c7001c410d0b 05:50:44 ---> 7fd63e5b4763 05:50:44 Step 9/10 : COPY . . 05:50:45 ---> a1afb3d00690 05:50:45 Step 10/10 : RUN go mod download 05:50:46 ---> Running in 30f4776c7479 05:51:12 Removing intermediate container 30f4776c7479 05:51:12 ---> 631ec62a925c 05:51:12 Successfully built 631ec62a925c 05:51:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:51:13 + docker inspect -f . ci-base-image-arm64 05:51:13 . [Pipeline] withDockerContainer 05:51:13 prd-ubuntu18.04-docker-arm64-4c-16g-785 does not seem to be running inside a container 05:51:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:51:15 $ docker top bc881dfa5898fd08d379abe5b3b2d643a7d051a62319a8faa6a3babc15941250 -eo pid,comm [Pipeline] { [Pipeline] sh 05:51:16 + go version 05:51:16 go version go1.16.5 linux/arm64 [Pipeline] } 05:51:16 $ docker stop --time=1 bc881dfa5898fd08d379abe5b3b2d643a7d051a62319a8faa6a3babc15941250 05:51:18 $ docker rm -f bc881dfa5898fd08d379abe5b3b2d643a7d051a62319a8faa6a3babc15941250 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:51:19 + docker inspect -f . ci-base-image-arm64 05:51:19 . [Pipeline] withDockerContainer 05:51:19 prd-ubuntu18.04-docker-arm64-4c-16g-785 does not seem to be running inside a container 05:51:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:51:21 $ docker top d5f383a0ebbfda60b0712df694cd242189c1c44dce1aad0311c494529fc999ca -eo pid,comm [Pipeline] { [Pipeline] sh 05:51:22 + go mod tidy 05:51:22 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 05:51:22 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 05:51:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 05:51:23 github.com/edgexfoundry/device-snmp-go/internal/driver imports 05:51:23 github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 05:51:23 github.com/edgexfoundry/device-snmp-go/internal/driver imports 05:51:23 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [Pipeline] } 05:51:23 $ docker stop --time=1 d5f383a0ebbfda60b0712df694cd242189c1c44dce1aad0311c494529fc999ca 05:51:25 $ docker rm -f d5f383a0ebbfda60b0712df694cd242189c1c44dce1aad0311c494529fc999ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:51:26 ---> job-cost.sh 05:51:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-X8JO 05:52:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:53:42 lf-activate-venv(): INFO: Adding /tmp/venv-X8JO/bin to PATH 05:53:42 INFO: No Stack... 05:53:42 INFO: Retrieving Pricing Info for: v2-standard-4 05:53:42 INFO: Archiving Costs [Pipeline] sh 05:53:42 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:53:42 + cut -d, -f6 [Pipeline] lock 05:53:42 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] 05:53:42 Resource [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] did not exist. Created. 05:53:42 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:53:43 /w/workspace/device-snmp-go/1@tmp/durable-2ae1665d/script.sh: 1: /w/workspace/device-snmp-go/1@tmp/durable-2ae1665d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:53:43 + echo total: 0.18000000715255737 [Pipeline] stash 05:53:43 Warning: overwriting stash ‘stack-cost’ 05:53:44 Stashed 1 file(s) [Pipeline] } 05:53:44 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-110-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:53:44 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) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:53:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:53:48 ---> package-listing.sh 05:53:48 ++ facter osfamily 05:53:48 ++ tr '[:upper:]' '[:lower:]' 05:53:48 + OS_FAMILY=redhat 05:53:48 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-110 05:53:48 + START_PACKAGES=/tmp/packages_start.txt 05:53:48 + END_PACKAGES=/tmp/packages_end.txt 05:53:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:53:48 + PACKAGES=/tmp/packages_start.txt 05:53:48 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-110 ']' 05:53:48 + PACKAGES=/tmp/packages_end.txt 05:53:48 + case "${OS_FAMILY}" in 05:53:48 + rpm -qa 05:53:48 + sort 05:53:49 + '[' -f /tmp/packages_start.txt ']' 05:53:49 + '[' -f /tmp/packages_end.txt ']' 05:53:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:53:49 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-110 ']' 05:53:49 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-110/archives/ 05:53:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-110/archives/ [Pipeline] echo 05:53:49 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/gexfoundry_device-snmp-go_PR-110/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:53:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:53:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:53:50 05:53:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:53:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:53:50 alpine: Pulling from edgex-lftools-log-publisher 05:53:50 df20fa9351a1: Pulling fs layer 05:53:50 36b3adc4ff6f: Pulling fs layer 05:53:50 8ad3a11d3b57: Pulling fs layer 05:53:50 46f8f816bc3b: Pulling fs layer 05:53:50 93b61091891f: Pulling fs layer 05:53:50 93b9cdb0e59b: Pulling fs layer 05:53:50 5e14af77c1be: Pulling fs layer 05:53:50 01666e4c0597: Pulling fs layer 05:53:50 aa168da1d23b: Pulling fs layer 05:53:50 46f8f816bc3b: Waiting 05:53:50 93b61091891f: Waiting 05:53:50 93b9cdb0e59b: Waiting 05:53:50 5e14af77c1be: Waiting 05:53:50 01666e4c0597: Waiting 05:53:50 aa168da1d23b: Waiting 05:53:50 36b3adc4ff6f: Verifying Checksum 05:53:50 36b3adc4ff6f: Download complete 05:53:50 46f8f816bc3b: Verifying Checksum 05:53:50 46f8f816bc3b: Download complete 05:53:50 df20fa9351a1: Verifying Checksum 05:53:50 df20fa9351a1: Download complete 05:53:50 93b9cdb0e59b: Verifying Checksum 05:53:50 93b9cdb0e59b: Download complete 05:53:50 5e14af77c1be: Verifying Checksum 05:53:50 5e14af77c1be: Download complete 05:53:50 01666e4c0597: Verifying Checksum 05:53:50 01666e4c0597: Download complete 05:53:50 93b61091891f: Verifying Checksum 05:53:50 93b61091891f: Download complete 05:53:50 df20fa9351a1: Pull complete 05:53:51 36b3adc4ff6f: Pull complete 05:53:51 8ad3a11d3b57: Verifying Checksum 05:53:51 8ad3a11d3b57: Download complete 05:53:51 8ad3a11d3b57: Pull complete 05:53:51 46f8f816bc3b: Pull complete 05:53:51 93b61091891f: Pull complete 05:53:51 93b9cdb0e59b: Pull complete 05:53:52 5e14af77c1be: Pull complete 05:53:52 01666e4c0597: Pull complete 05:53:52 aa168da1d23b: Verifying Checksum 05:53:52 aa168da1d23b: Download complete 05:53:57 aa168da1d23b: Pull complete 05:53:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:53:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:53:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:53:57 prd-centos7-docker-4c-2g-770 does not seem to be running inside a container 05:53:57 $ 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/gexfoundry_device-snmp-go_PR-110/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_PR-110 -v /w/workspace/gexfoundry_device-snmp-go_PR-110:/w/workspace/gexfoundry_device-snmp-go_PR-110:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:53:59 $ docker top 2ca0a33ec26372cb0f2468ef11567c74a0edd248382486663b1987dfe9285ddc -eo pid,comm [Pipeline] { [Pipeline] sh 05:53:59 + touch /tmp/pre-build-complete [Pipeline] sh 05:54:00 + mkdir -p /var/log/sa [Pipeline] sh 05:54:00 + ls /var/log/sa-host 05:54:00 + sadf -c /var/log/sa-host/sa05 05:54:00 file_magic: OK 05:54:00 HZ: Using current value: 100 05:54:00 file_header: OK 05:54:00 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 05:54:00 Statistics: 05:54:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:54:00 File successfully converted to sysstat format version 12.2.1 05:54:00 + sadf -c /var/log/sa-host/sa14 05:54:00 file_magic: OK 05:54:00 HZ: Using current value: 100 05:54:00 file_header: OK 05:54:00 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 05:54:00 Statistics: 05:54:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:54:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:54:00 provisioning config files... 05:54:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-110@tmp/config1951891205875743996tmp [Pipeline] { [Pipeline] echo 05:54:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:54:01 ---> create-netrc.sh [Pipeline] } 05:54:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:54:01 ---> python-tools-install.sh [Pipeline] echo 05:54:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:54:01 ---> sudo-logs.sh 05:54:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:54:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:54:02 ---> job-cost.sh 05:54:02 lf-activate-venv: SKIPPING 05:54:02 DEBUG: total: 0.18000000715255737 05:54:02 INFO: Retrieving Stack Cost... 05:54:04 INFO: Retrieving Pricing Info for: v3-standard-2 05:54:04 INFO: Archiving Costs [Pipeline] echo 05:54:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:54:05 ---> logs-deploy.sh 05:54:05 lf-activate-venv: SKIPPING 05:54:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-110/1 05:54:05 INFO: archiving workspace using pattern(s): 05:54:05 Archives upload complete. 05:54:05 INFO: archiving logs to Nexus 05:54:06 ---> uname -a: 05:54:06 Linux prd-centos7-docker-4c-2g-770.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 05:54:06 05:54:06 05:54:06 ---> lscpu: 05:54:06 Architecture: x86_64 05:54:06 CPU op-mode(s): 32-bit, 64-bit 05:54:06 Byte Order: Little Endian 05:54:06 Address sizes: 40 bits physical, 48 bits virtual 05:54:06 CPU(s): 2 05:54:06 On-line CPU(s) list: 0,1 05:54:06 Thread(s) per core: 1 05:54:06 Core(s) per socket: 1 05:54:06 Socket(s): 2 05:54:06 NUMA node(s): 1 05:54:06 Vendor ID: AuthenticAMD 05:54:06 CPU family: 23 05:54:06 Model: 49 05:54:06 Model name: AMD EPYC-Rome Processor 05:54:06 Stepping: 0 05:54:06 CPU MHz: 2800.000 05:54:06 BogoMIPS: 5600.00 05:54:06 Virtualization: AMD-V 05:54:06 Hypervisor vendor: KVM 05:54:06 Virtualization type: full 05:54:06 L1d cache: 64 KiB 05:54:06 L1i cache: 64 KiB 05:54:06 L2 cache: 1 MiB 05:54:06 L3 cache: 32 MiB 05:54:06 NUMA node0 CPU(s): 0,1 05:54:06 Vulnerability Itlb multihit: Not affected 05:54:06 Vulnerability L1tf: Not affected 05:54:06 Vulnerability Mds: Not affected 05:54:06 Vulnerability Meltdown: Not affected 05:54:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:54:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:54:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:54:06 Vulnerability Srbds: Not affected 05:54:06 Vulnerability Tsx async abort: Not affected 05:54:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 05:54:06 05:54:06 05:54:06 ---> nproc: 05:54:06 2 05:54:06 05:54:06 05:54:06 ---> df -h: 05:54:06 Filesystem Size Used Available Use% Mounted on 05:54:06 overlay 40.0G 7.6G 32.4G 19% / 05:54:06 tmpfs 64.0M 0 64.0M 0% /dev 05:54:06 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 05:54:06 shm 64.0M 0 64.0M 0% /dev/shm 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/gexfoundry_device-snmp-go_PR-110 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/gexfoundry_device-snmp-go_PR-110@tmp 05:54:06 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 05:54:06 05:54:06 05:54:06 ---> free -m: 05:54:06 total used free shared buff/cache available 05:54:06 Mem: 7821 911 4816 0 2093 6731 05:54:06 Swap: 1023 0 1023 05:54:06 05:54:06 05:54:06 ---> ip addr: 05:54:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:54:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:54:06 inet 127.0.0.1/8 scope host lo 05:54:06 valid_lft forever preferred_lft forever 05:54:06 inet6 ::1/128 scope host 05:54:06 valid_lft forever preferred_lft forever 05:54:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:54:06 link/ether fa:16:3e:1d:df:8e brd ff:ff:ff:ff:ff:ff 05:54:06 inet 10.30.123.194/23 brd 10.30.123.255 scope global dynamic eth0 05:54:06 valid_lft 85860sec preferred_lft 85860sec 05:54:06 inet6 fe80::f816:3eff:fe1d:df8e/64 scope link 05:54:06 valid_lft forever preferred_lft forever 05:54:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:54:06 link/ether 02:42:b2:e3:87:5b brd ff:ff:ff:ff:ff:ff 05:54:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:54:06 valid_lft forever preferred_lft forever 05:54:06 inet6 fe80::42:b2ff:fee3:875b/64 scope link 05:54:06 valid_lft forever preferred_lft forever 05:54:06 05:54:06 05:54:06 ---> sar -b -r -n DEV: 05:54:06 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/14/21 _x86_64_ (2 CPU) 05:54:06 05:54:06 05:44:55 LINUX RESTART (2 CPU) 05:54:06 05:54:06 05:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:54:06 05:47:01 1.92 0.00 1.92 0.00 0.00 40.59 0.00 05:54:06 05:48:01 0.17 0.00 0.17 0.00 0.00 1.75 0.00 05:54:06 05:49:01 0.17 0.00 0.17 0.00 0.00 2.32 0.00 05:54:06 05:50:01 0.35 0.00 0.35 0.00 0.00 5.93 0.00 05:54:06 05:51:01 0.27 0.00 0.27 0.00 0.00 4.41 0.00 05:54:06 05:52:01 0.32 0.00 0.32 0.00 0.00 3.48 0.00 05:54:06 05:53:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 05:54:06 Average: 0.49 0.00 0.49 0.00 0.00 8.71 0.00 05:54:06 05:54:06 05:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:54:06 05:47:01 5466144 0 804048 10.04 2620 1736120 1328196 14.66 570780 1572524 8 05:54:06 05:48:01 5479240 0 790948 9.88 2620 1736124 1235904 13.65 557600 1574552 8 05:54:06 05:49:01 5478556 0 791628 9.88 2620 1736128 1236012 13.65 558648 1574552 16 05:54:06 05:50:01 5478940 0 791240 9.88 2620 1736132 1236024 13.65 558084 1575256 20 05:54:06 05:51:01 5478952 0 791220 9.88 2620 1736140 1229844 13.58 554720 1578200 16 05:54:06 05:52:01 5481484 0 788688 9.85 2620 1736140 1205172 13.31 552432 1578200 12 05:54:06 05:53:01 5474948 0 795212 9.93 2620 1736152 1205172 13.31 558988 1578200 8 05:54:06 Average: 5476895 0 793283 9.90 2620 1736134 1239475 13.68 558750 1575926 13 05:54:06 05:54:06 05:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:54:06 05:47:01 eth0 5.55 3.00 1.15 21.78 0.00 0.00 0.00 0.00 05:54:06 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:48:01 eth0 6.58 1.25 1.74 0.95 0.00 0.00 0.00 0.00 05:54:06 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:49:01 eth0 6.73 0.52 1.06 0.39 0.00 0.00 0.00 0.00 05:54:06 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:50:01 eth0 3.68 1.58 1.93 1.38 0.00 0.00 0.00 0.00 05:54:06 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:51:01 eth0 1.18 0.73 0.71 0.50 0.00 0.00 0.00 0.00 05:54:06 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:52:01 eth0 0.18 0.05 0.01 0.00 0.00 0.00 0.00 0.00 05:54:06 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:53:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 05:54:06 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 Average: eth0 3.43 1.02 0.94 3.57 0.00 0.00 0.00 0.00 05:54:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:54:06 05:54:06 05:54:06 ---> sar -P ALL: 05:54:06 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/14/21 _x86_64_ (2 CPU) 05:54:06 05:54:06 05:44:55 LINUX RESTART (2 CPU) 05:54:06 05:54:06 05:46:01 CPU %user %nice %system %iowait %steal %idle 05:54:06 05:47:01 all 0.64 0.00 0.10 0.00 0.02 99.25 05:54:06 05:47:01 0 0.23 0.00 0.12 0.00 0.02 99.63 05:54:06 05:47:01 1 1.03 0.00 0.08 0.00 0.02 98.87 05:54:06 05:48:01 all 0.18 0.00 0.05 0.00 0.02 99.75 05:54:06 05:48:01 0 0.28 0.00 0.05 0.00 0.02 99.65 05:54:06 05:48:01 1 0.08 0.00 0.05 0.00 0.02 99.85 05:54:06 05:49:01 all 0.28 0.00 0.03 0.00 0.03 99.67 05:54:06 05:49:01 0 0.50 0.00 0.03 0.00 0.02 99.45 05:54:06 05:49:01 1 0.05 0.00 0.03 0.00 0.03 99.88 05:54:06 05:50:01 all 0.24 0.00 0.06 0.00 0.01 99.69 05:54:06 05:50:01 0 0.32 0.00 0.03 0.00 0.00 99.65 05:54:06 05:50:01 1 0.17 0.00 0.08 0.00 0.02 99.73 05:54:06 05:51:01 all 0.15 0.00 0.05 0.00 0.03 99.77 05:54:06 05:51:01 0 0.23 0.00 0.03 0.00 0.02 99.72 05:54:06 05:51:01 1 0.07 0.00 0.07 0.00 0.03 99.83 05:54:06 05:52:01 all 0.13 0.00 0.03 0.00 0.03 99.81 05:54:06 05:52:01 0 0.23 0.00 0.03 0.00 0.02 99.72 05:54:06 05:52:01 1 0.03 0.00 0.03 0.00 0.03 99.90 05:54:06 05:53:01 all 0.15 0.00 0.03 0.00 0.02 99.80 05:54:06 05:53:01 0 0.10 0.00 0.00 0.00 0.00 99.90 05:54:06 05:53:01 1 0.20 0.00 0.07 0.00 0.03 99.70 05:54:06 Average: all 0.25 0.00 0.05 0.00 0.02 99.68 05:54:06 Average: 0 0.27 0.00 0.04 0.00 0.01 99.67 05:54:06 Average: 1 0.23 0.00 0.06 0.00 0.03 99.68 05:54:06 05:54:06 05:54:06