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 [2020-08-31T19:41:30.572Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T19:41:30.971Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T19:41:31.238Z] ========================================================= [2020-08-31T19:41:31.238Z] EdgeX Global Pipelines Version Info [2020-08-31T19:41:31.238Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:41:32.773Z] ------------------- [2020-08-31T19:41:32.773Z] stable info: [2020-08-31T19:41:32.773Z] ------------------- [2020-08-31T19:41:32.773Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T19:41:32.773Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T19:41:32.773Z] Message: update stable to v1.0.114 [2020-08-31T19:41:33.732Z] ------------------- [2020-08-31T19:41:33.732Z] experimental info: [2020-08-31T19:41:33.732Z] ------------------- [2020-08-31T19:41:33.732Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T19:41:33.732Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T19:41:33.732Z] Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T19:41:34.261Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2020-08-31T19:41:34.380Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2020-08-31T19:41:34.492Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T19:41:34.609Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T19:41:34.785Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T19:41:34.941Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T19:41:35.049Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T19:41:35.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T19:41:35.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T19:41:35.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T19:41:35.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T19:41:35.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2020-08-31T19:41:35.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T19:41:35.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T19:41:35.948Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T19:41:36.098Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T19:41:36.211Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T19:41:36.327Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T19:41:36.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T19:41:36.568Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-08-31T19:41:36.682Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T19:41:36.795Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T19:41:36.903Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-59 [Pipeline] echo [2020-08-31T19:41:37.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-59 [Pipeline] echo [2020-08-31T19:41:37.119Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-59 [Pipeline] echo [2020-08-31T19:41:37.241Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4de3236f9499ceae9a39ae04aed9d248b6d730f1 [Pipeline] echo [2020-08-31T19:41:37.349Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4de3236 [Pipeline] echo [2020-08-31T19:41:37.474Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T19:41:38.130Z] + git log --format=format:%s -1 4de3236f9499ceae9a39ae04aed9d248b6d730f1 [Pipeline] echo [2020-08-31T19:41:38.220Z] GIT_COMMIT: 4de3236f9499ceae9a39ae04aed9d248b6d730f1, Commit Message: refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#57 [Pipeline] echo [2020-08-31T19:41:38.287Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:41:38.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:41:39.114Z] [2020-08-31T19:41:39.114Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:41:39.511Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:41:39.511Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T19:41:39.511Z] 31603596830f: Pulling fs layer [2020-08-31T19:41:39.511Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T19:41:39.511Z] 6ca5941a6612: Pulling fs layer [2020-08-31T19:41:39.511Z] ecc8261a40a4: Pulling fs layer [2020-08-31T19:41:39.511Z] ecc8261a40a4: Waiting [2020-08-31T19:41:39.511Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T19:41:39.511Z] 2a8b12db71e7: Download complete [2020-08-31T19:41:39.511Z] 31603596830f: Verifying Checksum [2020-08-31T19:41:39.511Z] 31603596830f: Download complete [2020-08-31T19:41:39.781Z] ecc8261a40a4: Verifying Checksum [2020-08-31T19:41:39.781Z] ecc8261a40a4: Download complete [2020-08-31T19:41:39.781Z] 6ca5941a6612: Verifying Checksum [2020-08-31T19:41:39.781Z] 6ca5941a6612: Download complete [2020-08-31T19:41:40.052Z] 31603596830f: Pull complete [2020-08-31T19:41:40.052Z] 2a8b12db71e7: Pull complete [2020-08-31T19:41:40.995Z] 6ca5941a6612: Pull complete [2020-08-31T19:41:40.995Z] ecc8261a40a4: Pull complete [2020-08-31T19:41:40.995Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T19:41:40.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:41:40.995Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T19:41:41.123Z] prd-centos7-docker-4c-2g-836 does not seem to be running inside a container [2020-08-31T19:41:41.166Z] $ 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 [2020-08-31T19:41:42.924Z] $ docker top 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T19:41:43.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T19:41:43.309Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T19:41:43.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T19:41:43.544Z] $ docker exec 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b ssh-agent [2020-08-31T19:41:43.799Z] SSH_AUTH_SOCK=/tmp/ssh-hOAC2V6D0Fgr/agent.11 [2020-08-31T19:41:43.799Z] SSH_AGENT_PID=16 [2020-08-31T19:41:43.825Z] Running ssh-add (command line suppressed) [2020-08-31T19:41:43.955Z] 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) [2020-08-31T19:41:44.012Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T19:41:44.390Z] + git describe --exact-match --tags HEAD [2020-08-31T19:41:44.390Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T19:41:44.436Z] $ docker exec --env ******** --env ******** 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b ssh-agent -k [2020-08-31T19:41:44.560Z] unset SSH_AUTH_SOCK; [2020-08-31T19:41:44.561Z] unset SSH_AGENT_PID; [2020-08-31T19:41:44.561Z] echo Agent pid 16 killed; [2020-08-31T19:41:44.615Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T19:41:44.758Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T19:41:44.758Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T19:41:44.867Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T19:41:44.867Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T19:41:45.034Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T19:41:45.038Z] $ docker exec 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b ssh-agent [2020-08-31T19:41:45.209Z] SSH_AUTH_SOCK=/tmp/ssh-7PWhkJH2crOH/agent.45 [2020-08-31T19:41:45.209Z] SSH_AGENT_PID=50 [2020-08-31T19:41:45.215Z] Running ssh-add (command line suppressed) [2020-08-31T19:41:45.343Z] 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) [2020-08-31T19:41:45.389Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T19:41:45.755Z] + git semver init [2020-08-31T19:41:45.755Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T19:41:45.755Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-59/.git [2020-08-31T19:41:45.755Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-59 [2020-08-31T19:41:45.755Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T19:41:45.755Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T19:41:45.755Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T19:41:45.755Z] # $SEMVER_BRANCH = PR-59 [2020-08-31T19:41:45.755Z] # $SEMVER_TEMP = /tmp/semver-964209140 [2020-08-31T19:41:45.755Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-08-31T19:41:46.017Z] # '/tmp/semver-964209140' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-59/.semver' [2020-08-31T19:41:46.017Z] # -> Force: false [2020-08-31T19:41:46.017Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-59/.semver [Pipeline] } [2020-08-31T19:41:46.037Z] $ docker exec --env ******** --env ******** 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b ssh-agent -k [2020-08-31T19:41:46.155Z] unset SSH_AUTH_SOCK; [2020-08-31T19:41:46.155Z] unset SSH_AGENT_PID; [2020-08-31T19:41:46.156Z] echo Agent pid 50 killed; [2020-08-31T19:41:46.197Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T19:41:46.768Z] + git semver [Pipeline] } [2020-08-31T19:41:46.795Z] $ docker stop --time=1 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b [2020-08-31T19:41:48.133Z] $ docker rm -f 8c294f29769e5e910e0e24fb9995428cb30712b3eb16eb5a4582e92887d5113b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T19:41:48.846Z] Stashed 25 file(s) [Pipeline] echo [2020-08-31T19:41:48.886Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-08-31T19:41:49.007Z] 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 [2020-08-31T19:42:04.702Z] Still waiting to schedule task [2020-08-31T19:42:04.702Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T19:42:04.740Z] Still waiting to schedule task [2020-08-31T19:42:04.740Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-31T19:42:27.045Z] Running on prd-centos7-docker-4c-2g-837 in /w/workspace/dgexfoundry_device-snmp-go_PR-59 [Pipeline] { [Pipeline] ws [2020-08-31T19:42:27.136Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2020-08-31T19:42:30.519Z] using credential edgex-jenkins-ssh [2020-08-31T19:42:30.615Z] Cloning the remote Git repository [2020-08-31T19:42:30.615Z] Cloning with configured refspecs honoured and without tags [2020-08-31T19:42:30.649Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T19:42:30.725Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2020-08-31T19:42:30.792Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T19:42:30.792Z] > git --version # timeout=10 [2020-08-31T19:42:30.799Z] > git --version # 'git version 2.16.5' [2020-08-31T19:42:30.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:42:30.848Z] > 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 [2020-08-31T19:42:31.396Z] Fetching without tags [2020-08-31T19:42:31.800Z] Merging remotes/origin/master commit b72f034d41a4e7add9e1368711a8e2b22eb63515 into PR head commit 4de3236f9499ceae9a39ae04aed9d248b6d730f1 [2020-08-31T19:42:31.882Z] Merge succeeded, producing 4de3236f9499ceae9a39ae04aed9d248b6d730f1 [2020-08-31T19:42:31.883Z] Checking out Revision 4de3236f9499ceae9a39ae04aed9d248b6d730f1 (PR-59) [2020-08-31T19:42:31.360Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-31T19:42:31.369Z] > git config --add remote.origin.fetch +refs/pull/59/head:refs/remotes/origin/PR-59 # timeout=10 [2020-08-31T19:42:31.382Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:42:31.394Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-31T19:42:31.406Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T19:42:31.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:42:31.412Z] > 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 [2020-08-31T19:42:31.813Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:42:31.819Z] > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 [2020-08-31T19:42:31.850Z] > git remote # timeout=10 [2020-08-31T19:42:31.858Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T19:42:31.866Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:42:31.870Z] > git merge b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 [2020-08-31T19:42:31.881Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T19:42:31.891Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:42:31.898Z] > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 [2020-08-31T19:42:35.490Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#57" [2020-08-31T19:42:35.521Z] > git --version # timeout=10 [2020-08-31T19:42:35.528Z] > git --version # 'git version 2.16.5' [2020-08-31T19:42:35.535Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T19:42:36.756Z] ========================================================= [2020-08-31T19:42:36.756Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T19:42:36.756Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:42:37.463Z] + 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 . [2020-08-31T19:42:38.056Z] Sending build context to Docker daemon 364kB [2020-08-31T19:42:38.056Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-08-31T19:42:38.056Z] Step 2/10 : FROM ${BASE} [2020-08-31T19:42:38.056Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T19:42:38.056Z] df20fa9351a1: Pulling fs layer [2020-08-31T19:42:38.056Z] ed8968b2872e: Pulling fs layer [2020-08-31T19:42:38.056Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T19:42:38.056Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T19:42:38.056Z] 1e091d79d1de: Pulling fs layer [2020-08-31T19:42:38.056Z] 481702a1767f: Pulling fs layer [2020-08-31T19:42:38.056Z] f64a6f60c768: Pulling fs layer [2020-08-31T19:42:38.056Z] e78d2573fc39: Pulling fs layer [2020-08-31T19:42:38.056Z] e876d2f968b6: Pulling fs layer [2020-08-31T19:42:38.056Z] ce8a83651883: Pulling fs layer [2020-08-31T19:42:38.056Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T19:42:38.056Z] f64a6f60c768: Waiting [2020-08-31T19:42:38.056Z] 2dd03ba5bac4: Waiting [2020-08-31T19:42:38.056Z] 1e091d79d1de: Waiting [2020-08-31T19:42:38.056Z] e78d2573fc39: Waiting [2020-08-31T19:42:38.056Z] 481702a1767f: Waiting [2020-08-31T19:42:38.056Z] e876d2f968b6: Waiting [2020-08-31T19:42:38.056Z] ce8a83651883: Waiting [2020-08-31T19:42:38.056Z] 07967f4d0e4b: Waiting [2020-08-31T19:42:38.056Z] a92cc7c5fd73: Verifying Checksum [2020-08-31T19:42:38.056Z] a92cc7c5fd73: Download complete [2020-08-31T19:42:38.056Z] ed8968b2872e: Download complete [2020-08-31T19:42:38.056Z] 1e091d79d1de: Download complete [2020-08-31T19:42:38.056Z] 481702a1767f: Verifying Checksum [2020-08-31T19:42:38.056Z] 481702a1767f: Download complete [2020-08-31T19:42:38.056Z] df20fa9351a1: Verifying Checksum [2020-08-31T19:42:38.056Z] df20fa9351a1: Download complete [2020-08-31T19:42:38.679Z] df20fa9351a1: Pull complete [2020-08-31T19:42:39.286Z] f64a6f60c768: Verifying Checksum [2020-08-31T19:42:39.286Z] f64a6f60c768: Download complete [2020-08-31T19:42:39.286Z] e876d2f968b6: Verifying Checksum [2020-08-31T19:42:39.286Z] e876d2f968b6: Download complete [2020-08-31T19:42:39.881Z] e78d2573fc39: Verifying Checksum [2020-08-31T19:42:39.881Z] e78d2573fc39: Download complete [2020-08-31T19:42:39.881Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T19:42:39.881Z] 2dd03ba5bac4: Download complete [2020-08-31T19:42:39.881Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T19:42:39.881Z] 07967f4d0e4b: Download complete [2020-08-31T19:42:40.144Z] ce8a83651883: Verifying Checksum [2020-08-31T19:42:40.144Z] ce8a83651883: Download complete [2020-08-31T19:42:40.732Z] ed8968b2872e: Pull complete [2020-08-31T19:42:40.998Z] a92cc7c5fd73: Pull complete [2020-08-31T19:42:49.210Z] 2dd03ba5bac4: Pull complete [2020-08-31T19:42:49.210Z] 1e091d79d1de: Pull complete [2020-08-31T19:42:49.210Z] 481702a1767f: Pull complete [2020-08-31T19:42:53.444Z] f64a6f60c768: Pull complete [2020-08-31T19:42:56.908Z] e78d2573fc39: Pull complete [2020-08-31T19:42:56.908Z] e876d2f968b6: Pull complete [2020-08-31T19:42:58.313Z] ce8a83651883: Pull complete [2020-08-31T19:42:58.313Z] 07967f4d0e4b: Pull complete [2020-08-31T19:42:58.313Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T19:42:58.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T19:42:58.313Z] ---> 5d7c900382c6 [2020-08-31T19:42:58.313Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-08-31T19:42:59.264Z] ---> Running in b8f863c40f93 [2020-08-31T19:42:59.264Z] Removing intermediate container b8f863c40f93 [2020-08-31T19:42:59.264Z] ---> eb298645e76a [2020-08-31T19:42:59.264Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T19:42:59.264Z] ---> Running in 03f7a823a1b5 [2020-08-31T19:42:59.527Z] Removing intermediate container 03f7a823a1b5 [2020-08-31T19:42:59.527Z] ---> ea5febeb1e01 [2020-08-31T19:42:59.527Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-08-31T19:42:59.527Z] ---> Running in cb39e6180f4a [2020-08-31T19:42:59.794Z] Removing intermediate container cb39e6180f4a [2020-08-31T19:42:59.794Z] ---> 5441f1255658 [2020-08-31T19:42:59.794Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:42:59.794Z] ---> Running in 2fce9e2665d5 [2020-08-31T19:43:01.190Z] Removing intermediate container 2fce9e2665d5 [2020-08-31T19:43:01.190Z] ---> a8141b621f4e [2020-08-31T19:43:01.190Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T19:43:01.190Z] ---> Running in 77f4a1684f9b [2020-08-31T19:43:02.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T19:43:02.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T19:43:03.012Z] OK: 166 MiB in 39 packages [2020-08-31T19:43:03.591Z] Removing intermediate container 77f4a1684f9b [2020-08-31T19:43:03.591Z] ---> 3a194582d274 [2020-08-31T19:43:03.591Z] Step 8/10 : WORKDIR /device-snmp-go [2020-08-31T19:43:03.853Z] ---> Running in 422b29c40ec0 [2020-08-31T19:43:03.853Z] Removing intermediate container 422b29c40ec0 [2020-08-31T19:43:03.853Z] ---> e8ae6321570c [2020-08-31T19:43:03.853Z] Step 9/10 : COPY . . [2020-08-31T19:43:04.797Z] ---> a76e1cd60ba6 [2020-08-31T19:43:04.797Z] Step 10/10 : RUN go mod download [2020-08-31T19:43:04.797Z] ---> Running in a8e8f4490e97 [2020-08-31T19:43:06.734Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T19:43:06.734Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T19:43:06.734Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T19:43:06.734Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T19:43:06.734Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T19:43:06.998Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T19:43:06.998Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T19:43:06.998Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T19:43:06.998Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T19:43:06.998Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T19:43:06.998Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T19:43:06.998Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T19:43:07.261Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T19:43:07.261Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T19:43:07.261Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T19:43:07.261Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T19:43:07.261Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T19:43:07.261Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T19:43:07.525Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T19:43:07.525Z] go: finding github.com/golang/mock v1.2.0 [2020-08-31T19:43:07.525Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T19:43:07.525Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T19:43:07.525Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T19:43:07.525Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T19:43:07.525Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T19:43:07.787Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T19:43:07.787Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T19:43:07.787Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T19:43:07.787Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T19:43:07.787Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T19:43:07.787Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T19:43:07.787Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T19:43:08.050Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T19:43:08.050Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T19:43:08.050Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T19:43:08.050Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T19:43:08.050Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T19:43:08.050Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T19:43:08.314Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T19:43:08.314Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T19:43:08.314Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T19:43:08.314Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T19:43:08.314Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T19:43:08.314Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T19:43:08.314Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T19:43:08.578Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T19:43:08.578Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T19:43:08.578Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T19:43:08.578Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T19:43:08.578Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T19:43:08.578Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T19:43:08.578Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T19:43:08.841Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T19:43:08.841Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T19:43:08.841Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T19:43:08.841Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T19:43:08.841Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T19:43:08.841Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T19:43:08.841Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T19:43:09.102Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T19:43:09.102Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-08-31T19:43:09.102Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T19:43:09.102Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T19:43:09.102Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T19:43:09.102Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T19:43:09.364Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T19:43:09.364Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T19:43:09.364Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T19:43:09.364Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T19:43:09.364Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T19:43:09.364Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T19:43:19.414Z] Removing intermediate container a8e8f4490e97 [2020-08-31T19:43:19.414Z] ---> bb11a25c2dbf [2020-08-31T19:43:19.414Z] Successfully built bb11a25c2dbf [2020-08-31T19:43:19.414Z] 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 [2020-08-31T19:43:20.295Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-31T19:43:20.295Z] . [Pipeline] withDockerContainer [2020-08-31T19:43:20.420Z] prd-centos7-docker-4c-2g-837 does not seem to be running inside a container [2020-08-31T19:43:20.470Z] $ 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 [2020-08-31T19:43:21.749Z] $ docker top 386c0126fd21eb39cac6c5230c2c44c2a645a8eedfbad0b925738ca64d5acea0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T19:43:22.315Z] + go version [2020-08-31T19:43:22.315Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-31T19:43:22.651Z] + make test [2020-08-31T19:43:22.651Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-31T19:43:23.614Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-08-31T19:43:39.212Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-08-31T19:43:39.476Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.006s coverage: 0.0% of statements [2020-08-31T19:43:39.775Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-31T19:43:45.222Z] gofmt -l . [2020-08-31T19:43:45.222Z] [ "`gofmt -l .`" = "" ] [2020-08-31T19:43:45.222Z] ./bin/test-attribution-txt.sh [2020-08-31T19:43:45.798Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-31T19:43:46.157Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T19:43:46.180Z] $ docker stop --time=1 386c0126fd21eb39cac6c5230c2c44c2a645a8eedfbad0b925738ca64d5acea0 [2020-08-31T19:43:48.476Z] $ docker rm -f 386c0126fd21eb39cac6c5230c2c44c2a645a8eedfbad0b925738ca64d5acea0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T19:43:50.184Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T19:43:50.505Z] + ls -al . [2020-08-31T19:43:50.505Z] total 104 [2020-08-31T19:43:50.505Z] drwxrwxr-x. 9 jenkins jenkins 4096 Aug 31 19:43 . [2020-08-31T19:43:50.505Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 19:42 .. [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 4405 Aug 31 19:42 Attribution.txt [2020-08-31T19:43:50.505Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 31 19:42 bin [2020-08-31T19:43:50.505Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 19:42 cmd [2020-08-31T19:43:50.505Z] -rw-r--r--. 1 jenkins jenkins 8493 Aug 31 19:43 coverage.out [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 1002 Aug 31 19:42 Dockerfile [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 409 Aug 31 19:42 Dockerfile.build [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 6 Aug 31 19:42 .dockerignore [2020-08-31T19:43:50.505Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 19:42 .git [2020-08-31T19:43:50.505Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 19:42 .github [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 272 Aug 31 19:42 .gitignore [2020-08-31T19:43:50.505Z] -rw-r--r--. 1 jenkins jenkins 203 Aug 31 19:43 go.mod [2020-08-31T19:43:50.505Z] -rw-r--r--. 1 jenkins jenkins 12704 Aug 31 19:43 go.sum [2020-08-31T19:43:50.505Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 31 19:42 internal [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 678 Aug 31 19:42 Jenkinsfile [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 31 19:42 LICENSE [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 937 Aug 31 19:42 Makefile [2020-08-31T19:43:50.505Z] drwxrwxr-x. 2 jenkins jenkins 84 Aug 31 19:42 profiles [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 12398 Aug 31 19:42 README.md [2020-08-31T19:43:50.505Z] drwxrwxr-x. 3 jenkins jenkins 74 Aug 31 19:42 .semver [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 19:41 VERSION [2020-08-31T19:43:50.505Z] -rw-rw-r--. 1 jenkins jenkins 209 Aug 31 19:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:43:50.853Z] + 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 . [2020-08-31T19:43:50.853Z] Sending build context to Docker daemon 373.2kB [2020-08-31T19:43:51.115Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-08-31T19:43:51.115Z] Step 2/26 : FROM ${BASE} AS builder [2020-08-31T19:43:51.115Z] ---> bb11a25c2dbf [2020-08-31T19:43:51.115Z] Step 3/26 : ARG MAKE='make build' [2020-08-31T19:43:51.115Z] ---> Running in c3825a647402 [2020-08-31T19:43:51.378Z] Removing intermediate container c3825a647402 [2020-08-31T19:43:51.378Z] ---> c3c39f91824a [2020-08-31T19:43:51.378Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2020-08-31T19:43:51.378Z] ---> Running in 2078e2b07b50 [2020-08-31T19:43:51.641Z] Removing intermediate container 2078e2b07b50 [2020-08-31T19:43:51.641Z] ---> bfad598fb7be [2020-08-31T19:43:51.641Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T19:43:51.641Z] ---> Running in e88da7b21230 [2020-08-31T19:43:51.906Z] Removing intermediate container e88da7b21230 [2020-08-31T19:43:51.906Z] ---> 0f6a0808837c [2020-08-31T19:43:51.906Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:43:51.906Z] ---> Running in 14f00a81fd18 [2020-08-31T19:43:53.316Z] Removing intermediate container 14f00a81fd18 [2020-08-31T19:43:53.316Z] ---> db4664c08f03 [2020-08-31T19:43:53.316Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T19:43:53.316Z] ---> Running in d7b889eb8b87 [2020-08-31T19:43:53.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T19:43:54.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T19:43:55.125Z] OK: 166 MiB in 39 packages [2020-08-31T19:43:55.701Z] Removing intermediate container d7b889eb8b87 [2020-08-31T19:43:55.701Z] ---> 20e52a1d1819 [2020-08-31T19:43:55.701Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-08-31T19:43:55.701Z] ---> Running in 281ef5069110 [2020-08-31T19:43:55.701Z] Removing intermediate container 281ef5069110 [2020-08-31T19:43:55.701Z] ---> 4d847f1d6372 [2020-08-31T19:43:55.701Z] Step 9/26 : COPY go.mod . [2020-08-31T19:43:55.966Z] ---> 07b976b70434 [2020-08-31T19:43:55.966Z] Step 10/26 : COPY Makefile . [2020-08-31T19:43:56.230Z] ---> 6bd1f6a5bce2 [2020-08-31T19:43:56.230Z] Step 11/26 : RUN make update [2020-08-31T19:43:56.496Z] ---> Running in 95eabf9902c7 [2020-08-31T19:43:57.120Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-31T19:43:57.696Z] Removing intermediate container 95eabf9902c7 [2020-08-31T19:43:57.696Z] ---> e94b9bb50059 [2020-08-31T19:43:57.696Z] Step 12/26 : COPY . . [2020-08-31T19:43:58.270Z] ---> 50e251114b48 [2020-08-31T19:43:58.270Z] Step 13/26 : RUN ${MAKE} [2020-08-31T19:43:58.270Z] ---> Running in b3660be7e7eb [2020-08-31T19:43:58.853Z] 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 [2020-08-31T19:44:11.312Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T19:44:14.625Z] Removing intermediate container b3660be7e7eb [2020-08-31T19:44:14.625Z] ---> 81d72afd06bd [2020-08-31T19:44:14.625Z] Step 14/26 : FROM alpine [2020-08-31T19:44:14.887Z] latest: Pulling from library/alpine [2020-08-31T19:44:15.150Z] df20fa9351a1: Already exists [2020-08-31T19:44:15.150Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T19:44:15.150Z] Status: Downloaded newer image for alpine:latest [2020-08-31T19:44:15.150Z] ---> a24bb4013296 [2020-08-31T19:44:15.150Z] Step 15/26 : ENV APP_PORT=49993 [2020-08-31T19:44:15.150Z] ---> Running in 2e3b42fcb1cd [2020-08-31T19:44:15.414Z] Removing intermediate container 2e3b42fcb1cd [2020-08-31T19:44:15.414Z] ---> 014637cd97d4 [2020-08-31T19:44:15.414Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-31T19:44:15.414Z] ---> Running in 5ed018176214 [2020-08-31T19:44:15.677Z] Removing intermediate container 5ed018176214 [2020-08-31T19:44:15.677Z] ---> e699d39afce4 [2020-08-31T19:44:15.677Z] Step 17/26 : ENV DEVICE_PORT=161 [2020-08-31T19:44:15.677Z] ---> Running in d094b6b501b5 [2020-08-31T19:44:15.941Z] Removing intermediate container d094b6b501b5 [2020-08-31T19:44:15.941Z] ---> 7034532a5925 [2020-08-31T19:44:15.941Z] Step 18/26 : EXPOSE $DEVICE_PORT [2020-08-31T19:44:15.941Z] ---> Running in 5bb08736c95a [2020-08-31T19:44:16.204Z] Removing intermediate container 5bb08736c95a [2020-08-31T19:44:16.204Z] ---> eb203ff3d903 [2020-08-31T19:44:16.204Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-08-31T19:44:16.798Z] ---> b5757c53d1c3 [2020-08-31T19:44:16.798Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-08-31T19:44:17.060Z] ---> 51dc9e6a0d6f [2020-08-31T19:44:17.060Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-08-31T19:44:17.322Z] ---> 2a9635cec70b [2020-08-31T19:44:17.322Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2020-08-31T19:44:17.322Z] ---> Running in 78ae82bc805f [2020-08-31T19:44:17.587Z] Removing intermediate container 78ae82bc805f [2020-08-31T19:44:17.587Z] ---> 4c7a59c05322 [2020-08-31T19:44:17.587Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-08-31T19:44:17.587Z] ---> Running in 253b5e3b9bd5 [2020-08-31T19:44:17.853Z] Removing intermediate container 253b5e3b9bd5 [2020-08-31T19:44:17.853Z] ---> a83103d2478d [2020-08-31T19:44:17.853Z] Step 24/26 : LABEL arch=amd64 [2020-08-31T19:44:17.853Z] ---> Running in 4c57f75276e5 [2020-08-31T19:44:18.116Z] Removing intermediate container 4c57f75276e5 [2020-08-31T19:44:18.116Z] ---> 7f5c603fb19c [2020-08-31T19:44:18.116Z] Step 25/26 : LABEL git_sha=4de3236f9499ceae9a39ae04aed9d248b6d730f1 [2020-08-31T19:44:18.116Z] ---> Running in 566339cb2f51 [2020-08-31T19:44:18.380Z] Removing intermediate container 566339cb2f51 [2020-08-31T19:44:18.380Z] ---> 8f3347084266 [2020-08-31T19:44:18.380Z] Step 26/26 : LABEL version=0.0.0 [2020-08-31T19:44:18.380Z] ---> Running in fd14b4363e38 [2020-08-31T19:44:18.642Z] Removing intermediate container fd14b4363e38 [2020-08-31T19:44:18.642Z] ---> 49fd822b2154 [2020-08-31T19:44:18.642Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T19:44:18.642Z] Successfully built 49fd822b2154 [2020-08-31T19:44:18.642Z] 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] } [2020-08-31T19:44:22.578Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-838 in /w/workspace/dgexfoundry_device-snmp-go_PR-59 [Pipeline] { [Pipeline] ws [2020-08-31T19:44:22.669Z] Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout [2020-08-31T19:44:28.630Z] using credential edgex-jenkins-ssh [2020-08-31T19:44:28.678Z] Cloning the remote Git repository [2020-08-31T19:44:28.678Z] Cloning with configured refspecs honoured and without tags [2020-08-31T19:44:28.756Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T19:44:28.879Z] > git init /w/workspace/device-snmp-go/1 # timeout=10 [2020-08-31T19:44:28.982Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T19:44:28.983Z] > git --version # timeout=10 [2020-08-31T19:44:29.004Z] > git --version # 'git version 2.17.1' [2020-08-31T19:44:29.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:44:29.083Z] > 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 [2020-08-31T19:44:29.930Z] Fetching without tags [2020-08-31T19:44:30.418Z] Merging remotes/origin/master commit b72f034d41a4e7add9e1368711a8e2b22eb63515 into PR head commit 4de3236f9499ceae9a39ae04aed9d248b6d730f1 [2020-08-31T19:44:29.828Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-31T19:44:29.851Z] > git config --add remote.origin.fetch +refs/pull/59/head:refs/remotes/origin/PR-59 # timeout=10 [2020-08-31T19:44:29.875Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:44:29.911Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-08-31T19:44:29.945Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-08-31T19:44:29.946Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:44:29.959Z] > 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 [2020-08-31T19:44:30.756Z] Merge succeeded, producing 4de3236f9499ceae9a39ae04aed9d248b6d730f1 [2020-08-31T19:44:30.756Z] Checking out Revision 4de3236f9499ceae9a39ae04aed9d248b6d730f1 (PR-59) [2020-08-31T19:44:30.445Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:44:30.477Z] > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 [2020-08-31T19:44:30.561Z] > git remote # timeout=10 [2020-08-31T19:44:30.586Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T19:44:30.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:44:30.671Z] > git merge b72f034d41a4e7add9e1368711a8e2b22eb63515 # timeout=10 [2020-08-31T19:44:30.703Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T19:44:30.766Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:44:30.807Z] > git checkout -f 4de3236f9499ceae9a39ae04aed9d248b6d730f1 # timeout=10 [2020-08-31T19:44:35.264Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#57" [2020-08-31T19:44:35.342Z] > git --version # timeout=10 [2020-08-31T19:44:35.355Z] > git --version # 'git version 2.17.1' [2020-08-31T19:44:35.367Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T19:44:36.502Z] ========================================================= [2020-08-31T19:44:36.502Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T19:44:36.502Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:44:37.683Z] + 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 . [2020-08-31T19:44:38.667Z] Sending build context to Docker daemon 364kB [2020-08-31T19:44:38.667Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-08-31T19:44:38.667Z] Step 2/10 : FROM ${BASE} [2020-08-31T19:44:38.943Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T19:44:38.943Z] b538f80385f9: Pulling fs layer [2020-08-31T19:44:38.943Z] 74f711af9a0d: Pulling fs layer [2020-08-31T19:44:38.943Z] 99f96fe45779: Pulling fs layer [2020-08-31T19:44:38.943Z] fd7a069fd194: Pulling fs layer [2020-08-31T19:44:38.943Z] 66aa3694b03b: Pulling fs layer [2020-08-31T19:44:38.943Z] 170f70906a0f: Pulling fs layer [2020-08-31T19:44:38.943Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T19:44:38.943Z] e772456be8f7: Pulling fs layer [2020-08-31T19:44:38.943Z] c890913d741a: Pulling fs layer [2020-08-31T19:44:38.943Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T19:44:38.943Z] 09adf4765672: Pulling fs layer [2020-08-31T19:44:38.943Z] fd7a069fd194: Waiting [2020-08-31T19:44:38.943Z] 66aa3694b03b: Waiting [2020-08-31T19:44:38.943Z] ad7c5574e4b9: Waiting [2020-08-31T19:44:38.943Z] e772456be8f7: Waiting [2020-08-31T19:44:38.943Z] 170f70906a0f: Waiting [2020-08-31T19:44:38.943Z] c890913d741a: Waiting [2020-08-31T19:44:38.943Z] 09adf4765672: Waiting [2020-08-31T19:44:38.943Z] 2480fcc9aa5a: Waiting [2020-08-31T19:44:38.943Z] 99f96fe45779: Download complete [2020-08-31T19:44:38.944Z] 74f711af9a0d: Download complete [2020-08-31T19:44:38.944Z] 66aa3694b03b: Verifying Checksum [2020-08-31T19:44:38.944Z] 66aa3694b03b: Download complete [2020-08-31T19:44:38.944Z] 170f70906a0f: Verifying Checksum [2020-08-31T19:44:38.944Z] 170f70906a0f: Download complete [2020-08-31T19:44:38.944Z] b538f80385f9: Download complete [2020-08-31T19:44:39.942Z] b538f80385f9: Pull complete [2020-08-31T19:44:40.542Z] 74f711af9a0d: Pull complete [2020-08-31T19:44:40.825Z] 99f96fe45779: Pull complete [2020-08-31T19:44:41.829Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T19:44:41.829Z] ad7c5574e4b9: Download complete [2020-08-31T19:44:41.829Z] c890913d741a: Verifying Checksum [2020-08-31T19:44:41.829Z] c890913d741a: Download complete [2020-08-31T19:44:43.830Z] e772456be8f7: Verifying Checksum [2020-08-31T19:44:43.830Z] e772456be8f7: Download complete [2020-08-31T19:44:43.830Z] 09adf4765672: Download complete [2020-08-31T19:44:44.429Z] fd7a069fd194: Verifying Checksum [2020-08-31T19:44:44.429Z] fd7a069fd194: Download complete [2020-08-31T19:44:44.703Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T19:44:44.704Z] 2480fcc9aa5a: Download complete [2020-08-31T19:44:57.128Z] fd7a069fd194: Pull complete [2020-08-31T19:44:57.128Z] 66aa3694b03b: Pull complete [2020-08-31T19:44:57.128Z] 170f70906a0f: Pull complete [2020-08-31T19:45:00.529Z] ad7c5574e4b9: Pull complete [2020-08-31T19:45:04.850Z] e772456be8f7: Pull complete [2020-08-31T19:45:04.850Z] c890913d741a: Pull complete [2020-08-31T19:45:06.828Z] 2480fcc9aa5a: Pull complete [2020-08-31T19:45:07.428Z] 09adf4765672: Pull complete [2020-08-31T19:45:07.428Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T19:45:07.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T19:45:07.428Z] ---> 2248a725d1cf [2020-08-31T19:45:07.428Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-08-31T19:45:12.841Z] ---> Running in b3358bbba2ba [2020-08-31T19:45:12.841Z] Removing intermediate container b3358bbba2ba [2020-08-31T19:45:12.841Z] ---> 8d2351d2ee71 [2020-08-31T19:45:12.841Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T19:45:12.841Z] ---> Running in 8cd8d2624164 [2020-08-31T19:45:13.117Z] Removing intermediate container 8cd8d2624164 [2020-08-31T19:45:13.117Z] ---> 36a6d2b027ef [2020-08-31T19:45:13.117Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-08-31T19:45:13.390Z] ---> Running in 634284034bbe [2020-08-31T19:45:13.662Z] Removing intermediate container 634284034bbe [2020-08-31T19:45:13.662Z] ---> eee998db8c0f [2020-08-31T19:45:13.662Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:45:13.936Z] ---> Running in 9091fd029027 [2020-08-31T19:45:16.549Z] Removing intermediate container 9091fd029027 [2020-08-31T19:45:16.549Z] ---> 05ffcc7bd1aa [2020-08-31T19:45:16.549Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T19:45:16.549Z] ---> Running in 02c1a39b23fa [2020-08-31T19:45:17.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T19:45:18.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T19:45:19.230Z] OK: 142 MiB in 39 packages [2020-08-31T19:45:20.654Z] Removing intermediate container 02c1a39b23fa [2020-08-31T19:45:20.654Z] ---> d5693c4f9e3f [2020-08-31T19:45:20.654Z] Step 8/10 : WORKDIR /device-snmp-go [2020-08-31T19:45:20.654Z] ---> Running in 24031dcd98f0 [2020-08-31T19:45:21.248Z] Removing intermediate container 24031dcd98f0 [2020-08-31T19:45:21.248Z] ---> fce825d819a2 [2020-08-31T19:45:21.248Z] Step 9/10 : COPY . . [2020-08-31T19:45:22.241Z] ---> a1374a2006f5 [2020-08-31T19:45:22.241Z] Step 10/10 : RUN go mod download [2020-08-31T19:45:22.241Z] ---> Running in df149e0a1632 [2020-08-31T19:45:25.644Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T19:45:25.644Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T19:45:25.644Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T19:45:25.644Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T19:45:25.644Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T19:45:25.644Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T19:45:25.644Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T19:45:25.644Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T19:45:25.644Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T19:45:25.644Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T19:45:25.644Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T19:45:25.914Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T19:45:25.914Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T19:45:25.914Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T19:45:25.914Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T19:45:25.914Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T19:45:26.185Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T19:45:26.185Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T19:45:26.185Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T19:45:26.185Z] go: finding github.com/golang/mock v1.2.0 [2020-08-31T19:45:26.185Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T19:45:26.454Z] go: finding github.com/google/uuid v1.1.0 [2020-08-31T19:45:26.454Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T19:45:26.454Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T19:45:26.454Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T19:45:26.454Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T19:45:26.724Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T19:45:26.724Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T19:45:26.724Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T19:45:26.724Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T19:45:26.724Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T19:45:26.995Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T19:45:26.995Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T19:45:26.995Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T19:45:26.995Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T19:45:26.995Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T19:45:27.268Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T19:45:27.268Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T19:45:27.268Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T19:45:27.268Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T19:45:27.268Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T19:45:27.268Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T19:45:27.539Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T19:45:27.539Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T19:45:27.539Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T19:45:27.539Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T19:45:27.539Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T19:45:27.812Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T19:45:27.812Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T19:45:27.812Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T19:45:27.812Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T19:45:27.812Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T19:45:28.082Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T19:45:28.082Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T19:45:28.082Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T19:45:28.082Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T19:45:28.082Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T19:45:28.082Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T19:45:28.354Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T19:45:28.354Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T19:45:28.354Z] go: finding github.com/soniah/gosnmp v1.21.0 [2020-08-31T19:45:28.354Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T19:45:28.354Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T19:45:28.624Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T19:45:28.624Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T19:45:28.624Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T19:45:28.624Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-31T19:45:28.624Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T19:45:28.899Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T19:45:28.899Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T19:45:28.899Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T19:45:39.077Z] Removing intermediate container df149e0a1632 [2020-08-31T19:45:39.077Z] ---> b6bed00605fd [2020-08-31T19:45:39.077Z] Successfully built b6bed00605fd [2020-08-31T19:45:39.077Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:45:40.034Z] + docker inspect -f . ci-base-image-arm64 [2020-08-31T19:45:40.034Z] . [Pipeline] withDockerContainer [2020-08-31T19:45:40.340Z] prd-ubuntu18.04-docker-arm64-4c-16g-838 does not seem to be running inside a container [2020-08-31T19:45:40.432Z] $ 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 [2020-08-31T19:45:42.187Z] $ docker top 23051caa26bf6114a7f1160d989c8a7aaf942ab0dc53c4179fae68dfc69e41ce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T19:45:43.619Z] + go version [2020-08-31T19:45:43.619Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-31T19:45:44.687Z] + make test [2020-08-31T19:45:44.687Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-31T19:45:45.670Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-08-31T19:46:18.040Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2020-08-31T19:46:18.040Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.015s coverage: 0.0% of statements [2020-08-31T19:46:18.040Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-31T19:46:18.630Z] gofmt -l . [2020-08-31T19:46:18.630Z] [ "`gofmt -l .`" = "" ] [2020-08-31T19:46:18.630Z] ./bin/test-attribution-txt.sh [2020-08-31T19:46:19.615Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-31T19:46:19.924Z] Warning: overwriting stash ‘coverage-report’ [2020-08-31T19:46:20.587Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T19:46:20.609Z] $ docker stop --time=1 23051caa26bf6114a7f1160d989c8a7aaf942ab0dc53c4179fae68dfc69e41ce [2020-08-31T19:46:22.934Z] $ docker rm -f 23051caa26bf6114a7f1160d989c8a7aaf942ab0dc53c4179fae68dfc69e41ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T19:46:24.462Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T19:46:24.876Z] + ls -al . [2020-08-31T19:46:24.876Z] total 136 [2020-08-31T19:46:24.876Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 31 19:46 . [2020-08-31T19:46:24.876Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:44 .. [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 6 Aug 31 19:44 .dockerignore [2020-08-31T19:46:24.876Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 19:44 .git [2020-08-31T19:46:24.876Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:44 .github [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 272 Aug 31 19:44 .gitignore [2020-08-31T19:46:24.876Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:44 .semver [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 4405 Aug 31 19:44 Attribution.txt [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 1002 Aug 31 19:44 Dockerfile [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 409 Aug 31 19:44 Dockerfile.build [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 31 19:44 Jenkinsfile [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 19:44 LICENSE [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 937 Aug 31 19:44 Makefile [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 12398 Aug 31 19:44 README.md [2020-08-31T19:46:24.876Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 19:41 VERSION [2020-08-31T19:46:24.876Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:44 bin [2020-08-31T19:46:24.876Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:44 cmd [2020-08-31T19:46:24.876Z] -rw-r--r-- 1 jenkins jenkins 8493 Aug 31 19:46 coverage.out [2020-08-31T19:46:24.876Z] -rw-r--r-- 1 jenkins jenkins 203 Aug 31 19:46 go.mod [2020-08-31T19:46:24.876Z] -rw-r--r-- 1 jenkins jenkins 12704 Aug 31 19:46 go.sum [2020-08-31T19:46:24.877Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:44 internal [2020-08-31T19:46:24.877Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:44 profiles [2020-08-31T19:46:24.877Z] -rw-rw-r-- 1 jenkins jenkins 209 Aug 31 19:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:46:25.265Z] + 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 . [2020-08-31T19:46:25.540Z] Sending build context to Docker daemon 373.2kB [2020-08-31T19:46:25.540Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-08-31T19:46:25.540Z] Step 2/26 : FROM ${BASE} AS builder [2020-08-31T19:46:25.540Z] ---> b6bed00605fd [2020-08-31T19:46:25.540Z] Step 3/26 : ARG MAKE='make build' [2020-08-31T19:46:25.815Z] ---> Running in fc8b605fb77b [2020-08-31T19:46:26.414Z] Removing intermediate container fc8b605fb77b [2020-08-31T19:46:26.414Z] ---> 1288ea9dfea2 [2020-08-31T19:46:26.414Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git" [2020-08-31T19:46:26.414Z] ---> Running in 6b03a684b065 [2020-08-31T19:46:26.685Z] Removing intermediate container 6b03a684b065 [2020-08-31T19:46:26.685Z] ---> b197f8408be7 [2020-08-31T19:46:26.685Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T19:46:26.956Z] ---> Running in f86d0b570af8 [2020-08-31T19:46:27.227Z] Removing intermediate container f86d0b570af8 [2020-08-31T19:46:27.227Z] ---> f3b54704d9c8 [2020-08-31T19:46:27.227Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:46:27.507Z] ---> Running in 1019da94476f [2020-08-31T19:46:30.125Z] Removing intermediate container 1019da94476f [2020-08-31T19:46:30.125Z] ---> a927d77b2f8c [2020-08-31T19:46:30.125Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T19:46:30.125Z] ---> Running in 1fb0f55191fd [2020-08-31T19:46:31.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T19:46:31.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T19:46:32.315Z] OK: 142 MiB in 39 packages [2020-08-31T19:46:33.311Z] Removing intermediate container 1fb0f55191fd [2020-08-31T19:46:33.311Z] ---> d4012828357c [2020-08-31T19:46:33.311Z] Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go [2020-08-31T19:46:33.585Z] ---> Running in 7a8854bd7d4c [2020-08-31T19:46:33.857Z] Removing intermediate container 7a8854bd7d4c [2020-08-31T19:46:33.857Z] ---> 4479f6d311ab [2020-08-31T19:46:33.857Z] Step 9/26 : COPY go.mod . [2020-08-31T19:46:34.456Z] ---> 5adaa9b4cdff [2020-08-31T19:46:34.456Z] Step 10/26 : COPY Makefile . [2020-08-31T19:46:35.061Z] ---> 079218032322 [2020-08-31T19:46:35.061Z] Step 11/26 : RUN make update [2020-08-31T19:46:35.344Z] ---> Running in 81e4a1589dfa [2020-08-31T19:46:36.783Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-08-31T19:46:38.223Z] Removing intermediate container 81e4a1589dfa [2020-08-31T19:46:38.223Z] ---> d2c3759ec044 [2020-08-31T19:46:38.223Z] Step 12/26 : COPY . . [2020-08-31T19:46:38.825Z] ---> e0ce54d6d069 [2020-08-31T19:46:38.825Z] Step 13/26 : RUN ${MAKE} [2020-08-31T19:46:39.116Z] ---> Running in 90ea7e81df06 [2020-08-31T19:46:40.565Z] 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 [2020-08-31T19:47:07.401Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T19:47:10.772Z] Removing intermediate container 90ea7e81df06 [2020-08-31T19:47:10.772Z] ---> 5ff5a9d06435 [2020-08-31T19:47:10.772Z] Step 14/26 : FROM alpine [2020-08-31T19:47:10.772Z] latest: Pulling from library/alpine [2020-08-31T19:47:10.772Z] b538f80385f9: Already exists [2020-08-31T19:47:11.055Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T19:47:11.055Z] Status: Downloaded newer image for alpine:latest [2020-08-31T19:47:11.055Z] ---> 62ee0e9f8440 [2020-08-31T19:47:11.055Z] Step 15/26 : ENV APP_PORT=49993 [2020-08-31T19:47:11.055Z] ---> Running in a569494fc0ab [2020-08-31T19:47:11.653Z] Removing intermediate container a569494fc0ab [2020-08-31T19:47:11.653Z] ---> e99764257369 [2020-08-31T19:47:11.653Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-31T19:47:11.653Z] ---> Running in 88b23c36ec81 [2020-08-31T19:47:12.243Z] Removing intermediate container 88b23c36ec81 [2020-08-31T19:47:12.243Z] ---> bb117c881395 [2020-08-31T19:47:12.243Z] Step 17/26 : ENV DEVICE_PORT=161 [2020-08-31T19:47:12.243Z] ---> Running in d9bbf0331c6b [2020-08-31T19:47:12.835Z] Removing intermediate container d9bbf0331c6b [2020-08-31T19:47:12.836Z] ---> ab05c66560d6 [2020-08-31T19:47:12.836Z] Step 18/26 : EXPOSE $DEVICE_PORT [2020-08-31T19:47:12.836Z] ---> Running in 2b4d17459580 [2020-08-31T19:47:13.109Z] Removing intermediate container 2b4d17459580 [2020-08-31T19:47:13.109Z] ---> 12b51cb71d5f [2020-08-31T19:47:13.109Z] Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [2020-08-31T19:47:14.549Z] ---> 43988e307509 [2020-08-31T19:47:14.549Z] Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / [2020-08-31T19:47:14.824Z] ---> 5da026ebf32f [2020-08-31T19:47:14.824Z] Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / [2020-08-31T19:47:15.796Z] ---> ce3177a0ebc7 [2020-08-31T19:47:15.796Z] Step 22/26 : ENTRYPOINT ["/device-snmp-go"] [2020-08-31T19:47:15.796Z] ---> Running in 0ad373c5aa25 [2020-08-31T19:47:16.065Z] Removing intermediate container 0ad373c5aa25 [2020-08-31T19:47:16.065Z] ---> 65ccc87bfbc0 [2020-08-31T19:47:16.065Z] Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-08-31T19:47:16.341Z] ---> Running in e88893eb18ed [2020-08-31T19:47:16.614Z] Removing intermediate container e88893eb18ed [2020-08-31T19:47:16.614Z] ---> b6517d90fb14 [2020-08-31T19:47:16.614Z] Step 24/26 : LABEL arch=arm64 [2020-08-31T19:47:16.885Z] ---> Running in c124cc4f66b5 [2020-08-31T19:47:17.154Z] Removing intermediate container c124cc4f66b5 [2020-08-31T19:47:17.154Z] ---> 2e720ec8a80b [2020-08-31T19:47:17.154Z] Step 25/26 : LABEL git_sha=4de3236f9499ceae9a39ae04aed9d248b6d730f1 [2020-08-31T19:47:17.423Z] ---> Running in f0f0c21a6d90 [2020-08-31T19:47:17.698Z] Removing intermediate container f0f0c21a6d90 [2020-08-31T19:47:17.698Z] ---> 84abc81428ae [2020-08-31T19:47:17.698Z] Step 26/26 : LABEL version=0.0.0 [2020-08-31T19:47:17.698Z] ---> Running in 933e7d189c2b [2020-08-31T19:47:18.289Z] Removing intermediate container 933e7d189c2b [2020-08-31T19:47:18.289Z] ---> 75b40b1c9c01 [2020-08-31T19:47:18.289Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T19:47:18.289Z] Successfully built 75b40b1c9c01 [2020-08-31T19:47:18.289Z] 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 [2020-08-31T19:47:20.788Z] provisioning config files... [2020-08-31T19:47:20.809Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/config3444280716447144262tmp [Pipeline] { [Pipeline] sh [2020-08-31T19:47:21.242Z] + curl -s https://codecov.io/bash [2020-08-31T19:47:21.242Z] + bash -s - -t @/w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/config3444280716447144262tmp [Pipeline] } [2020-08-31T19:47:21.527Z] 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 [2020-08-31T19:47:24.659Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:47:25.257Z] ---> package-listing.sh [2020-08-31T19:47:25.257Z] ++ facter osfamily [2020-08-31T19:47:25.257Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T19:47:25.257Z] + OS_FAMILY=redhat [2020-08-31T19:47:25.257Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-59 [2020-08-31T19:47:25.257Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T19:47:25.257Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T19:47:25.257Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T19:47:25.257Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T19:47:25.257Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-59 ']' [2020-08-31T19:47:25.257Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T19:47:25.257Z] + case "${OS_FAMILY}" in [2020-08-31T19:47:25.257Z] + rpm -qa [2020-08-31T19:47:25.257Z] + sort [2020-08-31T19:47:30.565Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T19:47:30.565Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T19:47:30.565Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T19:47:30.565Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-59 ']' [2020-08-31T19:47:30.565Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-59/archives/ [2020-08-31T19:47:30.565Z] + 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 [2020-08-31T19:47:31.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:47:31.055Z] [2020-08-31T19:47:31.055Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:47:31.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:47:31.454Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T19:47:31.454Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T19:47:31.454Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T19:47:31.454Z] 756a868c4378: Pulling fs layer [2020-08-31T19:47:31.454Z] 444b2fc9a129: Pulling fs layer [2020-08-31T19:47:31.454Z] ea15f1150254: Pulling fs layer [2020-08-31T19:47:31.454Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T19:47:31.454Z] 444b2fc9a129: Waiting [2020-08-31T19:47:31.454Z] ea15f1150254: Waiting [2020-08-31T19:47:31.454Z] 28c525ee5125: Pulling fs layer [2020-08-31T19:47:31.454Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T19:47:31.454Z] 138eaada9080: Pulling fs layer [2020-08-31T19:47:31.454Z] 41b27a9f41bf: Waiting [2020-08-31T19:47:31.454Z] 0622d0fa9048: Pulling fs layer [2020-08-31T19:47:31.454Z] 28c525ee5125: Waiting [2020-08-31T19:47:31.454Z] 094b1ea09ed8: Waiting [2020-08-31T19:47:31.454Z] 0622d0fa9048: Waiting [2020-08-31T19:47:31.454Z] 138eaada9080: Waiting [2020-08-31T19:47:31.454Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T19:47:31.454Z] 2cc5ad85d9ab: Download complete [2020-08-31T19:47:31.454Z] 444b2fc9a129: Verifying Checksum [2020-08-31T19:47:31.454Z] 444b2fc9a129: Download complete [2020-08-31T19:47:31.454Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T19:47:31.454Z] c9b1b535fdd9: Download complete [2020-08-31T19:47:31.454Z] ea15f1150254: Verifying Checksum [2020-08-31T19:47:31.454Z] ea15f1150254: Download complete [2020-08-31T19:47:31.454Z] 28c525ee5125: Verifying Checksum [2020-08-31T19:47:31.454Z] 28c525ee5125: Download complete [2020-08-31T19:47:32.059Z] 756a868c4378: Download complete [2020-08-31T19:47:32.059Z] 138eaada9080: Verifying Checksum [2020-08-31T19:47:32.059Z] 138eaada9080: Download complete [2020-08-31T19:47:32.059Z] 0622d0fa9048: Verifying Checksum [2020-08-31T19:47:32.059Z] 0622d0fa9048: Download complete [2020-08-31T19:47:32.059Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T19:47:32.059Z] 094b1ea09ed8: Download complete [2020-08-31T19:47:32.059Z] c9b1b535fdd9: Pull complete [2020-08-31T19:47:32.634Z] 2cc5ad85d9ab: Pull complete [2020-08-31T19:47:32.634Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T19:47:32.634Z] 41b27a9f41bf: Download complete [2020-08-31T19:47:34.028Z] 756a868c4378: Pull complete [2020-08-31T19:47:34.029Z] 444b2fc9a129: Pull complete [2020-08-31T19:47:34.290Z] ea15f1150254: Pull complete [2020-08-31T19:47:38.511Z] 41b27a9f41bf: Pull complete [2020-08-31T19:47:38.511Z] 28c525ee5125: Pull complete [2020-08-31T19:47:41.063Z] 094b1ea09ed8: Pull complete [2020-08-31T19:47:41.063Z] 138eaada9080: Pull complete [2020-08-31T19:47:41.324Z] 0622d0fa9048: Pull complete [2020-08-31T19:47:41.324Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T19:47:41.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:47:41.324Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T19:47:41.532Z] prd-centos7-docker-4c-2g-836 does not seem to be running inside a container [2020-08-31T19:47:41.575Z] $ 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 [2020-08-31T19:47:44.216Z] $ docker top acf9d97ca5478a79b463feb1e218775cfe7f6401203d020a7f4271ecd95f7829 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T19:47:44.580Z] provisioning config files... [2020-08-31T19:47:44.600Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp/config5587043365671361251tmp [Pipeline] { [Pipeline] echo [2020-08-31T19:47:44.712Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:47:45.046Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T19:47:45.087Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:47:45.413Z] ---> logs-deploy.sh [2020-08-31T19:47:45.413Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-59/1 [2020-08-31T19:47:45.413Z] INFO: archiving workspace using pattern(s): [2020-08-31T19:47:46.802Z] Archives upload complete. [2020-08-31T19:47:46.802Z] INFO: archiving logs to Nexus [2020-08-31T19:47:47.373Z] ---> uname -a: [2020-08-31T19:47:47.374Z] Linux acf9d97ca547 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] ---> lscpu: [2020-08-31T19:47:47.374Z] Architecture: x86_64 [2020-08-31T19:47:47.374Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-31T19:47:47.374Z] Byte Order: Little Endian [2020-08-31T19:47:47.374Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-31T19:47:47.374Z] CPU(s): 4 [2020-08-31T19:47:47.374Z] On-line CPU(s) list: 0-3 [2020-08-31T19:47:47.374Z] Thread(s) per core: 1 [2020-08-31T19:47:47.374Z] Core(s) per socket: 1 [2020-08-31T19:47:47.374Z] Socket(s): 4 [2020-08-31T19:47:47.374Z] NUMA node(s): 1 [2020-08-31T19:47:47.374Z] Vendor ID: GenuineIntel [2020-08-31T19:47:47.374Z] CPU family: 6 [2020-08-31T19:47:47.374Z] Model: 44 [2020-08-31T19:47:47.374Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-31T19:47:47.374Z] Stepping: 1 [2020-08-31T19:47:47.374Z] CPU MHz: 2933.442 [2020-08-31T19:47:47.374Z] BogoMIPS: 5866.88 [2020-08-31T19:47:47.374Z] Virtualization: VT-x [2020-08-31T19:47:47.374Z] Hypervisor vendor: KVM [2020-08-31T19:47:47.374Z] Virtualization type: full [2020-08-31T19:47:47.374Z] L1d cache: 128 KiB [2020-08-31T19:47:47.374Z] L1i cache: 128 KiB [2020-08-31T19:47:47.374Z] L2 cache: 16 MiB [2020-08-31T19:47:47.374Z] L3 cache: 64 MiB [2020-08-31T19:47:47.374Z] NUMA node0 CPU(s): 0-3 [2020-08-31T19:47:47.374Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-31T19:47:47.374Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-31T19:47:47.374Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-31T19:47:47.374Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-31T19:47:47.374Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-31T19:47:47.374Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-31T19:47:47.374Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-31T19:47:47.374Z] Vulnerability Tsx async abort: Not affected [2020-08-31T19:47:47.374Z] 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 [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] ---> nproc: [2020-08-31T19:47:47.374Z] 4 [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] ---> df -h: [2020-08-31T19:47:47.374Z] Filesystem Size Used Available Use% Mounted on [2020-08-31T19:47:47.374Z] overlay 50.0G 7.2G 42.8G 14% / [2020-08-31T19:47:47.374Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-31T19:47:47.374Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-31T19:47:47.374Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-31T19:47:47.374Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-08-31T19:47:47.374Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-08-31T19:47:47.374Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-08-31T19:47:47.374Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-08-31T19:47:47.374Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-snmp-go_PR-59 [2020-08-31T19:47:47.374Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-snmp-go_PR-59@tmp [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] ---> free -m: [2020-08-31T19:47:47.374Z] total used free shared buff/cache available [2020-08-31T19:47:47.374Z] Mem: 1837 666 136 0 1034 1065 [2020-08-31T19:47:47.374Z] Swap: 1023 1 1022 [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] ---> ip addr: [2020-08-31T19:47:47.374Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-31T19:47:47.374Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-31T19:47:47.374Z] inet 127.0.0.1/8 scope host lo [2020-08-31T19:47:47.374Z] valid_lft forever preferred_lft forever [2020-08-31T19:47:47.374Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-08-31T19:47:47.374Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-31T19:47:47.374Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-31T19:47:47.374Z] valid_lft forever preferred_lft forever [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] ---> sar -b -r -n DEV: [2020-08-31T19:47:47.374Z] 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) [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] 19:40:40 LINUX RESTART [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] 19:41:01 tps rtps wtps bread/s bwrtn/s [2020-08-31T19:47:47.374Z] 19:42:01 189.25 101.43 87.81 11906.51 40183.39 [2020-08-31T19:47:47.374Z] 19:43:01 3.35 0.00 3.35 0.00 104.63 [2020-08-31T19:47:47.374Z] 19:44:01 0.42 0.00 0.42 0.00 5.98 [2020-08-31T19:47:47.374Z] 19:45:01 0.32 0.00 0.32 0.00 3.51 [2020-08-31T19:47:47.374Z] 19:46:01 0.22 0.00 0.22 0.00 2.98 [2020-08-31T19:47:47.374Z] 19:47:01 0.35 0.00 0.35 0.00 5.65 [2020-08-31T19:47:47.374Z] Average: 32.33 16.91 15.42 1985.30 6720.67 [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] 19:41:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-31T19:47:47.374Z] 19:42:01 185024 1696532 90.17 2620 1109252 1106288 37.76 421828 1116000 120 [2020-08-31T19:47:47.374Z] 19:43:01 187352 1694204 90.04 2620 1109468 1092380 37.28 422492 1113252 16 [2020-08-31T19:47:47.374Z] 19:44:01 189652 1691904 89.92 2620 1109476 1072848 36.61 421668 1112076 8 [2020-08-31T19:47:47.374Z] 19:45:01 189280 1692276 89.94 2620 1109476 1073060 36.62 422504 1112076 20 [2020-08-31T19:47:47.374Z] 19:46:01 187880 1693676 90.01 2620 1109484 1073036 36.62 431652 1104500 8 [2020-08-31T19:47:47.374Z] 19:47:01 187316 1694240 90.04 2620 1109488 1073060 36.62 433608 1102892 8 [2020-08-31T19:47:47.374Z] Average: 187751 1693805 90.02 2620 1109441 1081779 36.92 425625 1110133 30 [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] 19:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-31T19:47:47.374Z] 19:42:01 eth0 362.31 196.74 1032.78 82.32 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:42:01 docker0 0.97 0.87 0.19 1.65 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:43:01 eth0 0.63 0.30 0.28 0.18 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:44:01 eth0 0.70 0.08 0.06 0.04 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:45:01 eth0 1.17 0.40 0.33 0.20 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:46:01 eth0 1.02 0.43 0.33 0.21 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:47:01 eth0 1.13 0.38 0.44 0.26 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] Average: eth0 61.19 33.07 172.45 13.87 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] Average: docker0 0.16 0.14 0.03 0.28 0.00 0.00 0.00 [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] ---> sar -P ALL: [2020-08-31T19:47:47.374Z] 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) [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] 19:40:40 LINUX RESTART [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] 19:41:01 CPU %user %nice %system %iowait %steal %idle [2020-08-31T19:47:47.374Z] 19:42:01 all 16.99 0.00 7.66 7.02 0.10 68.23 [2020-08-31T19:47:47.374Z] 19:42:01 0 15.64 0.00 6.87 6.25 0.08 71.16 [2020-08-31T19:47:47.374Z] 19:42:01 1 18.41 0.00 8.09 5.13 0.10 68.27 [2020-08-31T19:47:47.374Z] 19:42:01 2 18.20 0.00 7.77 9.77 0.08 64.18 [2020-08-31T19:47:47.374Z] 19:42:01 3 15.69 0.00 7.92 6.95 0.12 69.32 [2020-08-31T19:47:47.374Z] 19:43:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-08-31T19:47:47.374Z] 19:43:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-08-31T19:47:47.374Z] 19:43:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-08-31T19:47:47.374Z] 19:43:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2020-08-31T19:47:47.374Z] 19:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-08-31T19:47:47.374Z] 19:44:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-08-31T19:47:47.374Z] 19:44:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2020-08-31T19:47:47.374Z] 19:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-31T19:47:47.374Z] 19:44:01 2 0.43 0.00 0.05 0.00 0.00 99.52 [2020-08-31T19:47:47.374Z] 19:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-08-31T19:47:47.374Z] 19:45:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2020-08-31T19:47:47.374Z] 19:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-08-31T19:47:47.374Z] 19:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2020-08-31T19:47:47.374Z] 19:45:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2020-08-31T19:47:47.374Z] 19:45:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-08-31T19:47:47.374Z] 19:46:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2020-08-31T19:47:47.374Z] 19:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-31T19:47:47.374Z] 19:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-31T19:47:47.374Z] 19:46:01 2 0.45 0.00 0.03 0.00 0.00 99.52 [2020-08-31T19:47:47.374Z] 19:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-08-31T19:47:47.374Z] 19:47:01 all 0.17 0.00 0.06 0.00 0.00 99.78 [2020-08-31T19:47:47.374Z] 19:47:01 0 0.02 0.00 0.15 0.00 0.02 99.82 [2020-08-31T19:47:47.374Z] 19:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-08-31T19:47:47.374Z] 19:47:01 2 0.57 0.00 0.02 0.00 0.00 99.42 [2020-08-31T19:47:47.374Z] 19:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-31T19:47:47.374Z] Average: all 2.92 0.00 1.30 1.16 0.02 94.61 [2020-08-31T19:47:47.374Z] Average: 0 2.62 0.00 1.18 1.03 0.02 95.16 [2020-08-31T19:47:47.374Z] Average: 1 3.07 0.00 1.35 0.85 0.02 94.71 [2020-08-31T19:47:47.374Z] Average: 2 3.35 0.00 1.31 1.62 0.02 93.70 [2020-08-31T19:47:47.374Z] Average: 3 2.63 0.00 1.34 1.15 0.02 94.86 [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z] [2020-08-31T19:47:47.374Z]