Pull request #103 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6+36f220337c15c882742676291291e5935134de27 (4f883b63bd6792b2e8da657f3e21206ed2ea98e7) 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-ssh9038664085435847702.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 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-ssh7301234629510761074.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 9d0281235b943b7ad605f650702698f9078b2862 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-103/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-103/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1237093584452324860.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-103/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2127543130727138416.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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-ssh689334033187866173.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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-103/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-103/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5194951975927541145.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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 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-1146 in /w/workspace/gexfoundry_device-snmp-go_PR-103 [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-103 # 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-103@tmp/jenkins-gitclient-ssh2426537922406245145.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 Merging remotes/origin/master commit 36f220337c15c882742676291291e5935134de27 into PR head commit 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 Merge succeeded, producing 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 Checking out Revision 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 (PR-103) > 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-103@tmp/jenkins-gitclient-ssh1869622122314731817.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/103/head:refs/remotes/origin/PR-103 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 # 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-103@tmp/jenkins-gitclient-ssh5990793901739303179.key > git merge 36f220337c15c882742676291291e5935134de27 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:43:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:43:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:43:49 ========================================================= 05:43:49 EdgeX Global Pipelines Version Info 05:43:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:43:53 ------------------- 05:43:53 stable info: 05:43:53 ------------------- 05:43:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:43:53 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 05:43:53 Message: update stable to v1.0.192 05:43:54 ------------------- 05:43:54 experimental info: 05:43:54 ------------------- 05:43:54 Commited By: **** collab-it+edgex@linuxfoundation.org 05:43:54 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 05:43:54 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:43:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:43:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:43:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:43:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:43:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:43:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:43:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:43:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:43:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:43:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-103 [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-103 [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-103 [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f6ff6b [Pipeline] echo 05:44:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:44:01 provisioning config files... 05:44:01 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-103@tmp/config8424089587303660031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:44:01 ---> docker-login.sh 05:44:01 nexus3.edgexfoundry.org:10001 05:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:01 Configure a credential helper to remove this warning. See 05:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:01 05:44:01 Login Succeeded 05:44:01 nexus3.edgexfoundry.org:10002 05:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:02 Configure a credential helper to remove this warning. See 05:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:02 05:44:02 Login Succeeded 05:44:02 nexus3.edgexfoundry.org:10003 05:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:02 Configure a credential helper to remove this warning. See 05:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:02 05:44:02 Login Succeeded 05:44:02 nexus3.edgexfoundry.org:10004 05:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:02 Configure a credential helper to remove this warning. See 05:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:02 05:44:02 Login Succeeded 05:44:02 docker.io 05:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:44:02 Configure a credential helper to remove this warning. See 05:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:44:02 05:44:02 Login Succeeded 05:44:02 ---> docker-login.sh ends [Pipeline] } 05:44:02 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:44:05 + git log --format=format:%s -1 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 [Pipeline] echo 05:44:05 GIT_COMMIT: 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 05:44:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:44:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:44:06 05:44:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:44:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:44:06 latest: Pulling from edgex-devops/git-semver 05:44:06 31603596830f: Pulling fs layer 05:44:06 54011a49482f: Pulling fs layer 05:44:06 a6820b24f6d8: Pulling fs layer 05:44:06 f581987b2513: Pulling fs layer 05:44:06 f581987b2513: Waiting 05:44:06 54011a49482f: Verifying Checksum 05:44:06 54011a49482f: Download complete 05:44:06 31603596830f: Verifying Checksum 05:44:06 31603596830f: Download complete 05:44:06 a6820b24f6d8: Verifying Checksum 05:44:06 a6820b24f6d8: Download complete 05:44:06 31603596830f: Pull complete 05:44:06 f581987b2513: Verifying Checksum 05:44:06 f581987b2513: Download complete 05:44:07 54011a49482f: Pull complete 05:44:07 a6820b24f6d8: Pull complete 05:44:08 f581987b2513: Pull complete 05:44:08 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:44:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:44:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:44:08 prd-centos7-docker-4c-2g-1146 does not seem to be running inside a container 05:44:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-103 -v /w/workspace/gexfoundry_device-snmp-go_PR-103:/w/workspace/gexfoundry_device-snmp-go_PR-103:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-103@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:44:09 $ docker top bedaf34f94f874dadd9b27c3c34812dfcc67c69660f3d4a7ed03abea1ffb1d50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:44:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:44:09 [ssh-agent] Looking for ssh-agent implementation... 05:44:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:44:09 $ docker exec bedaf34f94f874dadd9b27c3c34812dfcc67c69660f3d4a7ed03abea1ffb1d50 ssh-agent 05:44:09 SSH_AUTH_SOCK=/tmp/ssh-AVHQRlAjiHa5/agent.14 05:44:09 SSH_AGENT_PID=20 05:44:09 Running ssh-add (command line suppressed) 05:44:09 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-103@tmp/private_key_4206791811440688998.key (/w/workspace/gexfoundry_device-snmp-go_PR-103@tmp/private_key_4206791811440688998.key) 05:44:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:44:10 + git tag --points-at HEAD [Pipeline] } 05:44:10 $ docker exec --env ******** --env ******** bedaf34f94f874dadd9b27c3c34812dfcc67c69660f3d4a7ed03abea1ffb1d50 ssh-agent -k 05:44:10 unset SSH_AUTH_SOCK; 05:44:10 unset SSH_AGENT_PID; 05:44:10 echo Agent pid 20 killed; 05:44:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:44:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:44:10 [ssh-agent] Looking for ssh-agent implementation... 05:44:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:44:12 $ docker exec bedaf34f94f874dadd9b27c3c34812dfcc67c69660f3d4a7ed03abea1ffb1d50 ssh-agent 05:44:12 SSH_AUTH_SOCK=/tmp/ssh-hx1ECoUU625o/agent.55 05:44:12 SSH_AGENT_PID=61 05:44:12 Running ssh-add (command line suppressed) 05:44:12 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-103@tmp/private_key_1717114841546438256.key (/w/workspace/gexfoundry_device-snmp-go_PR-103@tmp/private_key_1717114841546438256.key) 05:44:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:44:13 + git semver init 05:44:13 # -> Open(): unable to determine branch for HEAD 05:44:13 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-103/.git 05:44:13 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_PR-103 05:44:13 # $SEMVER_REMOTE_NAME = origin 05:44:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:44:13 # $SEMVER_USER_NAME = edgex-jenkins 05:44:13 # $SEMVER_BRANCH = PR-103 05:44:13 # $SEMVER_TEMP = /tmp/semver-145083501 05:44:13 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 05:44:13 # '/tmp/semver-145083501' -> '/w/workspace/gexfoundry_device-snmp-go_PR-103/.semver' 05:44:13 # -> Force: false 05:44:13 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-103/.semver [Pipeline] } 05:44:13 $ docker exec --env ******** --env ******** bedaf34f94f874dadd9b27c3c34812dfcc67c69660f3d4a7ed03abea1ffb1d50 ssh-agent -k 05:44:13 unset SSH_AUTH_SOCK; 05:44:13 unset SSH_AGENT_PID; 05:44:13 echo Agent pid 61 killed; 05:44:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:44:14 + git semver [Pipeline] } 05:44:14 $ docker stop --time=1 bedaf34f94f874dadd9b27c3c34812dfcc67c69660f3d4a7ed03abea1ffb1d50 05:44:16 $ docker rm -f bedaf34f94f874dadd9b27c3c34812dfcc67c69660f3d4a7ed03abea1ffb1d50 [Pipeline] // withDockerContainer [Pipeline] sh 05:44:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:44:17 Stashed 1 file(s) [Pipeline] echo 05:44:17 [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:44:36 Still waiting to schedule task 05:44:36 Still waiting to schedule task 05:44:36 ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘centos7-docker-4c-2g’ 05:44:36 ‘prd-centos7-builder-2c-1g-307’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:44:36 ‘prd-centos7-docker-4c-2g-1136’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:44:36 ‘prd-centos7-docker-4c-2g-1138’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:44:36 ‘prd-centos7-docker-4c-2g-1157’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:44:36 ‘prd-centos7-docker-4c-2g-309’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:44:36 ‘prd-centos7-docker-4c-2g-1136’ is offline 05:44:36 ‘prd-centos7-docker-4c-2g-1138’ is offline 05:44:36 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1154’ is offline 05:44:36 ‘prd-centos7-docker-4c-2g-1157’ is offline 05:44:36 ‘prd-centos7-docker-4c-2g-309’ is offline 05:44:36 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1154’ doesn’t have label ‘centos7-docker-4c-2g’ 05:46:20 Running on prd-centos7-docker-4c-2g-1163 in /w/workspace/gexfoundry_device-snmp-go_PR-103 [Pipeline] { [Pipeline] ws 05:46:20 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:46:24 Selected Git installation does not exist. Using Default 05:46:24 The recommended git tool is: NONE 05:46:33 using credential edgex-jenkins-ssh 05:46:33 Cloning the remote Git repository 05:46:33 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:46:33 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:46:33 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:46:33 > git --version # timeout=10 05:46:33 > git --version # 'git version 2.24.4' 05:46:33 using GIT_SSH to set credentials SSH Credentials for GitHub 05:46:33 [INFO] Currently running in a labeled security context 05:46:33 [INFO] Currently SELinux is 'enforcing' on the host 05:46:33 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh2744760057469164768.key 05:46:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:46:34 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:46:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:46:34 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:46:34 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:46:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:46:34 [INFO] Currently running in a labeled security context 05:46:34 [INFO] Currently SELinux is 'enforcing' on the host 05:46:34 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh3811236526406535694.key 05:46:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/103/head:refs/remotes/origin/PR-103 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:46:36 Merging remotes/origin/master commit 36f220337c15c882742676291291e5935134de27 into PR head commit 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 05:46:36 Merge succeeded, producing 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 05:46:36 Checking out Revision 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 (PR-103) 05:46:36 > git config core.sparsecheckout # timeout=10 05:46:36 > git checkout -f 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 # timeout=10 05:46:36 > git remote # timeout=10 05:46:36 > git config --get remote.origin.url # timeout=10 05:46:36 using GIT_SSH to set credentials SSH Credentials for GitHub 05:46:36 [INFO] Currently running in a labeled security context 05:46:36 [INFO] Currently SELinux is 'enforcing' on the host 05:46:36 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh3971385753829648742.key 05:46:36 > git merge 36f220337c15c882742676291291e5935134de27 # timeout=10 05:46:36 > git rev-parse HEAD^{commit} # timeout=10 05:46:36 > git config core.sparsecheckout # timeout=10 05:46:36 > git checkout -f 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 # timeout=10 05:46:40 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:46:40 > git --version # timeout=10 05:46:40 > git --version # 'git version 2.24.4' 05:46:40 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:46:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:46:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:46:46 + sudo service docker restart 05:46:46 + true 05:46:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:47:03 provisioning config files... 05:47:03 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config4591468108684205742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:47:03 ---> docker-login.sh 05:47:03 nexus3.edgexfoundry.org:10001 05:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:04 Configure a credential helper to remove this warning. See 05:47:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:04 05:47:04 Login Succeeded 05:47:04 nexus3.edgexfoundry.org:10002 05:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:06 Configure a credential helper to remove this warning. See 05:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:06 05:47:06 Login Succeeded 05:47:06 nexus3.edgexfoundry.org:10003 05:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:06 Configure a credential helper to remove this warning. See 05:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:06 05:47:06 Login Succeeded 05:47:06 nexus3.edgexfoundry.org:10004 05:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:06 Configure a credential helper to remove this warning. See 05:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:06 05:47:06 Login Succeeded 05:47:06 docker.io 05:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:06 Configure a credential helper to remove this warning. See 05:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:06 05:47:06 Login Succeeded 05:47:06 ---> docker-login.sh ends [Pipeline] } 05:47:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:47:06 ========================================================= 05:47:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:47:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:47:07 + 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:47:07 Sending build context to Docker daemon 357.9kB 05:47:07 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 05:47:07 Step 2/10 : FROM ${BASE} 05:47:07 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:47:07 540db60ca938: Pulling fs layer 05:47:07 adcc1eea9eea: Pulling fs layer 05:47:07 4c4ab2625f07: Pulling fs layer 05:47:07 0510c868ecb4: Pulling fs layer 05:47:07 afea3b2eda06: Pulling fs layer 05:47:07 7809a108b3ef: Pulling fs layer 05:47:07 f706445af74f: Pulling fs layer 05:47:07 afea3b2eda06: Waiting 05:47:07 7809a108b3ef: Waiting 05:47:07 f706445af74f: Waiting 05:47:07 0510c868ecb4: Waiting 05:47:07 4c4ab2625f07: Verifying Checksum 05:47:07 4c4ab2625f07: Download complete 05:47:07 adcc1eea9eea: Verifying Checksum 05:47:07 adcc1eea9eea: Download complete 05:47:07 afea3b2eda06: Verifying Checksum 05:47:07 afea3b2eda06: Download complete 05:47:07 7809a108b3ef: Verifying Checksum 05:47:07 7809a108b3ef: Download complete 05:47:07 540db60ca938: Verifying Checksum 05:47:07 540db60ca938: Download complete 05:47:07 540db60ca938: Pull complete 05:47:07 adcc1eea9eea: Pull complete 05:47:07 4c4ab2625f07: Pull complete 05:47:08 f706445af74f: Verifying Checksum 05:47:08 f706445af74f: Download complete 05:47:11 0510c868ecb4: Verifying Checksum 05:47:11 0510c868ecb4: Download complete 05:47:12 0510c868ecb4: Pull complete 05:47:13 afea3b2eda06: Pull complete 05:47:13 7809a108b3ef: Pull complete 05:47:14 f706445af74f: Pull complete 05:47:14 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:47:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:47:14 ---> b068be0155e3 05:47:14 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" 05:47:18 ---> Running in 4c6eeaf608b0 05:47:18 Removing intermediate container 4c6eeaf608b0 05:47:18 ---> 8614dd4ab670 05:47:18 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 05:47:18 ---> Running in 4644b574f7b9 05:47:19 Removing intermediate container 4644b574f7b9 05:47:19 ---> fcba62a385af 05:47:19 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 05:47:19 ---> Running in 329eb13c9353 05:47:19 Removing intermediate container 329eb13c9353 05:47:19 ---> bef6756c2dd1 05:47:19 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:47:19 ---> Running in 2da17e81c6ae 05:47:19 Removing intermediate container 2da17e81c6ae 05:47:19 ---> aa7a9ee19ce1 05:47:19 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:47:19 ---> Running in 1119891b265f 05:47:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:47:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:47:25 (1/13) Installing libc-dev (0.7.2-r3) 05:47:25 (2/13) Installing libsodium (1.0.18-r0) 05:47:25 (3/13) Installing pkgconf (1.7.3-r0) 05:47:25 (4/13) Installing libsodium-dev (1.0.18-r0) 05:47:27 (5/13) Installing openssh-keygen (8.4_p1-r3) 05:47:27 (6/13) Installing libedit (20191231.3.1-r1) 05:47:27 (7/13) Installing openssh-client (8.4_p1-r3) 05:47:28 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 05:47:28 (9/13) Installing openssh-server-common (8.4_p1-r3) 05:47:29 (10/13) Installing openssh-server (8.4_p1-r3) 05:47:30 (11/13) Installing openssh (8.4_p1-r3) 05:47:30 (12/13) Installing libzmq (4.3.3-r1) 05:47:32 (13/13) Installing zeromq-dev (4.3.3-r1) 05:47:32 Executing busybox-1.32.1-r6.trigger 05:47:32 OK: 156 MiB in 53 packages 05:47:32 Removing intermediate container 1119891b265f 05:47:32 ---> fcbcf85fb89a 05:47:32 Step 8/10 : WORKDIR /device-snmp-go 05:47:32 ---> Running in 168ee539c301 05:47:32 Removing intermediate container 168ee539c301 05:47:32 ---> eadc59986b6b 05:47:32 Step 9/10 : COPY . . 05:47:32 ---> b3109e3cf8b9 05:47:32 Step 10/10 : RUN go mod download 05:47:32 ---> Running in c38da2aa3aa0 05:47:44 Removing intermediate container c38da2aa3aa0 05:47:44 ---> d128db58b06b 05:47:44 Successfully built d128db58b06b 05:47:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:47:44 + docker inspect -f . ci-base-image-x86_64 05:47:44 . [Pipeline] withDockerContainer 05:47:44 prd-centos7-docker-4c-2g-1163 does not seem to be running inside a container 05:47:44 $ 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:47:45 $ docker top b3312baf1aee43ec465b60691cdef6988fafcfc1182f288cac1fd9517dcd3e88 -eo pid,comm [Pipeline] { [Pipeline] sh 05:47:45 + go version 05:47:45 go version go1.16.3 linux/amd64 [Pipeline] } 05:47:45 $ docker stop --time=1 b3312baf1aee43ec465b60691cdef6988fafcfc1182f288cac1fd9517dcd3e88 05:47:46 $ docker rm -f b3312baf1aee43ec465b60691cdef6988fafcfc1182f288cac1fd9517dcd3e88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:47:47 + docker inspect -f . ci-base-image-x86_64 05:47:47 . [Pipeline] withDockerContainer 05:47:49 prd-centos7-docker-4c-2g-1163 does not seem to be running inside a container 05:47:49 $ 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:47:50 $ docker top 70fc689547dc7252b94c34aa619171ff9fd2224e1ec03b5bdca4add303ea666f -eo pid,comm [Pipeline] { [Pipeline] sh 05:47:50 + go mod tidy [Pipeline] sh 05:47:51 + make test 05:47:51 go mod tidy 05:47:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:47:52 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:48:07 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:48:07 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.006s coverage: 0.0% of statements 05:48:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:48:14 gofmt -l . 05:48:14 [ "`gofmt -l .`" = "" ] 05:48:14 ./bin/test-attribution-txt.sh [Pipeline] } 05:48:14 $ docker stop --time=1 70fc689547dc7252b94c34aa619171ff9fd2224e1ec03b5bdca4add303ea666f 05:48:16 $ docker rm -f 70fc689547dc7252b94c34aa619171ff9fd2224e1ec03b5bdca4add303ea666f [Pipeline] // withDockerContainer [Pipeline] sh 05:48:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:48:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:48:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:48:22 + ls -al . 05:48:22 total 104 05:48:22 drwxrwxr-x. 7 jenkins jenkins 4096 May 31 05:48 . 05:48:22 drwxrwxr-x. 4 jenkins jenkins 28 May 31 05:46 .. 05:48:22 -rw-rw-r--. 1 jenkins jenkins 6520 May 31 05:46 Attribution.txt 05:48:22 drwxrwxr-x. 2 jenkins jenkins 60 May 31 05:46 bin 05:48:22 drwxrwxr-x. 3 jenkins jenkins 32 May 31 05:46 cmd 05:48:22 -rw-r--r--. 1 jenkins jenkins 7631 May 31 05:48 coverage.out 05:48:22 -rw-rw-r--. 1 jenkins jenkins 1459 May 31 05:46 Dockerfile 05:48:22 -rw-rw-r--. 1 jenkins jenkins 1057 May 31 05:46 Dockerfile.build 05:48:22 -rw-rw-r--. 1 jenkins jenkins 6 May 31 05:46 .dockerignore 05:48:22 drwxrwxr-x. 8 jenkins jenkins 179 May 31 05:46 .git 05:48:22 drwxrwxr-x. 2 jenkins jenkins 103 May 31 05:46 .github 05:48:22 -rw-rw-r--. 1 jenkins jenkins 269 May 31 05:46 .gitignore 05:48:22 -rw-rw-r--. 1 jenkins jenkins 222 May 31 05:46 go.mod 05:48:22 -rw-r--r--. 1 jenkins jenkins 21556 May 31 05:47 go.sum 05:48:22 drwxrwxr-x. 3 jenkins jenkins 20 May 31 05:46 internal 05:48:22 -rw-rw-r--. 1 jenkins jenkins 656 May 31 05:46 Jenkinsfile 05:48:22 -rw-rw-r--. 1 jenkins jenkins 11340 May 31 05:46 LICENSE 05:48:22 -rw-rw-r--. 1 jenkins jenkins 936 May 31 05:46 Makefile 05:48:22 -rw-rw-r--. 1 jenkins jenkins 9079 May 31 05:46 README.md 05:48:22 -rw-rw-r--. 1 jenkins jenkins 5 May 31 05:44 VERSION 05:48:22 -rw-rw-r--. 1 jenkins jenkins 209 May 31 05:46 version.go [Pipeline] isUnix [Pipeline] sh 05:48:22 + docker build -t device-snmp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 --label arch=amd64 --label version=0.0.0 . 05:48:22 Sending build context to Docker daemon 366.1kB 05:48:22 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 05:48:22 Step 2/24 : FROM ${BASE} AS builder 05:48:22 ---> d128db58b06b 05:48:22 Step 3/24 : ARG MAKE='make build' 05:48:22 ---> Running in f3d6f314a338 05:48:22 Removing intermediate container f3d6f314a338 05:48:22 ---> 59d32fc80ced 05:48:22 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:48:22 ---> Running in 7fb07c884314 05:48:22 Removing intermediate container 7fb07c884314 05:48:22 ---> a77447ed5a91 05:48:22 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:48:22 ---> Running in 79be64b4bc2f 05:48:22 Removing intermediate container 79be64b4bc2f 05:48:22 ---> da6d5ad7c4d2 05:48:22 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:48:22 ---> Running in d6a7093570ff 05:48:23 Removing intermediate container d6a7093570ff 05:48:23 ---> 2b53c0462f81 05:48:23 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:48:23 ---> Running in a69a0d344cf7 05:48:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:48:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:48:26 OK: 156 MiB in 53 packages 05:48:26 Removing intermediate container a69a0d344cf7 05:48:26 ---> 9973df537594 05:48:26 Step 8/24 : WORKDIR /device-snmp-go 05:48:26 ---> Running in d5f2285954ef 05:48:26 Removing intermediate container d5f2285954ef 05:48:26 ---> 9c5fe6bd9bdd 05:48:26 Step 9/24 : COPY . . 05:48:26 ---> 06de31d826b8 05:48:26 Step 10/24 : RUN go mod tidy 05:48:26 ---> Running in c1fd5ead5233 05:48:26 Removing intermediate container c1fd5ead5233 05:48:26 ---> ec3ed2b910b0 05:48:26 Step 11/24 : RUN make update 05:48:26 ---> Running in 4736fbb99cf7 05:48:26 CGO_ENABLED=0 GO111MODULE=on go mod download 05:48:26 Removing intermediate container 4736fbb99cf7 05:48:26 ---> ca7d60f53afe 05:48:26 Step 12/24 : RUN ${MAKE} 05:48:26 ---> Running in 021432b4ef6a 05:48:27 go mod tidy 05:48:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp ./cmd 05:48:41 Removing intermediate container 021432b4ef6a 05:48:41 ---> c857b87b53ac 05:48:41 Step 13/24 : FROM alpine:3.12 05:48:41 3.12: Pulling from library/alpine 05:48:41 339de151aab4: Pulling fs layer 05:48:41 339de151aab4: Download complete 05:48:41 339de151aab4: Pull complete 05:48:41 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:48:41 Status: Downloaded newer image for alpine:3.12 05:48:41 ---> 13621d1b12d4 05:48:41 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:48:41 ---> Running in 825fc697bed2 05:48:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:48:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:48:41 (1/6) Installing dumb-init (1.2.2-r1) 05:48:41 (2/6) Installing libgcc (9.3.0-r2) 05:48:41 (3/6) Installing libsodium (1.0.18-r0) 05:48:41 (4/6) Installing libstdc++ (9.3.0-r2) 05:48:41 (5/6) Installing libzmq (4.3.3-r0) 05:48:41 (6/6) Installing zeromq (4.3.3-r0) 05:48:41 Executing busybox-1.31.1-r20.trigger 05:48:41 OK: 8 MiB in 20 packages 05:48:41 Removing intermediate container 825fc697bed2 05:48:41 ---> 99958c3b9160 05:48:41 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:48:42 ---> c81760c9c494 05:48:42 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:48:42 ---> a4698b55d387 05:48:42 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:48:42 ---> 64f266a9138d 05:48:42 Step 18/24 : EXPOSE 59993 05:48:42 ---> Running in 9758d7978688 05:48:42 Removing intermediate container 9758d7978688 05:48:42 ---> 54b370a75804 05:48:42 Step 19/24 : EXPOSE 161 05:48:42 ---> Running in 27055fba2a93 05:48:42 Removing intermediate container 27055fba2a93 05:48:42 ---> 090851eb92b0 05:48:42 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:48:42 ---> Running in e425f2c1d1ad 05:48:42 Removing intermediate container e425f2c1d1ad 05:48:42 ---> 03b2ceb38bb0 05:48:42 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:48:42 ---> Running in e10e15f3ff9a 05:48:42 Removing intermediate container e10e15f3ff9a 05:48:42 ---> f309d49e2b27 05:48:42 Step 22/24 : LABEL arch=amd64 05:48:42 ---> Running in 62f95d8f0429 05:48:42 Removing intermediate container 62f95d8f0429 05:48:42 ---> 11e0f7363539 05:48:42 Step 23/24 : LABEL git_sha=0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 05:48:42 ---> Running in 7bb3a427aa19 05:48:42 Removing intermediate container 7bb3a427aa19 05:48:42 ---> 1a4b4e49d601 05:48:42 Step 24/24 : LABEL version=0.0.0 05:48:42 ---> Running in 9c3064b6057a 05:48:43 Removing intermediate container 9c3064b6057a 05:48:43 ---> 0f95fd47315d 05:48:43 [Warning] One or more build-args [ARCH] were not consumed 05:48:43 Successfully built 0f95fd47315d 05:48:43 Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:48:44 ---> job-cost.sh 05:48:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9Ov8 05:48:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:49:11 lf-activate-venv(): INFO: Adding /tmp/venv-9Ov8/bin to PATH 05:49:11 INFO: No Stack... 05:49:11 INFO: Retrieving Pricing Info for: v3-standard-2 05:49:11 INFO: Archiving Costs [Pipeline] sh 05:49:11 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:49:11 + cut -d, -f6 [Pipeline] lock 05:49:11 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-103-1-stack-cost] 05:49:11 Resource [jenkins-edgexfoundry-device-snmp-go-PR-103-1-stack-cost] did not exist. Created. 05:49:11 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-103-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:49:11 + echo total: 0.05999999865889549 [Pipeline] stash 05:49:12 Stashed 1 file(s) [Pipeline] } 05:49:12 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-103-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:51:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1281 in /w/workspace/gexfoundry_device-snmp-go_PR-103 [Pipeline] { [Pipeline] ws 05:51:25 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:51:25 Selected Git installation does not exist. Using Default 05:51:25 The recommended git tool is: NONE 05:51:34 using credential edgex-jenkins-ssh 05:51:34 Cloning the remote Git repository 05:51:34 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:51:34 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:51:34 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:51:34 > git --version # timeout=10 05:51:34 > git --version # 'git version 2.17.1' 05:51:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:51:38 Merging remotes/origin/master commit 36f220337c15c882742676291291e5935134de27 into PR head commit 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 05:51:38 Merge succeeded, producing 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 05:51:38 Checking out Revision 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 (PR-103) 05:51:37 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:51:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:51:37 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:51:37 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:51:37 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/103/head:refs/remotes/origin/PR-103 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:51:38 > git config core.sparsecheckout # timeout=10 05:51:38 > git checkout -f 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 # timeout=10 05:51:38 > git remote # timeout=10 05:51:38 > git config --get remote.origin.url # timeout=10 05:51:38 using GIT_SSH to set credentials SSH Credentials for GitHub 05:51:38 > git merge 36f220337c15c882742676291291e5935134de27 # timeout=10 05:51:38 > git rev-parse HEAD^{commit} # timeout=10 05:51:38 > git config core.sparsecheckout # timeout=10 05:51:38 > git checkout -f 0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 # timeout=10 05:51:44 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:51:44 > git --version # timeout=10 05:51:44 > git --version # 'git version 2.17.1' 05:51:44 fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:51:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:51:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:51:46 + true 05:51:46 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:52:05 provisioning config files... 05:52:05 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config3007760129242874306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:52:05 ---> docker-login.sh 05:52:05 nexus3.edgexfoundry.org:10001 05:52:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:52:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:52:07 Configure a credential helper to remove this warning. See 05:52:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:52:07 05:52:07 Login Succeeded 05:52:07 nexus3.edgexfoundry.org:10002 05:52:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:52:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:52:07 Configure a credential helper to remove this warning. See 05:52:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:52:07 05:52:07 Login Succeeded 05:52:07 nexus3.edgexfoundry.org:10003 05:52:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:52:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:52:08 Configure a credential helper to remove this warning. See 05:52:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:52:08 05:52:08 Login Succeeded 05:52:08 nexus3.edgexfoundry.org:10004 05:52:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:52:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:52:08 Configure a credential helper to remove this warning. See 05:52:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:52:08 05:52:08 Login Succeeded 05:52:08 docker.io 05:52:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:52:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:52:09 Configure a credential helper to remove this warning. See 05:52:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:52:09 05:52:09 Login Succeeded 05:52:09 ---> docker-login.sh ends [Pipeline] } 05:52:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:52:12 ========================================================= 05:52:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:52:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:52:13 + 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:52:13 Sending build context to Docker daemon 356.9kB 05:52:13 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 05:52:13 Step 2/10 : FROM ${BASE} 05:52:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:52:13 595b0fe564bb: Pulling fs layer 05:52:13 7186ed65a4f7: Pulling fs layer 05:52:13 316046926c0a: Pulling fs layer 05:52:13 4ebd0625c992: Pulling fs layer 05:52:13 207e8628e3a3: Pulling fs layer 05:52:13 c791037a9be2: Pulling fs layer 05:52:13 ffd874e62e21: Pulling fs layer 05:52:13 ffd874e62e21: Waiting 05:52:13 207e8628e3a3: Waiting 05:52:13 c791037a9be2: Waiting 05:52:13 316046926c0a: Verifying Checksum 05:52:13 316046926c0a: Download complete 05:52:13 7186ed65a4f7: Download complete 05:52:13 207e8628e3a3: Verifying Checksum 05:52:13 207e8628e3a3: Download complete 05:52:13 c791037a9be2: Verifying Checksum 05:52:13 c791037a9be2: Download complete 05:52:13 595b0fe564bb: Verifying Checksum 05:52:13 595b0fe564bb: Download complete 05:52:16 595b0fe564bb: Pull complete 05:52:16 7186ed65a4f7: Pull complete 05:52:16 316046926c0a: Pull complete 05:52:17 ffd874e62e21: Verifying Checksum 05:52:17 ffd874e62e21: Download complete 05:52:19 4ebd0625c992: Verifying Checksum 05:52:19 4ebd0625c992: Download complete 05:52:27 4ebd0625c992: Pull complete 05:52:28 207e8628e3a3: Pull complete 05:52:28 c791037a9be2: Pull complete 05:52:31 ffd874e62e21: Pull complete 05:52:31 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 05:52:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:52:31 ---> cfc18b08335c 05:52:31 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" 05:52:36 ---> Running in 5fad47e4c4e5 05:52:36 Removing intermediate container 5fad47e4c4e5 05:52:36 ---> ddb5aa368e80 05:52:36 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 05:52:36 ---> Running in 5948bb223034 05:52:36 Removing intermediate container 5948bb223034 05:52:36 ---> a9f46aaf7bb0 05:52:36 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 05:52:36 ---> Running in 20abcbe8f9dd 05:52:36 Removing intermediate container 20abcbe8f9dd 05:52:36 ---> f70cb53a287d 05:52:36 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:52:36 ---> Running in 3368df3909d2 05:52:38 Removing intermediate container 3368df3909d2 05:52:38 ---> 047f2e476832 05:52:38 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:52:38 ---> Running in f4f48d0707c3 05:52:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:52:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:52:41 (1/13) Installing libc-dev (0.7.2-r3) 05:52:41 (2/13) Installing libsodium (1.0.18-r0) 05:52:41 (3/13) Installing pkgconf (1.7.3-r0) 05:52:42 (4/13) Installing libsodium-dev (1.0.18-r0) 05:52:42 (5/13) Installing openssh-keygen (8.4_p1-r3) 05:52:42 (6/13) Installing libedit (20191231.3.1-r1) 05:52:42 (7/13) Installing openssh-client (8.4_p1-r3) 05:52:42 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 05:52:42 (9/13) Installing openssh-server-common (8.4_p1-r3) 05:52:42 (10/13) Installing openssh-server (8.4_p1-r3) 05:52:42 (11/13) Installing openssh (8.4_p1-r3) 05:52:43 (12/13) Installing libzmq (4.3.3-r1) 05:52:43 (13/13) Installing zeromq-dev (4.3.3-r1) 05:52:43 Executing busybox-1.32.1-r6.trigger 05:52:43 OK: 145 MiB in 53 packages 05:52:46 Removing intermediate container f4f48d0707c3 05:52:46 ---> 3841069bd5bf 05:52:46 Step 8/10 : WORKDIR /device-snmp-go 05:52:46 ---> Running in c1f8fde91558 05:52:46 Removing intermediate container c1f8fde91558 05:52:46 ---> 023e752d075f 05:52:46 Step 9/10 : COPY . . 05:52:46 ---> 6f28245c6571 05:52:46 Step 10/10 : RUN go mod download 05:52:46 ---> Running in 18fbf95a17ff 05:53:14 Removing intermediate container 18fbf95a17ff 05:53:14 ---> 5201095b7350 05:53:14 Successfully built 5201095b7350 05:53:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:53:14 + docker inspect -f . ci-base-image-arm64 05:53:14 . [Pipeline] withDockerContainer 05:53:14 prd-ubuntu18.04-docker-arm64-4c-16g-1281 does not seem to be running inside a container 05:53:14 $ 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 ******** -e ******** ci-base-image-arm64 cat 05:53:16 $ docker top e36a51abe7f2a242d2596505073d38796bf4a6a5e33dd32407323f3b30f557f6 -eo pid,comm [Pipeline] { [Pipeline] sh 05:53:17 + go version 05:53:17 go version go1.16.3 linux/arm64 [Pipeline] } 05:53:17 $ docker stop --time=1 e36a51abe7f2a242d2596505073d38796bf4a6a5e33dd32407323f3b30f557f6 05:53:19 $ docker rm -f e36a51abe7f2a242d2596505073d38796bf4a6a5e33dd32407323f3b30f557f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:53:20 + docker inspect -f . ci-base-image-arm64 05:53:20 . [Pipeline] withDockerContainer 05:53:20 prd-ubuntu18.04-docker-arm64-4c-16g-1281 does not seem to be running inside a container 05:53:20 $ 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 ******** -e ******** ci-base-image-arm64 cat 05:53:24 $ docker top 0a358760800b6cf0ea4f31b1c26386c33a06a183e9460dabdb3c7eaba4acfa8e -eo pid,comm [Pipeline] { [Pipeline] sh 05:53:25 + go mod tidy [Pipeline] sh 05:53:26 + make test 05:53:26 go mod tidy 05:53:27 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:53:28 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:54:19 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:54:19 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.032s coverage: 0.0% of statements 05:54:19 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:54:40 gofmt -l . 05:54:40 [ "`gofmt -l .`" = "" ] 05:54:41 ./bin/test-attribution-txt.sh [Pipeline] } 05:54:44 $ docker stop --time=1 0a358760800b6cf0ea4f31b1c26386c33a06a183e9460dabdb3c7eaba4acfa8e 05:54:46 $ docker rm -f 0a358760800b6cf0ea4f31b1c26386c33a06a183e9460dabdb3c7eaba4acfa8e [Pipeline] // withDockerContainer [Pipeline] sh 05:54:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:54:47 Warning: overwriting stash ‘coverage-report’ 05:54:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:54:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:54:49 + ls -al . 05:54:49 total 128 05:54:49 drwxrwxr-x 7 jenkins jenkins 4096 May 31 05:54 . 05:54:49 drwxrwxr-x 4 jenkins jenkins 4096 May 31 05:51 .. 05:54:49 -rw-rw-r-- 1 jenkins jenkins 6 May 31 05:51 .dockerignore 05:54:49 drwxrwxr-x 8 jenkins jenkins 4096 May 31 05:51 .git 05:54:49 drwxrwxr-x 2 jenkins jenkins 4096 May 31 05:51 .github 05:54:49 -rw-rw-r-- 1 jenkins jenkins 269 May 31 05:51 .gitignore 05:54:49 -rw-rw-r-- 1 jenkins jenkins 6520 May 31 05:51 Attribution.txt 05:54:49 -rw-rw-r-- 1 jenkins jenkins 1459 May 31 05:51 Dockerfile 05:54:49 -rw-rw-r-- 1 jenkins jenkins 1057 May 31 05:51 Dockerfile.build 05:54:49 -rw-rw-r-- 1 jenkins jenkins 656 May 31 05:51 Jenkinsfile 05:54:49 -rw-rw-r-- 1 jenkins jenkins 11340 May 31 05:51 LICENSE 05:54:49 -rw-rw-r-- 1 jenkins jenkins 936 May 31 05:51 Makefile 05:54:49 -rw-rw-r-- 1 jenkins jenkins 9079 May 31 05:51 README.md 05:54:49 -rw-rw-r-- 1 jenkins jenkins 5 May 31 05:44 VERSION 05:54:49 drwxrwxr-x 2 jenkins jenkins 4096 May 31 05:51 bin 05:54:49 drwxrwxr-x 3 jenkins jenkins 4096 May 31 05:51 cmd 05:54:49 -rw-r--r-- 1 jenkins jenkins 7631 May 31 05:54 coverage.out 05:54:49 -rw-rw-r-- 1 jenkins jenkins 222 May 31 05:51 go.mod 05:54:49 -rw-r--r-- 1 jenkins jenkins 21556 May 31 05:53 go.sum 05:54:49 drwxrwxr-x 3 jenkins jenkins 4096 May 31 05:51 internal 05:54:49 -rw-rw-r-- 1 jenkins jenkins 209 May 31 05:51 version.go [Pipeline] isUnix [Pipeline] sh 05:54:49 + docker build -t device-snmp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 --label arch=arm64 --label version=0.0.0 . 05:54:49 Sending build context to Docker daemon 365.1kB 05:54:49 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 05:54:49 Step 2/24 : FROM ${BASE} AS builder 05:54:49 ---> 5201095b7350 05:54:49 Step 3/24 : ARG MAKE='make build' 05:54:50 ---> Running in 7d21173bde14 05:54:52 Removing intermediate container 7d21173bde14 05:54:52 ---> c0a848cda14a 05:54:52 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:54:52 ---> Running in d2d7020e5b56 05:54:52 Removing intermediate container d2d7020e5b56 05:54:52 ---> 7bffac3c750e 05:54:52 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:54:52 ---> Running in 555094dd6607 05:54:52 Removing intermediate container 555094dd6607 05:54:52 ---> 928b8b5ba2d6 05:54:52 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:52 ---> Running in 0087830346ca 05:54:58 Removing intermediate container 0087830346ca 05:54:58 ---> c3dcd8bc53a8 05:54:58 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:54:58 ---> Running in 1d99d4309cc8 05:54:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:54:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:54:59 OK: 145 MiB in 53 packages 05:55:00 Removing intermediate container 1d99d4309cc8 05:55:00 ---> 4082416ee584 05:55:00 Step 8/24 : WORKDIR /device-snmp-go 05:55:00 ---> Running in c31016473944 05:55:01 Removing intermediate container c31016473944 05:55:01 ---> ef66551cc12e 05:55:01 Step 9/24 : COPY . . 05:55:02 ---> 553502db9468 05:55:02 Step 10/24 : RUN go mod tidy 05:55:02 ---> Running in 7f4292357e0d 05:55:05 Removing intermediate container 7f4292357e0d 05:55:05 ---> 9fcb0d1cb066 05:55:05 Step 11/24 : RUN make update 05:55:05 ---> Running in 70493493830c 05:55:06 CGO_ENABLED=0 GO111MODULE=on go mod download 05:55:08 Removing intermediate container 70493493830c 05:55:08 ---> 7511293d5c33 05:55:08 Step 12/24 : RUN ${MAKE} 05:55:08 ---> Running in 1f8f6b5c90a3 05:55:08 go mod tidy 05:55:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp ./cmd 05:55:48 Removing intermediate container 1f8f6b5c90a3 05:55:48 ---> d3a206a5c5ce 05:55:48 Step 13/24 : FROM alpine:3.12 05:55:48 3.12: Pulling from library/alpine 05:55:48 d2f70382dc9a: Pulling fs layer 05:55:48 d2f70382dc9a: Verifying Checksum 05:55:48 d2f70382dc9a: Download complete 05:55:48 d2f70382dc9a: Pull complete 05:55:48 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:55:48 Status: Downloaded newer image for alpine:3.12 05:55:48 ---> 9852663dfa18 05:55:48 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:55:48 ---> Running in 186027f14a41 05:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:55:48 (1/6) Installing dumb-init (1.2.2-r1) 05:55:48 (2/6) Installing libgcc (9.3.0-r2) 05:55:48 (3/6) Installing libsodium (1.0.18-r0) 05:55:48 (4/6) Installing libstdc++ (9.3.0-r2) 05:55:48 (5/6) Installing libzmq (4.3.3-r0) 05:55:48 (6/6) Installing zeromq (4.3.3-r0) 05:55:48 Executing busybox-1.31.1-r20.trigger 05:55:48 OK: 8 MiB in 20 packages 05:55:49 Removing intermediate container 186027f14a41 05:55:49 ---> e1831b45208b 05:55:49 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:55:50 ---> 6d8cff649a24 05:55:50 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:55:51 ---> 8ccdfd648253 05:55:51 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:55:52 ---> c66745ccb4ac 05:55:52 Step 18/24 : EXPOSE 59993 05:55:52 ---> Running in 00269e9794d8 05:55:52 Removing intermediate container 00269e9794d8 05:55:52 ---> 27fe7624dca6 05:55:52 Step 19/24 : EXPOSE 161 05:55:53 ---> Running in 12ed848b035e 05:55:53 Removing intermediate container 12ed848b035e 05:55:53 ---> ec5b1dcc09cc 05:55:53 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:55:53 ---> Running in 32a170b9bf9c 05:55:54 Removing intermediate container 32a170b9bf9c 05:55:54 ---> 0a8fee0511f9 05:55:54 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:55:54 ---> Running in b8e0571d4427 05:55:55 Removing intermediate container b8e0571d4427 05:55:55 ---> fa5e4ee15693 05:55:55 Step 22/24 : LABEL arch=arm64 05:55:55 ---> Running in 0119a61a1e12 05:55:55 Removing intermediate container 0119a61a1e12 05:55:55 ---> 9b89d770efb8 05:55:55 Step 23/24 : LABEL git_sha=0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 05:55:55 ---> Running in c7432599df94 05:55:55 Removing intermediate container c7432599df94 05:55:55 ---> fd0c01b1e4b8 05:55:55 Step 24/24 : LABEL version=0.0.0 05:55:56 ---> Running in 1d7161261550 05:55:56 Removing intermediate container 1d7161261550 05:55:56 ---> a78f1373fd06 05:55:56 [Warning] One or more build-args [ARCH] were not consumed 05:55:56 Successfully built a78f1373fd06 05:55:56 Successfully tagged device-snmp-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:55:57 ---> job-cost.sh 05:55:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SXhV 05:56:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:58:01 lf-activate-venv(): INFO: Adding /tmp/venv-SXhV/bin to PATH 05:58:01 INFO: No Stack... 05:58:01 INFO: Retrieving Pricing Info for: v2-standard-4 05:58:01 INFO: Archiving Costs [Pipeline] sh 05:58:01 + cut -d, -f6 05:58:01 + cat /w/workspace/device-snmp-go/1/archives/cost.csv [Pipeline] lock 05:58:01 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-103-1-stack-cost] 05:58:01 Resource [jenkins-edgexfoundry-device-snmp-go-PR-103-1-stack-cost] did not exist. Created. 05:58:01 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-103-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:58:01 /w/workspace/device-snmp-go/1@tmp/durable-cd3bda0f/script.sh: 1: /w/workspace/device-snmp-go/1@tmp/durable-cd3bda0f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:58:02 + echo total: 0.18000000715255737 [Pipeline] stash 05:58:02 Warning: overwriting stash ‘stack-cost’ 05:58:02 Stashed 1 file(s) [Pipeline] } 05:58:02 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-103-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 05:58:05 provisioning config files... 05:58:05 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-103@tmp/config760154204277494808tmp [Pipeline] { [Pipeline] sh 05:58:06 + set +x 05:58:06 + curl -s https://codecov.io/bash 05:58:06 + bash -s -- 05:58:06 05:58:06 _____ _ 05:58:06 / ____| | | 05:58:06 | | ___ __| | ___ ___ _____ __ 05:58:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:58:06 | |___| (_) | (_| | __/ (_| (_) \ V / 05:58:06 \_____\___/ \__,_|\___|\___\___/ \_/ 05:58:06 Bash-1.0.3 05:58:06 05:58:06 05:58:06 ==> git version 2.24.4 found 05:58:06 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:58:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:58:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:58:06 ==> Jenkins CI detected. 05:58:06 project root: . 05:58:06 --> token set from env 05:58:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:58:06 ==> Running gcov in . (disable via -X gcov) 05:58:06 ==> Python coveragepy not found 05:58:06 ==> Searching for coverage reports in: 05:58:06 + . 05:58:06 -> Found 1 reports 05:58:06 ==> Detecting git/mercurial file structure 05:58:06 ==> Reading reports 05:58:06 + ./coverage.out bytes=7631 05:58:06 ==> Appending adjustments 05:58:06 https://docs.codecov.io/docs/fixing-reports 05:58:06 + Found adjustments 05:58:06 ==> Gzipping contents 05:58:06 4.0K /tmp/codecov.dEFJuC.gz 05:58:06 ==> Uploading reports 05:58:06 url: https://codecov.io 05:58:06 query: branch=PR-103&commit=0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-103%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=103&job=&cmd_args= 05:58:06 -> Pinging Codecov 05:58:06 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-103&commit=0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-103%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=103&job=&cmd_args= 05:58:06 -> Uploading to 05:58:06 https://storage.googleapis.com/codecov/v4/raw/2021-05-31/6C56EA5C29638FB4528AC87E60AF5AE0/0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6/15a61927-7d69-4e90-af6c-8deed941ad7e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210531%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210531T055806Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a518e9861e2857df912fcdd6be0b09a5f5ec11eb4138e1b2c1870a0d3fd91d40 05:58:06 % Total % Received % Xferd Average Speed Time Time Time Current 05:58:06 Dload Upload Total Spent Left Speed 05:58:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1378 0 0 100 1378 0 4208 --:--:-- --:--:-- --:--:-- 4214 05:58:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/0f6ff6b63156c483e1afe90e7ccaf7ebe55f06a6 [Pipeline] } 05:58:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:58:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:58:14 ---> package-listing.sh 05:58:14 ++ tr '[:upper:]' '[:lower:]' 05:58:14 ++ facter osfamily 05:58:14 + OS_FAMILY=redhat 05:58:14 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-103 05:58:14 + START_PACKAGES=/tmp/packages_start.txt 05:58:14 + END_PACKAGES=/tmp/packages_end.txt 05:58:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:58:14 + PACKAGES=/tmp/packages_start.txt 05:58:14 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-103 ']' 05:58:14 + PACKAGES=/tmp/packages_end.txt 05:58:14 + case "${OS_FAMILY}" in 05:58:14 + sort 05:58:14 + rpm -qa 05:58:14 + '[' -f /tmp/packages_start.txt ']' 05:58:14 + '[' -f /tmp/packages_end.txt ']' 05:58:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:58:14 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-103 ']' 05:58:14 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-103/archives/ 05:58:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-103/archives/ [Pipeline] echo 05:58:14 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-103/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:58:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:58:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:58:15 05:58:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:58:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:58:15 alpine: Pulling from edgex-lftools-log-publisher 05:58:15 df20fa9351a1: Pulling fs layer 05:58:15 36b3adc4ff6f: Pulling fs layer 05:58:15 8ad3a11d3b57: Pulling fs layer 05:58:15 46f8f816bc3b: Pulling fs layer 05:58:15 93b61091891f: Pulling fs layer 05:58:15 93b9cdb0e59b: Pulling fs layer 05:58:15 5e14af77c1be: Pulling fs layer 05:58:15 01666e4c0597: Pulling fs layer 05:58:15 aa168da1d23b: Pulling fs layer 05:58:15 93b9cdb0e59b: Waiting 05:58:15 5e14af77c1be: Waiting 05:58:15 01666e4c0597: Waiting 05:58:15 aa168da1d23b: Waiting 05:58:15 46f8f816bc3b: Waiting 05:58:15 93b61091891f: Waiting 05:58:15 36b3adc4ff6f: Verifying Checksum 05:58:15 36b3adc4ff6f: Download complete 05:58:15 46f8f816bc3b: Verifying Checksum 05:58:15 46f8f816bc3b: Download complete 05:58:15 df20fa9351a1: Verifying Checksum 05:58:15 df20fa9351a1: Download complete 05:58:15 93b9cdb0e59b: Verifying Checksum 05:58:15 93b9cdb0e59b: Download complete 05:58:15 93b61091891f: Verifying Checksum 05:58:15 93b61091891f: Download complete 05:58:15 5e14af77c1be: Verifying Checksum 05:58:15 5e14af77c1be: Download complete 05:58:15 01666e4c0597: Verifying Checksum 05:58:15 01666e4c0597: Download complete 05:58:15 8ad3a11d3b57: Verifying Checksum 05:58:15 8ad3a11d3b57: Download complete 05:58:15 df20fa9351a1: Pull complete 05:58:15 36b3adc4ff6f: Pull complete 05:58:16 8ad3a11d3b57: Pull complete 05:58:16 46f8f816bc3b: Pull complete 05:58:16 93b61091891f: Pull complete 05:58:16 93b9cdb0e59b: Pull complete 05:58:17 5e14af77c1be: Pull complete 05:58:17 01666e4c0597: Pull complete 05:58:17 aa168da1d23b: Verifying Checksum 05:58:17 aa168da1d23b: Download complete 05:58:21 aa168da1d23b: Pull complete 05:58:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:58:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:58:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:58:21 prd-centos7-docker-4c-2g-1146 does not seem to be running inside a container 05:58:22 $ 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-103/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-103 -v /w/workspace/gexfoundry_device-snmp-go_PR-103:/w/workspace/gexfoundry_device-snmp-go_PR-103:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-103@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:58:26 $ docker top ecd6cd975af4c984ac560b622ee3c10e16a9413eddfd599e57e5d7bff1011e26 -eo pid,comm [Pipeline] { [Pipeline] sh 05:58:26 + touch /tmp/pre-build-complete [Pipeline] sh 05:58:27 + mkdir -p /var/log/sa [Pipeline] sh 05:58:27 + ls /var/log/sa-host 05:58:27 + sadf -c /var/log/sa-host/sa05 05:58:27 file_magic: OK 05:58:27 HZ: Using current value: 100 05:58:27 file_header: OK 05:58:27 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:58:27 Statistics: 05:58:27 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:58:27 File successfully converted to sysstat format version 12.2.1 05:58:27 + sadf -c /var/log/sa-host/sa31 05:58:27 file_magic: OK 05:58:27 HZ: Using current value: 100 05:58:27 file_header: OK 05:58:27 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:58:27 Statistics: 05:58:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:58:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:58:28 provisioning config files... 05:58:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-103@tmp/config8110095862567499135tmp [Pipeline] { [Pipeline] echo 05:58:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:58:30 ---> create-netrc.sh [Pipeline] } 05:58:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:58:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:58:31 ---> python-tools-install.sh [Pipeline] echo 05:58:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:58:31 ---> sudo-logs.sh 05:58:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:58:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:58:31 ---> job-cost.sh 05:58:31 lf-activate-venv: SKIPPING 05:58:31 DEBUG: total: 0.18000000715255737 05:58:31 INFO: Retrieving Stack Cost... 05:58:32 INFO: Retrieving Pricing Info for: v3-standard-2 05:58:33 INFO: Archiving Costs [Pipeline] echo 05:58:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:58:33 ---> logs-deploy.sh 05:58:33 lf-activate-venv: SKIPPING 05:58:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-103/1 05:58:33 INFO: archiving workspace using pattern(s): 05:58:34 Archives upload complete. 05:58:34 INFO: archiving logs to Nexus 05:58:35 ---> uname -a: 05:58:35 Linux prd-centos7-docker-4c-2g-1146.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:58:35 05:58:35 05:58:35 ---> lscpu: 05:58:35 Architecture: x86_64 05:58:35 CPU op-mode(s): 32-bit, 64-bit 05:58:35 Byte Order: Little Endian 05:58:35 Address sizes: 40 bits physical, 48 bits virtual 05:58:35 CPU(s): 2 05:58:35 On-line CPU(s) list: 0,1 05:58:35 Thread(s) per core: 1 05:58:35 Core(s) per socket: 1 05:58:35 Socket(s): 2 05:58:35 NUMA node(s): 1 05:58:35 Vendor ID: AuthenticAMD 05:58:35 CPU family: 23 05:58:35 Model: 49 05:58:35 Model name: AMD EPYC-Rome Processor 05:58:35 Stepping: 0 05:58:35 CPU MHz: 2800.000 05:58:35 BogoMIPS: 5600.00 05:58:35 Virtualization: AMD-V 05:58:35 Hypervisor vendor: KVM 05:58:35 Virtualization type: full 05:58:35 L1d cache: 64 KiB 05:58:35 L1i cache: 64 KiB 05:58:35 L2 cache: 1 MiB 05:58:35 L3 cache: 32 MiB 05:58:35 NUMA node0 CPU(s): 0,1 05:58:35 Vulnerability Itlb multihit: Not affected 05:58:35 Vulnerability L1tf: Not affected 05:58:35 Vulnerability Mds: Not affected 05:58:35 Vulnerability Meltdown: Not affected 05:58:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:58:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:58:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:58:35 Vulnerability Srbds: Not affected 05:58:35 Vulnerability Tsx async abort: Not affected 05:58:35 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:58:35 05:58:35 05:58:35 ---> nproc: 05:58:35 2 05:58:35 05:58:35 05:58:35 ---> df -h: 05:58:35 Filesystem Size Used Available Use% Mounted on 05:58:35 overlay 40.0G 7.2G 32.8G 18% / 05:58:35 tmpfs 64.0M 0 64.0M 0% /dev 05:58:35 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 05:58:35 shm 64.0M 0 64.0M 0% /dev/shm 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /facter-os 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/resolv.conf 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hostname 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hosts 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/auth.log 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /run/cloud-init/result.json 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/gexfoundry_device-snmp-go_PR-103 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/gexfoundry_device-snmp-go_PR-103@tmp 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/sa-host 05:58:35 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/secure 05:58:35 05:58:35 05:58:35 ---> free -m: 05:58:35 total used free shared buff/cache available 05:58:35 Mem: 7821 921 4806 0 2093 6722 05:58:35 Swap: 1023 0 1023 05:58:35 05:58:35 05:58:35 ---> ip addr: 05:58:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:58:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:58:35 inet 127.0.0.1/8 scope host lo 05:58:35 valid_lft forever preferred_lft forever 05:58:35 inet6 ::1/128 scope host 05:58:35 valid_lft forever preferred_lft forever 05:58:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:58:35 link/ether fa:16:3e:bf:3e:88 brd ff:ff:ff:ff:ff:ff 05:58:35 inet 10.30.122.242/23 brd 10.30.123.255 scope global dynamic eth0 05:58:35 valid_lft 85469sec preferred_lft 85469sec 05:58:35 inet6 fe80::f816:3eff:febf:3e88/64 scope link 05:58:35 valid_lft forever preferred_lft forever 05:58:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:58:35 link/ether 02:42:8b:7c:3a:fc brd ff:ff:ff:ff:ff:ff 05:58:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:58:35 valid_lft forever preferred_lft forever 05:58:35 inet6 fe80::42:8bff:fe7c:3afc/64 scope link 05:58:35 valid_lft forever preferred_lft forever 05:58:35 05:58:35 05:58:35 ---> sar -b -r -n DEV: 05:58:35 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/31/21 _x86_64_ (2 CPU) 05:58:35 05:58:35 05:42:53 LINUX RESTART (2 CPU) 05:58:35 05:58:35 05:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:58:35 05:45:01 19.03 1.75 17.29 0.00 1229.78 2503.16 0.00 05:58:35 05:46:01 0.42 0.00 0.42 0.00 0.00 6.63 0.00 05:58:35 05:47:01 0.28 0.00 0.28 0.00 0.00 2.98 0.00 05:58:35 05:48:01 0.25 0.00 0.25 0.00 0.00 3.75 0.00 05:58:35 05:49:01 0.28 0.00 0.28 0.00 0.00 4.28 0.00 05:58:35 05:50:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 05:58:35 05:51:01 0.23 0.00 0.23 0.00 0.00 3.50 0.00 05:58:35 05:52:01 0.25 0.00 0.25 0.00 0.00 2.72 0.00 05:58:35 05:53:01 0.30 0.00 0.30 0.00 0.00 3.80 0.00 05:58:35 05:54:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 05:58:35 05:55:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 05:58:35 05:56:01 0.23 0.00 0.23 0.00 0.00 3.36 0.00 05:58:35 05:57:01 0.22 0.00 0.22 0.00 0.00 2.98 0.00 05:58:35 05:58:01 0.43 0.15 0.28 0.00 4.80 3.10 0.00 05:58:35 Average: 1.61 0.14 1.48 0.00 88.21 181.94 0.00 05:58:35 05:58:35 05:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:58:35 05:45:01 5470348 0 799868 9.99 2620 1736104 1166684 12.88 569212 1569972 24 05:58:35 05:46:01 5478772 0 791440 9.88 2620 1736108 1095152 12.09 567320 1565056 8 05:58:35 05:47:01 5477492 0 792712 9.90 2620 1736116 1095296 12.09 565624 1568296 12 05:58:35 05:48:01 5480936 0 789264 9.85 2620 1736120 1068292 11.79 562848 1568296 16 05:58:35 05:49:01 5479584 0 790608 9.87 2620 1736128 1068376 11.80 558828 1573584 8 05:58:35 05:50:01 5476412 0 793780 9.91 2620 1736128 1068292 11.79 562316 1573584 12 05:58:35 05:51:01 5473060 0 797124 9.95 2620 1736136 1068460 11.80 565668 1573632 8 05:58:35 05:52:01 5471796 0 798384 9.97 2620 1736140 1068556 11.80 568008 1571888 12 05:58:35 05:53:01 5473584 0 796592 9.95 2620 1736144 1068292 11.79 566700 1571892 8 05:58:35 05:54:01 5470100 0 800072 9.99 2620 1736148 1068400 11.80 577580 1564352 8 05:58:35 05:55:01 5470624 0 799548 9.98 2620 1736148 1068292 11.79 576996 1564352 12 05:58:35 05:56:01 5471036 0 799128 9.98 2620 1736156 1068292 11.79 577040 1564352 16 05:58:35 05:57:01 5470808 0 799352 9.98 2620 1736160 1068292 11.79 576644 1564640 8 05:58:35 05:58:01 5470552 0 799604 9.98 2620 1736164 1068292 11.79 576772 1564640 16 05:58:35 Average: 5473936 0 796248 9.94 2620 1736136 1079212 11.92 569397 1568467 12 05:58:35 05:58:35 05:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:58:35 05:45:01 eth0 68.73 52.82 336.51 13.81 0.00 0.00 0.00 0.00 05:58:35 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:45:01 docker0 1.48 1.22 0.31 2.61 0.00 0.00 0.00 0.00 05:58:35 05:46:01 eth0 3.33 0.53 0.79 0.39 0.00 0.00 0.00 0.00 05:58:35 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:47:01 eth0 2.77 1.30 1.60 1.17 0.00 0.00 0.00 0.00 05:58:35 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:48:01 eth0 0.15 0.10 0.01 0.04 0.00 0.00 0.00 0.00 05:58:35 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:49:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 05:58:35 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:50:01 eth0 1.02 0.08 0.08 0.01 0.00 0.00 0.00 0.00 05:58:35 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:51:01 eth0 1.33 0.33 0.37 0.20 0.00 0.00 0.00 0.00 05:58:35 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:52:01 eth0 0.60 0.32 0.28 0.20 0.00 0.00 0.00 0.00 05:58:35 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:53:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:58:35 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:54:01 eth0 0.35 0.23 0.15 0.07 0.00 0.00 0.00 0.00 05:58:35 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:55:01 eth0 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 05:58:35 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:58:35 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:58:35 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:58:01 eth0 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 05:58:35 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 Average: eth0 5.67 4.03 24.29 1.14 0.00 0.00 0.00 0.00 05:58:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:58:35 Average: docker0 0.11 0.09 0.02 0.19 0.00 0.00 0.00 0.00 05:58:35 05:58:35 05:58:35 ---> sar -P ALL: 05:58:35 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 05/31/21 _x86_64_ (2 CPU) 05:58:35 05:58:35 05:42:53 LINUX RESTART (2 CPU) 05:58:35 05:58:35 05:44:01 CPU %user %nice %system %iowait %steal %idle 05:58:35 05:45:01 all 2.64 0.00 1.32 0.57 0.04 95.42 05:58:35 05:45:01 0 2.74 0.00 1.32 0.76 0.05 95.13 05:58:35 05:45:01 1 2.54 0.00 1.33 0.39 0.03 95.71 05:58:35 05:46:01 all 0.08 0.00 0.05 0.00 0.03 99.84 05:58:35 05:46:01 0 0.10 0.00 0.05 0.00 0.03 99.82 05:58:35 05:46:01 1 0.07 0.00 0.05 0.00 0.02 99.87 05:58:35 05:47:01 all 0.07 0.00 0.03 0.00 0.03 99.88 05:58:35 05:47:01 0 0.08 0.00 0.02 0.00 0.03 99.87 05:58:35 05:47:01 1 0.05 0.00 0.03 0.00 0.02 99.90 05:58:35 05:48:01 all 0.07 0.00 0.03 0.00 0.07 99.84 05:58:35 05:48:01 0 0.03 0.00 0.03 0.00 0.12 99.82 05:58:35 05:48:01 1 0.10 0.00 0.02 0.00 0.02 99.87 05:58:35 05:49:01 all 0.10 0.00 0.03 0.00 0.03 99.84 05:58:35 05:49:01 0 0.07 0.00 0.03 0.00 0.03 99.87 05:58:35 05:49:01 1 0.13 0.00 0.02 0.00 0.03 99.82 05:58:35 05:50:01 all 0.08 0.00 0.03 0.00 0.03 99.87 05:58:35 05:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:58:35 05:50:01 1 0.15 0.00 0.05 0.00 0.03 99.77 05:58:35 05:51:01 all 0.14 0.00 0.04 0.00 0.03 99.79 05:58:35 05:51:01 0 0.03 0.00 0.03 0.00 0.03 99.90 05:58:35 05:51:01 1 0.25 0.00 0.05 0.00 0.02 99.68 05:58:35 05:52:01 all 0.10 0.00 0.02 0.00 0.03 99.86 05:58:35 05:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:58:35 05:52:01 1 0.17 0.00 0.02 0.00 0.03 99.78 05:58:35 05:53:01 all 0.10 0.00 0.02 0.00 0.04 99.84 05:58:35 05:53:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:58:35 05:53:01 1 0.17 0.00 0.02 0.00 0.05 99.77 05:58:35 05:54:01 all 0.05 0.00 0.03 0.00 0.03 99.89 05:58:35 05:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:58:35 05:54:01 1 0.07 0.00 0.03 0.00 0.03 99.87 05:58:35 05:55:01 all 0.07 0.00 0.02 0.00 0.03 99.89 05:58:35 05:55:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:58:35 05:55:01 1 0.10 0.00 0.02 0.00 0.02 99.87 05:58:35 05:58:35 05:55:01 CPU %user %nice %system %iowait %steal %idle 05:58:35 05:56:01 all 0.06 0.00 0.02 0.00 0.03 99.89 05:58:35 05:56:01 0 0.02 0.00 0.02 0.00 0.03 99.93 05:58:35 05:56:01 1 0.10 0.00 0.02 0.00 0.03 99.85 05:58:35 05:57:01 all 0.08 0.00 0.03 0.00 0.03 99.87 05:58:35 05:57:01 0 0.08 0.00 0.02 0.00 0.02 99.88 05:58:35 05:57:01 1 0.08 0.00 0.03 0.00 0.03 99.85 05:58:35 05:58:01 all 0.07 0.00 0.04 0.00 0.02 99.87 05:58:35 05:58:01 0 0.12 0.00 0.05 0.00 0.00 99.83 05:58:35 05:58:01 1 0.02 0.00 0.03 0.00 0.03 99.92 05:58:35 Average: all 0.26 0.00 0.12 0.04 0.03 99.55 05:58:35 Average: 0 0.24 0.00 0.12 0.05 0.03 99.55 05:58:35 Average: 1 0.28 0.00 0.12 0.03 0.03 99.54 05:58:35 05:58:35 05:58:35