Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ab86073b0269e161c45419c6956d6e22a89cd28 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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: 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 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-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3800’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3802 in /w/workspace/gexfoundry_device-snmp-go_master [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/gexfoundry_device-snmp-go_master # 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 > 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0ab86073b0269e161c45419c6956d6e22a89cd28 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ab86073b0269e161c45419c6956d6e22a89cd28 # timeout=10 Commit message: "Merge pull request #92 from ernestojeda/rename-makefile-images" > git rev-list --no-walk a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:51:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:51:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:51:47 ========================================================= 10:51:47 EdgeX Global Pipelines Version Info 10:51:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:51:49 ------------------- 10:51:49 stable info: 10:51:49 ------------------- 10:51:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:51:49 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:51:49 Message: update stable to v1.0.191 10:51:50 ------------------- 10:51:50 experimental info: 10:51:50 ------------------- 10:51:50 Commited By: **** collab-it+edgex@linuxfoundation.org 10:51:50 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:51:50 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:51:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:51:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:51:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:51:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:51:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ab86073b0269e161c45419c6956d6e22a89cd28 [Pipeline] echo 10:51:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ab8607 [Pipeline] echo 10:51:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:51:51 provisioning config files... 10:51:51 copy managed file [device-snmp-go-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config5035474164939765007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:51:51 ---> docker-login.sh 10:51:51 nexus3.edgexfoundry.org:10001 10:51:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:51 Configure a credential helper to remove this warning. See 10:51:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:51 10:51:51 Login Succeeded 10:51:51 nexus3.edgexfoundry.org:10002 10:51:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:52 Configure a credential helper to remove this warning. See 10:51:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:52 10:51:52 Login Succeeded 10:51:52 nexus3.edgexfoundry.org:10003 10:51:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:52 Configure a credential helper to remove this warning. See 10:51:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:52 10:51:52 Login Succeeded 10:51:52 nexus3.edgexfoundry.org:10004 10:51:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:52 Configure a credential helper to remove this warning. See 10:51:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:52 10:51:52 Login Succeeded 10:51:52 docker.io 10:51:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:52 Configure a credential helper to remove this warning. See 10:51:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:52 10:51:52 Login Succeeded 10:51:52 ---> docker-login.sh ends [Pipeline] } 10:51:52 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 10:51:53 + git log --format=format:%s -1 0ab86073b0269e161c45419c6956d6e22a89cd28 [Pipeline] echo 10:51:53 GIT_COMMIT: 0ab86073b0269e161c45419c6956d6e22a89cd28, Commit Message: Merge pull request #92 from ernestojeda/rename-makefile-images [Pipeline] echo 10:51:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:51:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:51:54 10:51:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:51:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:51:54 latest: Pulling from edgex-devops/git-semver 10:51:54 31603596830f: Pulling fs layer 10:51:54 54011a49482f: Pulling fs layer 10:51:54 a6820b24f6d8: Pulling fs layer 10:51:54 f581987b2513: Pulling fs layer 10:51:54 54011a49482f: Verifying Checksum 10:51:54 54011a49482f: Download complete 10:51:54 31603596830f: Verifying Checksum 10:51:54 31603596830f: Download complete 10:51:54 f581987b2513: Verifying Checksum 10:51:54 f581987b2513: Download complete 10:51:54 a6820b24f6d8: Verifying Checksum 10:51:54 a6820b24f6d8: Download complete 10:51:54 31603596830f: Pull complete 10:51:55 54011a49482f: Pull complete 10:51:56 a6820b24f6d8: Pull complete 10:51:56 f581987b2513: Pull complete 10:51:56 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 10:51:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:51:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:51:56 prd-centos7-docker-4c-2g-3802 does not seem to be running inside a container 10:51:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:51:58 $ docker top 8f48d2043541511ef5c5a01ed6bf30a1ce9959a4f3955bc9e4e56465abf64b36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:51:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:51:58 [ssh-agent] Looking for ssh-agent implementation... 10:51:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:51:58 $ docker exec 8f48d2043541511ef5c5a01ed6bf30a1ce9959a4f3955bc9e4e56465abf64b36 ssh-agent 10:51:58 SSH_AUTH_SOCK=/tmp/ssh-8Ad2OnDNLXlh/agent.11 10:51:58 SSH_AGENT_PID=16 10:51:58 Running ssh-add (command line suppressed) 10:51:59 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8600599728226420914.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8600599728226420914.key) 10:51:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:51:59 + git tag --points-at HEAD [Pipeline] } 10:51:59 $ docker exec --env ******** --env ******** 8f48d2043541511ef5c5a01ed6bf30a1ce9959a4f3955bc9e4e56465abf64b36 ssh-agent -k 10:51:59 unset SSH_AUTH_SOCK; 10:51:59 unset SSH_AGENT_PID; 10:51:59 echo Agent pid 16 killed; 10:51:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:51:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:51:59 [ssh-agent] Looking for ssh-agent implementation... 10:51:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:51:59 $ docker exec 8f48d2043541511ef5c5a01ed6bf30a1ce9959a4f3955bc9e4e56465abf64b36 ssh-agent 10:52:00 SSH_AUTH_SOCK=/tmp/ssh-0GFaUhFVXDHl/agent.46 10:52:00 SSH_AGENT_PID=51 10:52:00 Running ssh-add (command line suppressed) 10:52:00 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4747658294292385968.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_4747658294292385968.key) 10:52:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:52:00 + git semver init 10:52:00 # -> Open(): unable to determine branch for HEAD 10:52:00 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 10:52:00 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 10:52:00 # $SEMVER_REMOTE_NAME = origin 10:52:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:52:00 # $SEMVER_USER_NAME = edgex-jenkins 10:52:00 # $SEMVER_BRANCH = master 10:52:00 # $SEMVER_TEMP = /tmp/semver-730036432 10:52:00 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 10:52:00 # '/tmp/semver-730036432' -> '/w/workspace/gexfoundry_device-snmp-go_master/.semver' 10:52:00 # -> Force: false 10:52:00 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 10:52:00 $ docker exec --env ******** --env ******** 8f48d2043541511ef5c5a01ed6bf30a1ce9959a4f3955bc9e4e56465abf64b36 ssh-agent -k 10:52:00 unset SSH_AUTH_SOCK; 10:52:00 unset SSH_AGENT_PID; 10:52:00 echo Agent pid 51 killed; 10:52:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:52:01 + git semver [Pipeline] } 10:52:01 $ docker stop --time=1 8f48d2043541511ef5c5a01ed6bf30a1ce9959a4f3955bc9e4e56465abf64b36 10:52:02 $ docker rm -f 8f48d2043541511ef5c5a01ed6bf30a1ce9959a4f3955bc9e4e56465abf64b36 [Pipeline] // withDockerContainer [Pipeline] sh 10:52:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:52:03 Stashed 1 file(s) [Pipeline] echo 10:52:03 [edgeXSemver]: initialized semver on version 1.3.2-dev.3 [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 10:52:18 Still waiting to schedule task 10:52:18 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3805’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3792’ doesn’t have label ‘centos7-docker-4c-2g’ 10:52:18 Still waiting to schedule task 10:52:18 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:53:47 Running on prd-centos7-docker-4c-2g-3809 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 10:53:47 Running in /w/workspace/device-snmp-go/26 [Pipeline] { [Pipeline] checkout 10:53:50 using credential edgex-jenkins-ssh 10:53:50 Cloning the remote Git repository 10:53:50 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 10:53:50 > git init /w/workspace/device-snmp-go/26 # timeout=10 10:53:50 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 10:53:50 > git --version # timeout=10 10:53:50 > git --version # 'git version 2.24.3' 10:53:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:53:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:53:51 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 10:53:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:53:51 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 10:53:51 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 10:53:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:53:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:53:51 Checking out Revision 0ab86073b0269e161c45419c6956d6e22a89cd28 (master) 10:53:51 > git config core.sparsecheckout # timeout=10 10:53:51 > git checkout -f 0ab86073b0269e161c45419c6956d6e22a89cd28 # timeout=10 10:53:55 Commit message: "Merge pull request #92 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:53:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:53:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:53:57 + true 10:53:57 + sudo service docker restart 10:53:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:53:58 provisioning config files... 10:53:58 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/26@tmp/config1559310336837238853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:53:59 ---> docker-login.sh 10:53:59 nexus3.edgexfoundry.org:10001 10:53:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:53:59 Configure a credential helper to remove this warning. See 10:53:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:53:59 10:53:59 Login Succeeded 10:53:59 nexus3.edgexfoundry.org:10002 10:53:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:53:59 Configure a credential helper to remove this warning. See 10:53:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:53:59 10:53:59 Login Succeeded 10:53:59 nexus3.edgexfoundry.org:10003 10:53:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:53:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:53:59 Configure a credential helper to remove this warning. See 10:53:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:53:59 10:53:59 Login Succeeded 10:53:59 nexus3.edgexfoundry.org:10004 10:54:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:00 Configure a credential helper to remove this warning. See 10:54:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:00 10:54:00 Login Succeeded 10:54:00 docker.io 10:54:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:00 Configure a credential helper to remove this warning. See 10:54:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:00 10:54:00 Login Succeeded 10:54:00 ---> docker-login.sh ends [Pipeline] } 10:54:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:54:00 ========================================================= 10:54:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:54:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:54:00 + 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 . 10:54:00 Sending build context to Docker daemon 341.5kB 10:54:00 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 10:54:00 Step 2/10 : FROM ${BASE} 10:54:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:54:01 540db60ca938: Pulling fs layer 10:54:01 adcc1eea9eea: Pulling fs layer 10:54:01 4c4ab2625f07: Pulling fs layer 10:54:01 0510c868ecb4: Pulling fs layer 10:54:01 afea3b2eda06: Pulling fs layer 10:54:01 7809a108b3ef: Pulling fs layer 10:54:01 f706445af74f: Pulling fs layer 10:54:01 afea3b2eda06: Waiting 10:54:01 7809a108b3ef: Waiting 10:54:01 f706445af74f: Waiting 10:54:01 0510c868ecb4: Waiting 10:54:01 4c4ab2625f07: Verifying Checksum 10:54:01 4c4ab2625f07: Download complete 10:54:01 adcc1eea9eea: Verifying Checksum 10:54:01 adcc1eea9eea: Download complete 10:54:01 afea3b2eda06: Verifying Checksum 10:54:01 afea3b2eda06: Download complete 10:54:01 7809a108b3ef: Download complete 10:54:01 540db60ca938: Verifying Checksum 10:54:01 540db60ca938: Download complete 10:54:01 540db60ca938: Pull complete 10:54:01 adcc1eea9eea: Pull complete 10:54:01 4c4ab2625f07: Pull complete 10:54:02 f706445af74f: Verifying Checksum 10:54:02 f706445af74f: Download complete 10:54:03 0510c868ecb4: Verifying Checksum 10:54:03 0510c868ecb4: Download complete 10:54:09 0510c868ecb4: Pull complete 10:54:09 afea3b2eda06: Pull complete 10:54:09 7809a108b3ef: Pull complete 10:54:17 f706445af74f: Pull complete 10:54:17 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 10:54:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:54:17 ---> b068be0155e3 10:54:17 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 10:54:17 ---> Running in 1fe7d4f5279a 10:54:17 Removing intermediate container 1fe7d4f5279a 10:54:17 ---> 5a7add61be6c 10:54:17 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 10:54:17 ---> Running in 05a469748cef 10:54:17 Removing intermediate container 05a469748cef 10:54:17 ---> 81bd29152e83 10:54:17 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 10:54:17 ---> Running in 1948d42a0f11 10:54:17 Removing intermediate container 1948d42a0f11 10:54:17 ---> 4f2d24157482 10:54:17 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:18 ---> Running in cb9c4b3fb9d7 10:54:19 Removing intermediate container cb9c4b3fb9d7 10:54:19 ---> 46f57c9cc8a6 10:54:19 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:54:19 ---> Running in c430cf323470 10:54:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:54:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:54:23 OK: 149 MiB in 40 packages 10:54:23 Removing intermediate container c430cf323470 10:54:23 ---> cd394a4c1dd4 10:54:23 Step 8/10 : WORKDIR /device-snmp-go 10:54:23 ---> Running in 60f3c9decdf4 10:54:24 Removing intermediate container 60f3c9decdf4 10:54:24 ---> 86b9314e884a 10:54:24 Step 9/10 : COPY . . 10:54:25 ---> 86ef45272c93 10:54:25 Step 10/10 : RUN go mod download 10:54:25 ---> Running in 1ac26fb9a467 10:54:47 Removing intermediate container 1ac26fb9a467 10:54:47 ---> d3638e07a123 10:54:47 Successfully built d3638e07a123 10:54:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:54:47 + docker inspect -f . ci-base-image-x86_64 10:54:47 . [Pipeline] withDockerContainer 10:54:47 prd-centos7-docker-4c-2g-3809 does not seem to be running inside a container 10:54:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/26 -v /w/workspace/device-snmp-go/26:/w/workspace/device-snmp-go/26:rw,z -v /w/workspace/device-snmp-go/26@tmp:/w/workspace/device-snmp-go/26@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 ******** ci-base-image-x86_64 cat 10:54:48 $ docker top 019261b0f4be4bc7e639468291dcbc981ad69adf7dbe419632407e76ca9451d3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:48 + go version 10:54:48 go version go1.16.3 linux/amd64 [Pipeline] } 10:54:48 $ docker stop --time=1 019261b0f4be4bc7e639468291dcbc981ad69adf7dbe419632407e76ca9451d3 10:54:50 $ docker rm -f 019261b0f4be4bc7e639468291dcbc981ad69adf7dbe419632407e76ca9451d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:50 + docker inspect -f . ci-base-image-x86_64 10:54:50 . [Pipeline] withDockerContainer 10:54:50 prd-centos7-docker-4c-2g-3809 does not seem to be running inside a container 10:54:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/26 -v /w/workspace/device-snmp-go/26:/w/workspace/device-snmp-go/26:rw,z -v /w/workspace/device-snmp-go/26@tmp:/w/workspace/device-snmp-go/26@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 ******** ci-base-image-x86_64 cat 10:54:51 $ docker top befa7ef2e16043bbc2513ac6cbbb68f98e8914048172eba37d4922aa6ad7c90a -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:52 + go mod tidy [Pipeline] sh 10:54:52 + make test 10:54:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:54:53 ? github.com/edgexfoundry/device-snmp-go [no test files] 10:55:08 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 10:55:08 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.007s coverage: 0.0% of statements 10:55:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:55:12 gofmt -l . 10:55:12 [ "`gofmt -l .`" = "" ] 10:55:12 ./bin/test-attribution-txt.sh 10:55:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:55:13 $ docker stop --time=1 befa7ef2e16043bbc2513ac6cbbb68f98e8914048172eba37d4922aa6ad7c90a 10:55:17 $ docker rm -f befa7ef2e16043bbc2513ac6cbbb68f98e8914048172eba37d4922aa6ad7c90a [Pipeline] // withDockerContainer [Pipeline] sh 10:55:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:55:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:55:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:55:19 + ls -al . 10:55:19 total 104 10:55:19 drwxrwxr-x. 8 jenkins jenkins 4096 May 9 10:55 . 10:55:19 drwxrwxr-x. 4 jenkins jenkins 30 May 9 10:53 .. 10:55:19 -rw-rw-r--. 1 jenkins jenkins 5082 May 9 10:53 Attribution.txt 10:55:19 drwxrwxr-x. 2 jenkins jenkins 87 May 9 10:53 bin 10:55:19 drwxrwxr-x. 3 jenkins jenkins 32 May 9 10:53 cmd 10:55:19 -rw-r--r--. 1 jenkins jenkins 8493 May 9 10:55 coverage.out 10:55:19 -rw-rw-r--. 1 jenkins jenkins 1529 May 9 10:53 Dockerfile 10:55:19 -rw-rw-r--. 1 jenkins jenkins 1006 May 9 10:53 Dockerfile.build 10:55:19 -rw-rw-r--. 1 jenkins jenkins 6 May 9 10:53 .dockerignore 10:55:19 drwxrwxr-x. 8 jenkins jenkins 162 May 9 10:53 .git 10:55:19 drwxrwxr-x. 2 jenkins jenkins 103 May 9 10:53 .github 10:55:19 -rw-rw-r--. 1 jenkins jenkins 272 May 9 10:53 .gitignore 10:55:19 -rw-r--r--. 1 jenkins jenkins 204 May 9 10:55 go.mod 10:55:19 -rw-r--r--. 1 jenkins jenkins 14156 May 9 10:54 go.sum 10:55:19 drwxrwxr-x. 3 jenkins jenkins 20 May 9 10:53 internal 10:55:19 -rw-rw-r--. 1 jenkins jenkins 656 May 9 10:53 Jenkinsfile 10:55:19 -rw-rw-r--. 1 jenkins jenkins 11340 May 9 10:53 LICENSE 10:55:19 -rw-rw-r--. 1 jenkins jenkins 917 May 9 10:53 Makefile 10:55:19 drwxrwxr-x. 2 jenkins jenkins 84 May 9 10:53 profiles 10:55:19 -rw-rw-r--. 1 jenkins jenkins 14171 May 9 10:53 README.md 10:55:19 -rw-rw-r--. 1 jenkins jenkins 11 May 9 10:52 VERSION 10:55:19 -rw-rw-r--. 1 jenkins jenkins 209 May 9 10:53 version.go [Pipeline] isUnix [Pipeline] sh 10:55:19 + 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=0ab86073b0269e161c45419c6956d6e22a89cd28 --label arch=amd64 --label version=1.3.2-dev.3 . 10:55:19 Sending build context to Docker daemon 350.7kB 10:55:19 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 10:55:19 Step 2/26 : FROM ${BASE} AS builder 10:55:19 ---> d3638e07a123 10:55:19 Step 3/26 : ARG MAKE='make build' 10:55:20 ---> Running in 21f6cd43df24 10:55:20 Removing intermediate container 21f6cd43df24 10:55:20 ---> e41fbd1ed20b 10:55:20 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 10:55:20 ---> Running in 830f7575a186 10:55:20 Removing intermediate container 830f7575a186 10:55:20 ---> caaa90d0dfde 10:55:20 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 10:55:21 ---> Running in 078657564bdb 10:55:21 Removing intermediate container 078657564bdb 10:55:21 ---> dca985185fd8 10:55:21 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:21 ---> Running in 4e0849461631 10:55:21 Removing intermediate container 4e0849461631 10:55:21 ---> 4478ad8529fc 10:55:21 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:55:21 ---> Running in 8ec8e12e55be 10:55:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:55:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:55:27 OK: 149 MiB in 40 packages 10:55:27 Removing intermediate container 8ec8e12e55be 10:55:27 ---> 31af3f2b1bdd 10:55:27 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 10:55:27 ---> Running in eae5ed2fe575 10:55:27 Removing intermediate container eae5ed2fe575 10:55:27 ---> d03aa50d42e8 10:55:27 Step 9/26 : COPY go.mod . 10:55:27 ---> 19814c41e069 10:55:27 Step 10/26 : COPY Makefile . 10:55:27 ---> e200881c6559 10:55:27 Step 11/26 : RUN make update 10:55:28 ---> Running in eefab9809ad6 10:55:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3814 in /w/workspace/gexfoundry_device-snmp-go_master [Pipeline] { [Pipeline] ws 10:55:28 Running in /w/workspace/device-snmp-go/26 [Pipeline] { [Pipeline] checkout 10:55:28 CGO_ENABLED=0 GO111MODULE=on go mod download 10:55:29 Removing intermediate container eefab9809ad6 10:55:29 ---> bb3ce720755f 10:55:29 Step 12/26 : COPY . . 10:55:29 ---> 04ee6b21aaa2 10:55:29 Step 13/26 : RUN ${MAKE} 10:55:29 ---> Running in bbb309e68fc9 10:55:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.2-dev.3" -o cmd/device-snmp-go ./cmd 10:55:35 using credential edgex-jenkins-ssh 10:55:35 Cloning the remote Git repository 10:55:35 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 10:55:35 > git init /w/workspace/device-snmp-go/26 # timeout=10 10:55:35 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 10:55:35 > git --version # timeout=10 10:55:35 > git --version # 'git version 2.17.1' 10:55:35 using GIT_SSH to set credentials SSH Credentials for GitHub 10:55:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:55:37 Checking out Revision 0ab86073b0269e161c45419c6956d6e22a89cd28 (master) 10:55:36 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 10:55:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:55:36 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 10:55:36 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 10:55:36 using GIT_SSH to set credentials SSH Credentials for GitHub 10:55:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:55:37 > git config core.sparsecheckout # timeout=10 10:55:37 > git checkout -f 0ab86073b0269e161c45419c6956d6e22a89cd28 # timeout=10 10:55:40 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:55:41 Commit message: "Merge pull request #92 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:55:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:55:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:55:43 Removing intermediate container bbb309e68fc9 10:55:43 ---> 07a0efd7680a 10:55:43 Step 14/26 : FROM alpine:3.12 10:55:44 3.12: Pulling from library/alpine 10:55:44 339de151aab4: Pulling fs layer 10:55:44 + sudo service docker restart 10:55:44 + true 10:55:44 339de151aab4: Verifying Checksum 10:55:44 339de151aab4: Download complete 10:55:44 339de151aab4: Pull complete 10:55:44 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:55:44 Status: Downloaded newer image for alpine:3.12 10:55:44 ---> 13621d1b12d4 10:55:44 Step 15/26 : ENV APP_PORT=49993 10:55:44 ---> Running in 7c0c2e6d1d2e 10:55:44 Removing intermediate container 7c0c2e6d1d2e 10:55:44 ---> e6da2bae6cce 10:55:44 Step 16/26 : EXPOSE $APP_PORT 10:55:44 ---> Running in b8354d7d0577 10:55:45 Removing intermediate container b8354d7d0577 10:55:45 ---> 65a3f3fb7074 10:55:45 Step 17/26 : ENV DEVICE_PORT=161 10:55:45 ---> Running in be9b07e44c69 10:55:45 Removing intermediate container be9b07e44c69 10:55:45 ---> 94fd7f266d11 10:55:45 Step 18/26 : EXPOSE $DEVICE_PORT 10:55:45 ---> Running in c79e4c3a9653 10:55:45 Removing intermediate container c79e4c3a9653 10:55:45 ---> a0786a848a43 10:55:45 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:55:46 provisioning config files... 10:55:46 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/26@tmp/config7473685957662218532tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:46 ---> 80106c8f2e48 10:55:46 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 10:55:46 ---> docker-login.sh 10:55:46 nexus3.edgexfoundry.org:10001 10:55:46 ---> e4d488020f8a 10:55:46 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 10:55:47 ---> 70c53e0770aa 10:55:47 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 10:55:47 ---> Running in db06a4e95366 10:55:47 Removing intermediate container db06a4e95366 10:55:47 ---> 3f69b336be17 10:55:47 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 10:55:47 ---> Running in d38bd675f102 10:55:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:47 Removing intermediate container d38bd675f102 10:55:47 ---> 89a7a4a4ac60 10:55:47 Step 24/26 : LABEL arch=amd64 10:55:47 ---> Running in 79dc9de015d5 10:55:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:47 Configure a credential helper to remove this warning. See 10:55:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:47 10:55:47 Login Succeeded 10:55:47 nexus3.edgexfoundry.org:10002 10:55:48 Removing intermediate container 79dc9de015d5 10:55:48 ---> fcf7e679385e 10:55:48 Step 25/26 : LABEL git_sha=0ab86073b0269e161c45419c6956d6e22a89cd28 10:55:48 ---> Running in ea3b7c4d6a67 10:55:48 Removing intermediate container ea3b7c4d6a67 10:55:48 ---> 5c4acb387c7e 10:55:48 Step 26/26 : LABEL version=1.3.2-dev.3 10:55:48 ---> Running in 435a4e9e2d32 10:55:48 Removing intermediate container 435a4e9e2d32 10:55:48 ---> c3b1823e760a 10:55:48 [Warning] One or more build-args [ARCH] were not consumed 10:55:48 Successfully built c3b1823e760a 10:55:48 Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 10:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:48 Configure a credential helper to remove this warning. See 10:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:48 10:55:48 Login Succeeded 10:55:48 nexus3.edgexfoundry.org:10003 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:55:48 provisioning config files... 10:55:48 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/26@tmp/config3633678289158512496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:49 ---> docker-login.sh 10:55:49 nexus3.edgexfoundry.org:10001 10:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:49 Configure a credential helper to remove this warning. See 10:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:49 10:55:49 Login Succeeded 10:55:49 nexus3.edgexfoundry.org:10004 10:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:49 Configure a credential helper to remove this warning. See 10:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:49 10:55:49 Login Succeeded 10:55:49 nexus3.edgexfoundry.org:10002 10:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:49 Configure a credential helper to remove this warning. See 10:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:49 10:55:49 Login Succeeded 10:55:49 nexus3.edgexfoundry.org:10003 10:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:49 Configure a credential helper to remove this warning. See 10:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:49 10:55:49 Login Succeeded 10:55:49 nexus3.edgexfoundry.org:10004 10:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:49 Configure a credential helper to remove this warning. See 10:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:49 10:55:49 Login Succeeded 10:55:49 docker.io 10:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:49 Configure a credential helper to remove this warning. See 10:55:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:49 10:55:49 Login Succeeded 10:55:49 docker.io 10:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:50 Configure a credential helper to remove this warning. See 10:55:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:50 10:55:50 Login Succeeded 10:55:50 ---> docker-login.sh ends [Pipeline] } 10:55:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:50 [edgeXDocker.push] Tagging docker image docker-device-snmp-go with the following tags: 10:55:50 0ab86073b0269e161c45419c6956d6e22a89cd28 10:55:50 latest 10:55:50 1.3.2-dev.3 10:55:50 0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3 10:55:50 master 10:55:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:50 Configure a credential helper to remove this warning. See 10:55:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:50 10:55:50 Login Succeeded 10:55:50 ---> docker-login.sh ends [Pipeline] } 10:55:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 10:55:50 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:0ab86073b0269e161c45419c6956d6e22a89cd28 [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 10:55:50 ========================================================= 10:55:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:55:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:55:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:0ab86073b0269e161c45419c6956d6e22a89cd28 10:55:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 10:55:51 e40dfac6a1ed: Preparing 10:55:51 6fc740977e70: Preparing 10:55:51 d84f340da87b: Preparing 10:55:51 32f366d666a5: Preparing 10:55:51 32f366d666a5: Layer already exists 10:55:51 + 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 . 10:55:51 6fc740977e70: Pushed 10:55:51 e40dfac6a1ed: Pushed 10:55:51 Sending build context to Docker daemon 340.5kB 10:55:51 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 10:55:51 Step 2/10 : FROM ${BASE} 10:55:51 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:55:51 595b0fe564bb: Pulling fs layer 10:55:51 7186ed65a4f7: Pulling fs layer 10:55:51 316046926c0a: Pulling fs layer 10:55:51 4ebd0625c992: Pulling fs layer 10:55:51 207e8628e3a3: Pulling fs layer 10:55:51 c791037a9be2: Pulling fs layer 10:55:51 ffd874e62e21: Pulling fs layer 10:55:51 4ebd0625c992: Waiting 10:55:51 207e8628e3a3: Waiting 10:55:51 ffd874e62e21: Waiting 10:55:51 c791037a9be2: Waiting 10:55:51 316046926c0a: Verifying Checksum 10:55:51 316046926c0a: Download complete 10:55:51 7186ed65a4f7: Verifying Checksum 10:55:51 7186ed65a4f7: Download complete 10:55:51 207e8628e3a3: Verifying Checksum 10:55:51 207e8628e3a3: Download complete 10:55:51 c791037a9be2: Verifying Checksum 10:55:51 c791037a9be2: Download complete 10:55:51 595b0fe564bb: Verifying Checksum 10:55:51 595b0fe564bb: Download complete 10:55:52 d84f340da87b: Pushed 10:55:52 595b0fe564bb: Pull complete 10:55:52 0ab86073b0269e161c45419c6956d6e22a89cd28: digest: sha256:06529cafe3df36a2fd4e1e22e964f43c3942bc80e526d3d9e5f6797ef46b0049 size: 1155 [Pipeline] isUnix [Pipeline] sh 10:55:52 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest [Pipeline] isUnix [Pipeline] sh 10:55:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 10:55:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 10:55:53 e40dfac6a1ed: Preparing 10:55:53 6fc740977e70: Preparing 10:55:53 d84f340da87b: Preparing 10:55:53 32f366d666a5: Preparing 10:55:53 6fc740977e70: Layer already exists 10:55:53 e40dfac6a1ed: Layer already exists 10:55:53 32f366d666a5: Layer already exists 10:55:53 d84f340da87b: Layer already exists 10:55:53 latest: digest: sha256:06529cafe3df36a2fd4e1e22e964f43c3942bc80e526d3d9e5f6797ef46b0049 size: 1155 [Pipeline] isUnix [Pipeline] sh 10:55:53 7186ed65a4f7: Pull complete 10:55:53 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 10:55:53 316046926c0a: Pull complete 10:55:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.2-dev.3 10:55:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 10:55:53 e40dfac6a1ed: Preparing 10:55:53 6fc740977e70: Preparing 10:55:53 d84f340da87b: Preparing 10:55:53 32f366d666a5: Preparing 10:55:53 6fc740977e70: Layer already exists 10:55:53 32f366d666a5: Layer already exists 10:55:53 d84f340da87b: Layer already exists 10:55:53 e40dfac6a1ed: Layer already exists 10:55:54 ffd874e62e21: Verifying Checksum 10:55:54 ffd874e62e21: Download complete 10:55:54 1.3.2-dev.3: digest: sha256:06529cafe3df36a2fd4e1e22e964f43c3942bc80e526d3d9e5f6797ef46b0049 size: 1155 [Pipeline] isUnix [Pipeline] sh 10:55:55 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 10:55:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3 10:55:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 10:55:55 e40dfac6a1ed: Preparing 10:55:55 6fc740977e70: Preparing 10:55:55 d84f340da87b: Preparing 10:55:55 32f366d666a5: Preparing 10:55:55 32f366d666a5: Layer already exists 10:55:55 e40dfac6a1ed: Layer already exists 10:55:55 6fc740977e70: Layer already exists 10:55:55 d84f340da87b: Layer already exists 10:55:55 0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3: digest: sha256:06529cafe3df36a2fd4e1e22e964f43c3942bc80e526d3d9e5f6797ef46b0049 size: 1155 [Pipeline] isUnix [Pipeline] sh 10:55:55 + docker tag docker-device-snmp-go nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] isUnix [Pipeline] sh 10:55:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master 10:55:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go] 10:55:56 e40dfac6a1ed: Preparing 10:55:56 6fc740977e70: Preparing 10:55:56 d84f340da87b: Preparing 10:55:56 32f366d666a5: Preparing 10:55:56 e40dfac6a1ed: Layer already exists 10:55:56 6fc740977e70: Layer already exists 10:55:56 d84f340da87b: Layer already exists 10:55:56 32f366d666a5: Layer already exists 10:55:56 master: digest: sha256:06529cafe3df36a2fd4e1e22e964f43c3942bc80e526d3d9e5f6797ef46b0049 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:56 ===================================================== 10:55:56 4ebd0625c992: Verifying Checksum [Pipeline] echo 10:55:56 taggedImages: 10:55:56 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:0ab86073b0269e161c45419c6956d6e22a89cd28 10:55:56 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:latest 10:55:56 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:1.3.2-dev.3 10:55:56 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3 10:55:56 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:55:56 ---> job-cost.sh 10:55:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZUIi 10:56:08 4ebd0625c992: Pull complete 10:56:08 207e8628e3a3: Pull complete 10:56:08 c791037a9be2: Pull complete 10:56:10 ffd874e62e21: Pull complete 10:56:11 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 10:56:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:56:11 ---> cfc18b08335c 10:56:11 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 10:56:14 ---> Running in 6812d131a08b 10:56:14 Removing intermediate container 6812d131a08b 10:56:14 ---> 065d9dd82a70 10:56:14 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 10:56:14 ---> Running in 34f5c6a4d4c4 10:56:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:56:15 Removing intermediate container 34f5c6a4d4c4 10:56:15 ---> 645980ebb809 10:56:15 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 10:56:15 ---> Running in 81bf5d198ebe 10:56:15 Removing intermediate container 81bf5d198ebe 10:56:15 ---> 5da85734381a 10:56:15 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:16 ---> Running in 43f18fa45dd1 10:56:18 Removing intermediate container 43f18fa45dd1 10:56:18 ---> babeae69b6ff 10:56:18 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:56:18 ---> Running in 66edc3d98360 10:56:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:56:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:56:23 OK: 138 MiB in 40 packages 10:56:24 Removing intermediate container 66edc3d98360 10:56:24 ---> 2f2d55cd9acd 10:56:24 Step 8/10 : WORKDIR /device-snmp-go 10:56:24 ---> Running in 89a713e83a6c 10:56:25 Removing intermediate container 89a713e83a6c 10:56:25 ---> c6a633e24d0d 10:56:25 Step 9/10 : COPY . . 10:56:26 ---> f19602d2e3a5 10:56:26 Step 10/10 : RUN go mod download 10:56:26 ---> Running in fbe484ec98d0 10:56:41 lf-activate-venv(): INFO: Adding /tmp/venv-ZUIi/bin to PATH 10:56:41 INFO: No Stack... 10:56:41 INFO: Retrieving Pricing Info for: v1-standard-2 10:56:41 INFO: Archiving Costs [Pipeline] sh 10:56:42 + cat /w/workspace/device-snmp-go/26/archives/cost.csv 10:56:42 + cut -d, -f6 [Pipeline] lock 10:56:42 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-master-26-stack-cost] 10:56:42 Resource [jenkins-edgexfoundry-device-snmp-go-master-26-stack-cost] did not exist. Created. 10:56:42 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-master-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:56:42 + echo total: 0.029999999329447746 [Pipeline] stash 10:56:42 Stashed 1 file(s) [Pipeline] } 10:56:42 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-master-26-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:56:53 Removing intermediate container fbe484ec98d0 10:56:53 ---> ec000dc24712 10:56:53 Successfully built ec000dc24712 10:56:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:56:53 + docker inspect -f . ci-base-image-arm64 10:56:53 . [Pipeline] withDockerContainer 10:56:53 prd-ubuntu18.04-docker-arm64-4c-16g-3814 does not seem to be running inside a container 10:56:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/26 -v /w/workspace/device-snmp-go/26:/w/workspace/device-snmp-go/26:rw,z -v /w/workspace/device-snmp-go/26@tmp:/w/workspace/device-snmp-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:56:55 $ docker top fb61a8e3f246a8f3ab5eb5c4de452d527d7107785079a9ef2619f735f9986dc5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:56:56 + go version 10:56:56 go version go1.16.3 linux/arm64 [Pipeline] } 10:56:56 $ docker stop --time=1 fb61a8e3f246a8f3ab5eb5c4de452d527d7107785079a9ef2619f735f9986dc5 10:56:58 $ docker rm -f fb61a8e3f246a8f3ab5eb5c4de452d527d7107785079a9ef2619f735f9986dc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:59 + docker inspect -f . ci-base-image-arm64 10:56:59 . [Pipeline] withDockerContainer 10:56:59 prd-ubuntu18.04-docker-arm64-4c-16g-3814 does not seem to be running inside a container 10:56:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/26 -v /w/workspace/device-snmp-go/26:/w/workspace/device-snmp-go/26:rw,z -v /w/workspace/device-snmp-go/26@tmp:/w/workspace/device-snmp-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:57:01 $ docker top c8e7a23a774c0903359bf298d881183d4242d26f5ccea99048daa695bac050f5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:01 + go mod tidy [Pipeline] sh 10:57:03 + make test 10:57:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:57:04 ? github.com/edgexfoundry/device-snmp-go [no test files] 10:57:51 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 10:57:51 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.017s coverage: 0.0% of statements 10:57:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:58:13 gofmt -l . 10:58:13 [ "`gofmt -l .`" = "" ] 10:58:13 ./bin/test-attribution-txt.sh 10:58:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:58:13 $ docker stop --time=1 c8e7a23a774c0903359bf298d881183d4242d26f5ccea99048daa695bac050f5 10:58:15 $ docker rm -f c8e7a23a774c0903359bf298d881183d4242d26f5ccea99048daa695bac050f5 [Pipeline] // withDockerContainer [Pipeline] sh 10:58:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:58:16 Warning: overwriting stash ‘coverage-report’ 10:58:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:58:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:58:18 + ls -al . 10:58:18 total 132 10:58:18 drwxrwxr-x 8 jenkins jenkins 4096 May 9 10:58 . 10:58:18 drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:55 .. 10:58:18 -rw-rw-r-- 1 jenkins jenkins 6 May 9 10:55 .dockerignore 10:58:18 drwxrwxr-x 8 jenkins jenkins 4096 May 9 10:55 .git 10:58:18 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:55 .github 10:58:18 -rw-rw-r-- 1 jenkins jenkins 272 May 9 10:55 .gitignore 10:58:18 -rw-rw-r-- 1 jenkins jenkins 5082 May 9 10:55 Attribution.txt 10:58:18 -rw-rw-r-- 1 jenkins jenkins 1529 May 9 10:55 Dockerfile 10:58:18 -rw-rw-r-- 1 jenkins jenkins 1006 May 9 10:55 Dockerfile.build 10:58:18 -rw-rw-r-- 1 jenkins jenkins 656 May 9 10:55 Jenkinsfile 10:58:18 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 10:55 LICENSE 10:58:18 -rw-rw-r-- 1 jenkins jenkins 917 May 9 10:55 Makefile 10:58:18 -rw-rw-r-- 1 jenkins jenkins 14171 May 9 10:55 README.md 10:58:18 -rw-rw-r-- 1 jenkins jenkins 11 May 9 10:52 VERSION 10:58:18 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:55 bin 10:58:18 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:55 cmd 10:58:18 -rw-r--r-- 1 jenkins jenkins 8493 May 9 10:57 coverage.out 10:58:18 -rw-r--r-- 1 jenkins jenkins 204 May 9 10:58 go.mod 10:58:18 -rw-r--r-- 1 jenkins jenkins 14156 May 9 10:57 go.sum 10:58:18 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:55 internal 10:58:18 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:55 profiles 10:58:18 -rw-rw-r-- 1 jenkins jenkins 209 May 9 10:55 version.go [Pipeline] isUnix [Pipeline] sh 10:58:18 + 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=0ab86073b0269e161c45419c6956d6e22a89cd28 --label arch=arm64 --label version=1.3.2-dev.3 . 10:58:18 Sending build context to Docker daemon 349.7kB 10:58:18 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 10:58:18 Step 2/26 : FROM ${BASE} AS builder 10:58:18 ---> ec000dc24712 10:58:18 Step 3/26 : ARG MAKE='make build' 10:58:19 ---> Running in 3841919c3424 10:58:19 Removing intermediate container 3841919c3424 10:58:19 ---> b219faf33597 10:58:19 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 10:58:19 ---> Running in 179031164edb 10:58:20 Removing intermediate container 179031164edb 10:58:20 ---> 9aa8d74b2bc6 10:58:20 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 10:58:20 ---> Running in 07f811eb5d6a 10:58:20 Removing intermediate container 07f811eb5d6a 10:58:20 ---> 21c638358749 10:58:20 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:20 ---> Running in 9cc654a0cc68 10:58:23 Removing intermediate container 9cc654a0cc68 10:58:23 ---> 51fa44e812e1 10:58:23 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:58:23 ---> Running in d6559b2a5178 10:58:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:58:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:58:27 OK: 138 MiB in 40 packages 10:58:28 Removing intermediate container d6559b2a5178 10:58:28 ---> 28aa00dda941 10:58:28 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 10:58:28 ---> Running in 92f94f6c3998 10:58:28 Removing intermediate container 92f94f6c3998 10:58:28 ---> f68932fbb88c 10:58:28 Step 9/26 : COPY go.mod . 10:58:29 ---> 05ac0abea7eb 10:58:29 Step 10/26 : COPY Makefile . 10:58:30 ---> 20c5e1becf4c 10:58:30 Step 11/26 : RUN make update 10:58:30 ---> Running in 2caad2bbc304 10:58:31 CGO_ENABLED=0 GO111MODULE=on go mod download 10:58:32 Removing intermediate container 2caad2bbc304 10:58:32 ---> 218e0536471b 10:58:32 Step 12/26 : COPY . . 10:58:33 ---> d0ed7605d0e4 10:58:33 Step 13/26 : RUN ${MAKE} 10:58:33 ---> Running in a92736dfe752 10:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=1.3.2-dev.3" -o cmd/device-snmp-go ./cmd 10:59:07 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:59:13 Removing intermediate container a92736dfe752 10:59:13 ---> 7d4fb607b470 10:59:13 Step 14/26 : FROM alpine:3.12 10:59:13 3.12: Pulling from library/alpine 10:59:13 d2f70382dc9a: Pulling fs layer 10:59:14 d2f70382dc9a: Verifying Checksum 10:59:14 d2f70382dc9a: Download complete 10:59:14 d2f70382dc9a: Pull complete 10:59:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:59:14 Status: Downloaded newer image for alpine:3.12 10:59:14 ---> 9852663dfa18 10:59:14 Step 15/26 : ENV APP_PORT=49993 10:59:15 ---> Running in 12fbaf5f8638 10:59:15 Removing intermediate container 12fbaf5f8638 10:59:15 ---> 91bd8cce05b1 10:59:15 Step 16/26 : EXPOSE $APP_PORT 10:59:15 ---> Running in 74a44f3a4368 10:59:16 Removing intermediate container 74a44f3a4368 10:59:16 ---> de4ed29b4a94 10:59:16 Step 17/26 : ENV DEVICE_PORT=161 10:59:16 ---> Running in 56eb18bb5700 10:59:16 Removing intermediate container 56eb18bb5700 10:59:16 ---> 2cc42d390051 10:59:16 Step 18/26 : EXPOSE $DEVICE_PORT 10:59:17 ---> Running in 9ab6de49ad79 10:59:17 Removing intermediate container 9ab6de49ad79 10:59:17 ---> 7e4e4b8024b8 10:59:17 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 10:59:19 ---> c804566ea471 10:59:19 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 10:59:19 ---> 493f9263d185 10:59:19 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 10:59:20 ---> e10cf8f693b5 10:59:20 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 10:59:20 ---> Running in 765366f8583c 10:59:20 Removing intermediate container 765366f8583c 10:59:20 ---> 0688766acca3 10:59:20 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 10:59:21 ---> Running in 7dbe68a39f14 10:59:21 Removing intermediate container 7dbe68a39f14 10:59:21 ---> fe944f35877c 10:59:21 Step 24/26 : LABEL arch=arm64 10:59:21 ---> Running in a97d0ea18b41 10:59:22 Removing intermediate container a97d0ea18b41 10:59:22 ---> 714fd5432cd2 10:59:22 Step 25/26 : LABEL git_sha=0ab86073b0269e161c45419c6956d6e22a89cd28 10:59:22 ---> Running in 9f75f7245495 10:59:22 Removing intermediate container 9f75f7245495 10:59:22 ---> 7c5b186b3806 10:59:22 Step 26/26 : LABEL version=1.3.2-dev.3 10:59:22 ---> Running in dcd63603328c 10:59:23 Removing intermediate container dcd63603328c 10:59:23 ---> 151f2edcb339 10:59:23 [Warning] One or more build-args [ARCH] were not consumed 10:59:23 Successfully built 151f2edcb339 10:59:23 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:59:23 provisioning config files... 10:59:23 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/26@tmp/config9178929381227668875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:24 ---> docker-login.sh 10:59:24 nexus3.edgexfoundry.org:10001 10:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:24 Configure a credential helper to remove this warning. See 10:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:24 10:59:24 Login Succeeded 10:59:24 nexus3.edgexfoundry.org:10002 10:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:25 Configure a credential helper to remove this warning. See 10:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:25 10:59:25 Login Succeeded 10:59:25 nexus3.edgexfoundry.org:10003 10:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:25 Configure a credential helper to remove this warning. See 10:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:25 10:59:25 Login Succeeded 10:59:25 nexus3.edgexfoundry.org:10004 10:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:26 Configure a credential helper to remove this warning. See 10:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:26 10:59:26 Login Succeeded 10:59:26 docker.io 10:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:27 Configure a credential helper to remove this warning. See 10:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:27 10:59:27 Login Succeeded 10:59:27 ---> docker-login.sh ends [Pipeline] } 10:59:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:27 [edgeXDocker.push] Tagging docker image docker-device-snmp-go-arm64 with the following tags: 10:59:27 0ab86073b0269e161c45419c6956d6e22a89cd28 10:59:27 latest 10:59:27 1.3.2-dev.3 10:59:27 0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3 10:59:27 master 10:59:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:59:27 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:0ab86073b0269e161c45419c6956d6e22a89cd28 [Pipeline] isUnix [Pipeline] sh 10:59:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:0ab86073b0269e161c45419c6956d6e22a89cd28 10:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 10:59:28 b1b2afb2ea4c: Preparing 10:59:28 4a7a7a8c52fa: Preparing 10:59:28 e22042d5865f: Preparing 10:59:28 3fbe34a1663b: Preparing 10:59:28 3fbe34a1663b: Layer already exists 10:59:28 b1b2afb2ea4c: Pushed 10:59:28 4a7a7a8c52fa: Pushed 10:59:30 e22042d5865f: Pushed 10:59:30 0ab86073b0269e161c45419c6956d6e22a89cd28: digest: sha256:bc9dfc6404050d6aa107d051d372f862068e680b65da71e1424da3935e42acce size: 1155 [Pipeline] isUnix [Pipeline] sh 10:59:31 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:59:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 10:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 10:59:31 b1b2afb2ea4c: Preparing 10:59:31 4a7a7a8c52fa: Preparing 10:59:31 e22042d5865f: Preparing 10:59:31 3fbe34a1663b: Preparing 10:59:31 e22042d5865f: Layer already exists 10:59:31 b1b2afb2ea4c: Layer already exists 10:59:31 4a7a7a8c52fa: Layer already exists 10:59:31 3fbe34a1663b: Layer already exists 10:59:31 latest: digest: sha256:bc9dfc6404050d6aa107d051d372f862068e680b65da71e1424da3935e42acce size: 1155 [Pipeline] isUnix [Pipeline] sh 10:59:32 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 10:59:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.2-dev.3 10:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 10:59:32 b1b2afb2ea4c: Preparing 10:59:32 4a7a7a8c52fa: Preparing 10:59:32 e22042d5865f: Preparing 10:59:32 3fbe34a1663b: Preparing 10:59:32 b1b2afb2ea4c: Layer already exists 10:59:32 e22042d5865f: Layer already exists 10:59:32 4a7a7a8c52fa: Layer already exists 10:59:32 3fbe34a1663b: Layer already exists 10:59:32 1.3.2-dev.3: digest: sha256:bc9dfc6404050d6aa107d051d372f862068e680b65da71e1424da3935e42acce size: 1155 [Pipeline] isUnix [Pipeline] sh 10:59:33 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3 [Pipeline] isUnix [Pipeline] sh 10:59:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3 10:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 10:59:33 b1b2afb2ea4c: Preparing 10:59:33 4a7a7a8c52fa: Preparing 10:59:33 e22042d5865f: Preparing 10:59:33 3fbe34a1663b: Preparing 10:59:33 b1b2afb2ea4c: Layer already exists 10:59:33 4a7a7a8c52fa: Layer already exists 10:59:33 3fbe34a1663b: Layer already exists 10:59:33 e22042d5865f: Layer already exists 10:59:33 0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3: digest: sha256:bc9dfc6404050d6aa107d051d372f862068e680b65da71e1424da3935e42acce size: 1155 [Pipeline] isUnix [Pipeline] sh 10:59:34 + docker tag docker-device-snmp-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:59:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master 10:59:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64] 10:59:34 b1b2afb2ea4c: Preparing 10:59:34 4a7a7a8c52fa: Preparing 10:59:34 e22042d5865f: Preparing 10:59:34 3fbe34a1663b: Preparing 10:59:34 3fbe34a1663b: Layer already exists 10:59:34 4a7a7a8c52fa: Layer already exists 10:59:34 b1b2afb2ea4c: Layer already exists 10:59:34 e22042d5865f: Layer already exists 10:59:34 master: digest: sha256:bc9dfc6404050d6aa107d051d372f862068e680b65da71e1424da3935e42acce size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:34 ===================================================== [Pipeline] echo 10:59:34 taggedImages: 10:59:34 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:0ab86073b0269e161c45419c6956d6e22a89cd28 10:59:34 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:latest 10:59:34 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:1.3.2-dev.3 10:59:34 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:0ab86073b0269e161c45419c6956d6e22a89cd28-1.3.2-dev.3 10:59:34 - nexus3.edgexfoundry.org:10004/docker-device-snmp-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:59:35 ---> job-cost.sh 10:59:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tjzf 11:00:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:02:23 lf-activate-venv(): INFO: Adding /tmp/venv-tjzf/bin to PATH 11:02:23 INFO: No Stack... 11:02:23 INFO: Retrieving Pricing Info for: lf-standard-4 11:02:23 INFO: Archiving Costs [Pipeline] sh 11:02:24 + cut -d, -f6 11:02:24 + cat /w/workspace/device-snmp-go/26/archives/cost.csv [Pipeline] lock 11:02:24 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-master-26-stack-cost] 11:02:24 Resource [jenkins-edgexfoundry-device-snmp-go-master-26-stack-cost] did not exist. Created. 11:02:24 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-master-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:02:24 /w/workspace/device-snmp-go/26@tmp/durable-f0ed6aff/script.sh: 1: /w/workspace/device-snmp-go/26@tmp/durable-f0ed6aff/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:02:24 + echo total: 0.20999999344348907 [Pipeline] stash 11:02:24 Warning: overwriting stash ‘stack-cost’ 11:02:25 Stashed 1 file(s) [Pipeline] } 11:02:25 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-master-26-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 11:02:25 provisioning config files... 11:02:25 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config7298700790856670559tmp [Pipeline] { [Pipeline] sh 11:02:25 + set +x 11:02:25 + curl -s https://codecov.io/bash 11:02:25 + bash -s -- 11:02:26 11:02:26 _____ _ 11:02:26 / ____| | | 11:02:26 | | ___ __| | ___ ___ _____ __ 11:02:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:02:26 | |___| (_) | (_| | __/ (_| (_) \ V / 11:02:26 \_____\___/ \__,_|\___|\___\___/ \_/ 11:02:26 Bash-1.0.2 11:02:26 11:02:26 11:02:26 ==> git version 2.24.3 found 11:02:26 ==> 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 11:02:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:02:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:02:26 ==> Jenkins CI detected. 11:02:26 project root: . 11:02:26 --> token set from env 11:02:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:02:26 ==> Running gcov in . (disable via -X gcov) 11:02:26 ==> Python coveragepy not found 11:02:26 ==> Searching for coverage reports in: 11:02:26 + . 11:02:26 -> Found 1 reports 11:02:26 ==> Detecting git/mercurial file structure 11:02:26 ==> Reading reports 11:02:26 + ./coverage.out bytes=8493 11:02:26 ==> Appending adjustments 11:02:26 https://docs.codecov.io/docs/fixing-reports 11:02:26 + Found adjustments 11:02:26 ==> Gzipping contents 11:02:26 4.0K /tmp/codecov.cbSYWw.gz 11:02:26 ==> Uploading reports 11:02:26 url: https://codecov.io 11:02:26 query: branch=master&commit=0ab86073b0269e161c45419c6956d6e22a89cd28&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:02:26 -> Pinging Codecov 11:02:26 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=0ab86073b0269e161c45419c6956d6e22a89cd28&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:02:26 -> Uploading to 11:02:26 https://storage.googleapis.com/codecov/v4/raw/2021-05-09/6C56EA5C29638FB4528AC87E60AF5AE0/0ab86073b0269e161c45419c6956d6e22a89cd28/139ef5a4-97d5-4244-9011-a285b4a1a6b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T110226Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b9d617ff43c3ef7b5805ebebb2edef198a9bc75910fde551a37262b0e897a67e 11:02:26 % Total % Received % Xferd Average Speed Time Time Time Current 11:02:26 Dload Upload Total Spent Left Speed 11:02:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1447 0 0 100 1447 0 3751 --:--:-- --:--:-- --:--:-- 3758 11:02:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/0ab86073b0269e161c45419c6956d6e22a89cd28 [Pipeline] } 11:02:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:02:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:02:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:02:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:02:27 11:02:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 11:02:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:02:28 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:02:28 188c0c94c7c5: Pulling fs layer 11:02:28 0ef7d3d256c8: Pulling fs layer 11:02:28 de9db76c5a1d: Pulling fs layer 11:02:28 0eba1c9be4d2: Pulling fs layer 11:02:28 0d57e429df01: Pulling fs layer 11:02:28 4e4be7b47b0d: Pulling fs layer 11:02:28 e1f770b5df2f: Pulling fs layer 11:02:28 85a0685a4137: Pulling fs layer 11:02:28 4e4be7b47b0d: Waiting 11:02:28 e1f770b5df2f: Waiting 11:02:28 85a0685a4137: Waiting 11:02:28 0eba1c9be4d2: Waiting 11:02:28 0d57e429df01: Waiting 11:02:28 de9db76c5a1d: Download complete 11:02:28 0ef7d3d256c8: Verifying Checksum 11:02:28 0ef7d3d256c8: Download complete 11:02:28 0d57e429df01: Download complete 11:02:28 4e4be7b47b0d: Verifying Checksum 11:02:28 4e4be7b47b0d: Download complete 11:02:28 188c0c94c7c5: Verifying Checksum 11:02:28 188c0c94c7c5: Download complete 11:02:29 188c0c94c7c5: Pull complete 11:02:29 e1f770b5df2f: Verifying Checksum 11:02:29 e1f770b5df2f: Download complete 11:02:29 0ef7d3d256c8: Pull complete 11:02:29 de9db76c5a1d: Pull complete 11:02:31 0eba1c9be4d2: Verifying Checksum 11:02:31 0eba1c9be4d2: Download complete 11:02:32 85a0685a4137: Verifying Checksum 11:02:32 85a0685a4137: Download complete 11:02:38 0eba1c9be4d2: Pull complete 11:02:38 0d57e429df01: Pull complete 11:02:38 4e4be7b47b0d: Pull complete 11:02:39 e1f770b5df2f: Pull complete 11:02:47 85a0685a4137: Pull complete 11:02:47 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 11:02:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:02:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 11:02:48 prd-centos7-docker-4c-2g-3802 does not seem to be running inside a container 11:02:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:02:49 $ docker top 1d0f3c8e52d0afdd44a378c493d60f869784bf1b97295ef7fab6b5ddf9e2327b -eo pid,comm [Pipeline] { [Pipeline] echo 11:02:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 11:02:49 + set -o pipefail 11:02:49 + snyk monitor '--org=edgex-jenkins' 11:03:02 11:03:02 Monitoring /w/workspace/gexfoundry_device-snmp-go_master (github.com/edgexfoundry/device-snmp-go)... 11:03:02 11:03:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/c76919d0-7345-4304-8954-aa03851194a6/history/263ed56b-ec46-41d2-9b41-7f3be2b028be 11:03:02 11:03:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:03:02 11:03:02 [Pipeline] } 11:03:02 $ docker stop --time=1 1d0f3c8e52d0afdd44a378c493d60f869784bf1b97295ef7fab6b5ddf9e2327b 11:03:04 $ docker rm -f 1d0f3c8e52d0afdd44a378c493d60f869784bf1b97295ef7fab6b5ddf9e2327b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:03:05 + git log --format=format:%s -1 0ab86073b0269e161c45419c6956d6e22a89cd28 [Pipeline] isUnix [Pipeline] sh 11:03:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:03:06 . [Pipeline] withDockerContainer 11:03:06 prd-centos7-docker-4c-2g-3802 does not seem to be running inside a container 11:03:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:03:07 $ docker top 5d846c72721c1ae27718959195bc083cfc7e0ff14b4e3aceb78c742c8c5fc930 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:03:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:03:07 [ssh-agent] Looking for ssh-agent implementation... 11:03:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:03:07 $ docker exec 5d846c72721c1ae27718959195bc083cfc7e0ff14b4e3aceb78c742c8c5fc930 ssh-agent 11:03:07 SSH_AUTH_SOCK=/tmp/ssh-QJo83T3LBdzw/agent.13 11:03:07 SSH_AGENT_PID=18 11:03:07 Running ssh-add (command line suppressed) 11:03:08 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2190638788118843124.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_2190638788118843124.key) 11:03:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:03:08 + git semver tag 11:03:08 # -> Open(): unable to determine branch for HEAD 11:03:08 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 11:03:08 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 11:03:08 # $SEMVER_REMOTE_NAME = origin 11:03:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:03:08 # $SEMVER_USER_NAME = edgex-jenkins 11:03:08 # $SEMVER_BRANCH = master 11:03:08 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 11:03:08 # 0ab86073b0269e161c45419c6956d6e22a89cd28 HEAD 11:03:08 # -> Force: false 11:03:08 # 09688cfa6b1c6f887d7f599c5f83d40bee07467f refs/tags/v1.3.2-dev.3 [Pipeline] } 11:03:08 $ docker exec --env ******** --env ******** 5d846c72721c1ae27718959195bc083cfc7e0ff14b4e3aceb78c742c8c5fc930 ssh-agent -k 11:03:08 unset SSH_AUTH_SOCK; 11:03:08 unset SSH_AGENT_PID; 11:03:08 echo Agent pid 18 killed; 11:03:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:03:08 + git semver [Pipeline] } 11:03:08 $ docker stop --time=1 5d846c72721c1ae27718959195bc083cfc7e0ff14b4e3aceb78c742c8c5fc930 11:03:10 $ docker rm -f 5d846c72721c1ae27718959195bc083cfc7e0ff14b4e3aceb78c742c8c5fc930 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:03:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:10 11:03:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:03:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:11 0.23.1-centos7: Pulling from edgex-lftools 11:03:11 ab5ef0e58194: Pulling fs layer 11:03:11 9712f1f96733: Pulling fs layer 11:03:11 63f879dbbcfc: Pulling fs layer 11:03:11 0d9ebad4ef96: Pulling fs layer 11:03:11 e9a5061849ea: Pulling fs layer 11:03:11 d747dcd14b5f: Pulling fs layer 11:03:11 2de7ff778b66: Pulling fs layer 11:03:11 e9a5061849ea: Waiting 11:03:11 d747dcd14b5f: Waiting 11:03:11 2de7ff778b66: Waiting 11:03:11 0d9ebad4ef96: Waiting 11:03:11 9712f1f96733: Download complete 11:03:13 63f879dbbcfc: Verifying Checksum 11:03:13 63f879dbbcfc: Download complete 11:03:13 e9a5061849ea: Verifying Checksum 11:03:13 e9a5061849ea: Download complete 11:03:13 d747dcd14b5f: Verifying Checksum 11:03:13 d747dcd14b5f: Download complete 11:03:14 2de7ff778b66: Verifying Checksum 11:03:14 2de7ff778b66: Download complete 11:03:14 0d9ebad4ef96: Download complete 11:03:14 ab5ef0e58194: Verifying Checksum 11:03:14 ab5ef0e58194: Download complete 11:03:18 ab5ef0e58194: Pull complete 11:03:18 9712f1f96733: Pull complete 11:03:21 63f879dbbcfc: Pull complete 11:03:28 0d9ebad4ef96: Pull complete 11:03:28 e9a5061849ea: Pull complete 11:03:29 d747dcd14b5f: Pull complete 11:03:31 2de7ff778b66: Pull complete 11:03:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:03:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:03:32 prd-centos7-docker-4c-2g-3802 does not seem to be running inside a container 11:03:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:03:36 $ docker top 83f0583a2df012f77b5d42cd513c461ade03b91507a67c7d4b4497daf240b743 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:03:36 provisioning config files... 11:03:36 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config4602195917589772914tmp 11:03:36 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config8025531044060772507tmp 11:03:36 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config1682754950605219414tmp [Pipeline] { [Pipeline] echo 11:03:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:03:36 ---> sigul-configuration.sh 11:03:36 gpg: directory `/root/.gnupg' created 11:03:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:03:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:03:36 gpg: keyring `/root/.gnupg/secring.gpg' created 11:03:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:03:36 gpg: CAST5 encrypted data 11:03:37 gpg: encrypted with 1 passphrase 11:03:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:03:37 + mkdir /home/jenkins 11:03:37 + mkdir /home/jenkins/sigul [Pipeline] sh 11:03:37 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 11:03:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:03:38 ---> sigul-install.sh 11:03:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:03:44 + git tag --list 11:03:44 1.0.0 11:03:44 v0.0.0 11:03:44 v1.1.0 11:03:44 v1.1.1 11:03:44 v1.2.2 11:03:44 v1.3.0 11:03:44 v1.3.1 11:03:44 v1.3.1-dev.1 11:03:44 v1.3.1-dev.2 11:03:44 v1.3.1-dev.3 11:03:44 v1.3.1-dev.4 11:03:44 v1.3.2-dev.1 11:03:44 v1.3.2-dev.2 11:03:44 v1.3.2-dev.3 [Pipeline] sh 11:03:45 + lftools sign git-tag v1.3.2-dev.3 11:03:46 Signing Git tag with Sigul... 11:03:46 Signing v1.3.2-dev.3 [Pipeline] echo 11:03:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:03:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:03:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:03:48 $ docker stop --time=1 83f0583a2df012f77b5d42cd513c461ade03b91507a67c7d4b4497daf240b743 11:03:50 $ docker rm -f 83f0583a2df012f77b5d42cd513c461ade03b91507a67c7d4b4497daf240b743 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:03:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:03:50 . [Pipeline] withDockerContainer 11:03:51 prd-centos7-docker-4c-2g-3802 does not seem to be running inside a container 11:03:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:03:51 $ docker top 1f5cb59c00a746090d72ad312a85bd26b208d5bc877cf0ec34594d45a2ec9e20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:03:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:03:52 [ssh-agent] Looking for ssh-agent implementation... 11:03:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:03:52 $ docker exec 1f5cb59c00a746090d72ad312a85bd26b208d5bc877cf0ec34594d45a2ec9e20 ssh-agent 11:03:52 SSH_AUTH_SOCK=/tmp/ssh-EIuc9QJ1T6zh/agent.11 11:03:52 SSH_AGENT_PID=16 11:03:52 Running ssh-add (command line suppressed) 11:03:52 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8083432915103454406.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_8083432915103454406.key) 11:03:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:03:53 + git semver bump pre 11:03:53 # -> Open(): unable to determine branch for HEAD 11:03:53 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 11:03:53 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 11:03:53 # $SEMVER_REMOTE_NAME = origin 11:03:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:03:53 # $SEMVER_USER_NAME = edgex-jenkins 11:03:53 # $SEMVER_BRANCH = master 11:03:53 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver 11:03:53 1.3.2-dev.4 [Pipeline] } 11:03:53 $ docker exec --env ******** --env ******** 1f5cb59c00a746090d72ad312a85bd26b208d5bc877cf0ec34594d45a2ec9e20 ssh-agent -k 11:03:53 unset SSH_AUTH_SOCK; 11:03:53 unset SSH_AGENT_PID; 11:03:53 echo Agent pid 16 killed; 11:03:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:03:53 + git semver [Pipeline] } 11:03:53 $ docker stop --time=1 1f5cb59c00a746090d72ad312a85bd26b208d5bc877cf0ec34594d45a2ec9e20 11:03:54 $ docker rm -f 1f5cb59c00a746090d72ad312a85bd26b208d5bc877cf0ec34594d45a2ec9e20 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:03:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:03:55 . [Pipeline] withDockerContainer 11:03:55 prd-centos7-docker-4c-2g-3802 does not seem to be running inside a container 11:03:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:03:56 $ docker top 1008ab3a5228d944256d51a55523757f317a4a4b957cba51bc446b52f803b6bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:03:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:03:56 [ssh-agent] Looking for ssh-agent implementation... 11:03:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:03:56 $ docker exec 1008ab3a5228d944256d51a55523757f317a4a4b957cba51bc446b52f803b6bc ssh-agent 11:03:57 SSH_AUTH_SOCK=/tmp/ssh-MdhbxXS8CVNC/agent.13 11:03:57 SSH_AGENT_PID=18 11:03:57 Running ssh-add (command line suppressed) 11:03:57 Identity added: /w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_714773497797255712.key (/w/workspace/gexfoundry_device-snmp-go_master@tmp/private_key_714773497797255712.key) 11:03:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:03:57 + git semver push 11:03:57 # -> Open(): unable to determine branch for HEAD 11:03:57 # $GIT_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.git 11:03:57 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-snmp-go_master 11:03:57 # $SEMVER_REMOTE_NAME = origin 11:03:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:03:57 # $SEMVER_USER_NAME = edgex-jenkins 11:03:57 # $SEMVER_BRANCH = master 11:03:57 # $SEMVER_DIR = /w/workspace/gexfoundry_device-snmp-go_master/.semver [Pipeline] } 11:04:01 $ docker exec --env ******** --env ******** 1008ab3a5228d944256d51a55523757f317a4a4b957cba51bc446b52f803b6bc ssh-agent -k 11:04:01 unset SSH_AUTH_SOCK; 11:04:01 unset SSH_AGENT_PID; 11:04:01 echo Agent pid 18 killed; 11:04:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:02 + git semver [Pipeline] } 11:04:02 $ docker stop --time=1 1008ab3a5228d944256d51a55523757f317a4a4b957cba51bc446b52f803b6bc 11:04:03 $ docker rm -f 1008ab3a5228d944256d51a55523757f317a4a4b957cba51bc446b52f803b6bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 11:04:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:04:06 ---> package-listing.sh 11:04:06 ++ facter osfamily 11:04:06 ++ tr '[:upper:]' '[:lower:]' 11:04:06 + OS_FAMILY=redhat 11:04:06 + workspace=/w/workspace/gexfoundry_device-snmp-go_master 11:04:06 + START_PACKAGES=/tmp/packages_start.txt 11:04:06 + END_PACKAGES=/tmp/packages_end.txt 11:04:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:04:06 + PACKAGES=/tmp/packages_start.txt 11:04:06 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 11:04:06 + PACKAGES=/tmp/packages_end.txt 11:04:06 + case "${OS_FAMILY}" in 11:04:06 + rpm -qa 11:04:06 + sort 11:04:12 + '[' -f /tmp/packages_start.txt ']' 11:04:12 + '[' -f /tmp/packages_end.txt ']' 11:04:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:04:12 + '[' /w/workspace/gexfoundry_device-snmp-go_master ']' 11:04:12 + mkdir -p /w/workspace/gexfoundry_device-snmp-go_master/archives/ 11:04:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-snmp-go_master/archives/ [Pipeline] echo 11:04:12 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/gexfoundry_device-snmp-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:04:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:04:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:04:12 11:04:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:04:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:04:13 alpine: Pulling from edgex-lftools-log-publisher 11:04:13 df20fa9351a1: Pulling fs layer 11:04:13 36b3adc4ff6f: Pulling fs layer 11:04:13 8ad3a11d3b57: Pulling fs layer 11:04:13 46f8f816bc3b: Pulling fs layer 11:04:13 93b61091891f: Pulling fs layer 11:04:13 93b9cdb0e59b: Pulling fs layer 11:04:13 5e14af77c1be: Pulling fs layer 11:04:13 01666e4c0597: Pulling fs layer 11:04:13 aa168da1d23b: Pulling fs layer 11:04:13 93b9cdb0e59b: Waiting 11:04:13 5e14af77c1be: Waiting 11:04:13 01666e4c0597: Waiting 11:04:13 aa168da1d23b: Waiting 11:04:13 46f8f816bc3b: Waiting 11:04:13 93b61091891f: Waiting 11:04:13 36b3adc4ff6f: Verifying Checksum 11:04:13 36b3adc4ff6f: Download complete 11:04:13 46f8f816bc3b: Verifying Checksum 11:04:13 46f8f816bc3b: Download complete 11:04:13 df20fa9351a1: Verifying Checksum 11:04:13 93b9cdb0e59b: Download complete 11:04:13 5e14af77c1be: Verifying Checksum 11:04:13 5e14af77c1be: Download complete 11:04:13 93b61091891f: Verifying Checksum 11:04:13 93b61091891f: Download complete 11:04:13 01666e4c0597: Verifying Checksum 11:04:13 01666e4c0597: Download complete 11:04:13 df20fa9351a1: Pull complete 11:04:13 8ad3a11d3b57: Verifying Checksum 11:04:13 8ad3a11d3b57: Download complete 11:04:13 36b3adc4ff6f: Pull complete 11:04:15 8ad3a11d3b57: Pull complete 11:04:15 aa168da1d23b: Verifying Checksum 11:04:15 aa168da1d23b: Download complete 11:04:15 46f8f816bc3b: Pull complete 11:04:16 93b61091891f: Pull complete 11:04:16 93b9cdb0e59b: Pull complete 11:04:16 5e14af77c1be: Pull complete 11:04:16 01666e4c0597: Pull complete 11:04:26 aa168da1d23b: Pull complete 11:04:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:04:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:04:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:04:27 prd-centos7-docker-4c-2g-3802 does not seem to be running inside a container 11:04:27 $ 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/gexfoundry_device-snmp-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-snmp-go_master -v /w/workspace/gexfoundry_device-snmp-go_master:/w/workspace/gexfoundry_device-snmp-go_master:rw,z -v /w/workspace/gexfoundry_device-snmp-go_master@tmp:/w/workspace/gexfoundry_device-snmp-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:04:29 $ docker top 059ce140a991f739fb66cb74769f5fbae95c55d548d6c7c1684633678b378c3b -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:30 + touch /tmp/pre-build-complete [Pipeline] sh 11:04:30 + mkdir -p /var/log/sa [Pipeline] sh 11:04:30 + ls /var/log/sa-host 11:04:30 + sadf -c /var/log/sa-host/sa09 11:04:30 file_magic: OK 11:04:30 HZ: Using current value: 100 11:04:30 file_header: OK 11:04:30 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 11:04:30 Statistics: 11:04:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:04:30 File successfully converted to sysstat format version 12.2.1 11:04:30 + sadf -c /var/log/sa-host/sa23 11:04:30 file_magic: OK 11:04:30 HZ: Using current value: 100 11:04:30 file_header: OK 11:04:30 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 11:04:30 Statistics: 11:04:30 Hnuu...uuuununununu... 11:04:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:04:30 provisioning config files... 11:04:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-snmp-go_master@tmp/config6648816366336501039tmp [Pipeline] { [Pipeline] echo 11:04:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:04:31 ---> create-netrc.sh [Pipeline] } 11:04:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:04:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:04:31 ---> python-tools-install.sh [Pipeline] echo 11:04:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:04:31 ---> sudo-logs.sh 11:04:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:04:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:04:32 ---> job-cost.sh 11:04:32 lf-activate-venv: SKIPPING 11:04:32 DEBUG: total: 0.20999999344348907 11:04:32 INFO: Retrieving Stack Cost... 11:04:33 INFO: Retrieving Pricing Info for: v1-standard-2 11:04:33 INFO: Archiving Costs [Pipeline] echo 11:04:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:04:34 ---> logs-deploy.sh 11:04:34 lf-activate-venv: SKIPPING 11:04:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/master/26 11:04:34 INFO: archiving workspace using pattern(s): 11:04:36 Archives upload complete. 11:04:36 INFO: archiving logs to Nexus