Pull request #118 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 75f0efdef6eff5f964016cc08b5f2bc574f59045+828c04b1f0eb937037ce2076f410b90c0d25fe4c (0a9c739164d0f37c2cc8f27d6e09cc2ccb638da9) 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-ssh8622513214842420889.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7567521353493480629.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-118/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-118/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2685017380538883323.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-118/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2804270653436086034.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7506112259794601311.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 958cd7e315bbc9ba310183e4d590ee91b14940ee 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-118/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-118/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3879755143119390695.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 958cd7e315bbc9ba310183e4d590ee91b14940ee (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 958cd7e315bbc9ba310183e4d590ee91b14940ee # timeout=10 Commit message: "Fix: job-cost.sh no longer causes build failures" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-snmp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-915’ is offline Running on prd-centos7-docker-4c-2g-466 in /w/workspace/gexfoundry_device-snmp-go_PR-118 [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-118 # 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-118@tmp/jenkins-gitclient-ssh3169361223469266442.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-snmp-go_PR-118@tmp/jenkins-gitclient-ssh3356335620631558071.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 828c04b1f0eb937037ce2076f410b90c0d25fe4c into PR head commit 75f0efdef6eff5f964016cc08b5f2bc574f59045 Merge succeeded, producing 75f0efdef6eff5f964016cc08b5f2bc574f59045 Checking out Revision 75f0efdef6eff5f964016cc08b5f2bc574f59045 (PR-118) > git config core.sparsecheckout # timeout=10 > git checkout -f 75f0efdef6eff5f964016cc08b5f2bc574f59045 # 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-118@tmp/jenkins-gitclient-ssh1192749813754276626.key > git merge 828c04b1f0eb937037ce2076f410b90c0d25fe4c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75f0efdef6eff5f964016cc08b5f2bc574f59045 # 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 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:05:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:05:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:05:48 ========================================================= 05:05:48 EdgeX Global Pipelines Version Info 05:05:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:05:49 ------------------- 05:05:49 stable info: 05:05:49 ------------------- 05:05:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:05:49 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 05:05:49 Message: update stable to v1.0.195 05:05:50 ------------------- 05:05:50 experimental info: 05:05:50 ------------------- 05:05:50 Commited By: **** collab-it+edgex@linuxfoundation.org 05:05:50 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 05:05:50 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:05:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:05:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:05:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:05:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:05:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-118 [Pipeline] echo 05:05:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-118 [Pipeline] echo 05:05:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-118 [Pipeline] echo 05:05:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75f0efdef6eff5f964016cc08b5f2bc574f59045 [Pipeline] echo 05:05:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75f0efd [Pipeline] echo 05:05:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:05:52 provisioning config files... 05:05:52 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-118@tmp/config3619592233510496865tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:05:53 ---> docker-login.sh 05:05:53 nexus3.edgexfoundry.org:10001 05:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:53 Configure a credential helper to remove this warning. See 05:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:53 05:05:53 Login Succeeded 05:05:53 nexus3.edgexfoundry.org:10002 05:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:53 Configure a credential helper to remove this warning. See 05:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:53 05:05:53 Login Succeeded 05:05:53 nexus3.edgexfoundry.org:10003 05:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:53 Configure a credential helper to remove this warning. See 05:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:53 05:05:53 Login Succeeded 05:05:53 nexus3.edgexfoundry.org:10004 05:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:53 Configure a credential helper to remove this warning. See 05:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:53 05:05:53 Login Succeeded 05:05:53 docker.io 05:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:05:54 Configure a credential helper to remove this warning. See 05:05:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:05:54 05:05:54 Login Succeeded 05:05:54 ---> docker-login.sh ends [Pipeline] } 05:05:54 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:05:55 + git log --format=format:%s -1 75f0efdef6eff5f964016cc08b5f2bc574f59045 [Pipeline] echo 05:05:55 GIT_COMMIT: 75f0efdef6eff5f964016cc08b5f2bc574f59045, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 05:05:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:05:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:05:55 05:05:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:05:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:05:56 latest: Pulling from edgex-devops/git-semver 05:05:56 31603596830f: Pulling fs layer 05:05:56 54011a49482f: Pulling fs layer 05:05:56 a6820b24f6d8: Pulling fs layer 05:05:56 f581987b2513: Pulling fs layer 05:05:56 f581987b2513: Waiting 05:05:56 54011a49482f: Verifying Checksum 05:05:56 54011a49482f: Download complete 05:05:56 31603596830f: Verifying Checksum 05:05:56 31603596830f: Download complete 05:05:56 f581987b2513: Verifying Checksum 05:05:56 f581987b2513: Download complete 05:05:56 a6820b24f6d8: Verifying Checksum 05:05:56 a6820b24f6d8: Download complete 05:05:56 31603596830f: Pull complete 05:05:56 54011a49482f: Pull complete 05:05:57 a6820b24f6d8: Pull complete 05:05:57 f581987b2513: Pull complete 05:05:57 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:05:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:05:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:05:57 prd-centos7-docker-4c-2g-466 does not seem to be running inside a container 05:05:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_PR-118 -v /w/workspace/gexfoundry_device-snmp-go_PR-118:/w/workspace/gexfoundry_device-snmp-go_PR-118:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-118@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:05:58 $ docker top feadec29ed99067cfbf2e24debfd0e3064b6720d0ed065e4440f8f179e05d124 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:05:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:58 [ssh-agent] Looking for ssh-agent implementation... 05:05:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:05:59 $ docker exec feadec29ed99067cfbf2e24debfd0e3064b6720d0ed065e4440f8f179e05d124 ssh-agent 05:05:59 SSH_AUTH_SOCK=/tmp/ssh-bTFeHxJOpm3c/agent.14 05:05:59 SSH_AGENT_PID=20 05:05:59 Running ssh-add (command line suppressed) 05:05:59 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-118@tmp/private_key_6324090618364015026.key (/w/workspace/gexfoundry_device-snmp-go_PR-118@tmp/private_key_6324090618364015026.key) 05:05:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:05:59 + git tag --points-at HEAD [Pipeline] } 05:05:59 $ docker exec --env ******** --env ******** feadec29ed99067cfbf2e24debfd0e3064b6720d0ed065e4440f8f179e05d124 ssh-agent -k 05:05:59 unset SSH_AUTH_SOCK; 05:05:59 unset SSH_AGENT_PID; 05:05:59 echo Agent pid 20 killed; 05:05:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:05:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:05:59 [ssh-agent] Looking for ssh-agent implementation... 05:06:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:06:00 $ docker exec feadec29ed99067cfbf2e24debfd0e3064b6720d0ed065e4440f8f179e05d124 ssh-agent 05:06:00 SSH_AUTH_SOCK=/tmp/ssh-rwlCLUDRxv6S/agent.55 05:06:00 SSH_AGENT_PID=62 05:06:00 Running ssh-add (command line suppressed) 05:06:00 Identity added: /w/workspace/gexfoundry_device-snmp-go_PR-118@tmp/private_key_1914985766324816515.key (/w/workspace/gexfoundry_device-snmp-go_PR-118@tmp/private_key_1914985766324816515.key) 05:06:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:06:00 + git semver init 05:06:00 # -> Open(): unable to determine branch for HEAD 05:06:00 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-118/.git 05:06:00 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_PR-118 05:06:00 # $SEMVER_REMOTE_NAME = origin 05:06:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:06:00 # $SEMVER_USER_NAME = edgex-jenkins 05:06:00 # $SEMVER_BRANCH = PR-118 05:06:00 # $SEMVER_TEMP = /tmp/semver-986001051 05:06:00 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 05:06:00 # '/tmp/semver-986001051' -> '/w/workspace/gexfoundry_device-snmp-go_PR-118/.semver' 05:06:00 # -> Force: false 05:06:00 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_PR-118/.semver [Pipeline] } 05:06:00 $ docker exec --env ******** --env ******** feadec29ed99067cfbf2e24debfd0e3064b6720d0ed065e4440f8f179e05d124 ssh-agent -k 05:06:00 unset SSH_AUTH_SOCK; 05:06:00 unset SSH_AGENT_PID; 05:06:00 echo Agent pid 62 killed; 05:06:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:06:01 + git semver [Pipeline] } 05:06:01 $ docker stop --time=1 feadec29ed99067cfbf2e24debfd0e3064b6720d0ed065e4440f8f179e05d124 05:06:02 $ docker rm -f feadec29ed99067cfbf2e24debfd0e3064b6720d0ed065e4440f8f179e05d124 [Pipeline] // withDockerContainer [Pipeline] sh 05:06:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:06:03 Stashed 1 file(s) [Pipeline] echo 05:06:03 [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:06:19 Still waiting to schedule task 05:06:19 ‘prd-centos7-blackbox-4c-2g-214’ doesn’t have label ‘centos7-docker-4c-2g’ 05:06:19 ‘prd-centos7-docker-4c-2g-469’ is offline 05:06:19 ‘prd-centos7-docker-4c-2g-915’ is offline 05:06:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1218’ doesn’t have label ‘centos7-docker-4c-2g’ 05:06:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-467’ doesn’t have label ‘centos7-docker-4c-2g’ 05:06:19 Still waiting to schedule task 05:06:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:07:16 Running on prd-centos7-docker-4c-2g-472 in /w/workspace/gexfoundry_device-snmp-go_PR-118 [Pipeline] { [Pipeline] ws 05:07:16 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:07:16 Selected Git installation does not exist. Using Default 05:07:16 The recommended git tool is: NONE 05:07:18 using credential edgex-jenkins-ssh 05:07:18 Cloning the remote Git repository 05:07:18 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:07:18 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:07:18 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:07:18 > git --version # timeout=10 05:07:18 > git --version # 'git version 2.24.4' 05:07:18 using GIT_SSH to set credentials SSH Credentials for GitHub 05:07:18 [INFO] Currently running in a labeled security context 05:07:18 [INFO] Currently SELinux is 'enforcing' on the host 05:07:18 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh8262520532800050914.key 05:07:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:07:19 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:07:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:07:19 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:07:19 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:07:19 using GIT_SSH to set credentials SSH Credentials for GitHub 05:07:19 [INFO] Currently running in a labeled security context 05:07:19 [INFO] Currently SELinux is 'enforcing' on the host 05:07:19 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh6777765405506503256.key 05:07:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:07:20 Merging remotes/origin/master commit 828c04b1f0eb937037ce2076f410b90c0d25fe4c into PR head commit 75f0efdef6eff5f964016cc08b5f2bc574f59045 05:07:20 Merge succeeded, producing 75f0efdef6eff5f964016cc08b5f2bc574f59045 05:07:20 Checking out Revision 75f0efdef6eff5f964016cc08b5f2bc574f59045 (PR-118) 05:07:19 > git config core.sparsecheckout # timeout=10 05:07:19 > git checkout -f 75f0efdef6eff5f964016cc08b5f2bc574f59045 # timeout=10 05:07:19 > git remote # timeout=10 05:07:19 > git config --get remote.origin.url # timeout=10 05:07:19 using GIT_SSH to set credentials SSH Credentials for GitHub 05:07:19 [INFO] Currently running in a labeled security context 05:07:19 [INFO] Currently SELinux is 'enforcing' on the host 05:07:19 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-snmp-go/1@tmp/jenkins-gitclient-ssh5944223916819638596.key 05:07:19 > git merge 828c04b1f0eb937037ce2076f410b90c0d25fe4c # timeout=10 05:07:19 > git rev-parse HEAD^{commit} # timeout=10 05:07:19 > git config core.sparsecheckout # timeout=10 05:07:19 > git checkout -f 75f0efdef6eff5f964016cc08b5f2bc574f59045 # timeout=10 05:07:23 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:07:23 > git --version # timeout=10 05:07:23 > git --version # 'git version 2.24.4' 05:07:23 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:07:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:07:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:07:25 + true 05:07:25 + sudo service docker restart 05:07:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:07:43 provisioning config files... 05:07:43 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config7233243306444659463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:44 ---> docker-login.sh 05:07:44 nexus3.edgexfoundry.org:10001 05:07:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:44 Configure a credential helper to remove this warning. See 05:07:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:44 05:07:44 Login Succeeded 05:07:44 nexus3.edgexfoundry.org:10002 05:07:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:44 Configure a credential helper to remove this warning. See 05:07:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:44 05:07:44 Login Succeeded 05:07:44 nexus3.edgexfoundry.org:10003 05:07:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:44 Configure a credential helper to remove this warning. See 05:07:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:44 05:07:44 Login Succeeded 05:07:44 nexus3.edgexfoundry.org:10004 05:07:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:44 Configure a credential helper to remove this warning. See 05:07:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:44 05:07:44 Login Succeeded 05:07:44 docker.io 05:07:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:45 Configure a credential helper to remove this warning. See 05:07:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:45 05:07:45 Login Succeeded 05:07:45 ---> docker-login.sh ends [Pipeline] } 05:07:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:07:45 ========================================================= 05:07:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:07:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:07:45 + 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:07:45 Sending build context to Docker daemon 376.3kB 05:07:45 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 05:07:45 Step 2/10 : FROM ${BASE} 05:07:46 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:07:46 540db60ca938: Pulling fs layer 05:07:46 adcc1eea9eea: Pulling fs layer 05:07:46 4c4ab2625f07: Pulling fs layer 05:07:46 0510c868ecb4: Pulling fs layer 05:07:46 afea3b2eda06: Pulling fs layer 05:07:46 7809a108b3ef: Pulling fs layer 05:07:46 f706445af74f: Pulling fs layer 05:07:46 afea3b2eda06: Waiting 05:07:46 7809a108b3ef: Waiting 05:07:46 f706445af74f: Waiting 05:07:46 0510c868ecb4: Waiting 05:07:46 4c4ab2625f07: Verifying Checksum 05:07:46 4c4ab2625f07: Download complete 05:07:46 adcc1eea9eea: Verifying Checksum 05:07:46 adcc1eea9eea: Download complete 05:07:46 afea3b2eda06: Verifying Checksum 05:07:46 afea3b2eda06: Download complete 05:07:46 7809a108b3ef: Verifying Checksum 05:07:46 7809a108b3ef: Download complete 05:07:46 540db60ca938: Verifying Checksum 05:07:46 540db60ca938: Download complete 05:07:46 540db60ca938: Pull complete 05:07:46 adcc1eea9eea: Pull complete 05:07:46 4c4ab2625f07: Pull complete 05:07:47 f706445af74f: Verifying Checksum 05:07:47 f706445af74f: Download complete 05:07:47 0510c868ecb4: Verifying Checksum 05:07:47 0510c868ecb4: Download complete 05:07:51 0510c868ecb4: Pull complete 05:07:51 afea3b2eda06: Pull complete 05:07:51 7809a108b3ef: Pull complete 05:07:52 f706445af74f: Pull complete 05:07:52 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:07:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:07:52 ---> b068be0155e3 05:07:52 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" 05:07:56 ---> Running in 949e31e99d2e 05:07:56 Removing intermediate container 949e31e99d2e 05:07:56 ---> bf22b3020225 05:07:56 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 05:07:56 ---> Running in c098454c3683 05:07:56 Removing intermediate container c098454c3683 05:07:56 ---> 644016b21cfd 05:07:56 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 05:07:56 ---> Running in 9e0dccbee6bd 05:07:56 Removing intermediate container 9e0dccbee6bd 05:07:56 ---> 1432950e2324 05:07:56 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:56 ---> Running in 15e3022a1663 05:07:56 Removing intermediate container 15e3022a1663 05:07:56 ---> 59f9e9993570 05:07:56 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:07:56 ---> Running in 80a5a4197425 05:07:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:07:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:07:58 (1/13) Installing libc-dev (0.7.2-r3) 05:07:58 (2/13) Installing libsodium (1.0.18-r0) 05:07:58 (3/13) Installing pkgconf (1.7.3-r0) 05:07:58 (4/13) Installing libsodium-dev (1.0.18-r0) 05:07:58 (5/13) Installing openssh-keygen (8.4_p1-r3) 05:07:58 (6/13) Installing libedit (20191231.3.1-r1) 05:07:58 (7/13) Installing openssh-client (8.4_p1-r3) 05:07:59 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 05:07:59 (9/13) Installing openssh-server-common (8.4_p1-r3) 05:07:59 (10/13) Installing openssh-server (8.4_p1-r3) 05:07:59 (11/13) Installing openssh (8.4_p1-r3) 05:07:59 (12/13) Installing libzmq (4.3.3-r1) 05:07:59 (13/13) Installing zeromq-dev (4.3.3-r1) 05:07:59 Executing busybox-1.32.1-r6.trigger 05:07:59 OK: 156 MiB in 53 packages 05:08:00 Removing intermediate container 80a5a4197425 05:08:00 ---> 15dfb9fffef2 05:08:00 Step 8/10 : WORKDIR /device-snmp-go 05:08:00 ---> Running in 432688a2b314 05:08:00 Removing intermediate container 432688a2b314 05:08:00 ---> 64ff3f4b4b6b 05:08:00 Step 9/10 : COPY . . 05:08:00 ---> cef5e0aef485 05:08:00 Step 10/10 : RUN go mod download 05:08:00 ---> Running in cda048004181 05:08:12 Removing intermediate container cda048004181 05:08:12 ---> 4049c349b9fc 05:08:12 Successfully built 4049c349b9fc 05:08:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:08:13 + docker inspect -f . ci-base-image-x86_64 05:08:13 . [Pipeline] withDockerContainer 05:08:13 prd-centos7-docker-4c-2g-472 does not seem to be running inside a container 05:08:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:08:13 $ docker top 2b27ad8b093a856cfe8d8d9001140e9f5a8d8c1112e8ae224f8f5b78db7584e3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:14 + go version 05:08:14 go version go1.16.3 linux/amd64 [Pipeline] } 05:08:14 $ docker stop --time=1 2b27ad8b093a856cfe8d8d9001140e9f5a8d8c1112e8ae224f8f5b78db7584e3 05:08:15 $ docker rm -f 2b27ad8b093a856cfe8d8d9001140e9f5a8d8c1112e8ae224f8f5b78db7584e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:08:16 + docker inspect -f . ci-base-image-x86_64 05:08:16 . [Pipeline] withDockerContainer 05:08:16 prd-centos7-docker-4c-2g-472 does not seem to be running inside a container 05:08:16 $ 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:08:16 $ docker top b7449b62822bf97ec806446b6db6cb1027a8b14152d8ad0e8c999b37c856ec51 -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:17 + go mod tidy [Pipeline] sh 05:08:17 + make test 05:08:17 go mod tidy 05:08:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:08:18 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:08:33 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:08:33 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.007s coverage: 0.0% of statements 05:08:33 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:08:39 gofmt -l . 05:08:39 [ "`gofmt -l .`" = "" ] 05:08:39 ./bin/test-attribution-txt.sh [Pipeline] } 05:08:39 $ docker stop --time=1 b7449b62822bf97ec806446b6db6cb1027a8b14152d8ad0e8c999b37c856ec51 05:08:41 $ docker rm -f b7449b62822bf97ec806446b6db6cb1027a8b14152d8ad0e8c999b37c856ec51 [Pipeline] // withDockerContainer [Pipeline] sh 05:08:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:08:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:08:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:08:43 + ls -al . 05:08:43 total 104 05:08:43 drwxrwxr-x. 7 jenkins jenkins 4096 Jun 28 05:08 . 05:08:43 drwxrwxr-x. 4 jenkins jenkins 28 Jun 28 05:07 .. 05:08:43 -rw-rw-r--. 1 jenkins jenkins 6520 Jun 28 05:07 Attribution.txt 05:08:43 drwxrwxr-x. 2 jenkins jenkins 60 Jun 28 05:07 bin 05:08:43 drwxrwxr-x. 3 jenkins jenkins 32 Jun 28 05:07 cmd 05:08:43 -rw-r--r--. 1 jenkins jenkins 7631 Jun 28 05:08 coverage.out 05:08:43 -rw-rw-r--. 1 jenkins jenkins 1459 Jun 28 05:07 Dockerfile 05:08:43 -rw-rw-r--. 1 jenkins jenkins 1057 Jun 28 05:07 Dockerfile.build 05:08:43 -rw-rw-r--. 1 jenkins jenkins 6 Jun 28 05:07 .dockerignore 05:08:43 drwxrwxr-x. 8 jenkins jenkins 179 Jun 28 05:07 .git 05:08:43 drwxrwxr-x. 2 jenkins jenkins 103 Jun 28 05:07 .github 05:08:43 -rw-rw-r--. 1 jenkins jenkins 269 Jun 28 05:07 .gitignore 05:08:43 -rw-rw-r--. 1 jenkins jenkins 215 Jun 28 05:07 go.mod 05:08:43 -rw-r--r--. 1 jenkins jenkins 21141 Jun 28 05:08 go.sum 05:08:43 drwxrwxr-x. 3 jenkins jenkins 20 Jun 28 05:07 internal 05:08:43 -rw-rw-r--. 1 jenkins jenkins 656 Jun 28 05:07 Jenkinsfile 05:08:43 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 28 05:07 LICENSE 05:08:43 -rw-rw-r--. 1 jenkins jenkins 936 Jun 28 05:07 Makefile 05:08:43 -rw-rw-r--. 1 jenkins jenkins 9079 Jun 28 05:07 README.md 05:08:43 -rw-rw-r--. 1 jenkins jenkins 5 Jun 28 05:06 VERSION 05:08:43 -rw-rw-r--. 1 jenkins jenkins 209 Jun 28 05:07 version.go [Pipeline] isUnix [Pipeline] sh 05:08:44 + 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=75f0efdef6eff5f964016cc08b5f2bc574f59045 --label arch=amd64 --label version=0.0.0 . 05:08:44 Sending build context to Docker daemon 384.5kB 05:08:44 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 05:08:44 Step 2/24 : FROM ${BASE} AS builder 05:08:44 ---> 4049c349b9fc 05:08:44 Step 3/24 : ARG MAKE='make build' 05:08:44 ---> Running in f1157dfaec13 05:08:44 Removing intermediate container f1157dfaec13 05:08:44 ---> 4cd53b920efa 05:08:44 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:08:44 ---> Running in 4299219c176f 05:08:44 Removing intermediate container 4299219c176f 05:08:44 ---> f73d5154dfef 05:08:44 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:08:44 ---> Running in 1c6455ef21ef 05:08:44 Removing intermediate container 1c6455ef21ef 05:08:44 ---> d29f826e6a4c 05:08:44 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:08:44 ---> Running in 15924483f741 05:08:45 Removing intermediate container 15924483f741 05:08:45 ---> e5dd0bbc7c9d 05:08:45 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:08:45 ---> Running in 33c689af148c 05:08:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:08:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:08:46 OK: 156 MiB in 53 packages 05:08:46 Removing intermediate container 33c689af148c 05:08:46 ---> 8680b3b30ec0 05:08:46 Step 8/24 : WORKDIR /device-snmp-go 05:08:46 ---> Running in 52fdef04e849 05:08:46 Removing intermediate container 52fdef04e849 05:08:46 ---> 41316824bda0 05:08:46 Step 9/24 : COPY . . 05:08:47 ---> 8e34bf775b6f 05:08:47 Step 10/24 : RUN go mod tidy 05:08:47 ---> Running in c65c310f131c 05:08:47 Removing intermediate container c65c310f131c 05:08:47 ---> 1e7406a7605d 05:08:47 Step 11/24 : RUN make update 05:08:47 ---> Running in 81e926ab7626 05:08:47 CGO_ENABLED=0 GO111MODULE=on go mod download 05:08:48 Removing intermediate container 81e926ab7626 05:08:48 ---> f0e37d2a7901 05:08:48 Step 12/24 : RUN ${MAKE} 05:08:48 ---> Running in e4a58da19b57 05:08:48 go mod tidy 05:08:48 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:09:01 Removing intermediate container e4a58da19b57 05:09:01 ---> bacd8413696a 05:09:01 Step 13/24 : FROM alpine:3.12 05:09:01 3.12: Pulling from library/alpine 05:09:01 339de151aab4: Pulling fs layer 05:09:01 339de151aab4: Verifying Checksum 05:09:01 339de151aab4: Download complete 05:09:01 339de151aab4: Pull complete 05:09:01 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 05:09:01 Status: Downloaded newer image for alpine:3.12 05:09:01 ---> 13621d1b12d4 05:09:01 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:09:01 ---> Running in 3e4faf79d96a 05:09:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:09:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:09:01 (1/6) Installing dumb-init (1.2.2-r1) 05:09:01 (2/6) Installing libgcc (9.3.0-r2) 05:09:01 (3/6) Installing libsodium (1.0.18-r0) 05:09:01 (4/6) Installing libstdc++ (9.3.0-r2) 05:09:01 (5/6) Installing libzmq (4.3.3-r0) 05:09:01 (6/6) Installing zeromq (4.3.3-r0) 05:09:01 Executing busybox-1.31.1-r20.trigger 05:09:01 OK: 8 MiB in 20 packages 05:09:01 Removing intermediate container 3e4faf79d96a 05:09:01 ---> 9054c21faa35 05:09:01 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:09:01 ---> 15c7839ef509 05:09:01 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:09:01 ---> ae9188bba025 05:09:01 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:09:01 ---> bdfddb340e82 05:09:01 Step 18/24 : EXPOSE 59993 05:09:01 ---> Running in adfa312066d4 05:09:02 Removing intermediate container adfa312066d4 05:09:02 ---> 7b161e0529b4 05:09:02 Step 19/24 : EXPOSE 161 05:09:02 ---> Running in 501d4bd94c5f 05:09:02 Removing intermediate container 501d4bd94c5f 05:09:02 ---> b437a1944cdf 05:09:02 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:09:02 ---> Running in f4a447ccd3c4 05:09:02 Removing intermediate container f4a447ccd3c4 05:09:02 ---> f7147502e747 05:09:02 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:09:02 ---> Running in c14d85477ed1 05:09:02 Removing intermediate container c14d85477ed1 05:09:02 ---> 9612b3928f98 05:09:02 Step 22/24 : LABEL arch=amd64 05:09:02 ---> Running in d391f2f3562d 05:09:02 Removing intermediate container d391f2f3562d 05:09:02 ---> 3a4ddbafd3cc 05:09:02 Step 23/24 : LABEL git_sha=75f0efdef6eff5f964016cc08b5f2bc574f59045 05:09:02 ---> Running in ca15b9e5743c 05:09:02 Removing intermediate container ca15b9e5743c 05:09:02 ---> 36eec40e7df7 05:09:02 Step 24/24 : LABEL version=0.0.0 05:09:02 ---> Running in 247c6bf21a7b 05:09:02 Removing intermediate container 247c6bf21a7b 05:09:02 ---> b0e792ed31c5 05:09:02 [Warning] One or more build-args [ARCH] were not consumed 05:09:02 Successfully built b0e792ed31c5 05:09:02 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:09:03 ---> job-cost.sh 05:09:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Wn5c 05:09:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:09:26 lf-activate-venv(): INFO: Adding /tmp/venv-Wn5c/bin to PATH 05:09:26 INFO: No Stack... 05:09:26 INFO: Retrieving Pricing Info for: v3-standard-2 05:09:26 INFO: Archiving Costs [Pipeline] sh 05:09:27 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:09:27 + cut -d, -f6 [Pipeline] lock 05:09:27 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-118-1-stack-cost] 05:09:27 Resource [jenkins-edgexfoundry-device-snmp-go-PR-118-1-stack-cost] did not exist. Created. 05:09:27 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-118-1-stack-cost] [Pipeline] { [Pipeline] unstash 05:09:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-474 in /w/workspace/gexfoundry_device-snmp-go_PR-118 [Pipeline] { [Pipeline] sh [Pipeline] ws 05:09:27 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 05:09:27 + echo total: 0.05999999865889549 [Pipeline] stash 05:09:27 Stashed 1 file(s) [Pipeline] } 05:09:27 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-118-1-stack-cost] 05:09:27 Selected Git installation does not exist. Using Default 05:09:27 The recommended git tool is: NONE [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:09:34 using credential edgex-jenkins-ssh 05:09:34 Cloning the remote Git repository 05:09:34 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 05:09:34 > git init /w/workspace/device-snmp-go/1 # timeout=10 05:09:34 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:09:34 > git --version # timeout=10 05:09:34 > git --version # 'git version 2.17.1' 05:09:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:09:36 Merging remotes/origin/master commit 828c04b1f0eb937037ce2076f410b90c0d25fe4c into PR head commit 75f0efdef6eff5f964016cc08b5f2bc574f59045 05:09:36 Merge succeeded, producing 75f0efdef6eff5f964016cc08b5f2bc574f59045 05:09:36 Checking out Revision 75f0efdef6eff5f964016cc08b5f2bc574f59045 (PR-118) 05:09:35 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:09:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:09:35 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 05:09:35 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 05:09:35 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/118/head:refs/remotes/origin/PR-118 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:09:36 > git config core.sparsecheckout # timeout=10 05:09:36 > git checkout -f 75f0efdef6eff5f964016cc08b5f2bc574f59045 # timeout=10 05:09:36 > git remote # timeout=10 05:09:36 > git config --get remote.origin.url # timeout=10 05:09:36 using GIT_SSH to set credentials SSH Credentials for GitHub 05:09:36 > git merge 828c04b1f0eb937037ce2076f410b90c0d25fe4c # timeout=10 05:09:36 > git rev-parse HEAD^{commit} # timeout=10 05:09:36 > git config core.sparsecheckout # timeout=10 05:09:36 > git checkout -f 75f0efdef6eff5f964016cc08b5f2bc574f59045 # timeout=10 05:09:40 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 05:09:40 > git --version # timeout=10 05:09:40 > git --version # 'git version 2.17.1' 05:09:40 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:09:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:09:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:09:43 + sudo service docker restart 05:09:43 + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:10:01 provisioning config files... 05:10:01 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config5809052534680549619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:10:02 ---> docker-login.sh 05:10:02 nexus3.edgexfoundry.org:10001 05:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:03 Configure a credential helper to remove this warning. See 05:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:03 05:10:03 Login Succeeded 05:10:03 nexus3.edgexfoundry.org:10002 05:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:04 Configure a credential helper to remove this warning. See 05:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:04 05:10:04 Login Succeeded 05:10:04 nexus3.edgexfoundry.org:10003 05:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:04 Configure a credential helper to remove this warning. See 05:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:04 05:10:04 Login Succeeded 05:10:04 nexus3.edgexfoundry.org:10004 05:10:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:05 Configure a credential helper to remove this warning. See 05:10:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:05 05:10:05 Login Succeeded 05:10:05 docker.io 05:10:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:06 Configure a credential helper to remove this warning. See 05:10:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:06 05:10:06 Login Succeeded 05:10:06 ---> docker-login.sh ends [Pipeline] } 05:10:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:10:06 ========================================================= 05:10:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:10:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:10:07 + 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:10:07 Sending build context to Docker daemon 375.3kB 05:10:07 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 05:10:07 Step 2/10 : FROM ${BASE} 05:10:07 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:10:07 595b0fe564bb: Pulling fs layer 05:10:07 3088b5b3c5c0: Pulling fs layer 05:10:07 5b7225fbf94c: Pulling fs layer 05:10:07 ba82ee9f976e: Pulling fs layer 05:10:07 506bd15cee9f: Pulling fs layer 05:10:07 75a0a4a0db45: Pulling fs layer 05:10:07 618dc40b7e24: Pulling fs layer 05:10:07 506bd15cee9f: Waiting 05:10:07 75a0a4a0db45: Waiting 05:10:07 618dc40b7e24: Waiting 05:10:07 ba82ee9f976e: Waiting 05:10:08 5b7225fbf94c: Download complete 05:10:08 3088b5b3c5c0: Verifying Checksum 05:10:08 506bd15cee9f: Download complete 05:10:08 75a0a4a0db45: Download complete 05:10:08 595b0fe564bb: Verifying Checksum 05:10:08 595b0fe564bb: Download complete 05:10:08 595b0fe564bb: Pull complete 05:10:09 3088b5b3c5c0: Pull complete 05:10:10 5b7225fbf94c: Pull complete 05:10:10 618dc40b7e24: Verifying Checksum 05:10:10 618dc40b7e24: Download complete 05:10:11 ba82ee9f976e: Verifying Checksum 05:10:11 ba82ee9f976e: Download complete 05:10:21 ba82ee9f976e: Pull complete 05:10:21 506bd15cee9f: Pull complete 05:10:22 75a0a4a0db45: Pull complete 05:10:25 618dc40b7e24: Pull complete 05:10:25 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 05:10:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:10:25 ---> a36622ca3599 05:10:25 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" 05:10:27 ---> Running in 2af81be4d95b 05:10:28 Removing intermediate container 2af81be4d95b 05:10:28 ---> 24b7bc781b89 05:10:28 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 05:10:28 ---> Running in ebbf28cda39e 05:10:28 Removing intermediate container ebbf28cda39e 05:10:28 ---> 78d2bb4b2536 05:10:28 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 05:10:29 ---> Running in f5c08402e719 05:10:29 Removing intermediate container f5c08402e719 05:10:29 ---> a2201c5998d6 05:10:29 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:29 ---> Running in 0fe366595eec 05:10:32 Removing intermediate container 0fe366595eec 05:10:32 ---> 5395af286b31 05:10:32 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:10:32 ---> Running in c103067ca8a9 05:10:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:10:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:10:35 (1/13) Installing libc-dev (0.7.2-r3) 05:10:35 (2/13) Installing libsodium (1.0.18-r0) 05:10:35 (3/13) Installing pkgconf (1.7.3-r0) 05:10:35 (4/13) Installing libsodium-dev (1.0.18-r0) 05:10:36 (5/13) Installing openssh-keygen (8.4_p1-r3) 05:10:36 (6/13) Installing libedit (20191231.3.1-r1) 05:10:36 (7/13) Installing openssh-client (8.4_p1-r3) 05:10:36 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 05:10:36 (9/13) Installing openssh-server-common (8.4_p1-r3) 05:10:36 (10/13) Installing openssh-server (8.4_p1-r3) 05:10:36 (11/13) Installing openssh (8.4_p1-r3) 05:10:36 (12/13) Installing libzmq (4.3.3-r1) 05:10:36 (13/13) Installing zeromq-dev (4.3.3-r1) 05:10:36 Executing busybox-1.32.1-r6.trigger 05:10:36 OK: 145 MiB in 53 packages 05:10:38 Removing intermediate container c103067ca8a9 05:10:38 ---> 73ecf981d993 05:10:38 Step 8/10 : WORKDIR /device-snmp-go 05:10:38 ---> Running in 0c0188da3946 05:10:39 Removing intermediate container 0c0188da3946 05:10:39 ---> 4b7af28e07a6 05:10:39 Step 9/10 : COPY . . 05:10:40 ---> 643646261855 05:10:40 Step 10/10 : RUN go mod download 05:10:40 ---> Running in cb97e8f84c57 05:11:12 Removing intermediate container cb97e8f84c57 05:11:12 ---> 4df87d7472e2 05:11:12 Successfully built 4df87d7472e2 05:11:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:11:13 + docker inspect -f . ci-base-image-arm64 05:11:13 . [Pipeline] withDockerContainer 05:11:13 prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container 05:11:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:11:15 $ docker top 59dcfabc7b27cf92527fc0112ca2518f7a2d8da5da78594307fdfac686f6244a -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:16 + go version 05:11:16 go version go1.16.5 linux/arm64 [Pipeline] } 05:11:16 $ docker stop --time=1 59dcfabc7b27cf92527fc0112ca2518f7a2d8da5da78594307fdfac686f6244a 05:11:18 $ docker rm -f 59dcfabc7b27cf92527fc0112ca2518f7a2d8da5da78594307fdfac686f6244a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:11:19 + docker inspect -f . ci-base-image-arm64 05:11:19 . [Pipeline] withDockerContainer 05:11:19 prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container 05:11: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 ******** ci-base-image-arm64 cat 05:11:21 $ docker top 95dfbf3fdbb3d0cd07aff87a7935a8e36d96814335d0087e26e3de7c909391c3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:11:22 + go mod tidy [Pipeline] sh 05:11:24 + make test 05:11:24 go mod tidy 05:11:24 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:11:25 ? github.com/edgexfoundry/device-snmp-go [no test files] 05:12:22 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 05:12:22 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.040s coverage: 0.0% of statements 05:12:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:12:44 gofmt -l . 05:12:44 [ "`gofmt -l .`" = "" ] 05:12:44 ./bin/test-attribution-txt.sh [Pipeline] } 05:12:44 $ docker stop --time=1 95dfbf3fdbb3d0cd07aff87a7935a8e36d96814335d0087e26e3de7c909391c3 05:12:46 $ docker rm -f 95dfbf3fdbb3d0cd07aff87a7935a8e36d96814335d0087e26e3de7c909391c3 [Pipeline] // withDockerContainer [Pipeline] sh 05:12:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:12:47 Warning: overwriting stash ‘coverage-report’ 05:12:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:12:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:12:49 + ls -al . 05:12:49 total 128 05:12:49 drwxrwxr-x 7 jenkins jenkins 4096 Jun 28 05:12 . 05:12:49 drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 05:09 .. 05:12:49 -rw-rw-r-- 1 jenkins jenkins 6 Jun 28 05:09 .dockerignore 05:12:49 drwxrwxr-x 8 jenkins jenkins 4096 Jun 28 05:09 .git 05:12:49 drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 05:09 .github 05:12:49 -rw-rw-r-- 1 jenkins jenkins 269 Jun 28 05:09 .gitignore 05:12:49 -rw-rw-r-- 1 jenkins jenkins 6520 Jun 28 05:09 Attribution.txt 05:12:49 -rw-rw-r-- 1 jenkins jenkins 1459 Jun 28 05:09 Dockerfile 05:12:49 -rw-rw-r-- 1 jenkins jenkins 1057 Jun 28 05:09 Dockerfile.build 05:12:49 -rw-rw-r-- 1 jenkins jenkins 656 Jun 28 05:09 Jenkinsfile 05:12:49 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 28 05:09 LICENSE 05:12:49 -rw-rw-r-- 1 jenkins jenkins 936 Jun 28 05:09 Makefile 05:12:49 -rw-rw-r-- 1 jenkins jenkins 9079 Jun 28 05:09 README.md 05:12:49 -rw-rw-r-- 1 jenkins jenkins 5 Jun 28 05:06 VERSION 05:12:49 drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 05:09 bin 05:12:49 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 05:09 cmd 05:12:49 -rw-r--r-- 1 jenkins jenkins 7631 Jun 28 05:12 coverage.out 05:12:49 -rw-rw-r-- 1 jenkins jenkins 215 Jun 28 05:09 go.mod 05:12:49 -rw-r--r-- 1 jenkins jenkins 21141 Jun 28 05:11 go.sum 05:12:49 drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 05:09 internal 05:12:49 -rw-rw-r-- 1 jenkins jenkins 209 Jun 28 05:09 version.go [Pipeline] isUnix [Pipeline] sh 05:12: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=75f0efdef6eff5f964016cc08b5f2bc574f59045 --label arch=arm64 --label version=0.0.0 . 05:12:49 Sending build context to Docker daemon 383.5kB 05:12:49 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 05:12:49 Step 2/24 : FROM ${BASE} AS builder 05:12:49 ---> 4df87d7472e2 05:12:49 Step 3/24 : ARG MAKE='make build' 05:12:50 ---> Running in a75190974732 05:12:50 Removing intermediate container a75190974732 05:12:50 ---> 243cb06d4578 05:12:50 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:12:50 ---> Running in 68a47bfdc3ab 05:12:51 Removing intermediate container 68a47bfdc3ab 05:12:51 ---> daad10370879 05:12:51 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 05:12:51 ---> Running in 529139e04480 05:12:52 Removing intermediate container 529139e04480 05:12:52 ---> d678306fd7df 05:12:52 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:52 ---> Running in 7a6835bd54bf 05:12:54 Removing intermediate container 7a6835bd54bf 05:12:54 ---> 3311c0b1444a 05:12:54 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:12:54 ---> Running in 2250b3c9f272 05:12:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:12:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:12:57 OK: 145 MiB in 53 packages 05:12:58 Removing intermediate container 2250b3c9f272 05:12:58 ---> 55f47f55b1ad 05:12:58 Step 8/24 : WORKDIR /device-snmp-go 05:12:58 ---> Running in 15d0a7796021 05:12:59 Removing intermediate container 15d0a7796021 05:12:59 ---> 5f1339c2f7be 05:12:59 Step 9/24 : COPY . . 05:13:00 ---> 7e5fc4f8990e 05:13:00 Step 10/24 : RUN go mod tidy 05:13:00 ---> Running in 31052e1a3c13 05:13:03 Removing intermediate container 31052e1a3c13 05:13:03 ---> 173f28228265 05:13:03 Step 11/24 : RUN make update 05:13:03 ---> Running in f76259f2ef09 05:13:04 CGO_ENABLED=0 GO111MODULE=on go mod download 05:13:05 Removing intermediate container f76259f2ef09 05:13:05 ---> 4465cd31586b 05:13:05 Step 12/24 : RUN ${MAKE} 05:13:05 ---> Running in a2aa586a12e2 05:13:07 go mod tidy 05:13:07 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:13:46 Removing intermediate container a2aa586a12e2 05:13:46 ---> 2b786b7bf3ac 05:13:46 Step 13/24 : FROM alpine:3.12 05:13:46 3.12: Pulling from library/alpine 05:13:46 d2f70382dc9a: Pulling fs layer 05:13:46 d2f70382dc9a: Verifying Checksum 05:13:46 d2f70382dc9a: Download complete 05:13:46 d2f70382dc9a: Pull complete 05:13:46 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 05:13:46 Status: Downloaded newer image for alpine:3.12 05:13:46 ---> c4fd0aeabfcf 05:13:46 Step 14/24 : RUN apk add --update --no-cache zeromq dumb-init 05:13:46 ---> Running in 6fb7b003c823 05:13:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:13:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:13:46 (1/6) Installing dumb-init (1.2.2-r1) 05:13:46 (2/6) Installing libgcc (9.3.0-r2) 05:13:46 (3/6) Installing libsodium (1.0.18-r0) 05:13:46 (4/6) Installing libstdc++ (9.3.0-r2) 05:13:46 (5/6) Installing libzmq (4.3.3-r0) 05:13:46 (6/6) Installing zeromq (4.3.3-r0) 05:13:46 Executing busybox-1.31.1-r20.trigger 05:13:46 OK: 8 MiB in 20 packages 05:13:47 Removing intermediate container 6fb7b003c823 05:13:47 ---> b2d345fc0c4b 05:13:47 Step 15/24 : COPY --from=builder /device-snmp-go/cmd / 05:13:49 ---> 47039e9929f2 05:13:49 Step 16/24 : COPY --from=builder /device-snmp-go/Attribution.txt / 05:13:49 ---> 28e3184df358 05:13:49 Step 17/24 : COPY --from=builder /device-snmp-go/LICENSE / 05:13:50 ---> 674a8a699927 05:13:50 Step 18/24 : EXPOSE 59993 05:13:50 ---> Running in d8051bc9a736 05:13:51 Removing intermediate container d8051bc9a736 05:13:51 ---> 52ace16a8f60 05:13:51 Step 19/24 : EXPOSE 161 05:13:51 ---> Running in a4f333eda62e 05:13:52 Removing intermediate container a4f333eda62e 05:13:52 ---> 83f29b199d08 05:13:52 Step 20/24 : ENTRYPOINT ["/device-snmp"] 05:13:52 ---> Running in a55312026f24 05:13:52 Removing intermediate container a55312026f24 05:13:52 ---> 37325a61b5ea 05:13:52 Step 21/24 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:13:52 ---> Running in edd3f555a4b3 05:13:53 Removing intermediate container edd3f555a4b3 05:13:53 ---> d6cd7002da10 05:13:53 Step 22/24 : LABEL arch=arm64 05:13:53 ---> Running in df9d17639cdf 05:13:53 Removing intermediate container df9d17639cdf 05:13:53 ---> b46654f83b55 05:13:53 Step 23/24 : LABEL git_sha=75f0efdef6eff5f964016cc08b5f2bc574f59045 05:13:54 ---> Running in a155d956e699 05:13:54 Removing intermediate container a155d956e699 05:13:54 ---> 03de8f2d8278 05:13:54 Step 24/24 : LABEL version=0.0.0 05:13:54 ---> Running in 086f8aa5cd8c 05:13:55 Removing intermediate container 086f8aa5cd8c 05:13:55 ---> b865e71794d3 05:13:55 [Warning] One or more build-args [ARCH] were not consumed 05:13:55 Successfully built b865e71794d3 05:13:55 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:13:56 ---> job-cost.sh 05:13:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-meLq 05:14:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:16:12 lf-activate-venv(): INFO: Adding /tmp/venv-meLq/bin to PATH 05:16:12 INFO: No Stack... 05:16:12 INFO: Retrieving Pricing Info for: v2-standard-4 05:16:12 INFO: Archiving Costs [Pipeline] sh 05:16:12 + cat /w/workspace/device-snmp-go/1/archives/cost.csv 05:16:12 + cut -d, -f6 [Pipeline] lock 05:16:12 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-118-1-stack-cost] 05:16:12 Resource [jenkins-edgexfoundry-device-snmp-go-PR-118-1-stack-cost] did not exist. Created. 05:16:12 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-118-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:16:13 /w/workspace/device-snmp-go/1@tmp/durable-3f8f7807/script.sh: 1: /w/workspace/device-snmp-go/1@tmp/durable-3f8f7807/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:16:13 + echo total: 0.18000000715255737 [Pipeline] stash 05:16:13 Warning: overwriting stash ‘stack-cost’ 05:16:13 Stashed 1 file(s) [Pipeline] } 05:16:13 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-118-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:16:14 provisioning config files... 05:16:14 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_PR-118@tmp/config2153410255329470731tmp [Pipeline] { [Pipeline] sh 05:16:15 + set +x 05:16:15 + curl -s https://codecov.io/bash 05:16:15 + bash -s -- 05:16:15 05:16:15 _____ _ 05:16:15 / ____| | | 05:16:15 | | ___ __| | ___ ___ _____ __ 05:16:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:16:15 | |___| (_) | (_| | __/ (_| (_) \ V / 05:16:15 \_____\___/ \__,_|\___|\___\___/ \_/ 05:16:15 Bash-1.0.3 05:16:15 05:16:15 05:16:15 ==> git version 2.24.4 found 05:16:15 ==> 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:16:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:16:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:16:15 ==> Jenkins CI detected. 05:16:15 project root: . 05:16:15 --> token set from env 05:16:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:16:15 ==> Running gcov in . (disable via -X gcov) 05:16:15 ==> Python coveragepy not found 05:16:15 ==> Searching for coverage reports in: 05:16:15 + . 05:16:15 -> Found 1 reports 05:16:15 ==> Detecting git/mercurial file structure 05:16:15 ==> Reading reports 05:16:15 + ./coverage.out bytes=7631 05:16:15 ==> Appending adjustments 05:16:15 https://docs.codecov.io/docs/fixing-reports 05:16:15 + Found adjustments 05:16:15 ==> Gzipping contents 05:16:15 4.0K /tmp/codecov.lQDAam.gz 05:16:15 ==> Uploading reports 05:16:15 url: https://codecov.io 05:16:15 query: branch=PR-118&commit=75f0efdef6eff5f964016cc08b5f2bc574f59045&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-118%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=118&job=&cmd_args= 05:16:15 -> Pinging Codecov 05:16:15 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-118&commit=75f0efdef6eff5f964016cc08b5f2bc574f59045&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-118%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=118&job=&cmd_args= 05:16:15 -> Uploading to 05:16:15 https://storage.googleapis.com/codecov/v4/raw/2021-06-28/6C56EA5C29638FB4528AC87E60AF5AE0/75f0efdef6eff5f964016cc08b5f2bc574f59045/02b7f7bf-f328-4e2c-8d21-2755540b4538.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210628%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210628T051615Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3bd0c1c87c9a5d02d1953e8f6e3cb6c2246108d1652c556cc5556691eded5e8 05:16:15 % Total % Received % Xferd Average Speed Time Time Time Current 05:16:15 Dload Upload Total Spent Left Speed 05:16:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1378 0 0 100 1378 0 4024 --:--:-- --:--:-- --:--:-- 4029 05:16:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/75f0efdef6eff5f964016cc08b5f2bc574f59045 [Pipeline] } 05:16:16 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:16:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:16:19 ---> package-listing.sh 05:16:19 ++ facter osfamily 05:16:19 ++ tr '[:upper:]' '[:lower:]' 05:16:19 + OS_FAMILY=redhat 05:16:19 + workspace=/w/workspace/gexfoundry_device-snmp-go_PR-118 05:16:19 + START_PACKAGES=/tmp/packages_start.txt 05:16:19 + END_PACKAGES=/tmp/packages_end.txt 05:16:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:16:19 + PACKAGES=/tmp/packages_start.txt 05:16:19 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-118 ']' 05:16:19 + PACKAGES=/tmp/packages_end.txt 05:16:19 + case "${OS_FAMILY}" in 05:16:19 + rpm -qa 05:16:19 + sort 05:16:20 + '[' -f /tmp/packages_start.txt ']' 05:16:20 + '[' -f /tmp/packages_end.txt ']' 05:16:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:16:20 + '[' /w/workspace/gexfoundry_device-snmp-go_PR-118 ']' 05:16:20 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_PR-118/archives/ 05:16:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_PR-118/archives/ [Pipeline] echo 05:16:20 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-snmp-go_PR-118/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:16:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:16:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:16:21 05:16:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:16:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:16:21 alpine: Pulling from edgex-lftools-log-publisher 05:16:21 df20fa9351a1: Pulling fs layer 05:16:21 36b3adc4ff6f: Pulling fs layer 05:16:21 8ad3a11d3b57: Pulling fs layer 05:16:21 46f8f816bc3b: Pulling fs layer 05:16:21 93b61091891f: Pulling fs layer 05:16:21 93b9cdb0e59b: Pulling fs layer 05:16:21 5e14af77c1be: Pulling fs layer 05:16:21 01666e4c0597: Pulling fs layer 05:16:21 aa168da1d23b: Pulling fs layer 05:16:21 93b9cdb0e59b: Waiting 05:16:21 5e14af77c1be: Waiting 05:16:21 01666e4c0597: Waiting 05:16:21 aa168da1d23b: Waiting 05:16:21 46f8f816bc3b: Waiting 05:16:21 93b61091891f: Waiting 05:16:21 36b3adc4ff6f: Verifying Checksum 05:16:21 36b3adc4ff6f: Download complete 05:16:21 46f8f816bc3b: Verifying Checksum 05:16:21 46f8f816bc3b: Download complete 05:16:22 df20fa9351a1: Verifying Checksum 05:16:22 df20fa9351a1: Download complete 05:16:22 93b9cdb0e59b: Verifying Checksum 05:16:22 93b9cdb0e59b: Download complete 05:16:22 5e14af77c1be: Verifying Checksum 05:16:22 5e14af77c1be: Download complete 05:16:22 01666e4c0597: Verifying Checksum 05:16:22 01666e4c0597: Download complete 05:16:22 93b61091891f: Verifying Checksum 05:16:22 93b61091891f: Download complete 05:16:22 8ad3a11d3b57: Verifying Checksum 05:16:22 8ad3a11d3b57: Download complete 05:16:22 df20fa9351a1: Pull complete 05:16:22 36b3adc4ff6f: Pull complete 05:16:22 8ad3a11d3b57: Pull complete 05:16:23 46f8f816bc3b: Pull complete 05:16:23 93b61091891f: Pull complete 05:16:23 93b9cdb0e59b: Pull complete 05:16:23 5e14af77c1be: Pull complete 05:16:23 01666e4c0597: Pull complete 05:16:23 aa168da1d23b: Verifying Checksum 05:16:23 aa168da1d23b: Download complete 05:16:27 aa168da1d23b: Pull complete 05:16:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:16:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:16:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:16:28 prd-centos7-docker-4c-2g-466 does not seem to be running inside a container 05:16:28 $ 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-118/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-118 -v /w/workspace/gexfoundry_device-snmp-go_PR-118:/w/workspace/gexfoundry_device-snmp-go_PR-118:rw,z -v /w/workspace/gexfoundry_device-snmp-go_PR-118@tmp:/w/workspace/gexfoundry_device-snmp-go_PR-118@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:16:30 $ docker top 9d755e0ef7bec5fed9eb0771a7d678264ccef6365deff2a486b449b6a617a6df -eo pid,comm [Pipeline] { [Pipeline] sh 05:16:30 + touch /tmp/pre-build-complete [Pipeline] sh 05:16:31 + mkdir -p /var/log/sa [Pipeline] sh 05:16:31 + ls /var/log/sa-host 05:16:31 + sadf -c /var/log/sa-host/sa05 05:16:31 file_magic: OK 05:16:31 HZ: Using current value: 100 05:16:31 file_header: OK 05:16:31 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:16:31 Statistics: 05:16:31 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:16:31 File successfully converted to sysstat format version 12.2.1 05:16:31 + sadf -c /var/log/sa-host/sa28 05:16:31 file_magic: OK 05:16:31 HZ: Using current value: 100 05:16:31 file_header: OK 05:16:31 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:16:31 Statistics: 05:16:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:16:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:16:31 provisioning config files... 05:16:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_PR-118@tmp/config6460547836581727659tmp [Pipeline] { [Pipeline] echo 05:16:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:16:32 ---> create-netrc.sh [Pipeline] } 05:16:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:16:32 ---> python-tools-install.sh [Pipeline] echo 05:16:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:16:33 ---> sudo-logs.sh 05:16:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:16:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:16:33 ---> job-cost.sh 05:16:33 lf-activate-venv: SKIPPING 05:16:33 DEBUG: total: 0.18000000715255737 05:16:33 INFO: Retrieving Stack Cost... 05:16:34 INFO: Retrieving Pricing Info for: v3-standard-2 05:16:35 INFO: Archiving Costs [Pipeline] echo 05:16:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:16:35 ---> logs-deploy.sh 05:16:35 lf-activate-venv: SKIPPING 05:16:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-118/1 05:16:35 INFO: archiving workspace using pattern(s): 05:16:36 Archives upload complete. 05:16:36 INFO: archiving logs to Nexus 05:16:37 ---> uname -a: 05:16:37 Linux prd-centos7-docker-4c-2g-466.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:16:37 05:16:37 05:16:37 ---> lscpu: 05:16:37 Architecture: x86_64 05:16:37 CPU op-mode(s): 32-bit, 64-bit 05:16:37 Byte Order: Little Endian 05:16:37 Address sizes: 40 bits physical, 48 bits virtual 05:16:37 CPU(s): 2 05:16:37 On-line CPU(s) list: 0,1 05:16:37 Thread(s) per core: 1 05:16:37 Core(s) per socket: 1 05:16:37 Socket(s): 2 05:16:37 NUMA node(s): 1 05:16:37 Vendor ID: AuthenticAMD 05:16:37 CPU family: 23 05:16:37 Model: 49 05:16:37 Model name: AMD EPYC-Rome Processor 05:16:37 Stepping: 0 05:16:37 CPU MHz: 2799.998 05:16:37 BogoMIPS: 5599.99 05:16:37 Virtualization: AMD-V 05:16:37 Hypervisor vendor: KVM 05:16:37 Virtualization type: full 05:16:37 L1d cache: 64 KiB 05:16:37 L1i cache: 64 KiB 05:16:37 L2 cache: 1 MiB 05:16:37 L3 cache: 32 MiB 05:16:37 NUMA node0 CPU(s): 0,1 05:16:37 Vulnerability Itlb multihit: Not affected 05:16:37 Vulnerability L1tf: Not affected 05:16:37 Vulnerability Mds: Not affected 05:16:37 Vulnerability Meltdown: Not affected 05:16:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:16:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:16:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:16:37 Vulnerability Srbds: Not affected 05:16:37 Vulnerability Tsx async abort: Not affected 05:16:37 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:16:37 05:16:37 05:16:37 ---> nproc: 05:16:37 2 05:16:37 05:16:37 05:16:37 ---> df -h: 05:16:37 Filesystem Size Used Available Use% Mounted on 05:16:37 overlay 40.0G 7.6G 32.4G 19% / 05:16:37 tmpfs 64.0M 0 64.0M 0% /dev 05:16:37 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 05:16:37 shm 64.0M 0 64.0M 0% /dev/shm 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/gexfoundry_device-snmp-go_PR-118 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/gexfoundry_device-snmp-go_PR-118@tmp 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 05:16:37 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 05:16:37 05:16:37 05:16:37 ---> free -m: 05:16:37 total used free shared buff/cache available 05:16:37 Mem: 7821 924 4803 0 2093 6718 05:16:37 Swap: 1023 0 1023 05:16:37 05:16:37 05:16:37 ---> ip addr: 05:16:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:16:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:16:37 inet 127.0.0.1/8 scope host lo 05:16:37 valid_lft forever preferred_lft forever 05:16:37 inet6 ::1/128 scope host 05:16:37 valid_lft forever preferred_lft forever 05:16:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:16:37 link/ether fa:16:3e:4c:d5:79 brd ff:ff:ff:ff:ff:ff 05:16:37 inet 10.30.123.242/23 brd 10.30.123.255 scope global dynamic eth0 05:16:37 valid_lft 85720sec preferred_lft 85720sec 05:16:37 inet6 fe80::f816:3eff:fe4c:d579/64 scope link 05:16:37 valid_lft forever preferred_lft forever 05:16:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:16:37 link/ether 02:42:d9:3d:35:4b brd ff:ff:ff:ff:ff:ff 05:16:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:16:37 valid_lft forever preferred_lft forever 05:16:37 inet6 fe80::42:d9ff:fe3d:354b/64 scope link 05:16:37 valid_lft forever preferred_lft forever 05:16:37 05:16:37 05:16:37 ---> sar -b -r -n DEV: 05:16:37 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/28/21 _x86_64_ (2 CPU) 05:16:37 05:16:37 05:05:06 LINUX RESTART (2 CPU) 05:16:37 05:16:37 05:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:16:37 05:07:01 5.46 0.18 5.28 0.00 23.19 149.03 0.00 05:16:37 05:08:01 0.38 0.00 0.38 0.00 0.00 6.01 0.00 05:16:37 05:09:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 05:16:37 05:10:01 0.20 0.00 0.20 0.00 0.00 2.72 0.00 05:16:37 05:11:01 0.27 0.00 0.27 0.00 0.00 3.66 0.00 05:16:37 05:12:01 0.32 0.00 0.32 0.00 0.00 3.78 0.00 05:16:37 05:13:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 05:16:37 05:14:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 05:16:37 05:15:01 0.28 0.00 0.28 0.00 0.00 2.73 0.00 05:16:37 05:16:02 0.25 0.00 0.25 0.00 0.00 2.80 0.00 05:16:37 Average: 0.79 0.02 0.77 0.00 2.32 18.00 0.00 05:16:37 05:16:37 05:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:16:37 05:07:01 5457776 0 812376 10.14 2620 1736160 1325476 14.63 579860 1571600 20 05:16:37 05:08:01 5467904 0 802244 10.02 2620 1736164 1239532 13.69 574344 1568620 20 05:16:37 05:09:01 5470484 0 799660 9.98 2620 1736168 1217968 13.45 572832 1568316 16 05:16:37 05:10:01 5469560 0 800580 10.00 2620 1736172 1213972 13.40 573052 1568924 20 05:16:37 05:11:01 5470380 0 799752 9.99 2620 1736180 1211844 13.38 566668 1574676 12 05:16:37 05:12:01 5471728 0 798404 9.97 2620 1736180 1200536 13.25 565708 1574676 12 05:16:37 05:13:01 5471472 0 798652 9.97 2620 1736188 1200536 13.25 566232 1574676 8 05:16:37 05:14:01 5460928 0 809188 10.10 2620 1736196 1200620 13.26 576336 1574676 8 05:16:37 05:15:01 5461724 0 808388 10.09 2620 1736200 1200536 13.25 577388 1573000 8 05:16:37 05:16:02 5461288 0 808820 10.10 2620 1736204 1200620 13.26 578016 1572996 20 05:16:37 Average: 5466324 0 803806 10.04 2620 1736181 1221164 13.48 573044 1572216 14 05:16:37 05:16:37 05:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:16:37 05:07:01 eth0 20.37 12.43 16.21 23.14 0.00 0.00 0.00 0.00 05:16:37 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:08:01 eth0 1.90 0.53 0.61 0.42 0.00 0.00 0.00 0.00 05:16:37 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:09:01 eth0 2.13 0.50 0.64 0.39 0.00 0.00 0.00 0.00 05:16:37 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:10:01 eth0 1.02 0.60 0.54 0.40 0.00 0.00 0.00 0.00 05:16:37 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:11:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 05:16:37 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:16:37 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:13:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:16:37 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:14:01 eth0 0.27 0.22 0.10 0.02 0.00 0.00 0.00 0.00 05:16:37 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:15:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:16:37 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:16:02 eth0 0.43 0.23 0.16 0.07 0.00 0.00 0.00 0.00 05:16:37 05:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 Average: eth0 2.67 1.49 1.84 2.45 0.00 0.00 0.00 0.00 05:16:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:16:37 05:16:37 05:16:37 ---> sar -P ALL: 05:16:37 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/28/21 _x86_64_ (2 CPU) 05:16:37 05:16:37 05:05:06 LINUX RESTART (2 CPU) 05:16:37 05:16:37 05:06:01 CPU %user %nice %system %iowait %steal %idle 05:16:37 05:07:01 all 0.64 0.00 0.23 0.03 0.04 99.06 05:16:37 05:07:01 0 0.57 0.00 0.30 0.05 0.03 99.05 05:16:37 05:07:01 1 0.72 0.00 0.15 0.00 0.05 99.08 05:16:37 05:08:01 all 0.10 0.00 0.05 0.00 0.04 99.81 05:16:37 05:08:01 0 0.05 0.00 0.03 0.00 0.05 99.87 05:16:37 05:08:01 1 0.15 0.00 0.07 0.00 0.03 99.75 05:16:37 05:09:01 all 0.06 0.00 0.03 0.00 0.04 99.87 05:16:37 05:09:01 0 0.05 0.00 0.03 0.00 0.07 99.85 05:16:37 05:09:01 1 0.07 0.00 0.03 0.00 0.02 99.88 05:16:37 05:10:01 all 0.10 0.00 0.03 0.00 0.04 99.83 05:16:37 05:10:01 0 0.05 0.00 0.03 0.00 0.03 99.88 05:16:37 05:10:01 1 0.15 0.00 0.02 0.00 0.05 99.78 05:16:37 05:11:01 all 0.09 0.00 0.08 0.00 0.04 99.78 05:16:37 05:11:01 0 0.05 0.00 0.07 0.00 0.05 99.83 05:16:37 05:11:01 1 0.13 0.00 0.10 0.00 0.03 99.73 05:16:37 05:12:01 all 0.08 0.00 0.03 0.00 0.03 99.85 05:16:37 05:12:01 0 0.03 0.00 0.05 0.00 0.05 99.87 05:16:37 05:12:01 1 0.13 0.00 0.02 0.00 0.02 99.83 05:16:37 05:13:01 all 0.11 0.00 0.03 0.00 0.03 99.83 05:16:37 05:13:01 0 0.05 0.00 0.02 0.00 0.05 99.88 05:16:37 05:13:01 1 0.17 0.00 0.03 0.00 0.02 99.78 05:16:37 05:14:01 all 0.08 0.00 0.03 0.00 0.03 99.86 05:16:37 05:14:01 0 0.15 0.00 0.03 0.00 0.03 99.78 05:16:37 05:14:01 1 0.02 0.00 0.03 0.00 0.02 99.93 05:16:37 05:15:01 all 0.10 0.00 0.03 0.00 0.04 99.82 05:16:37 05:15:01 0 0.05 0.00 0.05 0.00 0.07 99.83 05:16:37 05:15:01 1 0.15 0.00 0.02 0.00 0.02 99.82 05:16:37 05:16:02 all 0.07 0.00 0.01 0.00 0.04 99.88 05:16:37 05:16:02 0 0.12 0.00 0.02 0.00 0.05 99.82 05:16:37 05:16:02 1 0.02 0.00 0.00 0.00 0.03 99.95 05:16:37 Average: all 0.14 0.00 0.06 0.00 0.04 99.76 05:16:37 Average: 0 0.12 0.00 0.06 0.01 0.05 99.77 05:16:37 Average: 1 0.17 0.00 0.05 0.00 0.03 99.75 05:16:37 05:16:37 05:16:37