Branch indexing 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 FelixTing for edgexfoundry/device-snmp-go Loading trusted files from base branch master at 2835f428d5bb359d09284af55213ecc07555b5ca rather than 90a5406bdfd7db894efd3106afefe21c36aeedf6 Obtained Jenkinsfile from 2835f428d5bb359d09284af55213ecc07555b5ca 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21743 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [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-83 # 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 2835f428d5bb359d09284af55213ecc07555b5ca into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 Merge succeeded, producing be8ccdab35ec795f9e357baea943d080b1f7317a Checking out Revision be8ccdab35ec795f9e357baea943d080b1f7317a (PR-83) > 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/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # 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 2835f428d5bb359d09284af55213ecc07555b5ca # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be8ccdab35ec795f9e357baea943d080b1f7317a # timeout=10 Commit message: "Merge commit '2835f428d5bb359d09284af55213ecc07555b5ca' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 61a5790c5444971f3961c3feab4500b2d83312f9 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:28:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:28:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:28:26 ========================================================= 23:28:26 EdgeX Global Pipelines Version Info 23:28:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:28:28 ------------------- 23:28:28 stable info: 23:28:28 ------------------- 23:28:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:28:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:28:28 Message: update stable to v1.0.179 23:28:29 ------------------- 23:28:29 experimental info: 23:28:29 ------------------- 23:28:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:28:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:28:29 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:28:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 23:28:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 23:28:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:28:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:28:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo 23:28:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be8ccdab35ec795f9e357baea943d080b1f7317a [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be8ccda [Pipeline] echo 23:28:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:28:33 provisioning config files... 23:28:33 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config8279560825543248098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:33 ---> docker-login.sh 23:28:33 nexus3.edgexfoundry.org:10001 23:28:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:34 Configure a credential helper to remove this warning. See 23:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:34 23:28:34 Login Succeeded 23:28:34 nexus3.edgexfoundry.org:10002 23:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:34 Configure a credential helper to remove this warning. See 23:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:34 23:28:34 Login Succeeded 23:28:34 nexus3.edgexfoundry.org:10003 23:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:34 Configure a credential helper to remove this warning. See 23:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:34 23:28:34 Login Succeeded 23:28:34 nexus3.edgexfoundry.org:10004 23:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:34 Configure a credential helper to remove this warning. See 23:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:34 23:28:34 Login Succeeded 23:28:34 docker.io 23:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:35 Configure a credential helper to remove this warning. See 23:28:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:35 23:28:35 Login Succeeded 23:28:35 ---> docker-login.sh ends [Pipeline] } 23:28:35 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 23:28:35 + git log --format=format:%s -1 be8ccdab35ec795f9e357baea943d080b1f7317a [Pipeline] echo 23:28:35 GIT_COMMIT: be8ccdab35ec795f9e357baea943d080b1f7317a, Commit Message: Merge commit '2835f428d5bb359d09284af55213ecc07555b5ca' into HEAD [Pipeline] echo 23:28:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:28:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:36 23:28:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:28:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:36 latest: Pulling from edgex-devops/git-semver 23:28:36 31603596830f: Pulling fs layer 23:28:36 2a8b12db71e7: Pulling fs layer 23:28:36 6ca5941a6612: Pulling fs layer 23:28:36 ecc8261a40a4: Pulling fs layer 23:28:36 ecc8261a40a4: Waiting 23:28:36 2a8b12db71e7: Verifying Checksum 23:28:36 2a8b12db71e7: Download complete 23:28:37 31603596830f: Verifying Checksum 23:28:37 31603596830f: Download complete 23:28:37 ecc8261a40a4: Verifying Checksum 23:28:37 ecc8261a40a4: Download complete 23:28:37 6ca5941a6612: Verifying Checksum 23:28:37 6ca5941a6612: Download complete 23:28:37 31603596830f: Pull complete 23:28:37 2a8b12db71e7: Pull complete 23:28:38 6ca5941a6612: Pull complete 23:28:38 ecc8261a40a4: Pull complete 23:28:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:28:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:28:39 prd-centos7-docker-4c-2g-21743 does not seem to be running inside a container 23:28:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-83 -v /w/workspace/dgexfoundry_device-snmp-go_PR-83:/w/workspace/dgexfoundry_device-snmp-go_PR-83:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-83@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 23:28:41 $ docker top 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:28:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:41 [ssh-agent] Looking for ssh-agent implementation... 23:28:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:41 $ docker exec 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 ssh-agent 23:28:42 SSH_AUTH_SOCK=/tmp/ssh-QWJ5gxrU78Rf/agent.12 23:28:42 SSH_AGENT_PID=17 23:28:42 Running ssh-add (command line suppressed) 23:28:42 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_3502983590303580573.key (/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_3502983590303580573.key) 23:28:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:42 + git tag --points-at HEAD [Pipeline] } 23:28:42 $ docker exec --env ******** --env ******** 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 ssh-agent -k 23:28:42 unset SSH_AUTH_SOCK; 23:28:42 unset SSH_AGENT_PID; 23:28:42 echo Agent pid 17 killed; 23:28:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:28:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:42 [ssh-agent] Looking for ssh-agent implementation... 23:28:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:43 $ docker exec 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 ssh-agent 23:28:43 SSH_AUTH_SOCK=/tmp/ssh-GfVrT8KueHUr/agent.45 23:28:43 SSH_AGENT_PID=50 23:28:43 Running ssh-add (command line suppressed) 23:28:43 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_7277963016265066808.key (/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_7277963016265066808.key) 23:28:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:43 + git semver init 23:28:43 # -> Open(): unable to determine branch for HEAD 23:28:43 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-83/.git 23:28:43 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-83 23:28:43 # $SEMVER_REMOTE_NAME = origin 23:28:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:28:43 # $SEMVER_USER_NAME = edgex-jenkins 23:28:43 # $SEMVER_BRANCH = PR-83 23:28:43 # $SEMVER_TEMP = /tmp/semver-936931871 23:28:43 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 23:28:44 # '/tmp/semver-936931871' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-83/.semver' 23:28:44 # -> Force: false 23:28:44 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-83/.semver [Pipeline] } 23:28:44 $ docker exec --env ******** --env ******** 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 ssh-agent -k 23:28:44 unset SSH_AUTH_SOCK; 23:28:44 unset SSH_AGENT_PID; 23:28:44 echo Agent pid 50 killed; 23:28:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:28:44 + git semver [Pipeline] } 23:28:44 $ docker stop --time=1 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 23:28:46 $ docker rm -f 2b21ddcb7c48be2f4a42c3900f0535021210681f737cddce91fbe05684757078 [Pipeline] // withDockerContainer [Pipeline] sh 23:28:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:28:47 Stashed 1 file(s) [Pipeline] echo 23:28:47 [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 23:28:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21738 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [Pipeline] { [Pipeline] ws 23:28:48 Running in /w/workspace/device-snmp-go/3 [Pipeline] { [Pipeline] checkout 23:28:52 using credential edgex-jenkins-ssh 23:28:52 Cloning the remote Git repository 23:28:53 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:28:53 > git init /w/workspace/device-snmp-go/3 # timeout=10 23:28:53 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:28:53 > git --version # timeout=10 23:28:53 > git --version # 'git version 2.17.1' 23:28:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:53 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:28:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:54 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:28:54 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:28:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:28:54 Merging remotes/origin/master commit 2835f428d5bb359d09284af55213ecc07555b5ca into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 23:28:54 Merge succeeded, producing b6bd3f3e4419871f2243c1a3b2a5906e90d12f6f 23:28:54 Checking out Revision b6bd3f3e4419871f2243c1a3b2a5906e90d12f6f (PR-83) 23:28:54 > git config core.sparsecheckout # timeout=10 23:28:54 > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 23:28:54 > git remote # timeout=10 23:28:54 > git config --get remote.origin.url # timeout=10 23:28:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:54 > git merge 2835f428d5bb359d09284af55213ecc07555b5ca # timeout=10 23:28:54 > git rev-parse HEAD^{commit} # timeout=10 23:28:54 > git config core.sparsecheckout # timeout=10 23:28:54 > git checkout -f b6bd3f3e4419871f2243c1a3b2a5906e90d12f6f # timeout=10 23:28:58 Commit message: "Merge commit '2835f428d5bb359d09284af55213ecc07555b5ca' into HEAD" 23:28:58 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:28:58 > git rev-list --no-walk 61a5790c5444971f3961c3feab4500b2d83312f9 # timeout=10 23:29:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:29:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:29:01 + sudo service+ docker restart 23:29:01 true 23:29:02 Still waiting to schedule task 23:29:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:29:03 provisioning config files... 23:29:03 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/3@tmp/config5101638857067862572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:29:03 ---> docker-login.sh 23:29:03 nexus3.edgexfoundry.org:10001 23:29:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:05 Configure a credential helper to remove this warning. See 23:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:05 23:29:05 Login Succeeded 23:29:05 nexus3.edgexfoundry.org:10002 23:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:05 Configure a credential helper to remove this warning. See 23:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:05 23:29:05 Login Succeeded 23:29:05 nexus3.edgexfoundry.org:10003 23:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:05 Configure a credential helper to remove this warning. See 23:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:05 23:29:05 Login Succeeded 23:29:05 nexus3.edgexfoundry.org:10004 23:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:06 Configure a credential helper to remove this warning. See 23:29:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:06 23:29:06 Login Succeeded 23:29:06 docker.io 23:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:07 Configure a credential helper to remove this warning. See 23:29:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:07 23:29:07 Login Succeeded 23:29:07 ---> docker-login.sh ends [Pipeline] } 23:29:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:29:07 ========================================================= 23:29:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:29:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:29:07 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:29:08 Sending build context to Docker daemon 339.5kB 23:29:08 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:29:08 Step 2/10 : FROM ${BASE} 23:29:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:29:08 5f621e34cdf4: Pulling fs layer 23:29:08 a4357932f1b6: Pulling fs layer 23:29:08 18c013af1878: Pulling fs layer 23:29:08 00ac8860ef70: Pulling fs layer 23:29:08 63d7cb157983: Pulling fs layer 23:29:08 b116817d02f9: Pulling fs layer 23:29:08 745a02a5169b: Pulling fs layer 23:29:08 00ac8860ef70: Waiting 23:29:08 63d7cb157983: Waiting 23:29:08 b116817d02f9: Waiting 23:29:08 745a02a5169b: Waiting 23:29:08 18c013af1878: Download complete 23:29:08 a4357932f1b6: Verifying Checksum 23:29:08 a4357932f1b6: Download complete 23:29:08 63d7cb157983: Verifying Checksum 23:29:08 63d7cb157983: Download complete 23:29:08 b116817d02f9: Download complete 23:29:09 5f621e34cdf4: Verifying Checksum 23:29:09 5f621e34cdf4: Download complete 23:29:09 5f621e34cdf4: Pull complete 23:29:10 a4357932f1b6: Pull complete 23:29:10 18c013af1878: Pull complete 23:29:11 745a02a5169b: Verifying Checksum 23:29:11 745a02a5169b: Download complete 23:29:12 00ac8860ef70: Download complete 23:29:23 00ac8860ef70: Pull complete 23:29:23 63d7cb157983: Pull complete 23:29:23 b116817d02f9: Pull complete 23:29:27 745a02a5169b: Pull complete 23:29:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:29:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:29:27 ---> b7e6874047d6 23:29:27 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:29:29 ---> Running in fae3f7dc295c 23:29:30 Removing intermediate container fae3f7dc295c 23:29:30 ---> 3c478e86f293 23:29:30 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:29:30 ---> Running in cb9007116242 23:29:30 Removing intermediate container cb9007116242 23:29:30 ---> d0cb35773784 23:29:30 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:29:30 ---> Running in 1502fb868f46 23:29:31 Removing intermediate container 1502fb868f46 23:29:31 ---> 43213a59f565 23:29:31 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:29:31 ---> Running in a746183d6b60 23:29:33 Removing intermediate container a746183d6b60 23:29:33 ---> eb58d98f535a 23:29:33 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:29:33 ---> Running in e1f8e8d8c237 23:29:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:29:38 OK: 142 MiB in 39 packages 23:29:39 Removing intermediate container e1f8e8d8c237 23:29:39 ---> 2f1b083b02fa 23:29:39 Step 8/10 : WORKDIR /device-snmp-go 23:29:39 ---> Running in 0319d7c9922a 23:29:39 Removing intermediate container 0319d7c9922a 23:29:39 ---> 735a93f07028 23:29:39 Step 9/10 : COPY . . 23:29:40 ---> 1021e1d64f88 23:29:40 Step 10/10 : RUN go mod download 23:29:40 ---> Running in 7f43ed9d8f47 23:30:02 Removing intermediate container 7f43ed9d8f47 23:30:02 ---> 4814107967ac 23:30:02 Successfully built 4814107967ac 23:30:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:30:03 + docker inspect -f . ci-base-image-arm64 23:30:03 . [Pipeline] withDockerContainer 23:30:03 prd-ubuntu18.04-docker-arm64-4c-16g-21738 does not seem to be running inside a container 23:30:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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 ******** ci-base-image-arm64 cat 23:30:04 $ docker top bbaab9064fa29fa8ff99dcf6669bbe0fd0427a1bec88f39d6e7120889c2a67f8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:30:05 + go version 23:30:05 go version go1.15.5 linux/arm64 [Pipeline] } 23:30:05 $ docker stop --time=1 bbaab9064fa29fa8ff99dcf6669bbe0fd0427a1bec88f39d6e7120889c2a67f8 23:30:07 $ docker rm -f bbaab9064fa29fa8ff99dcf6669bbe0fd0427a1bec88f39d6e7120889c2a67f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:30:08 + docker inspect -f . ci-base-image-arm64 23:30:08 . [Pipeline] withDockerContainer 23:30:09 prd-ubuntu18.04-docker-arm64-4c-16g-21738 does not seem to be running inside a container 23:30:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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 ******** ci-base-image-arm64 cat 23:30:10 $ docker top 61cc3a16485950cffc2ec811254bf0981b216acff82923397680cb7da0b821b4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:30:11 + make test 23:30:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:30:12 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:30:45 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 23:30:45 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.017s coverage: 0.0% of statements 23:30:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:30:51 gofmt -l . 23:30:51 [ "`gofmt -l .`" = "" ] 23:30:51 ./bin/test-attribution-txt.sh 23:30:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:30:52 $ docker stop --time=1 61cc3a16485950cffc2ec811254bf0981b216acff82923397680cb7da0b821b4 23:30:54 $ docker rm -f 61cc3a16485950cffc2ec811254bf0981b216acff82923397680cb7da0b821b4 [Pipeline] // withDockerContainer [Pipeline] sh 23:30:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:30:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:30:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:30:59 + ls -al . 23:30:59 total 132 23:30:59 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 23:30 . 23:30:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 23:28 .. 23:30:59 -rw-rw-r-- 1 jenkins jenkins 6 Jan 20 23:28 .dockerignore 23:30:59 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 23:28 .git 23:30:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:28 .github 23:30:59 -rw-rw-r-- 1 jenkins jenkins 272 Jan 20 23:28 .gitignore 23:30:59 -rw-rw-r-- 1 jenkins jenkins 5082 Jan 20 23:28 Attribution.txt 23:30:59 -rw-rw-r-- 1 jenkins jenkins 1529 Jan 20 23:28 Dockerfile 23:30:59 -rw-rw-r-- 1 jenkins jenkins 1006 Jan 20 23:28 Dockerfile.build 23:30:59 -rw-rw-r-- 1 jenkins jenkins 656 Jan 20 23:28 Jenkinsfile 23:30:59 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 20 23:28 LICENSE 23:30:59 -rw-rw-r-- 1 jenkins jenkins 937 Jan 20 23:28 Makefile 23:30:59 -rw-rw-r-- 1 jenkins jenkins 12398 Jan 20 23:28 README.md 23:30:59 -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 23:28 VERSION 23:30:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:28 bin 23:30:59 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 23:28 cmd 23:30:59 -rw-r--r-- 1 jenkins jenkins 8493 Jan 20 23:30 coverage.out 23:30:59 -rw-r--r-- 1 jenkins jenkins 204 Jan 20 23:30 go.mod 23:30:59 -rw-r--r-- 1 jenkins jenkins 14156 Jan 20 23:30 go.sum 23:30:59 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 23:28 internal 23:30:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:28 profiles 23:30:59 -rw-rw-r-- 1 jenkins jenkins 209 Jan 20 23:28 version.go [Pipeline] isUnix [Pipeline] sh 23:30:59 + docker build -t docker-device-snmp-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=be8ccdab35ec795f9e357baea943d080b1f7317a --label arch=arm64 --label version=0.0.0 . 23:31:00 Sending build context to Docker daemon 348.7kB 23:31:00 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 23:31:00 Step 2/26 : FROM ${BASE} AS builder 23:31:00 ---> 4814107967ac 23:31:00 Step 3/26 : ARG MAKE='make build' 23:31:00 ---> Running in 03565955506b 23:31:01 Removing intermediate container 03565955506b 23:31:01 ---> 920371ebeae7 23:31:01 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 23:31:01 ---> Running in 0cb6dc9b1eda 23:31:01 Removing intermediate container 0cb6dc9b1eda 23:31:01 ---> 05fb1fd2ff2c 23:31:01 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 23:31:01 ---> Running in 56bb18aec710 23:31:02 Removing intermediate container 56bb18aec710 23:31:02 ---> 85c79ac26bc4 23:31:02 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:31:02 ---> Running in 0ba6ec577fe7 23:31:04 Removing intermediate container 0ba6ec577fe7 23:31:04 ---> 0594169e6746 23:31:04 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:31:04 ---> Running in e30d3d5dd5c8 23:31:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:08 OK: 142 MiB in 39 packages 23:31:09 Removing intermediate container e30d3d5dd5c8 23:31:09 ---> 73ad19de7f73 23:31:09 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 23:31:09 ---> Running in eb698164d900 23:31:10 Removing intermediate container eb698164d900 23:31:10 ---> b3a890850367 23:31:10 Step 9/26 : COPY go.mod . 23:31:10 ---> 08107b33b57f 23:31:10 Step 10/26 : COPY Makefile . 23:31:11 ---> eff768ead9b4 23:31:11 Step 11/26 : RUN make update 23:31:11 ---> Running in c23cb2e28512 23:31:12 CGO_ENABLED=0 GO111MODULE=on go mod download 23:31:14 Removing intermediate container c23cb2e28512 23:31:14 ---> 9fc3ee732f55 23:31:14 Step 12/26 : COPY . . 23:31:15 ---> 8a27eb0a95a7 23:31:15 Step 13/26 : RUN ${MAKE} 23:31:15 ---> Running in 556080985bee 23:31:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd 23:31:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:31:46 Removing intermediate container 556080985bee 23:31:46 ---> afae9ccf2372 23:31:46 Step 14/26 : FROM alpine:3.12 23:31:46 3.12: Pulling from library/alpine 23:31:46 159e5727ea61: Pulling fs layer 23:31:47 159e5727ea61: Verifying Checksum 23:31:47 159e5727ea61: Download complete 23:31:47 159e5727ea61: Pull complete 23:31:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:31:47 Status: Downloaded newer image for alpine:3.12 23:31:47 ---> afeebe901d6b 23:31:47 Step 15/26 : ENV APP_PORT=49993 23:31:48 ---> Running in 0c3d33d06253 23:31:48 Removing intermediate container 0c3d33d06253 23:31:48 ---> 9c3eb0c3711b 23:31:48 Step 16/26 : EXPOSE $APP_PORT 23:31:48 ---> Running in 170ceb97b95d 23:31:49 Removing intermediate container 170ceb97b95d 23:31:49 ---> 9a42163abba2 23:31:49 Step 17/26 : ENV DEVICE_PORT=161 23:31:49 ---> Running in 9fdad7aee7f4 23:31:49 Removing intermediate container 9fdad7aee7f4 23:31:49 ---> 66c840a0aabe 23:31:49 Step 18/26 : EXPOSE $DEVICE_PORT 23:31:49 ---> Running in fa43dfd9833f 23:31:50 Removing intermediate container fa43dfd9833f 23:31:50 ---> 4c53c3efbc90 23:31:50 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 23:31:51 ---> 2e148d20e021 23:31:51 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 23:31:52 ---> 20d87ef937b1 23:31:52 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 23:31:53 ---> 36ad0ca0c1e9 23:31:53 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 23:31:53 ---> Running in a5cf54b5f17a 23:31:53 Removing intermediate container a5cf54b5f17a 23:31:53 ---> 7dc58552396c 23:31:53 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:31:53 ---> Running in 69c5e56ae27d 23:31:54 Removing intermediate container 69c5e56ae27d 23:31:54 ---> 310527de8369 23:31:54 Step 24/26 : LABEL arch=arm64 23:31:54 ---> Running in ae1f9d81238a 23:31:54 Removing intermediate container ae1f9d81238a 23:31:54 ---> 65870602d82c 23:31:54 Step 25/26 : LABEL git_sha=be8ccdab35ec795f9e357baea943d080b1f7317a 23:31:54 ---> Running in 525b6f19f651 23:31:55 Removing intermediate container 525b6f19f651 23:31:55 ---> 4054bea52940 23:31:55 Step 26/26 : LABEL version=0.0.0 23:31:55 ---> Running in 310801151a13 23:31:55 Removing intermediate container 310801151a13 23:31:55 ---> 31ccab769cb4 23:31:55 [Warning] One or more build-args [ARCH] were not consumed 23:31:55 Successfully built 31ccab769cb4 23:31:55 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:32:07 Running on prd-centos7-docker-4c-2g-21745 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [Pipeline] { [Pipeline] ws 23:32:07 Running in /w/workspace/device-snmp-go/3 [Pipeline] { [Pipeline] checkout 23:32:10 using credential edgex-jenkins-ssh 23:32:10 Cloning the remote Git repository 23:32:10 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:32:10 > git init /w/workspace/device-snmp-go/3 # timeout=10 23:32:10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:32:10 > git --version # timeout=10 23:32:10 > git --version # 'git version 2.24.3' 23:32:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:32:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:32:12 Merging remotes/origin/master commit 2835f428d5bb359d09284af55213ecc07555b5ca into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 23:32:11 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:32:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:32:11 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:32:11 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:32:11 using GIT_SSH to set credentials SSH Credentials for GitHub 23:32:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:32:12 > git config core.sparsecheckout # timeout=10 23:32:12 > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 23:32:12 Merge succeeded, producing a38a8f43885b6bc23c3a97fcefb8da4d9f353c85 23:32:12 Checking out Revision a38a8f43885b6bc23c3a97fcefb8da4d9f353c85 (PR-83) 23:32:12 > git remote # timeout=10 23:32:12 > git config --get remote.origin.url # timeout=10 23:32:12 using GIT_SSH to set credentials SSH Credentials for GitHub 23:32:12 > git merge 2835f428d5bb359d09284af55213ecc07555b5ca # timeout=10 23:32:12 > git rev-parse HEAD^{commit} # timeout=10 23:32:12 > git config core.sparsecheckout # timeout=10 23:32:12 > git checkout -f a38a8f43885b6bc23c3a97fcefb8da4d9f353c85 # timeout=10 23:32:15 Commit message: "Merge commit '2835f428d5bb359d09284af55213ecc07555b5ca' into HEAD" 23:32:15 First time build. Skipping changelog. 23:32:15 > git rev-list --no-walk 61a5790c5444971f3961c3feab4500b2d83312f9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:32:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:32:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:32:17 + sudo service docker restart 23:32:17 + true 23:32:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:32:19 provisioning config files... 23:32:19 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/3@tmp/config6259391477892380883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:32:19 ---> docker-login.sh 23:32:19 nexus3.edgexfoundry.org:10001 23:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:20 Configure a credential helper to remove this warning. See 23:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:20 23:32:20 Login Succeeded 23:32:20 nexus3.edgexfoundry.org:10002 23:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:20 Configure a credential helper to remove this warning. See 23:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:20 23:32:20 Login Succeeded 23:32:20 nexus3.edgexfoundry.org:10003 23:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:20 Configure a credential helper to remove this warning. See 23:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:20 23:32:20 Login Succeeded 23:32:20 nexus3.edgexfoundry.org:10004 23:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:20 Configure a credential helper to remove this warning. See 23:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:20 23:32:20 Login Succeeded 23:32:20 docker.io 23:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:32:21 Configure a credential helper to remove this warning. See 23:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:32:21 23:32:21 Login Succeeded 23:32:21 ---> docker-login.sh ends [Pipeline] } 23:32:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:32:21 ========================================================= 23:32:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:32:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:32:21 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:32:21 Sending build context to Docker daemon 340.5kB 23:32:21 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:32:21 Step 2/10 : FROM ${BASE} 23:32:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:32:22 188c0c94c7c5: Pulling fs layer 23:32:22 0ef7d3d256c8: Pulling fs layer 23:32:22 de9db76c5a1d: Pulling fs layer 23:32:22 bca2f99d35d6: Pulling fs layer 23:32:22 93359f2a8cfa: Pulling fs layer 23:32:22 7c6f9722023f: Pulling fs layer 23:32:22 a35cf1a2eb13: Pulling fs layer 23:32:22 93359f2a8cfa: Waiting 23:32:22 7c6f9722023f: Waiting 23:32:22 a35cf1a2eb13: Waiting 23:32:22 bca2f99d35d6: Waiting 23:32:22 de9db76c5a1d: Verifying Checksum 23:32:22 de9db76c5a1d: Download complete 23:32:22 0ef7d3d256c8: Verifying Checksum 23:32:22 0ef7d3d256c8: Download complete 23:32:22 93359f2a8cfa: Verifying Checksum 23:32:22 93359f2a8cfa: Download complete 23:32:22 7c6f9722023f: Verifying Checksum 23:32:22 7c6f9722023f: Download complete 23:32:22 188c0c94c7c5: Download complete 23:32:22 188c0c94c7c5: Pull complete 23:32:23 0ef7d3d256c8: Pull complete 23:32:23 de9db76c5a1d: Pull complete 23:32:24 a35cf1a2eb13: Verifying Checksum 23:32:24 a35cf1a2eb13: Download complete 23:32:25 bca2f99d35d6: Verifying Checksum 23:32:25 bca2f99d35d6: Download complete 23:32:32 bca2f99d35d6: Pull complete 23:32:32 93359f2a8cfa: Pull complete 23:32:32 7c6f9722023f: Pull complete 23:32:36 a35cf1a2eb13: Pull complete 23:32:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:32:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:32:36 ---> a62c8e92a672 23:32:36 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:32:36 ---> Running in ce13f06a1303 23:32:36 Removing intermediate container ce13f06a1303 23:32:36 ---> 5b490d9def8c 23:32:36 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:32:36 ---> Running in c523e557ffd6 23:32:36 Removing intermediate container c523e557ffd6 23:32:36 ---> afaf01524ae7 23:32:36 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:32:36 ---> Running in 672d29a0c219 23:32:36 Removing intermediate container 672d29a0c219 23:32:36 ---> 1d5cfe039685 23:32:36 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:32:37 ---> Running in 9837f8e4559a 23:32:38 Removing intermediate container 9837f8e4559a 23:32:38 ---> 0f0498a8b1e7 23:32:38 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:32:38 ---> Running in b9279e50387b 23:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:32:40 OK: 166 MiB in 39 packages 23:32:41 Removing intermediate container b9279e50387b 23:32:41 ---> 84edfb4e3254 23:32:41 Step 8/10 : WORKDIR /device-snmp-go 23:32:41 ---> Running in 54064a51e26f 23:32:41 Removing intermediate container 54064a51e26f 23:32:41 ---> 60ed1a64bac0 23:32:41 Step 9/10 : COPY . . 23:32:42 ---> 93a26a11d89d 23:32:42 Step 10/10 : RUN go mod download 23:32:42 ---> Running in 4d0b06609201 23:33:00 Removing intermediate container 4d0b06609201 23:33:00 ---> 90125e967d6c 23:33:00 Successfully built 90125e967d6c 23:33:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:33:00 + docker inspect -f . ci-base-image-x86_64 23:33:00 . [Pipeline] withDockerContainer 23:33:01 prd-centos7-docker-4c-2g-21745 does not seem to be running inside a container 23:33:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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 23:33:02 $ docker top cb2f3bb787b44d945fc154567cf5e2d52524e2dbcbaabb26f6a77c82d5fabc11 -eo pid,comm [Pipeline] { [Pipeline] sh 23:33:02 + go version 23:33:02 go version go1.15.5 linux/amd64 [Pipeline] } 23:33:02 $ docker stop --time=1 cb2f3bb787b44d945fc154567cf5e2d52524e2dbcbaabb26f6a77c82d5fabc11 23:33:04 $ docker rm -f cb2f3bb787b44d945fc154567cf5e2d52524e2dbcbaabb26f6a77c82d5fabc11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:33:04 + docker inspect -f . ci-base-image-x86_64 23:33:04 . [Pipeline] withDockerContainer 23:33:05 prd-centos7-docker-4c-2g-21745 does not seem to be running inside a container 23:33:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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 23:33:05 $ docker top b6c8475921dfb939cf93ade244f4a9c94a57ee6b66a172e8845663ad163a6a95 -eo pid,comm [Pipeline] { [Pipeline] sh 23:33:06 + make test 23:33:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:33:06 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:33:19 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 23:33:19 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements 23:33:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:33:20 gofmt -l . 23:33:20 [ "`gofmt -l .`" = "" ] 23:33:20 ./bin/test-attribution-txt.sh 23:33:20 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:33:21 $ docker stop --time=1 b6c8475921dfb939cf93ade244f4a9c94a57ee6b66a172e8845663ad163a6a95 23:33:23 $ docker rm -f b6c8475921dfb939cf93ade244f4a9c94a57ee6b66a172e8845663ad163a6a95 [Pipeline] // withDockerContainer [Pipeline] sh 23:33:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:33:24 Warning: overwriting stash ‘coverage-report’ 23:33:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:33:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:33:25 + ls -al . 23:33:25 total 104 23:33:25 drwxrwxr-x. 8 jenkins jenkins 4096 Jan 20 23:33 . 23:33:25 drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 23:32 .. 23:33:25 -rw-rw-r--. 1 jenkins jenkins 5082 Jan 20 23:32 Attribution.txt 23:33:25 drwxrwxr-x. 2 jenkins jenkins 87 Jan 20 23:32 bin 23:33:25 drwxrwxr-x. 3 jenkins jenkins 32 Jan 20 23:32 cmd 23:33:25 -rw-r--r--. 1 jenkins jenkins 8493 Jan 20 23:33 coverage.out 23:33:25 -rw-rw-r--. 1 jenkins jenkins 1529 Jan 20 23:32 Dockerfile 23:33:25 -rw-rw-r--. 1 jenkins jenkins 1006 Jan 20 23:32 Dockerfile.build 23:33:25 -rw-rw-r--. 1 jenkins jenkins 6 Jan 20 23:32 .dockerignore 23:33:25 drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 23:32 .git 23:33:25 drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 23:32 .github 23:33:25 -rw-rw-r--. 1 jenkins jenkins 272 Jan 20 23:32 .gitignore 23:33:25 -rw-r--r--. 1 jenkins jenkins 204 Jan 20 23:33 go.mod 23:33:25 -rw-r--r--. 1 jenkins jenkins 14156 Jan 20 23:33 go.sum 23:33:25 drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 23:32 internal 23:33:25 -rw-rw-r--. 1 jenkins jenkins 656 Jan 20 23:32 Jenkinsfile 23:33:25 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 20 23:32 LICENSE 23:33:25 -rw-rw-r--. 1 jenkins jenkins 937 Jan 20 23:32 Makefile 23:33:25 drwxrwxr-x. 2 jenkins jenkins 84 Jan 20 23:32 profiles 23:33:25 -rw-rw-r--. 1 jenkins jenkins 12398 Jan 20 23:32 README.md 23:33:25 -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 23:28 VERSION 23:33:25 -rw-rw-r--. 1 jenkins jenkins 209 Jan 20 23:32 version.go [Pipeline] isUnix [Pipeline] sh 23:33:25 + docker build -t docker-device-snmp-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=be8ccdab35ec795f9e357baea943d080b1f7317a --label arch=amd64 --label version=0.0.0 . 23:33:25 Sending build context to Docker daemon 349.7kB 23:33:25 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 23:33:25 Step 2/26 : FROM ${BASE} AS builder 23:33:25 ---> 90125e967d6c 23:33:25 Step 3/26 : ARG MAKE='make build' 23:33:26 ---> Running in 87c380ab70ae 23:33:26 Removing intermediate container 87c380ab70ae 23:33:26 ---> 1f23b20282e6 23:33:26 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 23:33:26 ---> Running in 83c149143389 23:33:26 Removing intermediate container 83c149143389 23:33:26 ---> 13eb25dce3e5 23:33:26 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 23:33:26 ---> Running in 5ed122ffca9e 23:33:26 Removing intermediate container 5ed122ffca9e 23:33:26 ---> d08ef61d0a71 23:33:26 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:33:26 ---> Running in 9e29436377c4 23:33:27 Removing intermediate container 9e29436377c4 23:33:27 ---> be0e566e0cef 23:33:27 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:33:27 ---> Running in bae1b35b36a0 23:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:33:30 OK: 166 MiB in 39 packages 23:33:31 Removing intermediate container bae1b35b36a0 23:33:31 ---> f7dca01caeff 23:33:31 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 23:33:31 ---> Running in 10bee62bdef6 23:33:31 Removing intermediate container 10bee62bdef6 23:33:31 ---> 2f343a602f07 23:33:31 Step 9/26 : COPY go.mod . 23:33:31 ---> fac75a2bfb97 23:33:31 Step 10/26 : COPY Makefile . 23:33:31 ---> 2dc557a6bbfc 23:33:31 Step 11/26 : RUN make update 23:33:31 ---> Running in 0700514a06a2 23:33:32 CGO_ENABLED=0 GO111MODULE=on go mod download 23:33:32 Removing intermediate container 0700514a06a2 23:33:32 ---> 3e19c3ec7939 23:33:32 Step 12/26 : COPY . . 23:33:33 ---> 8cb90abea2ce 23:33:33 Step 13/26 : RUN ${MAKE} 23:33:33 ---> Running in 09676314eb18 23:33:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd 23:33:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:33:46 Removing intermediate container 09676314eb18 23:33:46 ---> d828502e7348 23:33:46 Step 14/26 : FROM alpine:3.12 23:33:46 3.12: Pulling from library/alpine 23:33:48 801bfaa63ef2: Pulling fs layer 23:33:48 801bfaa63ef2: Download complete 23:33:48 801bfaa63ef2: Pull complete 23:33:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:33:48 Status: Downloaded newer image for alpine:3.12 23:33:48 ---> 389fef711851 23:33:48 Step 15/26 : ENV APP_PORT=49993 23:33:48 ---> Running in 9d419e8b3064 23:33:48 Removing intermediate container 9d419e8b3064 23:33:48 ---> 95762ad52023 23:33:48 Step 16/26 : EXPOSE $APP_PORT 23:33:48 ---> Running in c94a1c4a9206 23:33:49 Removing intermediate container c94a1c4a9206 23:33:49 ---> d537b3241ed8 23:33:49 Step 17/26 : ENV DEVICE_PORT=161 23:33:49 ---> Running in 833444ba3f2f 23:33:49 Removing intermediate container 833444ba3f2f 23:33:49 ---> 3d4e81025245 23:33:49 Step 18/26 : EXPOSE $DEVICE_PORT 23:33:49 ---> Running in 9ac370637bc2 23:33:49 Removing intermediate container 9ac370637bc2 23:33:49 ---> 83a38591a59e 23:33:49 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 23:33:50 ---> 929e2120cec7 23:33:50 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 23:33:50 ---> e61fdab753a0 23:33:50 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 23:33:50 ---> 108b3e0de858 23:33:50 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 23:33:50 ---> Running in a25fc913b78d 23:33:50 Removing intermediate container a25fc913b78d 23:33:50 ---> fcf26faca99e 23:33:50 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:33:50 ---> Running in af7ff104c92f 23:33:50 Removing intermediate container af7ff104c92f 23:33:50 ---> 571792ee5846 23:33:50 Step 24/26 : LABEL arch=amd64 23:33:50 ---> Running in 2f8d2c02d64d 23:33:51 Removing intermediate container 2f8d2c02d64d 23:33:51 ---> 859a9b0fe0c2 23:33:51 Step 25/26 : LABEL git_sha=be8ccdab35ec795f9e357baea943d080b1f7317a 23:33:51 ---> Running in be2526f37996 23:33:51 Removing intermediate container be2526f37996 23:33:51 ---> 3b9246b74c0d 23:33:51 Step 26/26 : LABEL version=0.0.0 23:33:51 ---> Running in 47489bdf7653 23:33:51 Removing intermediate container 47489bdf7653 23:33:51 ---> ae578526c642 23:33:51 [Warning] One or more build-args [ARCH] were not consumed 23:33:51 Successfully built ae578526c642 23:33:51 Successfully tagged docker-device-snmp-go: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 [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 23:33:53 provisioning config files... 23:33:53 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config1870132442406347137tmp [Pipeline] { [Pipeline] sh 23:33:53 + set +x 23:33:53 + bash -s -- 23:33:53 + curl -s https://codecov.io/bash 23:33:53 23:33:53 _____ _ 23:33:53 / ____| | | 23:33:53 | | ___ __| | ___ ___ _____ __ 23:33:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:33:53 | |___| (_) | (_| | __/ (_| (_) \ V / 23:33:53 \_____\___/ \__,_|\___|\___\___/ \_/ 23:33:53 Bash-20210115-cec3c92 23:33:53 23:33:53 23:33:53 ==> git version 2.24.3 found 23:33:53 ==> 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 23:33:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:33:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:33:53 ==> Jenkins CI detected. 23:33:53 project root: . 23:33:53 --> token set from env 23:33:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:33:53 ==> Running gcov in . (disable via -X gcov) 23:33:53 ==> Python coveragepy not found 23:33:53 ==> Searching for coverage reports in: 23:33:53 + . 23:33:53 -> Found 1 reports 23:33:53 ==> Detecting git/mercurial file structure 23:33:53 ==> Reading reports 23:33:53 + ./coverage.out bytes=8493 23:33:53 ==> Appending adjustments 23:33:53 https://docs.codecov.io/docs/fixing-reports 23:33:53 + Found adjustments 23:33:53 ==> Gzipping contents 23:33:53 4.0K /tmp/codecov.wJ97gC.gz 23:33:53 ==> Uploading reports 23:33:53 url: https://codecov.io 23:33:53 query: branch=PR-83&commit=be8ccdab35ec795f9e357baea943d080b1f7317a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-83%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=83&job=&cmd_args= 23:33:53 -> Pinging Codecov 23:33:53 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=be8ccdab35ec795f9e357baea943d080b1f7317a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-83%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=83&job=&cmd_args= 23:33:54 -> Uploading to 23:33:54 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/6C56EA5C29638FB4528AC87E60AF5AE0/be8ccdab35ec795f9e357baea943d080b1f7317a/23f1d39d-1ab4-45ff-b8bd-132242101451.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T233354Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cfd4595306b111448679ee2e2b5fb1143f16d06696d660b165a6e174181a618 23:33:54 % Total % Received % Xferd Average Speed Time Time Time Current 23:33:54 Dload Upload Total Spent Left Speed 23:33:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1447 0 0 100 1447 0 2993 --:--:-- --:--:-- --:--:-- 2989 100 1447 0 0 100 1447 0 2992 --:--:-- --:--:-- --:--:-- 2989 23:33:54 -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/be8ccdab35ec795f9e357baea943d080b1f7317a [Pipeline] } 23:33:54 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 23:33:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:33:57 ---> package-listing.sh 23:33:57 ++ facter osfamily 23:33:57 ++ tr '[:upper:]' '[:lower:]' 23:33:57 + OS_FAMILY=redhat 23:33:57 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-83 23:33:57 + START_PACKAGES=/tmp/packages_start.txt 23:33:57 + END_PACKAGES=/tmp/packages_end.txt 23:33:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:33:57 + PACKAGES=/tmp/packages_start.txt 23:33:57 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-83 ']' 23:33:57 + PACKAGES=/tmp/packages_end.txt 23:33:57 + case "${OS_FAMILY}" in 23:33:57 + rpm -qa 23:33:57 + sort 23:34:03 + '[' -f /tmp/packages_start.txt ']' 23:34:03 + '[' -f /tmp/packages_end.txt ']' 23:34:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:34:03 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-83 ']' 23:34:03 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-83/archives/ 23:34:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-83/archives/ [Pipeline] echo 23:34:03 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-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:34:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:34:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:34:03 23:34:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:34:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:34:04 alpine: Pulling from edgex-lftools-log-publisher 23:34:04 df20fa9351a1: Pulling fs layer 23:34:04 36b3adc4ff6f: Pulling fs layer 23:34:04 8ad3a11d3b57: Pulling fs layer 23:34:04 46f8f816bc3b: Pulling fs layer 23:34:04 93b61091891f: Pulling fs layer 23:34:04 93b9cdb0e59b: Pulling fs layer 23:34:04 5e14af77c1be: Pulling fs layer 23:34:04 01666e4c0597: Pulling fs layer 23:34:04 aa168da1d23b: Pulling fs layer 23:34:04 93b9cdb0e59b: Waiting 23:34:04 5e14af77c1be: Waiting 23:34:04 01666e4c0597: Waiting 23:34:04 aa168da1d23b: Waiting 23:34:04 93b61091891f: Waiting 23:34:04 36b3adc4ff6f: Verifying Checksum 23:34:04 36b3adc4ff6f: Download complete 23:34:04 46f8f816bc3b: Verifying Checksum 23:34:04 46f8f816bc3b: Download complete 23:34:04 df20fa9351a1: Verifying Checksum 23:34:04 df20fa9351a1: Download complete 23:34:04 93b9cdb0e59b: Verifying Checksum 23:34:04 93b9cdb0e59b: Download complete 23:34:04 5e14af77c1be: Verifying Checksum 23:34:04 5e14af77c1be: Download complete 23:34:04 93b61091891f: Verifying Checksum 23:34:04 93b61091891f: Download complete 23:34:04 01666e4c0597: Verifying Checksum 23:34:04 01666e4c0597: Download complete 23:34:04 df20fa9351a1: Pull complete 23:34:04 36b3adc4ff6f: Pull complete 23:34:06 8ad3a11d3b57: Verifying Checksum 23:34:06 8ad3a11d3b57: Download complete 23:34:06 8ad3a11d3b57: Pull complete 23:34:06 46f8f816bc3b: Pull complete 23:34:07 93b61091891f: Pull complete 23:34:07 93b9cdb0e59b: Pull complete 23:34:07 aa168da1d23b: Verifying Checksum 23:34:07 aa168da1d23b: Download complete 23:34:08 5e14af77c1be: Pull complete 23:34:08 01666e4c0597: Pull complete 23:34:15 aa168da1d23b: Pull complete 23:34:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:34:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:34:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:34:15 prd-centos7-docker-4c-2g-21743 does not seem to be running inside a container 23:34:15 $ 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-83/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-83 -v /w/workspace/dgexfoundry_device-snmp-go_PR-83:/w/workspace/dgexfoundry_device-snmp-go_PR-83:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-83@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 23:34:19 $ docker top 4149bde368b16a05e23d80629d898fe36cc050c4ea4e5addbfd0d871e1795211 -eo pid,comm [Pipeline] { [Pipeline] sh 23:34:19 + touch /tmp/pre-build-complete [Pipeline] sh 23:34:20 + mkdir -p /var/log/sa [Pipeline] sh 23:34:20 + ls /var/log/sa-host 23:34:20 + sadf -c /var/log/sa-host/sa20 23:34:20 file_magic: OK 23:34:20 HZ: Using current value: 100 23:34:20 file_header: OK 23:34:20 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 23:34:20 Statistics: 23:34:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:34:20 File successfully converted to sysstat format version 12.2.1 23:34:20 + sadf -c /var/log/sa-host/sa23 23:34:20 file_magic: OK 23:34:20 HZ: Using current value: 100 23:34:20 file_header: OK 23:34:20 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 23:34:20 Statistics: 23:34:20 Hnuu...uuuununununu... 23:34:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:34:20 provisioning config files... 23:34:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config4302104979477012241tmp [Pipeline] { [Pipeline] echo 23:34:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:34:21 ---> create-netrc.sh [Pipeline] } 23:34:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:34:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:34:21 ---> python-tools-install.sh [Pipeline] echo 23:34:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:34:22 ---> sudo-logs.sh 23:34:22 Archiving 'sudo' log.. [Pipeline] echo 23:34:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:34:22 ---> job-cost.sh 23:34:22 lf-activate-venv: SKIPPING 23:34:22 INFO: No Stack... 23:34:23 INFO: Retrieving Pricing Info for: v1-standard-2 23:34:23 INFO: Archiving Costs [Pipeline] echo 23:34:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:34:23 ---> logs-deploy.sh 23:34:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-83/3 23:34:23 INFO: archiving workspace using pattern(s): 23:34:25 Archives upload complete. 23:34:25 INFO: archiving logs to Nexus 23:34:26 ---> uname -a: 23:34:26 Linux prd-centos7-docker-4c-2g-21743.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:34:26 23:34:26