Pull request #59 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of venkata-subbareddyK for edgexfoundry/device-snmp-go Loading trusted files from base branch master at b72f034d41a4e7add9e1368711a8e2b22eb63515 rather than 4de3236f9499ceae9a39ae04aed9d248b6d730f1 Obtained Jenkinsfile from b72f034d41a4e7add9e1368711a8e2b22eb63515 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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-59/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 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go, goVersion:1.13] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-836 in /w/workspace/dgexfoundry_device-snmp-go_PR-59 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-59 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b72f034d41a4e7add9e1368711a8e2b22eb63515 into PR head commit 4de3236f9499ceae9a39ae04aed9d248b6d730f1 Merge succeeded, producing 4de3236f9499ceae9a39ae04aed9d248b6d730f1 Checking out Revision 4de3236f9499ceae9a39ae04aed9d248b6d730f1 (PR-59) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/59/head:refs/remotes/origin/PR-59 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#57" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:41:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:41:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:41:31 ========================================================= 19:41:31 EdgeX Global Pipelines Version Info 19:41:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:41:32 ------------------- 19:41:32 stable info: 19:41:32 ------------------- 19:41:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:41:32 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 19:41:32 Message: update stable to v1.0.114 19:41:33 ------------------- 19:41:33 experimental info: 19:41:33 ------------------- 19:41:33 Commited By: **** collab-it+edgex@linuxfoundation.org 19:41:33 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 19:41:33 Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:41:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 19:41:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 19:41:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:41:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:41:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:41:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:41:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:41:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:41:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:41:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:41:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:41:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:41:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:41:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:41:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-59 [Pipeline] echo 19:41:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-59 [Pipeline] echo 19:41:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-59 [Pipeline] echo 19:41:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4de3236f9499ceae9a39ae04aed9d248b6d730f1 [Pipeline] echo 19:41:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4de3236 [Pipeline] echo 19:41:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:41:38 + git log --format=format:%s -1 4de3236f9499ceae9a39ae04aed9d248b6d730f1 [Pipeline] echo 19:41:38 GIT_COMMIT: 4de3236f9499ceae9a39ae04aed9d248b6d730f1, Commit Message: refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#57 [Pipeline] echo 19:41:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:41:39 19:41:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:41:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:41:39 latest: Pulling from edgex-devops/git-semver 19:41:39 31603596830f: Pulling fs layer 19:41:39 2a8b12db71e7: Pulling fs layer 19:41:39 6ca5941a6612: Pulling fs layer 19:41:39 ecc8261a40a4: Pulling fs layer 19:41:39 ecc8261a40a4: Waiting 19:41:39 2a8b12db71e7: Verifying Checksum 19:41:39 2a8b12db71e7: Download complete 19:41:39 31603596830f: Verifying Checksum 19:41:39 31603596830f: Download complete 19:41:39 ecc8261a40a4: Verifying Checksum 19:41:39 ecc8261a40a4: Download complete 19:41:39 6ca5941a6612: Verifying Checksum 19:41:39 6ca5941a6612: Download complete 19:41:40 31603596830f: Pull complete 19:41:40 2a8b12db71e7: Pull complete 19:41:40 6ca5941a6612: Pull complete 19:41:40 ecc8261a40a4: Pull complete 19:41:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:41:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:41:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:41:41 prd-centos7-docker-4c-2g-836 does not seem to be running inside a container 19:41:41 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-59 -v /w/workspace/dgexfoundry_device-snmp-go_PR-59:/w/workspace/dgexfoundry_device-snmp-go_PR-59:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-59@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:41:42 $ docker top 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:41:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:41:43 [ssh-agent] Looking for ssh-agent implementation... 19:41:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:41:43 $ docker exec 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b ssh-agent 19:41:43 SSH_AUTH_SOCK=/tmp/ssh-hOAC2V6D0Fgr/agent.11 19:41:43 SSH_AGENT_PID=16 19:41:43 Running ssh-add (command line suppressed) 19:41:43 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/private_key_5717296645230478555.key (/w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/private_key_5717296645230478555.key) 19:41:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:41:44 + git describe --exact-match --tags HEAD 19:41:44 fatal: No names found, cannot describe anything. [Pipeline] } 19:41:44 $ docker exec --env ******** --env ******** 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b ssh-agent -k 19:41:44 unset SSH_AUTH_SOCK; 19:41:44 unset SSH_AGENT_PID; 19:41:44 echo Agent pid 16 killed; 19:41:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:41:44 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:41:44 This usually means this commit has not been tagged. [Pipeline] sshagent 19:41:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:41:44 [ssh-agent] Looking for ssh-agent implementation... 19:41:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:41:45 $ docker exec 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b ssh-agent 19:41:45 SSH_AUTH_SOCK=/tmp/ssh-7PWhkJH2crOH/agent.45 19:41:45 SSH_AGENT_PID=50 19:41:45 Running ssh-add (command line suppressed) 19:41:45 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/private_key_8084818436460313955.key (/w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/private_key_8084818436460313955.key) 19:41:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:41:45 + git semver init 19:41:45 # -> Open(): unable to determine branch for HEAD 19:41:45 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-59/.git 19:41:45 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-59 19:41:45 # $SEMVER_REMOTE_NAME = origin 19:41:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:41:45 # $SEMVER_USER_NAME = edgex-jenkins 19:41:45 # $SEMVER_BRANCH = PR-59 19:41:45 # $SEMVER_TEMP = /tmp/semver-964209140 19:41:45 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 19:41:46 # '/tmp/semver-964209140' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-59/.semver' 19:41:46 # -> Force: false 19:41:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-59/.semver [Pipeline] } 19:41:46 $ docker exec --env ******** --env ******** 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b ssh-agent -k 19:41:46 unset SSH_AUTH_SOCK; 19:41:46 unset SSH_AGENT_PID; 19:41:46 echo Agent pid 50 killed; 19:41:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:41:46 + git semver [Pipeline] } 19:41:46 $ docker stop --time=1 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b 19:41:48 $ docker rm -f 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:41:48 Stashed 25 file(s) [Pipeline] echo 19:41:48 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:41:49 Archived original 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 19:42:04 Still waiting to schedule task 19:42:04 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:42:04 Still waiting to schedule task 19:42:04 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:42:27 Running on prd-centos7-docker-4c-2g-837 in /w/workspace/dgexfoundry_device-snmp-go_PR-59 [Pipeline] { [Pipeline] ws 19:42:27 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 19:42:30 using credential edgex-jenkins-ssh 19:42:30 Cloning the remote Git repository 19:42:30 Cloning with configured refspecs honoured and without tags 19:42:30 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 19:42:30 > git init /w/workspace/device-snmp-go/1 # timeout=10 19:42:30 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 19:42:30 > git --version # timeout=10 19:42:30 > git --version # 'git version 2.16.5' 19:42:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:42:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:42:31 Fetching without tags 19:42:31 Merging remotes/origin/master commit b72f034d41a4e7add9e1368711a8e2b22eb63515 into PR head commit 4de3236f9499ceae9a39ae04aed9d248b6d730f1 19:42:31 Merge succeeded, producing 4de3236f9499ceae9a39ae04aed9d248b6d730f1 19:42:31 Checking out Revision 4de3236f9499ceae9a39ae04aed9d248b6d730f1 (PR-59) 19:42:31 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 19:42:31 > git config --add remote.origin.fetch +refs/pull/59/head:refs/remotes/origin/PR-59 # timeout=10 19:42:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:42:31 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 19:42:31 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 19:42:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:42:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:42:31 > git config core.sparsecheckout # timeout=10 19:42:31 > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 19:42:31 > git remote # timeout=10 19:42:31 > git config --get remote.origin.url # timeout=10 19:42:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:42:31 > git merge b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 19:42:31 > git rev-parse HEAD^{commit} # timeout=10 19:42:31 > git config core.sparsecheckout # timeout=10 19:42:31 > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 19:42:35 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#57" 19:42:35 > git --version # timeout=10 19:42:35 > git --version # 'git version 2.16.5' 19:42:35 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:42:36 ========================================================= 19:42:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:42:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:42:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 19:42:38 Sending build context to Docker daemon 364kB 19:42:38 Step 1/10 : ARG BASE=golang:1.13-alpine 19:42:38 Step 2/10 : FROM ${BASE} 19:42:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:42:38 df20fa9351a1: Pulling fs layer 19:42:38 ed8968b2872e: Pulling fs layer 19:42:38 a92cc7c5fd73: Pulling fs layer 19:42:38 2dd03ba5bac4: Pulling fs layer 19:42:38 1e091d79d1de: Pulling fs layer 19:42:38 481702a1767f: Pulling fs layer 19:42:38 f64a6f60c768: Pulling fs layer 19:42:38 e78d2573fc39: Pulling fs layer 19:42:38 e876d2f968b6: Pulling fs layer 19:42:38 ce8a83651883: Pulling fs layer 19:42:38 07967f4d0e4b: Pulling fs layer 19:42:38 f64a6f60c768: Waiting 19:42:38 2dd03ba5bac4: Waiting 19:42:38 1e091d79d1de: Waiting 19:42:38 e78d2573fc39: Waiting 19:42:38 481702a1767f: Waiting 19:42:38 e876d2f968b6: Waiting 19:42:38 ce8a83651883: Waiting 19:42:38 07967f4d0e4b: Waiting 19:42:38 a92cc7c5fd73: Verifying Checksum 19:42:38 a92cc7c5fd73: Download complete 19:42:38 ed8968b2872e: Download complete 19:42:38 1e091d79d1de: Download complete 19:42:38 481702a1767f: Verifying Checksum 19:42:38 481702a1767f: Download complete 19:42:38 df20fa9351a1: Verifying Checksum 19:42:38 df20fa9351a1: Download complete 19:42:38 df20fa9351a1: Pull complete 19:42:39 f64a6f60c768: Verifying Checksum 19:42:39 f64a6f60c768: Download complete 19:42:39 e876d2f968b6: Verifying Checksum 19:42:39 e876d2f968b6: Download complete 19:42:39 e78d2573fc39: Verifying Checksum 19:42:39 e78d2573fc39: Download complete 19:42:39 2dd03ba5bac4: Verifying Checksum 19:42:39 2dd03ba5bac4: Download complete 19:42:39 07967f4d0e4b: Verifying Checksum 19:42:39 07967f4d0e4b: Download complete 19:42:40 ce8a83651883: Verifying Checksum 19:42:40 ce8a83651883: Download complete 19:42:40 ed8968b2872e: Pull complete 19:42:40 a92cc7c5fd73: Pull complete 19:42:49 2dd03ba5bac4: Pull complete 19:42:49 1e091d79d1de: Pull complete 19:42:49 481702a1767f: Pull complete 19:42:53 f64a6f60c768: Pull complete 19:42:56 e78d2573fc39: Pull complete 19:42:56 e876d2f968b6: Pull complete 19:42:58 ce8a83651883: Pull complete 19:42:58 07967f4d0e4b: Pull complete 19:42:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 19:42:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:42:58 ---> 5d7c900382c6 19:42:58 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 19:42:59 ---> Running in b8f863c40f93 19:42:59 Removing intermediate container b8f863c40f93 19:42:59 ---> eb298645e76a 19:42:59 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 19:42:59 ---> Running in 03f7a823a1b5 19:42:59 Removing intermediate container 03f7a823a1b5 19:42:59 ---> ea5febeb1e01 19:42:59 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 19:42:59 ---> Running in cb39e6180f4a 19:42:59 Removing intermediate container cb39e6180f4a 19:42:59 ---> 5441f1255658 19:42:59 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:59 ---> Running in 2fce9e2665d5 19:43:01 Removing intermediate container 2fce9e2665d5 19:43:01 ---> a8141b621f4e 19:43:01 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:43:01 ---> Running in 77f4a1684f9b 19:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:03 OK: 166 MiB in 39 packages 19:43:03 Removing intermediate container 77f4a1684f9b 19:43:03 ---> 3a194582d274 19:43:03 Step 8/10 : WORKDIR /device-snmp-go 19:43:03 ---> Running in 422b29c40ec0 19:43:03 Removing intermediate container 422b29c40ec0 19:43:03 ---> e8ae6321570c 19:43:03 Step 9/10 : COPY . . 19:43:04 ---> a76e1cd60ba6 19:43:04 Step 10/10 : RUN go mod download 19:43:04 ---> Running in a8e8f4490e97 19:43:06 go: finding github.com/BurntSushi/toml v0.3.1 19:43:06 go: finding github.com/OneOfOne/xxhash v1.2.6 19:43:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:43:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:43:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:43:06 go: finding github.com/bgentry/speakeasy v0.1.0 19:43:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:43:06 go: finding github.com/davecgh/go-spew v1.1.1 19:43:06 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:43:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:43:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:43:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:43:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:43:07 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:43:07 go: finding github.com/fatih/color v1.7.0 19:43:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:43:07 go: finding github.com/go-kit/kit v0.8.0 19:43:07 go: finding github.com/go-logfmt/logfmt v0.4.0 19:43:07 go: finding github.com/go-stack/stack v1.8.0 19:43:07 go: finding github.com/golang/mock v1.2.0 19:43:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:43:07 go: finding github.com/google/uuid v1.1.0 19:43:07 go: finding github.com/gorilla/mux v1.7.1 19:43:07 go: finding github.com/hashicorp/consul/api v1.1.0 19:43:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:43:07 go: finding github.com/hashicorp/errwrap v1.0.0 19:43:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:43:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:43:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:43:07 go: finding github.com/hashicorp/go-multierror v1.0.0 19:43:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:43:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:43:08 go: finding github.com/hashicorp/go-syslog v1.0.0 19:43:08 go: finding github.com/hashicorp/go-uuid v1.0.1 19:43:08 go: finding github.com/hashicorp/go.net v0.0.1 19:43:08 go: finding github.com/hashicorp/golang-lru v0.5.0 19:43:08 go: finding github.com/hashicorp/logutils v1.0.0 19:43:08 go: finding github.com/hashicorp/mdns v1.0.0 19:43:08 go: finding github.com/hashicorp/memberlist v0.1.3 19:43:08 go: finding github.com/hashicorp/serf v0.8.2 19:43:08 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:43:08 go: finding github.com/mattn/go-colorable v0.0.9 19:43:08 go: finding github.com/mattn/go-isatty v0.0.3 19:43:08 go: finding github.com/miekg/dns v1.0.14 19:43:08 go: finding github.com/mitchellh/cli v1.0.0 19:43:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:43:08 go: finding github.com/mitchellh/copystructure v1.0.0 19:43:08 go: finding github.com/mitchellh/go-homedir v1.0.0 19:43:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:43:08 go: finding github.com/mitchellh/gox v0.4.0 19:43:08 go: finding github.com/mitchellh/iochan v1.0.0 19:43:08 go: finding github.com/mitchellh/mapstructure v1.1.2 19:43:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:43:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:43:08 go: finding github.com/pelletier/go-toml v1.2.0 19:43:08 go: finding github.com/pkg/errors v0.8.1 19:43:08 go: finding github.com/pmezard/go-difflib v1.0.0 19:43:08 go: finding github.com/posener/complete v1.1.1 19:43:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:43:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:43:09 go: finding github.com/soniah/gosnmp v1.21.0 19:43:09 go: finding github.com/stretchr/objx v0.1.0 19:43:09 go: finding github.com/stretchr/testify v1.5.1 19:43:09 go: finding github.com/ugorji/go v1.1.4 19:43:09 go: finding github.com/x448/float16 v0.8.4 19:43:09 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:43:09 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 19:43:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:43:09 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:43:09 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 19:43:09 go: finding gopkg.in/yaml.v2 v2.2.8 19:43:19 Removing intermediate container a8e8f4490e97 19:43:19 ---> bb11a25c2dbf 19:43:19 Successfully built bb11a25c2dbf 19:43:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:43:20 + docker inspect -f . ci-base-image-x86_64 19:43:20 . [Pipeline] withDockerContainer 19:43:20 prd-centos7-docker-4c-2g-837 does not seem to be running inside a container 19:43: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 ******** ci-base-image-x86_64 cat 19:43:21 $ docker top 386c0126fd21eb39cac6c5230c2c44c2a645a8eedfbad0b925738ca64d5acea0 -eo pid,comm [Pipeline] { [Pipeline] sh 19:43:22 + go version 19:43:22 go version go1.13.13 linux/amd64 [Pipeline] sh 19:43:22 + make test 19:43:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:43:23 ? github.com/edgexfoundry/device-snmp-go [no test files] 19:43:39 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 19:43:39 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.006s coverage: 0.0% of statements 19:43:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:43:45 gofmt -l . 19:43:45 [ "`gofmt -l .`" = "" ] 19:43:45 ./bin/test-attribution-txt.sh 19:43:45 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:43:46 Stashed 1 file(s) [Pipeline] } 19:43:46 $ docker stop --time=1 386c0126fd21eb39cac6c5230c2c44c2a645a8eedfbad0b925738ca64d5acea0 19:43:48 $ docker rm -f 386c0126fd21eb39cac6c5230c2c44c2a645a8eedfbad0b925738ca64d5acea0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:43:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:43:50 + ls -al . 19:43:50 total 104 19:43:50 drwxrwxr-x. 9 jenkins jenkins 4096 Aug 31 19:43 . 19:43:50 drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 19:42 .. 19:43:50 -rw-rw-r--. 1 jenkins jenkins 4405 Aug 31 19:42 Attribution.txt 19:43:50 drwxrwxr-x. 2 jenkins jenkins 87 Aug 31 19:42 bin 19:43:50 drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 19:42 cmd 19:43:50 -rw-r--r--. 1 jenkins jenkins 8493 Aug 31 19:43 coverage.out 19:43:50 -rw-rw-r--. 1 jenkins jenkins 1002 Aug 31 19:42 Dockerfile 19:43:50 -rw-rw-r--. 1 jenkins jenkins 409 Aug 31 19:42 Dockerfile.build 19:43:50 -rw-rw-r--. 1 jenkins jenkins 6 Aug 31 19:42 .dockerignore 19:43:50 drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 19:42 .git 19:43:50 drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 19:42 .github 19:43:50 -rw-rw-r--. 1 jenkins jenkins 272 Aug 31 19:42 .gitignore 19:43:50 -rw-r--r--. 1 jenkins jenkins 203 Aug 31 19:43 go.mod 19:43:50 -rw-r--r--. 1 jenkins jenkins 12704 Aug 31 19:43 go.sum 19:43:50 drwxrwxr-x. 3 jenkins jenkins 20 Aug 31 19:42 internal 19:43:50 -rw-rw-r--. 1 jenkins jenkins 678 Aug 31 19:42 Jenkinsfile 19:43:50 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 31 19:42 LICENSE 19:43:50 -rw-rw-r--. 1 jenkins jenkins 937 Aug 31 19:42 Makefile 19:43:50 drwxrwxr-x. 2 jenkins jenkins 84 Aug 31 19:42 profiles 19:43:50 -rw-rw-r--. 1 jenkins jenkins 12398 Aug 31 19:42 README.md 19:43:50 drwxrwxr-x. 3 jenkins jenkins 74 Aug 31 19:42 .semver 19:43:50 -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 19:41 VERSION 19:43:50 -rw-rw-r--. 1 jenkins jenkins 209 Aug 31 19:42 version.go [Pipeline] isUnix [Pipeline] sh 19:43:50 + docker build -t docker-device-snmp-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4de3236f9499ceae9a39ae04aed9d248b6d730f1 --label arch=amd64 --label version=0.0.0 . 19:43:50 Sending build context to Docker daemon 373.2kB 19:43:51 Step 1/26 : ARG BASE=golang:1.13-alpine 19:43:51 Step 2/26 : FROM ${BASE} AS builder 19:43:51 ---> bb11a25c2dbf 19:43:51 Step 3/26 : ARG MAKE='make build' 19:43:51 ---> Running in c3825a647402 19:43:51 Removing intermediate container c3825a647402 19:43:51 ---> c3c39f91824a 19:43:51 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 19:43:51 ---> Running in 2078e2b07b50 19:43:51 Removing intermediate container 2078e2b07b50 19:43:51 ---> bfad598fb7be 19:43:51 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 19:43:51 ---> Running in e88da7b21230 19:43:51 Removing intermediate container e88da7b21230 19:43:51 ---> 0f6a0808837c 19:43:51 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:51 ---> Running in 14f00a81fd18 19:43:53 Removing intermediate container 14f00a81fd18 19:43:53 ---> db4664c08f03 19:43:53 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:43:53 ---> Running in d7b889eb8b87 19:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:55 OK: 166 MiB in 39 packages 19:43:55 Removing intermediate container d7b889eb8b87 19:43:55 ---> 20e52a1d1819 19:43:55 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 19:43:55 ---> Running in 281ef5069110 19:43:55 Removing intermediate container 281ef5069110 19:43:55 ---> 4d847f1d6372 19:43:55 Step 9/26 : COPY go.mod . 19:43:55 ---> 07b976b70434 19:43:55 Step 10/26 : COPY Makefile . 19:43:56 ---> 6bd1f6a5bce2 19:43:56 Step 11/26 : RUN make update 19:43:56 ---> Running in 95eabf9902c7 19:43:57 CGO_ENABLED=0 GO111MODULE=on go mod download 19:43:57 Removing intermediate container 95eabf9902c7 19:43:57 ---> e94b9bb50059 19:43:57 Step 12/26 : COPY . . 19:43:58 ---> 50e251114b48 19:43:58 Step 13/26 : RUN ${MAKE} 19:43:58 ---> Running in b3660be7e7eb 19:43:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd 19:44:11 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:44:14 Removing intermediate container b3660be7e7eb 19:44:14 ---> 81d72afd06bd 19:44:14 Step 14/26 : FROM alpine 19:44:14 latest: Pulling from library/alpine 19:44:15 df20fa9351a1: Already exists 19:44:15 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:44:15 Status: Downloaded newer image for alpine:latest 19:44:15 ---> a24bb4013296 19:44:15 Step 15/26 : ENV APP_PORT=49993 19:44:15 ---> Running in 2e3b42fcb1cd 19:44:15 Removing intermediate container 2e3b42fcb1cd 19:44:15 ---> 014637cd97d4 19:44:15 Step 16/26 : EXPOSE $APP_PORT 19:44:15 ---> Running in 5ed018176214 19:44:15 Removing intermediate container 5ed018176214 19:44:15 ---> e699d39afce4 19:44:15 Step 17/26 : ENV DEVICE_PORT=161 19:44:15 ---> Running in d094b6b501b5 19:44:15 Removing intermediate container d094b6b501b5 19:44:15 ---> 7034532a5925 19:44:15 Step 18/26 : EXPOSE $DEVICE_PORT 19:44:15 ---> Running in 5bb08736c95a 19:44:16 Removing intermediate container 5bb08736c95a 19:44:16 ---> eb203ff3d903 19:44:16 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 19:44:16 ---> b5757c53d1c3 19:44:16 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 19:44:17 ---> 51dc9e6a0d6f 19:44:17 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 19:44:17 ---> 2a9635cec70b 19:44:17 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 19:44:17 ---> Running in 78ae82bc805f 19:44:17 Removing intermediate container 78ae82bc805f 19:44:17 ---> 4c7a59c05322 19:44:17 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 19:44:17 ---> Running in 253b5e3b9bd5 19:44:17 Removing intermediate container 253b5e3b9bd5 19:44:17 ---> a83103d2478d 19:44:17 Step 24/26 : LABEL arch=amd64 19:44:17 ---> Running in 4c57f75276e5 19:44:18 Removing intermediate container 4c57f75276e5 19:44:18 ---> 7f5c603fb19c 19:44:18 Step 25/26 : LABEL git_sha=4de3236f9499ceae9a39ae04aed9d248b6d730f1 19:44:18 ---> Running in 566339cb2f51 19:44:18 Removing intermediate container 566339cb2f51 19:44:18 ---> 8f3347084266 19:44:18 Step 26/26 : LABEL version=0.0.0 19:44:18 ---> Running in fd14b4363e38 19:44:18 Removing intermediate container fd14b4363e38 19:44:18 ---> 49fd822b2154 19:44:18 [Warning] One or more build-args [ARCH] were not consumed 19:44:18 Successfully built 49fd822b2154 19:44:18 Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // script [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:44:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-838 in /w/workspace/dgexfoundry_device-snmp-go_PR-59 [Pipeline] { [Pipeline] ws 19:44:22 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 19:44:28 using credential edgex-jenkins-ssh 19:44:28 Cloning the remote Git repository 19:44:28 Cloning with configured refspecs honoured and without tags 19:44:28 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 19:44:28 > git init /w/workspace/device-snmp-go/1 # timeout=10 19:44:28 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 19:44:28 > git --version # timeout=10 19:44:29 > git --version # 'git version 2.17.1' 19:44:29 using GIT_SSH to set credentials SSH Credentials for GitHub 19:44:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:44:29 Fetching without tags 19:44:30 Merging remotes/origin/master commit b72f034d41a4e7add9e1368711a8e2b22eb63515 into PR head commit 4de3236f9499ceae9a39ae04aed9d248b6d730f1 19:44:29 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 19:44:29 > git config --add remote.origin.fetch +refs/pull/59/head:refs/remotes/origin/PR-59 # timeout=10 19:44:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:44:29 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 19:44:29 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 19:44:29 using GIT_SSH to set credentials SSH Credentials for GitHub 19:44:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:44:30 Merge succeeded, producing 4de3236f9499ceae9a39ae04aed9d248b6d730f1 19:44:30 Checking out Revision 4de3236f9499ceae9a39ae04aed9d248b6d730f1 (PR-59) 19:44:30 > git config core.sparsecheckout # timeout=10 19:44:30 > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 19:44:30 > git remote # timeout=10 19:44:30 > git config --get remote.origin.url # timeout=10 19:44:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:44:30 > git merge b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 19:44:30 > git rev-parse HEAD^{commit} # timeout=10 19:44:30 > git config core.sparsecheckout # timeout=10 19:44:30 > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 19:44:35 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#57" 19:44:35 > git --version # timeout=10 19:44:35 > git --version # 'git version 2.17.1' 19:44:35 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:44:36 ========================================================= 19:44:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:44:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:44:37 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 19:44:38 Sending build context to Docker daemon 364kB 19:44:38 Step 1/10 : ARG BASE=golang:1.13-alpine 19:44:38 Step 2/10 : FROM ${BASE} 19:44:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:44:38 b538f80385f9: Pulling fs layer 19:44:38 74f711af9a0d: Pulling fs layer 19:44:38 99f96fe45779: Pulling fs layer 19:44:38 fd7a069fd194: Pulling fs layer 19:44:38 66aa3694b03b: Pulling fs layer 19:44:38 170f70906a0f: Pulling fs layer 19:44:38 ad7c5574e4b9: Pulling fs layer 19:44:38 e772456be8f7: Pulling fs layer 19:44:38 c890913d741a: Pulling fs layer 19:44:38 2480fcc9aa5a: Pulling fs layer 19:44:38 09adf4765672: Pulling fs layer 19:44:38 fd7a069fd194: Waiting 19:44:38 66aa3694b03b: Waiting 19:44:38 ad7c5574e4b9: Waiting 19:44:38 e772456be8f7: Waiting 19:44:38 170f70906a0f: Waiting 19:44:38 c890913d741a: Waiting 19:44:38 09adf4765672: Waiting 19:44:38 2480fcc9aa5a: Waiting 19:44:38 99f96fe45779: Download complete 19:44:38 74f711af9a0d: Download complete 19:44:38 66aa3694b03b: Verifying Checksum 19:44:38 66aa3694b03b: Download complete 19:44:38 170f70906a0f: Verifying Checksum 19:44:38 170f70906a0f: Download complete 19:44:38 b538f80385f9: Download complete 19:44:39 b538f80385f9: Pull complete 19:44:40 74f711af9a0d: Pull complete 19:44:40 99f96fe45779: Pull complete 19:44:41 ad7c5574e4b9: Verifying Checksum 19:44:41 ad7c5574e4b9: Download complete 19:44:41 c890913d741a: Verifying Checksum 19:44:41 c890913d741a: Download complete 19:44:43 e772456be8f7: Verifying Checksum 19:44:43 e772456be8f7: Download complete 19:44:43 09adf4765672: Download complete 19:44:44 fd7a069fd194: Verifying Checksum 19:44:44 fd7a069fd194: Download complete 19:44:44 2480fcc9aa5a: Verifying Checksum 19:44:44 2480fcc9aa5a: Download complete 19:44:57 fd7a069fd194: Pull complete 19:44:57 66aa3694b03b: Pull complete 19:44:57 170f70906a0f: Pull complete 19:45:00 ad7c5574e4b9: Pull complete 19:45:04 e772456be8f7: Pull complete 19:45:04 c890913d741a: Pull complete 19:45:06 2480fcc9aa5a: Pull complete 19:45:07 09adf4765672: Pull complete 19:45:07 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 19:45:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:45:07 ---> 2248a725d1cf 19:45:07 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 19:45:12 ---> Running in b3358bbba2ba 19:45:12 Removing intermediate container b3358bbba2ba 19:45:12 ---> 8d2351d2ee71 19:45:12 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 19:45:12 ---> Running in 8cd8d2624164 19:45:13 Removing intermediate container 8cd8d2624164 19:45:13 ---> 36a6d2b027ef 19:45:13 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 19:45:13 ---> Running in 634284034bbe 19:45:13 Removing intermediate container 634284034bbe 19:45:13 ---> eee998db8c0f 19:45:13 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:13 ---> Running in 9091fd029027 19:45:16 Removing intermediate container 9091fd029027 19:45:16 ---> 05ffcc7bd1aa 19:45:16 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:45:16 ---> Running in 02c1a39b23fa 19:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:45:19 OK: 142 MiB in 39 packages 19:45:20 Removing intermediate container 02c1a39b23fa 19:45:20 ---> d5693c4f9e3f 19:45:20 Step 8/10 : WORKDIR /device-snmp-go 19:45:20 ---> Running in 24031dcd98f0 19:45:21 Removing intermediate container 24031dcd98f0 19:45:21 ---> fce825d819a2 19:45:21 Step 9/10 : COPY . . 19:45:22 ---> a1374a2006f5 19:45:22 Step 10/10 : RUN go mod download 19:45:22 ---> Running in df149e0a1632 19:45:25 go: finding github.com/BurntSushi/toml v0.3.1 19:45:25 go: finding github.com/OneOfOne/xxhash v1.2.6 19:45:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:45:25 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:45:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:45:25 go: finding github.com/bgentry/speakeasy v0.1.0 19:45:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:45:25 go: finding github.com/davecgh/go-spew v1.1.1 19:45:25 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:45:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:45:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:45:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:45:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:45:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:45:25 go: finding github.com/fatih/color v1.7.0 19:45:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:45:26 go: finding github.com/go-kit/kit v0.8.0 19:45:26 go: finding github.com/go-logfmt/logfmt v0.4.0 19:45:26 go: finding github.com/go-stack/stack v1.8.0 19:45:26 go: finding github.com/golang/mock v1.2.0 19:45:26 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:45:26 go: finding github.com/google/uuid v1.1.0 19:45:26 go: finding github.com/gorilla/mux v1.7.1 19:45:26 go: finding github.com/hashicorp/consul/api v1.1.0 19:45:26 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:45:26 go: finding github.com/hashicorp/errwrap v1.0.0 19:45:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:45:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:45:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:45:26 go: finding github.com/hashicorp/go-multierror v1.0.0 19:45:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:45:26 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:45:26 go: finding github.com/hashicorp/go-syslog v1.0.0 19:45:26 go: finding github.com/hashicorp/go-uuid v1.0.1 19:45:26 go: finding github.com/hashicorp/go.net v0.0.1 19:45:26 go: finding github.com/hashicorp/golang-lru v0.5.0 19:45:27 go: finding github.com/hashicorp/logutils v1.0.0 19:45:27 go: finding github.com/hashicorp/mdns v1.0.0 19:45:27 go: finding github.com/hashicorp/memberlist v0.1.3 19:45:27 go: finding github.com/hashicorp/serf v0.8.2 19:45:27 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:45:27 go: finding github.com/mattn/go-colorable v0.0.9 19:45:27 go: finding github.com/mattn/go-isatty v0.0.3 19:45:27 go: finding github.com/miekg/dns v1.0.14 19:45:27 go: finding github.com/mitchellh/cli v1.0.0 19:45:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:45:27 go: finding github.com/mitchellh/copystructure v1.0.0 19:45:27 go: finding github.com/mitchellh/go-homedir v1.0.0 19:45:27 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:45:27 go: finding github.com/mitchellh/gox v0.4.0 19:45:27 go: finding github.com/mitchellh/iochan v1.0.0 19:45:27 go: finding github.com/mitchellh/mapstructure v1.1.2 19:45:28 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:45:28 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:45:28 go: finding github.com/pelletier/go-toml v1.2.0 19:45:28 go: finding github.com/pkg/errors v0.8.1 19:45:28 go: finding github.com/pmezard/go-difflib v1.0.0 19:45:28 go: finding github.com/posener/complete v1.1.1 19:45:28 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:45:28 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:45:28 go: finding github.com/soniah/gosnmp v1.21.0 19:45:28 go: finding github.com/stretchr/objx v0.1.0 19:45:28 go: finding github.com/stretchr/testify v1.5.1 19:45:28 go: finding github.com/ugorji/go v1.1.4 19:45:28 go: finding github.com/x448/float16 v0.8.4 19:45:28 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:45:28 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 19:45:28 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:45:28 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:45:28 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 19:45:28 go: finding gopkg.in/yaml.v2 v2.2.8 19:45:39 Removing intermediate container df149e0a1632 19:45:39 ---> b6bed00605fd 19:45:39 Successfully built b6bed00605fd 19:45:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:45:40 + docker inspect -f . ci-base-image-arm64 19:45:40 . [Pipeline] withDockerContainer 19:45:40 prd-ubuntu18.04-docker-arm64-4c-16g-838 does not seem to be running inside a container 19:45:40 $ 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 ******** ci-base-image-arm64 cat 19:45:42 $ docker top 23051caa26bf6114a7f1160d989c8a7aaf942ab0dc53c4179fae68dfc69e41ce -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:43 + go version 19:45:43 go version go1.13.13 linux/arm64 [Pipeline] sh 19:45:44 + make test 19:45:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:45:45 ? github.com/edgexfoundry/device-snmp-go [no test files] 19:46:18 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 19:46:18 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.015s coverage: 0.0% of statements 19:46:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:46:18 gofmt -l . 19:46:18 [ "`gofmt -l .`" = "" ] 19:46:18 ./bin/test-attribution-txt.sh 19:46:19 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:46:19 Warning: overwriting stash ‘coverage-report’ 19:46:20 Stashed 1 file(s) [Pipeline] } 19:46:20 $ docker stop --time=1 23051caa26bf6114a7f1160d989c8a7aaf942ab0dc53c4179fae68dfc69e41ce 19:46:22 $ docker rm -f 23051caa26bf6114a7f1160d989c8a7aaf942ab0dc53c4179fae68dfc69e41ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:46:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:46:24 + ls -al . 19:46:24 total 136 19:46:24 drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 19:46 . 19:46:24 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:44 .. 19:46:24 -rw-rw-r-- 1 jenkins jenkins 6 Aug 31 19:44 .dockerignore 19:46:24 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 19:44 .git 19:46:24 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:44 .github 19:46:24 -rw-rw-r-- 1 jenkins jenkins 272 Aug 31 19:44 .gitignore 19:46:24 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:44 .semver 19:46:24 -rw-rw-r-- 1 jenkins jenkins 4405 Aug 31 19:44 Attribution.txt 19:46:24 -rw-rw-r-- 1 jenkins jenkins 1002 Aug 31 19:44 Dockerfile 19:46:24 -rw-rw-r-- 1 jenkins jenkins 409 Aug 31 19:44 Dockerfile.build 19:46:24 -rw-rw-r-- 1 jenkins jenkins 678 Aug 31 19:44 Jenkinsfile 19:46:24 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 19:44 LICENSE 19:46:24 -rw-rw-r-- 1 jenkins jenkins 937 Aug 31 19:44 Makefile 19:46:24 -rw-rw-r-- 1 jenkins jenkins 12398 Aug 31 19:44 README.md 19:46:24 -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 19:41 VERSION 19:46:24 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:44 bin 19:46:24 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:44 cmd 19:46:24 -rw-r--r-- 1 jenkins jenkins 8493 Aug 31 19:46 coverage.out 19:46:24 -rw-r--r-- 1 jenkins jenkins 203 Aug 31 19:46 go.mod 19:46:24 -rw-r--r-- 1 jenkins jenkins 12704 Aug 31 19:46 go.sum 19:46:24 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:44 internal 19:46:24 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:44 profiles 19:46:24 -rw-rw-r-- 1 jenkins jenkins 209 Aug 31 19:44 version.go [Pipeline] isUnix [Pipeline] sh 19:46:25 + docker build -t docker-device-snmp-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4de3236f9499ceae9a39ae04aed9d248b6d730f1 --label arch=arm64 --label version=0.0.0 . 19:46:25 Sending build context to Docker daemon 373.2kB 19:46:25 Step 1/26 : ARG BASE=golang:1.13-alpine 19:46:25 Step 2/26 : FROM ${BASE} AS builder 19:46:25 ---> b6bed00605fd 19:46:25 Step 3/26 : ARG MAKE='make build' 19:46:25 ---> Running in fc8b605fb77b 19:46:26 Removing intermediate container fc8b605fb77b 19:46:26 ---> 1288ea9dfea2 19:46:26 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 19:46:26 ---> Running in 6b03a684b065 19:46:26 Removing intermediate container 6b03a684b065 19:46:26 ---> b197f8408be7 19:46:26 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 19:46:26 ---> Running in f86d0b570af8 19:46:27 Removing intermediate container f86d0b570af8 19:46:27 ---> f3b54704d9c8 19:46:27 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:27 ---> Running in 1019da94476f 19:46:30 Removing intermediate container 1019da94476f 19:46:30 ---> a927d77b2f8c 19:46:30 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:46:30 ---> Running in 1fb0f55191fd 19:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:46:32 OK: 142 MiB in 39 packages 19:46:33 Removing intermediate container 1fb0f55191fd 19:46:33 ---> d4012828357c 19:46:33 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 19:46:33 ---> Running in 7a8854bd7d4c 19:46:33 Removing intermediate container 7a8854bd7d4c 19:46:33 ---> 4479f6d311ab 19:46:33 Step 9/26 : COPY go.mod . 19:46:34 ---> 5adaa9b4cdff 19:46:34 Step 10/26 : COPY Makefile . 19:46:35 ---> 079218032322 19:46:35 Step 11/26 : RUN make update 19:46:35 ---> Running in 81e4a1589dfa 19:46:36 CGO_ENABLED=0 GO111MODULE=on go mod download 19:46:38 Removing intermediate container 81e4a1589dfa 19:46:38 ---> d2c3759ec044 19:46:38 Step 12/26 : COPY . . 19:46:38 ---> e0ce54d6d069 19:46:38 Step 13/26 : RUN ${MAKE} 19:46:39 ---> Running in 90ea7e81df06 19:46:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd 19:47:07 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:47:10 Removing intermediate container 90ea7e81df06 19:47:10 ---> 5ff5a9d06435 19:47:10 Step 14/26 : FROM alpine 19:47:10 latest: Pulling from library/alpine 19:47:10 b538f80385f9: Already exists 19:47:11 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:47:11 Status: Downloaded newer image for alpine:latest 19:47:11 ---> 62ee0e9f8440 19:47:11 Step 15/26 : ENV APP_PORT=49993 19:47:11 ---> Running in a569494fc0ab 19:47:11 Removing intermediate container a569494fc0ab 19:47:11 ---> e99764257369 19:47:11 Step 16/26 : EXPOSE $APP_PORT 19:47:11 ---> Running in 88b23c36ec81 19:47:12 Removing intermediate container 88b23c36ec81 19:47:12 ---> bb117c881395 19:47:12 Step 17/26 : ENV DEVICE_PORT=161 19:47:12 ---> Running in d9bbf0331c6b 19:47:12 Removing intermediate container d9bbf0331c6b 19:47:12 ---> ab05c66560d6 19:47:12 Step 18/26 : EXPOSE $DEVICE_PORT 19:47:12 ---> Running in 2b4d17459580 19:47:13 Removing intermediate container 2b4d17459580 19:47:13 ---> 12b51cb71d5f 19:47:13 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 19:47:14 ---> 43988e307509 19:47:14 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 19:47:14 ---> 5da026ebf32f 19:47:14 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 19:47:15 ---> ce3177a0ebc7 19:47:15 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 19:47:15 ---> Running in 0ad373c5aa25 19:47:16 Removing intermediate container 0ad373c5aa25 19:47:16 ---> 65ccc87bfbc0 19:47:16 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 19:47:16 ---> Running in e88893eb18ed 19:47:16 Removing intermediate container e88893eb18ed 19:47:16 ---> b6517d90fb14 19:47:16 Step 24/26 : LABEL arch=arm64 19:47:16 ---> Running in c124cc4f66b5 19:47:17 Removing intermediate container c124cc4f66b5 19:47:17 ---> 2e720ec8a80b 19:47:17 Step 25/26 : LABEL git_sha=4de3236f9499ceae9a39ae04aed9d248b6d730f1 19:47:17 ---> Running in f0f0c21a6d90 19:47:17 Removing intermediate container f0f0c21a6d90 19:47:17 ---> 84abc81428ae 19:47:17 Step 26/26 : LABEL version=0.0.0 19:47:17 ---> Running in 933e7d189c2b 19:47:18 Removing intermediate container 933e7d189c2b 19:47:18 ---> 75b40b1c9c01 19:47:18 [Warning] One or more build-args [ARCH] were not consumed 19:47:18 Successfully built 75b40b1c9c01 19:47:18 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [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 [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] wrap 19:47:20 provisioning config files... 19:47:20 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/config3444280716447144262tmp [Pipeline] { [Pipeline] sh 19:47:21 + curl -s https://codecov.io/bash 19:47:21 + bash -s - -t @/w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/config3444280716447144262tmp [Pipeline] } 19:47:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 19:47:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:47:25 ---> package-listing.sh 19:47:25 ++ facter osfamily 19:47:25 ++ tr '[:upper:]' '[:lower:]' 19:47:25 + OS_FAMILY=redhat 19:47:25 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-59 19:47:25 + START_PACKAGES=/tmp/packages_start.txt 19:47:25 + END_PACKAGES=/tmp/packages_end.txt 19:47:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:47:25 + PACKAGES=/tmp/packages_start.txt 19:47:25 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-59 ']' 19:47:25 + PACKAGES=/tmp/packages_end.txt 19:47:25 + case "${OS_FAMILY}" in 19:47:25 + rpm -qa 19:47:25 + sort 19:47:30 + '[' -f /tmp/packages_start.txt ']' 19:47:30 + '[' -f /tmp/packages_end.txt ']' 19:47:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:47:30 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-59 ']' 19:47:30 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-59/archives/ 19:47:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-59/archives/ [Pipeline] isUnix [Pipeline] sh 19:47:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:47:31 19:47:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:47:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:47:31 alpine: Pulling from edgex-lftools-log-publisher 19:47:31 c9b1b535fdd9: Pulling fs layer 19:47:31 2cc5ad85d9ab: Pulling fs layer 19:47:31 756a868c4378: Pulling fs layer 19:47:31 444b2fc9a129: Pulling fs layer 19:47:31 ea15f1150254: Pulling fs layer 19:47:31 41b27a9f41bf: Pulling fs layer 19:47:31 444b2fc9a129: Waiting 19:47:31 ea15f1150254: Waiting 19:47:31 28c525ee5125: Pulling fs layer 19:47:31 094b1ea09ed8: Pulling fs layer 19:47:31 138eaada9080: Pulling fs layer 19:47:31 41b27a9f41bf: Waiting 19:47:31 0622d0fa9048: Pulling fs layer 19:47:31 28c525ee5125: Waiting 19:47:31 094b1ea09ed8: Waiting 19:47:31 0622d0fa9048: Waiting 19:47:31 138eaada9080: Waiting 19:47:31 2cc5ad85d9ab: Verifying Checksum 19:47:31 2cc5ad85d9ab: Download complete 19:47:31 444b2fc9a129: Verifying Checksum 19:47:31 444b2fc9a129: Download complete 19:47:31 c9b1b535fdd9: Verifying Checksum 19:47:31 c9b1b535fdd9: Download complete 19:47:31 ea15f1150254: Verifying Checksum 19:47:31 ea15f1150254: Download complete 19:47:31 28c525ee5125: Verifying Checksum 19:47:31 28c525ee5125: Download complete 19:47:32 756a868c4378: Download complete 19:47:32 138eaada9080: Verifying Checksum 19:47:32 138eaada9080: Download complete 19:47:32 0622d0fa9048: Verifying Checksum 19:47:32 0622d0fa9048: Download complete 19:47:32 094b1ea09ed8: Verifying Checksum 19:47:32 094b1ea09ed8: Download complete 19:47:32 c9b1b535fdd9: Pull complete 19:47:32 2cc5ad85d9ab: Pull complete 19:47:32 41b27a9f41bf: Verifying Checksum 19:47:32 41b27a9f41bf: Download complete 19:47:34 756a868c4378: Pull complete 19:47:34 444b2fc9a129: Pull complete 19:47:34 ea15f1150254: Pull complete 19:47:38 41b27a9f41bf: Pull complete 19:47:38 28c525ee5125: Pull complete 19:47:41 094b1ea09ed8: Pull complete 19:47:41 138eaada9080: Pull complete 19:47:41 0622d0fa9048: Pull complete 19:47:41 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:47:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:47:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:47:41 prd-centos7-docker-4c-2g-836 does not seem to be running inside a container 19:47:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-snmp-go_PR-59 -v /w/workspace/dgexfoundry_device-snmp-go_PR-59:/w/workspace/dgexfoundry_device-snmp-go_PR-59:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-59@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:47:44 $ docker top acf9d97ca5478a79b463feb1e218775cfe7f6401203d020a7f4271ecd95f7829 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:47:44 provisioning config files... 19:47:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/config5587043365671361251tmp [Pipeline] { [Pipeline] echo 19:47:44 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:47:45 ---> create-netrc.sh [Pipeline] echo 19:47:45 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:47:45 ---> logs-deploy.sh 19:47:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-59/1 19:47:45 INFO: archiving workspace using pattern(s): 19:47:46 Archives upload complete. 19:47:46 INFO: archiving logs to Nexus 19:47:47 ---> uname -a: 19:47:47 Linux acf9d97ca547 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:47:47 19:47:47 19:47:47 ---> lscpu: 19:47:47 Architecture: x86_64 19:47:47 CPU op-mode(s): 32-bit, 64-bit 19:47:47 Byte Order: Little Endian 19:47:47 Address sizes: 40 bits physical, 48 bits virtual 19:47:47 CPU(s): 4 19:47:47 On-line CPU(s) list: 0-3 19:47:47 Thread(s) per core: 1 19:47:47 Core(s) per socket: 1 19:47:47 Socket(s): 4 19:47:47 NUMA node(s): 1 19:47:47 Vendor ID: GenuineIntel 19:47:47 CPU family: 6 19:47:47 Model: 44 19:47:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:47:47 Stepping: 1 19:47:47 CPU MHz: 2933.442 19:47:47 BogoMIPS: 5866.88 19:47:47 Virtualization: VT-x 19:47:47 Hypervisor vendor: KVM 19:47:47 Virtualization type: full 19:47:47 L1d cache: 128 KiB 19:47:47 L1i cache: 128 KiB 19:47:47 L2 cache: 16 MiB 19:47:47 L3 cache: 64 MiB 19:47:47 NUMA node0 CPU(s): 0-3 19:47:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:47:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:47:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:47:47 Vulnerability Meltdown: Mitigation; PTI 19:47:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:47:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:47:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:47:47 Vulnerability Tsx async abort: Not affected 19:47:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:47:47 19:47:47 19:47:47 ---> nproc: 19:47:47 4 19:47:47 19:47:47 19:47:47 ---> df -h: 19:47:47 Filesystem Size Used Available Use% Mounted on 19:47:47 overlay 50.0G 7.2G 42.8G 14% / 19:47:47 tmpfs 64.0M 0 64.0M 0% /dev 19:47:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:47:47 shm 64.0M 0 64.0M 0% /dev/shm 19:47:47 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 19:47:47 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 19:47:47 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 19:47:47 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 19:47:47 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-snmp-go_PR-59 19:47:47 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp 19:47:47 19:47:47 19:47:47 ---> free -m: 19:47:47 total used free shared buff/cache available 19:47:47 Mem: 1837 666 136 0 1034 1065 19:47:47 Swap: 1023 1 1022 19:47:47 19:47:47 19:47:47 ---> ip addr: 19:47:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:47:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:47:47 inet 127.0.0.1/8 scope host lo 19:47:47 valid_lft forever preferred_lft forever 19:47:47 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:47:47 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:47:47 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:47:47 valid_lft forever preferred_lft forever 19:47:47 19:47:47 19:47:47 ---> sar -b -r -n DEV: 19:47:47 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) 19:47:47 19:47:47 19:40:40 LINUX RESTART 19:47:47 19:47:47 19:41:01 tps rtps wtps bread/s bwrtn/s 19:47:47 19:42:01 189.25 101.43 87.81 11906.51 40183.39 19:47:47 19:43:01 3.35 0.00 3.35 0.00 104.63 19:47:47 19:44:01 0.42 0.00 0.42 0.00 5.98 19:47:47 19:45:01 0.32 0.00 0.32 0.00 3.51 19:47:47 19:46:01 0.22 0.00 0.22 0.00 2.98 19:47:47 19:47:01 0.35 0.00 0.35 0.00 5.65 19:47:47 Average: 32.33 16.91 15.42 1985.30 6720.67 19:47:47 19:47:47 19:41:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:47:47 19:42:01 185024 1696532 90.17 2620 1109252 1106288 37.76 421828 1116000 120 19:47:47 19:43:01 187352 1694204 90.04 2620 1109468 1092380 37.28 422492 1113252 16 19:47:47 19:44:01 189652 1691904 89.92 2620 1109476 1072848 36.61 421668 1112076 8 19:47:47 19:45:01 189280 1692276 89.94 2620 1109476 1073060 36.62 422504 1112076 20 19:47:47 19:46:01 187880 1693676 90.01 2620 1109484 1073036 36.62 431652 1104500 8 19:47:47 19:47:01 187316 1694240 90.04 2620 1109488 1073060 36.62 433608 1102892 8 19:47:47 Average: 187751 1693805 90.02 2620 1109441 1081779 36.92 425625 1110133 30 19:47:47 19:47:47 19:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 19:47:47 19:42:01 eth0 362.31 196.74 1032.78 82.32 0.00 0.00 0.00 19:47:47 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:42:01 docker0 0.97 0.87 0.19 1.65 0.00 0.00 0.00 19:47:47 19:43:01 eth0 0.63 0.30 0.28 0.18 0.00 0.00 0.00 19:47:47 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:44:01 eth0 0.70 0.08 0.06 0.04 0.00 0.00 0.00 19:47:47 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:45:01 eth0 1.17 0.40 0.33 0.20 0.00 0.00 0.00 19:47:47 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:46:01 eth0 1.02 0.43 0.33 0.21 0.00 0.00 0.00 19:47:47 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:47:01 eth0 1.13 0.38 0.44 0.26 0.00 0.00 0.00 19:47:47 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 Average: eth0 61.19 33.07 172.45 13.87 0.00 0.00 0.00 19:47:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:47:47 Average: docker0 0.16 0.14 0.03 0.28 0.00 0.00 0.00 19:47:47 19:47:47 19:47:47 ---> sar -P ALL: 19:47:47 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) 19:47:47 19:47:47 19:40:40 LINUX RESTART 19:47:47 19:47:47 19:41:01 CPU %user %nice %system %iowait %steal %idle 19:47:47 19:42:01 all 16.99 0.00 7.66 7.02 0.10 68.23 19:47:47 19:42:01 0 15.64 0.00 6.87 6.25 0.08 71.16 19:47:47 19:42:01 1 18.41 0.00 8.09 5.13 0.10 68.27 19:47:47 19:42:01 2 18.20 0.00 7.77 9.77 0.08 64.18 19:47:47 19:42:01 3 15.69 0.00 7.92 6.95 0.12 69.32 19:47:47 19:43:01 all 0.17 0.00 0.03 0.00 0.00 99.80 19:47:47 19:43:01 0 0.07 0.00 0.03 0.00 0.00 99.90 19:47:47 19:43:01 1 0.07 0.00 0.03 0.00 0.00 99.90 19:47:47 19:43:01 2 0.50 0.00 0.03 0.00 0.00 99.47 19:47:47 19:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 19:47:47 19:44:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:47:47 19:44:01 0 0.07 0.00 0.02 0.00 0.00 99.92 19:47:47 19:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:47:47 19:44:01 2 0.43 0.00 0.05 0.00 0.00 99.52 19:47:47 19:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:47:47 19:45:01 all 0.03 0.00 0.03 0.00 0.00 99.94 19:47:47 19:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:47:47 19:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:47:47 19:45:01 2 0.05 0.00 0.03 0.00 0.02 99.90 19:47:47 19:45:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:47:47 19:46:01 all 0.14 0.00 0.03 0.00 0.00 99.82 19:47:47 19:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:47:47 19:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:47:47 19:46:01 2 0.45 0.00 0.03 0.00 0.00 99.52 19:47:47 19:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 19:47:47 19:47:01 all 0.17 0.00 0.06 0.00 0.00 99.78 19:47:47 19:47:01 0 0.02 0.00 0.15 0.00 0.02 99.82 19:47:47 19:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:47:47 19:47:01 2 0.57 0.00 0.02 0.00 0.00 99.42 19:47:47 19:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:47:47 Average: all 2.92 0.00 1.30 1.16 0.02 94.61 19:47:47 Average: 0 2.62 0.00 1.18 1.03 0.02 95.16 19:47:47 Average: 1 3.07 0.00 1.35 0.85 0.02 94.71 19:47:47 Average: 2 3.35 0.00 1.31 1.62 0.02 93.70 19:47:47 Average: 3 2.63 0.00 1.34 1.15 0.02 94.86 19:47:47 19:47:47 19:47:47