Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9843932201648520990.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6211189364900273545.key > 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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18427941093440988542.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > 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 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1625475062593682421.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2335323309809026569.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go, goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.25 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-snmp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-15161 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/edgexfoundry_device-snmp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' 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 Avoid second fetch Checking out Revision 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 (main) Commit message: "Merge pull request #403 from edgexfoundry/dependabot/go_modules/github.com/gosnmp/gosnmp-1.44.0" > 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 core.sparsecheckout # timeout=10 > git checkout -f 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 # timeout=10 > git rev-list --no-walk 65915a708b5f7168ea3e83edbc505072a3716330 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-07-17T06:24:58.787Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-07-17T06:24:59.094Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-07-17T06:24:59.211Z] ========================================================= [2026-07-17T06:24:59.211Z] EdgeX Global Pipelines Version Info [2026-07-17T06:24:59.211Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:25:00.736Z] ------------------- [2026-07-17T06:25:00.736Z] stable info: [2026-07-17T06:25:00.736Z] ------------------- [2026-07-17T06:25:00.736Z] Commited By: Ginny Guan ginny@iotechsys.com [2026-07-17T06:25:00.736Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-07-17T06:25:00.736Z] Message: update stable to v1.0.281 [2026-07-17T06:25:01.026Z] ------------------- [2026-07-17T06:25:01.026Z] experimental info: [2026-07-17T06:25:01.026Z] ------------------- [2026-07-17T06:25:01.026Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-07-17T06:25:01.026Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-07-17T06:25:01.026Z] Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-07-17T06:25:01.193Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2026-07-17T06:25:01.252Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2026-07-17T06:25:01.337Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-07-17T06:25:01.432Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-07-17T06:25:01.499Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-07-17T06:25:01.565Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-07-17T06:25:01.627Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-07-17T06:25:01.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2026-07-17T06:25:01.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-07-17T06:25:01.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-07-17T06:25:01.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-07-17T06:25:02.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2026-07-17T06:25:02.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-07-17T06:25:02.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-07-17T06:25:02.299Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2026-07-17T06:25:02.375Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2026-07-17T06:25:02.413Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2026-07-17T06:25:02.475Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2026-07-17T06:25:02.536Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-07-17T06:25:02.596Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-07-17T06:25:02.658Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2026-07-17T06:25:02.723Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2026-07-17T06:25:02.789Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2026-07-17T06:25:02.927Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2026-07-17T06:25:02.996Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2026-07-17T06:25:03.084Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-07-17T06:25:03.107Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-07-17T06:25:03.130Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-07-17T06:25:03.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-07-17T06:25:03.191Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-07-17T06:25:03.240Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] echo [2026-07-17T06:25:03.273Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57f6dfa [Pipeline] echo [2026-07-17T06:25:03.477Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-17T06:25:03.656Z] provisioning config files... [2026-07-17T06:25:03.722Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config2747971139892042599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:25:04.210Z] ---> ****-login.sh [2026-07-17T06:25:04.210Z] nexus3.edgexfoundry.org:10001 [2026-07-17T06:25:04.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:04.516Z] [2026-07-17T06:25:04.516Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-17T06:25:04.516Z] Configure a credential helper to remove this warning. See [2026-07-17T06:25:04.516Z] https://docs.****.com/go/credential-store/ [2026-07-17T06:25:04.516Z] [2026-07-17T06:25:04.516Z] Login Succeeded [2026-07-17T06:25:04.516Z] nexus3.edgexfoundry.org:10002 [2026-07-17T06:25:04.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:04.516Z] [2026-07-17T06:25:04.516Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-17T06:25:04.516Z] Configure a credential helper to remove this warning. See [2026-07-17T06:25:04.516Z] https://docs.****.com/go/credential-store/ [2026-07-17T06:25:04.516Z] [2026-07-17T06:25:04.516Z] Login Succeeded [2026-07-17T06:25:04.516Z] nexus3.edgexfoundry.org:10003 [2026-07-17T06:25:04.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:04.822Z] [2026-07-17T06:25:04.822Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-17T06:25:04.822Z] Configure a credential helper to remove this warning. See [2026-07-17T06:25:04.822Z] https://docs.****.com/go/credential-store/ [2026-07-17T06:25:04.822Z] [2026-07-17T06:25:04.822Z] Login Succeeded [2026-07-17T06:25:04.822Z] nexus3.edgexfoundry.org:10004 [2026-07-17T06:25:04.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:04.822Z] [2026-07-17T06:25:04.822Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-17T06:25:04.822Z] Configure a credential helper to remove this warning. See [2026-07-17T06:25:04.822Z] https://docs.****.com/go/credential-store/ [2026-07-17T06:25:04.822Z] [2026-07-17T06:25:04.822Z] Login Succeeded [2026-07-17T06:25:04.822Z] ****.io [2026-07-17T06:25:04.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:05.144Z] [2026-07-17T06:25:05.144Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2026-07-17T06:25:05.144Z] Configure a credential helper to remove this warning. See [2026-07-17T06:25:05.144Z] https://docs.****.com/go/credential-store/ [2026-07-17T06:25:05.144Z] [2026-07-17T06:25:05.144Z] Login Succeeded [2026-07-17T06:25:05.144Z] ---> ****-login.sh ends [Pipeline] } [2026-07-17T06:25:05.189Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2026-07-17T06:25:05.911Z] + git rev-list -1 --merges 57f6dfaf648b925f4a66ca9d0cb59690fe27c039~1..57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] echo [2026-07-17T06:25:05.991Z] -----------> git rev-list -1 --merges 57f6dfaf648b925f4a66ca9d0cb59690fe27c039~1..57f6dfaf648b925f4a66ca9d0cb59690fe27c039 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [2026-07-17T06:25:05.992Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [false] [Pipeline] sh [2026-07-17T06:25:06.382Z] + git log --format=format:%s -1 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] echo [2026-07-17T06:25:06.495Z] ========================================================= [2026-07-17T06:25:06.495Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-07-17T06:25:06.495Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-07-17T06:25:07.205Z] + git log --format=format:%s -1 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] echo [2026-07-17T06:25:07.246Z] [semverPrep] GIT_COMMIT: 57f6dfaf648b925f4a66ca9d0cb59690fe27c039, Commit Message: Merge pull request #403 from edgexfoundry/dependabot/go_modules/github.com/gosnmp/gosnmp-1.44.0 [Pipeline] echo [2026-07-17T06:25:07.329Z] [semverPrep] This is not a build commit. [Pipeline] sh [2026-07-17T06:25:08.018Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-07-17T06:25:08.019Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-07-17T06:25:08.019Z] + [ -e /tmp/ssh_known_hosts ] [2026-07-17T06:25:08.019Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-07-17T06:25:08.019Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-07-17T06:25:08.019Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-07-17T06:25:08.019Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:25:08.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-17T06:25:08.907Z] [2026-07-17T06:25:08.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:25:09.341Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-17T06:25:09.341Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-07-17T06:25:09.341Z] 3dae71ba6b94: Pulling fs layer [2026-07-17T06:25:09.341Z] 6bf1a483ea7c: Pulling fs layer [2026-07-17T06:25:09.341Z] f5dfc541a4d3: Pulling fs layer [2026-07-17T06:25:09.341Z] 461d9e800cba: Pulling fs layer [2026-07-17T06:25:09.341Z] 80192f66455f: Pulling fs layer [2026-07-17T06:25:09.341Z] 2e8e34ca0e6c: Pulling fs layer [2026-07-17T06:25:09.341Z] a29436f7fd5d: Pulling fs layer [2026-07-17T06:25:09.341Z] 923cac83aea3: Pulling fs layer [2026-07-17T06:25:09.341Z] 25ad8b0a4227: Pulling fs layer [2026-07-17T06:25:09.341Z] 2e8e34ca0e6c: Waiting [2026-07-17T06:25:09.341Z] db01528c6b51: Pulling fs layer [2026-07-17T06:25:09.341Z] 28988de357af: Pulling fs layer [2026-07-17T06:25:09.341Z] a29436f7fd5d: Waiting [2026-07-17T06:25:09.341Z] 923cac83aea3: Waiting [2026-07-17T06:25:09.341Z] 25ad8b0a4227: Waiting [2026-07-17T06:25:09.341Z] 461d9e800cba: Waiting [2026-07-17T06:25:09.341Z] db01528c6b51: Waiting [2026-07-17T06:25:09.341Z] 28988de357af: Waiting [2026-07-17T06:25:09.341Z] 80192f66455f: Waiting [2026-07-17T06:25:09.341Z] 6bf1a483ea7c: Verifying Checksum [2026-07-17T06:25:09.341Z] 6bf1a483ea7c: Download complete [2026-07-17T06:25:09.341Z] 461d9e800cba: Download complete [2026-07-17T06:25:09.341Z] 80192f66455f: Download complete [2026-07-17T06:25:09.642Z] f5dfc541a4d3: Verifying Checksum [2026-07-17T06:25:09.642Z] f5dfc541a4d3: Download complete [2026-07-17T06:25:09.642Z] 3dae71ba6b94: Verifying Checksum [2026-07-17T06:25:09.642Z] 3dae71ba6b94: Download complete [2026-07-17T06:25:09.642Z] 923cac83aea3: Download complete [2026-07-17T06:25:09.642Z] 25ad8b0a4227: Verifying Checksum [2026-07-17T06:25:09.642Z] 25ad8b0a4227: Download complete [2026-07-17T06:25:09.963Z] db01528c6b51: Download complete [2026-07-17T06:25:09.963Z] 28988de357af: Download complete [2026-07-17T06:25:09.963Z] a29436f7fd5d: Verifying Checksum [2026-07-17T06:25:09.963Z] a29436f7fd5d: Download complete [2026-07-17T06:25:10.262Z] 2e8e34ca0e6c: Verifying Checksum [2026-07-17T06:25:10.262Z] 2e8e34ca0e6c: Download complete [2026-07-17T06:25:10.948Z] 3dae71ba6b94: Pull complete [2026-07-17T06:25:10.948Z] 6bf1a483ea7c: Pull complete [2026-07-17T06:25:11.589Z] f5dfc541a4d3: Pull complete [2026-07-17T06:25:11.889Z] 461d9e800cba: Pull complete [2026-07-17T06:25:11.889Z] 80192f66455f: Pull complete [2026-07-17T06:25:15.579Z] 2e8e34ca0e6c: Pull complete [2026-07-17T06:25:15.881Z] a29436f7fd5d: Pull complete [2026-07-17T06:25:15.881Z] 923cac83aea3: Pull complete [2026-07-17T06:25:15.881Z] 25ad8b0a4227: Pull complete [2026-07-17T06:25:15.881Z] db01528c6b51: Pull complete [2026-07-17T06:25:15.881Z] 28988de357af: Pull complete [2026-07-17T06:25:15.881Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-07-17T06:25:15.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-17T06:25:15.881Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:25:16.310Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:25:16.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-07-17T06:25:18.082Z] $ docker top 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-07-17T06:25:18.288Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-17T06:25:18.288Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-17T06:25:18.435Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-17T06:25:18.445Z] $ docker exec 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 ssh-agent [2026-07-17T06:25:18.552Z] SSH_AUTH_SOCK=/tmp/ssh-bZg7nFT8s88E/agent.32 [2026-07-17T06:25:18.552Z] SSH_AGENT_PID=38 [2026-07-17T06:25:18.557Z] Running ssh-add (command line suppressed) [2026-07-17T06:25:18.663Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_4413084700803674693.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_4413084700803674693.key) [2026-07-17T06:25:18.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-17T06:25:19.181Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] sh [2026-07-17T06:25:19.552Z] + git tag --points-at HEAD [Pipeline] } [2026-07-17T06:25:19.614Z] $ docker exec --env ******** --env ******** 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 ssh-agent -k [2026-07-17T06:25:19.702Z] unset SSH_AUTH_SOCK; [2026-07-17T06:25:19.702Z] unset SSH_AGENT_PID; [2026-07-17T06:25:19.703Z] echo Agent pid 38 killed; [2026-07-17T06:25:19.735Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-07-17T06:25:20.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-17T06:25:20.048Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-17T06:25:20.158Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-17T06:25:20.167Z] $ docker exec 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 ssh-agent [2026-07-17T06:25:20.300Z] SSH_AUTH_SOCK=/tmp/ssh-BBENE8T0xGL5/agent.86 [2026-07-17T06:25:20.300Z] SSH_AGENT_PID=92 [2026-07-17T06:25:20.333Z] Running ssh-add (command line suppressed) [2026-07-17T06:25:20.435Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_2068960585273037889.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_2068960585273037889.key) [2026-07-17T06:25:20.465Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-17T06:25:20.905Z] + git semver init [2026-07-17T06:25:21.216Z] 2026-07-17 06:25:21,031 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-07-17T06:25:21.216Z] 2026-07-17 06:25:21,035 [run_init] DEBUG init version:0.0.0 force:False [2026-07-17T06:25:21.216Z] 2026-07-17 06:25:21,036 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver [2026-07-17T06:25:21.216Z] 2026-07-17 06:25:21,037 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/edgexfoundry_device-snmp-go_main/.semver [2026-07-17T06:25:21.216Z] 2026-07-17 06:25:21,037 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-snmp-go.git', '/w/workspace/edgexfoundry_device-snmp-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, stdin=None, shell=False, universal_newlines=False) [2026-07-17T06:25:22.900Z] 2026-07-17 06:25:22,366 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude [2026-07-17T06:25:22.900Z] 2026-07-17 06:25:22,366 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:False [2026-07-17T06:25:22.900Z] 2026-07-17 06:25:22,366 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:25:22.900Z] 2026-07-17 06:25:22,366 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:25:22.900Z] 4.1.0-dev.15 [Pipeline] } [2026-07-17T06:25:22.941Z] $ docker exec --env ******** --env ******** 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 ssh-agent -k [2026-07-17T06:25:23.027Z] unset SSH_AUTH_SOCK; [2026-07-17T06:25:23.028Z] unset SSH_AGENT_PID; [2026-07-17T06:25:23.028Z] echo Agent pid 92 killed; [2026-07-17T06:25:23.069Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-17T06:25:23.563Z] + git semver [Pipeline] } [2026-07-17T06:25:23.899Z] $ docker stop --time=1 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 [2026-07-17T06:25:25.191Z] $ docker rm -f --volumes 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 [Pipeline] // withDockerContainer [Pipeline] sh [2026-07-17T06:25:25.685Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-07-17T06:25:26.583Z] Stashed 1 file(s) [Pipeline] echo [2026-07-17T06:25:26.586Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.15 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-17T06:25:27.208Z] provisioning config files... [2026-07-17T06:25:27.327Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config718576053039133270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:25:27.916Z] ---> ****-login.sh [2026-07-17T06:25:27.916Z] nexus3.edgexfoundry.org:10001 [2026-07-17T06:25:27.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:27.916Z] Login Succeeded [2026-07-17T06:25:27.916Z] nexus3.edgexfoundry.org:10002 [2026-07-17T06:25:27.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:27.916Z] Login Succeeded [2026-07-17T06:25:27.916Z] nexus3.edgexfoundry.org:10003 [2026-07-17T06:25:27.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:28.193Z] Login Succeeded [2026-07-17T06:25:28.193Z] nexus3.edgexfoundry.org:10004 [2026-07-17T06:25:28.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:28.193Z] Login Succeeded [2026-07-17T06:25:28.193Z] ****.io [2026-07-17T06:25:28.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:25:28.193Z] Login Succeeded [2026-07-17T06:25:28.193Z] ---> ****-login.sh ends [Pipeline] } [2026-07-17T06:25:28.246Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2026-07-17T06:25:28.607Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-17T06:25:28.652Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-17T06:25:28.679Z] ========================================================= [2026-07-17T06:25:28.679Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-07-17T06:25:28.679Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:25:29.267Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine --build-arg MAKE=echo noop --target=builder . [2026-07-17T06:25:29.947Z] #0 building with "default" instance using docker driver [2026-07-17T06:25:29.947Z] [2026-07-17T06:25:29.947Z] #1 [internal] load build definition from Dockerfile [2026-07-17T06:25:29.947Z] #1 transferring dockerfile: 1.61kB done [2026-07-17T06:25:29.947Z] #1 DONE 0.0s [2026-07-17T06:25:29.947Z] [2026-07-17T06:25:29.947Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-07-17T06:25:29.947Z] #2 DONE 0.1s [2026-07-17T06:25:29.947Z] [2026-07-17T06:25:29.947Z] #3 [internal] load .dockerignore [2026-07-17T06:25:29.947Z] #3 transferring context: 46B done [2026-07-17T06:25:29.947Z] #3 DONE 0.0s [2026-07-17T06:25:29.947Z] [2026-07-17T06:25:29.947Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-07-17T06:25:29.947Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done [2026-07-17T06:25:29.947Z] #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 2.10MB / 3.80MB 0.1s [2026-07-17T06:25:29.947Z] #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.1s done [2026-07-17T06:25:29.947Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 6.29MB / 60.15MB 0.1s [2026-07-17T06:25:29.947Z] #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done [2026-07-17T06:25:29.947Z] #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done [2026-07-17T06:25:29.947Z] #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done [2026-07-17T06:25:30.256Z] #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done [2026-07-17T06:25:30.256Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 17.83MB / 60.15MB 0.2s [2026-07-17T06:25:30.256Z] #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b [2026-07-17T06:25:30.256Z] #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.2s done [2026-07-17T06:25:30.256Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 0B / 112.58MB 0.2s [2026-07-17T06:25:30.256Z] #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done [2026-07-17T06:25:30.256Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2026-07-17T06:25:30.256Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0B / 11.98MB 0.2s [2026-07-17T06:25:30.256Z] #4 ... [2026-07-17T06:25:30.256Z] [2026-07-17T06:25:30.256Z] #5 [internal] load build context [2026-07-17T06:25:30.256Z] #5 transferring context: 33.12MB 0.3s done [2026-07-17T06:25:30.256Z] #5 DONE 0.3s [2026-07-17T06:25:30.256Z] [2026-07-17T06:25:30.256Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-07-17T06:25:30.256Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 30.83MB / 60.15MB 0.3s [2026-07-17T06:25:30.256Z] #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done [2026-07-17T06:25:30.256Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 5.24MB / 11.98MB 0.3s [2026-07-17T06:25:30.256Z] #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 [2026-07-17T06:25:30.256Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.5s [2026-07-17T06:25:30.256Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 20.97MB / 112.58MB 0.5s [2026-07-17T06:25:30.256Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s done [2026-07-17T06:25:30.256Z] #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.1s done [2026-07-17T06:25:30.256Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 2.10MB / 14.72MB 0.5s [2026-07-17T06:25:30.562Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s done [2026-07-17T06:25:30.562Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 34.60MB / 112.58MB 0.6s [2026-07-17T06:25:30.562Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 9.44MB / 14.72MB 0.6s [2026-07-17T06:25:30.562Z] #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 [2026-07-17T06:25:30.562Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 53.93MB / 112.58MB 0.7s [2026-07-17T06:25:30.562Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.7s done [2026-07-17T06:25:30.562Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 77.59MB / 112.58MB 0.8s [2026-07-17T06:25:30.899Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 101.71MB / 112.58MB 0.9s [2026-07-17T06:25:30.899Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.0s [2026-07-17T06:25:31.244Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.1s done [2026-07-17T06:25:35.722Z] #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.7s done [2026-07-17T06:25:35.722Z] #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 [2026-07-17T06:25:35.722Z] #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done [2026-07-17T06:25:35.722Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2026-07-17T06:25:35.722Z] #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done [2026-07-17T06:25:35.722Z] #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e [2026-07-17T06:25:35.984Z] #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.3s done [2026-07-17T06:25:35.984Z] #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c [2026-07-17T06:25:39.611Z] #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 3.0s done [2026-07-17T06:25:39.611Z] #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.1s [2026-07-17T06:25:39.611Z] #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.6s done [2026-07-17T06:25:39.611Z] #4 DONE 9.8s [2026-07-17T06:25:39.895Z] [2026-07-17T06:25:39.895Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2026-07-17T06:25:39.895Z] #6 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-17T06:25:40.162Z] #6 0.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-17T06:25:40.455Z] #6 0.851 (1/4) Installing openssh-keygen (10.0_p1-r10) [2026-07-17T06:25:40.751Z] #6 0.869 (2/4) Installing libedit (20250104.3.1-r1) [2026-07-17T06:25:40.751Z] #6 0.882 (3/4) Installing openssh-client-common (10.0_p1-r10) [2026-07-17T06:25:40.751Z] #6 0.913 (4/4) Installing openssh-client-default (10.0_p1-r10) [2026-07-17T06:25:40.751Z] #6 0.933 Executing busybox-1.37.0-r19.trigger [2026-07-17T06:25:40.751Z] #6 0.942 OK: 269 MiB in 64 packages [2026-07-17T06:25:42.092Z] Still waiting to schedule task [2026-07-17T06:25:42.092Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2026-07-17T06:25:42.379Z] #6 DONE 2.6s [2026-07-17T06:25:42.678Z] [2026-07-17T06:25:42.678Z] #7 [builder 3/7] WORKDIR /device-snmp-go [2026-07-17T06:25:42.678Z] #7 DONE 0.0s [2026-07-17T06:25:42.678Z] [2026-07-17T06:25:42.678Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2026-07-17T06:25:42.678Z] #8 DONE 0.0s [2026-07-17T06:25:42.678Z] [2026-07-17T06:25:42.678Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-17T06:26:09.812Z] #9 DONE 26.3s [2026-07-17T06:26:09.812Z] [2026-07-17T06:26:09.812Z] #10 [builder 6/7] COPY . . [2026-07-17T06:26:09.812Z] #10 DONE 0.1s [2026-07-17T06:26:09.812Z] [2026-07-17T06:26:09.812Z] #11 [builder 7/7] RUN echo noop [2026-07-17T06:26:09.812Z] #11 0.207 noop [2026-07-17T06:26:09.812Z] #11 DONE 0.2s [2026-07-17T06:26:09.812Z] [2026-07-17T06:26:09.812Z] #12 exporting to image [2026-07-17T06:26:09.812Z] #12 exporting layers [2026-07-17T06:26:16.815Z] #12 exporting layers 6.9s done [2026-07-17T06:26:16.815Z] #12 writing image sha256:3a0c9870cd710cb761a43f777703eb5c14b8d705864fdb499d49baec87b6123c done [2026-07-17T06:26:16.815Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2026-07-17T06:26:16.815Z] #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:26:17.187Z] + docker inspect -f . ci-base-image-x86_64 [2026-07-17T06:26:17.187Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:26:17.272Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:26:17.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-07-17T06:26:17.601Z] $ docker top 1a157c56bff925b68c02ea315c002958b83700b65276b9152887b9a942a2b50d -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-17T06:26:17.958Z] + go version [2026-07-17T06:26:17.958Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-07-17T06:26:17.982Z] $ docker stop --time=1 1a157c56bff925b68c02ea315c002958b83700b65276b9152887b9a942a2b50d [2026-07-17T06:26:19.230Z] $ docker rm -f --volumes 1a157c56bff925b68c02ea315c002958b83700b65276b9152887b9a942a2b50d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:26:19.721Z] + docker inspect -f . ci-base-image-x86_64 [2026-07-17T06:26:19.721Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:26:19.805Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:26:19.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2026-07-17T06:26:20.066Z] $ docker top 1d0fe18edfb26c287dc3686f73fa56f434dd7cd736a7ccf5b445cbbac7241750 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-17T06:26:20.447Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] fileExists [Pipeline] sh [2026-07-17T06:26:20.796Z] + make test [2026-07-17T06:26:20.796Z] go test ./... -coverprofile=coverage.out [2026-07-17T06:26:21.759Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2026-07-17T06:26:44.003Z] github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements [2026-07-17T06:26:44.003Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.007s coverage: 0.0% of statements [2026-07-17T06:26:51.406Z] 0 issues. [2026-07-17T06:26:51.406Z] go vet ./... [2026-07-17T06:26:56.832Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-07-17T06:26:56.832Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2026-07-17T06:26:56.832Z] ./bin/test-attribution-txt.sh [2026-07-17T06:26:56.832Z] An attribution for github.com/cespare/xxhash/v2 is missing from Attribution.txt, please add [2026-07-17T06:26:56.832Z] An attribution for github.com/oklog/ulid/v2 is missing from Attribution.txt, please add [Pipeline] echo [2026-07-17T06:26:57.107Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] } [2026-07-17T06:26:57.131Z] $ docker stop --time=1 1d0fe18edfb26c287dc3686f73fa56f434dd7cd736a7ccf5b445cbbac7241750 [2026-07-17T06:26:59.196Z] $ docker rm -f --volumes 1d0fe18edfb26c287dc3686f73fa56f434dd7cd736a7ccf5b445cbbac7241750 [Pipeline] // withDockerContainer [Pipeline] sh [2026-07-17T06:26:59.758Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2026-07-17T06:26:59.816Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2026-07-17T06:27:00.467Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2026-07-17T06:27:00.765Z] + ls -al . [2026-07-17T06:27:00.765Z] total 244 [2026-07-17T06:27:00.765Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 06:26 . [2026-07-17T06:27:00.765Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 17 06:24 .. [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 6 Jul 17 06:24 .dockerignore [2026-07-17T06:27:00.765Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 06:26 .git [2026-07-17T06:27:00.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:24 .github [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 263 Jul 17 06:24 .gitignore [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 359 Jul 17 06:24 .golangci.yml [2026-07-17T06:27:00.765Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 06:25 .semver [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 21488 Jul 17 06:24 Attribution.txt [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 12751 Jul 17 06:24 CHANGELOG.md [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 1571 Jul 17 06:24 Dockerfile [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 17 06:24 GOVERNANCE.md [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 679 Jul 17 06:24 Jenkinsfile [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 17 06:24 LICENSE [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 2239 Jul 17 06:24 Makefile [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 17 06:24 OWNERS.md [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 10477 Jul 17 06:24 README.md [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 17 06:25 VERSION [2026-07-17T06:27:00.765Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 17 06:24 bin [2026-07-17T06:27:00.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:24 cmd [2026-07-17T06:27:00.765Z] -rw-r--r-- 1 jenkins jenkins 9158 Jul 17 06:26 coverage.out [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 6508 Jul 17 06:24 go.mod [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 89237 Jul 17 06:24 go.sum [2026-07-17T06:27:00.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:24 internal [2026-07-17T06:27:00.765Z] -rw-rw-r-- 1 jenkins jenkins 228 Jul 17 06:24 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:01.090Z] + docker build -t device-snmp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=57f6dfaf648b925f4a66ca9d0cb59690fe27c039 --label arch=amd64 --label version=4.1.0-dev.15 . [2026-07-17T06:27:01.369Z] #0 building with "default" instance using docker driver [2026-07-17T06:27:01.369Z] [2026-07-17T06:27:01.369Z] #1 [internal] load build definition from Dockerfile [2026-07-17T06:27:01.369Z] #1 transferring dockerfile: 1.61kB done [2026-07-17T06:27:01.369Z] #1 DONE 0.0s [2026-07-17T06:27:01.369Z] [2026-07-17T06:27:01.369Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2026-07-17T06:27:01.369Z] #2 DONE 0.0s [2026-07-17T06:27:01.369Z] [2026-07-17T06:27:01.369Z] #3 [internal] load metadata for docker.io/library/alpine:3.22 [2026-07-17T06:27:01.369Z] #3 DONE 0.1s [2026-07-17T06:27:01.369Z] [2026-07-17T06:27:01.369Z] #4 [internal] load .dockerignore [2026-07-17T06:27:01.369Z] #4 transferring context: 32B [2026-07-17T06:27:01.369Z] #4 transferring context: 46B done [2026-07-17T06:27:01.369Z] #4 DONE 0.0s [2026-07-17T06:27:01.369Z] [2026-07-17T06:27:01.369Z] #5 [internal] load build context [2026-07-17T06:27:01.369Z] #5 transferring context: 21.82kB 0.0s done [2026-07-17T06:27:01.369Z] #5 DONE 0.0s [2026-07-17T06:27:01.369Z] [2026-07-17T06:27:01.369Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2026-07-17T06:27:01.369Z] #6 DONE 0.1s [2026-07-17T06:27:01.369Z] [2026-07-17T06:27:01.369Z] #7 [stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-17T06:27:01.369Z] #7 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done [2026-07-17T06:27:01.369Z] #7 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 [2026-07-17T06:27:01.369Z] #7 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done [2026-07-17T06:27:01.369Z] #7 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done [2026-07-17T06:27:01.369Z] #7 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done [2026-07-17T06:27:01.369Z] #7 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done [2026-07-17T06:27:01.644Z] #7 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.1s done [2026-07-17T06:27:01.644Z] #7 DONE 0.2s [2026-07-17T06:27:01.644Z] [2026-07-17T06:27:01.644Z] #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2026-07-17T06:27:01.644Z] #8 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-17T06:27:01.904Z] #8 0.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-17T06:27:02.162Z] #8 0.777 OK: 269 MiB in 64 packages [2026-07-17T06:27:02.162Z] #8 DONE 0.9s [2026-07-17T06:27:02.162Z] [2026-07-17T06:27:02.162Z] #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2026-07-17T06:27:02.162Z] #9 0.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-17T06:27:02.162Z] #9 0.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-17T06:27:02.162Z] #9 0.634 (1/1) Installing dumb-init (1.2.5-r3) [2026-07-17T06:27:02.162Z] #9 0.639 Executing busybox-1.37.0-r20.trigger [2026-07-17T06:27:02.162Z] #9 0.645 OK: 7 MiB in 17 packages [2026-07-17T06:27:02.420Z] #9 DONE 0.8s [2026-07-17T06:27:02.420Z] [2026-07-17T06:27:02.420Z] #10 [builder 3/7] WORKDIR /device-snmp-go [2026-07-17T06:27:02.420Z] #10 DONE 0.0s [2026-07-17T06:27:02.420Z] [2026-07-17T06:27:02.420Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2026-07-17T06:27:02.420Z] #11 DONE 0.0s [2026-07-17T06:27:02.420Z] [2026-07-17T06:27:02.420Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-17T06:27:03.100Z] #12 DONE 0.5s [2026-07-17T06:27:03.100Z] [2026-07-17T06:27:03.100Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2026-07-17T06:27:03.100Z] #13 0.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2026-07-17T06:27:03.100Z] #13 0.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2026-07-17T06:27:03.100Z] #13 ... [2026-07-17T06:27:03.100Z] [2026-07-17T06:27:03.100Z] #14 [builder 6/7] COPY . . [2026-07-17T06:27:03.100Z] #14 DONE 0.1s [2026-07-17T06:27:03.100Z] [2026-07-17T06:27:03.100Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2026-07-17T06:27:03.100Z] #13 0.833 OK: 7 MiB in 17 packages [2026-07-17T06:27:03.100Z] #13 DONE 0.9s [2026-07-17T06:27:03.100Z] [2026-07-17T06:27:03.100Z] #15 [builder 7/7] RUN make build [2026-07-17T06:27:03.363Z] #15 0.223 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=4.1.0-dev.15 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.2" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2026-07-17T06:27:19.659Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-15162 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws [2026-07-17T06:27:19.703Z] Running in /w/workspace/device-snmp-go/131 [Pipeline] { [Pipeline] checkout [2026-07-17T06:27:19.799Z] The recommended git tool is: git [2026-07-17T06:27:27.907Z] using credential edgex-jenkins-ssh [2026-07-17T06:27:27.981Z] Cloning the remote Git repository [2026-07-17T06:27:28.054Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2026-07-17T06:27:28.268Z] > git init /w/workspace/device-snmp-go/131 # timeout=10 [2026-07-17T06:27:28.499Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2026-07-17T06:27:28.500Z] > git --version # timeout=10 [2026-07-17T06:27:28.525Z] > git --version # 'git version 2.25.1' [2026-07-17T06:27:28.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2026-07-17T06:27:28.665Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-07-17T06:27:30.591Z] #15 DONE 25.5s [2026-07-17T06:27:30.591Z] [2026-07-17T06:27:30.591Z] #16 [stage-1 4/6] COPY --from=builder /device-snmp-go/cmd / [2026-07-17T06:27:30.591Z] #16 DONE 0.2s [2026-07-17T06:27:30.591Z] [2026-07-17T06:27:30.591Z] #17 [stage-1 5/6] COPY --from=builder /device-snmp-go/Attribution.txt / [2026-07-17T06:27:30.591Z] #17 DONE 0.0s [2026-07-17T06:27:30.591Z] [2026-07-17T06:27:30.591Z] #18 [stage-1 6/6] COPY --from=builder /device-snmp-go/LICENSE / [2026-07-17T06:27:30.591Z] #18 DONE 0.0s [2026-07-17T06:27:30.591Z] [2026-07-17T06:27:30.591Z] #19 exporting to image [2026-07-17T06:27:30.591Z] #19 exporting layers [2026-07-17T06:27:30.591Z] #19 exporting layers 0.2s done [2026-07-17T06:27:30.591Z] #19 writing image sha256:7df867aebd00d1050d20e316de8d2d55dc2f036ab7db6789b13f06e7ad9e54a8 done [2026-07-17T06:27:30.591Z] #19 naming to docker.io/library/device-snmp done [2026-07-17T06:27:30.591Z] #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-17T06:27:31.418Z] provisioning config files... [2026-07-17T06:27:31.466Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config10174401844070351359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:27:31.980Z] ---> ****-login.sh [2026-07-17T06:27:31.980Z] nexus3.edgexfoundry.org:10001 [2026-07-17T06:27:31.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:31.980Z] Login Succeeded [2026-07-17T06:27:31.980Z] nexus3.edgexfoundry.org:10002 [2026-07-17T06:27:31.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:31.980Z] Login Succeeded [2026-07-17T06:27:31.980Z] nexus3.edgexfoundry.org:10003 [2026-07-17T06:27:31.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:32.306Z] Login Succeeded [2026-07-17T06:27:32.306Z] nexus3.edgexfoundry.org:10004 [2026-07-17T06:27:32.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:32.306Z] Login Succeeded [2026-07-17T06:27:32.306Z] ****.io [2026-07-17T06:27:32.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:32.369Z] Login Succeeded [2026-07-17T06:27:32.369Z] ---> ****-login.sh ends [Pipeline] } [2026-07-17T06:27:32.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-17T06:27:32.850Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-17T06:27:33.008Z] [edgeXDocker.push] Tagging docker image device-snmp with the following tags: [2026-07-17T06:27:33.008Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [2026-07-17T06:27:33.008Z] latest [2026-07-17T06:27:33.008Z] 4.1.0-dev.15 [2026-07-17T06:27:33.008Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 [2026-07-17T06:27:33.008Z] main [2026-07-17T06:27:33.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2026-07-17T06:27:31.784Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2026-07-17T06:27:31.807Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-07-17T06:27:33.286Z] Avoid second fetch [2026-07-17T06:27:33.287Z] Checking out Revision 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 (main) [Pipeline] sh [2026-07-17T06:27:33.687Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:34.336Z] Commit message: "Merge pull request #403 from edgexfoundry/dependabot/go_modules/github.com/gosnmp/gosnmp-1.44.0" [2026-07-17T06:27:34.491Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [2026-07-17T06:27:34.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2026-07-17T06:27:34.491Z] 0d472f2363e0: Preparing [2026-07-17T06:27:34.491Z] a5996fc3f22b: Preparing [2026-07-17T06:27:34.491Z] af4b6fd07fa4: Preparing [2026-07-17T06:27:34.491Z] 8b145409e986: Preparing [2026-07-17T06:27:34.491Z] 56b07661f5b6: Preparing [2026-07-17T06:27:34.491Z] 6f09edfb3f6d: Preparing [2026-07-17T06:27:34.491Z] 6f09edfb3f6d: Waiting [2026-07-17T06:27:34.779Z] 0d472f2363e0: Pushed [2026-07-17T06:27:34.779Z] a5996fc3f22b: Pushed [2026-07-17T06:27:34.779Z] 56b07661f5b6: Pushed [2026-07-17T06:27:34.779Z] 8b145409e986: Pushed [2026-07-17T06:27:34.779Z] 6f09edfb3f6d: Layer already exists [2026-07-17T06:27:33.300Z] > git config core.sparsecheckout # timeout=10 [2026-07-17T06:27:33.357Z] > git checkout -f 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2026-07-17T06:27:39.397Z] af4b6fd07fa4: Pushed [2026-07-17T06:27:39.426Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // withEnv [Pipeline] configFileProvider [2026-07-17T06:27:39.596Z] provisioning config files... [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:39.762Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/131@tmp/config5265770534377118367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:27:40.103Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:40.808Z] ---> ****-login.sh [2026-07-17T06:27:40.808Z] nexus3.edgexfoundry.org:10001 [2026-07-17T06:27:40.903Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest [2026-07-17T06:27:40.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2026-07-17T06:27:40.904Z] 0d472f2363e0: Preparing [2026-07-17T06:27:40.904Z] a5996fc3f22b: Preparing [2026-07-17T06:27:40.904Z] af4b6fd07fa4: Preparing [2026-07-17T06:27:40.904Z] 8b145409e986: Preparing [2026-07-17T06:27:40.904Z] 56b07661f5b6: Preparing [2026-07-17T06:27:40.904Z] 6f09edfb3f6d: Preparing [2026-07-17T06:27:40.904Z] 6f09edfb3f6d: Waiting [2026-07-17T06:27:40.904Z] 0d472f2363e0: Layer already exists [2026-07-17T06:27:40.904Z] 8b145409e986: Layer already exists [2026-07-17T06:27:40.904Z] 56b07661f5b6: Layer already exists [2026-07-17T06:27:40.904Z] a5996fc3f22b: Layer already exists [2026-07-17T06:27:40.904Z] af4b6fd07fa4: Layer already exists [2026-07-17T06:27:40.904Z] 6f09edfb3f6d: Layer already exists [2026-07-17T06:27:40.904Z] latest: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:41.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:41.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:27:41.130Z] Configure a credential helper to remove this warning. See [2026-07-17T06:27:41.130Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:27:41.130Z] [2026-07-17T06:27:41.130Z] Login Succeeded [2026-07-17T06:27:41.130Z] nexus3.edgexfoundry.org:10002 [2026-07-17T06:27:41.409Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.15 [Pipeline] } [2026-07-17T06:27:41.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:41.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:27:41.724Z] Configure a credential helper to remove this warning. See [2026-07-17T06:27:41.724Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:27:41.724Z] [2026-07-17T06:27:41.724Z] Login Succeeded [2026-07-17T06:27:41.724Z] nexus3.edgexfoundry.org:10003 [2026-07-17T06:27:41.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:41.871Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.15 [2026-07-17T06:27:41.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2026-07-17T06:27:41.871Z] 0d472f2363e0: Preparing [2026-07-17T06:27:41.871Z] a5996fc3f22b: Preparing [2026-07-17T06:27:41.871Z] af4b6fd07fa4: Preparing [2026-07-17T06:27:41.871Z] 8b145409e986: Preparing [2026-07-17T06:27:41.871Z] 56b07661f5b6: Preparing [2026-07-17T06:27:41.871Z] 6f09edfb3f6d: Preparing [2026-07-17T06:27:41.871Z] 6f09edfb3f6d: Waiting [2026-07-17T06:27:41.871Z] 0d472f2363e0: Layer already exists [2026-07-17T06:27:41.871Z] 8b145409e986: Layer already exists [2026-07-17T06:27:41.871Z] 56b07661f5b6: Layer already exists [2026-07-17T06:27:41.871Z] af4b6fd07fa4: Layer already exists [2026-07-17T06:27:41.871Z] a5996fc3f22b: Layer already exists [2026-07-17T06:27:41.871Z] 6f09edfb3f6d: Layer already exists [2026-07-17T06:27:41.871Z] 4.1.0-dev.15: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:42.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:27:42.042Z] Configure a credential helper to remove this warning. See [2026-07-17T06:27:42.042Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:27:42.042Z] [2026-07-17T06:27:42.042Z] Login Succeeded [2026-07-17T06:27:42.042Z] nexus3.edgexfoundry.org:10004 [2026-07-17T06:27:42.385Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 [2026-07-17T06:27:42.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:42.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:27:42.394Z] Configure a credential helper to remove this warning. See [2026-07-17T06:27:42.394Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:27:42.394Z] [2026-07-17T06:27:42.394Z] Login Succeeded [2026-07-17T06:27:42.394Z] ****.io [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:42.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:27:42.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:27:42.724Z] Configure a credential helper to remove this warning. See [2026-07-17T06:27:42.724Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:27:42.724Z] [2026-07-17T06:27:42.724Z] Login Succeeded [2026-07-17T06:27:42.724Z] ---> ****-login.sh ends [Pipeline] } [2026-07-17T06:27:42.774Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2026-07-17T06:27:42.992Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 [2026-07-17T06:27:42.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2026-07-17T06:27:42.992Z] 0d472f2363e0: Preparing [2026-07-17T06:27:42.992Z] a5996fc3f22b: Preparing [2026-07-17T06:27:42.992Z] af4b6fd07fa4: Preparing [2026-07-17T06:27:42.992Z] 8b145409e986: Preparing [2026-07-17T06:27:42.992Z] 56b07661f5b6: Preparing [2026-07-17T06:27:42.992Z] 6f09edfb3f6d: Preparing [2026-07-17T06:27:42.992Z] 6f09edfb3f6d: Waiting [2026-07-17T06:27:42.992Z] af4b6fd07fa4: Layer already exists [2026-07-17T06:27:42.992Z] 0d472f2363e0: Layer already exists [2026-07-17T06:27:42.992Z] 8b145409e986: Layer already exists [2026-07-17T06:27:42.992Z] 56b07661f5b6: Layer already exists [2026-07-17T06:27:42.992Z] a5996fc3f22b: Layer already exists [2026-07-17T06:27:42.992Z] 6f09edfb3f6d: Layer already exists [2026-07-17T06:27:42.992Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo [2026-07-17T06:27:43.477Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-17T06:27:43.515Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-17T06:27:43.557Z] ========================================================= [2026-07-17T06:27:43.557Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2026-07-17T06:27:43.557Z] ========================================================= [Pipeline] fileExists [2026-07-17T06:27:43.586Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] fileExists [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2026-07-17T06:27:44.149Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:main [2026-07-17T06:27:44.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2026-07-17T06:27:44.149Z] 0d472f2363e0: Preparing [2026-07-17T06:27:44.149Z] a5996fc3f22b: Preparing [2026-07-17T06:27:44.149Z] af4b6fd07fa4: Preparing [2026-07-17T06:27:44.149Z] 8b145409e986: Preparing [2026-07-17T06:27:44.149Z] 56b07661f5b6: Preparing [2026-07-17T06:27:44.149Z] 6f09edfb3f6d: Preparing [2026-07-17T06:27:44.149Z] 6f09edfb3f6d: Waiting [2026-07-17T06:27:44.149Z] af4b6fd07fa4: Layer already exists [2026-07-17T06:27:44.149Z] a5996fc3f22b: Layer already exists [2026-07-17T06:27:44.149Z] 0d472f2363e0: Layer already exists [2026-07-17T06:27:44.149Z] 56b07661f5b6: Layer already exists [2026-07-17T06:27:44.149Z] 8b145409e986: Layer already exists [2026-07-17T06:27:44.149Z] 6f09edfb3f6d: Layer already exists [2026-07-17T06:27:44.149Z] main: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] // withEnv [2026-07-17T06:27:44.257Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine --build-arg MAKE=echo noop --target=builder . [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-17T06:27:44.415Z] ===================================================== [Pipeline] echo [2026-07-17T06:27:44.444Z] taggedImages: [2026-07-17T06:27:44.444Z] - nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [2026-07-17T06:27:44.444Z] - nexus3.edgexfoundry.org:10004/device-snmp:latest [2026-07-17T06:27:44.444Z] - nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.15 [2026-07-17T06:27:44.444Z] - nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 [2026-07-17T06:27:44.444Z] - nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // script [Pipeline] } [2026-07-17T06:27:44.586Z] Sending build context to Docker daemon 16.71MB [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [2026-07-17T06:27:44.902Z] Step 1/12 : ARG BASE=golang:1.25-alpine3.22 [2026-07-17T06:27:44.902Z] Step 2/12 : FROM ${BASE} AS builder [2026-07-17T06:27:44.902Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2026-07-17T06:27:44.902Z] 6b59a28fa201: Pulling fs layer [2026-07-17T06:27:44.902Z] d32bb0dddca7: Pulling fs layer [2026-07-17T06:27:44.902Z] 5dab1238d3d9: Pulling fs layer [2026-07-17T06:27:44.902Z] 196fd7d83e7d: Pulling fs layer [2026-07-17T06:27:44.902Z] 4f4fb700ef54: Pulling fs layer [2026-07-17T06:27:44.902Z] 8ba94037c8f0: Pulling fs layer [2026-07-17T06:27:44.902Z] deaec5988b04: Pulling fs layer [2026-07-17T06:27:44.902Z] 9f65657bb879: Pulling fs layer [2026-07-17T06:27:44.902Z] 196fd7d83e7d: Waiting [2026-07-17T06:27:44.902Z] deaec5988b04: Waiting [2026-07-17T06:27:44.902Z] 4f4fb700ef54: Waiting [2026-07-17T06:27:44.902Z] 8ba94037c8f0: Waiting [2026-07-17T06:27:44.902Z] 9f65657bb879: Waiting [2026-07-17T06:27:44.902Z] d32bb0dddca7: Verifying Checksum [2026-07-17T06:27:44.902Z] d32bb0dddca7: Download complete [2026-07-17T06:27:44.902Z] 196fd7d83e7d: Download complete [2026-07-17T06:27:44.902Z] 4f4fb700ef54: Verifying Checksum [2026-07-17T06:27:44.902Z] 4f4fb700ef54: Download complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:45.303Z] 8ba94037c8f0: Verifying Checksum [2026-07-17T06:27:45.303Z] 8ba94037c8f0: Download complete [2026-07-17T06:27:45.303Z] 6b59a28fa201: Verifying Checksum [2026-07-17T06:27:45.303Z] 6b59a28fa201: Download complete [2026-07-17T06:27:45.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-07-17T06:27:45.425Z] [2026-07-17T06:27:45.425Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:27:45.624Z] 9f65657bb879: Verifying Checksum [2026-07-17T06:27:45.624Z] 9f65657bb879: Download complete [2026-07-17T06:27:45.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-07-17T06:27:45.903Z] latest: Pulling from edgex-lftools-log-publisher [2026-07-17T06:27:45.903Z] 5eb5b503b376: Pulling fs layer [2026-07-17T06:27:45.903Z] 5c69ac0246d0: Pulling fs layer [2026-07-17T06:27:45.903Z] ec43610c2a17: Pulling fs layer [2026-07-17T06:27:45.903Z] 3a2ae6a8a46f: Pulling fs layer [2026-07-17T06:27:45.903Z] 33b1e0a273af: Pulling fs layer [2026-07-17T06:27:45.903Z] 5d3b04190fa2: Pulling fs layer [2026-07-17T06:27:45.903Z] 2f39f015ded8: Pulling fs layer [2026-07-17T06:27:45.903Z] 5d3b04190fa2: Waiting [2026-07-17T06:27:45.903Z] 33b1e0a273af: Waiting [2026-07-17T06:27:45.903Z] 2f39f015ded8: Waiting [2026-07-17T06:27:45.903Z] 3a2ae6a8a46f: Waiting [2026-07-17T06:27:45.903Z] 5c69ac0246d0: Download complete [2026-07-17T06:27:45.903Z] 3a2ae6a8a46f: Verifying Checksum [2026-07-17T06:27:45.903Z] 3a2ae6a8a46f: Download complete [2026-07-17T06:27:45.903Z] 33b1e0a273af: Verifying Checksum [2026-07-17T06:27:45.903Z] 33b1e0a273af: Download complete [2026-07-17T06:27:45.903Z] ec43610c2a17: Verifying Checksum [2026-07-17T06:27:45.903Z] ec43610c2a17: Download complete [2026-07-17T06:27:45.903Z] 5d3b04190fa2: Download complete [2026-07-17T06:27:45.924Z] 6b59a28fa201: Pull complete [2026-07-17T06:27:46.229Z] 5eb5b503b376: Verifying Checksum [2026-07-17T06:27:46.229Z] 5eb5b503b376: Download complete [2026-07-17T06:27:46.613Z] d32bb0dddca7: Pull complete [2026-07-17T06:27:46.613Z] 5dab1238d3d9: Verifying Checksum [2026-07-17T06:27:46.613Z] 5dab1238d3d9: Download complete [2026-07-17T06:27:46.873Z] 2f39f015ded8: Verifying Checksum [2026-07-17T06:27:46.873Z] 2f39f015ded8: Download complete [2026-07-17T06:27:47.507Z] 5eb5b503b376: Pull complete [2026-07-17T06:27:47.810Z] 5c69ac0246d0: Pull complete [2026-07-17T06:27:48.206Z] deaec5988b04: Verifying Checksum [2026-07-17T06:27:48.206Z] deaec5988b04: Download complete [2026-07-17T06:27:48.449Z] ec43610c2a17: Pull complete [2026-07-17T06:27:48.449Z] 3a2ae6a8a46f: Pull complete [2026-07-17T06:27:48.769Z] 33b1e0a273af: Pull complete [2026-07-17T06:27:48.769Z] 5d3b04190fa2: Pull complete [2026-07-17T06:27:54.303Z] 2f39f015ded8: Pull complete [2026-07-17T06:27:54.303Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-07-17T06:27:54.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-07-17T06:27:54.303Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:27:54.580Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:27:54.647Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-07-17T06:27:56.027Z] $ docker top 94ba316d603ef2decfdc467773d3688a3684520c74070a48fa6196bac60be26d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:27:56.445Z] ---> job-cost.sh [2026-07-17T06:27:56.445Z] lf-activate-venv: SKIPPING [2026-07-17T06:27:56.445Z] INFO: No Stack... [2026-07-17T06:27:56.704Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-07-17T06:27:56.967Z] INFO: Archiving Costs [Pipeline] sh [2026-07-17T06:27:57.260Z] + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv [2026-07-17T06:27:57.260Z] + cut -d, -f6 [Pipeline] lock [2026-07-17T06:27:57.275Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [2026-07-17T06:27:57.285Z] Resource [jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] did not exist. Created. [2026-07-17T06:27:57.293Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-07-17T06:27:57.649Z] + echo total: 0.2199999988079071 [Pipeline] stash [2026-07-17T06:27:57.688Z] Stashed 1 file(s) [Pipeline] } [2026-07-17T06:27:57.695Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [Pipeline] // lock [Pipeline] } [2026-07-17T06:27:57.729Z] $ docker stop --time=1 94ba316d603ef2decfdc467773d3688a3684520c74070a48fa6196bac60be26d [2026-07-17T06:27:58.871Z] $ docker rm -f --volumes 94ba316d603ef2decfdc467773d3688a3684520c74070a48fa6196bac60be26d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2026-07-17T06:28:00.901Z] 5dab1238d3d9: Pull complete [2026-07-17T06:28:00.901Z] 196fd7d83e7d: Pull complete [2026-07-17T06:28:00.901Z] 4f4fb700ef54: Pull complete [2026-07-17T06:28:00.901Z] 8ba94037c8f0: Pull complete [2026-07-17T06:28:11.129Z] deaec5988b04: Pull complete [2026-07-17T06:28:11.746Z] 9f65657bb879: Pull complete [2026-07-17T06:28:11.746Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2026-07-17T06:28:11.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2026-07-17T06:28:11.746Z] ---> 334268110677 [2026-07-17T06:28:11.746Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2026-07-17T06:28:13.303Z] ---> Running in 1b2c254216ab [2026-07-17T06:28:13.917Z] Removing intermediate container 1b2c254216ab [2026-07-17T06:28:13.917Z] ---> 78b6e640970c [2026-07-17T06:28:13.917Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2026-07-17T06:28:13.917Z] ---> Running in 8c1dc41068cf [2026-07-17T06:28:18.444Z] Removing intermediate container 8c1dc41068cf [2026-07-17T06:28:18.444Z] ---> 87134e737c76 [2026-07-17T06:28:18.444Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2026-07-17T06:28:18.444Z] ---> Running in 391d429fbb7f [2026-07-17T06:28:18.716Z] Removing intermediate container 391d429fbb7f [2026-07-17T06:28:18.716Z] ---> 095d63f7ff50 [2026-07-17T06:28:18.716Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2026-07-17T06:28:19.002Z] ---> Running in d06991389898 [2026-07-17T06:28:19.273Z] Removing intermediate container d06991389898 [2026-07-17T06:28:19.273Z] ---> a03c01545b9f [2026-07-17T06:28:19.273Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2026-07-17T06:28:19.273Z] ---> Running in caad00081ebd [2026-07-17T06:28:20.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-17T06:28:20.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-17T06:28:21.989Z] (1/4) Installing openssh-keygen (10.0_p1-r10) [2026-07-17T06:28:22.266Z] (2/4) Installing libedit (20250104.3.1-r1) [2026-07-17T06:28:22.266Z] (3/4) Installing openssh-client-common (10.0_p1-r10) [2026-07-17T06:28:22.266Z] (4/4) Installing openssh-client-default (10.0_p1-r10) [2026-07-17T06:28:22.266Z] Executing busybox-1.37.0-r19.trigger [2026-07-17T06:28:22.266Z] OK: 259 MiB in 64 packages [2026-07-17T06:28:23.707Z] Removing intermediate container caad00081ebd [2026-07-17T06:28:23.707Z] ---> cf52ebf64952 [2026-07-17T06:28:23.707Z] Step 8/12 : WORKDIR /device-snmp-go [2026-07-17T06:28:23.707Z] ---> Running in 1b8c6d0622b6 [2026-07-17T06:28:23.707Z] Removing intermediate container 1b8c6d0622b6 [2026-07-17T06:28:23.707Z] ---> 740b5f40e4d6 [2026-07-17T06:28:23.707Z] Step 9/12 : COPY go.mod vendor* ./ [2026-07-17T06:28:24.410Z] ---> 9ecf60f304b2 [2026-07-17T06:28:24.410Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-17T06:28:24.410Z] ---> Running in 06871dd5444f [2026-07-17T06:30:31.959Z] Removing intermediate container 06871dd5444f [2026-07-17T06:30:31.959Z] ---> 93028e665009 [2026-07-17T06:30:31.959Z] Step 11/12 : COPY . . [2026-07-17T06:30:31.959Z] ---> 93bdc94d009c [2026-07-17T06:30:31.959Z] Step 12/12 : RUN ${MAKE} [2026-07-17T06:30:31.959Z] ---> Running in cb38d21479a6 [2026-07-17T06:30:31.959Z] noop [2026-07-17T06:30:31.959Z] Removing intermediate container cb38d21479a6 [2026-07-17T06:30:31.959Z] ---> 431673f05e7a [2026-07-17T06:30:31.959Z] Successfully built 431673f05e7a [2026-07-17T06:30:31.959Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:30:32.402Z] + docker inspect -f . ci-base-image-arm64 [2026-07-17T06:30:32.402Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:30:32.627Z] prd-ubuntu20.04-docker-arm64-4c-16g-15162 does not seem to be running inside a container [2026-07-17T06:30:32.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/131 -v /w/workspace/device-snmp-go/131:/w/workspace/device-snmp-go/131:rw,z -v /w/workspace/device-snmp-go/131@tmp:/w/workspace/device-snmp-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2026-07-17T06:30:36.941Z] $ docker top 5aeb63c26f4050b73f12558203db646285b76aa68e3e16b7b09696d64ab2c6d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-17T06:30:37.785Z] + go version [2026-07-17T06:30:37.786Z] go version go1.25.3 linux/arm64 [Pipeline] } [2026-07-17T06:30:37.800Z] $ docker stop --time=1 5aeb63c26f4050b73f12558203db646285b76aa68e3e16b7b09696d64ab2c6d4 [2026-07-17T06:30:39.446Z] $ docker rm -f --volumes 5aeb63c26f4050b73f12558203db646285b76aa68e3e16b7b09696d64ab2c6d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:30:40.127Z] + docker inspect -f . ci-base-image-arm64 [2026-07-17T06:30:40.128Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:30:40.343Z] prd-ubuntu20.04-docker-arm64-4c-16g-15162 does not seem to be running inside a container [2026-07-17T06:30:40.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-snmp-go/131 -v /w/workspace/device-snmp-go/131:/w/workspace/device-snmp-go/131:rw,z -v /w/workspace/device-snmp-go/131@tmp:/w/workspace/device-snmp-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2026-07-17T06:30:41.548Z] $ docker top 87a2ed6836ac1ce33ccd5cb9347198506a2148bf436a0125b9277ed4aaa4569a -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-17T06:30:42.382Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/131 [Pipeline] fileExists [Pipeline] sh [2026-07-17T06:30:42.725Z] + make test [2026-07-17T06:30:42.995Z] go test ./... -coverprofile=coverage.out [2026-07-17T06:30:53.203Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2026-07-17T06:34:30.483Z] github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements [2026-07-17T06:34:30.483Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.031s coverage: 0.0% of statements [2026-07-17T06:34:30.483Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2026-07-17T06:34:30.483Z] go vet ./... [2026-07-17T06:35:17.634Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-07-17T06:35:17.634Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2026-07-17T06:35:17.634Z] ./bin/test-attribution-txt.sh [2026-07-17T06:35:17.634Z] An attribution for github.com/cespare/xxhash/v2 is missing from Attribution.txt, please add [2026-07-17T06:35:17.634Z] An attribution for github.com/oklog/ulid/v2 is missing from Attribution.txt, please add [Pipeline] echo [2026-07-17T06:35:17.687Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] } [2026-07-17T06:35:17.749Z] $ docker stop --time=1 87a2ed6836ac1ce33ccd5cb9347198506a2148bf436a0125b9277ed4aaa4569a [2026-07-17T06:35:22.386Z] $ docker rm -f --volumes 87a2ed6836ac1ce33ccd5cb9347198506a2148bf436a0125b9277ed4aaa4569a [Pipeline] // withDockerContainer [Pipeline] sh [2026-07-17T06:35:24.197Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2026-07-17T06:35:24.325Z] Warning: overwriting stash ‘coverage-report’ [2026-07-17T06:35:25.516Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-07-17T06:35:26.261Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2026-07-17T06:35:26.659Z] + ls -al . [2026-07-17T06:35:26.659Z] total 240 [2026-07-17T06:35:26.659Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 17 06:30 . [2026-07-17T06:35:26.659Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 17 06:27 .. [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 6 Jul 17 06:27 .dockerignore [2026-07-17T06:35:26.659Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 06:27 .git [2026-07-17T06:35:26.659Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:27 .github [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 263 Jul 17 06:27 .gitignore [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 359 Jul 17 06:27 .golangci.yml [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 21488 Jul 17 06:27 Attribution.txt [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 12751 Jul 17 06:27 CHANGELOG.md [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 1571 Jul 17 06:27 Dockerfile [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 17 06:27 GOVERNANCE.md [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 679 Jul 17 06:27 Jenkinsfile [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 17 06:27 LICENSE [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 2239 Jul 17 06:27 Makefile [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 17 06:27 OWNERS.md [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 10477 Jul 17 06:27 README.md [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 17 06:25 VERSION [2026-07-17T06:35:26.659Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 17 06:27 bin [2026-07-17T06:35:26.659Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:27 cmd [2026-07-17T06:35:26.659Z] -rw-r--r-- 1 jenkins jenkins 9158 Jul 17 06:34 coverage.out [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 6508 Jul 17 06:27 go.mod [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 89237 Jul 17 06:27 go.sum [2026-07-17T06:35:26.659Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:27 internal [2026-07-17T06:35:26.659Z] -rw-rw-r-- 1 jenkins jenkins 228 Jul 17 06:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:35:27.080Z] + docker build -t device-snmp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=57f6dfaf648b925f4a66ca9d0cb59690fe27c039 --label arch=arm64 --label version=4.1.0-dev.15 . [2026-07-17T06:35:27.691Z] Sending build context to Docker daemon 16.72MB [2026-07-17T06:35:27.691Z] Step 1/25 : ARG BASE=golang:1.25-alpine3.22 [2026-07-17T06:35:27.691Z] Step 2/25 : FROM ${BASE} AS builder [2026-07-17T06:35:27.691Z] ---> 431673f05e7a [2026-07-17T06:35:27.691Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2026-07-17T06:35:27.691Z] ---> Running in f66612c53abb [2026-07-17T06:35:28.009Z] Removing intermediate container f66612c53abb [2026-07-17T06:35:28.009Z] ---> 582944675041 [2026-07-17T06:35:28.009Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2026-07-17T06:35:28.009Z] ---> Running in 67206bc256fa [2026-07-17T06:35:28.294Z] Removing intermediate container 67206bc256fa [2026-07-17T06:35:28.294Z] ---> 29431018608d [2026-07-17T06:35:28.294Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2026-07-17T06:35:28.294Z] ---> Running in 8d78c1eb129b [2026-07-17T06:35:28.609Z] Removing intermediate container 8d78c1eb129b [2026-07-17T06:35:28.609Z] ---> 6a76c3179af5 [2026-07-17T06:35:28.609Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2026-07-17T06:35:28.902Z] ---> Running in bb11035a7a3a [2026-07-17T06:35:29.239Z] Removing intermediate container bb11035a7a3a [2026-07-17T06:35:29.239Z] ---> 971346c72f95 [2026-07-17T06:35:29.239Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2026-07-17T06:35:29.239Z] ---> Running in a7e0b9b6ab7c [2026-07-17T06:35:30.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-17T06:35:30.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-17T06:35:32.189Z] OK: 259 MiB in 64 packages [2026-07-17T06:35:32.781Z] Removing intermediate container a7e0b9b6ab7c [2026-07-17T06:35:32.781Z] ---> 4486eb41ef29 [2026-07-17T06:35:32.781Z] Step 8/25 : WORKDIR /device-snmp-go [2026-07-17T06:35:33.049Z] ---> Running in 4e7cbaf5b912 [2026-07-17T06:35:33.316Z] Removing intermediate container 4e7cbaf5b912 [2026-07-17T06:35:33.316Z] ---> aea717ba332b [2026-07-17T06:35:33.316Z] Step 9/25 : COPY go.mod vendor* ./ [2026-07-17T06:35:35.893Z] ---> 17680013c8a1 [2026-07-17T06:35:35.893Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2026-07-17T06:35:35.893Z] ---> Running in 08c28a1ada19 [2026-07-17T06:35:37.848Z] Removing intermediate container 08c28a1ada19 [2026-07-17T06:35:37.848Z] ---> 76a04b09b4b3 [2026-07-17T06:35:37.848Z] Step 11/25 : COPY . . [2026-07-17T06:35:39.289Z] ---> ef6f0cfc12cc [2026-07-17T06:35:39.290Z] Step 12/25 : RUN ${MAKE} [2026-07-17T06:35:39.290Z] ---> Running in 9a8b8f6f1dad [2026-07-17T06:35:40.248Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=4.1.0-dev.15 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.2" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2026-07-17T06:39:17.014Z] Removing intermediate container 9a8b8f6f1dad [2026-07-17T06:39:17.014Z] ---> 1127c0de024e [2026-07-17T06:39:17.014Z] Step 13/25 : FROM alpine:3.22 [2026-07-17T06:39:17.280Z] 3.22: Pulling from library/alpine [2026-07-17T06:39:17.280Z] 738128faa30f: Pulling fs layer [2026-07-17T06:39:17.547Z] 738128faa30f: Verifying Checksum [2026-07-17T06:39:17.547Z] 738128faa30f: Download complete [2026-07-17T06:39:22.916Z] 738128faa30f: Pull complete [2026-07-17T06:39:22.916Z] Digest: sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce [2026-07-17T06:39:22.916Z] Status: Downloaded newer image for alpine:3.22 [2026-07-17T06:39:22.916Z] ---> 2c15e55df5d6 [2026-07-17T06:39:22.916Z] Step 14/25 : RUN apk add --update --no-cache dumb-init [2026-07-17T06:39:22.916Z] ---> Running in 337384b04ddb [2026-07-17T06:39:23.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-17T06:39:23.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-17T06:39:25.171Z] (1/1) Installing dumb-init (1.2.5-r3) [2026-07-17T06:39:25.171Z] Executing busybox-1.37.0-r20.trigger [2026-07-17T06:39:25.171Z] OK: 8 MiB in 17 packages [2026-07-17T06:39:26.137Z] Removing intermediate container 337384b04ddb [2026-07-17T06:39:26.137Z] ---> c14b71f0bf7a [2026-07-17T06:39:26.137Z] Step 15/25 : RUN apk --no-cache upgrade [2026-07-17T06:39:26.405Z] ---> Running in 3bbd2fe9ea92 [2026-07-17T06:39:27.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2026-07-17T06:39:27.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2026-07-17T06:39:29.031Z] OK: 8 MiB in 17 packages [2026-07-17T06:39:29.990Z] Removing intermediate container 3bbd2fe9ea92 [2026-07-17T06:39:29.990Z] ---> 43a2320be22c [2026-07-17T06:39:29.991Z] Step 16/25 : COPY --from=builder /device-snmp-go/cmd / [2026-07-17T06:39:31.937Z] ---> d53c83704afb [2026-07-17T06:39:31.937Z] Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / [2026-07-17T06:39:37.276Z] ---> e512f131859f [2026-07-17T06:39:37.276Z] Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / [2026-07-17T06:39:37.542Z] ---> f6733607676c [2026-07-17T06:39:37.542Z] Step 19/25 : EXPOSE 59993 [2026-07-17T06:39:37.542Z] ---> Running in bfff5f4fff0e [2026-07-17T06:39:37.810Z] Removing intermediate container bfff5f4fff0e [2026-07-17T06:39:37.810Z] ---> 2d4ae68ce71b [2026-07-17T06:39:37.810Z] Step 20/25 : EXPOSE 161 [2026-07-17T06:39:37.810Z] ---> Running in 7a8e25d41f6e [2026-07-17T06:39:38.081Z] Removing intermediate container 7a8e25d41f6e [2026-07-17T06:39:38.082Z] ---> d2c61c87166d [2026-07-17T06:39:38.082Z] Step 21/25 : ENTRYPOINT ["/device-snmp"] [2026-07-17T06:39:38.348Z] ---> Running in 91e9e46d0448 [2026-07-17T06:39:38.617Z] Removing intermediate container 91e9e46d0448 [2026-07-17T06:39:38.617Z] ---> 972de1b81357 [2026-07-17T06:39:38.617Z] Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2026-07-17T06:39:38.617Z] ---> Running in 28b8071f5708 [2026-07-17T06:39:38.885Z] Removing intermediate container 28b8071f5708 [2026-07-17T06:39:38.885Z] ---> 2038578a6a3d [2026-07-17T06:39:38.885Z] Step 23/25 : LABEL arch=arm64 [2026-07-17T06:39:38.885Z] ---> Running in 108edfae46e0 [2026-07-17T06:39:39.160Z] Removing intermediate container 108edfae46e0 [2026-07-17T06:39:39.160Z] ---> 066e12277d2a [2026-07-17T06:39:39.160Z] Step 24/25 : LABEL git_sha=57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [2026-07-17T06:39:39.160Z] ---> Running in 36dedb06a4de [2026-07-17T06:39:39.747Z] Removing intermediate container 36dedb06a4de [2026-07-17T06:39:39.747Z] ---> a79428b40242 [2026-07-17T06:39:39.747Z] Step 25/25 : LABEL version=4.1.0-dev.15 [2026-07-17T06:39:39.747Z] ---> Running in 2c0160dc7206 [2026-07-17T06:39:40.019Z] Removing intermediate container 2c0160dc7206 [2026-07-17T06:39:40.019Z] ---> 58df85376e29 [2026-07-17T06:39:40.019Z] [Warning] One or more build-args [ARCH] were not consumed [2026-07-17T06:39:40.019Z] Successfully built 58df85376e29 [2026-07-17T06:39:40.019Z] Successfully tagged device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-17T06:39:40.220Z] provisioning config files... [2026-07-17T06:39:40.241Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/131@tmp/config8930985560747974386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:39:40.582Z] ---> ****-login.sh [2026-07-17T06:39:40.582Z] nexus3.edgexfoundry.org:10001 [2026-07-17T06:39:40.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:39:40.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:39:40.851Z] Configure a credential helper to remove this warning. See [2026-07-17T06:39:40.851Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:39:40.851Z] [2026-07-17T06:39:40.851Z] Login Succeeded [2026-07-17T06:39:40.851Z] nexus3.edgexfoundry.org:10002 [2026-07-17T06:39:41.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:39:41.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:39:41.119Z] Configure a credential helper to remove this warning. See [2026-07-17T06:39:41.119Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:39:41.119Z] [2026-07-17T06:39:41.119Z] Login Succeeded [2026-07-17T06:39:41.119Z] nexus3.edgexfoundry.org:10003 [2026-07-17T06:39:41.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:39:41.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:39:41.652Z] Configure a credential helper to remove this warning. See [2026-07-17T06:39:41.652Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:39:41.652Z] [2026-07-17T06:39:41.652Z] Login Succeeded [2026-07-17T06:39:41.652Z] nexus3.edgexfoundry.org:10004 [2026-07-17T06:39:41.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:39:41.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:39:41.919Z] Configure a credential helper to remove this warning. See [2026-07-17T06:39:41.919Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:39:41.919Z] [2026-07-17T06:39:41.919Z] Login Succeeded [2026-07-17T06:39:41.919Z] ****.io [2026-07-17T06:39:42.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2026-07-17T06:39:42.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2026-07-17T06:39:42.451Z] Configure a credential helper to remove this warning. See [2026-07-17T06:39:42.451Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2026-07-17T06:39:42.451Z] [2026-07-17T06:39:42.451Z] Login Succeeded [2026-07-17T06:39:42.451Z] ---> ****-login.sh ends [Pipeline] } [2026-07-17T06:39:42.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-17T06:39:42.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-07-17T06:39:42.562Z] [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: [2026-07-17T06:39:42.562Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [2026-07-17T06:39:42.562Z] latest [2026-07-17T06:39:42.562Z] 4.1.0-dev.15 [2026-07-17T06:39:42.562Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 [2026-07-17T06:39:42.562Z] main [2026-07-17T06:39:42.562Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:42.956Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:43.329Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [2026-07-17T06:39:43.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2026-07-17T06:39:43.329Z] de568041b2ba: Preparing [2026-07-17T06:39:43.329Z] 2d72e8f5630f: Preparing [2026-07-17T06:39:43.329Z] cc496b5c1069: Preparing [2026-07-17T06:39:43.329Z] 84c665ebfda0: Preparing [2026-07-17T06:39:43.329Z] 58bec88f0e5a: Preparing [2026-07-17T06:39:43.329Z] 03ba6f53ebfc: Preparing [2026-07-17T06:39:43.329Z] 03ba6f53ebfc: Waiting [2026-07-17T06:39:43.595Z] 58bec88f0e5a: Pushed [2026-07-17T06:39:43.595Z] de568041b2ba: Pushed [2026-07-17T06:39:43.595Z] 2d72e8f5630f: Pushed [2026-07-17T06:39:43.595Z] 84c665ebfda0: Pushed [2026-07-17T06:39:43.595Z] 03ba6f53ebfc: Layer already exists [2026-07-17T06:39:53.648Z] cc496b5c1069: Pushed [2026-07-17T06:39:53.648Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:54.011Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:54.376Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [2026-07-17T06:39:54.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2026-07-17T06:39:54.376Z] de568041b2ba: Preparing [2026-07-17T06:39:54.377Z] 2d72e8f5630f: Preparing [2026-07-17T06:39:54.377Z] cc496b5c1069: Preparing [2026-07-17T06:39:54.377Z] 84c665ebfda0: Preparing [2026-07-17T06:39:54.377Z] 58bec88f0e5a: Preparing [2026-07-17T06:39:54.377Z] 03ba6f53ebfc: Preparing [2026-07-17T06:39:54.377Z] 03ba6f53ebfc: Waiting [2026-07-17T06:39:54.377Z] 58bec88f0e5a: Layer already exists [2026-07-17T06:39:54.377Z] 84c665ebfda0: Layer already exists [2026-07-17T06:39:54.377Z] cc496b5c1069: Layer already exists [2026-07-17T06:39:54.377Z] 2d72e8f5630f: Layer already exists [2026-07-17T06:39:54.377Z] de568041b2ba: Layer already exists [2026-07-17T06:39:54.377Z] 03ba6f53ebfc: Layer already exists [2026-07-17T06:39:54.377Z] latest: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:55.033Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:55.393Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.15 [2026-07-17T06:39:55.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2026-07-17T06:39:55.393Z] de568041b2ba: Preparing [2026-07-17T06:39:55.393Z] 2d72e8f5630f: Preparing [2026-07-17T06:39:55.393Z] cc496b5c1069: Preparing [2026-07-17T06:39:55.393Z] 84c665ebfda0: Preparing [2026-07-17T06:39:55.393Z] 58bec88f0e5a: Preparing [2026-07-17T06:39:55.393Z] 03ba6f53ebfc: Preparing [2026-07-17T06:39:55.393Z] 03ba6f53ebfc: Waiting [2026-07-17T06:39:55.393Z] de568041b2ba: Layer already exists [2026-07-17T06:39:55.393Z] cc496b5c1069: Layer already exists [2026-07-17T06:39:55.393Z] 84c665ebfda0: Layer already exists [2026-07-17T06:39:55.393Z] 2d72e8f5630f: Layer already exists [2026-07-17T06:39:55.393Z] 58bec88f0e5a: Layer already exists [2026-07-17T06:39:55.393Z] 03ba6f53ebfc: Layer already exists [2026-07-17T06:39:55.393Z] 4.1.0-dev.15: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:56.025Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:56.403Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 [2026-07-17T06:39:56.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2026-07-17T06:39:56.404Z] de568041b2ba: Preparing [2026-07-17T06:39:56.404Z] 2d72e8f5630f: Preparing [2026-07-17T06:39:56.404Z] cc496b5c1069: Preparing [2026-07-17T06:39:56.404Z] 84c665ebfda0: Preparing [2026-07-17T06:39:56.404Z] 58bec88f0e5a: Preparing [2026-07-17T06:39:56.404Z] 03ba6f53ebfc: Preparing [2026-07-17T06:39:56.404Z] 03ba6f53ebfc: Waiting [2026-07-17T06:39:56.404Z] 58bec88f0e5a: Layer already exists [2026-07-17T06:39:56.404Z] 2d72e8f5630f: Layer already exists [2026-07-17T06:39:56.404Z] de568041b2ba: Layer already exists [2026-07-17T06:39:56.404Z] cc496b5c1069: Layer already exists [2026-07-17T06:39:56.404Z] 84c665ebfda0: Layer already exists [2026-07-17T06:39:56.404Z] 03ba6f53ebfc: Layer already exists [2026-07-17T06:39:56.669Z] 57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:57.048Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:57.407Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [2026-07-17T06:39:57.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2026-07-17T06:39:57.407Z] de568041b2ba: Preparing [2026-07-17T06:39:57.407Z] 2d72e8f5630f: Preparing [2026-07-17T06:39:57.407Z] cc496b5c1069: Preparing [2026-07-17T06:39:57.408Z] 84c665ebfda0: Preparing [2026-07-17T06:39:57.408Z] 58bec88f0e5a: Preparing [2026-07-17T06:39:57.408Z] 03ba6f53ebfc: Preparing [2026-07-17T06:39:57.408Z] 03ba6f53ebfc: Waiting [2026-07-17T06:39:57.408Z] cc496b5c1069: Layer already exists [2026-07-17T06:39:57.408Z] de568041b2ba: Layer already exists [2026-07-17T06:39:57.408Z] 2d72e8f5630f: Layer already exists [2026-07-17T06:39:57.408Z] 84c665ebfda0: Layer already exists [2026-07-17T06:39:57.408Z] 58bec88f0e5a: Layer already exists [2026-07-17T06:39:57.408Z] 03ba6f53ebfc: Layer already exists [2026-07-17T06:39:57.408Z] main: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2026-07-17T06:39:57.784Z] ===================================================== [Pipeline] echo [2026-07-17T06:39:57.807Z] taggedImages: [2026-07-17T06:39:57.807Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [2026-07-17T06:39:57.807Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [2026-07-17T06:39:57.807Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.15 [2026-07-17T06:39:57.807Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 [2026-07-17T06:39:57.807Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:58.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-07-17T06:39:58.221Z] [2026-07-17T06:39:58.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:39:58.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-07-17T06:39:58.559Z] arm64: Pulling from edgex-lftools-log-publisher [2026-07-17T06:39:58.559Z] 8998bd30e6a1: Pulling fs layer [2026-07-17T06:39:58.559Z] 04944245beec: Pulling fs layer [2026-07-17T06:39:58.559Z] 699f458cf7ca: Pulling fs layer [2026-07-17T06:39:58.559Z] 765212b225bb: Pulling fs layer [2026-07-17T06:39:58.559Z] f23df028b6ca: Pulling fs layer [2026-07-17T06:39:58.559Z] d65c8cfc05b1: Pulling fs layer [2026-07-17T06:39:58.559Z] 2437ff75d9bd: Pulling fs layer [2026-07-17T06:39:58.559Z] f23df028b6ca: Waiting [2026-07-17T06:39:58.559Z] d65c8cfc05b1: Waiting [2026-07-17T06:39:58.559Z] 2437ff75d9bd: Waiting [2026-07-17T06:39:58.559Z] 765212b225bb: Waiting [2026-07-17T06:39:58.826Z] 04944245beec: Verifying Checksum [2026-07-17T06:39:58.826Z] 04944245beec: Download complete [2026-07-17T06:39:58.826Z] 765212b225bb: Verifying Checksum [2026-07-17T06:39:58.826Z] 765212b225bb: Download complete [2026-07-17T06:39:58.826Z] f23df028b6ca: Verifying Checksum [2026-07-17T06:39:58.826Z] f23df028b6ca: Download complete [2026-07-17T06:39:58.826Z] d65c8cfc05b1: Verifying Checksum [2026-07-17T06:39:58.826Z] d65c8cfc05b1: Download complete [2026-07-17T06:39:59.094Z] 699f458cf7ca: Verifying Checksum [2026-07-17T06:39:59.094Z] 699f458cf7ca: Download complete [2026-07-17T06:39:59.360Z] 8998bd30e6a1: Verifying Checksum [2026-07-17T06:39:59.360Z] 8998bd30e6a1: Download complete [2026-07-17T06:40:01.943Z] 2437ff75d9bd: Verifying Checksum [2026-07-17T06:40:01.943Z] 2437ff75d9bd: Download complete [2026-07-17T06:40:05.288Z] 8998bd30e6a1: Pull complete [2026-07-17T06:40:05.562Z] 04944245beec: Pull complete [2026-07-17T06:40:06.970Z] 699f458cf7ca: Pull complete [2026-07-17T06:40:07.239Z] 765212b225bb: Pull complete [2026-07-17T06:40:08.196Z] f23df028b6ca: Pull complete [2026-07-17T06:40:08.196Z] d65c8cfc05b1: Pull complete [2026-07-17T06:40:26.486Z] 2437ff75d9bd: Pull complete [2026-07-17T06:40:26.486Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2026-07-17T06:40:26.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2026-07-17T06:40:26.486Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:40:26.722Z] prd-ubuntu20.04-docker-arm64-4c-16g-15162 does not seem to be running inside a container [2026-07-17T06:40:26.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-snmp-go/131 -v /w/workspace/device-snmp-go/131:/w/workspace/device-snmp-go/131:rw,z -v /w/workspace/device-snmp-go/131@tmp:/w/workspace/device-snmp-go/131@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2026-07-17T06:40:28.588Z] $ docker top c5616eb5e08877b2e48a8a1514b172faa4a6edf525b171a2d8dbea56a87227cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:40:29.445Z] ---> job-cost.sh [2026-07-17T06:40:29.445Z] lf-activate-venv: SKIPPING [2026-07-17T06:40:29.445Z] INFO: No Stack... [2026-07-17T06:40:29.710Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2026-07-17T06:40:30.666Z] INFO: Archiving Costs [Pipeline] sh [2026-07-17T06:40:31.310Z] + + cat /w/workspace/device-snmp-go/131/archives/cost.csv [2026-07-17T06:40:31.311Z] cut -d, -f6 [Pipeline] lock [2026-07-17T06:40:31.417Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [2026-07-17T06:40:31.428Z] Resource [jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] did not exist. Created. [2026-07-17T06:40:31.434Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-07-17T06:40:31.863Z] /w/workspace/device-snmp-go/131@tmp/durable-6bc80f34/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2026-07-17T06:40:32.562Z] + echo total: 0.10999999940395355 [Pipeline] stash [2026-07-17T06:40:32.599Z] Warning: overwriting stash ‘stack-cost’ [2026-07-17T06:40:32.657Z] Stashed 1 file(s) [Pipeline] } [2026-07-17T06:40:32.666Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [Pipeline] // lock [Pipeline] } [2026-07-17T06:40:32.699Z] $ docker stop --time=1 c5616eb5e08877b2e48a8a1514b172faa4a6edf525b171a2d8dbea56a87227cb [2026-07-17T06:40:34.362Z] $ docker rm -f --volumes c5616eb5e08877b2e48a8a1514b172faa4a6edf525b171a2d8dbea56a87227cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2026-07-17T06:40:34.944Z] provisioning config files... [2026-07-17T06:40:34.953Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config12796598822179893067tmp [Pipeline] { [Pipeline] sh [2026-07-17T06:40:35.257Z] + set +x [2026-07-17T06:40:35.257Z] + curl -s https://codecov.io/bash [2026-07-17T06:40:35.257Z] + bash -s -- [2026-07-17T06:40:35.257Z] [2026-07-17T06:40:35.257Z] _____ _ [2026-07-17T06:40:35.257Z] / ____| | | [2026-07-17T06:40:35.257Z] | | ___ __| | ___ ___ _____ __ [2026-07-17T06:40:35.257Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2026-07-17T06:40:35.257Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2026-07-17T06:40:35.257Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2026-07-17T06:40:35.257Z] Bash-1.0.6 [2026-07-17T06:40:35.257Z] [2026-07-17T06:40:35.257Z] [2026-07-17T06:40:35.257Z] ==> git version 2.25.1 found [2026-07-17T06:40:35.257Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2026-07-17T06:40:35.257Z] Release-Date: 2020-01-08 [2026-07-17T06:40:35.257Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2026-07-17T06:40:35.257Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2026-07-17T06:40:35.257Z] ==> Jenkins CI detected. [2026-07-17T06:40:35.257Z] current dir:  /w/workspace/edgexfoundry_device-snmp-go_main [2026-07-17T06:40:35.257Z] project root: . [2026-07-17T06:40:35.257Z] --> token set from env [2026-07-17T06:40:35.518Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2026-07-17T06:40:35.518Z] ==> Running gcov in . (disable via -X gcov) [2026-07-17T06:40:35.518Z] ==> Python coveragepy not found [2026-07-17T06:40:35.518Z] ==> Searching for coverage reports in: [2026-07-17T06:40:35.518Z] + . [2026-07-17T06:40:35.518Z] -> Found 1 reports [2026-07-17T06:40:35.518Z] ==> Detecting git/mercurial file structure [2026-07-17T06:40:35.518Z] ==> Reading reports [2026-07-17T06:40:35.518Z] + ./coverage.out bytes=9158 [2026-07-17T06:40:35.518Z] ==> Appending adjustments [2026-07-17T06:40:35.518Z] https://docs.codecov.io/docs/fixing-reports [2026-07-17T06:40:35.518Z] + Found adjustments [2026-07-17T06:40:35.518Z] ==> Gzipping contents [2026-07-17T06:40:35.518Z] 4.0K /tmp/codecov.5B5k6G.gz [2026-07-17T06:40:35.518Z] ==> Uploading reports [2026-07-17T06:40:35.518Z] url: https://codecov.io [2026-07-17T06:40:35.518Z] query: branch=main&commit=57f6dfaf648b925f4a66ca9d0cb59690fe27c039&build=131&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F131%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2026-07-17T06:40:35.518Z] -> Pinging Codecov [2026-07-17T06:40:35.518Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=57f6dfaf648b925f4a66ca9d0cb59690fe27c039&build=131&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F131%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2026-07-17T06:40:35.777Z] -> Uploading to [2026-07-17T06:40:35.778Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-snmp-go/57f6dfaf648b925f4a66ca9d0cb59690fe27c039/01957eb1-2c94-496e-9705-6cafa065b2f4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260717%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260717T064035Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=3dec1c0b095169688fda120ec5ca9fbd2657f938e2fdb74800f47a7d493f9410 [2026-07-17T06:40:35.778Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-07-17T06:40:35.778Z] Dload Upload Total Spent Left Speed [2026-07-17T06:40:36.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1446 0 0 100 1446 0 3624 --:--:-- --:--:-- --:--:-- 3624 [2026-07-17T06:40:36.347Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] } [2026-07-17T06:40:36.355Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2026-07-17T06:40:36.606Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2026-07-17T06:40:36.633Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:40:36.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-07-17T06:40:36.968Z] [2026-07-17T06:40:36.968Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:40:37.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-07-17T06:40:37.291Z] latest: Pulling from edgex-devops/edgex-snyk-go [2026-07-17T06:40:37.291Z] 2d35ebdb57d9: Already exists [2026-07-17T06:40:37.291Z] 85e8836fcdb2: Pulling fs layer [2026-07-17T06:40:37.291Z] 91631faa732a: Pulling fs layer [2026-07-17T06:40:37.291Z] f3f5ae8826fa: Pulling fs layer [2026-07-17T06:40:37.291Z] 4f4fb700ef54: Pulling fs layer [2026-07-17T06:40:37.291Z] 7861252a18e6: Pulling fs layer [2026-07-17T06:40:37.291Z] 9130f900ef6f: Pulling fs layer [2026-07-17T06:40:37.291Z] 7861252a18e6: Waiting [2026-07-17T06:40:37.291Z] 9130f900ef6f: Waiting [2026-07-17T06:40:37.291Z] 4f4fb700ef54: Waiting [2026-07-17T06:40:37.291Z] f3f5ae8826fa: Download complete [2026-07-17T06:40:37.291Z] 85e8836fcdb2: Download complete [2026-07-17T06:40:37.291Z] 4f4fb700ef54: Verifying Checksum [2026-07-17T06:40:37.291Z] 4f4fb700ef54: Download complete [2026-07-17T06:40:37.553Z] 85e8836fcdb2: Pull complete [2026-07-17T06:40:37.553Z] 7861252a18e6: Verifying Checksum [2026-07-17T06:40:37.553Z] 7861252a18e6: Download complete [2026-07-17T06:40:37.812Z] 91631faa732a: Verifying Checksum [2026-07-17T06:40:37.812Z] 91631faa732a: Download complete [2026-07-17T06:40:38.381Z] 9130f900ef6f: Verifying Checksum [2026-07-17T06:40:38.381Z] 9130f900ef6f: Download complete [2026-07-17T06:40:42.578Z] 91631faa732a: Pull complete [2026-07-17T06:40:42.578Z] f3f5ae8826fa: Pull complete [2026-07-17T06:40:42.578Z] 4f4fb700ef54: Pull complete [2026-07-17T06:40:42.578Z] 7861252a18e6: Pull complete [2026-07-17T06:40:46.770Z] 9130f900ef6f: Pull complete [2026-07-17T06:40:46.770Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2026-07-17T06:40:46.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-07-17T06:40:46.770Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:40:46.900Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:40:46.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2026-07-17T06:40:48.604Z] $ docker top b27c11ea072f93c6ec81350a49578a8ac88435609a790c1563b2d5663722f9e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-17T06:40:48.951Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] echo [2026-07-17T06:40:48.963Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh [2026-07-17T06:40:49.244Z] + set -o pipefail [2026-07-17T06:40:49.244Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' [2026-07-17T06:41:07.354Z] [2026-07-17T06:41:07.354Z] Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... [2026-07-17T06:41:07.354Z] [2026-07-17T06:41:07.354Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6109ca73-afa1-4109-af03-45c28384bb64/history/74d1e1e6-bc1d-4f22-90ca-fe96b7afcbc0 [2026-07-17T06:41:07.354Z] [2026-07-17T06:41:07.354Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2026-07-17T06:41:07.354Z] [2026-07-17T06:41:07.354Z] [2026-07-17T06:41:07.354Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2026-07-17T06:41:07.354Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2026-07-17T06:41:07.366Z] $ docker stop --time=1 b27c11ea072f93c6ec81350a49578a8ac88435609a790c1563b2d5663722f9e1 [2026-07-17T06:41:09.514Z] $ docker rm -f --volumes b27c11ea072f93c6ec81350a49578a8ac88435609a790c1563b2d5663722f9e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-07-17T06:41:10.443Z] + git log --format=format:%s -1 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] sh [2026-07-17T06:41:10.736Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-07-17T06:41:10.736Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:41:11.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-17T06:41:11.052Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:41:11.143Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:41:11.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-07-17T06:41:11.426Z] $ docker top 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 -eo pid,comm [2026-07-17T06:41:11.467Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-07-17T06:41:11.467Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-07-17T06:41:11.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-17T06:41:11.527Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-17T06:41:11.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-17T06:41:11.633Z] $ docker exec 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 ssh-agent [2026-07-17T06:41:11.733Z] SSH_AUTH_SOCK=/tmp/ssh-EAVXITOQku0X/agent.33 [2026-07-17T06:41:11.733Z] SSH_AGENT_PID=39 [2026-07-17T06:41:11.738Z] Running ssh-add (command line suppressed) [2026-07-17T06:41:11.832Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_263347698573380430.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_263347698573380430.key) [2026-07-17T06:41:11.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-17T06:41:12.143Z] + git semver tag [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,341 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,344 [run_tag] DEBUG tag force:False [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,344 [check_head_tag] DEBUG check head tag [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,345 [execute] INFO git cat-file --batch-check [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,345 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, stdin=, shell=False, universal_newlines=False) [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,347 [execute] INFO git cat-file --batch [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,348 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, stdin=, shell=False, universal_newlines=False) [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,355 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,355 [execute] INFO git tag -a v4.1.0-dev.15 -m v4.1.0-dev.15 [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,356 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.15', '-m', 'v4.1.0-dev.15'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, stdin=None, shell=False, universal_newlines=False) [2026-07-17T06:41:12.403Z] 2026-07-17 06:41:12,359 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:41:12.403Z] 4.1.0-dev.15 [Pipeline] } [2026-07-17T06:41:12.415Z] $ docker exec --env ******** --env ******** 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 ssh-agent -k [2026-07-17T06:41:12.504Z] unset SSH_AUTH_SOCK; [2026-07-17T06:41:12.504Z] unset SSH_AGENT_PID; [2026-07-17T06:41:12.504Z] echo Agent pid 39 killed; [2026-07-17T06:41:12.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-17T06:41:12.852Z] + git semver [Pipeline] } [2026-07-17T06:41:13.125Z] $ docker stop --time=1 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 [2026-07-17T06:41:14.394Z] $ docker rm -f --volumes 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:41:14.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-07-17T06:41:14.873Z] [2026-07-17T06:41:14.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:41:15.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-07-17T06:41:15.173Z] 0.23.1-centos7: Pulling from edgex-lftools [2026-07-17T06:41:15.173Z] ab5ef0e58194: Pulling fs layer [2026-07-17T06:41:15.173Z] 9712f1f96733: Pulling fs layer [2026-07-17T06:41:15.173Z] 63f879dbbcfc: Pulling fs layer [2026-07-17T06:41:15.173Z] 0d9ebad4ef96: Pulling fs layer [2026-07-17T06:41:15.173Z] e9a5061849ea: Pulling fs layer [2026-07-17T06:41:15.173Z] d747dcd14b5f: Pulling fs layer [2026-07-17T06:41:15.173Z] 2de7ff778b66: Pulling fs layer [2026-07-17T06:41:15.173Z] 0d9ebad4ef96: Waiting [2026-07-17T06:41:15.173Z] e9a5061849ea: Waiting [2026-07-17T06:41:15.173Z] d747dcd14b5f: Waiting [2026-07-17T06:41:15.173Z] 2de7ff778b66: Waiting [2026-07-17T06:41:15.173Z] 9712f1f96733: Verifying Checksum [2026-07-17T06:41:15.173Z] 9712f1f96733: Download complete [2026-07-17T06:41:15.432Z] 63f879dbbcfc: Verifying Checksum [2026-07-17T06:41:15.432Z] 63f879dbbcfc: Download complete [2026-07-17T06:41:15.692Z] e9a5061849ea: Verifying Checksum [2026-07-17T06:41:15.692Z] e9a5061849ea: Download complete [2026-07-17T06:41:15.692Z] d747dcd14b5f: Download complete [2026-07-17T06:41:15.692Z] 0d9ebad4ef96: Verifying Checksum [2026-07-17T06:41:15.692Z] 0d9ebad4ef96: Download complete [2026-07-17T06:41:15.952Z] ab5ef0e58194: Verifying Checksum [2026-07-17T06:41:15.952Z] ab5ef0e58194: Download complete [2026-07-17T06:41:15.952Z] 2de7ff778b66: Verifying Checksum [2026-07-17T06:41:15.952Z] 2de7ff778b66: Download complete [2026-07-17T06:41:19.240Z] ab5ef0e58194: Pull complete [2026-07-17T06:41:19.240Z] 9712f1f96733: Pull complete [2026-07-17T06:41:20.175Z] 63f879dbbcfc: Pull complete [2026-07-17T06:41:25.447Z] 0d9ebad4ef96: Pull complete [2026-07-17T06:41:25.447Z] e9a5061849ea: Pull complete [2026-07-17T06:41:25.447Z] d747dcd14b5f: Pull complete [2026-07-17T06:41:26.486Z] 2de7ff778b66: Pull complete [2026-07-17T06:41:26.486Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2026-07-17T06:41:26.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-07-17T06:41:26.486Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:41:26.616Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:41:26.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2026-07-17T06:41:28.248Z] $ docker top 50921d95d3f3eb0c83d8e5d26b814c12c979244587e7d25258678699e6818842 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2026-07-17T06:41:28.319Z] provisioning config files... [2026-07-17T06:41:28.335Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config10598539781731529838tmp [2026-07-17T06:41:28.345Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config8942748536312733558tmp [2026-07-17T06:41:28.355Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config18027425087760912751tmp [Pipeline] { [Pipeline] echo [2026-07-17T06:41:28.389Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:28.693Z] ---> sigul-configuration.sh [2026-07-17T06:41:28.693Z] gpg: directory `/root/.gnupg' created [2026-07-17T06:41:28.693Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2026-07-17T06:41:28.693Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2026-07-17T06:41:28.693Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2026-07-17T06:41:28.693Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2026-07-17T06:41:28.693Z] gpg: CAST5 encrypted data [2026-07-17T06:41:28.693Z] gpg: encrypted with 1 passphrase [2026-07-17T06:41:28.693Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2026-07-17T06:41:29.005Z] + mkdir /home/jenkins [2026-07-17T06:41:29.005Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2026-07-17T06:41:29.322Z] + 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 [2026-07-17T06:41:29.346Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:29.646Z] ---> sigul-install.sh [2026-07-17T06:41:29.646Z] Sigul already installed; skipping installation. [Pipeline] sh [2026-07-17T06:41:29.941Z] + git tag --list [2026-07-17T06:41:29.941Z] 1.0.0 [2026-07-17T06:41:29.941Z] v0.0.0 [2026-07-17T06:41:29.941Z] v1.1.0 [2026-07-17T06:41:29.941Z] v1.1.1 [2026-07-17T06:41:29.941Z] v1.2.2 [2026-07-17T06:41:29.941Z] v1.3.0 [2026-07-17T06:41:29.941Z] v1.3.1 [2026-07-17T06:41:29.941Z] v2.0.0 [2026-07-17T06:41:29.941Z] v2.1.0 [2026-07-17T06:41:29.941Z] v2.1.1 [2026-07-17T06:41:29.941Z] v2.2.0 [2026-07-17T06:41:29.941Z] v2.3.0 [2026-07-17T06:41:29.941Z] v3.0 [2026-07-17T06:41:29.941Z] v3.0.0 [2026-07-17T06:41:29.941Z] v3.1 [2026-07-17T06:41:29.941Z] v3.1.0 [2026-07-17T06:41:29.941Z] v3.1.1 [2026-07-17T06:41:29.941Z] v4.0 [2026-07-17T06:41:29.941Z] v4.0.0 [2026-07-17T06:41:29.941Z] v4.0.1 [2026-07-17T06:41:29.941Z] v4.0.2 [2026-07-17T06:41:29.941Z] v4.1.0-dev.15 [Pipeline] sh [2026-07-17T06:41:30.266Z] + lftools sign git-tag v4.1.0-dev.15 [2026-07-17T06:41:30.835Z] Signing Git tag with Sigul... [2026-07-17T06:41:30.835Z] Signing v4.1.0-dev.15 [Pipeline] echo [2026-07-17T06:41:31.112Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:31.442Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2026-07-17T06:41:31.450Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2026-07-17T06:41:31.488Z] $ docker stop --time=1 50921d95d3f3eb0c83d8e5d26b814c12c979244587e7d25258678699e6818842 [2026-07-17T06:41:32.755Z] $ docker rm -f --volumes 50921d95d3f3eb0c83d8e5d26b814c12c979244587e7d25258678699e6818842 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2026-07-17T06:41:33.237Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-07-17T06:41:33.237Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:41:33.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-17T06:41:33.651Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:41:34.011Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:41:34.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-07-17T06:41:34.436Z] $ docker top 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 -eo pid,comm [2026-07-17T06:41:34.486Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-07-17T06:41:34.486Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-07-17T06:41:34.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-17T06:41:34.624Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-17T06:41:34.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-17T06:41:34.749Z] $ docker exec 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 ssh-agent [2026-07-17T06:41:34.842Z] SSH_AUTH_SOCK=/tmp/ssh-YX4mJImQMwI1/agent.32 [2026-07-17T06:41:34.842Z] SSH_AGENT_PID=38 [2026-07-17T06:41:34.846Z] Running ssh-add (command line suppressed) [2026-07-17T06:41:34.947Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_1690355182235157378.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_1690355182235157378.key) [2026-07-17T06:41:34.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-17T06:41:35.277Z] + git semver bump pre [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,480 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,484 [bump_version] DEBUG bumping version:4.1.0-dev.15 on axis:pre with prefix:dev [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,484 [bump_version] DEBUG bumped version:4.1.0-dev.16 [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,484 [write_version] DEBUG write version:4.1.0-dev.16 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:True [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,484 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,486 [execute] INFO git cat-file --batch-check [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,486 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,490 [execute] INFO git cat-file --batch [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,490 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-07-17T06:41:35.538Z] 2026-07-17 06:41:35,493 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:41:35.538Z] 4.1.0-dev.16 [Pipeline] } [2026-07-17T06:41:35.551Z] $ docker exec --env ******** --env ******** 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 ssh-agent -k [2026-07-17T06:41:35.640Z] unset SSH_AUTH_SOCK; [2026-07-17T06:41:35.640Z] unset SSH_AGENT_PID; [2026-07-17T06:41:35.640Z] echo Agent pid 38 killed; [2026-07-17T06:41:35.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-17T06:41:36.188Z] + git semver [Pipeline] } [2026-07-17T06:41:36.473Z] $ docker stop --time=1 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 [2026-07-17T06:41:37.736Z] $ docker rm -f --volumes 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 [Pipeline] // withDockerContainer [Pipeline] sh [2026-07-17T06:41:38.098Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-07-17T06:41:38.098Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:41:38.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-07-17T06:41:38.417Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:41:38.550Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:41:38.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-07-17T06:41:38.827Z] $ docker top 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f -eo pid,comm [2026-07-17T06:41:38.867Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2026-07-17T06:41:38.867Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-07-17T06:41:38.984Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-07-17T06:41:38.984Z] [ssh-agent] Looking for ssh-agent implementation... [2026-07-17T06:41:39.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-07-17T06:41:39.105Z] $ docker exec 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f ssh-agent [2026-07-17T06:41:39.209Z] SSH_AUTH_SOCK=/tmp/ssh-crP720ckLAYM/agent.32 [2026-07-17T06:41:39.209Z] SSH_AGENT_PID=38 [2026-07-17T06:41:39.214Z] Running ssh-add (command line suppressed) [2026-07-17T06:41:39.329Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_11994286545570366500.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_11994286545570366500.key) [2026-07-17T06:41:39.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-07-17T06:41:39.639Z] + git semver push [2026-07-17T06:41:39.898Z] 2026-07-17 06:41:39,866 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-07-17T06:41:39.898Z] 2026-07-17 06:41:39,870 [run_push] DEBUG push [2026-07-17T06:41:39.898Z] 2026-07-17 06:41:39,870 [execute] INFO git cat-file --batch-check [2026-07-17T06:41:39.898Z] 2026-07-17 06:41:39,870 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-07-17T06:41:39.898Z] 2026-07-17 06:41:39,872 [execute] INFO git rev-list 63bdabe27aa061dea6ea8cb766a82a434f447670 -- [2026-07-17T06:41:39.898Z] 2026-07-17 06:41:39,873 [execute] DEBUG Popen(['git', 'rev-list', '63bdabe27aa061dea6ea8cb766a82a434f447670', '--'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-07-17T06:41:39.898Z] 2026-07-17 06:41:39,880 [execute] INFO git fetch -v -- origin [2026-07-17T06:41:39.898Z] 2026-07-17 06:41:39,880 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2026-07-17T06:41:40.469Z] 2026-07-17 06:41:40,425 [run_push] DEBUG no remote changes detected [2026-07-17T06:41:40.469Z] 2026-07-17 06:41:40,425 [execute] INFO git push origin semver [2026-07-17T06:41:40.469Z] 2026-07-17 06:41:40,425 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-07-17T06:41:41.503Z] 2026-07-17 06:41:41,502 [run_push] DEBUG push all version tags [2026-07-17T06:41:41.503Z] 2026-07-17 06:41:41,502 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2026-07-17T06:41:41.503Z] 2026-07-17 06:41:41,502 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, stdin=None, shell=False, universal_newlines=False) [2026-07-17T06:41:42.900Z] 2026-07-17 06:41:42,606 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2026-07-17T06:41:42.900Z] 4.1.0-dev.16 [Pipeline] } [2026-07-17T06:41:42.912Z] $ docker exec --env ******** --env ******** 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f ssh-agent -k [2026-07-17T06:41:43.006Z] unset SSH_AUTH_SOCK; [2026-07-17T06:41:43.006Z] unset SSH_AGENT_PID; [2026-07-17T06:41:43.006Z] echo Agent pid 38 killed; [2026-07-17T06:41:43.011Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-07-17T06:41:43.344Z] + git semver [Pipeline] } [2026-07-17T06:41:43.622Z] $ docker stop --time=1 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f [2026-07-17T06:41:44.881Z] $ docker rm -f --volumes 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2026-07-17T06:41:45.704Z] + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] [2026-07-17T06:41:45.704Z] + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives [2026-07-17T06:41:45.704Z] total 16 [2026-07-17T06:41:45.704Z] drwxr-xr-x 3 root root 4096 Jul 17 06:27 . [2026-07-17T06:41:45.704Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 17 06:41 .. [2026-07-17T06:41:45.704Z] drwxr-xr-x 2 root root 4096 Jul 17 06:27 cost [2026-07-17T06:41:45.704Z] -rw-r--r-- 1 root root 86 Jul 17 06:27 cost.csv [2026-07-17T06:41:45.704Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives [2026-07-17T06:41:45.704Z] + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives [2026-07-17T06:41:45.704Z] total 16 [2026-07-17T06:41:45.704Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 06:27 . [2026-07-17T06:41:45.704Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 17 06:41 .. [2026-07-17T06:41:45.704Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 17 06:27 cost [2026-07-17T06:41:45.704Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 17 06:27 cost.csv [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:45.996Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:46.857Z] ---> package-listing.sh [2026-07-17T06:41:46.857Z] ++ facter osfamily [2026-07-17T06:41:46.857Z] ++ tr '[:upper:]' '[:lower:]' [2026-07-17T06:41:47.117Z] + OS_FAMILY=debian [2026-07-17T06:41:47.117Z] + workspace=/w/workspace/edgexfoundry_device-snmp-go_main [2026-07-17T06:41:47.117Z] + START_PACKAGES=/tmp/packages_start.txt [2026-07-17T06:41:47.117Z] + END_PACKAGES=/tmp/packages_end.txt [2026-07-17T06:41:47.117Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-07-17T06:41:47.117Z] + PACKAGES=/tmp/packages_start.txt [2026-07-17T06:41:47.117Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2026-07-17T06:41:47.117Z] + PACKAGES=/tmp/packages_end.txt [2026-07-17T06:41:47.117Z] + case "${OS_FAMILY}" in [2026-07-17T06:41:47.117Z] + dpkg -l [2026-07-17T06:41:47.117Z] + grep '^ii' [2026-07-17T06:41:47.117Z] + '[' -f /tmp/packages_start.txt ']' [2026-07-17T06:41:47.117Z] + '[' -f /tmp/packages_end.txt ']' [2026-07-17T06:41:47.117Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-07-17T06:41:47.117Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2026-07-17T06:41:47.117Z] + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [2026-07-17T06:41:47.117Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo [2026-07-17T06:41:47.129Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-snmp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-07-17T06:41:47.405Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-07-17T06:41:47.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-07-17T06:41:47.970Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-07-17T06:41:48.066Z] prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container [2026-07-17T06:41:48.099Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-snmp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-snmp-go_main -v /w/workspace/edgexfoundry_device-snmp-go_main:/w/workspace/edgexfoundry_device-snmp-go_main:rw,z -v /w/workspace/edgexfoundry_device-snmp-go_main@tmp:/w/workspace/edgexfoundry_device-snmp-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-07-17T06:41:48.291Z] $ docker top b6a517315398be46c0a283fcb755da127544ffe3eb4026f15d648d36c19ea271 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-07-17T06:41:48.631Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-07-17T06:41:48.925Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-07-17T06:41:49.215Z] + ls /var/log/sa-host [2026-07-17T06:41:49.215Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-07-17T06:41:49.388Z] provisioning config files... [2026-07-17T06:41:49.403Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4200049562043514732tmp [Pipeline] { [Pipeline] echo [2026-07-17T06:41:49.429Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:49.717Z] ---> create-netrc.sh [Pipeline] } [2026-07-17T06:41:49.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:50.077Z] ---> python-tools-install.sh [Pipeline] echo [2026-07-17T06:41:50.087Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:50.371Z] ---> sudo-logs.sh [2026-07-17T06:41:50.371Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-07-17T06:41:50.410Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:50.696Z] ---> job-cost.sh [2026-07-17T06:41:50.696Z] lf-activate-venv: SKIPPING [2026-07-17T06:41:50.696Z] DEBUG: total: 0.2199999988079071 [2026-07-17T06:41:50.696Z] INFO: Retrieving Stack Cost... [2026-07-17T06:41:50.957Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-07-17T06:41:51.529Z] INFO: Archiving Costs [Pipeline] echo [2026-07-17T06:41:51.541Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-07-17T06:41:51.823Z] ---> logs-deploy.sh [2026-07-17T06:41:51.823Z] lf-activate-venv: SKIPPING [2026-07-17T06:41:51.823Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/131 [2026-07-17T06:41:51.823Z] INFO: archiving workspace using pattern(s): [2026-07-17T06:41:52.762Z] Archives upload complete. [2026-07-17T06:41:52.762Z] INFO: archiving logs to Nexus