Pull request #93 updated 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 hahattan for edgexfoundry/device-snmp-go Obtained Jenkinsfile from 679b5df0a405bf03b77a606fcf286693714a7fdb+b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 (c2062983b5b5b7ae53824f18397850f2eb8558b4) Running in Durability level: PERFORMANCE_OPTIMIZED 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-snmp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4992’ Running on prd-centos7-docker-4c-2g-4997 in /w/workspace/dgexfoundry_device-snmp-go_PR-93 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-93 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 679b5df0a405bf03b77a606fcf286693714a7fdb Merge succeeded, producing aba3ac11b11d4ba2037d3508f4957e9e10db2b94 Checking out Revision aba3ac11b11d4ba2037d3508f4957e9e10db2b94 (PR-93) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/93/head:refs/remotes/origin/PR-93 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 679b5df0a405bf03b77a606fcf286693714a7fdb # 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 b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aba3ac11b11d4ba2037d3508f4957e9e10db2b94 # timeout=10 Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T03:20:12.922Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 922f1fb4ab1248dd92bd7b18ebd0e4f2baa247ed # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T03:20:13.031Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T03:20:13.060Z] ========================================================= [2021-05-13T03:20:13.060Z] EdgeX Global Pipelines Version Info [2021-05-13T03:20:13.060Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:20:14.590Z] ------------------- [2021-05-13T03:20:14.590Z] stable info: [2021-05-13T03:20:14.590Z] ------------------- [2021-05-13T03:20:14.590Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T03:20:14.590Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T03:20:14.590Z] Message: update stable to v1.0.192 [2021-05-13T03:20:15.539Z] ------------------- [2021-05-13T03:20:15.539Z] experimental info: [2021-05-13T03:20:15.539Z] ------------------- [2021-05-13T03:20:15.539Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T03:20:15.539Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T03:20:15.539Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T03:20:15.673Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-05-13T03:20:15.714Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-05-13T03:20:15.737Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T03:20:15.760Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T03:20:15.785Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T03:20:15.809Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T03:20:15.833Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T03:20:15.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T03:20:15.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-13T03:20:15.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T03:20:15.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T03:20:15.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2021-05-13T03:20:15.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T03:20:16.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T03:20:16.025Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T03:20:16.048Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T03:20:16.072Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T03:20:16.096Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T03:20:16.118Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T03:20:16.144Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-13T03:20:16.167Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-13T03:20:16.190Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-13T03:20:16.214Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-13T03:20:16.239Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-13T03:20:16.262Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-13T03:20:16.286Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T03:20:16.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-93 [Pipeline] echo [2021-05-13T03:20:16.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-93 [Pipeline] echo [2021-05-13T03:20:16.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-93 [Pipeline] echo [2021-05-13T03:20:16.385Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aba3ac11b11d4ba2037d3508f4957e9e10db2b94 [Pipeline] echo [2021-05-13T03:20:16.412Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aba3ac1 [Pipeline] echo [2021-05-13T03:20:16.440Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T03:20:16.512Z] provisioning config files... [2021-05-13T03:20:16.553Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config63683693276029710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:20:16.873Z] ---> docker-login.sh [2021-05-13T03:20:16.874Z] nexus3.edgexfoundry.org:10001 [2021-05-13T03:20:17.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:20:17.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:20:17.399Z] Configure a credential helper to remove this warning. See [2021-05-13T03:20:17.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:20:17.399Z] [2021-05-13T03:20:17.399Z] Login Succeeded [2021-05-13T03:20:17.399Z] nexus3.edgexfoundry.org:10002 [2021-05-13T03:20:17.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:20:17.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:20:17.399Z] Configure a credential helper to remove this warning. See [2021-05-13T03:20:17.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:20:17.399Z] [2021-05-13T03:20:17.399Z] Login Succeeded [2021-05-13T03:20:17.399Z] nexus3.edgexfoundry.org:10003 [2021-05-13T03:20:17.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:20:17.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:20:17.663Z] Configure a credential helper to remove this warning. See [2021-05-13T03:20:17.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:20:17.663Z] [2021-05-13T03:20:17.663Z] Login Succeeded [2021-05-13T03:20:17.663Z] nexus3.edgexfoundry.org:10004 [2021-05-13T03:20:17.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:20:17.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:20:17.926Z] Configure a credential helper to remove this warning. See [2021-05-13T03:20:17.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:20:17.926Z] [2021-05-13T03:20:17.926Z] Login Succeeded [2021-05-13T03:20:17.926Z] docker.io [2021-05-13T03:20:17.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:20:18.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:20:18.189Z] Configure a credential helper to remove this warning. See [2021-05-13T03:20:18.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:20:18.189Z] [2021-05-13T03:20:18.189Z] Login Succeeded [2021-05-13T03:20:18.189Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T03:20:18.199Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T03:20:18.667Z] + git log --format=format:%s -1 aba3ac11b11d4ba2037d3508f4957e9e10db2b94 [Pipeline] echo [2021-05-13T03:20:18.773Z] GIT_COMMIT: aba3ac11b11d4ba2037d3508f4957e9e10db2b94, Commit Message: Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD [Pipeline] echo [2021-05-13T03:20:18.789Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:20:19.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T03:20:19.715Z] [2021-05-13T03:20:19.715Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:20:20.042Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T03:20:20.042Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T03:20:20.042Z] 31603596830f: Pulling fs layer [2021-05-13T03:20:20.042Z] 54011a49482f: Pulling fs layer [2021-05-13T03:20:20.042Z] a6820b24f6d8: Pulling fs layer [2021-05-13T03:20:20.042Z] f581987b2513: Pulling fs layer [2021-05-13T03:20:20.042Z] f581987b2513: Waiting [2021-05-13T03:20:20.042Z] 54011a49482f: Download complete [2021-05-13T03:20:20.307Z] 31603596830f: Verifying Checksum [2021-05-13T03:20:20.307Z] 31603596830f: Download complete [2021-05-13T03:20:20.307Z] a6820b24f6d8: Verifying Checksum [2021-05-13T03:20:20.307Z] a6820b24f6d8: Download complete [2021-05-13T03:20:20.307Z] f581987b2513: Verifying Checksum [2021-05-13T03:20:20.307Z] f581987b2513: Download complete [2021-05-13T03:20:20.571Z] 31603596830f: Pull complete [2021-05-13T03:20:20.833Z] 54011a49482f: Pull complete [2021-05-13T03:20:21.793Z] a6820b24f6d8: Pull complete [2021-05-13T03:20:21.793Z] f581987b2513: Pull complete [2021-05-13T03:20:21.793Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T03:20:22.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T03:20:22.057Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T03:20:22.241Z] prd-centos7-docker-4c-2g-4997 does not seem to be running inside a container [2021-05-13T03:20:22.294Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-93 -v /w/workspace/dgexfoundry_device-snmp-go_PR-93:/w/workspace/dgexfoundry_device-snmp-go_PR-93:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T03:20:24.490Z] $ docker top 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T03:20:24.669Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T03:20:24.669Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T03:20:24.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T03:20:24.912Z] $ docker exec 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 ssh-agent [2021-05-13T03:20:25.080Z] SSH_AUTH_SOCK=/tmp/ssh-WkrS9INlwzn3/agent.11 [2021-05-13T03:20:25.080Z] SSH_AGENT_PID=17 [2021-05-13T03:20:25.094Z] Running ssh-add (command line suppressed) [2021-05-13T03:20:25.222Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_6244592259108896580.key (/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_6244592259108896580.key) [2021-05-13T03:20:25.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T03:20:25.583Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T03:20:25.605Z] $ docker exec --env ******** --env ******** 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 ssh-agent -k [2021-05-13T03:20:25.721Z] unset SSH_AUTH_SOCK; [2021-05-13T03:20:25.722Z] unset SSH_AGENT_PID; [2021-05-13T03:20:25.722Z] echo Agent pid 17 killed; [2021-05-13T03:20:25.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T03:20:25.809Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T03:20:25.809Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T03:20:25.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T03:20:25.992Z] $ docker exec 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 ssh-agent [2021-05-13T03:20:26.162Z] SSH_AUTH_SOCK=/tmp/ssh-PkTFFaDDdAd6/agent.47 [2021-05-13T03:20:26.162Z] SSH_AGENT_PID=52 [2021-05-13T03:20:26.170Z] Running ssh-add (command line suppressed) [2021-05-13T03:20:26.301Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_3937539514312946426.key (/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_3937539514312946426.key) [2021-05-13T03:20:26.358Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T03:20:26.664Z] + git semver init [2021-05-13T03:20:26.664Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T03:20:26.664Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-93/.git [2021-05-13T03:20:26.664Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-93 [2021-05-13T03:20:26.664Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T03:20:26.664Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T03:20:26.664Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T03:20:26.664Z] # $SEMVER_BRANCH = PR-93 [2021-05-13T03:20:26.664Z] # $SEMVER_TEMP = /tmp/semver-122586692 [2021-05-13T03:20:26.664Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-05-13T03:20:26.926Z] # '/tmp/semver-122586692' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-93/.semver' [2021-05-13T03:20:27.189Z] # -> Force: false [2021-05-13T03:20:27.189Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-93/.semver [Pipeline] } [2021-05-13T03:20:27.205Z] $ docker exec --env ******** --env ******** 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 ssh-agent -k [2021-05-13T03:20:27.326Z] unset SSH_AUTH_SOCK; [2021-05-13T03:20:27.326Z] unset SSH_AGENT_PID; [2021-05-13T03:20:27.326Z] echo Agent pid 52 killed; [2021-05-13T03:20:27.376Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T03:20:27.713Z] + git semver [Pipeline] } [2021-05-13T03:20:27.734Z] $ docker stop --time=1 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 [2021-05-13T03:20:29.081Z] $ docker rm -f 83dd9c27350f4b25418f94efd608c6b361f7219be7b5ddd80d8cca37e3ee1345 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T03:20:29.479Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T03:20:29.811Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T03:20:29.815Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-13T03:20:44.991Z] Still waiting to schedule task [2021-05-13T03:20:44.991Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-13T03:20:44.994Z] Still waiting to schedule task [2021-05-13T03:20:44.994Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-13T03:23:48.392Z] Running on prd-centos7-docker-4c-2g-4998 in /w/workspace/dgexfoundry_device-snmp-go_PR-93 [Pipeline] { [Pipeline] ws [2021-05-13T03:23:48.420Z] Running in /w/workspace/device-snmp-go/4 [Pipeline] { [Pipeline] checkout [2021-05-13T03:23:53.763Z] using credential edgex-jenkins-ssh [2021-05-13T03:23:53.777Z] Cloning the remote Git repository [2021-05-13T03:23:53.810Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T03:23:53.885Z] > git init /w/workspace/device-snmp-go/4 # timeout=10 [2021-05-13T03:23:53.991Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T03:23:53.992Z] > git --version # timeout=10 [2021-05-13T03:23:54.002Z] > git --version # 'git version 2.24.3' [2021-05-13T03:23:54.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T03:23:54.036Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T03:23:54.587Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T03:23:54.612Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T03:23:54.635Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T03:23:54.691Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T03:23:54.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T03:23:54.714Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/93/head:refs/remotes/origin/PR-93 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T03:23:55.136Z] Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 679b5df0a405bf03b77a606fcf286693714a7fdb [2021-05-13T03:23:55.307Z] Merge succeeded, producing e7c2189318f63e924529c7d8e0b59634e44dbee5 [2021-05-13T03:23:55.308Z] Checking out Revision e7c2189318f63e924529c7d8e0b59634e44dbee5 (PR-93) [2021-05-13T03:23:55.148Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T03:23:55.162Z] > git checkout -f 679b5df0a405bf03b77a606fcf286693714a7fdb # timeout=10 [2021-05-13T03:23:55.224Z] > git remote # timeout=10 [2021-05-13T03:23:55.255Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T03:23:55.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T03:23:55.267Z] > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 [2021-05-13T03:23:55.294Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T03:23:55.312Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T03:23:55.320Z] > git checkout -f e7c2189318f63e924529c7d8e0b59634e44dbee5 # timeout=10 [2021-05-13T03:23:59.112Z] Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" [2021-05-13T03:23:59.139Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T03:24:00.346Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T03:24:00.691Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T03:24:01.004Z] + sudo service docker restart [2021-05-13T03:24:01.004Z] + true [2021-05-13T03:24:01.004Z] Redirecting to /bin/systemctl restart docker.service [2021-05-13T03:24:02.767Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4999 in /w/workspace/dgexfoundry_device-snmp-go_PR-93 [Pipeline] { [Pipeline] ws [2021-05-13T03:24:02.786Z] Running in /w/workspace/device-snmp-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T03:24:02.987Z] provisioning config files... [2021-05-13T03:24:03.038Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/4@tmp/config7131201578728185199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:24:03.393Z] ---> docker-login.sh [2021-05-13T03:24:03.393Z] nexus3.edgexfoundry.org:10001 [2021-05-13T03:24:03.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:03.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:03.986Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:03.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:03.986Z] [2021-05-13T03:24:03.986Z] Login Succeeded [2021-05-13T03:24:03.986Z] nexus3.edgexfoundry.org:10002 [2021-05-13T03:24:04.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:04.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:04.267Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:04.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:04.267Z] [2021-05-13T03:24:04.267Z] Login Succeeded [2021-05-13T03:24:04.267Z] nexus3.edgexfoundry.org:10003 [2021-05-13T03:24:04.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:04.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:04.536Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:04.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:04.536Z] [2021-05-13T03:24:04.536Z] Login Succeeded [2021-05-13T03:24:04.536Z] nexus3.edgexfoundry.org:10004 [2021-05-13T03:24:04.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:04.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:04.808Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:04.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:04.808Z] [2021-05-13T03:24:04.808Z] Login Succeeded [2021-05-13T03:24:04.808Z] docker.io [2021-05-13T03:24:05.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:05.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:05.339Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:05.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:05.339Z] [2021-05-13T03:24:05.339Z] Login Succeeded [2021-05-13T03:24:05.339Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T03:24:05.351Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T03:24:05.660Z] ========================================================= [2021-05-13T03:24:05.660Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T03:24:05.660Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:24:06.046Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-13T03:24:06.329Z] Sending build context to Docker daemon 386.6kB [2021-05-13T03:24:06.329Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T03:24:06.329Z] Step 2/10 : FROM ${BASE} [2021-05-13T03:24:06.329Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T03:24:06.329Z] 540db60ca938: Pulling fs layer [2021-05-13T03:24:06.329Z] adcc1eea9eea: Pulling fs layer [2021-05-13T03:24:06.329Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T03:24:06.329Z] 0510c868ecb4: Pulling fs layer [2021-05-13T03:24:06.329Z] afea3b2eda06: Pulling fs layer [2021-05-13T03:24:06.329Z] 7809a108b3ef: Pulling fs layer [2021-05-13T03:24:06.329Z] f706445af74f: Pulling fs layer [2021-05-13T03:24:06.329Z] 0510c868ecb4: Waiting [2021-05-13T03:24:06.329Z] afea3b2eda06: Waiting [2021-05-13T03:24:06.329Z] 7809a108b3ef: Waiting [2021-05-13T03:24:06.329Z] f706445af74f: Waiting [2021-05-13T03:24:06.329Z] 4c4ab2625f07: Download complete [2021-05-13T03:24:06.329Z] adcc1eea9eea: Download complete [2021-05-13T03:24:06.329Z] afea3b2eda06: Verifying Checksum [2021-05-13T03:24:06.329Z] afea3b2eda06: Download complete [2021-05-13T03:24:06.329Z] 7809a108b3ef: Verifying Checksum [2021-05-13T03:24:06.329Z] 7809a108b3ef: Download complete [2021-05-13T03:24:06.622Z] 540db60ca938: Verifying Checksum [2021-05-13T03:24:06.622Z] 540db60ca938: Download complete [2021-05-13T03:24:06.898Z] 540db60ca938: Pull complete [2021-05-13T03:24:07.517Z] adcc1eea9eea: Pull complete [2021-05-13T03:24:07.517Z] 4c4ab2625f07: Pull complete [2021-05-13T03:24:08.265Z] using credential edgex-jenkins-ssh [2021-05-13T03:24:08.290Z] Cloning the remote Git repository [2021-05-13T03:24:08.363Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T03:24:08.475Z] > git init /w/workspace/device-snmp-go/4 # timeout=10 [2021-05-13T03:24:08.566Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T03:24:08.567Z] > git --version # timeout=10 [2021-05-13T03:24:08.587Z] > git --version # 'git version 2.17.1' [2021-05-13T03:24:08.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T03:24:08.655Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T03:24:09.460Z] f706445af74f: Verifying Checksum [2021-05-13T03:24:09.460Z] f706445af74f: Download complete [2021-05-13T03:24:09.729Z] 0510c868ecb4: Verifying Checksum [2021-05-13T03:24:09.729Z] 0510c868ecb4: Download complete [2021-05-13T03:24:10.061Z] Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 679b5df0a405bf03b77a606fcf286693714a7fdb [2021-05-13T03:24:10.297Z] Merge succeeded, producing e7eb4114bffa5dfdde818164e894d27e638c327d [2021-05-13T03:24:10.298Z] Checking out Revision e7eb4114bffa5dfdde818164e894d27e638c327d (PR-93) [2021-05-13T03:24:09.361Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T03:24:09.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T03:24:09.416Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T03:24:09.456Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T03:24:09.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T03:24:09.474Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/93/head:refs/remotes/origin/PR-93 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T03:24:10.075Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T03:24:10.090Z] > git checkout -f 679b5df0a405bf03b77a606fcf286693714a7fdb # timeout=10 [2021-05-13T03:24:10.171Z] > git remote # timeout=10 [2021-05-13T03:24:10.190Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T03:24:10.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T03:24:10.218Z] > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 [2021-05-13T03:24:10.272Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T03:24:10.301Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T03:24:10.318Z] > git checkout -f e7eb4114bffa5dfdde818164e894d27e638c327d # timeout=10 [2021-05-13T03:24:14.524Z] Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" [2021-05-13T03:24:14.548Z] First time build. Skipping changelog. [2021-05-13T03:24:14.528Z] > git rev-list --no-walk 922f1fb4ab1248dd92bd7b18ebd0e4f2baa247ed # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T03:24:15.981Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T03:24:16.395Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T03:24:16.727Z] + + sudo servicetrue docker [2021-05-13T03:24:16.727Z] restart [2021-05-13T03:24:18.047Z] 0510c868ecb4: Pull complete [2021-05-13T03:24:18.047Z] afea3b2eda06: Pull complete [2021-05-13T03:24:18.047Z] 7809a108b3ef: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T03:24:19.390Z] provisioning config files... [2021-05-13T03:24:19.444Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/4@tmp/config1699032699550203650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:24:19.807Z] ---> docker-login.sh [2021-05-13T03:24:19.807Z] nexus3.edgexfoundry.org:10001 [2021-05-13T03:24:20.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:20.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:20.994Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:20.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:20.994Z] [2021-05-13T03:24:20.994Z] Login Succeeded [2021-05-13T03:24:20.994Z] nexus3.edgexfoundry.org:10002 [2021-05-13T03:24:21.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:21.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:21.267Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:21.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:21.267Z] [2021-05-13T03:24:21.267Z] Login Succeeded [2021-05-13T03:24:21.267Z] nexus3.edgexfoundry.org:10003 [2021-05-13T03:24:21.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:21.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:21.810Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:21.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:21.810Z] [2021-05-13T03:24:21.810Z] Login Succeeded [2021-05-13T03:24:21.810Z] nexus3.edgexfoundry.org:10004 [2021-05-13T03:24:22.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:22.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:22.354Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:22.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:22.355Z] [2021-05-13T03:24:22.355Z] Login Succeeded [2021-05-13T03:24:22.355Z] docker.io [2021-05-13T03:24:22.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T03:24:22.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T03:24:22.898Z] Configure a credential helper to remove this warning. See [2021-05-13T03:24:22.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T03:24:22.898Z] [2021-05-13T03:24:22.898Z] Login Succeeded [2021-05-13T03:24:22.898Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T03:24:22.914Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T03:24:23.218Z] ========================================================= [2021-05-13T03:24:23.218Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T03:24:23.218Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:24:23.563Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-13T03:24:23.839Z] Sending build context to Docker daemon 385.5kB [2021-05-13T03:24:23.839Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T03:24:23.839Z] Step 2/10 : FROM ${BASE} [2021-05-13T03:24:24.143Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T03:24:24.143Z] 595b0fe564bb: Pulling fs layer [2021-05-13T03:24:24.143Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T03:24:24.143Z] 316046926c0a: Pulling fs layer [2021-05-13T03:24:24.143Z] 4ebd0625c992: Pulling fs layer [2021-05-13T03:24:24.143Z] 207e8628e3a3: Pulling fs layer [2021-05-13T03:24:24.143Z] c791037a9be2: Pulling fs layer [2021-05-13T03:24:24.143Z] ffd874e62e21: Pulling fs layer [2021-05-13T03:24:24.143Z] 207e8628e3a3: Waiting [2021-05-13T03:24:24.143Z] c791037a9be2: Waiting [2021-05-13T03:24:24.143Z] ffd874e62e21: Waiting [2021-05-13T03:24:24.143Z] 4ebd0625c992: Waiting [2021-05-13T03:24:24.143Z] 316046926c0a: Verifying Checksum [2021-05-13T03:24:24.143Z] 316046926c0a: Download complete [2021-05-13T03:24:24.143Z] 7186ed65a4f7: Download complete [2021-05-13T03:24:24.143Z] 207e8628e3a3: Verifying Checksum [2021-05-13T03:24:24.143Z] 207e8628e3a3: Download complete [2021-05-13T03:24:24.143Z] c791037a9be2: Verifying Checksum [2021-05-13T03:24:24.143Z] c791037a9be2: Download complete [2021-05-13T03:24:24.143Z] 595b0fe564bb: Download complete [2021-05-13T03:24:24.751Z] 595b0fe564bb: Pull complete [2021-05-13T03:24:25.364Z] 7186ed65a4f7: Pull complete [2021-05-13T03:24:25.646Z] 316046926c0a: Pull complete [2021-05-13T03:24:26.493Z] f706445af74f: Pull complete [2021-05-13T03:24:26.493Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T03:24:26.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T03:24:26.493Z] ---> b068be0155e3 [2021-05-13T03:24:26.493Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" [2021-05-13T03:24:26.493Z] ---> Running in 8f02adca75bb [2021-05-13T03:24:26.493Z] Removing intermediate container 8f02adca75bb [2021-05-13T03:24:26.493Z] ---> 4ab685f53776 [2021-05-13T03:24:26.493Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T03:24:26.493Z] ---> Running in 648b8aa199d2 [2021-05-13T03:24:26.493Z] Removing intermediate container 648b8aa199d2 [2021-05-13T03:24:26.493Z] ---> a6b15431ebc3 [2021-05-13T03:24:26.493Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-05-13T03:24:26.493Z] ---> Running in c3a3937cf4c1 [2021-05-13T03:24:26.493Z] Removing intermediate container c3a3937cf4c1 [2021-05-13T03:24:26.493Z] ---> 8e730905b69d [2021-05-13T03:24:26.493Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T03:24:26.641Z] ffd874e62e21: Verifying Checksum [2021-05-13T03:24:26.641Z] ffd874e62e21: Download complete [2021-05-13T03:24:26.770Z] ---> Running in d410cb6eafbd [2021-05-13T03:24:27.238Z] 4ebd0625c992: Verifying Checksum [2021-05-13T03:24:27.238Z] 4ebd0625c992: Download complete [2021-05-13T03:24:29.393Z] Removing intermediate container d410cb6eafbd [2021-05-13T03:24:29.393Z] ---> c9b4aadad9cd [2021-05-13T03:24:29.393Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T03:24:29.393Z] ---> Running in 3d354e907be2 [2021-05-13T03:24:30.895Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T03:24:31.481Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T03:24:32.077Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-13T03:24:32.351Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-13T03:24:32.351Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-13T03:24:32.351Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-13T03:24:32.629Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-13T03:24:32.629Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-13T03:24:32.904Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-13T03:24:33.173Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-13T03:24:33.174Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-13T03:24:33.174Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-13T03:24:33.444Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-13T03:24:33.444Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-13T03:24:33.444Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-13T03:24:33.713Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T03:24:33.713Z] OK: 156 MiB in 53 packages [2021-05-13T03:24:34.687Z] Removing intermediate container 3d354e907be2 [2021-05-13T03:24:34.687Z] ---> 99f0d9dc83dd [2021-05-13T03:24:34.687Z] Step 8/10 : WORKDIR /device-snmp-go [2021-05-13T03:24:34.687Z] ---> Running in 6d477c236da4 [2021-05-13T03:24:34.953Z] Removing intermediate container 6d477c236da4 [2021-05-13T03:24:34.953Z] ---> 604edfcb27b7 [2021-05-13T03:24:34.953Z] Step 9/10 : COPY . . [2021-05-13T03:24:35.923Z] ---> f7fbf234ff71 [2021-05-13T03:24:35.923Z] Step 10/10 : RUN go mod download [2021-05-13T03:24:35.923Z] ---> Running in 47794de1e902 [2021-05-13T03:24:37.415Z] 4ebd0625c992: Pull complete [2021-05-13T03:24:37.688Z] 207e8628e3a3: Pull complete [2021-05-13T03:24:37.963Z] c791037a9be2: Pull complete [2021-05-13T03:24:42.278Z] ffd874e62e21: Pull complete [2021-05-13T03:24:42.278Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T03:24:42.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T03:24:42.278Z] ---> cfc18b08335c [2021-05-13T03:24:42.278Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" [2021-05-13T03:24:44.266Z] ---> Running in 3a38b1b7d260 [2021-05-13T03:24:44.863Z] Removing intermediate container 3a38b1b7d260 [2021-05-13T03:24:44.863Z] ---> bab84bf80f7b [2021-05-13T03:24:44.863Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T03:24:44.863Z] ---> Running in 97ad7ea030c4 [2021-05-13T03:24:45.459Z] Removing intermediate container 97ad7ea030c4 [2021-05-13T03:24:45.459Z] ---> 228f218fa2a4 [2021-05-13T03:24:45.459Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-05-13T03:24:45.459Z] ---> Running in d2df482341d6 [2021-05-13T03:24:46.063Z] Removing intermediate container d2df482341d6 [2021-05-13T03:24:46.063Z] ---> 8d0fce0ccff6 [2021-05-13T03:24:46.063Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T03:24:46.063Z] ---> Running in 1919bc240f69 [2021-05-13T03:24:48.705Z] Removing intermediate container 1919bc240f69 [2021-05-13T03:24:48.705Z] ---> c2f38f752bcf [2021-05-13T03:24:48.705Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T03:24:48.705Z] ---> Running in fd3bf0a039f1 [2021-05-13T03:24:49.685Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T03:24:50.662Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T03:24:51.260Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-13T03:24:51.530Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-13T03:24:51.530Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-13T03:24:51.530Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-13T03:24:51.801Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-13T03:24:51.802Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-13T03:24:52.075Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-13T03:24:52.346Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-13T03:24:52.346Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-13T03:24:52.346Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-13T03:24:52.615Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-13T03:24:52.615Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-13T03:24:52.886Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-13T03:24:52.886Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T03:24:52.886Z] OK: 145 MiB in 53 packages [2021-05-13T03:24:54.314Z] Removing intermediate container fd3bf0a039f1 [2021-05-13T03:24:54.314Z] ---> 2ae539782537 [2021-05-13T03:24:54.314Z] Step 8/10 : WORKDIR /device-snmp-go [2021-05-13T03:24:54.587Z] ---> Running in aaba8d520b37 [2021-05-13T03:24:54.860Z] Removing intermediate container aaba8d520b37 [2021-05-13T03:24:54.860Z] ---> 3776ec08b82c [2021-05-13T03:24:54.860Z] Step 9/10 : COPY . . [2021-05-13T03:24:55.839Z] ---> 9d425f840283 [2021-05-13T03:24:55.839Z] Step 10/10 : RUN go mod download [2021-05-13T03:24:56.124Z] ---> Running in 4530c0500070 [2021-05-13T03:25:15.048Z] Removing intermediate container 47794de1e902 [2021-05-13T03:25:15.048Z] ---> 699bf2916725 [2021-05-13T03:25:15.048Z] Successfully built 699bf2916725 [2021-05-13T03:25:15.048Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:25:15.456Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T03:25:15.721Z] . [Pipeline] withDockerContainer [2021-05-13T03:25:16.053Z] prd-centos7-docker-4c-2g-4998 does not seem to be running inside a container [2021-05-13T03:25:16.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/4 -v /w/workspace/device-snmp-go/4:/w/workspace/device-snmp-go/4:rw,z -v /w/workspace/device-snmp-go/4@tmp:/w/workspace/device-snmp-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-13T03:25:17.404Z] $ docker top 6e0be9970af5c7337c6af7d8503975df3eb8e016c1e752b4068260ba49a6fa8d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T03:25:18.211Z] + go version [2021-05-13T03:25:18.262Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T03:25:18.272Z] $ docker stop --time=1 6e0be9970af5c7337c6af7d8503975df3eb8e016c1e752b4068260ba49a6fa8d [2021-05-13T03:25:20.890Z] $ docker rm -f 6e0be9970af5c7337c6af7d8503975df3eb8e016c1e752b4068260ba49a6fa8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:25:21.500Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T03:25:21.500Z] . [Pipeline] withDockerContainer [2021-05-13T03:25:21.613Z] prd-centos7-docker-4c-2g-4998 does not seem to be running inside a container [2021-05-13T03:25:21.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/4 -v /w/workspace/device-snmp-go/4:/w/workspace/device-snmp-go/4:rw,z -v /w/workspace/device-snmp-go/4@tmp:/w/workspace/device-snmp-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-13T03:25:22.474Z] $ docker top 1473f544e232385476c6995376701be63ec4ea594d102d1f62be94d7ad725753 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T03:25:22.931Z] Removing intermediate container 4530c0500070 [2021-05-13T03:25:22.931Z] ---> 16d877d199b8 [2021-05-13T03:25:22.931Z] Successfully built 16d877d199b8 [2021-05-13T03:25:22.931Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:25:23.049Z] + go mod tidy [2021-05-13T03:25:23.286Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T03:25:23.286Z] . [Pipeline] withDockerContainer [2021-05-13T03:25:23.553Z] prd-ubuntu18.04-docker-arm64-4c-16g-4999 does not seem to be running inside a container [2021-05-13T03:25:23.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/4 -v /w/workspace/device-snmp-go/4:/w/workspace/device-snmp-go/4:rw,z -v /w/workspace/device-snmp-go/4@tmp:/w/workspace/device-snmp-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-13T03:25:25.179Z] $ docker top 9e20d78e249765d2b78a2637cd0fce0c638bf4358c54b8b2ad532a8f8bab7459 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-13T03:25:25.841Z] + make test [2021-05-13T03:25:25.841Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-13T03:25:26.210Z] + go version [2021-05-13T03:25:26.210Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T03:25:26.230Z] $ docker stop --time=1 9e20d78e249765d2b78a2637cd0fce0c638bf4358c54b8b2ad532a8f8bab7459 [2021-05-13T03:25:27.858Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-05-13T03:25:28.183Z] $ docker rm -f 9e20d78e249765d2b78a2637cd0fce0c638bf4358c54b8b2ad532a8f8bab7459 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:25:28.896Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T03:25:28.896Z] . [Pipeline] withDockerContainer [2021-05-13T03:25:29.161Z] prd-ubuntu18.04-docker-arm64-4c-16g-4999 does not seem to be running inside a container [2021-05-13T03:25:29.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/4 -v /w/workspace/device-snmp-go/4:/w/workspace/device-snmp-go/4:rw,z -v /w/workspace/device-snmp-go/4@tmp:/w/workspace/device-snmp-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-13T03:25:30.764Z] $ docker top ffc982660645e97668b43fb3a07b54107587e71e69d1b1f903af0b6700389361 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T03:25:31.734Z] + go mod tidy [Pipeline] sh [2021-05-13T03:25:32.997Z] + make test [2021-05-13T03:25:32.997Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-13T03:25:34.437Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-05-13T03:26:07.704Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-05-13T03:26:07.704Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.024s coverage: 0.0% of statements [2021-05-13T03:26:07.704Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-13T03:26:21.442Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-05-13T03:26:21.442Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.027s coverage: 0.0% of statements [2021-05-13T03:26:21.715Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-13T03:26:23.062Z] gofmt -l . [2021-05-13T03:26:23.062Z] [ "`gofmt -l .`" = "" ] [2021-05-13T03:26:23.062Z] ./bin/test-attribution-txt.sh [2021-05-13T03:26:23.062Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-13T03:26:23.091Z] $ docker stop --time=1 1473f544e232385476c6995376701be63ec4ea594d102d1f62be94d7ad725753 [2021-05-13T03:26:25.042Z] $ docker rm -f 1473f544e232385476c6995376701be63ec4ea594d102d1f62be94d7ad725753 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T03:26:26.252Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T03:26:26.906Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-13T03:26:29.751Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-13T03:26:30.062Z] + ls -al . [2021-05-13T03:26:30.062Z] total 108 [2021-05-13T03:26:30.062Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 13 03:26 . [2021-05-13T03:26:30.062Z] drwxrwxr-x. 4 jenkins jenkins 28 May 13 03:23 .. [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 6520 May 13 03:23 Attribution.txt [2021-05-13T03:26:30.062Z] drwxrwxr-x. 2 jenkins jenkins 87 May 13 03:23 bin [2021-05-13T03:26:30.062Z] drwxrwxr-x. 3 jenkins jenkins 32 May 13 03:23 cmd [2021-05-13T03:26:30.062Z] -rw-r--r--. 1 jenkins jenkins 8663 May 13 03:26 coverage.out [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 1446 May 13 03:23 Dockerfile [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 1057 May 13 03:23 Dockerfile.build [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 6 May 13 03:23 .dockerignore [2021-05-13T03:26:30.062Z] drwxrwxr-x. 8 jenkins jenkins 179 May 13 03:23 .git [2021-05-13T03:26:30.062Z] drwxrwxr-x. 2 jenkins jenkins 103 May 13 03:23 .github [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 272 May 13 03:23 .gitignore [2021-05-13T03:26:30.062Z] -rw-r--r--. 1 jenkins jenkins 222 May 13 03:26 go.mod [2021-05-13T03:26:30.062Z] -rw-r--r--. 1 jenkins jenkins 21043 May 13 03:25 go.sum [2021-05-13T03:26:30.062Z] drwxrwxr-x. 3 jenkins jenkins 20 May 13 03:23 internal [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 656 May 13 03:23 Jenkinsfile [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 13 03:23 LICENSE [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 965 May 13 03:23 Makefile [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 9079 May 13 03:23 README.md [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 5 May 13 03:20 VERSION [2021-05-13T03:26:30.062Z] -rw-rw-r--. 1 jenkins jenkins 209 May 13 03:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:26:30.647Z] + docker build -t device-snmp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=aba3ac11b11d4ba2037d3508f4957e9e10db2b94 --label arch=amd64 --label version=0.0.0 . [2021-05-13T03:26:31.766Z] Sending build context to Docker daemon 395.8kB [2021-05-13T03:26:32.062Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T03:26:32.062Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-13T03:26:32.062Z] ---> 699bf2916725 [2021-05-13T03:26:32.062Z] Step 3/23 : ARG MAKE='make build' [2021-05-13T03:26:32.400Z] ---> Running in 7548c028732b [2021-05-13T03:26:32.682Z] Removing intermediate container 7548c028732b [2021-05-13T03:26:32.682Z] ---> ecc7529f1ced [2021-05-13T03:26:32.682Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-13T03:26:32.986Z] ---> Running in 3dd1f7b618d5 [2021-05-13T03:26:33.610Z] Removing intermediate container 3dd1f7b618d5 [2021-05-13T03:26:33.610Z] ---> 243548028fe3 [2021-05-13T03:26:33.610Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T03:26:33.610Z] ---> Running in 9e7eaedd81c8 [2021-05-13T03:26:34.255Z] Removing intermediate container 9e7eaedd81c8 [2021-05-13T03:26:34.255Z] ---> 758b45abaea2 [2021-05-13T03:26:34.255Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T03:26:34.255Z] ---> Running in f7d022f3f0bc [2021-05-13T03:26:35.661Z] Removing intermediate container f7d022f3f0bc [2021-05-13T03:26:35.661Z] ---> b43c8ae70857 [2021-05-13T03:26:35.661Z] Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T03:26:35.661Z] ---> Running in 5673cf8b3dec [2021-05-13T03:26:35.926Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T03:26:36.884Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T03:26:37.462Z] OK: 156 MiB in 53 packages [2021-05-13T03:26:38.049Z] Removing intermediate container 5673cf8b3dec [2021-05-13T03:26:38.049Z] ---> 0f004c0be483 [2021-05-13T03:26:38.049Z] Step 8/23 : WORKDIR /device-snmp-go [2021-05-13T03:26:38.049Z] ---> Running in 268807af402f [2021-05-13T03:26:38.318Z] Removing intermediate container 268807af402f [2021-05-13T03:26:38.318Z] ---> ae557bc0b830 [2021-05-13T03:26:38.318Z] Step 9/23 : COPY . . [2021-05-13T03:26:39.287Z] ---> fa95a9daf633 [2021-05-13T03:26:39.287Z] Step 10/23 : RUN make update [2021-05-13T03:26:39.287Z] ---> Running in 601ae3a1b6d1 [2021-05-13T03:26:40.257Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-13T03:26:40.845Z] Removing intermediate container 601ae3a1b6d1 [2021-05-13T03:26:40.845Z] ---> 54ecf11da63d [2021-05-13T03:26:40.845Z] Step 11/23 : RUN ${MAKE} [2021-05-13T03:26:40.845Z] ---> Running in c135b39caa1f [2021-05-13T03:26:41.837Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd [2021-05-13T03:26:48.616Z] gofmt -l . [2021-05-13T03:26:48.616Z] [ "`gofmt -l .`" = "" ] [2021-05-13T03:26:48.617Z] ./bin/test-attribution-txt.sh [2021-05-13T03:26:48.617Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-13T03:26:48.637Z] $ docker stop --time=1 ffc982660645e97668b43fb3a07b54107587e71e69d1b1f903af0b6700389361 [2021-05-13T03:26:50.744Z] $ docker rm -f ffc982660645e97668b43fb3a07b54107587e71e69d1b1f903af0b6700389361 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T03:26:51.609Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T03:26:51.630Z] Warning: overwriting stash ‘coverage-report’ [2021-05-13T03:26:52.575Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T03:26:53.055Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-13T03:26:53.436Z] + ls -al . [2021-05-13T03:26:53.436Z] total 132 [2021-05-13T03:26:53.436Z] drwxrwxr-x 7 jenkins jenkins 4096 May 13 03:26 . [2021-05-13T03:26:53.436Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 03:24 .. [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 6 May 13 03:24 .dockerignore [2021-05-13T03:26:53.436Z] drwxrwxr-x 8 jenkins jenkins 4096 May 13 03:24 .git [2021-05-13T03:26:53.436Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 03:24 .github [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 272 May 13 03:24 .gitignore [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 6520 May 13 03:24 Attribution.txt [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 1446 May 13 03:24 Dockerfile [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 1057 May 13 03:24 Dockerfile.build [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 656 May 13 03:24 Jenkinsfile [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 13 03:24 LICENSE [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 965 May 13 03:24 Makefile [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 9079 May 13 03:24 README.md [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 5 May 13 03:20 VERSION [2021-05-13T03:26:53.436Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 03:24 bin [2021-05-13T03:26:53.436Z] drwxrwxr-x 3 jenkins jenkins 4096 May 13 03:24 cmd [2021-05-13T03:26:53.436Z] -rw-r--r-- 1 jenkins jenkins 8663 May 13 03:26 coverage.out [2021-05-13T03:26:53.436Z] -rw-r--r-- 1 jenkins jenkins 222 May 13 03:26 go.mod [2021-05-13T03:26:53.436Z] -rw-r--r-- 1 jenkins jenkins 21043 May 13 03:25 go.sum [2021-05-13T03:26:53.436Z] drwxrwxr-x 3 jenkins jenkins 4096 May 13 03:24 internal [2021-05-13T03:26:53.436Z] -rw-rw-r-- 1 jenkins jenkins 209 May 13 03:24 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:26:53.834Z] + docker build -t device-snmp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=aba3ac11b11d4ba2037d3508f4957e9e10db2b94 --label arch=arm64 --label version=0.0.0 . [2021-05-13T03:26:54.450Z] Sending build context to Docker daemon 394.8kB [2021-05-13T03:26:54.450Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T03:26:54.450Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-13T03:26:54.450Z] ---> 16d877d199b8 [2021-05-13T03:26:54.450Z] Step 3/23 : ARG MAKE='make build' [2021-05-13T03:26:54.753Z] ---> Running in 36666b7829f0 [2021-05-13T03:26:55.043Z] Removing intermediate container 36666b7829f0 [2021-05-13T03:26:55.043Z] ---> a984237de880 [2021-05-13T03:26:55.043Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-13T03:26:55.317Z] ---> Running in dfe04102ae79 [2021-05-13T03:26:55.591Z] Removing intermediate container dfe04102ae79 [2021-05-13T03:26:55.591Z] ---> fc21dace2c8b [2021-05-13T03:26:55.591Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T03:26:55.866Z] ---> Running in 510b6dbf0d32 [2021-05-13T03:26:56.463Z] Removing intermediate container 510b6dbf0d32 [2021-05-13T03:26:56.463Z] ---> 0d1a8ae56dbf [2021-05-13T03:26:56.463Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T03:26:56.463Z] ---> Running in fad3fb709d83 [2021-05-13T03:26:58.443Z] Removing intermediate container fad3fb709d83 [2021-05-13T03:26:58.443Z] ---> fc863143de25 [2021-05-13T03:26:58.443Z] Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T03:26:58.716Z] ---> Running in acbe75e1456b [2021-05-13T03:26:59.693Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T03:27:00.666Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T03:27:01.640Z] OK: 145 MiB in 53 packages [2021-05-13T03:27:02.624Z] Removing intermediate container acbe75e1456b [2021-05-13T03:27:02.624Z] ---> 1ab031f03b69 [2021-05-13T03:27:02.624Z] Step 8/23 : WORKDIR /device-snmp-go [2021-05-13T03:27:02.624Z] ---> Running in 8a3b1d794164 [2021-05-13T03:27:03.223Z] Removing intermediate container 8a3b1d794164 [2021-05-13T03:27:03.223Z] ---> 25d939fa01c6 [2021-05-13T03:27:03.223Z] Step 9/23 : COPY . . [2021-05-13T03:27:04.211Z] ---> 9ae90c79e1ef [2021-05-13T03:27:04.211Z] Step 10/23 : RUN make update [2021-05-13T03:27:04.484Z] ---> Running in aa38bd558b23 [2021-05-13T03:27:05.464Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-13T03:27:06.903Z] Removing intermediate container aa38bd558b23 [2021-05-13T03:27:06.903Z] ---> b43bb0f7eebd [2021-05-13T03:27:06.903Z] Step 11/23 : RUN ${MAKE} [2021-05-13T03:27:06.903Z] ---> Running in 06e9b7a9514f [2021-05-13T03:27:07.891Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd [2021-05-13T03:27:15.033Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-13T03:27:17.657Z] Removing intermediate container c135b39caa1f [2021-05-13T03:27:17.657Z] ---> b85e8b5a3c9c [2021-05-13T03:27:17.657Z] Step 12/23 : FROM alpine:3.12 [2021-05-13T03:27:17.925Z] 3.12: Pulling from library/alpine [2021-05-13T03:27:18.222Z] 339de151aab4: Pulling fs layer [2021-05-13T03:27:18.222Z] 339de151aab4: Verifying Checksum [2021-05-13T03:27:18.222Z] 339de151aab4: Download complete [2021-05-13T03:27:18.949Z] 339de151aab4: Pull complete [2021-05-13T03:27:18.950Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T03:27:18.950Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T03:27:18.950Z] ---> 13621d1b12d4 [2021-05-13T03:27:18.950Z] Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T03:27:18.950Z] ---> Running in fe2e807b77c0 [2021-05-13T03:27:19.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T03:27:19.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T03:27:20.092Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T03:27:20.092Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T03:27:20.092Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T03:27:20.092Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T03:27:20.092Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T03:27:20.092Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T03:27:20.092Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T03:27:20.092Z] OK: 8 MiB in 20 packages [2021-05-13T03:27:21.516Z] Removing intermediate container fe2e807b77c0 [2021-05-13T03:27:21.516Z] ---> 8bc9a74697c0 [2021-05-13T03:27:21.516Z] Step 14/23 : COPY --from=builder /device-snmp-go/cmd / [2021-05-13T03:27:21.789Z] ---> f136cc484728 [2021-05-13T03:27:21.790Z] Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / [2021-05-13T03:27:22.387Z] ---> d36b29355f56 [2021-05-13T03:27:22.387Z] Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / [2021-05-13T03:27:23.275Z] ---> e076b95c8ad5 [2021-05-13T03:27:23.275Z] Step 17/23 : EXPOSE 49993 [2021-05-13T03:27:23.566Z] ---> Running in 3003f45ac69f [2021-05-13T03:27:23.566Z] Removing intermediate container 3003f45ac69f [2021-05-13T03:27:23.566Z] ---> 715d516308b6 [2021-05-13T03:27:23.566Z] Step 18/23 : EXPOSE 161 [2021-05-13T03:27:23.846Z] ---> Running in 460e3b7e8446 [2021-05-13T03:27:24.127Z] Removing intermediate container 460e3b7e8446 [2021-05-13T03:27:24.128Z] ---> 8a5a9ac8556f [2021-05-13T03:27:24.128Z] Step 19/23 : ENTRYPOINT ["/device-snmp-go"] [2021-05-13T03:27:24.128Z] ---> Running in f64bf620437b [2021-05-13T03:27:24.540Z] Removing intermediate container f64bf620437b [2021-05-13T03:27:24.540Z] ---> b7e28f9bec2f [2021-05-13T03:27:24.541Z] Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-13T03:27:24.541Z] ---> Running in 387da10d8544 [2021-05-13T03:27:25.720Z] Removing intermediate container 387da10d8544 [2021-05-13T03:27:25.720Z] ---> 13d70b953d56 [2021-05-13T03:27:25.720Z] Step 21/23 : LABEL arch=amd64 [2021-05-13T03:27:25.720Z] ---> Running in 09d467bd1da3 [2021-05-13T03:27:26.719Z] Removing intermediate container 09d467bd1da3 [2021-05-13T03:27:26.719Z] ---> 3e8f6b40c110 [2021-05-13T03:27:26.719Z] Step 22/23 : LABEL git_sha=aba3ac11b11d4ba2037d3508f4957e9e10db2b94 [2021-05-13T03:27:26.719Z] ---> Running in de2ea51321f7 [2021-05-13T03:27:27.053Z] Removing intermediate container de2ea51321f7 [2021-05-13T03:27:27.053Z] ---> 1803d8921b37 [2021-05-13T03:27:27.053Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T03:27:27.324Z] ---> Running in 0141ef2aeeb8 [2021-05-13T03:27:27.597Z] Removing intermediate container 0141ef2aeeb8 [2021-05-13T03:27:27.597Z] ---> cc30e0de8a9f [2021-05-13T03:27:27.597Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-13T03:27:27.597Z] Successfully built cc30e0de8a9f [2021-05-13T03:27:27.597Z] Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:27:28.210Z] ---> job-cost.sh [2021-05-13T03:27:28.210Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hY6W [2021-05-13T03:27:40.307Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-13T03:27:50.451Z] Removing intermediate container 06e9b7a9514f [2021-05-13T03:27:50.451Z] ---> 6e4d65144c85 [2021-05-13T03:27:50.451Z] Step 12/23 : FROM alpine:3.12 [2021-05-13T03:27:50.451Z] 3.12: Pulling from library/alpine [2021-05-13T03:27:50.451Z] d2f70382dc9a: Pulling fs layer [2021-05-13T03:27:50.724Z] d2f70382dc9a: Download complete [2021-05-13T03:27:51.327Z] d2f70382dc9a: Pull complete [2021-05-13T03:27:51.327Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T03:27:51.327Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T03:27:51.327Z] ---> 9852663dfa18 [2021-05-13T03:27:51.327Z] Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T03:27:51.599Z] ---> Running in 4458e5ff5ec1 [2021-05-13T03:27:52.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T03:27:52.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T03:27:53.443Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T03:27:53.443Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T03:27:53.443Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T03:27:53.443Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T03:27:53.443Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T03:27:53.443Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T03:27:53.443Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T03:27:53.443Z] OK: 8 MiB in 20 packages [2021-05-13T03:27:54.886Z] Removing intermediate container 4458e5ff5ec1 [2021-05-13T03:27:54.886Z] ---> 7e6c5fa68ddb [2021-05-13T03:27:54.886Z] Step 14/23 : COPY --from=builder /device-snmp-go/cmd / [2021-05-13T03:27:54.932Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T03:27:55.861Z] ---> 41018c5a7656 [2021-05-13T03:27:55.861Z] Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / [2021-05-13T03:27:56.836Z] ---> e1b4ece859bf [2021-05-13T03:27:56.836Z] Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / [2021-05-13T03:27:57.429Z] ---> 6d7d4269599a [2021-05-13T03:27:57.429Z] Step 17/23 : EXPOSE 49993 [2021-05-13T03:27:57.702Z] ---> Running in d0ca8fc7719f [2021-05-13T03:27:57.974Z] Removing intermediate container d0ca8fc7719f [2021-05-13T03:27:57.974Z] ---> 3b679fd98f8f [2021-05-13T03:27:57.974Z] Step 18/23 : EXPOSE 161 [2021-05-13T03:27:58.247Z] ---> Running in d16dee70173d [2021-05-13T03:27:58.519Z] Removing intermediate container d16dee70173d [2021-05-13T03:27:58.519Z] ---> 962599ee62e9 [2021-05-13T03:27:58.519Z] Step 19/23 : ENTRYPOINT ["/device-snmp-go"] [2021-05-13T03:27:58.792Z] ---> Running in 8897417a55b7 [2021-05-13T03:27:59.066Z] Removing intermediate container 8897417a55b7 [2021-05-13T03:27:59.066Z] ---> ac28106ec966 [2021-05-13T03:27:59.066Z] Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-13T03:27:59.342Z] ---> Running in 7fe2635bdc39 [2021-05-13T03:28:00.701Z] Removing intermediate container 7fe2635bdc39 [2021-05-13T03:28:00.701Z] ---> b2f1c356c143 [2021-05-13T03:28:00.701Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T03:28:00.973Z] ---> Running in 81c33264c551 [2021-05-13T03:28:01.568Z] Removing intermediate container 81c33264c551 [2021-05-13T03:28:01.568Z] ---> 3b29bc4cefc6 [2021-05-13T03:28:01.568Z] Step 22/23 : LABEL git_sha=aba3ac11b11d4ba2037d3508f4957e9e10db2b94 [2021-05-13T03:28:01.568Z] ---> Running in 41a801d0661d [2021-05-13T03:28:02.163Z] Removing intermediate container 41a801d0661d [2021-05-13T03:28:02.163Z] ---> f645441b46b5 [2021-05-13T03:28:02.163Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T03:28:02.163Z] ---> Running in 6c17d80589ae [2021-05-13T03:28:02.754Z] Removing intermediate container 6c17d80589ae [2021-05-13T03:28:02.754Z] ---> 1b9c437b8016 [2021-05-13T03:28:02.754Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-13T03:28:02.754Z] Successfully built 1b9c437b8016 [2021-05-13T03:28:02.754Z] Successfully tagged device-snmp-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:28:03.240Z] ---> job-cost.sh [2021-05-13T03:28:03.240Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-g3vW [2021-05-13T03:28:33.886Z] lf-activate-venv(): INFO: Adding /tmp/venv-hY6W/bin to PATH [2021-05-13T03:28:33.887Z] INFO: No Stack... [2021-05-13T03:28:33.887Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T03:28:33.887Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T03:28:34.223Z] + cat /w/workspace/device-snmp-go/4/archives/cost.csv [2021-05-13T03:28:34.223Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T03:28:34.345Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [2021-05-13T03:28:34.354Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] did not exist. Created. [2021-05-13T03:28:34.354Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T03:28:34.695Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-13T03:28:34.864Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T03:28:34.878Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T03:28:42.201Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T03:30:03.922Z] lf-activate-venv(): INFO: Adding /tmp/venv-g3vW/bin to PATH [2021-05-13T03:30:03.922Z] INFO: No Stack... [2021-05-13T03:30:03.922Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T03:30:04.193Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T03:30:04.537Z] + cut -d, -f6 [2021-05-13T03:30:04.537Z] + cat /w/workspace/device-snmp-go/4/archives/cost.csv [Pipeline] lock [2021-05-13T03:30:04.657Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [2021-05-13T03:30:04.665Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] did not exist. Created. [2021-05-13T03:30:04.665Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T03:30:05.044Z] /w/workspace/device-snmp-go/4@tmp/durable-f38a28af/script.sh: 1: /w/workspace/device-snmp-go/4@tmp/durable-f38a28af/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-13T03:30:05.392Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T03:30:05.425Z] Warning: overwriting stash ‘stack-cost’ [2021-05-13T03:30:05.566Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T03:30:05.581Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-93-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-13T03:30:06.152Z] provisioning config files... [2021-05-13T03:30:06.164Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config304105827113563555tmp [Pipeline] { [Pipeline] sh [2021-05-13T03:30:06.516Z] + set +x [2021-05-13T03:30:06.516Z] + curl -s https://codecov.io/bash [2021-05-13T03:30:06.516Z] + bash -s -- [2021-05-13T03:30:06.780Z] [2021-05-13T03:30:06.780Z] _____ _ [2021-05-13T03:30:06.780Z] / ____| | | [2021-05-13T03:30:06.780Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T03:30:06.780Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T03:30:06.780Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T03:30:06.780Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T03:30:06.780Z] Bash-1.0.2 [2021-05-13T03:30:06.780Z] [2021-05-13T03:30:06.780Z] [2021-05-13T03:30:06.780Z] ==> git version 2.24.3 found [2021-05-13T03:30:06.780Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-13T03:30:06.780Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T03:30:06.780Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T03:30:06.780Z] ==> Jenkins CI detected. [2021-05-13T03:30:06.780Z] project root: . [2021-05-13T03:30:06.780Z] --> token set from env [2021-05-13T03:30:06.780Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T03:30:06.780Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T03:30:06.780Z] ==> Python coveragepy not found [2021-05-13T03:30:06.780Z] ==> Searching for coverage reports in: [2021-05-13T03:30:06.780Z] + . [2021-05-13T03:30:06.780Z] -> Found 1 reports [2021-05-13T03:30:06.780Z] ==> Detecting git/mercurial file structure [2021-05-13T03:30:06.780Z] ==> Reading reports [2021-05-13T03:30:06.780Z] + ./coverage.out bytes=8663 [2021-05-13T03:30:06.780Z] ==> Appending adjustments [2021-05-13T03:30:06.780Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T03:30:06.780Z] + Found adjustments [2021-05-13T03:30:06.780Z] ==> Gzipping contents [2021-05-13T03:30:07.045Z] 4.0K /tmp/codecov.pZXiwS.gz [2021-05-13T03:30:07.045Z] ==> Uploading reports [2021-05-13T03:30:07.045Z] url: https://codecov.io [2021-05-13T03:30:07.045Z] query: branch=PR-93&commit=aba3ac11b11d4ba2037d3508f4957e9e10db2b94&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-93%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=93&job=&cmd_args= [2021-05-13T03:30:07.045Z] -> Pinging Codecov [2021-05-13T03:30:07.045Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-93&commit=aba3ac11b11d4ba2037d3508f4957e9e10db2b94&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-93%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=93&job=&cmd_args= [2021-05-13T03:30:07.998Z] -> Uploading to [2021-05-13T03:30:07.998Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/6C56EA5C29638FB4528AC87E60AF5AE0/aba3ac11b11d4ba2037d3508f4957e9e10db2b94/0e4c1138-49fa-4a68-9499-6d2db30b2b2d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T033007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d1372bc97ce2d930e062727223b99946bfe05ad1f5c7d7f27221558e352bbc3b [2021-05-13T03:30:07.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T03:30:07.998Z] Dload Upload Total Spent Left Speed [2021-05-13T03:30:08.578Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1498 0 0 100 1498 0 2488 --:--:-- --:--:-- --:--:-- 2492 [2021-05-13T03:30:08.578Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/aba3ac11b11d4ba2037d3508f4957e9e10db2b94 [Pipeline] } [2021-05-13T03:30:08.589Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:30:09.736Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:30:10.309Z] ---> package-listing.sh [2021-05-13T03:30:10.309Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T03:30:10.309Z] ++ facter osfamily [2021-05-13T03:30:10.309Z] + OS_FAMILY=redhat [2021-05-13T03:30:10.309Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-93 [2021-05-13T03:30:10.309Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T03:30:10.309Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T03:30:10.309Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T03:30:10.309Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T03:30:10.309Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-93 ']' [2021-05-13T03:30:10.309Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T03:30:10.309Z] + case "${OS_FAMILY}" in [2021-05-13T03:30:10.309Z] + rpm -qa [2021-05-13T03:30:10.309Z] + sort [2021-05-13T03:30:15.637Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T03:30:15.637Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T03:30:15.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T03:30:15.637Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-93 ']' [2021-05-13T03:30:15.637Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-93/archives/ [2021-05-13T03:30:15.637Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-93/archives/ [Pipeline] echo [2021-05-13T03:30:15.653Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-93/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-13T03:30:16.010Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:30:16.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T03:30:16.359Z] [2021-05-13T03:30:16.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T03:30:16.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T03:30:16.684Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T03:30:16.684Z] df20fa9351a1: Pulling fs layer [2021-05-13T03:30:16.684Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T03:30:16.684Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T03:30:16.684Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T03:30:16.684Z] 93b61091891f: Pulling fs layer [2021-05-13T03:30:16.684Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T03:30:16.684Z] 5e14af77c1be: Pulling fs layer [2021-05-13T03:30:16.684Z] 01666e4c0597: Pulling fs layer [2021-05-13T03:30:16.684Z] aa168da1d23b: Pulling fs layer [2021-05-13T03:30:16.684Z] 46f8f816bc3b: Waiting [2021-05-13T03:30:16.684Z] 93b61091891f: Waiting [2021-05-13T03:30:16.684Z] 93b9cdb0e59b: Waiting [2021-05-13T03:30:16.684Z] 5e14af77c1be: Waiting [2021-05-13T03:30:16.684Z] 01666e4c0597: Waiting [2021-05-13T03:30:16.684Z] aa168da1d23b: Waiting [2021-05-13T03:30:16.684Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T03:30:16.684Z] 36b3adc4ff6f: Download complete [2021-05-13T03:30:16.684Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T03:30:16.684Z] 46f8f816bc3b: Download complete [2021-05-13T03:30:16.684Z] df20fa9351a1: Verifying Checksum [2021-05-13T03:30:16.684Z] df20fa9351a1: Download complete [2021-05-13T03:30:16.955Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T03:30:16.955Z] 93b9cdb0e59b: Download complete [2021-05-13T03:30:16.955Z] 93b61091891f: Download complete [2021-05-13T03:30:16.955Z] 5e14af77c1be: Verifying Checksum [2021-05-13T03:30:16.955Z] 5e14af77c1be: Download complete [2021-05-13T03:30:16.955Z] 01666e4c0597: Verifying Checksum [2021-05-13T03:30:16.955Z] 01666e4c0597: Download complete [2021-05-13T03:30:17.223Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T03:30:17.223Z] 8ad3a11d3b57: Download complete [2021-05-13T03:30:17.223Z] df20fa9351a1: Pull complete [2021-05-13T03:30:17.495Z] 36b3adc4ff6f: Pull complete [2021-05-13T03:30:18.089Z] 8ad3a11d3b57: Pull complete [2021-05-13T03:30:18.669Z] 46f8f816bc3b: Pull complete [2021-05-13T03:30:18.934Z] aa168da1d23b: Verifying Checksum [2021-05-13T03:30:18.934Z] aa168da1d23b: Download complete [2021-05-13T03:30:19.513Z] 93b61091891f: Pull complete [2021-05-13T03:30:19.513Z] 93b9cdb0e59b: Pull complete [2021-05-13T03:30:19.513Z] 5e14af77c1be: Pull complete [2021-05-13T03:30:19.778Z] 01666e4c0597: Pull complete [2021-05-13T03:30:26.417Z] aa168da1d23b: Pull complete [2021-05-13T03:30:26.417Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T03:30:26.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T03:30:26.417Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T03:30:26.569Z] prd-centos7-docker-4c-2g-4997 does not seem to be running inside a container [2021-05-13T03:30:26.619Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-93/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-snmp-go_PR-93 -v /w/workspace/dgexfoundry_device-snmp-go_PR-93:/w/workspace/dgexfoundry_device-snmp-go_PR-93:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-13T03:30:29.769Z] $ docker top 715a18f274415af46074f0c0674955cb6eaa209d9d5474ed77bb577bbf15803e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T03:30:30.291Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T03:30:30.598Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T03:30:30.900Z] + ls /var/log/sa-host [2021-05-13T03:30:30.900Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T03:30:30.900Z] file_magic: OK [2021-05-13T03:30:30.900Z] HZ: Using current value: 100 [2021-05-13T03:30:30.900Z] file_header: OK [2021-05-13T03:30:30.900Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-13T03:30:30.900Z] Statistics: [2021-05-13T03:30:30.900Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T03:30:30.900Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T03:30:30.900Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T03:30:30.900Z] file_magic: OK [2021-05-13T03:30:30.900Z] HZ: Using current value: 100 [2021-05-13T03:30:30.900Z] file_header: OK [2021-05-13T03:30:30.900Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-13T03:30:30.900Z] Statistics: [2021-05-13T03:30:30.900Z] Hnuu...uuuununununu... [2021-05-13T03:30:30.900Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T03:30:31.087Z] provisioning config files... [2021-05-13T03:30:31.109Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config326344374236233297tmp [Pipeline] { [Pipeline] echo [2021-05-13T03:30:31.141Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:30:31.441Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T03:30:31.451Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T03:30:31.477Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:30:31.781Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T03:30:31.794Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:30:32.101Z] ---> sudo-logs.sh [2021-05-13T03:30:32.101Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T03:30:32.134Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:30:32.435Z] ---> job-cost.sh [2021-05-13T03:30:32.435Z] lf-activate-venv: SKIPPING [2021-05-13T03:30:32.435Z] DEBUG: total: 0.20999999344348907 [2021-05-13T03:30:32.435Z] INFO: Retrieving Stack Cost... [2021-05-13T03:30:33.826Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T03:30:34.401Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T03:30:34.415Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T03:30:34.711Z] ---> logs-deploy.sh [2021-05-13T03:30:34.711Z] lf-activate-venv: SKIPPING [2021-05-13T03:30:34.711Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-93/4 [2021-05-13T03:30:34.711Z] INFO: archiving workspace using pattern(s): [2021-05-13T03:30:36.628Z] Archives upload complete. [2021-05-13T03:30:36.628Z] INFO: archiving logs to Nexus [2021-05-13T03:30:37.574Z] ---> uname -a: [2021-05-13T03:30:37.574Z] Linux prd-centos7-docker-4c-2g-4997.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z] ---> lscpu: [2021-05-13T03:30:37.574Z] Architecture: x86_64 [2021-05-13T03:30:37.574Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-13T03:30:37.574Z] Byte Order: Little Endian [2021-05-13T03:30:37.574Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-13T03:30:37.574Z] CPU(s): 4 [2021-05-13T03:30:37.574Z] On-line CPU(s) list: 0-3 [2021-05-13T03:30:37.574Z] Thread(s) per core: 1 [2021-05-13T03:30:37.574Z] Core(s) per socket: 1 [2021-05-13T03:30:37.574Z] Socket(s): 4 [2021-05-13T03:30:37.574Z] NUMA node(s): 1 [2021-05-13T03:30:37.574Z] Vendor ID: GenuineIntel [2021-05-13T03:30:37.574Z] CPU family: 6 [2021-05-13T03:30:37.574Z] Model: 44 [2021-05-13T03:30:37.574Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-13T03:30:37.574Z] Stepping: 1 [2021-05-13T03:30:37.574Z] CPU MHz: 2933.438 [2021-05-13T03:30:37.574Z] BogoMIPS: 5866.87 [2021-05-13T03:30:37.574Z] Virtualization: VT-x [2021-05-13T03:30:37.574Z] Hypervisor vendor: KVM [2021-05-13T03:30:37.574Z] Virtualization type: full [2021-05-13T03:30:37.574Z] L1d cache: 128 KiB [2021-05-13T03:30:37.574Z] L1i cache: 128 KiB [2021-05-13T03:30:37.574Z] L2 cache: 16 MiB [2021-05-13T03:30:37.574Z] L3 cache: 64 MiB [2021-05-13T03:30:37.574Z] NUMA node0 CPU(s): 0-3 [2021-05-13T03:30:37.574Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-13T03:30:37.574Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-13T03:30:37.574Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-13T03:30:37.574Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-13T03:30:37.574Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-13T03:30:37.574Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-13T03:30:37.574Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-13T03:30:37.574Z] Vulnerability Srbds: Not affected [2021-05-13T03:30:37.574Z] Vulnerability Tsx async abort: Not affected [2021-05-13T03:30:37.574Z] 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 [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z] ---> nproc: [2021-05-13T03:30:37.574Z] 4 [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z] ---> df -h: [2021-05-13T03:30:37.574Z] Filesystem Size Used Available Use% Mounted on [2021-05-13T03:30:37.574Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-13T03:30:37.574Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-13T03:30:37.574Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-13T03:30:37.574Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-13T03:30:37.574Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-93 [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z] ---> free -m: [2021-05-13T03:30:37.574Z] total used free shared buff/cache available [2021-05-13T03:30:37.574Z] Mem: 1837 735 105 0 997 997 [2021-05-13T03:30:37.574Z] Swap: 1023 1 1022 [2021-05-13T03:30:37.574Z] [2021-05-13T03:30:37.574Z]