Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fee1417f519f9e74d45ca4a7b50f92751597446a 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-ssh6661626244863222967.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh14305133434923361570.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh5353509567250097827.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh9033398393442403201.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-ssh12520698417657589737.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] ========================================================= [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.23 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-341 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 fee1417f519f9e74d45ca4a7b50f92751597446a (main) Commit message: "Merge pull request #365 from whxtpbnl/feat/support_reading_multiple_commands_with_a_request/lwq" > 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 fee1417f519f9e74d45ca4a7b50f92751597446a # timeout=10 > git rev-list --no-walk 1b78132a7ddc1ea38381ae862eb14aadbbe8f171 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-04-23T04:41:10.768Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-04-23T04:41:10.852Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-04-23T04:41:10.877Z] ========================================================= [2025-04-23T04:41:10.877Z] EdgeX Global Pipelines Version Info [2025-04-23T04:41:10.877Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:41:11.609Z] ------------------- [2025-04-23T04:41:11.609Z] stable info: [2025-04-23T04:41:11.609Z] ------------------- [2025-04-23T04:41:11.609Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-23T04:41:11.609Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-04-23T04:41:11.609Z] Message: update stable to v1.0.274 [2025-04-23T04:41:12.178Z] ------------------- [2025-04-23T04:41:12.178Z] experimental info: [2025-04-23T04:41:12.178Z] ------------------- [2025-04-23T04:41:12.178Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-23T04:41:12.178Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-04-23T04:41:12.178Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-04-23T04:41:12.258Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2025-04-23T04:41:12.284Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2025-04-23T04:41:12.305Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-04-23T04:41:12.327Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-04-23T04:41:12.351Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-04-23T04:41:12.374Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-04-23T04:41:12.398Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-04-23T04:41:12.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-04-23T04:41:12.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-04-23T04:41:12.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-04-23T04:41:12.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-04-23T04:41:12.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo [2025-04-23T04:41:12.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-04-23T04:41:12.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-04-23T04:41:12.585Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-04-23T04:41:12.603Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-04-23T04:41:12.626Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-04-23T04:41:12.649Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-04-23T04:41:12.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-04-23T04:41:12.688Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-04-23T04:41:12.710Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-04-23T04:41:12.734Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-04-23T04:41:12.761Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-04-23T04:41:12.783Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-04-23T04:41:12.803Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-04-23T04:41:12.830Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-04-23T04:41:12.856Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-04-23T04:41:12.884Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-04-23T04:41:12.906Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-04-23T04:41:12.931Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-04-23T04:41:12.954Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo [2025-04-23T04:41:12.975Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fee1417 [Pipeline] echo [2025-04-23T04:41:13.002Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-23T04:41:13.071Z] provisioning config files... [2025-04-23T04:41:13.085Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config10006629071642824704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:41:13.424Z] ---> ****-login.sh [2025-04-23T04:41:13.424Z] nexus3.edgexfoundry.org:10001 [2025-04-23T04:41:13.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:13.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:13.683Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:13.683Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:13.683Z] [2025-04-23T04:41:13.683Z] Login Succeeded [2025-04-23T04:41:13.683Z] nexus3.edgexfoundry.org:10002 [2025-04-23T04:41:13.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:13.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:13.943Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:13.943Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:13.943Z] [2025-04-23T04:41:13.943Z] Login Succeeded [2025-04-23T04:41:13.943Z] nexus3.edgexfoundry.org:10003 [2025-04-23T04:41:13.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:13.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:13.943Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:13.943Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:13.943Z] [2025-04-23T04:41:13.943Z] Login Succeeded [2025-04-23T04:41:13.943Z] nexus3.edgexfoundry.org:10004 [2025-04-23T04:41:13.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:14.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:14.203Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:14.203Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:14.203Z] [2025-04-23T04:41:14.203Z] Login Succeeded [2025-04-23T04:41:14.203Z] ****.io [2025-04-23T04:41:14.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:14.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:14.463Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:14.463Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:14.463Z] [2025-04-23T04:41:14.463Z] Login Succeeded [2025-04-23T04:41:14.463Z] ---> ****-login.sh ends [Pipeline] } [2025-04-23T04:41:14.469Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-04-23T04:41:14.868Z] + git rev-list -1 --merges fee1417f519f9e74d45ca4a7b50f92751597446a~1..fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo [2025-04-23T04:41:14.898Z] -----------> git rev-list -1 --merges fee1417f519f9e74d45ca4a7b50f92751597446a~1..fee1417f519f9e74d45ca4a7b50f92751597446a fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:41:14.898Z] fee1417f519f9e74d45ca4a7b50f92751597446a [false] [Pipeline] sh [2025-04-23T04:41:15.193Z] + git log --format=format:%s -1 fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo [2025-04-23T04:41:15.211Z] ========================================================= [2025-04-23T04:41:15.211Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-23T04:41:15.211Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-23T04:41:15.556Z] + git log --format=format:%s -1 fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo [2025-04-23T04:41:15.570Z] [semverPrep] GIT_COMMIT: fee1417f519f9e74d45ca4a7b50f92751597446a, Commit Message: Merge pull request #365 from whxtpbnl/feat/support_reading_multiple_commands_with_a_request/lwq [Pipeline] echo [2025-04-23T04:41:15.586Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-04-23T04:41:15.973Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-23T04:41:15.973Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-04-23T04:41:15.973Z] + [ -e /tmp/ssh_known_hosts ] [2025-04-23T04:41:15.973Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-04-23T04:41:15.973Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-04-23T04:41:15.973Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-04-23T04:41:15.973Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:41:16.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-23T04:41:16.387Z] [2025-04-23T04:41:16.387Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:41:16.697Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-23T04:41:16.697Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-04-23T04:41:16.697Z] b85a868b505f: Pulling fs layer [2025-04-23T04:41:16.697Z] e2be974225ed: Pulling fs layer [2025-04-23T04:41:16.697Z] 339a4e72a1f5: Pulling fs layer [2025-04-23T04:41:16.697Z] 988bab9f4d93: Pulling fs layer [2025-04-23T04:41:16.697Z] 1469e6f7b9e6: Pulling fs layer [2025-04-23T04:41:16.697Z] eaf3925da568: Pulling fs layer [2025-04-23T04:41:16.697Z] bab4dde63d76: Pulling fs layer [2025-04-23T04:41:16.697Z] bde34c3a00c8: Pulling fs layer [2025-04-23T04:41:16.697Z] b352a97aabf1: Pulling fs layer [2025-04-23T04:41:16.697Z] 4872d77fe225: Pulling fs layer [2025-04-23T04:41:16.697Z] 5851b861e8e6: Pulling fs layer [2025-04-23T04:41:16.697Z] bab4dde63d76: Waiting [2025-04-23T04:41:16.697Z] 4872d77fe225: Waiting [2025-04-23T04:41:16.697Z] bde34c3a00c8: Waiting [2025-04-23T04:41:16.697Z] 5851b861e8e6: Waiting [2025-04-23T04:41:16.697Z] eaf3925da568: Waiting [2025-04-23T04:41:16.697Z] b352a97aabf1: Waiting [2025-04-23T04:41:16.697Z] 988bab9f4d93: Waiting [2025-04-23T04:41:16.697Z] 1469e6f7b9e6: Waiting [2025-04-23T04:41:16.697Z] e2be974225ed: Download complete [2025-04-23T04:41:16.697Z] 988bab9f4d93: Verifying Checksum [2025-04-23T04:41:16.697Z] 988bab9f4d93: Download complete [2025-04-23T04:41:16.697Z] 1469e6f7b9e6: Verifying Checksum [2025-04-23T04:41:16.697Z] 1469e6f7b9e6: Download complete [2025-04-23T04:41:16.697Z] eaf3925da568: Verifying Checksum [2025-04-23T04:41:16.697Z] eaf3925da568: Download complete [2025-04-23T04:41:16.697Z] 339a4e72a1f5: Verifying Checksum [2025-04-23T04:41:16.697Z] 339a4e72a1f5: Download complete [2025-04-23T04:41:16.957Z] bde34c3a00c8: Download complete [2025-04-23T04:41:16.957Z] b352a97aabf1: Verifying Checksum [2025-04-23T04:41:16.957Z] b352a97aabf1: Download complete [2025-04-23T04:41:16.958Z] 4872d77fe225: Verifying Checksum [2025-04-23T04:41:16.958Z] 4872d77fe225: Download complete [2025-04-23T04:41:16.958Z] 5851b861e8e6: Verifying Checksum [2025-04-23T04:41:16.958Z] 5851b861e8e6: Download complete [2025-04-23T04:41:16.958Z] b85a868b505f: Verifying Checksum [2025-04-23T04:41:16.958Z] b85a868b505f: Download complete [2025-04-23T04:41:17.220Z] bab4dde63d76: Verifying Checksum [2025-04-23T04:41:17.220Z] bab4dde63d76: Download complete [2025-04-23T04:41:18.157Z] b85a868b505f: Pull complete [2025-04-23T04:41:18.157Z] e2be974225ed: Pull complete [2025-04-23T04:41:18.727Z] 339a4e72a1f5: Pull complete [2025-04-23T04:41:18.727Z] 988bab9f4d93: Pull complete [2025-04-23T04:41:18.988Z] 1469e6f7b9e6: Pull complete [2025-04-23T04:41:18.988Z] eaf3925da568: Pull complete [2025-04-23T04:41:20.892Z] bab4dde63d76: Pull complete [2025-04-23T04:41:20.892Z] bde34c3a00c8: Pull complete [2025-04-23T04:41:20.892Z] b352a97aabf1: Pull complete [2025-04-23T04:41:20.892Z] 4872d77fe225: Pull complete [2025-04-23T04:41:21.152Z] 5851b861e8e6: Pull complete [2025-04-23T04:41:21.153Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-04-23T04:41:21.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-23T04:41:21.153Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:41:21.295Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:41:21.327Z] $ 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 [2025-04-23T04:41:23.425Z] $ docker top 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 -eo pid,comm [2025-04-23T04:41:23.487Z] 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). [2025-04-23T04:41:23.487Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-23T04:41:23.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-23T04:41:23.554Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-23T04:41:23.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-23T04:41:23.665Z] $ docker exec 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 ssh-agent [2025-04-23T04:41:23.765Z] SSH_AUTH_SOCK=/tmp/ssh-D9aggAWrK5i3/agent.32 [2025-04-23T04:41:23.765Z] SSH_AGENT_PID=38 [2025-04-23T04:41:23.771Z] Running ssh-add (command line suppressed) [2025-04-23T04:41:23.870Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_2113633102763797118.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_2113633102763797118.key) [2025-04-23T04:41:23.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-23T04:41:24.175Z] + git tag --points-at HEAD [Pipeline] } [2025-04-23T04:41:24.187Z] $ docker exec --env ******** --env ******** 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 ssh-agent -k [2025-04-23T04:41:24.304Z] unset SSH_AUTH_SOCK; [2025-04-23T04:41:24.304Z] unset SSH_AGENT_PID; [2025-04-23T04:41:24.305Z] echo Agent pid 38 killed; [2025-04-23T04:41:24.314Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-04-23T04:41:24.357Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-23T04:41:24.357Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-23T04:41:24.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-23T04:41:24.480Z] $ docker exec 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 ssh-agent [2025-04-23T04:41:24.606Z] SSH_AUTH_SOCK=/tmp/ssh-QmDDSAx2wdUS/agent.72 [2025-04-23T04:41:24.606Z] SSH_AGENT_PID=78 [2025-04-23T04:41:24.611Z] Running ssh-add (command line suppressed) [2025-04-23T04:41:24.691Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_10705993738923973857.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_10705993738923973857.key) [2025-04-23T04:41:24.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-23T04:41:25.003Z] + git semver init [2025-04-23T04:41:25.263Z] 2025-04-23 04:41:25,190 [run_init] DEBUG init version:0.0.0 force:False [2025-04-23T04:41:25.263Z] 2025-04-23 04:41:25,192 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-snmp-go_main/.semver [2025-04-23T04:41:25.263Z] 2025-04-23 04:41:25,193 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-snmp-go.git /w/workspace/edgexfoundry_device-snmp-go_main/.semver [2025-04-23T04:41:25.263Z] 2025-04-23 04:41:25,194 [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, universal_newlines=False, shell=None, istream=None) [2025-04-23T04:41:26.647Z] 2025-04-23 04:41:26,266 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-snmp-go_main/.git/info/exclude [2025-04-23T04:41:26.647Z] 2025-04-23 04:41:26,267 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:False [2025-04-23T04:41:26.647Z] 2025-04-23 04:41:26,267 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:41:26.647Z] 2025-04-23 04:41:26,267 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:41:26.647Z] 4.1.0-dev.1 [Pipeline] } [2025-04-23T04:41:26.657Z] $ docker exec --env ******** --env ******** 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 ssh-agent -k [2025-04-23T04:41:26.761Z] unset SSH_AUTH_SOCK; [2025-04-23T04:41:26.761Z] unset SSH_AGENT_PID; [2025-04-23T04:41:26.762Z] echo Agent pid 78 killed; [2025-04-23T04:41:26.771Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-23T04:41:27.103Z] + git semver [Pipeline] } [2025-04-23T04:41:27.374Z] $ docker stop --time=1 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 [2025-04-23T04:41:28.655Z] $ docker rm -f --volumes 2394f1e7611e673828aeba833c9658b2b132e2ad619cb264708ab5440a5abf71 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-23T04:41:29.007Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-04-23T04:41:29.240Z] Stashed 1 file(s) [Pipeline] echo [2025-04-23T04:41:29.244Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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 [2025-04-23T04:41:29.450Z] provisioning config files... [2025-04-23T04:41:29.461Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config13739797868774160232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:41:29.760Z] ---> ****-login.sh [2025-04-23T04:41:29.761Z] nexus3.edgexfoundry.org:10001 [2025-04-23T04:41:29.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:29.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:29.761Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:29.761Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:29.761Z] [2025-04-23T04:41:29.761Z] Login Succeeded [2025-04-23T04:41:29.761Z] nexus3.edgexfoundry.org:10002 [2025-04-23T04:41:29.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:29.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:29.761Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:29.761Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:29.761Z] [2025-04-23T04:41:29.761Z] Login Succeeded [2025-04-23T04:41:29.761Z] nexus3.edgexfoundry.org:10003 [2025-04-23T04:41:30.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:30.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:30.021Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:30.021Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:30.021Z] [2025-04-23T04:41:30.021Z] Login Succeeded [2025-04-23T04:41:30.021Z] nexus3.edgexfoundry.org:10004 [2025-04-23T04:41:30.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:30.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:30.021Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:30.021Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:30.021Z] [2025-04-23T04:41:30.021Z] Login Succeeded [2025-04-23T04:41:30.021Z] ****.io [2025-04-23T04:41:30.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:41:30.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:41:30.280Z] Configure a credential helper to remove this warning. See [2025-04-23T04:41:30.280Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:41:30.280Z] [2025-04-23T04:41:30.280Z] Login Succeeded [2025-04-23T04:41:30.280Z] ---> ****-login.sh ends [Pipeline] } [2025-04-23T04:41:30.288Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-04-23T04:41:30.382Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-23T04:41:30.404Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-23T04:41:30.494Z] ========================================================= [2025-04-23T04:41:30.494Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-04-23T04:41:30.494Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:41:30.841Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-04-23T04:41:30.841Z] Sending build context to Docker daemon 23.68MB [2025-04-23T04:41:30.841Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-04-23T04:41:30.841Z] Step 2/12 : FROM ${BASE} AS builder [2025-04-23T04:41:30.841Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-04-23T04:41:31.099Z] 0a9a5dfd008f: Pulling fs layer [2025-04-23T04:41:31.099Z] dbfa0bcfca99: Pulling fs layer [2025-04-23T04:41:31.099Z] 70eabb1d9476: Pulling fs layer [2025-04-23T04:41:31.099Z] 957bedc73fa3: Pulling fs layer [2025-04-23T04:41:31.099Z] 4f4fb700ef54: Pulling fs layer [2025-04-23T04:41:31.099Z] f40432e63723: Pulling fs layer [2025-04-23T04:41:31.099Z] 90b4343acab7: Pulling fs layer [2025-04-23T04:41:31.099Z] 9f67ea4ac784: Pulling fs layer [2025-04-23T04:41:31.099Z] 9228b9a606be: Pulling fs layer [2025-04-23T04:41:31.099Z] f40432e63723: Waiting [2025-04-23T04:41:31.099Z] 90b4343acab7: Waiting [2025-04-23T04:41:31.099Z] 9228b9a606be: Waiting [2025-04-23T04:41:31.099Z] 9f67ea4ac784: Waiting [2025-04-23T04:41:31.099Z] 957bedc73fa3: Waiting [2025-04-23T04:41:31.099Z] 4f4fb700ef54: Waiting [2025-04-23T04:41:31.099Z] dbfa0bcfca99: Verifying Checksum [2025-04-23T04:41:31.099Z] dbfa0bcfca99: Download complete [2025-04-23T04:41:31.099Z] 957bedc73fa3: Verifying Checksum [2025-04-23T04:41:31.099Z] 957bedc73fa3: Download complete [2025-04-23T04:41:31.099Z] 4f4fb700ef54: Verifying Checksum [2025-04-23T04:41:31.099Z] 4f4fb700ef54: Download complete [2025-04-23T04:41:31.099Z] f40432e63723: Verifying Checksum [2025-04-23T04:41:31.099Z] f40432e63723: Download complete [2025-04-23T04:41:31.099Z] 0a9a5dfd008f: Download complete [2025-04-23T04:41:31.099Z] 90b4343acab7: Verifying Checksum [2025-04-23T04:41:31.099Z] 90b4343acab7: Download complete [2025-04-23T04:41:31.099Z] 0a9a5dfd008f: Pull complete [2025-04-23T04:41:31.356Z] dbfa0bcfca99: Pull complete [2025-04-23T04:41:31.356Z] 9228b9a606be: Verifying Checksum [2025-04-23T04:41:31.356Z] 9228b9a606be: Download complete [2025-04-23T04:41:31.615Z] 70eabb1d9476: Verifying Checksum [2025-04-23T04:41:31.615Z] 70eabb1d9476: Download complete [2025-04-23T04:41:31.873Z] 9f67ea4ac784: Verifying Checksum [2025-04-23T04:41:31.873Z] 9f67ea4ac784: Download complete [2025-04-23T04:41:34.402Z] 70eabb1d9476: Pull complete [2025-04-23T04:41:34.662Z] 957bedc73fa3: Pull complete [2025-04-23T04:41:34.662Z] 4f4fb700ef54: Pull complete [2025-04-23T04:41:34.662Z] f40432e63723: Pull complete [2025-04-23T04:41:34.662Z] 90b4343acab7: Pull complete [2025-04-23T04:41:37.197Z] 9f67ea4ac784: Pull complete [2025-04-23T04:41:37.197Z] 9228b9a606be: Pull complete [2025-04-23T04:41:37.197Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-04-23T04:41:37.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-23T04:41:37.456Z] ---> 69404ca5bff2 [2025-04-23T04:41:37.456Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-04-23T04:41:40.761Z] ---> Running in 440f9649a074 [2025-04-23T04:41:40.761Z] Removing intermediate container 440f9649a074 [2025-04-23T04:41:40.761Z] ---> 2af836871856 [2025-04-23T04:41:40.761Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-04-23T04:41:40.761Z] ---> Running in 81385780510b [2025-04-23T04:41:40.761Z] Removing intermediate container 81385780510b [2025-04-23T04:41:40.761Z] ---> a6b46957a952 [2025-04-23T04:41:40.761Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-04-23T04:41:40.761Z] ---> Running in c8dcb93b1e14 [2025-04-23T04:41:41.019Z] Removing intermediate container c8dcb93b1e14 [2025-04-23T04:41:41.019Z] ---> f811265b058d [2025-04-23T04:41:41.019Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-04-23T04:41:41.019Z] ---> Running in be5bc4862473 [2025-04-23T04:41:41.019Z] Removing intermediate container be5bc4862473 [2025-04-23T04:41:41.019Z] ---> 7c1152d38c96 [2025-04-23T04:41:41.019Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-04-23T04:41:41.019Z] ---> Running in b967d38cd817 [2025-04-23T04:41:41.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-23T04:41:44.402Z] Still waiting to schedule task [2025-04-23T04:41:44.402Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-04-23T04:41:44.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-23T04:41:44.566Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-04-23T04:41:44.566Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-04-23T04:41:44.566Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-04-23T04:41:44.566Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-04-23T04:41:44.566Z] Executing busybox-1.36.1-r29.trigger [2025-04-23T04:41:44.566Z] OK: 252 MiB in 62 packages [2025-04-23T04:41:44.824Z] Removing intermediate container b967d38cd817 [2025-04-23T04:41:44.824Z] ---> 4fe132c96e36 [2025-04-23T04:41:44.824Z] Step 8/12 : WORKDIR /device-snmp-go [2025-04-23T04:41:44.824Z] ---> Running in 523efa390c29 [2025-04-23T04:41:44.824Z] Removing intermediate container 523efa390c29 [2025-04-23T04:41:44.824Z] ---> 23ba34200701 [2025-04-23T04:41:44.824Z] Step 9/12 : COPY go.mod vendor* ./ [2025-04-23T04:41:45.083Z] ---> f9191ba8c26e [2025-04-23T04:41:45.083Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-23T04:41:45.083Z] ---> Running in f99fc94709e3 [2025-04-23T04:42:41.321Z] Removing intermediate container f99fc94709e3 [2025-04-23T04:42:41.322Z] ---> 45e3eea872e0 [2025-04-23T04:42:41.322Z] Step 11/12 : COPY . . [2025-04-23T04:42:41.322Z] ---> 91765f0c2922 [2025-04-23T04:42:41.322Z] Step 12/12 : RUN ${MAKE} [2025-04-23T04:42:41.322Z] ---> Running in 0b48ead99a33 [2025-04-23T04:42:41.322Z] noop [2025-04-23T04:42:41.322Z] Removing intermediate container 0b48ead99a33 [2025-04-23T04:42:41.322Z] ---> 5de7b42f67cb [2025-04-23T04:42:41.322Z] Successfully built 5de7b42f67cb [2025-04-23T04:42:41.322Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:42:41.665Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-23T04:42:41.665Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:42:41.747Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:42:41.780Z] $ 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 [2025-04-23T04:42:42.105Z] $ docker top 725da4027ab2a678af5ad5e16375fec939f0fc2ccd46611ad6eae72aa4c726f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-23T04:42:42.451Z] + go version [2025-04-23T04:42:42.451Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-04-23T04:42:42.459Z] $ docker stop --time=1 725da4027ab2a678af5ad5e16375fec939f0fc2ccd46611ad6eae72aa4c726f7 [2025-04-23T04:42:43.698Z] $ docker rm -f --volumes 725da4027ab2a678af5ad5e16375fec939f0fc2ccd46611ad6eae72aa4c726f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:42:44.138Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-23T04:42:44.138Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:42:44.215Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:42:44.243Z] $ 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 [2025-04-23T04:42:44.572Z] $ docker top f676b8f9ef644e0841c6fb9b36b70531091bab683c37c198abb0112c1c4ae0a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-23T04:42:44.924Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] fileExists [Pipeline] sh [2025-04-23T04:42:45.220Z] + make test [2025-04-23T04:42:45.221Z] go test ./... -coverprofile=coverage.out [2025-04-23T04:42:46.595Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2025-04-23T04:43:04.664Z] github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements [2025-04-23T04:43:04.664Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.008s coverage: 0.0% of statements [2025-04-23T04:43:12.773Z] go vet ./... [2025-04-23T04:43:18.035Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-23T04:43:18.035Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-04-23T04:43:18.035Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-04-23T04:43:18.047Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-04-23T04:43:18.066Z] $ docker stop --time=1 f676b8f9ef644e0841c6fb9b36b70531091bab683c37c198abb0112c1c4ae0a2 [2025-04-23T04:43:21.946Z] $ docker rm -f --volumes f676b8f9ef644e0841c6fb9b36b70531091bab683c37c198abb0112c1c4ae0a2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-23T04:43:22.481Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-04-23T04:43:22.537Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-04-23T04:43:23.077Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-04-23T04:43:23.368Z] + ls -al . [2025-04-23T04:43:23.368Z] total 236 [2025-04-23T04:43:23.368Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 23 04:42 . [2025-04-23T04:43:23.368Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 23 04:41 .. [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 23 04:41 .dockerignore [2025-04-23T04:43:23.368Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 23 04:43 .git [2025-04-23T04:43:23.368Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:41 .github [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 263 Apr 23 04:41 .gitignore [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 199 Apr 23 04:41 .golangci.yml [2025-04-23T04:43:23.368Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 23 04:41 .semver [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 18843 Apr 23 04:41 Attribution.txt [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 12273 Apr 23 04:41 CHANGELOG.md [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 1571 Apr 23 04:41 Dockerfile [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 23 04:41 GOVERNANCE.md [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 23 04:41 Jenkinsfile [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 23 04:41 LICENSE [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 2240 Apr 23 04:41 Makefile [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 23 04:41 OWNERS.md [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 10477 Apr 23 04:41 README.md [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 23 04:41 VERSION [2025-04-23T04:43:23.368Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 23 04:41 bin [2025-04-23T04:43:23.368Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:41 cmd [2025-04-23T04:43:23.368Z] -rw-r--r-- 1 jenkins jenkins 9158 Apr 23 04:43 coverage.out [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 6106 Apr 23 04:41 go.mod [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 86945 Apr 23 04:41 go.sum [2025-04-23T04:43:23.368Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:41 internal [2025-04-23T04:43:23.368Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 23 04:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:43:23.679Z] + 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=fee1417f519f9e74d45ca4a7b50f92751597446a --label arch=amd64 --label version=4.1.0-dev.1 . [2025-04-23T04:43:23.679Z] Sending build context to Docker daemon 23.69MB [2025-04-23T04:43:23.679Z] Step 1/25 : ARG BASE=golang:1.23-alpine3.20 [2025-04-23T04:43:23.679Z] Step 2/25 : FROM ${BASE} AS builder [2025-04-23T04:43:23.679Z] ---> 5de7b42f67cb [2025-04-23T04:43:23.679Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2025-04-23T04:43:24.248Z] ---> Running in bdc76f263dc5 [2025-04-23T04:43:24.248Z] Removing intermediate container bdc76f263dc5 [2025-04-23T04:43:24.248Z] ---> 0d4dae22c780 [2025-04-23T04:43:24.248Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-04-23T04:43:24.248Z] ---> Running in 6d363f629c8a [2025-04-23T04:43:24.248Z] Removing intermediate container 6d363f629c8a [2025-04-23T04:43:24.248Z] ---> 5bb40013f9a9 [2025-04-23T04:43:24.248Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-04-23T04:43:24.248Z] ---> Running in 9d6f087db338 [2025-04-23T04:43:24.248Z] Removing intermediate container 9d6f087db338 [2025-04-23T04:43:24.248Z] ---> c4018b0f0e43 [2025-04-23T04:43:24.248Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2025-04-23T04:43:24.248Z] ---> Running in 3a90a481cb98 [2025-04-23T04:43:24.507Z] Removing intermediate container 3a90a481cb98 [2025-04-23T04:43:24.507Z] ---> d9d305f46252 [2025-04-23T04:43:24.507Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-04-23T04:43:24.507Z] ---> Running in dd9792e1b35c [2025-04-23T04:43:24.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-23T04:43:24.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-23T04:43:25.333Z] OK: 252 MiB in 62 packages [2025-04-23T04:43:25.591Z] Removing intermediate container dd9792e1b35c [2025-04-23T04:43:25.591Z] ---> 787c49ce171a [2025-04-23T04:43:25.591Z] Step 8/25 : WORKDIR /device-snmp-go [2025-04-23T04:43:25.591Z] ---> Running in 08e2cd9ea0c2 [2025-04-23T04:43:25.849Z] Removing intermediate container 08e2cd9ea0c2 [2025-04-23T04:43:25.849Z] ---> ae00300c32c2 [2025-04-23T04:43:25.849Z] Step 9/25 : COPY go.mod vendor* ./ [2025-04-23T04:43:25.849Z] ---> eb360022a002 [2025-04-23T04:43:25.849Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-23T04:43:25.849Z] ---> Running in d3d5cc0fa6e8 [2025-04-23T04:43:26.051Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-342 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] ws [2025-04-23T04:43:26.069Z] Running in /w/workspace/device-snmp-go/115 [Pipeline] { [Pipeline] checkout [2025-04-23T04:43:26.413Z] Removing intermediate container d3d5cc0fa6e8 [2025-04-23T04:43:26.414Z] ---> 9bce029a4319 [2025-04-23T04:43:26.414Z] Step 11/25 : COPY . . [2025-04-23T04:43:27.347Z] ---> 8ef1876275d0 [2025-04-23T04:43:27.347Z] Step 12/25 : RUN ${MAKE} [2025-04-23T04:43:27.347Z] ---> Running in a55ed21a80a6 [2025-04-23T04:43:27.605Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2025-04-23T04:43:29.128Z] The recommended git tool is: git [2025-04-23T04:43:33.518Z] using credential edgex-jenkins-ssh [2025-04-23T04:43:33.544Z] Cloning the remote Git repository [2025-04-23T04:43:33.582Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2025-04-23T04:43:33.672Z] > git init /w/workspace/device-snmp-go/115 # timeout=10 [2025-04-23T04:43:33.800Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2025-04-23T04:43:33.801Z] > git --version # timeout=10 [2025-04-23T04:43:33.819Z] > git --version # 'git version 2.25.1' [2025-04-23T04:43:33.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-04-23T04:43:33.953Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-04-23T04:43:36.185Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2025-04-23T04:43:36.203Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-04-23T04:43:37.030Z] Avoid second fetch [2025-04-23T04:43:37.031Z] Checking out Revision fee1417f519f9e74d45ca4a7b50f92751597446a (main) [2025-04-23T04:43:37.602Z] Commit message: "Merge pull request #365 from whxtpbnl/feat/support_reading_multiple_commands_with_a_request/lwq" [2025-04-23T04:43:37.042Z] > git config core.sparsecheckout # timeout=10 [2025-04-23T04:43:37.102Z] > git checkout -f fee1417f519f9e74d45ca4a7b50f92751597446a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-23T04:43:42.229Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-04-23T04:43:42.229Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-23T04:43:42.229Z] Dload Upload Total Spent Left Speed [2025-04-23T04:43:42.229Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 87863 0 --:--:-- --:--:-- --:--:-- 87863 [Pipeline] sh [2025-04-23T04:43:42.565Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-04-23T04:43:42.897Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-04-23T04:43:42.898Z] + sudo tee /etc/docker/daemon.new [2025-04-23T04:43:42.898Z] { [2025-04-23T04:43:42.898Z] "registry-mirrors": [ [2025-04-23T04:43:42.898Z] "https://nexus3.edgexfoundry.org:10001" [2025-04-23T04:43:42.898Z] ], [2025-04-23T04:43:42.898Z] "bip": "10.250.0.254/24", [2025-04-23T04:43:42.898Z] "hosts": [ [2025-04-23T04:43:42.898Z] "tcp://0.0.0.0:5555", [2025-04-23T04:43:42.898Z] "unix:///var/run/docker.sock" [2025-04-23T04:43:42.898Z] ], [2025-04-23T04:43:42.898Z] "mtu": 1458, [2025-04-23T04:43:42.898Z] "selinux-enabled": true, [2025-04-23T04:43:42.898Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-04-23T04:43:42.898Z] } [Pipeline] sh [2025-04-23T04:43:43.229Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-04-23T04:43:43.556Z] + sudo service docker restart [2025-04-23T04:43:59.678Z] Removing intermediate container a55ed21a80a6 [2025-04-23T04:43:59.678Z] ---> a4027db6179f [2025-04-23T04:43:59.678Z] Step 13/25 : FROM alpine:3.20 [2025-04-23T04:43:59.678Z] 3.20: Pulling from library/alpine [2025-04-23T04:43:59.678Z] 0a9a5dfd008f: Already exists [2025-04-23T04:43:59.678Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-23T04:43:59.678Z] Status: Downloaded newer image for alpine:3.20 [2025-04-23T04:43:59.678Z] ---> ff221270b9fb [2025-04-23T04:43:59.678Z] Step 14/25 : RUN apk add --update --no-cache dumb-init [2025-04-23T04:43:59.678Z] ---> Running in e0c65cc1241a [2025-04-23T04:43:59.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-23T04:43:59.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-23T04:43:59.678Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-04-23T04:43:59.678Z] Executing busybox-1.36.1-r29.trigger [2025-04-23T04:43:59.678Z] OK: 8 MiB in 15 packages [2025-04-23T04:43:59.937Z] Removing intermediate container e0c65cc1241a [2025-04-23T04:43:59.937Z] ---> 8b8cf117cf57 [2025-04-23T04:43:59.937Z] Step 15/25 : RUN apk --no-cache upgrade [2025-04-23T04:44:00.195Z] ---> Running in 226ba4a404ee [2025-04-23T04:44:00.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-04-23T04:44:00.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-04-23T04:44:00.712Z] OK: 8 MiB in 15 packages [2025-04-23T04:44:00.970Z] Removing intermediate container 226ba4a404ee [2025-04-23T04:44:00.970Z] ---> 9853916b4d67 [2025-04-23T04:44:00.970Z] Step 16/25 : COPY --from=builder /device-snmp-go/cmd / [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-23T04:44:01.825Z] provisioning config files... [2025-04-23T04:44:01.853Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/115@tmp/config11896734393144552734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:44:02.289Z] ---> ****-login.sh [2025-04-23T04:44:02.289Z] nexus3.edgexfoundry.org:10001 [2025-04-23T04:44:02.343Z] ---> 2449799b9cb1 [2025-04-23T04:44:02.343Z] Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / [2025-04-23T04:44:02.343Z] ---> 726208099e29 [2025-04-23T04:44:02.343Z] Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / [2025-04-23T04:44:02.343Z] ---> d0abddef4d44 [2025-04-23T04:44:02.343Z] Step 19/25 : EXPOSE 59993 [2025-04-23T04:44:02.343Z] ---> Running in 0d967b968895 [2025-04-23T04:44:02.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:02.603Z] Removing intermediate container 0d967b968895 [2025-04-23T04:44:02.603Z] ---> 5c208ed6f40f [2025-04-23T04:44:02.603Z] Step 20/25 : EXPOSE 161 [2025-04-23T04:44:02.603Z] ---> Running in 84f778e5f857 [2025-04-23T04:44:02.603Z] Removing intermediate container 84f778e5f857 [2025-04-23T04:44:02.603Z] ---> dbfb2825400b [2025-04-23T04:44:02.603Z] Step 21/25 : ENTRYPOINT ["/device-snmp"] [2025-04-23T04:44:02.603Z] ---> Running in 2a2a4e898f73 [2025-04-23T04:44:02.603Z] Removing intermediate container 2a2a4e898f73 [2025-04-23T04:44:02.603Z] ---> 1ebac2fb08a0 [2025-04-23T04:44:02.603Z] Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-04-23T04:44:02.603Z] ---> Running in 13623eb3d73f [2025-04-23T04:44:02.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:02.830Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:02.830Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:02.830Z] [2025-04-23T04:44:02.830Z] Login Succeeded [2025-04-23T04:44:02.830Z] nexus3.edgexfoundry.org:10002 [2025-04-23T04:44:02.861Z] Removing intermediate container 13623eb3d73f [2025-04-23T04:44:02.861Z] ---> 96bd549121e2 [2025-04-23T04:44:02.861Z] Step 23/25 : LABEL arch=amd64 [2025-04-23T04:44:02.861Z] ---> Running in 9db493bdfd56 [2025-04-23T04:44:02.861Z] Removing intermediate container 9db493bdfd56 [2025-04-23T04:44:02.861Z] ---> 990252695fa1 [2025-04-23T04:44:02.861Z] Step 24/25 : LABEL git_sha=fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:44:02.861Z] ---> Running in 054c3488e54a [2025-04-23T04:44:02.861Z] Removing intermediate container 054c3488e54a [2025-04-23T04:44:02.861Z] ---> cb34812f96f5 [2025-04-23T04:44:02.861Z] Step 25/25 : LABEL version=4.1.0-dev.1 [2025-04-23T04:44:02.861Z] ---> Running in b46607f028d0 [2025-04-23T04:44:02.861Z] Removing intermediate container b46607f028d0 [2025-04-23T04:44:02.861Z] ---> 19aff5380e05 [2025-04-23T04:44:02.861Z] [Warning] One or more build-args [ARCH] were not consumed [2025-04-23T04:44:03.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:03.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:03.102Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:03.102Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:03.102Z] [2025-04-23T04:44:03.102Z] Login Succeeded [2025-04-23T04:44:03.102Z] nexus3.edgexfoundry.org:10003 [2025-04-23T04:44:03.120Z] Successfully built 19aff5380e05 [2025-04-23T04:44:03.120Z] Successfully tagged device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-23T04:44:03.239Z] provisioning config files... [2025-04-23T04:44:03.248Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config4037868704231759890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:44:03.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:03.551Z] ---> ****-login.sh [2025-04-23T04:44:03.551Z] nexus3.edgexfoundry.org:10001 [2025-04-23T04:44:03.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:03.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:03.551Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:03.551Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:03.551Z] [2025-04-23T04:44:03.551Z] Login Succeeded [2025-04-23T04:44:03.551Z] nexus3.edgexfoundry.org:10002 [2025-04-23T04:44:03.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:03.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:03.551Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:03.551Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:03.551Z] [2025-04-23T04:44:03.551Z] Login Succeeded [2025-04-23T04:44:03.551Z] nexus3.edgexfoundry.org:10003 [2025-04-23T04:44:03.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:03.639Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:03.639Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:03.639Z] [2025-04-23T04:44:03.639Z] Login Succeeded [2025-04-23T04:44:03.639Z] nexus3.edgexfoundry.org:10004 [2025-04-23T04:44:03.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:03.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:03.814Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:03.814Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:03.814Z] [2025-04-23T04:44:03.815Z] Login Succeeded [2025-04-23T04:44:03.815Z] nexus3.edgexfoundry.org:10004 [2025-04-23T04:44:03.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:03.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:03.815Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:03.815Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:03.815Z] [2025-04-23T04:44:03.815Z] Login Succeeded [2025-04-23T04:44:03.815Z] ****.io [2025-04-23T04:44:03.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:03.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:44:03.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:03.907Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:03.908Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:03.908Z] [2025-04-23T04:44:03.908Z] Login Succeeded [2025-04-23T04:44:03.908Z] ****.io [2025-04-23T04:44:04.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:04.074Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:04.074Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:04.074Z] [2025-04-23T04:44:04.074Z] Login Succeeded [2025-04-23T04:44:04.074Z] ---> ****-login.sh ends [Pipeline] } [2025-04-23T04:44:04.081Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-23T04:44:04.132Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-23T04:44:04.164Z] [edgeXDocker.push] Tagging docker image device-snmp with the following tags: [2025-04-23T04:44:04.164Z] fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:44:04.164Z] latest [2025-04-23T04:44:04.164Z] 4.1.0-dev.1 [2025-04-23T04:44:04.164Z] fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:44:04.164Z] main [2025-04-23T04:44:04.164Z] ===================================================== [2025-04-23T04:44:04.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:04.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:44:04.443Z] Configure a credential helper to remove this warning. See [2025-04-23T04:44:04.443Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:44:04.443Z] [2025-04-23T04:44:04.443Z] Login Succeeded [2025-04-23T04:44:04.443Z] ---> ****-login.sh ends [Pipeline] } [2025-04-23T04:44:04.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [2025-04-23T04:44:04.508Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo [2025-04-23T04:44:04.748Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-23T04:44:04.767Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-23T04:44:04.790Z] ========================================================= [2025-04-23T04:44:04.790Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-04-23T04:44:04.790Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [2025-04-23T04:44:04.839Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:44:04.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2025-04-23T04:44:04.839Z] 457acd26cc1d: Preparing [2025-04-23T04:44:04.839Z] 63fe8308a3d3: Preparing [2025-04-23T04:44:04.839Z] 1f10904dad82: Preparing [2025-04-23T04:44:04.839Z] c0e5050002e4: Preparing [2025-04-23T04:44:04.839Z] 600bd46eb169: Preparing [2025-04-23T04:44:04.839Z] 994456c4fd7b: Preparing [2025-04-23T04:44:04.839Z] 994456c4fd7b: Waiting [2025-04-23T04:44:04.839Z] 600bd46eb169: Pushed [2025-04-23T04:44:04.839Z] 457acd26cc1d: Pushed [2025-04-23T04:44:04.839Z] 63fe8308a3d3: Pushed [2025-04-23T04:44:04.839Z] c0e5050002e4: Pushed [2025-04-23T04:44:04.839Z] 994456c4fd7b: Layer already exists [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:05.167Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-04-23T04:44:06.137Z] Sending build context to Docker daemon 11.93MB [2025-04-23T04:44:06.137Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-04-23T04:44:06.137Z] Step 2/12 : FROM ${BASE} AS builder [2025-04-23T04:44:06.137Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-04-23T04:44:06.137Z] 94e9d8af2201: Pulling fs layer [2025-04-23T04:44:06.137Z] 634366ca850b: Pulling fs layer [2025-04-23T04:44:06.137Z] f66ade281fe9: Pulling fs layer [2025-04-23T04:44:06.137Z] 13fd4ce6e94e: Pulling fs layer [2025-04-23T04:44:06.137Z] 4f4fb700ef54: Pulling fs layer [2025-04-23T04:44:06.137Z] 4cccf3f17d63: Pulling fs layer [2025-04-23T04:44:06.137Z] 2d8010953d95: Pulling fs layer [2025-04-23T04:44:06.137Z] ec743f232bc5: Pulling fs layer [2025-04-23T04:44:06.137Z] 4f4fb700ef54: Waiting [2025-04-23T04:44:06.137Z] 4cccf3f17d63: Waiting [2025-04-23T04:44:06.137Z] 2d8010953d95: Waiting [2025-04-23T04:44:06.137Z] ec743f232bc5: Waiting [2025-04-23T04:44:06.137Z] 13fd4ce6e94e: Waiting [2025-04-23T04:44:06.137Z] 634366ca850b: Download complete [2025-04-23T04:44:06.137Z] 13fd4ce6e94e: Verifying Checksum [2025-04-23T04:44:06.137Z] 13fd4ce6e94e: Download complete [2025-04-23T04:44:06.137Z] 4f4fb700ef54: Verifying Checksum [2025-04-23T04:44:06.137Z] 4f4fb700ef54: Download complete [2025-04-23T04:44:06.137Z] 4cccf3f17d63: Download complete [2025-04-23T04:44:06.137Z] 94e9d8af2201: Verifying Checksum [2025-04-23T04:44:06.137Z] 94e9d8af2201: Download complete [2025-04-23T04:44:06.720Z] ec743f232bc5: Verifying Checksum [2025-04-23T04:44:06.720Z] ec743f232bc5: Download complete [2025-04-23T04:44:07.305Z] 94e9d8af2201: Pull complete [2025-04-23T04:44:07.905Z] 634366ca850b: Pull complete [2025-04-23T04:44:08.174Z] f66ade281fe9: Download complete [2025-04-23T04:44:09.023Z] 1f10904dad82: Pushed [2025-04-23T04:44:09.133Z] 2d8010953d95: Verifying Checksum [2025-04-23T04:44:09.133Z] 2d8010953d95: Download complete [2025-04-23T04:44:09.283Z] fee1417f519f9e74d45ca4a7b50f92751597446a: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:09.613Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:09.945Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:latest [2025-04-23T04:44:09.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2025-04-23T04:44:09.945Z] 457acd26cc1d: Preparing [2025-04-23T04:44:09.945Z] 63fe8308a3d3: Preparing [2025-04-23T04:44:09.945Z] 1f10904dad82: Preparing [2025-04-23T04:44:09.945Z] c0e5050002e4: Preparing [2025-04-23T04:44:09.945Z] 600bd46eb169: Preparing [2025-04-23T04:44:09.945Z] 994456c4fd7b: Preparing [2025-04-23T04:44:09.945Z] 994456c4fd7b: Waiting [2025-04-23T04:44:09.945Z] c0e5050002e4: Layer already exists [2025-04-23T04:44:09.945Z] 600bd46eb169: Layer already exists [2025-04-23T04:44:09.945Z] 457acd26cc1d: Layer already exists [2025-04-23T04:44:09.945Z] 63fe8308a3d3: Layer already exists [2025-04-23T04:44:09.945Z] 1f10904dad82: Layer already exists [2025-04-23T04:44:09.945Z] 994456c4fd7b: Layer already exists [2025-04-23T04:44:09.945Z] latest: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:10.273Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:10.590Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 [2025-04-23T04:44:10.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2025-04-23T04:44:10.590Z] 457acd26cc1d: Preparing [2025-04-23T04:44:10.590Z] 63fe8308a3d3: Preparing [2025-04-23T04:44:10.590Z] 1f10904dad82: Preparing [2025-04-23T04:44:10.590Z] c0e5050002e4: Preparing [2025-04-23T04:44:10.590Z] 600bd46eb169: Preparing [2025-04-23T04:44:10.590Z] 994456c4fd7b: Preparing [2025-04-23T04:44:10.590Z] 994456c4fd7b: Waiting [2025-04-23T04:44:10.590Z] 63fe8308a3d3: Layer already exists [2025-04-23T04:44:10.590Z] 1f10904dad82: Layer already exists [2025-04-23T04:44:10.590Z] c0e5050002e4: Layer already exists [2025-04-23T04:44:10.590Z] 457acd26cc1d: Layer already exists [2025-04-23T04:44:10.590Z] 600bd46eb169: Layer already exists [2025-04-23T04:44:10.590Z] 994456c4fd7b: Layer already exists [2025-04-23T04:44:10.590Z] 4.1.0-dev.1: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:10.915Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:11.231Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:44:11.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2025-04-23T04:44:11.232Z] 457acd26cc1d: Preparing [2025-04-23T04:44:11.232Z] 63fe8308a3d3: Preparing [2025-04-23T04:44:11.232Z] 1f10904dad82: Preparing [2025-04-23T04:44:11.232Z] c0e5050002e4: Preparing [2025-04-23T04:44:11.232Z] 600bd46eb169: Preparing [2025-04-23T04:44:11.232Z] 994456c4fd7b: Preparing [2025-04-23T04:44:11.232Z] 994456c4fd7b: Waiting [2025-04-23T04:44:11.232Z] c0e5050002e4: Layer already exists [2025-04-23T04:44:11.232Z] 457acd26cc1d: Layer already exists [2025-04-23T04:44:11.232Z] 63fe8308a3d3: Layer already exists [2025-04-23T04:44:11.232Z] 600bd46eb169: Layer already exists [2025-04-23T04:44:11.232Z] 1f10904dad82: Layer already exists [2025-04-23T04:44:11.232Z] 994456c4fd7b: Layer already exists [2025-04-23T04:44:11.232Z] fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:11.554Z] + docker tag device-snmp nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:44:11.881Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp:main [2025-04-23T04:44:11.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp] [2025-04-23T04:44:11.881Z] 457acd26cc1d: Preparing [2025-04-23T04:44:11.881Z] 63fe8308a3d3: Preparing [2025-04-23T04:44:11.881Z] 1f10904dad82: Preparing [2025-04-23T04:44:11.881Z] c0e5050002e4: Preparing [2025-04-23T04:44:11.881Z] 600bd46eb169: Preparing [2025-04-23T04:44:11.881Z] 994456c4fd7b: Preparing [2025-04-23T04:44:11.881Z] 994456c4fd7b: Waiting [2025-04-23T04:44:11.881Z] 457acd26cc1d: Layer already exists [2025-04-23T04:44:11.881Z] 600bd46eb169: Layer already exists [2025-04-23T04:44:11.881Z] 1f10904dad82: Layer already exists [2025-04-23T04:44:11.881Z] c0e5050002e4: Layer already exists [2025-04-23T04:44:11.881Z] 63fe8308a3d3: Layer already exists [2025-04-23T04:44:11.881Z] 994456c4fd7b: Layer already exists [2025-04-23T04:44:11.881Z] main: digest: sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-23T04:44:11.963Z] ===================================================== [Pipeline] echo [2025-04-23T04:44:11.982Z] taggedImages: [2025-04-23T04:44:11.982Z] - nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:44:11.982Z] - nexus3.edgexfoundry.org:10004/device-snmp:latest [2025-04-23T04:44:11.982Z] - nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 [2025-04-23T04:44:11.982Z] - nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:44:11.982Z] - nexus3.edgexfoundry.org:10004/device-snmp:main [Pipeline] echo [2025-04-23T04:44:12.026Z] ========================================================= [2025-04-23T04:44:12.026Z] [edgeXBuildMultiArch] RAW Config: [2025-04-23T04:44:12.026Z] images: [2025-04-23T04:44:12.026Z] - nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:44:12.026Z] - nexus3.edgexfoundry.org:10004/device-snmp:latest [2025-04-23T04:44:12.026Z] - nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 [2025-04-23T04:44:12.026Z] - nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:44:12.026Z] - nexus3.edgexfoundry.org:10004/device-snmp:main [2025-04-23T04:44:12.026Z] settingsFile: [2025-04-23T04:44:12.026Z] device-snmp-go-settings [2025-04-23T04:44:12.026Z] ========================================================= [Pipeline] node [2025-04-23T04:44:21.438Z] f66ade281fe9: Pull complete [2025-04-23T04:44:21.438Z] 13fd4ce6e94e: Pull complete [2025-04-23T04:44:21.710Z] 4f4fb700ef54: Pull complete [2025-04-23T04:44:21.977Z] 4cccf3f17d63: Pull complete [2025-04-23T04:44:27.030Z] Still waiting to schedule task [2025-04-23T04:44:27.030Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-04-23T04:44:30.200Z] 2d8010953d95: Pull complete [2025-04-23T04:44:32.154Z] ec743f232bc5: Pull complete [2025-04-23T04:44:32.154Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-04-23T04:44:32.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-04-23T04:44:32.154Z] ---> 12c1d4c06be1 [2025-04-23T04:44:32.154Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-04-23T04:44:34.104Z] ---> Running in a7e540fb560b [2025-04-23T04:44:34.104Z] Removing intermediate container a7e540fb560b [2025-04-23T04:44:34.104Z] ---> 25492132fec1 [2025-04-23T04:44:34.104Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-04-23T04:44:34.104Z] ---> Running in d70458b34ed1 [2025-04-23T04:44:34.370Z] Removing intermediate container d70458b34ed1 [2025-04-23T04:44:34.370Z] ---> 21711c83cdc2 [2025-04-23T04:44:34.370Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-04-23T04:44:34.637Z] ---> Running in 53a72ce7cc8f [2025-04-23T04:44:34.908Z] Removing intermediate container 53a72ce7cc8f [2025-04-23T04:44:34.908Z] ---> b708e364ae61 [2025-04-23T04:44:34.908Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-04-23T04:44:34.908Z] ---> Running in d38d9b758971 [2025-04-23T04:44:35.180Z] Removing intermediate container d38d9b758971 [2025-04-23T04:44:35.180Z] ---> 6e5ff3279736 [2025-04-23T04:44:35.180Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-04-23T04:44:35.180Z] ---> Running in b22d31fceb3b [2025-04-23T04:44:36.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-23T04:44:36.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-23T04:44:37.685Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-04-23T04:44:37.954Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-04-23T04:44:37.954Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-04-23T04:44:37.954Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-04-23T04:44:37.954Z] Executing busybox-1.36.1-r29.trigger [2025-04-23T04:44:37.954Z] OK: 244 MiB in 62 packages [2025-04-23T04:44:39.368Z] Removing intermediate container b22d31fceb3b [2025-04-23T04:44:39.368Z] ---> 708d0a482a1f [2025-04-23T04:44:39.368Z] Step 8/12 : WORKDIR /device-snmp-go [2025-04-23T04:44:39.368Z] ---> Running in b5d83e26663a [2025-04-23T04:44:39.368Z] Removing intermediate container b5d83e26663a [2025-04-23T04:44:39.368Z] ---> 18bccd36e0c3 [2025-04-23T04:44:39.368Z] Step 9/12 : COPY go.mod vendor* ./ [2025-04-23T04:44:39.947Z] ---> cbd29c1168d7 [2025-04-23T04:44:39.947Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-23T04:44:39.947Z] ---> Running in f39bd3b99bdc [2025-04-23T04:45:20.520Z] Running on prd-centos7-docker-4c-2g-343 in /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-23T04:45:20.571Z] provisioning config files... [2025-04-23T04:45:20.626Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config7393792706536506017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:45:22.407Z] ---> ****-login.sh [2025-04-23T04:45:22.407Z] nexus3.edgexfoundry.org:10001 [2025-04-23T04:45:22.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:45:22.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:45:22.995Z] Configure a credential helper to remove this warning. See [2025-04-23T04:45:22.995Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:45:22.995Z] [2025-04-23T04:45:22.995Z] Login Succeeded [2025-04-23T04:45:22.995Z] nexus3.edgexfoundry.org:10002 [2025-04-23T04:45:22.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:45:23.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:45:23.271Z] Configure a credential helper to remove this warning. See [2025-04-23T04:45:23.271Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:45:23.271Z] [2025-04-23T04:45:23.271Z] Login Succeeded [2025-04-23T04:45:23.271Z] nexus3.edgexfoundry.org:10003 [2025-04-23T04:45:23.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:45:23.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:45:23.271Z] Configure a credential helper to remove this warning. See [2025-04-23T04:45:23.271Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:45:23.271Z] [2025-04-23T04:45:23.271Z] Login Succeeded [2025-04-23T04:45:23.271Z] nexus3.edgexfoundry.org:10004 [2025-04-23T04:45:23.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:45:23.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:45:23.272Z] Configure a credential helper to remove this warning. See [2025-04-23T04:45:23.272Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:45:23.272Z] [2025-04-23T04:45:23.272Z] Login Succeeded [2025-04-23T04:45:23.272Z] ****.io [2025-04-23T04:45:23.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:45:23.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:45:23.539Z] Configure a credential helper to remove this warning. See [2025-04-23T04:45:23.539Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:45:23.539Z] [2025-04-23T04:45:23.539Z] Login Succeeded [2025-04-23T04:45:23.539Z] ---> ****-login.sh ends [Pipeline] } [2025-04-23T04:45:23.551Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-23T04:45:23.915Z] + docker buildx ls [2025-04-23T04:45:24.176Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-04-23T04:45:24.176Z] default * docker [2025-04-23T04:45:24.176Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-04-23T04:45:24.471Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-04-23T04:45:24.471Z] edgex-builder [Pipeline] sh [2025-04-23T04:45:24.767Z] + docker buildx inspect --bootstrap [2025-04-23T04:45:24.767Z] #1 [internal] booting buildkit [2025-04-23T04:45:24.767Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-04-23T04:45:27.329Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2025-04-23T04:45:27.329Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-04-23T04:45:29.873Z] #1 creating container buildx_buildkit_edgex-builder0 2.2s done [2025-04-23T04:45:29.873Z] #1 DONE 4.9s [2025-04-23T04:45:29.873Z] Name: edgex-builder [2025-04-23T04:45:29.873Z] Driver: docker-container [2025-04-23T04:45:29.873Z] [2025-04-23T04:45:29.873Z] Nodes: [2025-04-23T04:45:29.873Z] Name: edgex-builder0 [2025-04-23T04:45:29.873Z] Endpoint: unix:///var/run/docker.sock [2025-04-23T04:45:29.873Z] Status: running [2025-04-23T04:45:29.873Z] Buildkit: v0.20.2 [2025-04-23T04:45:29.873Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-04-23T04:45:30.168Z] + docker buildx ls [2025-04-23T04:45:30.168Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-04-23T04:45:30.168Z] edgex-builder * docker-container [2025-04-23T04:45:30.168Z] edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-04-23T04:45:30.168Z] default docker [2025-04-23T04:45:30.168Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-04-23T04:45:30.465Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a --push - [2025-04-23T04:45:30.465Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a' [2025-04-23T04:45:30.724Z] #1 [internal] load build definition from Dockerfile [2025-04-23T04:45:30.724Z] #1 transferring dockerfile: 196B done [2025-04-23T04:45:30.724Z] #1 DONE 0.0s [2025-04-23T04:45:30.724Z] [2025-04-23T04:45:30.724Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:45:30.724Z] #2 DONE 0.1s [2025-04-23T04:45:30.724Z] [2025-04-23T04:45:30.724Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:45:30.724Z] #3 DONE 0.1s [2025-04-23T04:45:30.724Z] [2025-04-23T04:45:30.724Z] #4 [internal] load .dockerignore [2025-04-23T04:45:30.724Z] #4 transferring context: 2B done [2025-04-23T04:45:30.724Z] #4 DONE 0.0s [2025-04-23T04:45:30.724Z] [2025-04-23T04:45:30.724Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:30.724Z] #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:30.724Z] #5 DONE 0.0s [2025-04-23T04:45:30.724Z] [2025-04-23T04:45:30.724Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:30.724Z] #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:30.724Z] #6 DONE 0.1s [2025-04-23T04:45:30.983Z] [2025-04-23T04:45:30.983Z] #7 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-23T04:45:30.983Z] #7 DONE 0.0s [2025-04-23T04:45:30.983Z] [2025-04-23T04:45:30.983Z] #8 exporting to image [2025-04-23T04:45:30.983Z] #8 exporting layers done [2025-04-23T04:45:30.983Z] #8 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done [2025-04-23T04:45:30.983Z] #8 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done [2025-04-23T04:45:30.983Z] #8 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done [2025-04-23T04:45:30.984Z] #8 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done [2025-04-23T04:45:30.984Z] #8 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done [2025-04-23T04:45:30.984Z] #8 pushing layers [2025-04-23T04:45:30.984Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-23T04:45:30.984Z] #8 pushing layers 0.1s done [2025-04-23T04:45:30.984Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done [2025-04-23T04:45:30.984Z] #8 DONE 0.3s [2025-04-23T04:45:30.984Z] [2025-04-23T04:45:30.984Z] 1 warning found (use --debug to expand): [2025-04-23T04:45:30.984Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-23T04:45:31.276Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:latest --push - [2025-04-23T04:45:31.276Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:latest' [2025-04-23T04:45:31.276Z] #1 [internal] load build definition from Dockerfile [2025-04-23T04:45:31.276Z] #1 transferring dockerfile: 162B done [2025-04-23T04:45:31.276Z] #1 DONE 0.0s [2025-04-23T04:45:31.276Z] [2025-04-23T04:45:31.276Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:latest [2025-04-23T04:45:31.276Z] #2 DONE 0.0s [2025-04-23T04:45:31.276Z] [2025-04-23T04:45:31.276Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:latest [2025-04-23T04:45:31.276Z] #3 DONE 0.0s [2025-04-23T04:45:31.276Z] [2025-04-23T04:45:31.276Z] #4 [internal] load .dockerignore [2025-04-23T04:45:31.276Z] #4 transferring context: 2B done [2025-04-23T04:45:31.276Z] #4 DONE 0.0s [2025-04-23T04:45:31.276Z] [2025-04-23T04:45:31.276Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:31.276Z] #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:31.276Z] #5 CACHED [2025-04-23T04:45:31.276Z] [2025-04-23T04:45:31.276Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:31.537Z] #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:31.537Z] #6 CACHED [2025-04-23T04:45:31.537Z] [2025-04-23T04:45:31.537Z] #7 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-23T04:45:31.537Z] #7 DONE 0.0s [2025-04-23T04:45:31.537Z] [2025-04-23T04:45:31.537Z] #8 exporting to image [2025-04-23T04:45:31.537Z] #8 exporting layers done [2025-04-23T04:45:31.537Z] #8 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done [2025-04-23T04:45:31.537Z] #8 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done [2025-04-23T04:45:31.537Z] #8 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done [2025-04-23T04:45:31.537Z] #8 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done [2025-04-23T04:45:31.537Z] #8 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done [2025-04-23T04:45:31.537Z] #8 pushing layers 0.0s done [2025-04-23T04:45:31.537Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:latest@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done [2025-04-23T04:45:31.537Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-23T04:45:31.537Z] #8 DONE 0.1s [2025-04-23T04:45:31.537Z] [2025-04-23T04:45:31.537Z] 1 warning found (use --debug to expand): [2025-04-23T04:45:31.537Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-23T04:45:31.836Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1' [2025-04-23T04:45:31.837Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 --push - [2025-04-23T04:45:31.837Z] #1 [internal] load build definition from Dockerfile [2025-04-23T04:45:31.837Z] #1 transferring dockerfile: 167B done [2025-04-23T04:45:31.837Z] #1 DONE 0.0s [2025-04-23T04:45:31.837Z] [2025-04-23T04:45:31.837Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 [2025-04-23T04:45:31.837Z] #2 DONE 0.0s [2025-04-23T04:45:31.837Z] [2025-04-23T04:45:31.837Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1 [2025-04-23T04:45:31.837Z] #3 DONE 0.0s [2025-04-23T04:45:31.837Z] [2025-04-23T04:45:31.837Z] #4 [internal] load .dockerignore [2025-04-23T04:45:31.837Z] #4 transferring context: 2B done [2025-04-23T04:45:31.837Z] #4 DONE 0.0s [2025-04-23T04:45:31.837Z] [2025-04-23T04:45:31.837Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:31.837Z] #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 done [2025-04-23T04:45:31.837Z] #5 CACHED [2025-04-23T04:45:31.837Z] [2025-04-23T04:45:31.837Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:31.837Z] #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:31.837Z] #6 CACHED [2025-04-23T04:45:31.837Z] [2025-04-23T04:45:31.837Z] #7 exporting to image [2025-04-23T04:45:31.837Z] #7 exporting layers done [2025-04-23T04:45:31.837Z] #7 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done [2025-04-23T04:45:31.837Z] #7 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done [2025-04-23T04:45:31.837Z] #7 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done [2025-04-23T04:45:31.837Z] #7 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done [2025-04-23T04:45:31.837Z] #7 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done [2025-04-23T04:45:31.837Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-23T04:45:32.096Z] #7 pushing layers 0.0s done [2025-04-23T04:45:32.096Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:4.1.0-dev.1@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done [2025-04-23T04:45:32.096Z] #7 DONE 0.1s [2025-04-23T04:45:32.096Z] [2025-04-23T04:45:32.096Z] #8 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-23T04:45:32.096Z] #8 DONE 0.0s [2025-04-23T04:45:32.096Z] [2025-04-23T04:45:32.096Z] 1 warning found (use --debug to expand): [2025-04-23T04:45:32.096Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-23T04:45:32.385Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1' [2025-04-23T04:45:32.385Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 --push - [2025-04-23T04:45:32.645Z] #1 [internal] load build definition from Dockerfile [2025-04-23T04:45:32.645Z] #1 transferring dockerfile: 208B done [2025-04-23T04:45:32.645Z] #1 DONE 0.0s [2025-04-23T04:45:32.645Z] [2025-04-23T04:45:32.645Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:45:32.645Z] #2 DONE 0.0s [2025-04-23T04:45:32.645Z] [2025-04-23T04:45:32.645Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:45:32.645Z] #3 DONE 0.0s [2025-04-23T04:45:32.645Z] [2025-04-23T04:45:32.645Z] #4 [internal] load .dockerignore [2025-04-23T04:45:32.645Z] #4 transferring context: 2B done [2025-04-23T04:45:32.645Z] #4 DONE 0.0s [2025-04-23T04:45:32.645Z] [2025-04-23T04:45:32.645Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:32.645Z] #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:32.645Z] #5 CACHED [2025-04-23T04:45:32.645Z] [2025-04-23T04:45:32.645Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:32.645Z] #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:32.645Z] #6 CACHED [2025-04-23T04:45:32.645Z] [2025-04-23T04:45:32.645Z] #7 exporting to image [2025-04-23T04:45:32.645Z] #7 exporting layers done [2025-04-23T04:45:32.645Z] #7 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done [2025-04-23T04:45:32.645Z] #7 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done [2025-04-23T04:45:32.645Z] #7 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done [2025-04-23T04:45:32.645Z] #7 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done [2025-04-23T04:45:32.645Z] #7 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done [2025-04-23T04:45:32.645Z] #7 pushing layers 0.0s done [2025-04-23T04:45:32.645Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 [2025-04-23T04:45:32.645Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-23T04:45:32.645Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done [2025-04-23T04:45:32.645Z] #7 DONE 0.1s [2025-04-23T04:45:32.645Z] [2025-04-23T04:45:32.645Z] #8 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-23T04:45:32.645Z] #8 DONE 0.0s [2025-04-23T04:45:32.645Z] [2025-04-23T04:45:32.645Z] 1 warning found (use --debug to expand): [2025-04-23T04:45:32.645Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-04-23T04:45:32.932Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-snmp:main --push - [2025-04-23T04:45:32.932Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-snmp:main' [2025-04-23T04:45:33.192Z] #1 [internal] load build definition from Dockerfile [2025-04-23T04:45:33.192Z] #1 transferring dockerfile: 160B done [2025-04-23T04:45:33.192Z] #1 DONE 0.0s [2025-04-23T04:45:33.192Z] [2025-04-23T04:45:33.192Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:main [2025-04-23T04:45:33.192Z] #2 DONE 0.0s [2025-04-23T04:45:33.192Z] [2025-04-23T04:45:33.192Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-snmp:main [2025-04-23T04:45:33.192Z] #3 DONE 0.0s [2025-04-23T04:45:33.192Z] [2025-04-23T04:45:33.192Z] #4 [internal] load .dockerignore [2025-04-23T04:45:33.192Z] #4 transferring context: 2B done [2025-04-23T04:45:33.192Z] #4 DONE 0.0s [2025-04-23T04:45:33.192Z] [2025-04-23T04:45:33.192Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:33.192Z] #5 resolve nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:33.192Z] #5 CACHED [2025-04-23T04:45:33.192Z] [2025-04-23T04:45:33.192Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 [2025-04-23T04:45:33.192Z] #6 resolve nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6bbdc327d0571d86f95c40d3eec6aebb38241c01ff7ef08c3dc5232a4b0ff7b0 0.0s done [2025-04-23T04:45:33.192Z] #6 CACHED [2025-04-23T04:45:33.192Z] [2025-04-23T04:45:33.192Z] #7 [auth] device-snmp:pull,push token for nexus3.edgexfoundry.org:10004 [2025-04-23T04:45:33.192Z] #7 DONE 0.0s [2025-04-23T04:45:33.192Z] [2025-04-23T04:45:33.192Z] #8 exporting to image [2025-04-23T04:45:33.192Z] #8 exporting layers done [2025-04-23T04:45:33.192Z] #8 exporting manifest sha256:b7790c8708124d100f2860bfbf80454c34b1e0d20d26d8347c7cc0825f9e43d3 done [2025-04-23T04:45:33.192Z] #8 exporting config sha256:686c371f168488705cffb3280c39d825bbe450586185132a9b58bdc40f3ea9e0 done [2025-04-23T04:45:33.192Z] #8 exporting manifest sha256:db3e6ef5f7abc6f8d41e601bfe240109055b4b94503dde5a194ffbc5977be303 done [2025-04-23T04:45:33.192Z] #8 exporting config sha256:8f22658c2f58dfda840c905ac422d7ae91263068680f144d202045dd6124a412 done [2025-04-23T04:45:33.192Z] #8 exporting manifest list sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 done [2025-04-23T04:45:33.192Z] #8 pushing layers 0.0s done [2025-04-23T04:45:33.192Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-snmp:main@sha256:6f55b6d05077b00b2b4d4a1a7904a6eb807aa174dec26a0e9fabd5945a574e63 0.1s done [2025-04-23T04:45:33.192Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-04-23T04:45:33.192Z] #8 DONE 0.1s [2025-04-23T04:45:33.192Z] [2025-04-23T04:45:33.192Z] 1 warning found (use --debug to expand): [2025-04-23T04:45:33.192Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-04-23T04:45:33.601Z] + '[' -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:45:33.909Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:45:34.467Z] ---> package-listing.sh [2025-04-23T04:45:34.467Z] ++ facter osfamily [2025-04-23T04:45:34.467Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-23T04:45:34.730Z] + OS_FAMILY=redhat [2025-04-23T04:45:34.730Z] + workspace=/w/workspace/edgexfoundry_device-snmp-go_main [2025-04-23T04:45:34.730Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-23T04:45:34.730Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-23T04:45:34.730Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-23T04:45:34.730Z] + PACKAGES=/tmp/packages_start.txt [2025-04-23T04:45:34.730Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2025-04-23T04:45:34.730Z] + PACKAGES=/tmp/packages_end.txt [2025-04-23T04:45:34.730Z] + case "${OS_FAMILY}" in [2025-04-23T04:45:34.730Z] + rpm -qa [2025-04-23T04:45:34.730Z] + sort [2025-04-23T04:45:35.298Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-23T04:45:35.298Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-23T04:45:35.298Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-23T04:45:35.298Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2025-04-23T04:45:35.298Z] + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [2025-04-23T04:45:35.298Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo [2025-04-23T04:45:35.311Z] 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 [2025-04-23T04:45:35.605Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:45:36.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-23T04:45:36.186Z] [2025-04-23T04:45:36.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:45:36.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-23T04:45:36.502Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-23T04:45:36.502Z] 5eb5b503b376: Pulling fs layer [2025-04-23T04:45:36.502Z] 5c69ac0246d0: Pulling fs layer [2025-04-23T04:45:36.502Z] ec43610c2a17: Pulling fs layer [2025-04-23T04:45:36.502Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-23T04:45:36.502Z] 33b1e0a273af: Pulling fs layer [2025-04-23T04:45:36.502Z] 5d3b04190fa2: Pulling fs layer [2025-04-23T04:45:36.502Z] 2f39f015ded8: Pulling fs layer [2025-04-23T04:45:36.502Z] 3a2ae6a8a46f: Waiting [2025-04-23T04:45:36.502Z] 33b1e0a273af: Waiting [2025-04-23T04:45:36.502Z] 5d3b04190fa2: Waiting [2025-04-23T04:45:36.502Z] 2f39f015ded8: Waiting [2025-04-23T04:45:36.502Z] 5c69ac0246d0: Verifying Checksum [2025-04-23T04:45:36.502Z] 5c69ac0246d0: Download complete [2025-04-23T04:45:36.502Z] 3a2ae6a8a46f: Verifying Checksum [2025-04-23T04:45:36.502Z] 3a2ae6a8a46f: Download complete [2025-04-23T04:45:36.502Z] 33b1e0a273af: Verifying Checksum [2025-04-23T04:45:36.502Z] 33b1e0a273af: Download complete [2025-04-23T04:45:36.779Z] ec43610c2a17: Verifying Checksum [2025-04-23T04:45:36.779Z] ec43610c2a17: Download complete [2025-04-23T04:45:36.779Z] 5d3b04190fa2: Verifying Checksum [2025-04-23T04:45:36.779Z] 5d3b04190fa2: Download complete [2025-04-23T04:45:36.779Z] 5eb5b503b376: Verifying Checksum [2025-04-23T04:45:36.779Z] 5eb5b503b376: Download complete [2025-04-23T04:45:37.360Z] 2f39f015ded8: Verifying Checksum [2025-04-23T04:45:37.360Z] 2f39f015ded8: Download complete [2025-04-23T04:45:38.323Z] 5eb5b503b376: Pull complete [2025-04-23T04:45:38.323Z] 5c69ac0246d0: Pull complete [2025-04-23T04:45:38.584Z] ec43610c2a17: Pull complete [2025-04-23T04:45:38.843Z] 3a2ae6a8a46f: Pull complete [2025-04-23T04:45:38.843Z] 33b1e0a273af: Pull complete [2025-04-23T04:45:39.101Z] 5d3b04190fa2: Pull complete [2025-04-23T04:45:43.322Z] 2f39f015ded8: Pull complete [2025-04-23T04:45:43.322Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-23T04:45:43.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-23T04:45:43.322Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:45:43.483Z] prd-centos7-docker-4c-2g-343 does not seem to be running inside a container [2025-04-23T04:45:43.524Z] $ 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 [2025-04-23T04:45:48.795Z] $ docker top f6a34535625e0cab9237ffdc50de712434a03d14e81f70670081ec73ecbb7ad3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-23T04:45:49.137Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-23T04:45:49.429Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-23T04:45:49.719Z] + ls /var/log/sa-host [2025-04-23T04:45:49.719Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-23T04:45:49.898Z] provisioning config files... [2025-04-23T04:45:49.907Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config8984174987168947869tmp [Pipeline] { [Pipeline] echo [2025-04-23T04:45:49.921Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:45:50.210Z] ---> create-netrc.sh [Pipeline] } [2025-04-23T04:45:50.217Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:45:50.569Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-23T04:45:50.579Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:45:50.867Z] ---> sudo-logs.sh [2025-04-23T04:45:50.867Z] Archiving 'sudo' log.. [2025-04-23T04:45:50.867Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-343.novalocal: Name or service not known [2025-04-23T04:45:50.867Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-343.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-04-23T04:45:50.892Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:45:51.178Z] ---> job-cost.sh [2025-04-23T04:45:51.178Z] lf-activate-venv: SKIPPING [2025-04-23T04:45:51.178Z] INFO: No Stack... [2025-04-23T04:45:51.437Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-04-23T04:45:52.006Z] INFO: Archiving Costs [Pipeline] echo [2025-04-23T04:45:52.022Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:45:52.317Z] ---> logs-deploy.sh [2025-04-23T04:45:52.317Z] lf-activate-venv: SKIPPING [2025-04-23T04:45:52.317Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/115 [2025-04-23T04:45:52.317Z] INFO: archiving workspace using pattern(s): [2025-04-23T04:45:53.255Z] Archives upload complete. [2025-04-23T04:45:53.514Z] INFO: archiving logs to Nexus [2025-04-23T04:45:54.082Z] ---> uname -a: [2025-04-23T04:45:54.082Z] Linux prd-centos7-docker-4c-2g-343.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-04-23T04:45:54.082Z] [2025-04-23T04:45:54.082Z] [2025-04-23T04:45:54.082Z] ---> lscpu: [2025-04-23T04:45:54.082Z] Architecture: x86_64 [2025-04-23T04:45:54.082Z] CPU op-mode(s): 32-bit, 64-bit [2025-04-23T04:45:54.082Z] Byte Order: Little Endian [2025-04-23T04:45:54.082Z] Address sizes: 40 bits physical, 48 bits virtual [2025-04-23T04:45:54.082Z] CPU(s): 2 [2025-04-23T04:45:54.082Z] On-line CPU(s) list: 0,1 [2025-04-23T04:45:54.082Z] Thread(s) per core: 1 [2025-04-23T04:45:54.082Z] Core(s) per socket: 1 [2025-04-23T04:45:54.082Z] Socket(s): 2 [2025-04-23T04:45:54.082Z] NUMA node(s): 1 [2025-04-23T04:45:54.082Z] Vendor ID: AuthenticAMD [2025-04-23T04:45:54.082Z] CPU family: 23 [2025-04-23T04:45:54.082Z] Model: 49 [2025-04-23T04:45:54.082Z] Model name: AMD EPYC-Rome Processor [2025-04-23T04:45:54.082Z] Stepping: 0 [2025-04-23T04:45:54.082Z] CPU MHz: 2799.998 [2025-04-23T04:45:54.082Z] BogoMIPS: 5599.99 [2025-04-23T04:45:54.082Z] Virtualization: AMD-V [2025-04-23T04:45:54.082Z] Hypervisor vendor: KVM [2025-04-23T04:45:54.082Z] Virtualization type: full [2025-04-23T04:45:54.082Z] L1d cache: 64 KiB [2025-04-23T04:45:54.082Z] L1i cache: 64 KiB [2025-04-23T04:45:54.082Z] L2 cache: 1 MiB [2025-04-23T04:45:54.082Z] L3 cache: 32 MiB [2025-04-23T04:45:54.082Z] NUMA node0 CPU(s): 0,1 [2025-04-23T04:45:54.082Z] Vulnerability Itlb multihit: Not affected [2025-04-23T04:45:54.082Z] Vulnerability L1tf: Not affected [2025-04-23T04:45:54.082Z] Vulnerability Mds: Not affected [2025-04-23T04:45:54.082Z] Vulnerability Meltdown: Not affected [2025-04-23T04:45:54.082Z] Vulnerability Mmio stale data: Not affected [2025-04-23T04:45:54.082Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-04-23T04:45:54.082Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-04-23T04:45:54.082Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-04-23T04:45:54.082Z] Vulnerability Srbds: Not affected [2025-04-23T04:45:54.082Z] Vulnerability Tsx async abort: Not affected [2025-04-23T04:45:54.082Z] 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-04-23T04:45:54.082Z] [2025-04-23T04:45:54.082Z] [2025-04-23T04:45:54.082Z] ---> nproc: [2025-04-23T04:45:54.082Z] 2 [2025-04-23T04:45:54.082Z] [2025-04-23T04:45:54.082Z] [2025-04-23T04:45:54.082Z] ---> df -h: [2025-04-23T04:45:54.082Z] Filesystem Size Used Avail Use% Mounted on [2025-04-23T04:45:54.082Z] overlay 40G 7.3G 33G 19% / [2025-04-23T04:45:54.082Z] tmpfs 64M 0 64M 0% /dev [2025-04-23T04:45:54.082Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-04-23T04:45:54.082Z] shm 64M 0 64M 0% /dev/shm [2025-04-23T04:45:54.082Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-04-23T04:45:54.082Z] [2025-04-23T04:45:54.082Z] [2025-04-23T04:45:54.082Z] Cannot open /var/log/sysstat/sa23: No such file or directory [2025-04-23T04:45:54.082Z] Please check if data collecting is enabled [2025-04-23T04:45:54.082Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-23T04:45:54.372Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-04-23T04:45:54.376Z] $ docker stop --time=1 f6a34535625e0cab9237ffdc50de712434a03d14e81f70670081ec73ecbb7ad3 [2025-04-23T04:45:55.507Z] $ docker rm -f --volumes f6a34535625e0cab9237ffdc50de712434a03d14e81f70670081ec73ecbb7ad3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-04-23T04:45:55.609Z] [WS-CLEANUP] Deleting project workspace... [2025-04-23T04:45:55.609Z] [WS-CLEANUP] Deferred wipeout is used... [2025-04-23T04:45:55.629Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:45:56.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-23T04:45:56.056Z] [2025-04-23T04:45:56.056Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:45:56.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-23T04:45:56.360Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-23T04:45:56.360Z] 5eb5b503b376: Pulling fs layer [2025-04-23T04:45:56.360Z] 5c69ac0246d0: Pulling fs layer [2025-04-23T04:45:56.360Z] ec43610c2a17: Pulling fs layer [2025-04-23T04:45:56.360Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-23T04:45:56.360Z] 33b1e0a273af: Pulling fs layer [2025-04-23T04:45:56.360Z] 5d3b04190fa2: Pulling fs layer [2025-04-23T04:45:56.360Z] 2f39f015ded8: Pulling fs layer [2025-04-23T04:45:56.360Z] 33b1e0a273af: Waiting [2025-04-23T04:45:56.360Z] 5d3b04190fa2: Waiting [2025-04-23T04:45:56.360Z] 2f39f015ded8: Waiting [2025-04-23T04:45:56.360Z] 3a2ae6a8a46f: Waiting [2025-04-23T04:45:56.360Z] 5c69ac0246d0: Verifying Checksum [2025-04-23T04:45:56.360Z] 5c69ac0246d0: Download complete [2025-04-23T04:45:56.360Z] 3a2ae6a8a46f: Verifying Checksum [2025-04-23T04:45:56.360Z] 3a2ae6a8a46f: Download complete [2025-04-23T04:45:56.360Z] 33b1e0a273af: Verifying Checksum [2025-04-23T04:45:56.360Z] 33b1e0a273af: Download complete [2025-04-23T04:45:56.360Z] ec43610c2a17: Verifying Checksum [2025-04-23T04:45:56.360Z] ec43610c2a17: Download complete [2025-04-23T04:45:56.619Z] 5eb5b503b376: Verifying Checksum [2025-04-23T04:45:56.619Z] 5eb5b503b376: Download complete [2025-04-23T04:45:57.184Z] 2f39f015ded8: Download complete [2025-04-23T04:45:57.751Z] 5eb5b503b376: Pull complete [2025-04-23T04:45:57.751Z] 5c69ac0246d0: Pull complete [2025-04-23T04:45:58.315Z] ec43610c2a17: Pull complete [2025-04-23T04:45:58.315Z] 3a2ae6a8a46f: Pull complete [2025-04-23T04:45:58.315Z] 33b1e0a273af: Pull complete [2025-04-23T04:45:58.573Z] 5d3b04190fa2: Pull complete [2025-04-23T04:46:02.754Z] 2f39f015ded8: Pull complete [2025-04-23T04:46:02.754Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-23T04:46:02.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-23T04:46:02.754Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:46:02.862Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:46:02.890Z] $ 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 [2025-04-23T04:46:05.272Z] $ docker top 8f041d1a465664274b87f3607f0ef102a68afcffa7a426dc5e807649aaab91f7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:46:05.664Z] ---> job-cost.sh [2025-04-23T04:46:05.664Z] lf-activate-venv: SKIPPING [2025-04-23T04:46:05.664Z] INFO: No Stack... [2025-04-23T04:46:05.923Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-23T04:46:06.490Z] INFO: Archiving Costs [Pipeline] sh [2025-04-23T04:46:06.779Z] + cat /w/workspace/edgexfoundry_device-snmp-go_main/archives/cost.csv [2025-04-23T04:46:06.780Z] + cut -d, -f6 [Pipeline] lock [2025-04-23T04:46:06.795Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [2025-04-23T04:46:06.802Z] Resource [jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] did not exist. Created. [2025-04-23T04:46:06.808Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-23T04:46:07.115Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-04-23T04:46:07.146Z] Stashed 1 file(s) [Pipeline] } [2025-04-23T04:46:07.153Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-23T04:46:07.175Z] $ docker stop --time=1 8f041d1a465664274b87f3607f0ef102a68afcffa7a426dc5e807649aaab91f7 [2025-04-23T04:46:08.365Z] $ docker rm -f --volumes 8f041d1a465664274b87f3607f0ef102a68afcffa7a426dc5e807649aaab91f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-04-23T04:46:31.581Z] Removing intermediate container f39bd3b99bdc [2025-04-23T04:46:31.581Z] ---> 86513fd389c4 [2025-04-23T04:46:31.581Z] Step 11/12 : COPY . . [2025-04-23T04:46:31.581Z] ---> 75aca3025090 [2025-04-23T04:46:31.581Z] Step 12/12 : RUN ${MAKE} [2025-04-23T04:46:31.581Z] ---> Running in ef260f529881 [2025-04-23T04:46:31.581Z] noop [2025-04-23T04:46:31.581Z] Removing intermediate container ef260f529881 [2025-04-23T04:46:31.581Z] ---> a108c0c321a9 [2025-04-23T04:46:31.581Z] Successfully built a108c0c321a9 [2025-04-23T04:46:31.581Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:46:31.945Z] + docker inspect -f . ci-base-image-arm64 [2025-04-23T04:46:31.946Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:46:32.164Z] prd-ubuntu20.04-docker-arm64-4c-16g-342 does not seem to be running inside a container [2025-04-23T04:46:32.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/115 -v /w/workspace/device-snmp-go/115:/w/workspace/device-snmp-go/115:rw,z -v /w/workspace/device-snmp-go/115@tmp:/w/workspace/device-snmp-go/115@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 [2025-04-23T04:46:33.450Z] $ docker top cf42254a370bf755ea3ffcaf62fa858fe65df4d651d1b669b57504697ba54463 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-23T04:46:34.314Z] + go version [2025-04-23T04:46:34.314Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-04-23T04:46:34.329Z] $ docker stop --time=1 cf42254a370bf755ea3ffcaf62fa858fe65df4d651d1b669b57504697ba54463 [2025-04-23T04:46:35.983Z] $ docker rm -f --volumes cf42254a370bf755ea3ffcaf62fa858fe65df4d651d1b669b57504697ba54463 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:46:36.585Z] + docker inspect -f . ci-base-image-arm64 [2025-04-23T04:46:36.585Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:46:36.789Z] prd-ubuntu20.04-docker-arm64-4c-16g-342 does not seem to be running inside a container [2025-04-23T04:46:36.848Z] $ 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/115 -v /w/workspace/device-snmp-go/115:/w/workspace/device-snmp-go/115:rw,z -v /w/workspace/device-snmp-go/115@tmp:/w/workspace/device-snmp-go/115@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 [2025-04-23T04:46:38.032Z] $ docker top 3fb75fb916d540186ebedc09db7dfdd002e3cc1c73f9917e16b8eb19ee59cd32 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-23T04:46:38.889Z] + git config --global --add safe.directory /w/workspace/device-snmp-go/115 [Pipeline] fileExists [Pipeline] sh [2025-04-23T04:46:39.232Z] + make test [2025-04-23T04:46:39.232Z] go test ./... -coverprofile=coverage.out [2025-04-23T04:46:44.580Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2025-04-23T04:49:51.351Z] github.com/edgexfoundry/device-snmp-go/cmd coverage: 0.0% of statements [2025-04-23T04:49:51.351Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.028s coverage: 0.0% of statements [2025-04-23T04:49:51.351Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-04-23T04:49:51.351Z] go vet ./... [2025-04-23T04:50:38.410Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-23T04:50:38.410Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-04-23T04:50:38.410Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-04-23T04:50:38.429Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-04-23T04:50:38.443Z] $ docker stop --time=1 3fb75fb916d540186ebedc09db7dfdd002e3cc1c73f9917e16b8eb19ee59cd32 [2025-04-23T04:50:40.337Z] $ docker rm -f --volumes 3fb75fb916d540186ebedc09db7dfdd002e3cc1c73f9917e16b8eb19ee59cd32 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-23T04:50:41.812Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-04-23T04:50:41.840Z] Warning: overwriting stash ‘coverage-report’ [2025-04-23T04:50:42.291Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-23T04:50:42.717Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-04-23T04:50:43.033Z] + ls -al . [2025-04-23T04:50:43.033Z] total 232 [2025-04-23T04:50:43.033Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 23 04:46 . [2025-04-23T04:50:43.033Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 23 04:43 .. [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 6 Apr 23 04:43 .dockerignore [2025-04-23T04:50:43.033Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 23 04:43 .git [2025-04-23T04:50:43.033Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:43 .github [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 263 Apr 23 04:43 .gitignore [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 199 Apr 23 04:43 .golangci.yml [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 18843 Apr 23 04:43 Attribution.txt [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 12273 Apr 23 04:43 CHANGELOG.md [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 1571 Apr 23 04:43 Dockerfile [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 23 04:43 GOVERNANCE.md [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 656 Apr 23 04:43 Jenkinsfile [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 23 04:43 LICENSE [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 2240 Apr 23 04:43 Makefile [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 620 Apr 23 04:43 OWNERS.md [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 10477 Apr 23 04:43 README.md [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 23 04:41 VERSION [2025-04-23T04:50:43.033Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 23 04:43 bin [2025-04-23T04:50:43.033Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:43 cmd [2025-04-23T04:50:43.033Z] -rw-r--r-- 1 jenkins jenkins 9158 Apr 23 04:49 coverage.out [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 6106 Apr 23 04:43 go.mod [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 86945 Apr 23 04:43 go.sum [2025-04-23T04:50:43.033Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 23 04:43 internal [2025-04-23T04:50:43.033Z] -rw-rw-r-- 1 jenkins jenkins 228 Apr 23 04:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:50:43.383Z] + 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=fee1417f519f9e74d45ca4a7b50f92751597446a --label arch=arm64 --label version=4.1.0-dev.1 . [2025-04-23T04:50:43.651Z] Sending build context to Docker daemon 11.94MB [2025-04-23T04:50:43.651Z] Step 1/25 : ARG BASE=golang:1.23-alpine3.20 [2025-04-23T04:50:43.651Z] Step 2/25 : FROM ${BASE} AS builder [2025-04-23T04:50:43.651Z] ---> a108c0c321a9 [2025-04-23T04:50:43.651Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2025-04-23T04:50:43.919Z] ---> Running in 3e4d62e9c74b [2025-04-23T04:50:44.188Z] Removing intermediate container 3e4d62e9c74b [2025-04-23T04:50:44.188Z] ---> fd44572b0573 [2025-04-23T04:50:44.188Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-04-23T04:50:44.188Z] ---> Running in a15cca9ee291 [2025-04-23T04:50:44.457Z] Removing intermediate container a15cca9ee291 [2025-04-23T04:50:44.457Z] ---> 7c7e190accad [2025-04-23T04:50:44.457Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-04-23T04:50:44.726Z] ---> Running in f3424759b2ad [2025-04-23T04:50:44.993Z] Removing intermediate container f3424759b2ad [2025-04-23T04:50:44.993Z] ---> 698abfd15dfe [2025-04-23T04:50:44.993Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2025-04-23T04:50:44.993Z] ---> Running in d54d16a773fe [2025-04-23T04:50:45.263Z] Removing intermediate container d54d16a773fe [2025-04-23T04:50:45.263Z] ---> d3a78884ff2f [2025-04-23T04:50:45.263Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-04-23T04:50:45.263Z] ---> Running in e5ac2f3927db [2025-04-23T04:50:46.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-23T04:50:46.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-23T04:50:48.227Z] OK: 244 MiB in 62 packages [2025-04-23T04:50:49.194Z] Removing intermediate container e5ac2f3927db [2025-04-23T04:50:49.194Z] ---> 7736e98d1b0a [2025-04-23T04:50:49.194Z] Step 8/25 : WORKDIR /device-snmp-go [2025-04-23T04:50:49.194Z] ---> Running in f1f3eaabb1a9 [2025-04-23T04:50:49.462Z] Removing intermediate container f1f3eaabb1a9 [2025-04-23T04:50:49.462Z] ---> 8d71408ac55c [2025-04-23T04:50:49.462Z] Step 9/25 : COPY go.mod vendor* ./ [2025-04-23T04:50:49.730Z] ---> 2b28390fcf3e [2025-04-23T04:50:49.730Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-04-23T04:50:49.730Z] ---> Running in 1597e10ff5d3 [2025-04-23T04:50:52.307Z] Removing intermediate container 1597e10ff5d3 [2025-04-23T04:50:52.307Z] ---> a2c3c2adc5d4 [2025-04-23T04:50:52.307Z] Step 11/25 : COPY . . [2025-04-23T04:50:52.892Z] ---> 4100f94e8a00 [2025-04-23T04:50:52.892Z] Step 12/25 : RUN ${MAKE} [2025-04-23T04:50:53.164Z] ---> Running in 193e0cc3efb2 [2025-04-23T04:50:54.128Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0" -trimpath -mod=readonly -o cmd/device-snmp ./cmd [2025-04-23T04:54:15.912Z] Removing intermediate container 193e0cc3efb2 [2025-04-23T04:54:15.913Z] ---> 3c5519eb0d2e [2025-04-23T04:54:15.913Z] Step 13/25 : FROM alpine:3.20 [2025-04-23T04:54:15.913Z] 3.20: Pulling from library/alpine [2025-04-23T04:54:15.913Z] 94e9d8af2201: Already exists [2025-04-23T04:54:15.913Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-04-23T04:54:15.913Z] Status: Downloaded newer image for alpine:3.20 [2025-04-23T04:54:15.913Z] ---> 7aab056cecc6 [2025-04-23T04:54:15.913Z] Step 14/25 : RUN apk add --update --no-cache dumb-init [2025-04-23T04:54:15.913Z] ---> Running in b0e7a533e7fb [2025-04-23T04:54:15.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-23T04:54:15.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-23T04:54:15.913Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-04-23T04:54:15.913Z] Executing busybox-1.36.1-r29.trigger [2025-04-23T04:54:15.913Z] OK: 9 MiB in 15 packages [2025-04-23T04:54:15.913Z] Removing intermediate container b0e7a533e7fb [2025-04-23T04:54:15.913Z] ---> 1d8e6919f4bb [2025-04-23T04:54:15.913Z] Step 15/25 : RUN apk --no-cache upgrade [2025-04-23T04:54:15.913Z] ---> Running in 9baac24be525 [2025-04-23T04:54:15.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-04-23T04:54:15.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-04-23T04:54:15.913Z] OK: 9 MiB in 15 packages [2025-04-23T04:54:15.913Z] Removing intermediate container 9baac24be525 [2025-04-23T04:54:15.913Z] ---> e8f0d9aafb1a [2025-04-23T04:54:15.913Z] Step 16/25 : COPY --from=builder /device-snmp-go/cmd / [2025-04-23T04:54:15.913Z] ---> f2a211185616 [2025-04-23T04:54:15.913Z] Step 17/25 : COPY --from=builder /device-snmp-go/Attribution.txt / [2025-04-23T04:54:15.913Z] ---> 8457996727c7 [2025-04-23T04:54:15.913Z] Step 18/25 : COPY --from=builder /device-snmp-go/LICENSE / [2025-04-23T04:54:15.913Z] ---> c4b980796aa3 [2025-04-23T04:54:15.913Z] Step 19/25 : EXPOSE 59993 [2025-04-23T04:54:15.913Z] ---> Running in 73a4f7535b18 [2025-04-23T04:54:15.913Z] Removing intermediate container 73a4f7535b18 [2025-04-23T04:54:15.913Z] ---> 71887f6420cd [2025-04-23T04:54:15.913Z] Step 20/25 : EXPOSE 161 [2025-04-23T04:54:15.913Z] ---> Running in eb3e7290a5c7 [2025-04-23T04:54:15.913Z] Removing intermediate container eb3e7290a5c7 [2025-04-23T04:54:15.913Z] ---> 0ffb43e86533 [2025-04-23T04:54:15.913Z] Step 21/25 : ENTRYPOINT ["/device-snmp"] [2025-04-23T04:54:15.913Z] ---> Running in e293ffbf1c24 [2025-04-23T04:54:15.913Z] Removing intermediate container e293ffbf1c24 [2025-04-23T04:54:15.913Z] ---> dc777b18dc21 [2025-04-23T04:54:15.913Z] Step 22/25 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-04-23T04:54:15.913Z] ---> Running in 4e53361e2b1e [2025-04-23T04:54:15.913Z] Removing intermediate container 4e53361e2b1e [2025-04-23T04:54:15.913Z] ---> 22e0c618455d [2025-04-23T04:54:15.913Z] Step 23/25 : LABEL arch=arm64 [2025-04-23T04:54:15.913Z] ---> Running in 5017fe678891 [2025-04-23T04:54:15.913Z] Removing intermediate container 5017fe678891 [2025-04-23T04:54:15.913Z] ---> 5573c557d0c5 [2025-04-23T04:54:15.913Z] Step 24/25 : LABEL git_sha=fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:54:15.913Z] ---> Running in ef1cf7a8d165 [2025-04-23T04:54:16.179Z] Removing intermediate container ef1cf7a8d165 [2025-04-23T04:54:16.179Z] ---> f7dc611c9904 [2025-04-23T04:54:16.179Z] Step 25/25 : LABEL version=4.1.0-dev.1 [2025-04-23T04:54:16.446Z] ---> Running in 1cee37c8d18b [2025-04-23T04:54:16.713Z] Removing intermediate container 1cee37c8d18b [2025-04-23T04:54:16.713Z] ---> f2884fc7bdc8 [2025-04-23T04:54:16.713Z] [Warning] One or more build-args [ARCH] were not consumed [2025-04-23T04:54:16.714Z] Successfully built f2884fc7bdc8 [2025-04-23T04:54:16.714Z] 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 [2025-04-23T04:54:16.874Z] provisioning config files... [2025-04-23T04:54:16.886Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/115@tmp/config3947174185047374227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:54:17.224Z] ---> ****-login.sh [2025-04-23T04:54:17.224Z] nexus3.edgexfoundry.org:10001 [2025-04-23T04:54:17.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:54:17.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:54:17.489Z] Configure a credential helper to remove this warning. See [2025-04-23T04:54:17.489Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:54:17.489Z] [2025-04-23T04:54:17.489Z] Login Succeeded [2025-04-23T04:54:17.489Z] nexus3.edgexfoundry.org:10002 [2025-04-23T04:54:17.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:54:17.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:54:17.754Z] Configure a credential helper to remove this warning. See [2025-04-23T04:54:17.754Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:54:17.754Z] [2025-04-23T04:54:17.754Z] Login Succeeded [2025-04-23T04:54:17.754Z] nexus3.edgexfoundry.org:10003 [2025-04-23T04:54:18.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:54:18.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:54:18.020Z] Configure a credential helper to remove this warning. See [2025-04-23T04:54:18.020Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:54:18.020Z] [2025-04-23T04:54:18.020Z] Login Succeeded [2025-04-23T04:54:18.020Z] nexus3.edgexfoundry.org:10004 [2025-04-23T04:54:18.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:54:18.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:54:18.551Z] Configure a credential helper to remove this warning. See [2025-04-23T04:54:18.551Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:54:18.551Z] [2025-04-23T04:54:18.551Z] Login Succeeded [2025-04-23T04:54:18.551Z] ****.io [2025-04-23T04:54:18.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-04-23T04:54:18.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-04-23T04:54:18.817Z] Configure a credential helper to remove this warning. See [2025-04-23T04:54:18.817Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-04-23T04:54:18.817Z] [2025-04-23T04:54:18.817Z] Login Succeeded [2025-04-23T04:54:18.817Z] ---> ****-login.sh ends [Pipeline] } [2025-04-23T04:54:18.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-23T04:54:18.873Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-23T04:54:18.907Z] [edgeXDocker.push] Tagging docker image device-snmp-arm64 with the following tags: [2025-04-23T04:54:18.907Z] fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:54:18.907Z] latest [2025-04-23T04:54:18.907Z] 4.1.0-dev.1 [2025-04-23T04:54:18.907Z] fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:54:18.907Z] main [2025-04-23T04:54:18.907Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:19.280Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:19.631Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:54:19.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2025-04-23T04:54:19.632Z] 5b3a13a7ad67: Preparing [2025-04-23T04:54:19.632Z] a39e48b7d6f6: Preparing [2025-04-23T04:54:19.632Z] 25c1d01f78b4: Preparing [2025-04-23T04:54:19.632Z] f9462cdcddd3: Preparing [2025-04-23T04:54:19.632Z] 835b2e1cdbd8: Preparing [2025-04-23T04:54:19.632Z] dd9c8f8612c8: Preparing [2025-04-23T04:54:19.632Z] dd9c8f8612c8: Waiting [2025-04-23T04:54:19.895Z] a39e48b7d6f6: Pushed [2025-04-23T04:54:19.895Z] 5b3a13a7ad67: Pushed [2025-04-23T04:54:19.895Z] f9462cdcddd3: Pushed [2025-04-23T04:54:19.895Z] 835b2e1cdbd8: Pushed [2025-04-23T04:54:19.895Z] dd9c8f8612c8: Layer already exists [2025-04-23T04:54:29.933Z] 25c1d01f78b4: Pushed [2025-04-23T04:54:29.933Z] fee1417f519f9e74d45ca4a7b50f92751597446a: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:30.292Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:30.638Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [2025-04-23T04:54:30.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2025-04-23T04:54:30.638Z] 5b3a13a7ad67: Preparing [2025-04-23T04:54:30.638Z] a39e48b7d6f6: Preparing [2025-04-23T04:54:30.638Z] 25c1d01f78b4: Preparing [2025-04-23T04:54:30.638Z] f9462cdcddd3: Preparing [2025-04-23T04:54:30.638Z] 835b2e1cdbd8: Preparing [2025-04-23T04:54:30.638Z] dd9c8f8612c8: Preparing [2025-04-23T04:54:30.638Z] dd9c8f8612c8: Waiting [2025-04-23T04:54:30.638Z] 5b3a13a7ad67: Layer already exists [2025-04-23T04:54:30.638Z] f9462cdcddd3: Layer already exists [2025-04-23T04:54:30.638Z] 25c1d01f78b4: Layer already exists [2025-04-23T04:54:30.638Z] 835b2e1cdbd8: Layer already exists [2025-04-23T04:54:30.638Z] a39e48b7d6f6: Layer already exists [2025-04-23T04:54:30.638Z] dd9c8f8612c8: Layer already exists [2025-04-23T04:54:30.638Z] latest: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:31.252Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:31.595Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.1 [2025-04-23T04:54:31.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2025-04-23T04:54:31.595Z] 5b3a13a7ad67: Preparing [2025-04-23T04:54:31.595Z] a39e48b7d6f6: Preparing [2025-04-23T04:54:31.595Z] 25c1d01f78b4: Preparing [2025-04-23T04:54:31.595Z] f9462cdcddd3: Preparing [2025-04-23T04:54:31.595Z] 835b2e1cdbd8: Preparing [2025-04-23T04:54:31.595Z] dd9c8f8612c8: Preparing [2025-04-23T04:54:31.595Z] dd9c8f8612c8: Waiting [2025-04-23T04:54:31.595Z] a39e48b7d6f6: Layer already exists [2025-04-23T04:54:31.595Z] f9462cdcddd3: Layer already exists [2025-04-23T04:54:31.595Z] 835b2e1cdbd8: Layer already exists [2025-04-23T04:54:31.595Z] 25c1d01f78b4: Layer already exists [2025-04-23T04:54:31.595Z] 5b3a13a7ad67: Layer already exists [2025-04-23T04:54:31.595Z] dd9c8f8612c8: Layer already exists [2025-04-23T04:54:31.595Z] 4.1.0-dev.1: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:31.945Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:32.311Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:54:32.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2025-04-23T04:54:32.311Z] 5b3a13a7ad67: Preparing [2025-04-23T04:54:32.311Z] a39e48b7d6f6: Preparing [2025-04-23T04:54:32.311Z] 25c1d01f78b4: Preparing [2025-04-23T04:54:32.311Z] f9462cdcddd3: Preparing [2025-04-23T04:54:32.311Z] 835b2e1cdbd8: Preparing [2025-04-23T04:54:32.311Z] dd9c8f8612c8: Preparing [2025-04-23T04:54:32.311Z] dd9c8f8612c8: Waiting [2025-04-23T04:54:32.311Z] a39e48b7d6f6: Layer already exists [2025-04-23T04:54:32.311Z] 5b3a13a7ad67: Layer already exists [2025-04-23T04:54:32.311Z] f9462cdcddd3: Layer already exists [2025-04-23T04:54:32.311Z] 25c1d01f78b4: Layer already exists [2025-04-23T04:54:32.311Z] 835b2e1cdbd8: Layer already exists [2025-04-23T04:54:32.311Z] dd9c8f8612c8: Layer already exists [2025-04-23T04:54:32.311Z] fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:32.673Z] + docker tag device-snmp-arm64 nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:33.029Z] + docker push nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [2025-04-23T04:54:33.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-snmp-arm64] [2025-04-23T04:54:33.029Z] 5b3a13a7ad67: Preparing [2025-04-23T04:54:33.029Z] a39e48b7d6f6: Preparing [2025-04-23T04:54:33.029Z] 25c1d01f78b4: Preparing [2025-04-23T04:54:33.029Z] f9462cdcddd3: Preparing [2025-04-23T04:54:33.029Z] 835b2e1cdbd8: Preparing [2025-04-23T04:54:33.029Z] dd9c8f8612c8: Preparing [2025-04-23T04:54:33.029Z] dd9c8f8612c8: Waiting [2025-04-23T04:54:33.029Z] 25c1d01f78b4: Layer already exists [2025-04-23T04:54:33.029Z] 5b3a13a7ad67: Layer already exists [2025-04-23T04:54:33.029Z] 835b2e1cdbd8: Layer already exists [2025-04-23T04:54:33.029Z] f9462cdcddd3: Layer already exists [2025-04-23T04:54:33.029Z] a39e48b7d6f6: Layer already exists [2025-04-23T04:54:33.029Z] dd9c8f8612c8: Layer already exists [2025-04-23T04:54:33.293Z] main: digest: sha256:ba467946b75cd7479e9cd954be6edb3edd1c7bf5144a3080c899b72a6011f884 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-04-23T04:54:33.389Z] ===================================================== [Pipeline] echo [2025-04-23T04:54:33.408Z] taggedImages: [2025-04-23T04:54:33.408Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a [2025-04-23T04:54:33.408Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [2025-04-23T04:54:33.408Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.1 [2025-04-23T04:54:33.408Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [2025-04-23T04:54:33.408Z] - nexus3.edgexfoundry.org:10004/device-snmp-arm64:main [Pipeline] echo [2025-04-23T04:54:33.426Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] echo [2025-04-23T04:54:33.443Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-snmp-arm64:latest [Pipeline] echo [2025-04-23T04:54:33.454Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-snmp-arm64:4.1.0-dev.1 [Pipeline] echo [2025-04-23T04:54:33.465Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-snmp-arm64:fee1417f519f9e74d45ca4a7b50f92751597446a-4.1.0-dev.1 [Pipeline] echo [2025-04-23T04:54:33.478Z] Skip building multi-arch image for 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 [2025-04-23T04:54:33.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-23T04:54:33.873Z] [2025-04-23T04:54:33.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:54:34.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-23T04:54:34.203Z] arm64: Pulling from edgex-lftools-log-publisher [2025-04-23T04:54:34.203Z] 8998bd30e6a1: Pulling fs layer [2025-04-23T04:54:34.203Z] 04944245beec: Pulling fs layer [2025-04-23T04:54:34.203Z] 699f458cf7ca: Pulling fs layer [2025-04-23T04:54:34.203Z] 765212b225bb: Pulling fs layer [2025-04-23T04:54:34.203Z] f23df028b6ca: Pulling fs layer [2025-04-23T04:54:34.203Z] d65c8cfc05b1: Pulling fs layer [2025-04-23T04:54:34.203Z] 2437ff75d9bd: Pulling fs layer [2025-04-23T04:54:34.203Z] f23df028b6ca: Waiting [2025-04-23T04:54:34.203Z] d65c8cfc05b1: Waiting [2025-04-23T04:54:34.203Z] 2437ff75d9bd: Waiting [2025-04-23T04:54:34.203Z] 765212b225bb: Waiting [2025-04-23T04:54:34.468Z] 04944245beec: Verifying Checksum [2025-04-23T04:54:34.468Z] 04944245beec: Download complete [2025-04-23T04:54:34.468Z] 765212b225bb: Verifying Checksum [2025-04-23T04:54:34.468Z] 765212b225bb: Download complete [2025-04-23T04:54:34.468Z] f23df028b6ca: Verifying Checksum [2025-04-23T04:54:34.468Z] f23df028b6ca: Download complete [2025-04-23T04:54:34.468Z] d65c8cfc05b1: Verifying Checksum [2025-04-23T04:54:34.468Z] d65c8cfc05b1: Download complete [2025-04-23T04:54:34.468Z] 699f458cf7ca: Download complete [2025-04-23T04:54:35.048Z] 8998bd30e6a1: Verifying Checksum [2025-04-23T04:54:35.048Z] 8998bd30e6a1: Download complete [2025-04-23T04:54:37.640Z] 2437ff75d9bd: Verifying Checksum [2025-04-23T04:54:37.640Z] 2437ff75d9bd: Download complete [2025-04-23T04:54:39.588Z] 8998bd30e6a1: Pull complete [2025-04-23T04:54:40.174Z] 04944245beec: Pull complete [2025-04-23T04:54:41.583Z] 699f458cf7ca: Pull complete [2025-04-23T04:54:41.850Z] 765212b225bb: Pull complete [2025-04-23T04:54:42.811Z] f23df028b6ca: Pull complete [2025-04-23T04:54:43.084Z] d65c8cfc05b1: Pull complete [2025-04-23T04:55:01.275Z] 2437ff75d9bd: Pull complete [2025-04-23T04:55:01.275Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-04-23T04:55:01.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-04-23T04:55:01.275Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:55:01.480Z] prd-ubuntu20.04-docker-arm64-4c-16g-342 does not seem to be running inside a container [2025-04-23T04:55:01.547Z] $ 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/115 -v /w/workspace/device-snmp-go/115:/w/workspace/device-snmp-go/115:rw,z -v /w/workspace/device-snmp-go/115@tmp:/w/workspace/device-snmp-go/115@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 [2025-04-23T04:55:04.217Z] $ docker top 4ff2ab14d6f6f98ad07ff870dcd0b0869466bc0b045264c662a9b32911cb5d39 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:55:05.041Z] ---> job-cost.sh [2025-04-23T04:55:05.041Z] lf-activate-venv: SKIPPING [2025-04-23T04:55:05.041Z] INFO: No Stack... [2025-04-23T04:55:05.617Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-04-23T04:55:06.195Z] INFO: Archiving Costs [Pipeline] sh [2025-04-23T04:55:06.774Z] + cut -d, -f6 [2025-04-23T04:55:06.774Z] + cat /w/workspace/device-snmp-go/115/archives/cost.csv [Pipeline] lock [2025-04-23T04:55:06.825Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [2025-04-23T04:55:06.833Z] Resource [jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] did not exist. Created. [2025-04-23T04:55:06.839Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-23T04:55:07.179Z] /w/workspace/device-snmp-go/115@tmp/durable-978a7022/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-04-23T04:55:07.790Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-04-23T04:55:07.824Z] Warning: overwriting stash ‘stack-cost’ [2025-04-23T04:55:07.889Z] Stashed 1 file(s) [Pipeline] } [2025-04-23T04:55:07.897Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-snmp-go-main-115-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-23T04:55:07.920Z] $ docker stop --time=1 4ff2ab14d6f6f98ad07ff870dcd0b0869466bc0b045264c662a9b32911cb5d39 [2025-04-23T04:55:09.354Z] $ docker rm -f --volumes 4ff2ab14d6f6f98ad07ff870dcd0b0869466bc0b045264c662a9b32911cb5d39 [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 [2025-04-23T04:55:09.878Z] provisioning config files... [2025-04-23T04:55:09.885Z] copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config17914183868253227922tmp [Pipeline] { [Pipeline] sh [2025-04-23T04:55:10.179Z] + set +x [2025-04-23T04:55:10.179Z] + curl+ -s https://codecov.io/bash [2025-04-23T04:55:10.179Z] bash -s -- [2025-04-23T04:55:10.179Z] [2025-04-23T04:55:10.179Z] _____ _ [2025-04-23T04:55:10.179Z] / ____| | | [2025-04-23T04:55:10.179Z] | | ___ __| | ___ ___ _____ __ [2025-04-23T04:55:10.179Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-04-23T04:55:10.179Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-04-23T04:55:10.179Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-04-23T04:55:10.179Z] Bash-1.0.6 [2025-04-23T04:55:10.179Z] [2025-04-23T04:55:10.179Z] [2025-04-23T04:55:10.179Z] ==> git version 2.25.1 found [2025-04-23T04:55:10.179Z] ==> 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 [2025-04-23T04:55:10.179Z] Release-Date: 2020-01-08 [2025-04-23T04:55:10.179Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-04-23T04:55:10.179Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-04-23T04:55:10.179Z] ==> Jenkins CI detected. [2025-04-23T04:55:10.179Z] current dir:  /w/workspace/edgexfoundry_device-snmp-go_main [2025-04-23T04:55:10.179Z] project root: . [2025-04-23T04:55:10.179Z] --> token set from env [2025-04-23T04:55:10.179Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-04-23T04:55:10.437Z] ==> Running gcov in . (disable via -X gcov) [2025-04-23T04:55:10.437Z] ==> Python coveragepy not found [2025-04-23T04:55:10.437Z] ==> Searching for coverage reports in: [2025-04-23T04:55:10.437Z] + . [2025-04-23T04:55:10.437Z] -> Found 1 reports [2025-04-23T04:55:10.437Z] ==> Detecting git/mercurial file structure [2025-04-23T04:55:10.437Z] ==> Reading reports [2025-04-23T04:55:10.437Z] + ./coverage.out bytes=9158 [2025-04-23T04:55:10.437Z] ==> Appending adjustments [2025-04-23T04:55:10.438Z] https://docs.codecov.io/docs/fixing-reports [2025-04-23T04:55:10.438Z] + Found adjustments [2025-04-23T04:55:10.438Z] ==> Gzipping contents [2025-04-23T04:55:10.438Z] 4.0K /tmp/codecov.awlTes.gz [2025-04-23T04:55:10.438Z] ==> Uploading reports [2025-04-23T04:55:10.438Z] url: https://codecov.io [2025-04-23T04:55:10.438Z] query: branch=main&commit=fee1417f519f9e74d45ca4a7b50f92751597446a&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-23T04:55:10.438Z] -> Pinging Codecov [2025-04-23T04:55:10.438Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=fee1417f519f9e74d45ca4a7b50f92751597446a&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2Fmain%2F115%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-23T04:55:10.697Z] -> Uploading to [2025-04-23T04:55:10.697Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-snmp-go/fee1417f519f9e74d45ca4a7b50f92751597446a/7473fbbc-8924-464d-b2b9-2df861d90fb7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250423%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250423T045510Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=ad772c9c3c6fade98d64eb43b9253f68c36bfa259ff380ab0799e1ab3d46dbce [2025-04-23T04:55:10.697Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-23T04:55:10.697Z] Dload Upload Total Spent Left Speed [2025-04-23T04:55:10.956Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1448 0 0 100 1448 0 3731 --:--:-- --:--:-- --:--:-- 3731 [2025-04-23T04:55:10.956Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-snmp-go/commit/fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] } [2025-04-23T04:55:10.964Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-04-23T04:55:11.201Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-04-23T04:55:11.223Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:55:11.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-23T04:55:11.522Z] [2025-04-23T04:55:11.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:55:11.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-23T04:55:11.822Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-04-23T04:55:11.822Z] 43c4264eed91: Pulling fs layer [2025-04-23T04:55:11.822Z] 4cc291be95ef: Pulling fs layer [2025-04-23T04:55:11.822Z] 2ac1f1163629: Pulling fs layer [2025-04-23T04:55:11.822Z] 5c3c966382ef: Pulling fs layer [2025-04-23T04:55:11.822Z] 4f4fb700ef54: Pulling fs layer [2025-04-23T04:55:11.822Z] d9c7d2e4e75e: Pulling fs layer [2025-04-23T04:55:11.822Z] 9c3e1370e548: Pulling fs layer [2025-04-23T04:55:11.822Z] 4f4fb700ef54: Waiting [2025-04-23T04:55:11.822Z] d9c7d2e4e75e: Waiting [2025-04-23T04:55:11.822Z] 9c3e1370e548: Waiting [2025-04-23T04:55:11.822Z] 5c3c966382ef: Waiting [2025-04-23T04:55:11.822Z] 4cc291be95ef: Verifying Checksum [2025-04-23T04:55:11.822Z] 4cc291be95ef: Download complete [2025-04-23T04:55:11.822Z] 5c3c966382ef: Download complete [2025-04-23T04:55:11.822Z] 4f4fb700ef54: Download complete [2025-04-23T04:55:11.822Z] 43c4264eed91: Download complete [2025-04-23T04:55:12.081Z] 43c4264eed91: Pull complete [2025-04-23T04:55:12.081Z] d9c7d2e4e75e: Verifying Checksum [2025-04-23T04:55:12.081Z] d9c7d2e4e75e: Download complete [2025-04-23T04:55:12.081Z] 4cc291be95ef: Pull complete [2025-04-23T04:55:12.338Z] 2ac1f1163629: Verifying Checksum [2025-04-23T04:55:12.338Z] 2ac1f1163629: Download complete [2025-04-23T04:55:12.904Z] 9c3e1370e548: Verifying Checksum [2025-04-23T04:55:12.904Z] 9c3e1370e548: Download complete [2025-04-23T04:55:16.182Z] 2ac1f1163629: Pull complete [2025-04-23T04:55:16.182Z] 5c3c966382ef: Pull complete [2025-04-23T04:55:16.182Z] 4f4fb700ef54: Pull complete [2025-04-23T04:55:16.182Z] d9c7d2e4e75e: Pull complete [2025-04-23T04:55:19.464Z] 9c3e1370e548: Pull complete [2025-04-23T04:55:19.464Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-04-23T04:55:19.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-23T04:55:19.464Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:55:19.562Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:55:19.591Z] $ 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 [2025-04-23T04:55:22.351Z] $ docker top 252662101b39cb00871873fdfdd0595e5b84299ade766ce12a5293349df3666d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-23T04:55:22.699Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-snmp-go_main [Pipeline] echo [2025-04-23T04:55:22.709Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-snmp-go:main' [Pipeline] sh [2025-04-23T04:55:22.987Z] + set -o pipefail [2025-04-23T04:55:22.987Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-snmp-go:main' [2025-04-23T04:55:31.160Z] [2025-04-23T04:55:31.160Z] Monitoring /w/workspace/edgexfoundry_device-snmp-go_main (github.com/edgexfoundry/device-snmp-go)... [2025-04-23T04:55:31.160Z] [2025-04-23T04:55:31.160Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6109ca73-afa1-4109-af03-45c28384bb64/history/e8901edf-a755-43f8-b4f9-8491795daf9e [2025-04-23T04:55:31.160Z] [2025-04-23T04:55:31.160Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-04-23T04:55:31.160Z] [Pipeline] } [2025-04-23T04:55:32.287Z] $ docker stop --time=1 252662101b39cb00871873fdfdd0595e5b84299ade766ce12a5293349df3666d [2025-04-23T04:55:35.257Z] $ docker rm -f --volumes 252662101b39cb00871873fdfdd0595e5b84299ade766ce12a5293349df3666d [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 [2025-04-23T04:55:36.151Z] + git log --format=format:%s -1 fee1417f519f9e74d45ca4a7b50f92751597446a [Pipeline] sh [2025-04-23T04:55:36.440Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-23T04:55:36.440Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:55:36.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-23T04:55:36.741Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:55:36.817Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:55:36.841Z] $ 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 [2025-04-23T04:55:37.232Z] $ docker top e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-23T04:55:37.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-23T04:55:37.344Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-23T04:55:37.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-23T04:55:37.453Z] $ docker exec e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f ssh-agent [2025-04-23T04:55:37.567Z] SSH_AUTH_SOCK=/tmp/ssh-iyAe0Mm0FCzQ/agent.33 [2025-04-23T04:55:37.567Z] SSH_AGENT_PID=39 [2025-04-23T04:55:37.572Z] Running ssh-add (command line suppressed) [2025-04-23T04:55:37.664Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_15904494426722553611.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_15904494426722553611.key) [2025-04-23T04:55:37.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-23T04:55:37.973Z] + git semver tag [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,139 [run_tag] DEBUG tag force:False [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,140 [check_head_tag] DEBUG check head tag [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,140 [execute] INFO git cat-file --batch-check [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,141 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,144 [execute] INFO git cat-file --batch [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,144 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=) [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,154 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,154 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,154 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) [2025-04-23T04:55:38.233Z] 2025-04-23 04:55:38,158 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:55:38.233Z] 4.1.0-dev.1 [Pipeline] } [2025-04-23T04:55:38.239Z] $ docker exec --env ******** --env ******** e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f ssh-agent -k [2025-04-23T04:55:38.342Z] unset SSH_AUTH_SOCK; [2025-04-23T04:55:38.343Z] unset SSH_AGENT_PID; [2025-04-23T04:55:38.343Z] echo Agent pid 39 killed; [2025-04-23T04:55:38.357Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-23T04:55:38.676Z] + git semver [Pipeline] } [2025-04-23T04:55:38.943Z] $ docker stop --time=1 e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f [2025-04-23T04:55:40.193Z] $ docker rm -f --volumes e80b7e31d7e15b484b7c4e91f6b56a898272524514ff8b6c6e3d81ffcbaab08f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:55:40.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-23T04:55:40.618Z] [2025-04-23T04:55:40.618Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:55:40.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-23T04:55:40.918Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-04-23T04:55:40.918Z] ab5ef0e58194: Pulling fs layer [2025-04-23T04:55:40.918Z] 9712f1f96733: Pulling fs layer [2025-04-23T04:55:40.918Z] 63f879dbbcfc: Pulling fs layer [2025-04-23T04:55:40.918Z] 0d9ebad4ef96: Pulling fs layer [2025-04-23T04:55:40.918Z] e9a5061849ea: Pulling fs layer [2025-04-23T04:55:40.918Z] d747dcd14b5f: Pulling fs layer [2025-04-23T04:55:40.918Z] 2de7ff778b66: Pulling fs layer [2025-04-23T04:55:40.918Z] d747dcd14b5f: Waiting [2025-04-23T04:55:40.918Z] e9a5061849ea: Waiting [2025-04-23T04:55:40.918Z] 2de7ff778b66: Waiting [2025-04-23T04:55:40.918Z] 9712f1f96733: Verifying Checksum [2025-04-23T04:55:40.918Z] 9712f1f96733: Download complete [2025-04-23T04:55:41.176Z] 63f879dbbcfc: Verifying Checksum [2025-04-23T04:55:41.176Z] 63f879dbbcfc: Download complete [2025-04-23T04:55:41.434Z] e9a5061849ea: Verifying Checksum [2025-04-23T04:55:41.434Z] e9a5061849ea: Download complete [2025-04-23T04:55:41.434Z] d747dcd14b5f: Download complete [2025-04-23T04:55:41.434Z] 0d9ebad4ef96: Download complete [2025-04-23T04:55:41.434Z] ab5ef0e58194: Verifying Checksum [2025-04-23T04:55:41.434Z] ab5ef0e58194: Download complete [2025-04-23T04:55:41.434Z] 2de7ff778b66: Verifying Checksum [2025-04-23T04:55:41.434Z] 2de7ff778b66: Download complete [2025-04-23T04:55:43.955Z] ab5ef0e58194: Pull complete [2025-04-23T04:55:44.212Z] 9712f1f96733: Pull complete [2025-04-23T04:55:44.776Z] 63f879dbbcfc: Pull complete [2025-04-23T04:55:48.958Z] 0d9ebad4ef96: Pull complete [2025-04-23T04:55:48.958Z] e9a5061849ea: Pull complete [2025-04-23T04:55:48.958Z] d747dcd14b5f: Pull complete [2025-04-23T04:55:49.525Z] 2de7ff778b66: Pull complete [2025-04-23T04:55:49.525Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-04-23T04:55:49.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-23T04:55:49.525Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:55:49.620Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:55:49.645Z] $ 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 [2025-04-23T04:55:53.978Z] $ docker top 33ef0797d1f96120902e7f060574742680ff2054a7724dbe33a1e7788b6828fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-04-23T04:55:54.057Z] provisioning config files... [2025-04-23T04:55:54.064Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config13564108680684115824tmp [2025-04-23T04:55:54.074Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config9892946177846050328tmp [2025-04-23T04:55:54.082Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config12861299100041617065tmp [Pipeline] { [Pipeline] echo [2025-04-23T04:55:54.109Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:55:54.402Z] ---> sigul-configuration.sh [2025-04-23T04:55:54.402Z] gpg: directory `/root/.gnupg' created [2025-04-23T04:55:54.402Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-04-23T04:55:54.402Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-04-23T04:55:54.402Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-04-23T04:55:54.402Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-04-23T04:55:54.402Z] gpg: CAST5 encrypted data [2025-04-23T04:55:54.402Z] gpg: encrypted with 1 passphrase [2025-04-23T04:55:54.402Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-04-23T04:55:54.692Z] + mkdir /home/jenkins [2025-04-23T04:55:54.692Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-04-23T04:55:54.987Z] + 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 [2025-04-23T04:55:54.999Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:55:55.291Z] ---> sigul-install.sh [2025-04-23T04:55:55.291Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-04-23T04:55:55.595Z] + git tag --list [2025-04-23T04:55:55.595Z] 1.0.0 [2025-04-23T04:55:55.595Z] v0.0.0 [2025-04-23T04:55:55.595Z] v1.1.0 [2025-04-23T04:55:55.595Z] v1.1.1 [2025-04-23T04:55:55.595Z] v1.2.2 [2025-04-23T04:55:55.595Z] v1.3.0 [2025-04-23T04:55:55.595Z] v1.3.1 [2025-04-23T04:55:55.595Z] v2.0.0 [2025-04-23T04:55:55.595Z] v2.1.0 [2025-04-23T04:55:55.595Z] v2.1.1 [2025-04-23T04:55:55.595Z] v2.2.0 [2025-04-23T04:55:55.595Z] v2.3.0 [2025-04-23T04:55:55.595Z] v3.0 [2025-04-23T04:55:55.595Z] v3.0.0 [2025-04-23T04:55:55.595Z] v3.1 [2025-04-23T04:55:55.595Z] v3.1.0 [2025-04-23T04:55:55.595Z] v3.1.1 [2025-04-23T04:55:55.595Z] v4.0 [2025-04-23T04:55:55.595Z] v4.0.0 [2025-04-23T04:55:55.595Z] v4.1.0-dev.1 [Pipeline] sh [2025-04-23T04:55:55.894Z] + lftools sign git-tag v4.1.0-dev.1 [2025-04-23T04:55:56.463Z] Signing Git tag with Sigul... [2025-04-23T04:55:56.463Z] Signing v4.1.0-dev.1 [Pipeline] echo [2025-04-23T04:55:56.731Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:55:57.022Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-04-23T04:55:57.029Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-04-23T04:55:57.053Z] $ docker stop --time=1 33ef0797d1f96120902e7f060574742680ff2054a7724dbe33a1e7788b6828fd [2025-04-23T04:55:58.355Z] $ docker rm -f --volumes 33ef0797d1f96120902e7f060574742680ff2054a7724dbe33a1e7788b6828fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-04-23T04:55:58.790Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-23T04:55:58.790Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:55:59.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-23T04:55:59.095Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:55:59.167Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:55:59.189Z] $ 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 [2025-04-23T04:55:59.497Z] $ docker top f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e -eo pid,comm [2025-04-23T04:55:59.547Z] 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). [2025-04-23T04:55:59.547Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-23T04:55:59.598Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-23T04:55:59.598Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-23T04:55:59.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-23T04:55:59.696Z] $ docker exec f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e ssh-agent [2025-04-23T04:55:59.819Z] SSH_AUTH_SOCK=/tmp/ssh-0ViAkHoLsqFy/agent.32 [2025-04-23T04:55:59.819Z] SSH_AGENT_PID=38 [2025-04-23T04:55:59.823Z] Running ssh-add (command line suppressed) [2025-04-23T04:55:59.923Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_9685866459352916233.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_9685866459352916233.key) [2025-04-23T04:55:59.938Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-23T04:56:00.232Z] + git semver bump pre [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,389 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,390 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,390 [bump_version] DEBUG bumped version:4.1.0-dev.2 [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,390 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main with force:True [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,390 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,390 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,392 [execute] INFO git cat-file --batch-check [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,393 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,398 [execute] INFO git cat-file --batch [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-23T04:56:00.492Z] 2025-04-23 04:56:00,403 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:56:00.492Z] 4.1.0-dev.2 [Pipeline] } [2025-04-23T04:56:00.497Z] $ docker exec --env ******** --env ******** f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e ssh-agent -k [2025-04-23T04:56:00.600Z] unset SSH_AUTH_SOCK; [2025-04-23T04:56:00.600Z] unset SSH_AGENT_PID; [2025-04-23T04:56:00.601Z] echo Agent pid 38 killed; [2025-04-23T04:56:00.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-23T04:56:00.944Z] + git semver [Pipeline] } [2025-04-23T04:56:01.209Z] $ docker stop --time=1 f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e [2025-04-23T04:56:02.465Z] $ docker rm -f --volumes f7db33b95d574382398afe791ccd81cb6dea2e001e7dece9410a138ff249467e [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-23T04:56:02.816Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-23T04:56:02.816Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:56:03.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-23T04:56:03.116Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:56:03.193Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:56:03.214Z] $ 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 [2025-04-23T04:56:03.537Z] $ docker top 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 -eo pid,comm [2025-04-23T04:56:03.581Z] 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). [2025-04-23T04:56:03.581Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-23T04:56:03.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-23T04:56:03.632Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-23T04:56:03.735Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-23T04:56:03.733Z] $ docker exec 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 ssh-agent [2025-04-23T04:56:03.846Z] SSH_AUTH_SOCK=/tmp/ssh-HFhl2DiudyzH/agent.32 [2025-04-23T04:56:03.846Z] SSH_AGENT_PID=38 [2025-04-23T04:56:03.851Z] Running ssh-add (command line suppressed) [2025-04-23T04:56:03.940Z] Identity added: /w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_11564312963431674182.key (/w/workspace/edgexfoundry_device-snmp-go_main@tmp/private_key_11564312963431674182.key) [2025-04-23T04:56:03.956Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-23T04:56:04.242Z] + git semver push [2025-04-23T04:56:04.500Z] 2025-04-23 04:56:04,412 [run_push] DEBUG push [2025-04-23T04:56:04.501Z] 2025-04-23 04:56:04,412 [execute] INFO git cat-file --batch-check [2025-04-23T04:56:04.501Z] 2025-04-23 04:56:04,413 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-23T04:56:04.501Z] 2025-04-23 04:56:04,416 [execute] INFO git rev-list f6d35a1ec4d40e6b67e552bfb7237f097ec027bc -- [2025-04-23T04:56:04.501Z] 2025-04-23 04:56:04,416 [execute] DEBUG Popen(['git', 'rev-list', 'f6d35a1ec4d40e6b67e552bfb7237f097ec027bc', '--'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-23T04:56:04.501Z] 2025-04-23 04:56:04,424 [execute] INFO git fetch -v origin [2025-04-23T04:56:04.501Z] 2025-04-23 04:56:04,425 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-04-23T04:56:05.067Z] 2025-04-23 04:56:04,876 [run_push] DEBUG no remote changes detected [2025-04-23T04:56:05.067Z] 2025-04-23 04:56:04,876 [execute] INFO git push origin semver [2025-04-23T04:56:05.067Z] 2025-04-23 04:56:04,877 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-23T04:56:05.633Z] 2025-04-23 04:56:05,602 [run_push] DEBUG push all version tags [2025-04-23T04:56:05.633Z] 2025-04-23 04:56:05,602 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-04-23T04:56:05.633Z] 2025-04-23 04:56:05,603 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-snmp-go_main, universal_newlines=False, shell=None, istream=None) [2025-04-23T04:56:06.569Z] 2025-04-23 04:56:06,223 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-snmp-go_main/.semver/main [2025-04-23T04:56:06.569Z] 4.1.0-dev.2 [Pipeline] } [2025-04-23T04:56:06.573Z] $ docker exec --env ******** --env ******** 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 ssh-agent -k [2025-04-23T04:56:06.677Z] unset SSH_AUTH_SOCK; [2025-04-23T04:56:06.677Z] unset SSH_AGENT_PID; [2025-04-23T04:56:06.678Z] echo Agent pid 38 killed; [2025-04-23T04:56:06.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-23T04:56:07.009Z] + git semver [Pipeline] } [2025-04-23T04:56:07.275Z] $ docker stop --time=1 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 [2025-04-23T04:56:08.566Z] $ docker rm -f --volumes 5006b3b51a2387cd965b117c8acf20349e80ee5254e082c2f4cc52e63824dfe1 [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 [2025-04-23T04:56:09.157Z] + [ -d /w/workspace/edgexfoundry_device-snmp-go_main/archives ] [2025-04-23T04:56:09.157Z] + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives [2025-04-23T04:56:09.157Z] total 16 [2025-04-23T04:56:09.157Z] drwxr-xr-x 3 root root 4096 Apr 23 04:46 . [2025-04-23T04:56:09.157Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 23 04:55 .. [2025-04-23T04:56:09.157Z] drwxr-xr-x 2 root root 4096 Apr 23 04:46 cost [2025-04-23T04:56:09.157Z] -rw-r--r-- 1 root root 86 Apr 23 04:46 cost.csv [2025-04-23T04:56:09.157Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-snmp-go_main/archives [2025-04-23T04:56:09.157Z] + ls -al /w/workspace/edgexfoundry_device-snmp-go_main/archives [2025-04-23T04:56:09.157Z] total 16 [2025-04-23T04:56:09.157Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 23 04:46 . [2025-04-23T04:56:09.157Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 23 04:55 .. [2025-04-23T04:56:09.157Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 23 04:46 cost [2025-04-23T04:56:09.157Z] -rw-r--r-- 1 jenkins jenkins 86 Apr 23 04:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:56:09.444Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:56:10.299Z] ---> package-listing.sh [2025-04-23T04:56:10.299Z] ++ facter osfamily [2025-04-23T04:56:10.299Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-23T04:56:10.558Z] + OS_FAMILY=debian [2025-04-23T04:56:10.558Z] + workspace=/w/workspace/edgexfoundry_device-snmp-go_main [2025-04-23T04:56:10.558Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-23T04:56:10.558Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-23T04:56:10.558Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-23T04:56:10.558Z] + PACKAGES=/tmp/packages_start.txt [2025-04-23T04:56:10.558Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2025-04-23T04:56:10.558Z] + PACKAGES=/tmp/packages_end.txt [2025-04-23T04:56:10.558Z] + case "${OS_FAMILY}" in [2025-04-23T04:56:10.558Z] + dpkg -l [2025-04-23T04:56:10.558Z] + grep '^ii' [2025-04-23T04:56:10.558Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-23T04:56:10.558Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-23T04:56:10.558Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-23T04:56:10.558Z] + '[' /w/workspace/edgexfoundry_device-snmp-go_main ']' [2025-04-23T04:56:10.558Z] + mkdir -p /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [2025-04-23T04:56:10.558Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-snmp-go_main/archives/ [Pipeline] echo [2025-04-23T04:56:10.569Z] 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 [2025-04-23T04:56:10.843Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-23T04:56:11.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-23T04:56:11.398Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-23T04:56:11.479Z] prd-ubuntu20.04-docker-8c-8g-341 does not seem to be running inside a container [2025-04-23T04:56:11.496Z] $ 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 [2025-04-23T04:56:11.682Z] $ docker top f45267ed8850504810dee4b23e3a31c5a437d8376f57b3a40dc92b5eaa8a495a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-23T04:56:12.022Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-23T04:56:12.302Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-23T04:56:12.583Z] + ls /var/log/sa-host [2025-04-23T04:56:12.583Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-23T04:56:12.624Z] provisioning config files... [2025-04-23T04:56:12.631Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-snmp-go_main@tmp/config16961546461634627776tmp [Pipeline] { [Pipeline] echo [2025-04-23T04:56:12.650Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:56:12.930Z] ---> create-netrc.sh [Pipeline] } [2025-04-23T04:56:12.936Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:56:13.242Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-23T04:56:13.249Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:56:13.527Z] ---> sudo-logs.sh [2025-04-23T04:56:13.528Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-04-23T04:56:13.560Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:56:13.839Z] ---> job-cost.sh [2025-04-23T04:56:13.839Z] lf-activate-venv: SKIPPING [2025-04-23T04:56:13.839Z] DEBUG: total: 0.2199999988079071 [2025-04-23T04:56:13.839Z] INFO: Retrieving Stack Cost... [2025-04-23T04:56:14.406Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-23T04:56:14.973Z] INFO: Archiving Costs [Pipeline] echo [2025-04-23T04:56:14.983Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-23T04:56:15.262Z] ---> logs-deploy.sh [2025-04-23T04:56:15.262Z] lf-activate-venv: SKIPPING [2025-04-23T04:56:15.262Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/main/115 [2025-04-23T04:56:15.262Z] INFO: archiving workspace using pattern(s): [2025-04-23T04:56:16.201Z] Archives upload complete. [2025-04-23T04:56:16.201Z] INFO: archiving logs to Nexus