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 06:24:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:24:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:24:59 ========================================================= 06:24:59 EdgeX Global Pipelines Version Info 06:24:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:25:00 ------------------- 06:25:00 stable info: 06:25:00 ------------------- 06:25:00 Commited By: Ginny Guan ginny@iotechsys.com 06:25:00 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 06:25:00 Message: update stable to v1.0.281 06:25:01 ------------------- 06:25:01 experimental info: 06:25:01 ------------------- 06:25:01 Commited By: **** collab-it+edgex@linuxfoundation.org 06:25:01 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 06:25:01 Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:25:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:25:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:25:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:25:03 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:25:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:25:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:25:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:25:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] echo 06:25:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57f6dfa [Pipeline] echo 06:25:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:25:03 provisioning config files... 06:25:03 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config2747971139892042599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:25:04 ---> ****-login.sh 06:25:04 nexus3.edgexfoundry.org:10001 06:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:04 06:25:04 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:25:04 Configure a credential helper to remove this warning. See 06:25:04 https://docs.****.com/go/credential-store/ 06:25:04 06:25:04 Login Succeeded 06:25:04 nexus3.edgexfoundry.org:10002 06:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:04 06:25:04 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:25:04 Configure a credential helper to remove this warning. See 06:25:04 https://docs.****.com/go/credential-store/ 06:25:04 06:25:04 Login Succeeded 06:25:04 nexus3.edgexfoundry.org:10003 06:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:04 06:25:04 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:25:04 Configure a credential helper to remove this warning. See 06:25:04 https://docs.****.com/go/credential-store/ 06:25:04 06:25:04 Login Succeeded 06:25:04 nexus3.edgexfoundry.org:10004 06:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:04 06:25:04 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:25:04 Configure a credential helper to remove this warning. See 06:25:04 https://docs.****.com/go/credential-store/ 06:25:04 06:25:04 Login Succeeded 06:25:04 ****.io 06:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:05 06:25:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:25:05 Configure a credential helper to remove this warning. See 06:25:05 https://docs.****.com/go/credential-store/ 06:25:05 06:25:05 Login Succeeded 06:25:05 ---> ****-login.sh ends [Pipeline] } 06:25:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:25:05 + git rev-list -1 --merges 57f6dfaf648b925f4a66ca9d0cb59690fe27c039~1..57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] echo 06:25:05 -----------> git rev-list -1 --merges 57f6dfaf648b925f4a66ca9d0cb59690fe27c039~1..57f6dfaf648b925f4a66ca9d0cb59690fe27c039 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 06:25:05 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [false] [Pipeline] sh 06:25:06 + git log --format=format:%s -1 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] echo 06:25:06 ========================================================= 06:25:06 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:25:06 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:25:07 + git log --format=format:%s -1 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] echo 06:25:07 [semverPrep] GIT_COMMIT: 57f6dfaf648b925f4a66ca9d0cb59690fe27c039, Commit Message: Merge pull request #403 from edgexfoundry/dependabot/go_modules/github.com/gosnmp/gosnmp-1.44.0 [Pipeline] echo 06:25:07 [semverPrep] This is not a build commit. [Pipeline] sh 06:25:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:25:08 + grep -v github /etc/ssh/ssh_known_hosts 06:25:08 + [ -e /tmp/ssh_known_hosts ] 06:25:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:25:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:25:08 + sudo tee -a /etc/ssh/ssh_known_hosts 06:25:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:25:08 06:25:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:25:09 0.1.4: Pulling from edgex-devops/py-git-semver 06:25:09 3dae71ba6b94: Pulling fs layer 06:25:09 6bf1a483ea7c: Pulling fs layer 06:25:09 f5dfc541a4d3: Pulling fs layer 06:25:09 461d9e800cba: Pulling fs layer 06:25:09 80192f66455f: Pulling fs layer 06:25:09 2e8e34ca0e6c: Pulling fs layer 06:25:09 a29436f7fd5d: Pulling fs layer 06:25:09 923cac83aea3: Pulling fs layer 06:25:09 25ad8b0a4227: Pulling fs layer 06:25:09 2e8e34ca0e6c: Waiting 06:25:09 db01528c6b51: Pulling fs layer 06:25:09 28988de357af: Pulling fs layer 06:25:09 a29436f7fd5d: Waiting 06:25:09 923cac83aea3: Waiting 06:25:09 25ad8b0a4227: Waiting 06:25:09 461d9e800cba: Waiting 06:25:09 db01528c6b51: Waiting 06:25:09 28988de357af: Waiting 06:25:09 80192f66455f: Waiting 06:25:09 6bf1a483ea7c: Verifying Checksum 06:25:09 6bf1a483ea7c: Download complete 06:25:09 461d9e800cba: Download complete 06:25:09 80192f66455f: Download complete 06:25:09 f5dfc541a4d3: Verifying Checksum 06:25:09 f5dfc541a4d3: Download complete 06:25:09 3dae71ba6b94: Verifying Checksum 06:25:09 3dae71ba6b94: Download complete 06:25:09 923cac83aea3: Download complete 06:25:09 25ad8b0a4227: Verifying Checksum 06:25:09 25ad8b0a4227: Download complete 06:25:09 db01528c6b51: Download complete 06:25:09 28988de357af: Download complete 06:25:09 a29436f7fd5d: Verifying Checksum 06:25:09 a29436f7fd5d: Download complete 06:25:10 2e8e34ca0e6c: Verifying Checksum 06:25:10 2e8e34ca0e6c: Download complete 06:25:10 3dae71ba6b94: Pull complete 06:25:10 6bf1a483ea7c: Pull complete 06:25:11 f5dfc541a4d3: Pull complete 06:25:11 461d9e800cba: Pull complete 06:25:11 80192f66455f: Pull complete 06:25:15 2e8e34ca0e6c: Pull complete 06:25:15 a29436f7fd5d: Pull complete 06:25:15 923cac83aea3: Pull complete 06:25:15 25ad8b0a4227: Pull complete 06:25:15 db01528c6b51: Pull complete 06:25:15 28988de357af: Pull complete 06:25:15 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 06:25:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:25:15 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:16 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:25:16 $ 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 06:25:18 $ docker top 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:25:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:18 [ssh-agent] Looking for ssh-agent implementation... 06:25:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:18 $ docker exec 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 ssh-agent 06:25:18 SSH_AUTH_SOCK=/tmp/ssh-bZg7nFT8s88E/agent.32 06:25:18 SSH_AGENT_PID=38 06:25:18 Running ssh-add (command line suppressed) 06:25:18 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) 06:25:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:19 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] sh 06:25:19 + git tag --points-at HEAD [Pipeline] } 06:25:19 $ docker exec --env ******** --env ******** 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 ssh-agent -k 06:25:19 unset SSH_AUTH_SOCK; 06:25:19 unset SSH_AGENT_PID; 06:25:19 echo Agent pid 38 killed; 06:25:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:25:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:20 [ssh-agent] Looking for ssh-agent implementation... 06:25:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:20 $ docker exec 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 ssh-agent 06:25:20 SSH_AUTH_SOCK=/tmp/ssh-BBENE8T0xGL5/agent.86 06:25:20 SSH_AGENT_PID=92 06:25:20 Running ssh-add (command line suppressed) 06:25:20 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) 06:25:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:20 + git semver init 06:25:21 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') 06:25:21 2026-07-17 06:25:21,035 [run_init] DEBUG init version:0.0.0 force:False 06:25:21 2026-07-17 06:25:21,036 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver 06:25:21 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 06:25:21 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) 06:25:22 2026-07-17 06:25:22,366 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude 06:25:22 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 06:25:22 2026-07-17 06:25:22,366 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:25:22 2026-07-17 06:25:22,366 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:25:22 4.1.0-dev.15 [Pipeline] } 06:25:22 $ docker exec --env ******** --env ******** 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 ssh-agent -k 06:25:23 unset SSH_AUTH_SOCK; 06:25:23 unset SSH_AGENT_PID; 06:25:23 echo Agent pid 92 killed; 06:25:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:25:23 + git semver [Pipeline] } 06:25:23 $ docker stop --time=1 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 06:25:25 $ docker rm -f --volumes 4ca50ea5d83a7713786d6f10ef3d96c3ca13298a0d6de45f5b5c914fca8b79d2 [Pipeline] // withDockerContainer [Pipeline] sh 06:25:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:25:26 Stashed 1 file(s) [Pipeline] echo 06:25:26 [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 06:25:27 provisioning config files... 06:25:27 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config718576053039133270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:25:27 ---> ****-login.sh 06:25:27 nexus3.edgexfoundry.org:10001 06:25:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:27 Login Succeeded 06:25:27 nexus3.edgexfoundry.org:10002 06:25:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:27 Login Succeeded 06:25:27 nexus3.edgexfoundry.org:10003 06:25:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:28 Login Succeeded 06:25:28 nexus3.edgexfoundry.org:10004 06:25:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:28 Login Succeeded 06:25:28 ****.io 06:25:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:28 Login Succeeded 06:25:28 ---> ****-login.sh ends [Pipeline] } 06:25:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:25:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 06:25:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 06:25:28 ========================================================= 06:25:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 06:25:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:29 + 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 . 06:25:29 #0 building with "default" instance using docker driver 06:25:29 06:25:29 #1 [internal] load build definition from Dockerfile 06:25:29 #1 transferring dockerfile: 1.61kB done 06:25:29 #1 DONE 0.0s 06:25:29 06:25:29 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 06:25:29 #2 DONE 0.1s 06:25:29 06:25:29 #3 [internal] load .dockerignore 06:25:29 #3 transferring context: 46B done 06:25:29 #3 DONE 0.0s 06:25:29 06:25:29 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 06:25:29 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done 06:25:29 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 2.10MB / 3.80MB 0.1s 06:25:29 #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.1s done 06:25:29 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 6.29MB / 60.15MB 0.1s 06:25:29 #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done 06:25:29 #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done 06:25:29 #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done 06:25:30 #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done 06:25:30 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 17.83MB / 60.15MB 0.2s 06:25:30 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 06:25:30 #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.2s done 06:25:30 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 0B / 112.58MB 0.2s 06:25:30 #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done 06:25:30 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 06:25:30 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0B / 11.98MB 0.2s 06:25:30 #4 ... 06:25:30 06:25:30 #5 [internal] load build context 06:25:30 #5 transferring context: 33.12MB 0.3s done 06:25:30 #5 DONE 0.3s 06:25:30 06:25:30 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 06:25:30 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 30.83MB / 60.15MB 0.3s 06:25:30 #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done 06:25:30 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 5.24MB / 11.98MB 0.3s 06:25:30 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 06:25:30 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.5s 06:25:30 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 20.97MB / 112.58MB 0.5s 06:25:30 #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s done 06:25:30 #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.1s done 06:25:30 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 2.10MB / 14.72MB 0.5s 06:25:30 #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s done 06:25:30 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 34.60MB / 112.58MB 0.6s 06:25:30 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 9.44MB / 14.72MB 0.6s 06:25:30 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 06:25:30 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 53.93MB / 112.58MB 0.7s 06:25:30 #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.7s done 06:25:30 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 77.59MB / 112.58MB 0.8s 06:25:30 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 101.71MB / 112.58MB 0.9s 06:25:30 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.0s 06:25:31 #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.1s done 06:25:35 #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.7s done 06:25:35 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 06:25:35 #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done 06:25:35 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 06:25:35 #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done 06:25:35 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 06:25:35 #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.3s done 06:25:35 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 06:25:39 #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 3.0s done 06:25:39 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.1s 06:25:39 #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.6s done 06:25:39 #4 DONE 9.8s 06:25:39 06:25:39 #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 06:25:39 #6 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 06:25:40 #6 0.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 06:25:40 #6 0.851 (1/4) Installing openssh-keygen (10.0_p1-r10) 06:25:40 #6 0.869 (2/4) Installing libedit (20250104.3.1-r1) 06:25:40 #6 0.882 (3/4) Installing openssh-client-common (10.0_p1-r10) 06:25:40 #6 0.913 (4/4) Installing openssh-client-default (10.0_p1-r10) 06:25:40 #6 0.933 Executing busybox-1.37.0-r19.trigger 06:25:40 #6 0.942 OK: 269 MiB in 64 packages 06:25:42 Still waiting to schedule task 06:25:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:25:42 #6 DONE 2.6s 06:25:42 06:25:42 #7 [builder 3/7] WORKDIR /device-snmp-go 06:25:42 #7 DONE 0.0s 06:25:42 06:25:42 #8 [builder 4/7] COPY go.mod vendor* ./ 06:25:42 #8 DONE 0.0s 06:25:42 06:25:42 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:26:09 #9 DONE 26.3s 06:26:09 06:26:09 #10 [builder 6/7] COPY . . 06:26:09 #10 DONE 0.1s 06:26:09 06:26:09 #11 [builder 7/7] RUN echo noop 06:26:09 #11 0.207 noop 06:26:09 #11 DONE 0.2s 06:26:09 06:26:09 #12 exporting to image 06:26:09 #12 exporting layers 06:26:16 #12 exporting layers 6.9s done 06:26:16 #12 writing image sha256:3a0c9870cd710cb761a43f777703eb5c14b8d705864fdb499d49baec87b6123c done 06:26:16 #12 naming to docker.io/library/ci-base-image-x86_64 done 06:26:16 #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:26:17 + docker inspect -f . ci-base-image-x86_64 06:26:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:26:17 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:26:17 $ 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 06:26:17 $ docker top 1a157c56bff925b68c02ea315c002958b83700b65276b9152887b9a942a2b50d -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:17 + go version 06:26:17 go version go1.25.2 linux/amd64 [Pipeline] } 06:26:17 $ docker stop --time=1 1a157c56bff925b68c02ea315c002958b83700b65276b9152887b9a942a2b50d 06:26:19 $ 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 06:26:19 + docker inspect -f . ci-base-image-x86_64 06:26:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:26:19 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:26:19 $ 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 06:26:20 $ docker top 1d0fe18edfb26c287dc3686f73fa56f434dd7cd736a7ccf5b445cbbac7241750 -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:20 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] fileExists [Pipeline] sh 06:26:20 + make test 06:26:20 go test ./... -coverprofile=coverage.out 06:26:21 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:26:44 github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements 06:26:44 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.007s coverage: 0.0% of statements 06:26:51 0 issues. 06:26:51 go vet ./... 06:26:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:26:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:26:56 ./bin/test-attribution-txt.sh 06:26:56 An attribution for github.com/cespare/xxhash/v2 is missing from Attribution.txt, please add 06:26:56 An attribution for github.com/oklog/ulid/v2 is missing from Attribution.txt, please add [Pipeline] echo 06:26:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] } 06:26:57 $ docker stop --time=1 1d0fe18edfb26c287dc3686f73fa56f434dd7cd736a7ccf5b445cbbac7241750 06:26:59 $ docker rm -f --volumes 1d0fe18edfb26c287dc3686f73fa56f434dd7cd736a7ccf5b445cbbac7241750 [Pipeline] // withDockerContainer [Pipeline] sh 06:26:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:26:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:27:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:27:00 + ls -al . 06:27:00 total 244 06:27:00 drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 06:26 . 06:27:00 drwxrwxr-x 4 jenkins jenkins 4096 Jul 17 06:24 .. 06:27:00 -rw-rw-r-- 1 jenkins jenkins 6 Jul 17 06:24 .dockerignore 06:27:00 drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 06:26 .git 06:27:00 drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:24 .github 06:27:00 -rw-rw-r-- 1 jenkins jenkins 263 Jul 17 06:24 .gitignore 06:27:00 -rw-rw-r-- 1 jenkins jenkins 359 Jul 17 06:24 .golangci.yml 06:27:00 drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 06:25 .semver 06:27:00 -rw-rw-r-- 1 jenkins jenkins 21488 Jul 17 06:24 Attribution.txt 06:27:00 -rw-rw-r-- 1 jenkins jenkins 12751 Jul 17 06:24 CHANGELOG.md 06:27:00 -rw-rw-r-- 1 jenkins jenkins 1571 Jul 17 06:24 Dockerfile 06:27:00 -rw-rw-r-- 1 jenkins jenkins 677 Jul 17 06:24 GOVERNANCE.md 06:27:00 -rw-rw-r-- 1 jenkins jenkins 679 Jul 17 06:24 Jenkinsfile 06:27:00 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 17 06:24 LICENSE 06:27:00 -rw-rw-r-- 1 jenkins jenkins 2239 Jul 17 06:24 Makefile 06:27:00 -rw-rw-r-- 1 jenkins jenkins 620 Jul 17 06:24 OWNERS.md 06:27:00 -rw-rw-r-- 1 jenkins jenkins 10477 Jul 17 06:24 README.md 06:27:00 -rw-rw-r-- 1 jenkins jenkins 12 Jul 17 06:25 VERSION 06:27:00 drwxrwxr-x 2 jenkins jenkins 4096 Jul 17 06:24 bin 06:27:00 drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:24 cmd 06:27:00 -rw-r--r-- 1 jenkins jenkins 9158 Jul 17 06:26 coverage.out 06:27:00 -rw-rw-r-- 1 jenkins jenkins 6508 Jul 17 06:24 go.mod 06:27:00 -rw-rw-r-- 1 jenkins jenkins 89237 Jul 17 06:24 go.sum 06:27:00 drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:24 internal 06:27:00 -rw-rw-r-- 1 jenkins jenkins 228 Jul 17 06:24 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:01 + 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 . 06:27:01 #0 building with "default" instance using docker driver 06:27:01 06:27:01 #1 [internal] load build definition from Dockerfile 06:27:01 #1 transferring dockerfile: 1.61kB done 06:27:01 #1 DONE 0.0s 06:27:01 06:27:01 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:27:01 #2 DONE 0.0s 06:27:01 06:27:01 #3 [internal] load metadata for docker.io/library/alpine:3.22 06:27:01 #3 DONE 0.1s 06:27:01 06:27:01 #4 [internal] load .dockerignore 06:27:01 #4 transferring context: 32B 06:27:01 #4 transferring context: 46B done 06:27:01 #4 DONE 0.0s 06:27:01 06:27:01 #5 [internal] load build context 06:27:01 #5 transferring context: 21.82kB 0.0s done 06:27:01 #5 DONE 0.0s 06:27:01 06:27:01 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 06:27:01 #6 DONE 0.1s 06:27:01 06:27:01 #7 [stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 06:27:01 #7 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.0s done 06:27:01 #7 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 06:27:01 #7 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done 06:27:01 #7 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.1s done 06:27:01 #7 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 06:27:01 #7 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done 06:27:01 #7 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.1s done 06:27:01 #7 DONE 0.2s 06:27:01 06:27:01 #8 [builder 2/7] RUN apk add --update --no-cache make git openssh-client 06:27:01 #8 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 06:27:01 #8 0.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 06:27:02 #8 0.777 OK: 269 MiB in 64 packages 06:27:02 #8 DONE 0.9s 06:27:02 06:27:02 #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init 06:27:02 #9 0.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 06:27:02 #9 0.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 06:27:02 #9 0.634 (1/1) Installing dumb-init (1.2.5-r3) 06:27:02 #9 0.639 Executing busybox-1.37.0-r20.trigger 06:27:02 #9 0.645 OK: 7 MiB in 17 packages 06:27:02 #9 DONE 0.8s 06:27:02 06:27:02 #10 [builder 3/7] WORKDIR /device-snmp-go 06:27:02 #10 DONE 0.0s 06:27:02 06:27:02 #11 [builder 4/7] COPY go.mod vendor* ./ 06:27:02 #11 DONE 0.0s 06:27:02 06:27:02 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:03 #12 DONE 0.5s 06:27:03 06:27:03 #13 [stage-1 3/6] RUN apk --no-cache upgrade 06:27:03 #13 0.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 06:27:03 #13 0.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 06:27:03 #13 ... 06:27:03 06:27:03 #14 [builder 6/7] COPY . . 06:27:03 #14 DONE 0.1s 06:27:03 06:27:03 #13 [stage-1 3/6] RUN apk --no-cache upgrade 06:27:03 #13 0.833 OK: 7 MiB in 17 packages 06:27:03 #13 DONE 0.9s 06:27:03 06:27:03 #15 [builder 7/7] RUN make build 06:27:03 #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 06:27:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15162 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws 06:27:19 Running in /w/workspace/device-snmp-go/131 [Pipeline] { [Pipeline] checkout 06:27:19 The recommended git tool is: git 06:27:27 using credential edgex-jenkins-ssh 06:27:27 Cloning the remote Git repository 06:27:28 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 06:27:28 > git init /w/workspace/device-snmp-go/131 # timeout=10 06:27:28 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:27:28 > git --version # timeout=10 06:27:28 > git --version # 'git version 2.25.1' 06:27:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:27:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:27:30 #15 DONE 25.5s 06:27:30 06:27:30 #16 [stage-1 4/6] COPY --from=builder /device-snmp-go/cmd / 06:27:30 #16 DONE 0.2s 06:27:30 06:27:30 #17 [stage-1 5/6] COPY --from=builder /device-snmp-go/Attribution.txt / 06:27:30 #17 DONE 0.0s 06:27:30 06:27:30 #18 [stage-1 6/6] COPY --from=builder /device-snmp-go/LICENSE / 06:27:30 #18 DONE 0.0s 06:27:30 06:27:30 #19 exporting to image 06:27:30 #19 exporting layers 06:27:30 #19 exporting layers 0.2s done 06:27:30 #19 writing image sha256:7df867aebd00d1050d20e316de8d2d55dc2f036ab7db6789b13f06e7ad9e54a8 done 06:27:30 #19 naming to docker.io/library/device-snmp done 06:27:30 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:27:31 provisioning config files... 06:27:31 copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config10174401844070351359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:27:31 ---> ****-login.sh 06:27:31 nexus3.edgexfoundry.org:10001 06:27:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:31 Login Succeeded 06:27:31 nexus3.edgexfoundry.org:10002 06:27:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:31 Login Succeeded 06:27:31 nexus3.edgexfoundry.org:10003 06:27:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:32 Login Succeeded 06:27:32 nexus3.edgexfoundry.org:10004 06:27:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:32 Login Succeeded 06:27:32 ****.io 06:27:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:32 Login Succeeded 06:27:32 ---> ****-login.sh ends [Pipeline] } 06:27:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:27:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 06:27:33 [edgeXDocker.push] Tagging docker image device-snmp with the following tags: 06:27:33 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 06:27:33 latest 06:27:33 4.1.0-dev.15 06:27:33 57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 06:27:33 main 06:27:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 06:27:31 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:27:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:27:33 Avoid second fetch 06:27:33 Checking out Revision 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 (main) [Pipeline] sh 06:27:33 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:34 Commit message: "Merge pull request #403 from edgexfoundry/dependabot/go_modules/github.com/gosnmp/gosnmp-1.44.0" 06:27:34 + docker push nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 06:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:27:34 0d472f2363e0: Preparing 06:27:34 a5996fc3f22b: Preparing 06:27:34 af4b6fd07fa4: Preparing 06:27:34 8b145409e986: Preparing 06:27:34 56b07661f5b6: Preparing 06:27:34 6f09edfb3f6d: Preparing 06:27:34 6f09edfb3f6d: Waiting 06:27:34 0d472f2363e0: Pushed 06:27:34 a5996fc3f22b: Pushed 06:27:34 56b07661f5b6: Pushed 06:27:34 8b145409e986: Pushed 06:27:34 6f09edfb3f6d: Layer already exists 06:27:33 > git config core.sparsecheckout # timeout=10 06:27:33 > git checkout -f 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 06:27:39 af4b6fd07fa4: Pushed 06:27:39 57f6dfaf648b925f4a66ca9d0cb59690fe27c039: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // withEnv [Pipeline] configFileProvider 06:27:39 provisioning config files... [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:39 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/131@tmp/config5265770534377118367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:27:40 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:40 ---> ****-login.sh 06:27:40 nexus3.edgexfoundry.org:10001 06:27:40 + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest 06:27:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:27:40 0d472f2363e0: Preparing 06:27:40 a5996fc3f22b: Preparing 06:27:40 af4b6fd07fa4: Preparing 06:27:40 8b145409e986: Preparing 06:27:40 56b07661f5b6: Preparing 06:27:40 6f09edfb3f6d: Preparing 06:27:40 6f09edfb3f6d: Waiting 06:27:40 0d472f2363e0: Layer already exists 06:27:40 8b145409e986: Layer already exists 06:27:40 56b07661f5b6: Layer already exists 06:27:40 a5996fc3f22b: Layer already exists 06:27:40 af4b6fd07fa4: Layer already exists 06:27:40 6f09edfb3f6d: Layer already exists 06:27:40 latest: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:27:41 Configure a credential helper to remove this warning. See 06:27:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:27:41 06:27:41 Login Succeeded 06:27:41 nexus3.edgexfoundry.org:10002 06:27:41 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.15 [Pipeline] } 06:27:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:27:41 Configure a credential helper to remove this warning. See 06:27:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:27:41 06:27:41 Login Succeeded 06:27:41 nexus3.edgexfoundry.org:10003 06:27:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:41 + docker push nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.15 06:27:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:27:41 0d472f2363e0: Preparing 06:27:41 a5996fc3f22b: Preparing 06:27:41 af4b6fd07fa4: Preparing 06:27:41 8b145409e986: Preparing 06:27:41 56b07661f5b6: Preparing 06:27:41 6f09edfb3f6d: Preparing 06:27:41 6f09edfb3f6d: Waiting 06:27:41 0d472f2363e0: Layer already exists 06:27:41 8b145409e986: Layer already exists 06:27:41 56b07661f5b6: Layer already exists 06:27:41 af4b6fd07fa4: Layer already exists 06:27:41 a5996fc3f22b: Layer already exists 06:27:41 6f09edfb3f6d: Layer already exists 06:27:41 4.1.0-dev.15: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:27:42 Configure a credential helper to remove this warning. See 06:27:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:27:42 06:27:42 Login Succeeded 06:27:42 nexus3.edgexfoundry.org:10004 06:27:42 + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 06:27:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:27:42 Configure a credential helper to remove this warning. See 06:27:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:27:42 06:27:42 Login Succeeded 06:27:42 ****.io [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:27:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:27:42 Configure a credential helper to remove this warning. See 06:27:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:27:42 06:27:42 Login Succeeded 06:27:42 ---> ****-login.sh ends [Pipeline] } 06:27:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 06:27:42 + docker push nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 06:27:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:27:42 0d472f2363e0: Preparing 06:27:42 a5996fc3f22b: Preparing 06:27:42 af4b6fd07fa4: Preparing 06:27:42 8b145409e986: Preparing 06:27:42 56b07661f5b6: Preparing 06:27:42 6f09edfb3f6d: Preparing 06:27:42 6f09edfb3f6d: Waiting 06:27:42 af4b6fd07fa4: Layer already exists 06:27:42 0d472f2363e0: Layer already exists 06:27:42 8b145409e986: Layer already exists 06:27:42 56b07661f5b6: Layer already exists 06:27:42 a5996fc3f22b: Layer already exists 06:27:42 6f09edfb3f6d: Layer already exists 06:27:42 57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo 06:27:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 06:27:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 06:27:43 ========================================================= 06:27:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 06:27:43 ========================================================= [Pipeline] fileExists 06:27:43 + 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 06:27:44 + docker push nexus3.edgexfoundry.org:10004/device-snmp:main 06:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] 06:27:44 0d472f2363e0: Preparing 06:27:44 a5996fc3f22b: Preparing 06:27:44 af4b6fd07fa4: Preparing 06:27:44 8b145409e986: Preparing 06:27:44 56b07661f5b6: Preparing 06:27:44 6f09edfb3f6d: Preparing 06:27:44 6f09edfb3f6d: Waiting 06:27:44 af4b6fd07fa4: Layer already exists 06:27:44 a5996fc3f22b: Layer already exists 06:27:44 0d472f2363e0: Layer already exists 06:27:44 56b07661f5b6: Layer already exists 06:27:44 8b145409e986: Layer already exists 06:27:44 6f09edfb3f6d: Layer already exists 06:27:44 main: digest: sha256:fbaf8fe987becacc320e20f746af0bd0861fb9a20d541803aff277b52ab5db23 size: 1573 [Pipeline] } [Pipeline] // withEnv 06:27:44 + 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 06:27:44 ===================================================== [Pipeline] echo 06:27:44 taggedImages: 06:27:44 - nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 06:27:44 - nexus3.edgexfoundry.org:10004/device-snmp:latest 06:27:44 - nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.15 06:27:44 - nexus3.edgexfoundry.org:10004/device-snmp:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 06:27:44 - nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // script [Pipeline] } 06:27:44 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 06:27:44 Step 1/12 : ARG BASE=golang:1.25-alpine3.22 06:27:44 Step 2/12 : FROM ${BASE} AS builder 06:27:44 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:27:44 6b59a28fa201: Pulling fs layer 06:27:44 d32bb0dddca7: Pulling fs layer 06:27:44 5dab1238d3d9: Pulling fs layer 06:27:44 196fd7d83e7d: Pulling fs layer 06:27:44 4f4fb700ef54: Pulling fs layer 06:27:44 8ba94037c8f0: Pulling fs layer 06:27:44 deaec5988b04: Pulling fs layer 06:27:44 9f65657bb879: Pulling fs layer 06:27:44 196fd7d83e7d: Waiting 06:27:44 deaec5988b04: Waiting 06:27:44 4f4fb700ef54: Waiting 06:27:44 8ba94037c8f0: Waiting 06:27:44 9f65657bb879: Waiting 06:27:44 d32bb0dddca7: Verifying Checksum 06:27:44 d32bb0dddca7: Download complete 06:27:44 196fd7d83e7d: Download complete 06:27:44 4f4fb700ef54: Verifying Checksum 06:27:44 4f4fb700ef54: Download complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:45 8ba94037c8f0: Verifying Checksum 06:27:45 8ba94037c8f0: Download complete 06:27:45 6b59a28fa201: Verifying Checksum 06:27:45 6b59a28fa201: Download complete 06:27:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:27:45 06:27:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:45 9f65657bb879: Verifying Checksum 06:27:45 9f65657bb879: Download complete 06:27:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:27:45 latest: Pulling from edgex-lftools-log-publisher 06:27:45 5eb5b503b376: Pulling fs layer 06:27:45 5c69ac0246d0: Pulling fs layer 06:27:45 ec43610c2a17: Pulling fs layer 06:27:45 3a2ae6a8a46f: Pulling fs layer 06:27:45 33b1e0a273af: Pulling fs layer 06:27:45 5d3b04190fa2: Pulling fs layer 06:27:45 2f39f015ded8: Pulling fs layer 06:27:45 5d3b04190fa2: Waiting 06:27:45 33b1e0a273af: Waiting 06:27:45 2f39f015ded8: Waiting 06:27:45 3a2ae6a8a46f: Waiting 06:27:45 5c69ac0246d0: Download complete 06:27:45 3a2ae6a8a46f: Verifying Checksum 06:27:45 3a2ae6a8a46f: Download complete 06:27:45 33b1e0a273af: Verifying Checksum 06:27:45 33b1e0a273af: Download complete 06:27:45 ec43610c2a17: Verifying Checksum 06:27:45 ec43610c2a17: Download complete 06:27:45 5d3b04190fa2: Download complete 06:27:45 6b59a28fa201: Pull complete 06:27:46 5eb5b503b376: Verifying Checksum 06:27:46 5eb5b503b376: Download complete 06:27:46 d32bb0dddca7: Pull complete 06:27:46 5dab1238d3d9: Verifying Checksum 06:27:46 5dab1238d3d9: Download complete 06:27:46 2f39f015ded8: Verifying Checksum 06:27:46 2f39f015ded8: Download complete 06:27:47 5eb5b503b376: Pull complete 06:27:47 5c69ac0246d0: Pull complete 06:27:48 deaec5988b04: Verifying Checksum 06:27:48 deaec5988b04: Download complete 06:27:48 ec43610c2a17: Pull complete 06:27:48 3a2ae6a8a46f: Pull complete 06:27:48 33b1e0a273af: Pull complete 06:27:48 5d3b04190fa2: Pull complete 06:27:54 2f39f015ded8: Pull complete 06:27:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:27:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:27:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:27:54 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:27:54 $ 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 06:27:56 $ docker top 94ba316d603ef2decfdc467773d3688a3684520c74070a48fa6196bac60be26d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:27:56 ---> job-cost.sh 06:27:56 lf-activate-venv: SKIPPING 06:27:56 INFO: No Stack... 06:27:56 INFO: Retrieving Pricing Info for: v3-standard-8 06:27:56 INFO: Archiving Costs [Pipeline] sh 06:27:57 + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv 06:27:57 + cut -d, -f6 [Pipeline] lock 06:27:57 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] 06:27:57 Resource [jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] did not exist. Created. 06:27:57 Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:27:57 + echo total: 0.2199999988079071 [Pipeline] stash 06:27:57 Stashed 1 file(s) [Pipeline] } 06:27:57 Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [Pipeline] // lock [Pipeline] } 06:27:57 $ docker stop --time=1 94ba316d603ef2decfdc467773d3688a3684520c74070a48fa6196bac60be26d 06:27:58 $ docker rm -f --volumes 94ba316d603ef2decfdc467773d3688a3684520c74070a48fa6196bac60be26d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:28:00 5dab1238d3d9: Pull complete 06:28:00 196fd7d83e7d: Pull complete 06:28:00 4f4fb700ef54: Pull complete 06:28:00 8ba94037c8f0: Pull complete 06:28:11 deaec5988b04: Pull complete 06:28:11 9f65657bb879: Pull complete 06:28:11 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 06:28:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 06:28:11 ---> 334268110677 06:28:11 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:28:13 ---> Running in 1b2c254216ab 06:28:13 Removing intermediate container 1b2c254216ab 06:28:13 ---> 78b6e640970c 06:28:13 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:28:13 ---> Running in 8c1dc41068cf 06:28:18 Removing intermediate container 8c1dc41068cf 06:28:18 ---> 87134e737c76 06:28:18 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:28:18 ---> Running in 391d429fbb7f 06:28:18 Removing intermediate container 391d429fbb7f 06:28:18 ---> 095d63f7ff50 06:28:18 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:28:19 ---> Running in d06991389898 06:28:19 Removing intermediate container d06991389898 06:28:19 ---> a03c01545b9f 06:28:19 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:28:19 ---> Running in caad00081ebd 06:28:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 06:28:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 06:28:21 (1/4) Installing openssh-keygen (10.0_p1-r10) 06:28:22 (2/4) Installing libedit (20250104.3.1-r1) 06:28:22 (3/4) Installing openssh-client-common (10.0_p1-r10) 06:28:22 (4/4) Installing openssh-client-default (10.0_p1-r10) 06:28:22 Executing busybox-1.37.0-r19.trigger 06:28:22 OK: 259 MiB in 64 packages 06:28:23 Removing intermediate container caad00081ebd 06:28:23 ---> cf52ebf64952 06:28:23 Step 8/12 : WORKDIR /device-snmp-go 06:28:23 ---> Running in 1b8c6d0622b6 06:28:23 Removing intermediate container 1b8c6d0622b6 06:28:23 ---> 740b5f40e4d6 06:28:23 Step 9/12 : COPY go.mod vendor* ./ 06:28:24 ---> 9ecf60f304b2 06:28:24 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:28:24 ---> Running in 06871dd5444f 06:30:31 Removing intermediate container 06871dd5444f 06:30:31 ---> 93028e665009 06:30:31 Step 11/12 : COPY . . 06:30:31 ---> 93bdc94d009c 06:30:31 Step 12/12 : RUN ${MAKE} 06:30:31 ---> Running in cb38d21479a6 06:30:31 noop 06:30:31 Removing intermediate container cb38d21479a6 06:30:31 ---> 431673f05e7a 06:30:31 Successfully built 431673f05e7a 06:30:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:32 + docker inspect -f . ci-base-image-arm64 06:30:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:30:32 prd-ubuntu20.04-docker-arm64-4c-16g-15162 does not seem to be running inside a container 06:30:32 $ 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 06:30:36 $ docker top 5aeb63c26f4050b73f12558203db646285b76aa68e3e16b7b09696d64ab2c6d4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:37 + go version 06:30:37 go version go1.25.3 linux/arm64 [Pipeline] } 06:30:37 $ docker stop --time=1 5aeb63c26f4050b73f12558203db646285b76aa68e3e16b7b09696d64ab2c6d4 06:30:39 $ 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 06:30:40 + docker inspect -f . ci-base-image-arm64 06:30:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:30:40 prd-ubuntu20.04-docker-arm64-4c-16g-15162 does not seem to be running inside a container 06:30:40 $ 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 06:30:41 $ docker top 87a2ed6836ac1ce33ccd5cb9347198506a2148bf436a0125b9277ed4aaa4569a -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:42 + git config --global --add safe.directory /w/workspace/device-snmp-go/131 [Pipeline] fileExists [Pipeline] sh 06:30:42 + make test 06:30:42 go test ./... -coverprofile=coverage.out 06:30:53 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:34:30 github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements 06:34:30 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.031s coverage: 0.0% of statements 06:34:30 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:34:30 go vet ./... 06:35:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:35:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:35:17 ./bin/test-attribution-txt.sh 06:35:17 An attribution for github.com/cespare/xxhash/v2 is missing from Attribution.txt, please add 06:35:17 An attribution for github.com/oklog/ulid/v2 is missing from Attribution.txt, please add [Pipeline] echo 06:35:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] } 06:35:17 $ docker stop --time=1 87a2ed6836ac1ce33ccd5cb9347198506a2148bf436a0125b9277ed4aaa4569a 06:35:22 $ docker rm -f --volumes 87a2ed6836ac1ce33ccd5cb9347198506a2148bf436a0125b9277ed4aaa4569a [Pipeline] // withDockerContainer [Pipeline] sh 06:35:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:35:24 Warning: overwriting stash ‘coverage-report’ 06:35:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:35:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:35:26 + ls -al . 06:35:26 total 240 06:35:26 drwxrwxr-x 7 jenkins jenkins 4096 Jul 17 06:30 . 06:35:26 drwxrwxr-x 4 jenkins jenkins 4096 Jul 17 06:27 .. 06:35:26 -rw-rw-r-- 1 jenkins jenkins 6 Jul 17 06:27 .dockerignore 06:35:26 drwxrwxr-x 8 jenkins jenkins 4096 Jul 17 06:27 .git 06:35:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:27 .github 06:35:26 -rw-rw-r-- 1 jenkins jenkins 263 Jul 17 06:27 .gitignore 06:35:26 -rw-rw-r-- 1 jenkins jenkins 359 Jul 17 06:27 .golangci.yml 06:35:26 -rw-rw-r-- 1 jenkins jenkins 21488 Jul 17 06:27 Attribution.txt 06:35:26 -rw-rw-r-- 1 jenkins jenkins 12751 Jul 17 06:27 CHANGELOG.md 06:35:26 -rw-rw-r-- 1 jenkins jenkins 1571 Jul 17 06:27 Dockerfile 06:35:26 -rw-rw-r-- 1 jenkins jenkins 677 Jul 17 06:27 GOVERNANCE.md 06:35:26 -rw-rw-r-- 1 jenkins jenkins 679 Jul 17 06:27 Jenkinsfile 06:35:26 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 17 06:27 LICENSE 06:35:26 -rw-rw-r-- 1 jenkins jenkins 2239 Jul 17 06:27 Makefile 06:35:26 -rw-rw-r-- 1 jenkins jenkins 620 Jul 17 06:27 OWNERS.md 06:35:26 -rw-rw-r-- 1 jenkins jenkins 10477 Jul 17 06:27 README.md 06:35:26 -rw-rw-r-- 1 jenkins jenkins 12 Jul 17 06:25 VERSION 06:35:26 drwxrwxr-x 2 jenkins jenkins 4096 Jul 17 06:27 bin 06:35:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:27 cmd 06:35:26 -rw-r--r-- 1 jenkins jenkins 9158 Jul 17 06:34 coverage.out 06:35:26 -rw-rw-r-- 1 jenkins jenkins 6508 Jul 17 06:27 go.mod 06:35:26 -rw-rw-r-- 1 jenkins jenkins 89237 Jul 17 06:27 go.sum 06:35:26 drwxrwxr-x 3 jenkins jenkins 4096 Jul 17 06:27 internal 06:35:26 -rw-rw-r-- 1 jenkins jenkins 228 Jul 17 06:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:27 + 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 . 06:35:27 Sending build context to Docker daemon 16.72MB 06:35:27 Step 1/25 : ARG BASE=golang:1.25-alpine3.22 06:35:27 Step 2/25 : FROM ${BASE} AS builder 06:35:27 ---> 431673f05e7a 06:35:27 Step 3/25 : ARG ADD_BUILD_TAGS="" 06:35:27 ---> Running in f66612c53abb 06:35:28 Removing intermediate container f66612c53abb 06:35:28 ---> 582944675041 06:35:28 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:35:28 ---> Running in 67206bc256fa 06:35:28 Removing intermediate container 67206bc256fa 06:35:28 ---> 29431018608d 06:35:28 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:35:28 ---> Running in 8d78c1eb129b 06:35:28 Removing intermediate container 8d78c1eb129b 06:35:28 ---> 6a76c3179af5 06:35:28 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 06:35:28 ---> Running in bb11035a7a3a 06:35:29 Removing intermediate container bb11035a7a3a 06:35:29 ---> 971346c72f95 06:35:29 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:35:29 ---> Running in a7e0b9b6ab7c 06:35:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 06:35:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 06:35:32 OK: 259 MiB in 64 packages 06:35:32 Removing intermediate container a7e0b9b6ab7c 06:35:32 ---> 4486eb41ef29 06:35:32 Step 8/25 : WORKDIR /device-snmp-go 06:35:33 ---> Running in 4e7cbaf5b912 06:35:33 Removing intermediate container 4e7cbaf5b912 06:35:33 ---> aea717ba332b 06:35:33 Step 9/25 : COPY go.mod vendor* ./ 06:35:35 ---> 17680013c8a1 06:35:35 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:35:35 ---> Running in 08c28a1ada19 06:35:37 Removing intermediate container 08c28a1ada19 06:35:37 ---> 76a04b09b4b3 06:35:37 Step 11/25 : COPY . . 06:35:39 ---> ef6f0cfc12cc 06:35:39 Step 12/25 : RUN ${MAKE} 06:35:39 ---> Running in 9a8b8f6f1dad 06:35:40 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 06:39:17 Removing intermediate container 9a8b8f6f1dad 06:39:17 ---> 1127c0de024e 06:39:17 Step 13/25 : FROM alpine:3.22 06:39:17 3.22: Pulling from library/alpine 06:39:17 738128faa30f: Pulling fs layer 06:39:17 738128faa30f: Verifying Checksum 06:39:17 738128faa30f: Download complete 06:39:22 738128faa30f: Pull complete 06:39:22 Digest: sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 06:39:22 Status: Downloaded newer image for alpine:3.22 06:39:22 ---> 2c15e55df5d6 06:39:22 Step 14/25 : RUN apk add --update --no-cache dumb-init 06:39:22 ---> Running in 337384b04ddb 06:39:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 06:39:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 06:39:25 (1/1) Installing dumb-init (1.2.5-r3) 06:39:25 Executing busybox-1.37.0-r20.trigger 06:39:25 OK: 8 MiB in 17 packages 06:39:26 Removing intermediate container 337384b04ddb 06:39:26 ---> c14b71f0bf7a 06:39:26 Step 15/25 : RUN apk --no-cache upgrade 06:39:26 ---> Running in 3bbd2fe9ea92 06:39:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 06:39:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 06:39:29 OK: 8 MiB in 17 packages 06:39:29 Removing intermediate container 3bbd2fe9ea92 06:39:29 ---> 43a2320be22c 06:39:29 Step 16/25 : COPY --from=builder /device-snmp-go/cmd / 06:39:31 ---> d53c83704afb 06:39:31 Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / 06:39:37 ---> e512f131859f 06:39:37 Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / 06:39:37 ---> f6733607676c 06:39:37 Step 19/25 : EXPOSE 59993 06:39:37 ---> Running in bfff5f4fff0e 06:39:37 Removing intermediate container bfff5f4fff0e 06:39:37 ---> 2d4ae68ce71b 06:39:37 Step 20/25 : EXPOSE 161 06:39:37 ---> Running in 7a8e25d41f6e 06:39:38 Removing intermediate container 7a8e25d41f6e 06:39:38 ---> d2c61c87166d 06:39:38 Step 21/25 : ENTRYPOINT ["/device-snmp"] 06:39:38 ---> Running in 91e9e46d0448 06:39:38 Removing intermediate container 91e9e46d0448 06:39:38 ---> 972de1b81357 06:39:38 Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:39:38 ---> Running in 28b8071f5708 06:39:38 Removing intermediate container 28b8071f5708 06:39:38 ---> 2038578a6a3d 06:39:38 Step 23/25 : LABEL arch=arm64 06:39:38 ---> Running in 108edfae46e0 06:39:39 Removing intermediate container 108edfae46e0 06:39:39 ---> 066e12277d2a 06:39:39 Step 24/25 : LABEL git_sha=57f6dfaf648b925f4a66ca9d0cb59690fe27c039 06:39:39 ---> Running in 36dedb06a4de 06:39:39 Removing intermediate container 36dedb06a4de 06:39:39 ---> a79428b40242 06:39:39 Step 25/25 : LABEL version=4.1.0-dev.15 06:39:39 ---> Running in 2c0160dc7206 06:39:40 Removing intermediate container 2c0160dc7206 06:39:40 ---> 58df85376e29 06:39:40 [Warning] One or more build-args [ARCH] were not consumed 06:39:40 Successfully built 58df85376e29 06:39:40 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 06:39:40 provisioning config files... 06:39:40 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/131@tmp/config8930985560747974386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:39:40 ---> ****-login.sh 06:39:40 nexus3.edgexfoundry.org:10001 06:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:39:40 Configure a credential helper to remove this warning. See 06:39:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:39:40 06:39:40 Login Succeeded 06:39:40 nexus3.edgexfoundry.org:10002 06:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:39:41 Configure a credential helper to remove this warning. See 06:39:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:39:41 06:39:41 Login Succeeded 06:39:41 nexus3.edgexfoundry.org:10003 06:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:39:41 Configure a credential helper to remove this warning. See 06:39:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:39:41 06:39:41 Login Succeeded 06:39:41 nexus3.edgexfoundry.org:10004 06:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:39:41 Configure a credential helper to remove this warning. See 06:39:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:39:41 06:39:41 Login Succeeded 06:39:41 ****.io 06:39:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:39:42 Configure a credential helper to remove this warning. See 06:39:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:39:42 06:39:42 Login Succeeded 06:39:42 ---> ****-login.sh ends [Pipeline] } 06:39:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:39:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 06:39:42 [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: 06:39:42 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 06:39:42 latest 06:39:42 4.1.0-dev.15 06:39:42 57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 06:39:42 main 06:39:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:42 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:43 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 06:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:39:43 de568041b2ba: Preparing 06:39:43 2d72e8f5630f: Preparing 06:39:43 cc496b5c1069: Preparing 06:39:43 84c665ebfda0: Preparing 06:39:43 58bec88f0e5a: Preparing 06:39:43 03ba6f53ebfc: Preparing 06:39:43 03ba6f53ebfc: Waiting 06:39:43 58bec88f0e5a: Pushed 06:39:43 de568041b2ba: Pushed 06:39:43 2d72e8f5630f: Pushed 06:39:43 84c665ebfda0: Pushed 06:39:43 03ba6f53ebfc: Layer already exists 06:39:53 cc496b5c1069: Pushed 06:39:53 57f6dfaf648b925f4a66ca9d0cb59690fe27c039: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:54 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:54 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 06:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:39:54 de568041b2ba: Preparing 06:39:54 2d72e8f5630f: Preparing 06:39:54 cc496b5c1069: Preparing 06:39:54 84c665ebfda0: Preparing 06:39:54 58bec88f0e5a: Preparing 06:39:54 03ba6f53ebfc: Preparing 06:39:54 03ba6f53ebfc: Waiting 06:39:54 58bec88f0e5a: Layer already exists 06:39:54 84c665ebfda0: Layer already exists 06:39:54 cc496b5c1069: Layer already exists 06:39:54 2d72e8f5630f: Layer already exists 06:39:54 de568041b2ba: Layer already exists 06:39:54 03ba6f53ebfc: Layer already exists 06:39:54 latest: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:55 + 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 06:39:55 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.15 06:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:39:55 de568041b2ba: Preparing 06:39:55 2d72e8f5630f: Preparing 06:39:55 cc496b5c1069: Preparing 06:39:55 84c665ebfda0: Preparing 06:39:55 58bec88f0e5a: Preparing 06:39:55 03ba6f53ebfc: Preparing 06:39:55 03ba6f53ebfc: Waiting 06:39:55 de568041b2ba: Layer already exists 06:39:55 cc496b5c1069: Layer already exists 06:39:55 84c665ebfda0: Layer already exists 06:39:55 2d72e8f5630f: Layer already exists 06:39:55 58bec88f0e5a: Layer already exists 06:39:55 03ba6f53ebfc: Layer already exists 06:39:55 4.1.0-dev.15: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:56 + 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 06:39:56 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 06:39:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:39:56 de568041b2ba: Preparing 06:39:56 2d72e8f5630f: Preparing 06:39:56 cc496b5c1069: Preparing 06:39:56 84c665ebfda0: Preparing 06:39:56 58bec88f0e5a: Preparing 06:39:56 03ba6f53ebfc: Preparing 06:39:56 03ba6f53ebfc: Waiting 06:39:56 58bec88f0e5a: Layer already exists 06:39:56 2d72e8f5630f: Layer already exists 06:39:56 de568041b2ba: Layer already exists 06:39:56 cc496b5c1069: Layer already exists 06:39:56 84c665ebfda0: Layer already exists 06:39:56 03ba6f53ebfc: Layer already exists 06:39:56 57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:57 + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:57 + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main 06:39:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] 06:39:57 de568041b2ba: Preparing 06:39:57 2d72e8f5630f: Preparing 06:39:57 cc496b5c1069: Preparing 06:39:57 84c665ebfda0: Preparing 06:39:57 58bec88f0e5a: Preparing 06:39:57 03ba6f53ebfc: Preparing 06:39:57 03ba6f53ebfc: Waiting 06:39:57 cc496b5c1069: Layer already exists 06:39:57 de568041b2ba: Layer already exists 06:39:57 2d72e8f5630f: Layer already exists 06:39:57 84c665ebfda0: Layer already exists 06:39:57 58bec88f0e5a: Layer already exists 06:39:57 03ba6f53ebfc: Layer already exists 06:39:57 main: digest: sha256:a456ba515f2181a9d80851d074538e50607ea8b18171c792688b6de90427ca3e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:39:57 ===================================================== [Pipeline] echo 06:39:57 taggedImages: 06:39:57 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039 06:39:57 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest 06:39:57 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.15 06:39:57 - nexus3.edgexfoundry.org:10004/device-snmp-arm64:57f6dfaf648b925f4a66ca9d0cb59690fe27c039-4.1.0-dev.15 06:39:57 - 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 06:39:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:39:58 06:39:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:39:58 arm64: Pulling from edgex-lftools-log-publisher 06:39:58 8998bd30e6a1: Pulling fs layer 06:39:58 04944245beec: Pulling fs layer 06:39:58 699f458cf7ca: Pulling fs layer 06:39:58 765212b225bb: Pulling fs layer 06:39:58 f23df028b6ca: Pulling fs layer 06:39:58 d65c8cfc05b1: Pulling fs layer 06:39:58 2437ff75d9bd: Pulling fs layer 06:39:58 f23df028b6ca: Waiting 06:39:58 d65c8cfc05b1: Waiting 06:39:58 2437ff75d9bd: Waiting 06:39:58 765212b225bb: Waiting 06:39:58 04944245beec: Verifying Checksum 06:39:58 04944245beec: Download complete 06:39:58 765212b225bb: Verifying Checksum 06:39:58 765212b225bb: Download complete 06:39:58 f23df028b6ca: Verifying Checksum 06:39:58 f23df028b6ca: Download complete 06:39:58 d65c8cfc05b1: Verifying Checksum 06:39:58 d65c8cfc05b1: Download complete 06:39:59 699f458cf7ca: Verifying Checksum 06:39:59 699f458cf7ca: Download complete 06:39:59 8998bd30e6a1: Verifying Checksum 06:39:59 8998bd30e6a1: Download complete 06:40:01 2437ff75d9bd: Verifying Checksum 06:40:01 2437ff75d9bd: Download complete 06:40:05 8998bd30e6a1: Pull complete 06:40:05 04944245beec: Pull complete 06:40:06 699f458cf7ca: Pull complete 06:40:07 765212b225bb: Pull complete 06:40:08 f23df028b6ca: Pull complete 06:40:08 d65c8cfc05b1: Pull complete 06:40:26 2437ff75d9bd: Pull complete 06:40:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:40:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:40:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:26 prd-ubuntu20.04-docker-arm64-4c-16g-15162 does not seem to be running inside a container 06:40:26 $ 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 06:40:28 $ docker top c5616eb5e08877b2e48a8a1514b172faa4a6edf525b171a2d8dbea56a87227cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:40:29 ---> job-cost.sh 06:40:29 lf-activate-venv: SKIPPING 06:40:29 INFO: No Stack... 06:40:29 INFO: Retrieving Pricing Info for: v3-standard-4 06:40:30 INFO: Archiving Costs [Pipeline] sh 06:40:31 + + cat /w/workspace/device-snmp-go/131/archives/cost.csv 06:40:31 cut -d, -f6 [Pipeline] lock 06:40:31 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] 06:40:31 Resource [jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] did not exist. Created. 06:40:31 Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:40:31 /w/workspace/device-snmp-go/131@tmp/durable-6bc80f34/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:40:32 + echo total: 0.10999999940395355 [Pipeline] stash 06:40:32 Warning: overwriting stash ‘stack-cost’ 06:40:32 Stashed 1 file(s) [Pipeline] } 06:40:32 Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-131-stack-cost] [Pipeline] // lock [Pipeline] } 06:40:32 $ docker stop --time=1 c5616eb5e08877b2e48a8a1514b172faa4a6edf525b171a2d8dbea56a87227cb 06:40:34 $ 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 06:40:34 provisioning config files... 06:40:34 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config12796598822179893067tmp [Pipeline] { [Pipeline] sh 06:40:35 + set +x 06:40:35 + curl -s https://codecov.io/bash 06:40:35 + bash -s -- 06:40:35 06:40:35 _____ _ 06:40:35 / ____| | | 06:40:35 | | ___ __| | ___ ___ _____ __ 06:40:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:40:35 | |___| (_) | (_| | __/ (_| (_) \ V / 06:40:35 \_____\___/ \__,_|\___|\___\___/ \_/ 06:40:35 Bash-1.0.6 06:40:35 06:40:35 06:40:35 ==> git version 2.25.1 found 06:40:35 ==> 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 06:40:35 Release-Date: 2020-01-08 06:40:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:40:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:40:35 ==> Jenkins CI detected. 06:40:35 current dir:  /w/workspace/edgexfoundry_device-snmp-go_main 06:40:35 project root: . 06:40:35 --> token set from env 06:40:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:40:35 ==> Running gcov in . (disable via -X gcov) 06:40:35 ==> Python coveragepy not found 06:40:35 ==> Searching for coverage reports in: 06:40:35 + . 06:40:35 -> Found 1 reports 06:40:35 ==> Detecting git/mercurial file structure 06:40:35 ==> Reading reports 06:40:35 + ./coverage.out bytes=9158 06:40:35 ==> Appending adjustments 06:40:35 https://docs.codecov.io/docs/fixing-reports 06:40:35 + Found adjustments 06:40:35 ==> Gzipping contents 06:40:35 4.0K /tmp/codecov.5B5k6G.gz 06:40:35 ==> Uploading reports 06:40:35 url: https://codecov.io 06:40:35 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= 06:40:35 -> Pinging Codecov 06:40:35 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= 06:40:35 -> Uploading to 06:40:35 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 06:40:35 % Total % Received % Xferd Average Speed Time Time Time Current 06:40:35 Dload Upload Total Spent Left Speed 06:40:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1446 0 0 100 1446 0 3624 --:--:-- --:--:-- --:--:-- 3624 06:40:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] } 06:40:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:40:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:40:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:40:36 06:40:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:40:37 latest: Pulling from edgex-devops/edgex-snyk-go 06:40:37 2d35ebdb57d9: Already exists 06:40:37 85e8836fcdb2: Pulling fs layer 06:40:37 91631faa732a: Pulling fs layer 06:40:37 f3f5ae8826fa: Pulling fs layer 06:40:37 4f4fb700ef54: Pulling fs layer 06:40:37 7861252a18e6: Pulling fs layer 06:40:37 9130f900ef6f: Pulling fs layer 06:40:37 7861252a18e6: Waiting 06:40:37 9130f900ef6f: Waiting 06:40:37 4f4fb700ef54: Waiting 06:40:37 f3f5ae8826fa: Download complete 06:40:37 85e8836fcdb2: Download complete 06:40:37 4f4fb700ef54: Verifying Checksum 06:40:37 4f4fb700ef54: Download complete 06:40:37 85e8836fcdb2: Pull complete 06:40:37 7861252a18e6: Verifying Checksum 06:40:37 7861252a18e6: Download complete 06:40:37 91631faa732a: Verifying Checksum 06:40:37 91631faa732a: Download complete 06:40:38 9130f900ef6f: Verifying Checksum 06:40:38 9130f900ef6f: Download complete 06:40:42 91631faa732a: Pull complete 06:40:42 f3f5ae8826fa: Pull complete 06:40:42 4f4fb700ef54: Pull complete 06:40:42 7861252a18e6: Pull complete 06:40:46 9130f900ef6f: Pull complete 06:40:46 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 06:40:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:40:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:46 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:40:46 $ 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 06:40:48 $ docker top b27c11ea072f93c6ec81350a49578a8ac88435609a790c1563b2d5663722f9e1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:48 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] echo 06:40:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh 06:40:49 + set -o pipefail 06:40:49 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' 06:41:07 06:41:07 Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... 06:41:07 06:41:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6109ca73-afa1-4109-af03-45c28384bb64/history/74d1e1e6-bc1d-4f22-90ca-fe96b7afcbc0 06:41:07 06:41:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:41:07 06:41:07 06:41:07 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 06:41:07 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:41:07 $ docker stop --time=1 b27c11ea072f93c6ec81350a49578a8ac88435609a790c1563b2d5663722f9e1 06:41:09 $ 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 06:41:10 + git log --format=format:%s -1 57f6dfaf648b925f4a66ca9d0cb59690fe27c039 [Pipeline] sh 06:41:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:41:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:41:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:11 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:41:11 $ 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 06:41:11 $ docker top 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 -eo pid,comm 06:41:11 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). 06:41:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:41:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:41:11 [ssh-agent] Looking for ssh-agent implementation... 06:41:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:41:11 $ docker exec 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 ssh-agent 06:41:11 SSH_AUTH_SOCK=/tmp/ssh-EAVXITOQku0X/agent.33 06:41:11 SSH_AGENT_PID=39 06:41:11 Running ssh-add (command line suppressed) 06:41:11 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) 06:41:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:41:12 + git semver tag 06:41:12 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') 06:41:12 2026-07-17 06:41:12,344 [run_tag] DEBUG tag force:False 06:41:12 2026-07-17 06:41:12,344 [check_head_tag] DEBUG check head tag 06:41:12 2026-07-17 06:41:12,345 [execute] INFO git cat-file --batch-check 06:41:12 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) 06:41:12 2026-07-17 06:41:12,347 [execute] INFO git cat-file --batch 06:41:12 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) 06:41:12 2026-07-17 06:41:12,355 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:41:12 2026-07-17 06:41:12,355 [execute] INFO git tag -a v4.1.0-dev.15 -m v4.1.0-dev.15 06:41:12 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) 06:41:12 2026-07-17 06:41:12,359 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:41:12 4.1.0-dev.15 [Pipeline] } 06:41:12 $ docker exec --env ******** --env ******** 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 ssh-agent -k 06:41:12 unset SSH_AUTH_SOCK; 06:41:12 unset SSH_AGENT_PID; 06:41:12 echo Agent pid 39 killed; 06:41:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:41:12 + git semver [Pipeline] } 06:41:13 $ docker stop --time=1 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 06:41:14 $ docker rm -f --volumes 7647a3fff742e50912903d3cccf461abb3095a13e3498baa88f1562147e73a64 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:41:14 06:41:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:41:15 0.23.1-centos7: Pulling from edgex-lftools 06:41:15 ab5ef0e58194: Pulling fs layer 06:41:15 9712f1f96733: Pulling fs layer 06:41:15 63f879dbbcfc: Pulling fs layer 06:41:15 0d9ebad4ef96: Pulling fs layer 06:41:15 e9a5061849ea: Pulling fs layer 06:41:15 d747dcd14b5f: Pulling fs layer 06:41:15 2de7ff778b66: Pulling fs layer 06:41:15 0d9ebad4ef96: Waiting 06:41:15 e9a5061849ea: Waiting 06:41:15 d747dcd14b5f: Waiting 06:41:15 2de7ff778b66: Waiting 06:41:15 9712f1f96733: Verifying Checksum 06:41:15 9712f1f96733: Download complete 06:41:15 63f879dbbcfc: Verifying Checksum 06:41:15 63f879dbbcfc: Download complete 06:41:15 e9a5061849ea: Verifying Checksum 06:41:15 e9a5061849ea: Download complete 06:41:15 d747dcd14b5f: Download complete 06:41:15 0d9ebad4ef96: Verifying Checksum 06:41:15 0d9ebad4ef96: Download complete 06:41:15 ab5ef0e58194: Verifying Checksum 06:41:15 ab5ef0e58194: Download complete 06:41:15 2de7ff778b66: Verifying Checksum 06:41:15 2de7ff778b66: Download complete 06:41:19 ab5ef0e58194: Pull complete 06:41:19 9712f1f96733: Pull complete 06:41:20 63f879dbbcfc: Pull complete 06:41:25 0d9ebad4ef96: Pull complete 06:41:25 e9a5061849ea: Pull complete 06:41:25 d747dcd14b5f: Pull complete 06:41:26 2de7ff778b66: Pull complete 06:41:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:41:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:41:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:26 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:41:26 $ 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 06:41:28 $ docker top 50921d95d3f3eb0c83d8e5d26b814c12c979244587e7d25258678699e6818842 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:41:28 provisioning config files... 06:41:28 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config10598539781731529838tmp 06:41:28 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config8942748536312733558tmp 06:41:28 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config18027425087760912751tmp [Pipeline] { [Pipeline] echo 06:41:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:41:28 ---> sigul-configuration.sh 06:41:28 gpg: directory `/root/.gnupg' created 06:41:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:41:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:41:28 gpg: keyring `/root/.gnupg/secring.gpg' created 06:41:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:41:28 gpg: CAST5 encrypted data 06:41:28 gpg: encrypted with 1 passphrase 06:41:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:41:29 + mkdir /home/jenkins 06:41:29 + mkdir /home/jenkins/sigul [Pipeline] sh 06:41:29 + 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 06:41:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:41:29 ---> sigul-install.sh 06:41:29 Sigul already installed; skipping installation. [Pipeline] sh 06:41:29 + git tag --list 06:41:29 1.0.0 06:41:29 v0.0.0 06:41:29 v1.1.0 06:41:29 v1.1.1 06:41:29 v1.2.2 06:41:29 v1.3.0 06:41:29 v1.3.1 06:41:29 v2.0.0 06:41:29 v2.1.0 06:41:29 v2.1.1 06:41:29 v2.2.0 06:41:29 v2.3.0 06:41:29 v3.0 06:41:29 v3.0.0 06:41:29 v3.1 06:41:29 v3.1.0 06:41:29 v3.1.1 06:41:29 v4.0 06:41:29 v4.0.0 06:41:29 v4.0.1 06:41:29 v4.0.2 06:41:29 v4.1.0-dev.15 [Pipeline] sh 06:41:30 + lftools sign git-tag v4.1.0-dev.15 06:41:30 Signing Git tag with Sigul... 06:41:30 Signing v4.1.0-dev.15 [Pipeline] echo 06:41:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:41:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:41:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:41:31 $ docker stop --time=1 50921d95d3f3eb0c83d8e5d26b814c12c979244587e7d25258678699e6818842 06:41:32 $ 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 06:41:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:41:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:41:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:34 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:41:34 $ 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 06:41:34 $ docker top 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 -eo pid,comm 06:41:34 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). 06:41:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:41:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:41:34 [ssh-agent] Looking for ssh-agent implementation... 06:41:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:41:34 $ docker exec 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 ssh-agent 06:41:34 SSH_AUTH_SOCK=/tmp/ssh-YX4mJImQMwI1/agent.32 06:41:34 SSH_AGENT_PID=38 06:41:34 Running ssh-add (command line suppressed) 06:41:34 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) 06:41:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:41:35 + git semver bump pre 06:41:35 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') 06:41:35 2026-07-17 06:41:35,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:41:35 2026-07-17 06:41:35,484 [bump_version] DEBUG bumping version:4.1.0-dev.15 on axis:pre with prefix:dev 06:41:35 2026-07-17 06:41:35,484 [bump_version] DEBUG bumped version:4.1.0-dev.16 06:41:35 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 06:41:35 2026-07-17 06:41:35,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:41:35 2026-07-17 06:41:35,484 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:41:35 2026-07-17 06:41:35,486 [execute] INFO git cat-file --batch-check 06:41:35 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) 06:41:35 2026-07-17 06:41:35,490 [execute] INFO git cat-file --batch 06:41:35 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) 06:41:35 2026-07-17 06:41:35,493 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:41:35 4.1.0-dev.16 [Pipeline] } 06:41:35 $ docker exec --env ******** --env ******** 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 ssh-agent -k 06:41:35 unset SSH_AUTH_SOCK; 06:41:35 unset SSH_AGENT_PID; 06:41:35 echo Agent pid 38 killed; 06:41:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:41:36 + git semver [Pipeline] } 06:41:36 $ docker stop --time=1 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 06:41:37 $ docker rm -f --volumes 5d11630d7466052cabdae720e9328264c11e42fb924c12ab0f1a5c61d0c4af76 [Pipeline] // withDockerContainer [Pipeline] sh 06:41:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:41:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:41:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:38 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:41:38 $ 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 06:41:38 $ docker top 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f -eo pid,comm 06:41:38 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). 06:41:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:41:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:41:38 [ssh-agent] Looking for ssh-agent implementation... 06:41:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:41:39 $ docker exec 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f ssh-agent 06:41:39 SSH_AUTH_SOCK=/tmp/ssh-crP720ckLAYM/agent.32 06:41:39 SSH_AGENT_PID=38 06:41:39 Running ssh-add (command line suppressed) 06:41:39 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) 06:41:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:41:39 + git semver push 06:41:39 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') 06:41:39 2026-07-17 06:41:39,870 [run_push] DEBUG push 06:41:39 2026-07-17 06:41:39,870 [execute] INFO git cat-file --batch-check 06:41:39 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) 06:41:39 2026-07-17 06:41:39,872 [execute] INFO git rev-list 63bdabe27aa061dea6ea8cb766a82a434f447670 -- 06:41:39 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) 06:41:39 2026-07-17 06:41:39,880 [execute] INFO git fetch -v -- origin 06:41:39 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) 06:41:40 2026-07-17 06:41:40,425 [run_push] DEBUG no remote changes detected 06:41:40 2026-07-17 06:41:40,425 [execute] INFO git push origin semver 06:41:40 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) 06:41:41 2026-07-17 06:41:41,502 [run_push] DEBUG push all version tags 06:41:41 2026-07-17 06:41:41,502 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:41:41 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) 06:41:42 2026-07-17 06:41:42,606 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main 06:41:42 4.1.0-dev.16 [Pipeline] } 06:41:42 $ docker exec --env ******** --env ******** 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f ssh-agent -k 06:41:43 unset SSH_AUTH_SOCK; 06:41:43 unset SSH_AGENT_PID; 06:41:43 echo Agent pid 38 killed; 06:41:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:41:43 + git semver [Pipeline] } 06:41:43 $ docker stop --time=1 66d5b76db6635cf8c6c68e63b99e27a8b4f212a2f4b754a62559afd2517e888f 06:41:44 $ 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 06:41:45 + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] 06:41:45 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 06:41:45 total 16 06:41:45 drwxr-xr-x 3 root root 4096 Jul 17 06:27 . 06:41:45 drwxrwxr-x 9 jenkins jenkins 4096 Jul 17 06:41 .. 06:41:45 drwxr-xr-x 2 root root 4096 Jul 17 06:27 cost 06:41:45 -rw-r--r-- 1 root root 86 Jul 17 06:27 cost.csv 06:41:45 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives 06:41:45 + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives 06:41:45 total 16 06:41:45 drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 06:27 . 06:41:45 drwxrwxr-x 9 jenkins jenkins 4096 Jul 17 06:41 .. 06:41:45 drwxr-xr-x 2 jenkins jenkins 4096 Jul 17 06:27 cost 06:41:45 -rw-r--r-- 1 jenkins jenkins 86 Jul 17 06:27 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:41:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:41:46 ---> package-listing.sh 06:41:46 ++ facter osfamily 06:41:46 ++ tr '[:upper:]' '[:lower:]' 06:41:47 + OS_FAMILY=debian 06:41:47 + workspace=/w/workspace/edgexfoundry_device-snmp-go_main 06:41:47 + START_PACKAGES=/tmp/packages_start.txt 06:41:47 + END_PACKAGES=/tmp/packages_end.txt 06:41:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:41:47 + PACKAGES=/tmp/packages_start.txt 06:41:47 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 06:41:47 + PACKAGES=/tmp/packages_end.txt 06:41:47 + case "${OS_FAMILY}" in 06:41:47 + dpkg -l 06:41:47 + grep '^ii' 06:41:47 + '[' -f /tmp/packages_start.txt ']' 06:41:47 + '[' -f /tmp/packages_end.txt ']' 06:41:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:41:47 + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' 06:41:47 + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ 06:41:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo 06:41:47 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 06:41:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:41:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:48 prd-ubuntu20.04-docker-8c-8g-15161 does not seem to be running inside a container 06:41:48 $ 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 06:41:48 $ docker top b6a517315398be46c0a283fcb755da127544ffe3eb4026f15d648d36c19ea271 -eo pid,comm [Pipeline] { [Pipeline] sh 06:41:48 + touch /tmp/pre-build-complete [Pipeline] sh 06:41:48 + mkdir -p /var/log/sysstat [Pipeline] sh 06:41:49 + ls /var/log/sa-host 06:41:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:41:49 provisioning config files... 06:41:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4200049562043514732tmp [Pipeline] { [Pipeline] echo 06:41:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:41:49 ---> create-netrc.sh [Pipeline] } 06:41:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:41:50 ---> python-tools-install.sh [Pipeline] echo 06:41:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:41:50 ---> sudo-logs.sh 06:41:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:41:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:41:50 ---> job-cost.sh 06:41:50 lf-activate-venv: SKIPPING 06:41:50 DEBUG: total: 0.2199999988079071 06:41:50 INFO: Retrieving Stack Cost... 06:41:50 INFO: Retrieving Pricing Info for: v3-standard-8 06:41:51 INFO: Archiving Costs [Pipeline] echo 06:41:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:41:51 ---> logs-deploy.sh 06:41:51 lf-activate-venv: SKIPPING 06:41:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/131 06:41:51 INFO: archiving workspace using pattern(s): 06:41:52 Archives upload complete. 06:41:52 INFO: archiving logs to Nexus 06:41:53 ---> uname -a: 06:41:53 Linux prd-ubuntu20-04-docker-8c-8g-15161 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 06:41:53 06:41:53 06:41:53 ---> lscpu: 06:41:53 Architecture: x86_64 06:41:53 CPU op-mode(s): 32-bit, 64-bit 06:41:53 Byte Order: Little Endian 06:41:53 Address sizes: 40 bits physical, 48 bits virtual 06:41:53 CPU(s): 8 06:41:53 On-line CPU(s) list: 0-7 06:41:53 Thread(s) per core: 1 06:41:53 Core(s) per socket: 1 06:41:53 Socket(s): 8 06:41:53 NUMA node(s): 1 06:41:53 Vendor ID: AuthenticAMD 06:41:53 CPU family: 23 06:41:53 Model: 49 06:41:53 Model name: AMD EPYC-Rome Processor 06:41:53 Stepping: 0 06:41:53 CPU MHz: 2800.000 06:41:53 BogoMIPS: 5600.00 06:41:53 Virtualization: AMD-V 06:41:53 Hypervisor vendor: KVM 06:41:53 Virtualization type: full 06:41:53 L1d cache: 256 KiB 06:41:53 L1i cache: 256 KiB 06:41:53 L2 cache: 4 MiB 06:41:53 L3 cache: 128 MiB 06:41:53 NUMA node0 CPU(s): 0-7 06:41:53 Vulnerability Gather data sampling: Not affected 06:41:53 Vulnerability Itlb multihit: Not affected 06:41:53 Vulnerability L1tf: Not affected 06:41:53 Vulnerability Mds: Not affected 06:41:53 Vulnerability Meltdown: Not affected 06:41:53 Vulnerability Mmio stale data: Not affected 06:41:53 Vulnerability Retbleed: Vulnerable 06:41:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:41:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:41:53 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 06:41:53 Vulnerability Srbds: Not affected 06:41:53 Vulnerability Tsx async abort: Not affected 06:41:53 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 06:41:53 06:41:53 06:41:53 ---> nproc: 06:41:53 8 06:41:53 06:41:53 06:41:53 ---> df -h: 06:41:53 Filesystem Size Used Avail Use% Mounted on 06:41:53 overlay 155G 14G 141G 9% / 06:41:53 tmpfs 64M 0 64M 0% /dev 06:41:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:41:53 shm 64M 0 64M 0% /dev/shm 06:41:53 /dev/vda1 155G 14G 141G 9% /facter-os 06:41:53 06:41:53 06:41:53 ---> sar -b -r -n DEV: 06:41:53 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-15161) 07/17/26 _x86_64_ (8 CPU) 06:41:53 06:41:53 06:24:13 LINUX RESTART (8 CPU) 06:41:53 06:41:53 06:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:41:53 06:26:01 179.43 20.85 158.57 0.00 3146.29 55080.09 0.00 06:41:53 06:27:01 165.58 0.97 164.62 0.00 31.45 55316.74 0.00 06:41:53 06:28:01 146.04 0.05 145.99 0.00 10.26 37510.68 0.00 06:41:53 06:29:01 1.52 0.00 1.52 0.00 0.00 21.06 0.00 06:41:53 06:30:01 3.03 0.28 2.75 0.00 15.86 44.26 0.00 06:41:53 06:31:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 06:41:53 06:32:01 0.88 0.00 0.88 0.00 0.00 11.06 0.00 06:41:53 06:33:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 06:41:53 06:34:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 06:41:53 06:35:01 1.93 0.00 1.93 0.00 0.00 24.26 0.00 06:41:53 06:36:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 06:41:53 06:37:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 06:41:53 06:38:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 06:41:53 06:39:01 1.15 0.00 1.15 0.00 0.00 15.86 0.00 06:41:53 06:40:01 1.42 0.02 1.40 0.00 0.13 17.20 0.00 06:41:53 06:41:01 45.36 0.55 44.81 0.00 15.20 27863.22 0.00 06:41:53 Average: 34.48 1.42 33.06 0.00 201.89 10960.58 0.00 06:41:53 06:41:53 06:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:41:53 06:26:01 27987968 31467420 815764 2.48 120972 3557424 2093280 6.17 1198712 3200224 282560 06:41:53 06:27:01 27230200 31491148 791076 2.41 159224 4240484 1871044 5.52 1523336 3574388 4100 06:41:53 06:28:01 26145904 31516224 761500 2.32 175364 5247508 1703648 5.02 1684968 4406424 56 06:41:53 06:29:01 26152880 31523220 754396 2.30 175384 5247508 1703648 5.02 1672896 4406424 4 06:41:53 06:30:01 26160396 31531772 745684 2.27 175544 5248120 1731480 5.10 1664672 4406968 52 06:41:53 06:31:01 26160664 31532084 745308 2.27 175580 5248124 1731480 5.10 1664932 4406976 36 06:41:53 06:32:01 26164332 31535800 741476 2.26 175596 5248132 1731480 5.10 1661060 4406980 48 06:41:53 06:33:01 26164528 31536024 741256 2.26 175628 5248132 1731480 5.10 1660980 4406988 16 06:41:53 06:34:01 26164512 31536016 741184 2.25 175648 5248136 1731480 5.10 1660932 4406992 28 06:41:53 06:35:01 26166436 31538040 739268 2.25 175708 5248116 1731480 5.10 1659456 4406964 16 06:41:53 06:36:01 26166616 31538248 738988 2.25 175728 5248116 1731480 5.10 1659324 4406964 24 06:41:53 06:37:01 26166504 31538164 739004 2.25 175760 5248120 1731480 5.10 1659344 4406968 16 06:41:53 06:38:01 26166424 31538116 738964 2.25 175788 5248120 1731480 5.10 1659384 4406968 4 06:41:53 06:39:01 26166660 31538388 738624 2.25 175824 5248128 1731480 5.10 1659304 4406972 40 06:41:53 06:40:01 26166140 31537924 739048 2.25 175860 5248124 1714208 5.05 1659332 4406976 4 06:41:53 06:41:01 24641044 31217528 1052188 3.20 212368 6299264 2171972 6.40 2072492 5393248 359432 06:41:53 Average: 26248200 31507257 770233 2.34 173498 5145097 1785788 5.26 1651320 4341089 40402 06:41:53 06:41:53 06:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:41:53 06:26:01 veth2fb8c8b 226.59 254.19 21.53 908.66 0.00 0.00 0.00 0.07 06:41:53 06:26:01 lo 4.32 4.32 0.45 0.45 0.00 0.00 0.00 0.00 06:41:53 06:26:01 docker0 282.72 312.06 22.42 1242.45 0.00 0.00 0.00 0.00 06:41:53 06:26:01 ens3 581.57 453.59 8348.16 87.76 0.00 0.00 0.00 0.00 06:41:53 06:27:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 06:41:53 06:27:01 docker0 168.95 177.48 12.09 1972.41 0.00 0.00 0.00 0.00 06:41:53 06:27:01 ens3 214.93 193.75 2011.65 29.67 0.00 0.00 0.00 0.00 06:41:53 06:28:01 lo 5.93 5.93 0.59 0.59 0.00 0.00 0.00 0.00 06:41:53 06:28:01 docker0 4.67 8.58 0.34 128.35 0.00 0.00 0.00 0.00 06:41:53 06:28:01 ens3 172.15 122.83 2749.02 381.33 0.00 0.00 0.00 0.00 06:41:53 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:41:53 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:29:01 ens3 0.45 0.25 1.20 0.02 0.00 0.00 0.00 0.00 06:41:53 06:30:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:41:53 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:30:01 ens3 0.77 0.55 0.58 0.25 0.00 0.00 0.00 0.00 06:41:53 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:41:53 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:31:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 06:41:53 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:32:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:41:53 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:41:53 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:33:01 ens3 0.17 0.13 0.02 0.01 0.00 0.00 0.00 0.00 06:41:53 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:34:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:41:53 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:41:53 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:35:01 ens3 0.38 0.28 0.15 0.08 0.00 0.00 0.00 0.00 06:41:53 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:36:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:41:53 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:41:53 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:37:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 06:41:53 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:38:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:41:53 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:41:53 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:39:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 06:41:53 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:41:53 06:40:01 ens3 0.32 0.27 0.15 0.08 0.00 0.00 0.00 0.00 06:41:53 06:41:01 veth683ac66 77.74 81.67 7.04 757.80 0.00 0.00 0.00 0.06 06:41:53 06:41:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 06:41:53 06:41:01 docker0 77.74 81.55 5.98 757.79 0.00 0.00 0.00 0.00 06:41:53 06:41:01 ens3 224.75 162.87 4792.87 20.82 0.00 0.00 0.00 0.00 06:41:53 Average: veth683ac66 4.86 5.11 0.44 47.40 0.00 0.00 0.00 0.00 06:41:53 Average: lo 0.83 0.83 0.08 0.08 0.00 0.00 0.00 0.00 06:41:53 Average: docker0 33.28 36.13 2.55 254.69 0.00 0.00 0.00 0.00 06:41:53 Average: ens3 74.70 58.35 1119.31 32.51 0.00 0.00 0.00 0.00 06:41:53 06:41:53 06:41:53 ---> sar -P ALL: 06:41:53 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-15161) 07/17/26 _x86_64_ (8 CPU) 06:41:53 06:41:53 06:24:13 LINUX RESTART (8 CPU) 06:41:53 06:41:53 06:25:01 CPU %user %nice %system %iowait %steal %idle 06:41:53 06:26:01 all 7.11 0.00 3.02 1.09 0.07 88.71 06:41:53 06:26:01 0 6.56 0.00 2.56 2.12 0.07 88.68 06:41:53 06:26:01 1 6.94 0.00 3.58 2.23 0.07 87.19 06:41:53 06:26:01 2 6.70 0.00 2.70 0.57 0.08 89.94 06:41:53 06:26:01 3 6.49 0.00 3.04 2.03 0.08 88.36 06:41:53 06:26:01 4 8.60 0.00 4.02 0.79 0.07 86.52 06:41:53 06:26:01 5 6.22 0.00 2.61 0.39 0.08 90.70 06:41:53 06:26:01 6 8.48 0.00 3.24 0.20 0.07 88.01 06:41:53 06:26:01 7 6.91 0.00 2.39 0.39 0.07 90.25 06:41:53 06:27:01 all 44.86 0.00 7.15 0.88 0.09 47.02 06:41:53 06:27:01 0 45.42 0.00 7.74 0.80 0.10 45.93 06:41:53 06:27:01 1 45.23 0.00 7.57 3.18 0.10 43.91 06:41:53 06:27:01 2 44.14 0.00 6.78 0.27 0.07 48.74 06:41:53 06:27:01 3 44.62 0.00 7.10 0.94 0.10 47.24 06:41:53 06:27:01 4 44.51 0.00 7.20 0.12 0.09 48.08 06:41:53 06:27:01 5 45.94 0.00 6.97 0.26 0.09 46.74 06:41:53 06:27:01 6 43.81 0.00 7.08 1.29 0.09 47.74 06:41:53 06:27:01 7 45.19 0.00 6.77 0.14 0.10 47.80 06:41:53 06:28:01 all 28.08 0.00 4.72 0.69 0.07 66.44 06:41:53 06:28:01 0 28.07 0.00 5.50 1.03 0.07 65.34 06:41:53 06:28:01 1 27.91 0.00 4.31 0.10 0.07 67.61 06:41:53 06:28:01 2 28.11 0.00 4.64 0.29 0.07 66.90 06:41:53 06:28:01 3 29.90 0.00 4.34 0.27 0.07 65.43 06:41:53 06:28:01 4 28.69 0.00 4.55 1.65 0.07 65.04 06:41:53 06:28:01 5 27.77 0.00 5.25 0.10 0.08 66.80 06:41:53 06:28:01 6 28.04 0.00 5.10 0.84 0.08 65.93 06:41:53 06:28:01 7 26.17 0.00 4.08 1.24 0.07 68.44 06:41:53 06:29:01 all 0.03 0.00 0.02 0.01 0.01 99.93 06:41:53 06:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:41:53 06:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:41:53 06:29:01 4 0.02 0.00 0.05 0.02 0.03 99.88 06:41:53 06:29:01 5 0.07 0.00 0.02 0.03 0.00 99.88 06:41:53 06:29:01 6 0.05 0.00 0.02 0.00 0.02 99.92 06:41:53 06:29:01 7 0.05 0.00 0.05 0.00 0.00 99.90 06:41:53 06:30:01 all 0.22 0.00 0.05 0.01 0.01 99.71 06:41:53 06:30:01 0 0.07 0.00 0.02 0.00 0.02 99.90 06:41:53 06:30:01 1 0.02 0.00 0.05 0.00 0.00 99.93 06:41:53 06:30:01 2 0.07 0.00 0.03 0.00 0.02 99.88 06:41:53 06:30:01 3 1.27 0.00 0.10 0.00 0.02 98.61 06:41:53 06:30:01 4 0.03 0.00 0.05 0.00 0.02 99.90 06:41:53 06:30:01 5 0.05 0.00 0.03 0.02 0.02 99.88 06:41:53 06:30:01 6 0.17 0.00 0.03 0.02 0.00 99.78 06:41:53 06:30:01 7 0.08 0.00 0.05 0.03 0.02 99.82 06:41:53 06:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 06:41:53 06:31:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:41:53 06:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:41:53 06:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:41:53 06:31:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:41:53 06:31:01 4 0.02 0.00 0.00 0.00 0.03 99.95 06:41:53 06:31:01 5 0.07 0.00 0.03 0.02 0.02 99.87 06:41:53 06:31:01 6 0.03 0.00 0.02 0.00 0.02 99.93 06:41:53 06:31:01 7 0.02 0.00 0.02 0.02 0.00 99.95 06:41:53 06:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 06:41:53 06:32:01 0 0.05 0.00 0.02 0.00 0.00 99.93 06:41:53 06:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:41:53 06:32:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:41:53 06:32:01 4 0.02 0.00 0.03 0.02 0.02 99.92 06:41:53 06:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:32:01 6 0.03 0.00 0.02 0.00 0.02 99.93 06:41:53 06:32:01 7 0.07 0.00 0.02 0.02 0.02 99.88 06:41:53 06:33:01 all 0.03 0.00 0.01 0.01 0.01 99.94 06:41:53 06:33:01 0 0.00 0.00 0.03 0.00 0.02 99.95 06:41:53 06:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:41:53 06:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:41:53 06:33:01 4 0.00 0.00 0.00 0.02 0.02 99.97 06:41:53 06:33:01 5 0.17 0.00 0.00 0.00 0.02 99.82 06:41:53 06:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:41:53 06:33:01 7 0.02 0.00 0.02 0.03 0.00 99.93 06:41:53 06:34:01 all 0.05 0.00 0.01 0.00 0.01 99.93 06:41:53 06:34:01 0 0.05 0.00 0.02 0.00 0.00 99.93 06:41:53 06:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:34:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:41:53 06:34:01 4 0.02 0.00 0.03 0.00 0.02 99.93 06:41:53 06:34:01 5 0.28 0.00 0.02 0.00 0.00 99.70 06:41:53 06:34:01 6 0.03 0.00 0.02 0.00 0.02 99.93 06:41:53 06:34:01 7 0.02 0.00 0.00 0.02 0.00 99.97 06:41:53 06:35:01 all 0.01 0.00 0.01 0.01 0.01 99.96 06:41:53 06:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:41:53 06:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:41:53 06:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:41:53 06:35:01 4 0.02 0.00 0.00 0.02 0.02 99.95 06:41:53 06:35:01 5 0.00 0.00 0.00 0.02 0.02 99.97 06:41:53 06:35:01 6 0.03 0.00 0.02 0.00 0.02 99.93 06:41:53 06:35:01 7 0.03 0.00 0.02 0.02 0.02 99.92 06:41:53 06:36:01 all 0.03 0.00 0.02 0.00 0.01 99.94 06:41:53 06:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:41:53 06:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:41:53 06:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:41:53 06:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:41:53 06:36:01 4 0.03 0.00 0.05 0.02 0.03 99.87 06:41:53 06:36:01 5 0.07 0.00 0.02 0.00 0.02 99.90 06:41:53 06:36:01 6 0.07 0.00 0.03 0.00 0.02 99.88 06:41:53 06:36:01 7 0.02 0.00 0.00 0.02 0.00 99.97 06:41:53 06:41:53 06:36:01 CPU %user %nice %system %iowait %steal %idle 06:41:53 06:37:01 all 0.01 0.00 0.02 0.00 0.01 99.96 06:41:53 06:37:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:41:53 06:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:41:53 06:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:37:01 4 0.00 0.00 0.03 0.00 0.02 99.95 06:41:53 06:37:01 5 0.00 0.00 0.02 0.02 0.00 99.97 06:41:53 06:37:01 6 0.03 0.00 0.03 0.00 0.02 99.92 06:41:53 06:37:01 7 0.00 0.00 0.02 0.02 0.00 99.97 06:41:53 06:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 06:41:53 06:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:38:01 1 0.00 0.00 0.03 0.00 0.00 99.97 06:41:53 06:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 06:41:53 06:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:41:53 06:38:01 4 0.03 0.00 0.00 0.00 0.03 99.93 06:41:53 06:38:01 5 0.03 0.00 0.00 0.00 0.02 99.95 06:41:53 06:38:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:41:53 06:38:01 7 0.00 0.00 0.03 0.02 0.02 99.93 06:41:53 06:39:01 all 0.01 0.00 0.01 0.01 0.01 99.96 06:41:53 06:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:41:53 06:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:41:53 06:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:41:53 06:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:41:53 06:39:01 4 0.02 0.00 0.02 0.00 0.02 99.95 06:41:53 06:39:01 5 0.03 0.00 0.02 0.02 0.02 99.92 06:41:53 06:39:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:41:53 06:39:01 7 0.02 0.00 0.00 0.03 0.00 99.95 06:41:53 06:40:01 all 0.05 0.00 0.02 0.00 0.01 99.92 06:41:53 06:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:41:53 06:40:01 1 0.03 0.00 0.03 0.00 0.02 99.92 06:41:53 06:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:41:53 06:40:01 3 0.20 0.00 0.02 0.00 0.00 99.78 06:41:53 06:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 06:41:53 06:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:41:53 06:40:01 6 0.05 0.00 0.03 0.00 0.02 99.90 06:41:53 06:40:01 7 0.05 0.00 0.02 0.00 0.02 99.92 06:41:53 06:41:01 all 4.09 0.00 1.50 0.32 0.03 94.06 06:41:53 06:41:01 0 4.12 0.00 1.56 0.00 0.03 94.29 06:41:53 06:41:01 1 4.31 0.00 1.07 0.02 0.02 94.59 06:41:53 06:41:01 2 3.49 0.00 1.49 0.00 0.02 95.00 06:41:53 06:41:01 3 5.49 0.00 1.42 0.00 0.05 93.04 06:41:53 06:41:01 4 3.41 0.00 1.51 0.03 0.03 95.01 06:41:53 06:41:01 5 3.60 0.00 1.65 2.15 0.03 92.57 06:41:53 06:41:01 6 3.77 0.00 1.65 0.03 0.03 94.52 06:41:53 06:41:01 7 4.57 0.00 1.63 0.34 0.03 93.44 06:41:53 Average: all 5.21 0.00 1.02 0.19 0.02 93.55 06:41:53 Average: 0 5.21 0.00 1.09 0.24 0.02 93.44 06:41:53 Average: 1 5.21 0.00 1.03 0.34 0.02 93.41 06:41:53 Average: 2 5.08 0.00 0.97 0.07 0.02 93.87 06:41:53 Average: 3 5.44 0.00 0.99 0.20 0.02 93.34 06:41:53 Average: 4 5.26 0.00 1.08 0.17 0.03 93.46 06:41:53 Average: 5 5.19 0.00 1.03 0.19 0.03 93.57 06:41:53 Average: 6 5.21 0.00 1.07 0.15 0.03 93.55 06:41:53 Average: 7 5.12 0.00 0.93 0.14 0.02 93.78 06:41:53 06:41:53 06:41:53