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 9b7b00a58de509e871e0dce873d7d6293bc9ce45+b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 (fbca0e1a8b9d07ad355c44b9221b893d7a14b302) 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 ‘prd-centos7-docker-4c-2g-5001’ is offline Running on prd-centos7-docker-4c-2g-5002 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 9b7b00a58de509e871e0dce873d7d6293bc9ce45 Merge succeeded, producing 9b7b00a58de509e871e0dce873d7d6293bc9ce45 Checking out Revision 9b7b00a58de509e871e0dce873d7d6293bc9ce45 (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 9b7b00a58de509e871e0dce873d7d6293bc9ce45 # 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 9b7b00a58de509e871e0dce873d7d6293bc9ce45 # timeout=10 Commit message: "build: update build files for v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T04:37:25.817Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T04:37:25.944Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk aba3ac11b11d4ba2037d3508f4957e9e10db2b94 # timeout=10 [Pipeline] echo [2021-05-13T04:37:26.004Z] ========================================================= [2021-05-13T04:37:26.004Z] EdgeX Global Pipelines Version Info [2021-05-13T04:37:26.004Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:37:27.534Z] ------------------- [2021-05-13T04:37:27.534Z] stable info: [2021-05-13T04:37:27.534Z] ------------------- [2021-05-13T04:37:27.534Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T04:37:27.534Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T04:37:27.534Z] Message: update stable to v1.0.192 [2021-05-13T04:37:28.481Z] ------------------- [2021-05-13T04:37:28.481Z] experimental info: [2021-05-13T04:37:28.481Z] ------------------- [2021-05-13T04:37:28.481Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T04:37:28.481Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T04:37:28.481Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T04:37:28.608Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-05-13T04:37:28.631Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-05-13T04:37:28.653Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T04:37:28.676Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T04:37:28.700Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T04:37:28.724Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T04:37:28.745Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T04:37:28.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T04:37:28.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-13T04:37:28.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T04:37:28.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T04:37:28.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2021-05-13T04:37:28.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T04:37:28.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T04:37:28.930Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T04:37:28.954Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T04:37:28.976Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T04:37:28.997Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T04:37:29.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T04:37:29.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-13T04:37:29.066Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-13T04:37:29.088Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-13T04:37:29.112Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-13T04:37:29.134Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-13T04:37:29.158Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-13T04:37:29.181Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T04:37:29.205Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-93 [Pipeline] echo [2021-05-13T04:37:29.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-93 [Pipeline] echo [2021-05-13T04:37:29.249Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-93 [Pipeline] echo [2021-05-13T04:37:29.271Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b7b00a58de509e871e0dce873d7d6293bc9ce45 [Pipeline] echo [2021-05-13T04:37:29.295Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b7b00a [Pipeline] echo [2021-05-13T04:37:29.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T04:37:29.404Z] provisioning config files... [2021-05-13T04:37:29.447Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config8310361382668846768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:37:29.767Z] ---> docker-login.sh [2021-05-13T04:37:29.768Z] nexus3.edgexfoundry.org:10001 [2021-05-13T04:37:30.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:37:30.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:37:30.293Z] Configure a credential helper to remove this warning. See [2021-05-13T04:37:30.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:37:30.293Z] [2021-05-13T04:37:30.293Z] Login Succeeded [2021-05-13T04:37:30.293Z] nexus3.edgexfoundry.org:10002 [2021-05-13T04:37:30.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:37:30.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:37:30.556Z] Configure a credential helper to remove this warning. See [2021-05-13T04:37:30.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:37:30.556Z] [2021-05-13T04:37:30.556Z] Login Succeeded [2021-05-13T04:37:30.556Z] nexus3.edgexfoundry.org:10003 [2021-05-13T04:37:30.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:37:30.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:37:30.556Z] Configure a credential helper to remove this warning. See [2021-05-13T04:37:30.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:37:30.556Z] [2021-05-13T04:37:30.556Z] Login Succeeded [2021-05-13T04:37:30.556Z] nexus3.edgexfoundry.org:10004 [2021-05-13T04:37:30.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:37:30.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:37:30.818Z] Configure a credential helper to remove this warning. See [2021-05-13T04:37:30.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:37:30.818Z] [2021-05-13T04:37:30.818Z] Login Succeeded [2021-05-13T04:37:30.818Z] docker.io [2021-05-13T04:37:30.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:37:31.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:37:31.079Z] Configure a credential helper to remove this warning. See [2021-05-13T04:37:31.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:37:31.079Z] [2021-05-13T04:37:31.079Z] Login Succeeded [2021-05-13T04:37:31.079Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T04:37:31.088Z] 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-13T04:37:31.560Z] + git log --format=format:%s -1 9b7b00a58de509e871e0dce873d7d6293bc9ce45 [Pipeline] echo [2021-05-13T04:37:31.634Z] GIT_COMMIT: 9b7b00a58de509e871e0dce873d7d6293bc9ce45, Commit Message: build: update build files for v2 [Pipeline] echo [2021-05-13T04:37:31.647Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:37:32.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T04:37:32.569Z] [2021-05-13T04:37:32.569Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:37:32.916Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T04:37:32.916Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T04:37:32.916Z] 31603596830f: Pulling fs layer [2021-05-13T04:37:32.916Z] 54011a49482f: Pulling fs layer [2021-05-13T04:37:32.916Z] a6820b24f6d8: Pulling fs layer [2021-05-13T04:37:32.916Z] f581987b2513: Pulling fs layer [2021-05-13T04:37:32.916Z] f581987b2513: Waiting [2021-05-13T04:37:32.916Z] 54011a49482f: Verifying Checksum [2021-05-13T04:37:32.916Z] 54011a49482f: Download complete [2021-05-13T04:37:32.916Z] 31603596830f: Verifying Checksum [2021-05-13T04:37:32.916Z] 31603596830f: Download complete [2021-05-13T04:37:33.184Z] f581987b2513: Verifying Checksum [2021-05-13T04:37:33.184Z] f581987b2513: Download complete [2021-05-13T04:37:33.184Z] a6820b24f6d8: Verifying Checksum [2021-05-13T04:37:33.184Z] a6820b24f6d8: Download complete [2021-05-13T04:37:33.445Z] 31603596830f: Pull complete [2021-05-13T04:37:33.445Z] 54011a49482f: Pull complete [2021-05-13T04:37:34.415Z] a6820b24f6d8: Pull complete [2021-05-13T04:37:34.679Z] f581987b2513: Pull complete [2021-05-13T04:37:34.679Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T04:37:34.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T04:37:34.941Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T04:37:35.054Z] prd-centos7-docker-4c-2g-5002 does not seem to be running inside a container [2021-05-13T04:37:35.103Z] $ 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-13T04:37:37.206Z] $ docker top 3fdde2899522e8953abbbe069d374fcfc06f6bdfe7e36d295677d2aad0746e26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T04:37:37.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T04:37:37.458Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T04:37:37.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T04:37:37.727Z] $ docker exec 3fdde2899522e8953abbbe069d374fcfc06f6bdfe7e36d295677d2aad0746e26 ssh-agent [2021-05-13T04:37:38.047Z] SSH_AUTH_SOCK=/tmp/ssh-qVnZCGlJYvOh/agent.13 [2021-05-13T04:37:38.047Z] SSH_AGENT_PID=18 [2021-05-13T04:37:38.059Z] Running ssh-add (command line suppressed) [2021-05-13T04:37:38.212Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_8940734734427717756.key (/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_8940734734427717756.key) [2021-05-13T04:37:38.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T04:37:38.586Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T04:37:38.610Z] $ docker exec --env ******** --env ******** 3fdde2899522e8953abbbe069d374fcfc06f6bdfe7e36d295677d2aad0746e26 ssh-agent -k [2021-05-13T04:37:38.750Z] unset SSH_AUTH_SOCK; [2021-05-13T04:37:38.751Z] unset SSH_AGENT_PID; [2021-05-13T04:37:38.751Z] echo Agent pid 18 killed; [2021-05-13T04:37:38.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T04:37:38.840Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T04:37:38.840Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T04:37:39.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T04:37:39.039Z] $ docker exec 3fdde2899522e8953abbbe069d374fcfc06f6bdfe7e36d295677d2aad0746e26 ssh-agent [2021-05-13T04:37:39.215Z] SSH_AUTH_SOCK=/tmp/ssh-h0uxX7wCxUTm/agent.48 [2021-05-13T04:37:39.215Z] SSH_AGENT_PID=54 [2021-05-13T04:37:39.224Z] Running ssh-add (command line suppressed) [2021-05-13T04:37:39.344Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_6319864522486985516.key (/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/private_key_6319864522486985516.key) [2021-05-13T04:37:39.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T04:37:39.700Z] + git semver init [2021-05-13T04:37:39.700Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T04:37:39.700Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-93/.git [2021-05-13T04:37:39.700Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-93 [2021-05-13T04:37:39.700Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T04:37:39.700Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T04:37:39.700Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T04:37:39.700Z] # $SEMVER_BRANCH = PR-93 [2021-05-13T04:37:39.700Z] # $SEMVER_TEMP = /tmp/semver-379805764 [2021-05-13T04:37:39.700Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-05-13T04:37:39.963Z] # '/tmp/semver-379805764' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-93/.semver' [2021-05-13T04:37:39.963Z] # -> Force: false [2021-05-13T04:37:40.226Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-93/.semver [Pipeline] } [2021-05-13T04:37:40.240Z] $ docker exec --env ******** --env ******** 3fdde2899522e8953abbbe069d374fcfc06f6bdfe7e36d295677d2aad0746e26 ssh-agent -k [2021-05-13T04:37:40.373Z] unset SSH_AUTH_SOCK; [2021-05-13T04:37:40.373Z] unset SSH_AGENT_PID; [2021-05-13T04:37:40.373Z] echo Agent pid 54 killed; [2021-05-13T04:37:40.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T04:37:40.759Z] + git semver [Pipeline] } [2021-05-13T04:37:40.778Z] $ docker stop --time=1 3fdde2899522e8953abbbe069d374fcfc06f6bdfe7e36d295677d2aad0746e26 [2021-05-13T04:37:42.234Z] $ docker rm -f 3fdde2899522e8953abbbe069d374fcfc06f6bdfe7e36d295677d2aad0746e26 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T04:37:42.651Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T04:37:42.996Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T04:37:42.999Z] [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-13T04:37:58.184Z] Still waiting to schedule task [2021-05-13T04:37:58.185Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-5002’ [2021-05-13T04:37:58.188Z] Still waiting to schedule task [2021-05-13T04:37:58.188Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-13T04:39:48.150Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5003 in /w/workspace/dgexfoundry_device-snmp-go_PR-93 [Pipeline] { [Pipeline] ws [2021-05-13T04:39:48.172Z] Running in /w/workspace/device-snmp-go/6 [Pipeline] { [Pipeline] checkout [2021-05-13T04:39:54.073Z] using credential edgex-jenkins-ssh [2021-05-13T04:39:54.114Z] Cloning the remote Git repository [2021-05-13T04:39:54.204Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T04:39:54.343Z] > git init /w/workspace/device-snmp-go/6 # timeout=10 [2021-05-13T04:39:54.404Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T04:39:54.405Z] > git --version # timeout=10 [2021-05-13T04:39:54.430Z] > git --version # 'git version 2.17.1' [2021-05-13T04:39:54.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T04:39:54.539Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T04:39:55.920Z] Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 9b7b00a58de509e871e0dce873d7d6293bc9ce45 [2021-05-13T04:39:55.234Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T04:39:55.260Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T04:39:55.293Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T04:39:55.326Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T04:39:55.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T04:39:55.338Z] > 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-13T04:39:55.935Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T04:39:55.955Z] > git checkout -f 9b7b00a58de509e871e0dce873d7d6293bc9ce45 # timeout=10 [2021-05-13T04:39:56.030Z] > git remote # timeout=10 [2021-05-13T04:39:56.116Z] Merge succeeded, producing 9b7b00a58de509e871e0dce873d7d6293bc9ce45 [2021-05-13T04:39:56.116Z] Checking out Revision 9b7b00a58de509e871e0dce873d7d6293bc9ce45 (PR-93) [2021-05-13T04:39:56.049Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T04:39:56.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T04:39:56.078Z] > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 [2021-05-13T04:39:56.100Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T04:39:56.121Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T04:39:56.142Z] > git checkout -f 9b7b00a58de509e871e0dce873d7d6293bc9ce45 # timeout=10 [2021-05-13T04:40:00.322Z] Commit message: "build: update build files for v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T04:40:01.921Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T04:40:02.339Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T04:40:02.692Z] + + true [2021-05-13T04:40:02.692Z] sudo service docker restart [2021-05-13T04:40:05.110Z] Running on prd-centos7-docker-4c-2g-5004 in /w/workspace/dgexfoundry_device-snmp-go_PR-93 [Pipeline] { [Pipeline] ws [2021-05-13T04:40:05.131Z] Running in /w/workspace/device-snmp-go/6 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T04:40:05.368Z] provisioning config files... [2021-05-13T04:40:05.427Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/6@tmp/config1350020483484513504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:40:05.814Z] ---> docker-login.sh [2021-05-13T04:40:05.814Z] nexus3.edgexfoundry.org:10001 [2021-05-13T04:40:06.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:07.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:07.079Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:07.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:07.079Z] [2021-05-13T04:40:07.079Z] Login Succeeded [2021-05-13T04:40:07.079Z] nexus3.edgexfoundry.org:10002 [2021-05-13T04:40:07.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:07.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:07.623Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:07.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:07.623Z] [2021-05-13T04:40:07.623Z] Login Succeeded [2021-05-13T04:40:07.623Z] nexus3.edgexfoundry.org:10003 [2021-05-13T04:40:07.730Z] using credential edgex-jenkins-ssh [2021-05-13T04:40:07.756Z] Cloning the remote Git repository [2021-05-13T04:40:07.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:08.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:08.173Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:08.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:08.173Z] [2021-05-13T04:40:08.173Z] Login Succeeded [2021-05-13T04:40:08.173Z] nexus3.edgexfoundry.org:10004 [2021-05-13T04:40:08.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:08.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:08.447Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:08.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:08.447Z] [2021-05-13T04:40:08.447Z] Login Succeeded [2021-05-13T04:40:08.447Z] docker.io [2021-05-13T04:40:07.676Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T04:40:07.752Z] > git init /w/workspace/device-snmp-go/6 # timeout=10 [2021-05-13T04:40:07.819Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T04:40:07.819Z] > git --version # timeout=10 [2021-05-13T04:40:07.825Z] > git --version # 'git version 2.24.3' [2021-05-13T04:40:07.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T04:40:07.865Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T04:40:08.397Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T04:40:08.404Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T04:40:08.416Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-05-13T04:40:08.433Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-05-13T04:40:08.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T04:40:08.439Z] > 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-13T04:40:08.955Z] Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 9b7b00a58de509e871e0dce873d7d6293bc9ce45 [2021-05-13T04:40:09.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:09.054Z] Merge succeeded, producing 9b7b00a58de509e871e0dce873d7d6293bc9ce45 [2021-05-13T04:40:09.055Z] Checking out Revision 9b7b00a58de509e871e0dce873d7d6293bc9ce45 (PR-93) [2021-05-13T04:40:09.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:09.316Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:09.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:09.316Z] [2021-05-13T04:40:09.316Z] Login Succeeded [2021-05-13T04:40:09.316Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T04:40:09.334Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-13T04:40:08.955Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T04:40:08.964Z] > git checkout -f 9b7b00a58de509e871e0dce873d7d6293bc9ce45 # timeout=10 [2021-05-13T04:40:09.005Z] > git remote # timeout=10 [2021-05-13T04:40:09.014Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T04:40:09.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T04:40:09.028Z] > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 [2021-05-13T04:40:09.041Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T04:40:09.056Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T04:40:09.065Z] > git checkout -f 9b7b00a58de509e871e0dce873d7d6293bc9ce45 # timeout=10 [Pipeline] echo [2021-05-13T04:40:09.654Z] ========================================================= [2021-05-13T04:40:09.654Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T04:40:09.654Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:40:10.006Z] + 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-13T04:40:10.281Z] Sending build context to Docker daemon 383.5kB [2021-05-13T04:40:10.281Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T04:40:10.281Z] Step 2/10 : FROM ${BASE} [2021-05-13T04:40:10.556Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T04:40:10.556Z] 595b0fe564bb: Pulling fs layer [2021-05-13T04:40:10.556Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T04:40:10.556Z] 316046926c0a: Pulling fs layer [2021-05-13T04:40:10.556Z] 4ebd0625c992: Pulling fs layer [2021-05-13T04:40:10.556Z] 207e8628e3a3: Pulling fs layer [2021-05-13T04:40:10.556Z] c791037a9be2: Pulling fs layer [2021-05-13T04:40:10.556Z] ffd874e62e21: Pulling fs layer [2021-05-13T04:40:10.556Z] 4ebd0625c992: Waiting [2021-05-13T04:40:10.557Z] 207e8628e3a3: Waiting [2021-05-13T04:40:10.557Z] c791037a9be2: Waiting [2021-05-13T04:40:10.557Z] ffd874e62e21: Waiting [2021-05-13T04:40:10.557Z] 316046926c0a: Verifying Checksum [2021-05-13T04:40:10.557Z] 316046926c0a: Download complete [2021-05-13T04:40:10.557Z] 7186ed65a4f7: Download complete [2021-05-13T04:40:10.557Z] 207e8628e3a3: Verifying Checksum [2021-05-13T04:40:10.557Z] 207e8628e3a3: Download complete [2021-05-13T04:40:10.557Z] c791037a9be2: Verifying Checksum [2021-05-13T04:40:10.557Z] c791037a9be2: Download complete [2021-05-13T04:40:10.830Z] 595b0fe564bb: Verifying Checksum [2021-05-13T04:40:10.830Z] 595b0fe564bb: Download complete [2021-05-13T04:40:11.432Z] 595b0fe564bb: Pull complete [2021-05-13T04:40:12.053Z] 7186ed65a4f7: Pull complete [2021-05-13T04:40:12.774Z] Commit message: "build: update build files for v2" [Pipeline] withEnv [Pipeline] { [2021-05-13T04:40:13.070Z] 316046926c0a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T04:40:13.357Z] ffd874e62e21: Verifying Checksum [2021-05-13T04:40:13.357Z] ffd874e62e21: Download complete [2021-05-13T04:40:13.698Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T04:40:14.027Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T04:40:14.333Z] + sudo service docker restart [2021-05-13T04:40:14.333Z] + true [2021-05-13T04:40:14.333Z] Redirecting to /bin/systemctl restart docker.service [2021-05-13T04:40:14.350Z] 4ebd0625c992: Verifying Checksum [2021-05-13T04:40:14.350Z] 4ebd0625c992: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T04:40:15.761Z] provisioning config files... [2021-05-13T04:40:15.802Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/6@tmp/config3052542576552574972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:40:16.127Z] ---> docker-login.sh [2021-05-13T04:40:16.128Z] nexus3.edgexfoundry.org:10001 [2021-05-13T04:40:16.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:16.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:16.652Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:16.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:16.652Z] [2021-05-13T04:40:16.652Z] Login Succeeded [2021-05-13T04:40:16.652Z] nexus3.edgexfoundry.org:10002 [2021-05-13T04:40:16.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:16.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:16.652Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:16.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:16.652Z] [2021-05-13T04:40:16.652Z] Login Succeeded [2021-05-13T04:40:16.652Z] nexus3.edgexfoundry.org:10003 [2021-05-13T04:40:16.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:16.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:16.915Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:16.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:16.915Z] [2021-05-13T04:40:16.915Z] Login Succeeded [2021-05-13T04:40:16.915Z] nexus3.edgexfoundry.org:10004 [2021-05-13T04:40:16.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:17.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:17.184Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:17.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:17.184Z] [2021-05-13T04:40:17.184Z] Login Succeeded [2021-05-13T04:40:17.184Z] docker.io [2021-05-13T04:40:17.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T04:40:17.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T04:40:17.446Z] Configure a credential helper to remove this warning. See [2021-05-13T04:40:17.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T04:40:17.446Z] [2021-05-13T04:40:17.446Z] Login Succeeded [2021-05-13T04:40:17.446Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T04:40:17.456Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T04:40:17.641Z] ========================================================= [2021-05-13T04:40:17.641Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T04:40:17.641Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:40:17.950Z] + 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-13T04:40:17.950Z] Sending build context to Docker daemon 384.5kB [2021-05-13T04:40:17.950Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T04:40:17.950Z] Step 2/10 : FROM ${BASE} [2021-05-13T04:40:17.950Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T04:40:17.950Z] 540db60ca938: Pulling fs layer [2021-05-13T04:40:17.950Z] adcc1eea9eea: Pulling fs layer [2021-05-13T04:40:17.950Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T04:40:17.950Z] 0510c868ecb4: Pulling fs layer [2021-05-13T04:40:17.950Z] afea3b2eda06: Pulling fs layer [2021-05-13T04:40:17.950Z] 7809a108b3ef: Pulling fs layer [2021-05-13T04:40:17.950Z] f706445af74f: Pulling fs layer [2021-05-13T04:40:17.950Z] 0510c868ecb4: Waiting [2021-05-13T04:40:17.950Z] afea3b2eda06: Waiting [2021-05-13T04:40:17.950Z] 7809a108b3ef: Waiting [2021-05-13T04:40:17.950Z] f706445af74f: Waiting [2021-05-13T04:40:18.214Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T04:40:18.214Z] 4c4ab2625f07: Download complete [2021-05-13T04:40:18.214Z] adcc1eea9eea: Verifying Checksum [2021-05-13T04:40:18.214Z] adcc1eea9eea: Download complete [2021-05-13T04:40:18.214Z] afea3b2eda06: Verifying Checksum [2021-05-13T04:40:18.214Z] afea3b2eda06: Download complete [2021-05-13T04:40:18.214Z] 7809a108b3ef: Verifying Checksum [2021-05-13T04:40:18.214Z] 7809a108b3ef: Download complete [2021-05-13T04:40:18.214Z] 540db60ca938: Verifying Checksum [2021-05-13T04:40:18.214Z] 540db60ca938: Download complete [2021-05-13T04:40:18.481Z] 540db60ca938: Pull complete [2021-05-13T04:40:18.747Z] adcc1eea9eea: Pull complete [2021-05-13T04:40:18.747Z] 4c4ab2625f07: Pull complete [2021-05-13T04:40:19.695Z] f706445af74f: Verifying Checksum [2021-05-13T04:40:19.695Z] f706445af74f: Download complete [2021-05-13T04:40:20.270Z] 0510c868ecb4: Verifying Checksum [2021-05-13T04:40:20.270Z] 0510c868ecb4: Download complete [2021-05-13T04:40:24.528Z] 4ebd0625c992: Pull complete [2021-05-13T04:40:24.528Z] 207e8628e3a3: Pull complete [2021-05-13T04:40:24.810Z] c791037a9be2: Pull complete [2021-05-13T04:40:25.602Z] 0510c868ecb4: Pull complete [2021-05-13T04:40:25.602Z] afea3b2eda06: Pull complete [2021-05-13T04:40:25.602Z] 7809a108b3ef: Pull complete [2021-05-13T04:40:29.119Z] ffd874e62e21: Pull complete [2021-05-13T04:40:29.119Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T04:40:29.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T04:40:29.119Z] ---> cfc18b08335c [2021-05-13T04:40:29.119Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" [2021-05-13T04:40:31.104Z] ---> Running in 76b96d3cd2a9 [2021-05-13T04:40:31.376Z] Removing intermediate container 76b96d3cd2a9 [2021-05-13T04:40:31.376Z] ---> 7e168ab708c2 [2021-05-13T04:40:31.376Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T04:40:31.651Z] ---> Running in 596b1a8538ee [2021-05-13T04:40:31.937Z] Removing intermediate container 596b1a8538ee [2021-05-13T04:40:31.937Z] ---> e5251db09bd2 [2021-05-13T04:40:31.937Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-05-13T04:40:32.213Z] ---> Running in b8bb524ee5c4 [2021-05-13T04:40:32.222Z] f706445af74f: Pull complete [2021-05-13T04:40:32.222Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T04:40:32.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T04:40:32.222Z] ---> b068be0155e3 [2021-05-13T04:40:32.222Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh gcc libc-dev zeromq-dev libsodium-dev" [2021-05-13T04:40:32.802Z] ---> Running in e37cdfc013b2 [2021-05-13T04:40:32.811Z] Removing intermediate container b8bb524ee5c4 [2021-05-13T04:40:32.811Z] ---> 2178c2bfcee7 [2021-05-13T04:40:32.811Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T04:40:32.811Z] ---> Running in 2a393d1af497 [2021-05-13T04:40:33.065Z] Removing intermediate container e37cdfc013b2 [2021-05-13T04:40:33.065Z] ---> ad3c348b47f0 [2021-05-13T04:40:33.065Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T04:40:33.065Z] ---> Running in a2c2ff128516 [2021-05-13T04:40:33.329Z] Removing intermediate container a2c2ff128516 [2021-05-13T04:40:33.329Z] ---> 3bc283d86af1 [2021-05-13T04:40:33.329Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-05-13T04:40:33.329Z] ---> Running in 69009f97e639 [2021-05-13T04:40:33.592Z] Removing intermediate container 69009f97e639 [2021-05-13T04:40:33.592Z] ---> a1514c78e050 [2021-05-13T04:40:33.592Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T04:40:33.592Z] ---> Running in 9cfce793ce95 [2021-05-13T04:40:34.543Z] Removing intermediate container 9cfce793ce95 [2021-05-13T04:40:34.543Z] ---> 774efe9c24d5 [2021-05-13T04:40:34.543Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T04:40:34.813Z] ---> Running in d32e674886b4 [2021-05-13T04:40:35.443Z] Removing intermediate container 2a393d1af497 [2021-05-13T04:40:35.443Z] ---> f12c890ac76a [2021-05-13T04:40:35.443Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T04:40:35.443Z] ---> Running in 8b98f5c9f166 [2021-05-13T04:40:35.768Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T04:40:36.452Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T04:40:36.718Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T04:40:37.042Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T04:40:37.294Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-13T04:40:37.294Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-13T04:40:37.294Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-13T04:40:37.294Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-13T04:40:37.556Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-13T04:40:37.556Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-13T04:40:37.556Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-13T04:40:38.014Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-13T04:40:38.014Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-13T04:40:38.014Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-13T04:40:38.134Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-13T04:40:38.134Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-13T04:40:38.134Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-13T04:40:38.134Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-13T04:40:38.285Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-13T04:40:38.285Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-13T04:40:38.397Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-13T04:40:38.397Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-13T04:40:38.557Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-13T04:40:38.557Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-13T04:40:38.662Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T04:40:38.662Z] OK: 156 MiB in 53 packages [2021-05-13T04:40:38.836Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-13T04:40:39.107Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-13T04:40:39.107Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-13T04:40:39.107Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-13T04:40:39.381Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-13T04:40:39.381Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-13T04:40:39.381Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T04:40:39.381Z] OK: 145 MiB in 53 packages [2021-05-13T04:40:39.615Z] Removing intermediate container d32e674886b4 [2021-05-13T04:40:39.615Z] ---> 5872765c2089 [2021-05-13T04:40:39.615Z] Step 8/10 : WORKDIR /device-snmp-go [2021-05-13T04:40:39.615Z] ---> Running in 50091b1e4437 [2021-05-13T04:40:39.879Z] Removing intermediate container 50091b1e4437 [2021-05-13T04:40:39.879Z] ---> 6662c4b96ec3 [2021-05-13T04:40:39.879Z] Step 9/10 : COPY . . [2021-05-13T04:40:40.832Z] ---> 53a538723a30 [2021-05-13T04:40:40.832Z] Step 10/10 : RUN go mod download [2021-05-13T04:40:40.832Z] ---> Running in 6cd75e53c593 [2021-05-13T04:40:41.355Z] Removing intermediate container 8b98f5c9f166 [2021-05-13T04:40:41.355Z] ---> 2d6e9b0879d6 [2021-05-13T04:40:41.355Z] Step 8/10 : WORKDIR /device-snmp-go [2021-05-13T04:40:41.355Z] ---> Running in c892c1007c95 [2021-05-13T04:40:41.632Z] Removing intermediate container c892c1007c95 [2021-05-13T04:40:41.632Z] ---> 84b72b9e4fcd [2021-05-13T04:40:41.632Z] Step 9/10 : COPY . . [2021-05-13T04:40:42.622Z] ---> 6b6f5432d2e0 [2021-05-13T04:40:42.622Z] Step 10/10 : RUN go mod download [2021-05-13T04:40:42.622Z] ---> Running in 159f5e750862 [2021-05-13T04:41:07.490Z] Removing intermediate container 6cd75e53c593 [2021-05-13T04:41:07.491Z] ---> 85b8e74a6342 [2021-05-13T04:41:07.491Z] Successfully built 85b8e74a6342 [2021-05-13T04:41:07.491Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:41:07.815Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T04:41:07.815Z] . [Pipeline] withDockerContainer [2021-05-13T04:41:07.945Z] prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container [2021-05-13T04:41:08.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/6 -v /w/workspace/device-snmp-go/6:/w/workspace/device-snmp-go/6:rw,z -v /w/workspace/device-snmp-go/6@tmp:/w/workspace/device-snmp-go/6@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-x86_64 cat [2021-05-13T04:41:08.888Z] $ docker top d03f8e173f1b9b3ee97b6ac05085c824413d92f300fdae5a5e82c75b4af8a4eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T04:41:09.407Z] + go version [2021-05-13T04:41:09.408Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T04:41:09.422Z] $ docker stop --time=1 d03f8e173f1b9b3ee97b6ac05085c824413d92f300fdae5a5e82c75b4af8a4eb [2021-05-13T04:41:09.429Z] Removing intermediate container 159f5e750862 [2021-05-13T04:41:09.430Z] ---> 554a6077fd9e [2021-05-13T04:41:09.430Z] Successfully built 554a6077fd9e [2021-05-13T04:41:09.430Z] Successfully tagged ci-base-image-arm64:latest [2021-05-13T04:41:10.871Z] $ docker rm -f d03f8e173f1b9b3ee97b6ac05085c824413d92f300fdae5a5e82c75b4af8a4eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:41:11.361Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T04:41:11.361Z] . [Pipeline] withDockerContainer [2021-05-13T04:41:11.454Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T04:41:11.455Z] . [2021-05-13T04:41:11.641Z] prd-ubuntu18.04-docker-arm64-4c-16g-5003 does not seem to be running inside a container [2021-05-13T04:41:11.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/6 -v /w/workspace/device-snmp-go/6:/w/workspace/device-snmp-go/6:rw,z -v /w/workspace/device-snmp-go/6@tmp:/w/workspace/device-snmp-go/6@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-13T04:41:13.328Z] $ docker top 299c7de88d2c39390fbb539174ced0c5f3fa660277665b7817a903e634ccd414 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-05-13T04:41:13.749Z] prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container [2021-05-13T04:41:13.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/6 -v /w/workspace/device-snmp-go/6:/w/workspace/device-snmp-go/6:rw,z -v /w/workspace/device-snmp-go/6@tmp:/w/workspace/device-snmp-go/6@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-x86_64 cat [2021-05-13T04:41:14.503Z] $ docker top 674ee47089fba6c59714cac86e73d9efa0e5ccc8c91a1280f73eb8dad989d98f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-13T04:41:14.978Z] + go mod tidy [Pipeline] sh [2021-05-13T04:41:15.273Z] + go version [2021-05-13T04:41:15.273Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T04:41:15.305Z] $ docker stop --time=1 299c7de88d2c39390fbb539174ced0c5f3fa660277665b7817a903e634ccd414 [2021-05-13T04:41:15.546Z] + make test [2021-05-13T04:41:15.546Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-13T04:41:16.179Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-05-13T04:41:17.251Z] $ docker rm -f 299c7de88d2c39390fbb539174ced0c5f3fa660277665b7817a903e634ccd414 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:41:17.946Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T04:41:17.947Z] . [Pipeline] withDockerContainer [2021-05-13T04:41:18.207Z] prd-ubuntu18.04-docker-arm64-4c-16g-5003 does not seem to be running inside a container [2021-05-13T04:41:18.286Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/6 -v /w/workspace/device-snmp-go/6:/w/workspace/device-snmp-go/6:rw,z -v /w/workspace/device-snmp-go/6@tmp:/w/workspace/device-snmp-go/6@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-13T04:41:19.829Z] $ docker top bd77fd315a99260b8fe7e457966194f6a5dff00d3e7cacdb094e8efb0ba4e8b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T04:41:20.793Z] + go mod tidy [Pipeline] sh [2021-05-13T04:41:22.057Z] + make test [2021-05-13T04:41:22.057Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-13T04:41:23.057Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-05-13T04:41:34.473Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-05-13T04:41:34.473Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.011s coverage: 0.0% of statements [2021-05-13T04:41:34.473Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-13T04:41:42.904Z] gofmt -l . [2021-05-13T04:41:42.904Z] [ "`gofmt -l .`" = "" ] [2021-05-13T04:41:42.904Z] ./bin/test-attribution-txt.sh [2021-05-13T04:41:43.167Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-13T04:41:43.181Z] $ docker stop --time=1 674ee47089fba6c59714cac86e73d9efa0e5ccc8c91a1280f73eb8dad989d98f [2021-05-13T04:41:44.993Z] $ docker rm -f 674ee47089fba6c59714cac86e73d9efa0e5ccc8c91a1280f73eb8dad989d98f [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T04:41:45.542Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T04:41:45.877Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-13T04:41:48.414Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-13T04:41:48.714Z] + ls -al . [2021-05-13T04:41:48.715Z] total 108 [2021-05-13T04:41:48.715Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 13 04:41 . [2021-05-13T04:41:48.715Z] drwxrwxr-x. 4 jenkins jenkins 28 May 13 04:40 .. [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 6520 May 13 04:40 Attribution.txt [2021-05-13T04:41:48.715Z] drwxrwxr-x. 2 jenkins jenkins 87 May 13 04:40 bin [2021-05-13T04:41:48.715Z] drwxrwxr-x. 3 jenkins jenkins 32 May 13 04:40 cmd [2021-05-13T04:41:48.715Z] -rw-r--r--. 1 jenkins jenkins 8663 May 13 04:41 coverage.out [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 1446 May 13 04:40 Dockerfile [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 1057 May 13 04:40 Dockerfile.build [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 6 May 13 04:40 .dockerignore [2021-05-13T04:41:48.715Z] drwxrwxr-x. 8 jenkins jenkins 179 May 13 04:40 .git [2021-05-13T04:41:48.715Z] drwxrwxr-x. 2 jenkins jenkins 103 May 13 04:40 .github [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 272 May 13 04:40 .gitignore [2021-05-13T04:41:48.715Z] -rw-r--r--. 1 jenkins jenkins 222 May 13 04:41 go.mod [2021-05-13T04:41:48.715Z] -rw-r--r--. 1 jenkins jenkins 21043 May 13 04:41 go.sum [2021-05-13T04:41:48.715Z] drwxrwxr-x. 3 jenkins jenkins 20 May 13 04:40 internal [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 656 May 13 04:40 Jenkinsfile [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 13 04:40 LICENSE [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 978 May 13 04:40 Makefile [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 9079 May 13 04:40 README.md [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 5 May 13 04:37 VERSION [2021-05-13T04:41:48.715Z] -rw-rw-r--. 1 jenkins jenkins 209 May 13 04:40 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:41:49.024Z] + 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=9b7b00a58de509e871e0dce873d7d6293bc9ce45 --label arch=amd64 --label version=0.0.0 . [2021-05-13T04:41:49.286Z] Sending build context to Docker daemon 393.7kB [2021-05-13T04:41:49.286Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T04:41:49.286Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-13T04:41:49.286Z] ---> 85b8e74a6342 [2021-05-13T04:41:49.286Z] Step 3/23 : ARG MAKE='make build' [2021-05-13T04:41:49.551Z] ---> Running in 6fb473c78911 [2021-05-13T04:41:49.551Z] Removing intermediate container 6fb473c78911 [2021-05-13T04:41:49.551Z] ---> e28350989c5f [2021-05-13T04:41:49.551Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-13T04:41:49.815Z] ---> Running in b814933b1809 [2021-05-13T04:41:49.815Z] Removing intermediate container b814933b1809 [2021-05-13T04:41:49.815Z] ---> 45e30f41dea2 [2021-05-13T04:41:49.815Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T04:41:50.076Z] ---> Running in 7b523a0398e6 [2021-05-13T04:41:50.076Z] Removing intermediate container 7b523a0398e6 [2021-05-13T04:41:50.076Z] ---> 9f5bd1ef35ec [2021-05-13T04:41:50.076Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T04:41:50.344Z] ---> Running in 439cc2d49032 [2021-05-13T04:41:51.305Z] Removing intermediate container 439cc2d49032 [2021-05-13T04:41:51.305Z] ---> 8ea6cf29f692 [2021-05-13T04:41:51.305Z] Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T04:41:51.305Z] ---> Running in 7be591fe5d2b [2021-05-13T04:41:51.881Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T04:41:52.830Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T04:41:53.408Z] OK: 156 MiB in 53 packages [2021-05-13T04:41:53.672Z] Removing intermediate container 7be591fe5d2b [2021-05-13T04:41:53.672Z] ---> da6af0bed23d [2021-05-13T04:41:53.672Z] Step 8/23 : WORKDIR /device-snmp-go [2021-05-13T04:41:53.672Z] ---> Running in 8b8474ba59a1 [2021-05-13T04:41:53.940Z] Removing intermediate container 8b8474ba59a1 [2021-05-13T04:41:53.940Z] ---> be540d29a73b [2021-05-13T04:41:53.940Z] Step 9/23 : COPY . . [2021-05-13T04:41:54.887Z] ---> 75c574c9fb2c [2021-05-13T04:41:54.887Z] Step 10/23 : RUN make update [2021-05-13T04:41:54.887Z] ---> Running in fd69e15637f4 [2021-05-13T04:41:55.465Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-13T04:41:56.054Z] Removing intermediate container fd69e15637f4 [2021-05-13T04:41:56.054Z] ---> fa6171b0e942 [2021-05-13T04:41:56.054Z] Step 11/23 : RUN ${MAKE} [2021-05-13T04:41:56.054Z] ---> Running in 565407e20a7f [2021-05-13T04:41:56.650Z] go mod tidy [2021-05-13T04:41:56.650Z] 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-13T04:42:09.070Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-13T04:42:13.318Z] Removing intermediate container 565407e20a7f [2021-05-13T04:42:13.318Z] ---> 5c23e88a8c2c [2021-05-13T04:42:13.318Z] Step 12/23 : FROM alpine:3.12 [2021-05-13T04:42:13.895Z] 3.12: Pulling from library/alpine [2021-05-13T04:42:13.895Z] 339de151aab4: Pulling fs layer [2021-05-13T04:42:14.159Z] 339de151aab4: Verifying Checksum [2021-05-13T04:42:14.159Z] 339de151aab4: Download complete [2021-05-13T04:42:14.427Z] 339de151aab4: Pull complete [2021-05-13T04:42:14.427Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T04:42:14.427Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T04:42:14.427Z] ---> 13621d1b12d4 [2021-05-13T04:42:14.427Z] Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T04:42:14.427Z] ---> Running in 1465ff20ea59 [2021-05-13T04:42:15.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T04:42:15.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T04:42:15.272Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T04:42:15.272Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T04:42:15.272Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T04:42:15.272Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T04:42:15.272Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T04:42:15.272Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T04:42:15.272Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T04:42:15.536Z] OK: 8 MiB in 20 packages [2021-05-13T04:42:16.111Z] Removing intermediate container 1465ff20ea59 [2021-05-13T04:42:16.111Z] ---> 4b0b5d626e32 [2021-05-13T04:42:16.111Z] Step 14/23 : COPY --from=builder /device-snmp-go/cmd / [2021-05-13T04:42:16.689Z] ---> c3950639f17e [2021-05-13T04:42:16.689Z] Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / [2021-05-13T04:42:16.952Z] ---> 4c5a65261aa1 [2021-05-13T04:42:16.952Z] Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / [2021-05-13T04:42:17.216Z] ---> f3576d4d30ee [2021-05-13T04:42:17.216Z] Step 17/23 : EXPOSE 49993 [2021-05-13T04:42:17.216Z] ---> Running in 537fcc672dfc [2021-05-13T04:42:17.480Z] Removing intermediate container 537fcc672dfc [2021-05-13T04:42:17.480Z] ---> e3609e32de4a [2021-05-13T04:42:17.480Z] Step 18/23 : EXPOSE 161 [2021-05-13T04:42:17.480Z] ---> Running in 43deed174449 [2021-05-13T04:42:17.746Z] Removing intermediate container 43deed174449 [2021-05-13T04:42:17.746Z] ---> 49daa5c239c1 [2021-05-13T04:42:17.746Z] Step 19/23 : ENTRYPOINT ["/device-snmp-go"] [2021-05-13T04:42:17.746Z] ---> Running in 6dbc21d4da3a [2021-05-13T04:42:18.009Z] Removing intermediate container 6dbc21d4da3a [2021-05-13T04:42:18.009Z] ---> 61f34d260f66 [2021-05-13T04:42:18.009Z] Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-13T04:42:18.009Z] ---> Running in 45d8843b3d12 [2021-05-13T04:42:18.009Z] Removing intermediate container 45d8843b3d12 [2021-05-13T04:42:18.009Z] ---> d515c6e05ffa [2021-05-13T04:42:18.009Z] Step 21/23 : LABEL arch=amd64 [2021-05-13T04:42:18.271Z] ---> Running in 0bc61ba5c076 [2021-05-13T04:42:18.271Z] Removing intermediate container 0bc61ba5c076 [2021-05-13T04:42:18.271Z] ---> f3580170f004 [2021-05-13T04:42:18.271Z] Step 22/23 : LABEL git_sha=9b7b00a58de509e871e0dce873d7d6293bc9ce45 [2021-05-13T04:42:18.271Z] ---> Running in 59fef5f0f8f9 [2021-05-13T04:42:18.534Z] Removing intermediate container 59fef5f0f8f9 [2021-05-13T04:42:18.534Z] ---> 0b55855b5074 [2021-05-13T04:42:18.534Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T04:42:18.534Z] ---> Running in d11f1f2bd459 [2021-05-13T04:42:18.801Z] Removing intermediate container d11f1f2bd459 [2021-05-13T04:42:18.801Z] ---> 7fbeac0159ae [2021-05-13T04:42:18.801Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-13T04:42:18.801Z] Successfully built 7fbeac0159ae [2021-05-13T04:42:18.801Z] 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-13T04:42:19.488Z] ---> job-cost.sh [2021-05-13T04:42:19.488Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jSgE [2021-05-13T04:42:19.644Z] ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] [2021-05-13T04:42:19.644Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.025s coverage: 0.0% of statements [2021-05-13T04:42:19.644Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-13T04:42:37.645Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T04:42:38.002Z] gofmt -l . [2021-05-13T04:42:38.002Z] [ "`gofmt -l .`" = "" ] [2021-05-13T04:42:38.002Z] ./bin/test-attribution-txt.sh [2021-05-13T04:42:38.002Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-13T04:42:38.026Z] $ docker stop --time=1 bd77fd315a99260b8fe7e457966194f6a5dff00d3e7cacdb094e8efb0ba4e8b8 [2021-05-13T04:42:40.108Z] $ docker rm -f bd77fd315a99260b8fe7e457966194f6a5dff00d3e7cacdb094e8efb0ba4e8b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T04:42:40.952Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T04:42:40.974Z] Warning: overwriting stash ‘coverage-report’ [2021-05-13T04:42:41.898Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T04:42:42.355Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-13T04:42:42.719Z] + ls -al . [2021-05-13T04:42:42.719Z] total 132 [2021-05-13T04:42:42.719Z] drwxrwxr-x 7 jenkins jenkins 4096 May 13 04:42 . [2021-05-13T04:42:42.719Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 04:39 .. [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 6 May 13 04:39 .dockerignore [2021-05-13T04:42:42.719Z] drwxrwxr-x 8 jenkins jenkins 4096 May 13 04:39 .git [2021-05-13T04:42:42.719Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 04:39 .github [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 272 May 13 04:39 .gitignore [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 6520 May 13 04:39 Attribution.txt [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 1446 May 13 04:39 Dockerfile [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 1057 May 13 04:39 Dockerfile.build [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 656 May 13 04:39 Jenkinsfile [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 13 04:39 LICENSE [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 978 May 13 04:39 Makefile [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 9079 May 13 04:39 README.md [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 5 May 13 04:37 VERSION [2021-05-13T04:42:42.719Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 04:39 bin [2021-05-13T04:42:42.719Z] drwxrwxr-x 3 jenkins jenkins 4096 May 13 04:39 cmd [2021-05-13T04:42:42.719Z] -rw-r--r-- 1 jenkins jenkins 8663 May 13 04:42 coverage.out [2021-05-13T04:42:42.719Z] -rw-r--r-- 1 jenkins jenkins 222 May 13 04:42 go.mod [2021-05-13T04:42:42.719Z] -rw-r--r-- 1 jenkins jenkins 21043 May 13 04:41 go.sum [2021-05-13T04:42:42.719Z] drwxrwxr-x 3 jenkins jenkins 4096 May 13 04:39 internal [2021-05-13T04:42:42.719Z] -rw-rw-r-- 1 jenkins jenkins 209 May 13 04:39 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:42:43.116Z] + 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=9b7b00a58de509e871e0dce873d7d6293bc9ce45 --label arch=arm64 --label version=0.0.0 . [2021-05-13T04:42:43.718Z] Sending build context to Docker daemon 392.7kB [2021-05-13T04:42:43.718Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T04:42:43.718Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-13T04:42:43.718Z] ---> 554a6077fd9e [2021-05-13T04:42:43.718Z] Step 3/23 : ARG MAKE='make build' [2021-05-13T04:42:43.990Z] ---> Running in 9ad02328e2ee [2021-05-13T04:42:44.262Z] Removing intermediate container 9ad02328e2ee [2021-05-13T04:42:44.262Z] ---> 953428010758 [2021-05-13T04:42:44.262Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-13T04:42:44.535Z] ---> Running in 2fbecff941d1 [2021-05-13T04:42:44.811Z] Removing intermediate container 2fbecff941d1 [2021-05-13T04:42:44.811Z] ---> 29b5a87af3c8 [2021-05-13T04:42:44.811Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2021-05-13T04:42:45.084Z] ---> Running in 12e6c7832c2d [2021-05-13T04:42:45.685Z] Removing intermediate container 12e6c7832c2d [2021-05-13T04:42:45.685Z] ---> c310214971eb [2021-05-13T04:42:45.685Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T04:42:45.685Z] ---> Running in af86977e5840 [2021-05-13T04:42:47.669Z] Removing intermediate container af86977e5840 [2021-05-13T04:42:47.669Z] ---> ad1240b50c79 [2021-05-13T04:42:47.669Z] Step 7/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-13T04:42:47.942Z] ---> Running in d8675e1e77fe [2021-05-13T04:42:48.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T04:42:49.908Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T04:42:50.901Z] OK: 145 MiB in 53 packages [2021-05-13T04:42:51.881Z] Removing intermediate container d8675e1e77fe [2021-05-13T04:42:51.881Z] ---> fced452d5317 [2021-05-13T04:42:51.881Z] Step 8/23 : WORKDIR /device-snmp-go [2021-05-13T04:42:52.153Z] ---> Running in 6e86f415f711 [2021-05-13T04:42:52.428Z] Removing intermediate container 6e86f415f711 [2021-05-13T04:42:52.428Z] ---> c475dedd3eae [2021-05-13T04:42:52.428Z] Step 9/23 : COPY . . [2021-05-13T04:42:53.405Z] ---> 9cc7323547b1 [2021-05-13T04:42:53.406Z] Step 10/23 : RUN make update [2021-05-13T04:42:53.680Z] ---> Running in 4095de889449 [2021-05-13T04:42:54.657Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-13T04:42:56.089Z] Removing intermediate container 4095de889449 [2021-05-13T04:42:56.090Z] ---> 8acfce7dcadf [2021-05-13T04:42:56.090Z] Step 11/23 : RUN ${MAKE} [2021-05-13T04:42:56.090Z] ---> Running in d7b344162a2b [2021-05-13T04:42:57.068Z] go mod tidy [2021-05-13T04:42:57.670Z] 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-13T04:43:04.284Z] lf-activate-venv(): INFO: Adding /tmp/venv-jSgE/bin to PATH [2021-05-13T04:43:04.285Z] INFO: No Stack... [2021-05-13T04:43:04.285Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T04:43:04.285Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T04:43:04.597Z] + cat /w/workspace/device-snmp-go/6/archives/cost.csv [2021-05-13T04:43:04.597Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T04:43:04.686Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-93-6-stack-cost] [2021-05-13T04:43:04.696Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-93-6-stack-cost] did not exist. Created. [2021-05-13T04:43:04.696Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-93-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T04:43:05.026Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-13T04:43:05.152Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T04:43:05.165Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-93-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T04:43:30.063Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-13T04:43:40.219Z] Removing intermediate container d7b344162a2b [2021-05-13T04:43:40.219Z] ---> abd6c74fbebb [2021-05-13T04:43:40.219Z] Step 12/23 : FROM alpine:3.12 [2021-05-13T04:43:40.219Z] 3.12: Pulling from library/alpine [2021-05-13T04:43:40.219Z] d2f70382dc9a: Pulling fs layer [2021-05-13T04:43:40.494Z] d2f70382dc9a: Verifying Checksum [2021-05-13T04:43:40.494Z] d2f70382dc9a: Download complete [2021-05-13T04:43:41.101Z] d2f70382dc9a: Pull complete [2021-05-13T04:43:41.101Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T04:43:41.101Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T04:43:41.101Z] ---> 9852663dfa18 [2021-05-13T04:43:41.101Z] Step 13/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T04:43:41.375Z] ---> Running in ef8f00e2bc09 [2021-05-13T04:43:42.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T04:43:42.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T04:43:43.407Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T04:43:43.407Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T04:43:43.407Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T04:43:43.407Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T04:43:43.407Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T04:43:43.407Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T04:43:43.407Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T04:43:43.407Z] OK: 8 MiB in 20 packages [2021-05-13T04:43:44.838Z] Removing intermediate container ef8f00e2bc09 [2021-05-13T04:43:44.838Z] ---> c96dfc62377d [2021-05-13T04:43:44.838Z] Step 14/23 : COPY --from=builder /device-snmp-go/cmd / [2021-05-13T04:43:45.817Z] ---> f3aa27d9b57e [2021-05-13T04:43:45.817Z] Step 15/23 : COPY --from=builder /device-snmp-go/Attribution.txt / [2021-05-13T04:43:46.415Z] ---> ab6aab2d354d [2021-05-13T04:43:46.415Z] Step 16/23 : COPY --from=builder /device-snmp-go/LICENSE / [2021-05-13T04:43:47.010Z] ---> e0e76569c56f [2021-05-13T04:43:47.010Z] Step 17/23 : EXPOSE 49993 [2021-05-13T04:43:47.282Z] ---> Running in e7cd38987812 [2021-05-13T04:43:47.877Z] Removing intermediate container e7cd38987812 [2021-05-13T04:43:47.877Z] ---> 75738f911d5e [2021-05-13T04:43:47.877Z] Step 18/23 : EXPOSE 161 [2021-05-13T04:43:47.877Z] ---> Running in b4a17650960d [2021-05-13T04:43:48.157Z] Removing intermediate container b4a17650960d [2021-05-13T04:43:48.157Z] ---> 7f8c13212aa2 [2021-05-13T04:43:48.157Z] Step 19/23 : ENTRYPOINT ["/device-snmp-go"] [2021-05-13T04:43:48.431Z] ---> Running in 895025baa270 [2021-05-13T04:43:49.030Z] Removing intermediate container 895025baa270 [2021-05-13T04:43:49.030Z] ---> 2183bf86379a [2021-05-13T04:43:49.030Z] Step 20/23 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-13T04:43:49.030Z] ---> Running in 0113ef3257be [2021-05-13T04:43:49.622Z] Removing intermediate container 0113ef3257be [2021-05-13T04:43:49.622Z] ---> 191a903382c6 [2021-05-13T04:43:49.622Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T04:43:49.622Z] ---> Running in 4cb9c524cfe3 [2021-05-13T04:43:50.216Z] Removing intermediate container 4cb9c524cfe3 [2021-05-13T04:43:50.216Z] ---> cc7d180db1c9 [2021-05-13T04:43:50.216Z] Step 22/23 : LABEL git_sha=9b7b00a58de509e871e0dce873d7d6293bc9ce45 [2021-05-13T04:43:50.216Z] ---> Running in a86f5922928f [2021-05-13T04:43:50.810Z] Removing intermediate container a86f5922928f [2021-05-13T04:43:50.810Z] ---> e5349d4ea1c3 [2021-05-13T04:43:50.810Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T04:43:50.810Z] ---> Running in bf4f6293882c [2021-05-13T04:43:51.405Z] Removing intermediate container bf4f6293882c [2021-05-13T04:43:51.405Z] ---> 886eb97bb1c4 [2021-05-13T04:43:51.405Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-13T04:43:51.405Z] Successfully built 886eb97bb1c4 [2021-05-13T04:43:51.405Z] 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-13T04:43:51.880Z] ---> job-cost.sh [2021-05-13T04:43:51.881Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DP4W [2021-05-13T04:44:30.839Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T04:45:52.563Z] lf-activate-venv(): INFO: Adding /tmp/venv-DP4W/bin to PATH [2021-05-13T04:45:52.563Z] INFO: No Stack... [2021-05-13T04:45:52.563Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T04:45:53.154Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T04:45:53.491Z] + cat /w/workspace/device-snmp-go/6/archives/cost.csv [2021-05-13T04:45:53.491Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T04:45:53.606Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-93-6-stack-cost] [2021-05-13T04:45:53.615Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-93-6-stack-cost] did not exist. Created. [2021-05-13T04:45:53.616Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-93-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T04:45:53.995Z] /w/workspace/device-snmp-go/6@tmp/durable-2e7f7ac6/script.sh: 1: /w/workspace/device-snmp-go/6@tmp/durable-2e7f7ac6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-13T04:45:54.340Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T04:45:54.360Z] Warning: overwriting stash ‘stack-cost’ [2021-05-13T04:45:54.505Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T04:45:54.516Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-93-6-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-13T04:45:55.236Z] provisioning config files... [2021-05-13T04:45:55.247Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config5500312134508266007tmp [Pipeline] { [Pipeline] sh [2021-05-13T04:45:55.585Z] + set +x [2021-05-13T04:45:55.585Z] + curl -s https://codecov.io/bash [2021-05-13T04:45:55.585Z] + bash -s -- [2021-05-13T04:45:55.850Z] [2021-05-13T04:45:55.850Z] _____ _ [2021-05-13T04:45:55.850Z] / ____| | | [2021-05-13T04:45:55.850Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T04:45:55.850Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T04:45:55.850Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T04:45:55.850Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T04:45:55.850Z] Bash-1.0.2 [2021-05-13T04:45:55.850Z] [2021-05-13T04:45:55.850Z] [2021-05-13T04:45:55.850Z] ==> git version 2.24.3 found [2021-05-13T04:45:55.850Z] ==> 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-13T04:45:55.851Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T04:45:55.851Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T04:45:55.851Z] ==> Jenkins CI detected. [2021-05-13T04:45:55.851Z] project root: . [2021-05-13T04:45:55.851Z] --> token set from env [2021-05-13T04:45:55.851Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T04:45:55.851Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T04:45:55.851Z] ==> Python coveragepy not found [2021-05-13T04:45:55.851Z] ==> Searching for coverage reports in: [2021-05-13T04:45:55.851Z] + . [2021-05-13T04:45:55.851Z] -> Found 1 reports [2021-05-13T04:45:55.851Z] ==> Detecting git/mercurial file structure [2021-05-13T04:45:55.851Z] ==> Reading reports [2021-05-13T04:45:55.851Z] + ./coverage.out bytes=8663 [2021-05-13T04:45:55.851Z] ==> Appending adjustments [2021-05-13T04:45:55.851Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T04:45:55.851Z] + Found adjustments [2021-05-13T04:45:55.851Z] ==> Gzipping contents [2021-05-13T04:45:55.851Z] 4.0K /tmp/codecov.iYKeJs.gz [2021-05-13T04:45:55.851Z] ==> Uploading reports [2021-05-13T04:45:55.851Z] url: https://codecov.io [2021-05-13T04:45:55.851Z] query: branch=PR-93&commit=9b7b00a58de509e871e0dce873d7d6293bc9ce45&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-93%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=93&job=&cmd_args= [2021-05-13T04:45:55.851Z] -> Pinging Codecov [2021-05-13T04:45:55.851Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-93&commit=9b7b00a58de509e871e0dce873d7d6293bc9ce45&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-93%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=93&job=&cmd_args= [2021-05-13T04:45:56.428Z] -> Uploading to [2021-05-13T04:45:56.428Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/6C56EA5C29638FB4528AC87E60AF5AE0/9b7b00a58de509e871e0dce873d7d6293bc9ce45/5ab7638e-13d2-4dbd-9569-13b7c11e4ffa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T044556Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f76d2c3671a98860f2560d75def58725028a3288f1846f95d8dbe0e724ebcbbf [2021-05-13T04:45:56.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T04:45:56.428Z] Dload Upload Total Spent Left Speed [2021-05-13T04:45:56.953Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1498 0 0 100 1498 0 3673 --:--:-- --:--:-- --:--:-- 3671 [2021-05-13T04:45:56.953Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/9b7b00a58de509e871e0dce873d7d6293bc9ce45 [Pipeline] } [2021-05-13T04:45:56.964Z] 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-13T04:45:57.934Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:45:58.246Z] ---> package-listing.sh [2021-05-13T04:45:58.247Z] ++ facter osfamily [2021-05-13T04:45:58.247Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T04:45:58.247Z] + OS_FAMILY=redhat [2021-05-13T04:45:58.247Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-93 [2021-05-13T04:45:58.247Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T04:45:58.247Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T04:45:58.247Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T04:45:58.247Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T04:45:58.247Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-93 ']' [2021-05-13T04:45:58.247Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T04:45:58.247Z] + case "${OS_FAMILY}" in [2021-05-13T04:45:58.247Z] + rpm -qa [2021-05-13T04:45:58.247Z] + sort [2021-05-13T04:46:03.582Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T04:46:03.582Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T04:46:03.582Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T04:46:03.582Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-93 ']' [2021-05-13T04:46:03.582Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-93/archives/ [2021-05-13T04:46:03.582Z] + 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-13T04:46:03.599Z] 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-13T04:46:03.898Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:46:04.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T04:46:04.300Z] [2021-05-13T04:46:04.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T04:46:04.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T04:46:04.691Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T04:46:04.691Z] df20fa9351a1: Pulling fs layer [2021-05-13T04:46:04.691Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T04:46:04.691Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T04:46:04.691Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T04:46:04.691Z] 93b61091891f: Pulling fs layer [2021-05-13T04:46:04.691Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T04:46:04.691Z] 5e14af77c1be: Pulling fs layer [2021-05-13T04:46:04.691Z] 01666e4c0597: Pulling fs layer [2021-05-13T04:46:04.691Z] aa168da1d23b: Pulling fs layer [2021-05-13T04:46:04.691Z] 46f8f816bc3b: Waiting [2021-05-13T04:46:04.691Z] 93b9cdb0e59b: Waiting [2021-05-13T04:46:04.691Z] 5e14af77c1be: Waiting [2021-05-13T04:46:04.691Z] 01666e4c0597: Waiting [2021-05-13T04:46:04.691Z] aa168da1d23b: Waiting [2021-05-13T04:46:04.691Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T04:46:04.691Z] 36b3adc4ff6f: Download complete [2021-05-13T04:46:04.691Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T04:46:04.691Z] 46f8f816bc3b: Download complete [2021-05-13T04:46:04.691Z] df20fa9351a1: Verifying Checksum [2021-05-13T04:46:04.691Z] df20fa9351a1: Download complete [2021-05-13T04:46:04.961Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T04:46:04.961Z] 93b9cdb0e59b: Download complete [2021-05-13T04:46:04.961Z] 5e14af77c1be: Download complete [2021-05-13T04:46:04.961Z] 01666e4c0597: Verifying Checksum [2021-05-13T04:46:04.961Z] 01666e4c0597: Download complete [2021-05-13T04:46:05.225Z] df20fa9351a1: Pull complete [2021-05-13T04:46:05.492Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T04:46:05.492Z] 8ad3a11d3b57: Download complete [2021-05-13T04:46:05.763Z] 36b3adc4ff6f: Pull complete [2021-05-13T04:46:06.720Z] 8ad3a11d3b57: Pull complete [2021-05-13T04:46:06.720Z] 46f8f816bc3b: Pull complete [2021-05-13T04:46:07.675Z] aa168da1d23b: Verifying Checksum [2021-05-13T04:46:07.675Z] aa168da1d23b: Download complete [2021-05-13T04:46:07.675Z] 93b61091891f: Pull complete [2021-05-13T04:46:07.940Z] 93b9cdb0e59b: Pull complete [2021-05-13T04:46:08.203Z] 5e14af77c1be: Pull complete [2021-05-13T04:46:08.203Z] 01666e4c0597: Pull complete [2021-05-13T04:46:16.404Z] aa168da1d23b: Pull complete [2021-05-13T04:46:16.404Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T04:46:16.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T04:46:16.404Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T04:46:16.594Z] prd-centos7-docker-4c-2g-5002 does not seem to be running inside a container [2021-05-13T04:46:16.645Z] $ 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-13T04:46:19.538Z] $ docker top 9eedb2039091c0a21730243592320cf62d7469762558cce7595047c19d541a29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T04:46:20.042Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T04:46:20.358Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T04:46:20.659Z] + ls /var/log/sa-host [2021-05-13T04:46:20.659Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T04:46:20.659Z] file_magic: OK [2021-05-13T04:46:20.659Z] HZ: Using current value: 100 [2021-05-13T04:46:20.659Z] file_header: OK [2021-05-13T04:46:20.659Z] 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-13T04:46:20.659Z] Statistics: [2021-05-13T04:46:20.659Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T04:46:20.659Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T04:46:20.659Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T04:46:20.659Z] file_magic: OK [2021-05-13T04:46:20.659Z] HZ: Using current value: 100 [2021-05-13T04:46:20.659Z] file_header: OK [2021-05-13T04:46:20.659Z] 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-13T04:46:20.659Z] Statistics: [2021-05-13T04:46:20.659Z] Hnuu...uuuununununu... [2021-05-13T04:46:20.659Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T04:46:21.275Z] provisioning config files... [2021-05-13T04:46:21.297Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp/config4911087940155677578tmp [Pipeline] { [Pipeline] echo [2021-05-13T04:46:21.322Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:46:21.623Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T04:46:21.634Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T04:46:21.662Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:46:21.969Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T04:46:21.981Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:46:22.293Z] ---> sudo-logs.sh [2021-05-13T04:46:22.293Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T04:46:22.323Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:46:22.624Z] ---> job-cost.sh [2021-05-13T04:46:22.625Z] lf-activate-venv: SKIPPING [2021-05-13T04:46:22.625Z] DEBUG: total: 0.20999999344348907 [2021-05-13T04:46:22.625Z] INFO: Retrieving Stack Cost... [2021-05-13T04:46:24.023Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T04:46:24.286Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T04:46:24.303Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T04:46:24.601Z] ---> logs-deploy.sh [2021-05-13T04:46:24.601Z] lf-activate-venv: SKIPPING [2021-05-13T04:46:24.601Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-93/6 [2021-05-13T04:46:24.601Z] INFO: archiving workspace using pattern(s): [2021-05-13T04:46:26.531Z] Archives upload complete. [2021-05-13T04:46:26.531Z] INFO: archiving logs to Nexus [2021-05-13T04:46:27.478Z] ---> uname -a: [2021-05-13T04:46:27.478Z] Linux prd-centos7-docker-4c-2g-5002.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-13T04:46:27.478Z] [2021-05-13T04:46:27.478Z] [2021-05-13T04:46:27.478Z] ---> lscpu: [2021-05-13T04:46:27.478Z] Architecture: x86_64 [2021-05-13T04:46:27.478Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-13T04:46:27.478Z] Byte Order: Little Endian [2021-05-13T04:46:27.478Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-13T04:46:27.478Z] CPU(s): 4 [2021-05-13T04:46:27.478Z] On-line CPU(s) list: 0-3 [2021-05-13T04:46:27.478Z] Thread(s) per core: 1 [2021-05-13T04:46:27.478Z] Core(s) per socket: 1 [2021-05-13T04:46:27.478Z] Socket(s): 4 [2021-05-13T04:46:27.478Z] NUMA node(s): 1 [2021-05-13T04:46:27.478Z] Vendor ID: GenuineIntel [2021-05-13T04:46:27.478Z] CPU family: 6 [2021-05-13T04:46:27.479Z] Model: 44 [2021-05-13T04:46:27.479Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-13T04:46:27.479Z] Stepping: 1 [2021-05-13T04:46:27.479Z] CPU MHz: 2933.438 [2021-05-13T04:46:27.479Z] BogoMIPS: 5866.87 [2021-05-13T04:46:27.479Z] Virtualization: VT-x [2021-05-13T04:46:27.479Z] Hypervisor vendor: KVM [2021-05-13T04:46:27.479Z] Virtualization type: full [2021-05-13T04:46:27.479Z] L1d cache: 128 KiB [2021-05-13T04:46:27.479Z] L1i cache: 128 KiB [2021-05-13T04:46:27.479Z] L2 cache: 16 MiB [2021-05-13T04:46:27.479Z] L3 cache: 64 MiB [2021-05-13T04:46:27.479Z] NUMA node0 CPU(s): 0-3 [2021-05-13T04:46:27.479Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-13T04:46:27.479Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-13T04:46:27.479Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-13T04:46:27.479Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-13T04:46:27.479Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-13T04:46:27.479Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-13T04:46:27.479Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-13T04:46:27.479Z] Vulnerability Srbds: Not affected [2021-05-13T04:46:27.479Z] Vulnerability Tsx async abort: Not affected [2021-05-13T04:46:27.479Z] 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-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z] ---> nproc: [2021-05-13T04:46:27.479Z] 4 [2021-05-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z] ---> df -h: [2021-05-13T04:46:27.479Z] Filesystem Size Used Available Use% Mounted on [2021-05-13T04:46:27.479Z] overlay 50.0G 7.3G 42.7G 15% / [2021-05-13T04:46:27.479Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-13T04:46:27.479Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-13T04:46:27.479Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-93 [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-93@tmp [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-05-13T04:46:27.479Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-05-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z] ---> free -m: [2021-05-13T04:46:27.479Z] total used free shared buff/cache available [2021-05-13T04:46:27.479Z] Mem: 1837 731 114 0 991 1000 [2021-05-13T04:46:27.479Z] Swap: 1023 1 1022 [2021-05-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z] ---> ip addr: [2021-05-13T04:46:27.479Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-13T04:46:27.479Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-13T04:46:27.479Z] inet 127.0.0.1/8 scope host lo [2021-05-13T04:46:27.479Z] valid_lft forever preferred_lft forever [2021-05-13T04:46:27.479Z] inet6 ::1/128 scope host [2021-05-13T04:46:27.479Z] valid_lft forever preferred_lft forever [2021-05-13T04:46:27.479Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-13T04:46:27.479Z] link/ether fa:16:3e:b8:5c:b5 brd ff:ff:ff:ff:ff:ff [2021-05-13T04:46:27.479Z] inet 10.30.122.147/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-13T04:46:27.479Z] valid_lft 85822sec preferred_lft 85822sec [2021-05-13T04:46:27.479Z] inet6 fe80::f816:3eff:feb8:5cb5/64 scope link [2021-05-13T04:46:27.479Z] valid_lft forever preferred_lft forever [2021-05-13T04:46:27.479Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-13T04:46:27.479Z] link/ether 02:42:45:56:94:a3 brd ff:ff:ff:ff:ff:ff [2021-05-13T04:46:27.479Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-13T04:46:27.479Z] valid_lft forever preferred_lft forever [2021-05-13T04:46:27.479Z] inet6 fe80::42:45ff:fe56:94a3/64 scope link [2021-05-13T04:46:27.479Z] valid_lft forever preferred_lft forever [2021-05-13T04:46:27.479Z] [2021-05-13T04:46:27.479Z]