Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fea93d81e4b91ca4599cea782a7ea9898c6b18cb 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-ssh10472099100337991231.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh16622081605862350782.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 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-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-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16934531527719036850.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh8023822429326901131.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-virtual-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-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7259497875139533754.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-virtual-go, goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual 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 ‘prd-ubuntu20.04-docker-8c-8g-772488’ is offline Running on prd-ubuntu20.04-docker-8c-8g-772489 in /w/workspace/exfoundry_device-virtual-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-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fea93d81e4b91ca4599cea782a7ea9898c6b18cb (main) Commit message: "Merge pull request #559 from judehung/update-go-1.25" > git config core.sparsecheckout # timeout=10 > git checkout -f fea93d81e4b91ca4599cea782a7ea9898c6b18cb # timeout=10 > git rev-list --no-walk 616a07c2a83fb87b37f9479176dff78d5c9552b0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-11-04T07:52:41.911Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-11-04T07:52:42.010Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-11-04T07:52:42.040Z] ========================================================= [2025-11-04T07:52:42.040Z] EdgeX Global Pipelines Version Info [2025-11-04T07:52:42.040Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:52:43.143Z] ------------------- [2025-11-04T07:52:43.143Z] stable info: [2025-11-04T07:52:43.143Z] ------------------- [2025-11-04T07:52:43.143Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-11-04T07:52:43.143Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2025-11-04T07:52:43.143Z] Message: update stable to v1.0.278 [2025-11-04T07:52:43.718Z] ------------------- [2025-11-04T07:52:43.719Z] experimental info: [2025-11-04T07:52:43.719Z] ------------------- [2025-11-04T07:52:43.719Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-11-04T07:52:43.719Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2025-11-04T07:52:43.719Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-11-04T07:52:43.811Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2025-11-04T07:52:43.839Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2025-11-04T07:52:43.865Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-11-04T07:52:43.892Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-11-04T07:52:43.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-11-04T07:52:43.953Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2025-11-04T07:52:43.989Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-11-04T07:52:44.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-11-04T07:52:44.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-11-04T07:52:44.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-11-04T07:52:44.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-11-04T07:52:44.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2025-11-04T07:52:44.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-11-04T07:52:44.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-11-04T07:52:44.198Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-11-04T07:52:44.222Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-11-04T07:52:44.248Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-11-04T07:52:44.270Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-11-04T07:52:44.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-11-04T07:52:44.322Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-11-04T07:52:44.343Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-11-04T07:52:44.361Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-11-04T07:52:44.390Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-11-04T07:52:44.415Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-11-04T07:52:44.444Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-11-04T07:52:44.472Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-11-04T07:52:44.504Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-11-04T07:52:44.528Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-11-04T07:52:44.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-11-04T07:52:44.580Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-11-04T07:52:44.605Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo [2025-11-04T07:52:44.626Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fea93d8 [Pipeline] echo [2025-11-04T07:52:44.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-04T07:52:44.712Z] provisioning config files... [2025-11-04T07:52:44.729Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16466104429328934459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:52:45.089Z] ---> ****-login.sh [2025-11-04T07:52:45.089Z] nexus3.edgexfoundry.org:10001 [2025-11-04T07:52:45.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:52:45.349Z] [2025-11-04T07:52:45.349Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-04T07:52:45.349Z] Configure a credential helper to remove this warning. See [2025-11-04T07:52:45.349Z] https://docs.****.com/go/credential-store/ [2025-11-04T07:52:45.349Z] [2025-11-04T07:52:45.349Z] Login Succeeded [2025-11-04T07:52:45.349Z] nexus3.edgexfoundry.org:10002 [2025-11-04T07:52:45.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:52:45.610Z] [2025-11-04T07:52:45.611Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-04T07:52:45.611Z] Configure a credential helper to remove this warning. See [2025-11-04T07:52:45.611Z] https://docs.****.com/go/credential-store/ [2025-11-04T07:52:45.611Z] [2025-11-04T07:52:45.611Z] Login Succeeded [2025-11-04T07:52:45.611Z] nexus3.edgexfoundry.org:10003 [2025-11-04T07:52:45.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:52:45.611Z] [2025-11-04T07:52:45.611Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-04T07:52:45.611Z] Configure a credential helper to remove this warning. See [2025-11-04T07:52:45.611Z] https://docs.****.com/go/credential-store/ [2025-11-04T07:52:45.611Z] [2025-11-04T07:52:45.611Z] Login Succeeded [2025-11-04T07:52:45.611Z] nexus3.edgexfoundry.org:10004 [2025-11-04T07:52:45.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:52:45.611Z] [2025-11-04T07:52:45.611Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-04T07:52:45.611Z] Configure a credential helper to remove this warning. See [2025-11-04T07:52:45.611Z] https://docs.****.com/go/credential-store/ [2025-11-04T07:52:45.611Z] [2025-11-04T07:52:45.611Z] Login Succeeded [2025-11-04T07:52:45.611Z] ****.io [2025-11-04T07:52:45.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:52:45.872Z] [2025-11-04T07:52:45.872Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-11-04T07:52:45.872Z] Configure a credential helper to remove this warning. See [2025-11-04T07:52:45.872Z] https://docs.****.com/go/credential-store/ [2025-11-04T07:52:45.872Z] [2025-11-04T07:52:45.872Z] Login Succeeded [2025-11-04T07:52:45.872Z] ---> ****-login.sh ends [Pipeline] } [2025-11-04T07:52:45.880Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-11-04T07:52:46.309Z] + git rev-list -1 --merges fea93d81e4b91ca4599cea782a7ea9898c6b18cb~1..fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo [2025-11-04T07:52:46.338Z] -----------> git rev-list -1 --merges fea93d81e4b91ca4599cea782a7ea9898c6b18cb~1..fea93d81e4b91ca4599cea782a7ea9898c6b18cb fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T07:52:46.338Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb [false] [Pipeline] sh [2025-11-04T07:52:46.631Z] + git log --format=format:%s -1 fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo [2025-11-04T07:52:46.648Z] ========================================================= [2025-11-04T07:52:46.648Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-11-04T07:52:46.648Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-11-04T07:52:46.979Z] + git log --format=format:%s -1 fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo [2025-11-04T07:52:46.990Z] [semverPrep] GIT_COMMIT: fea93d81e4b91ca4599cea782a7ea9898c6b18cb, Commit Message: Merge pull request #559 from judehung/update-go-1.25 [Pipeline] echo [2025-11-04T07:52:47.004Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-11-04T07:52:47.367Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-04T07:52:47.367Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-11-04T07:52:47.367Z] + [ -e /tmp/ssh_known_hosts ] [2025-11-04T07:52:47.367Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-11-04T07:52:47.367Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-11-04T07:52:47.367Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-11-04T07:52:47.367Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:52:47.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-04T07:52:47.809Z] [2025-11-04T07:52:47.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:52:48.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-04T07:52:48.115Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-11-04T07:52:48.115Z] 3dae71ba6b94: Pulling fs layer [2025-11-04T07:52:48.115Z] 6bf1a483ea7c: Pulling fs layer [2025-11-04T07:52:48.115Z] f5dfc541a4d3: Pulling fs layer [2025-11-04T07:52:48.115Z] 461d9e800cba: Pulling fs layer [2025-11-04T07:52:48.115Z] 80192f66455f: Pulling fs layer [2025-11-04T07:52:48.115Z] 2e8e34ca0e6c: Pulling fs layer [2025-11-04T07:52:48.115Z] a29436f7fd5d: Pulling fs layer [2025-11-04T07:52:48.115Z] 923cac83aea3: Pulling fs layer [2025-11-04T07:52:48.115Z] 25ad8b0a4227: Pulling fs layer [2025-11-04T07:52:48.115Z] db01528c6b51: Pulling fs layer [2025-11-04T07:52:48.115Z] 28988de357af: Pulling fs layer [2025-11-04T07:52:48.115Z] 923cac83aea3: Waiting [2025-11-04T07:52:48.115Z] 25ad8b0a4227: Waiting [2025-11-04T07:52:48.115Z] db01528c6b51: Waiting [2025-11-04T07:52:48.115Z] 461d9e800cba: Waiting [2025-11-04T07:52:48.115Z] 80192f66455f: Waiting [2025-11-04T07:52:48.115Z] 28988de357af: Waiting [2025-11-04T07:52:48.115Z] 2e8e34ca0e6c: Waiting [2025-11-04T07:52:48.115Z] a29436f7fd5d: Waiting [2025-11-04T07:52:48.115Z] 6bf1a483ea7c: Verifying Checksum [2025-11-04T07:52:48.115Z] 6bf1a483ea7c: Download complete [2025-11-04T07:52:48.115Z] 461d9e800cba: Download complete [2025-11-04T07:52:48.376Z] 80192f66455f: Download complete [2025-11-04T07:52:48.376Z] f5dfc541a4d3: Verifying Checksum [2025-11-04T07:52:48.376Z] f5dfc541a4d3: Download complete [2025-11-04T07:52:48.376Z] 3dae71ba6b94: Verifying Checksum [2025-11-04T07:52:48.376Z] 3dae71ba6b94: Download complete [2025-11-04T07:52:48.376Z] 923cac83aea3: Verifying Checksum [2025-11-04T07:52:48.376Z] 923cac83aea3: Download complete [2025-11-04T07:52:48.634Z] 25ad8b0a4227: Verifying Checksum [2025-11-04T07:52:48.634Z] 25ad8b0a4227: Download complete [2025-11-04T07:52:48.634Z] db01528c6b51: Download complete [2025-11-04T07:52:48.634Z] 28988de357af: Verifying Checksum [2025-11-04T07:52:48.634Z] 28988de357af: Download complete [2025-11-04T07:52:48.634Z] a29436f7fd5d: Verifying Checksum [2025-11-04T07:52:48.634Z] a29436f7fd5d: Download complete [2025-11-04T07:52:48.893Z] 2e8e34ca0e6c: Verifying Checksum [2025-11-04T07:52:48.893Z] 2e8e34ca0e6c: Download complete [2025-11-04T07:52:49.832Z] 3dae71ba6b94: Pull complete [2025-11-04T07:52:49.832Z] 6bf1a483ea7c: Pull complete [2025-11-04T07:52:50.769Z] f5dfc541a4d3: Pull complete [2025-11-04T07:52:50.769Z] 461d9e800cba: Pull complete [2025-11-04T07:52:50.769Z] 80192f66455f: Pull complete [2025-11-04T07:52:54.056Z] 2e8e34ca0e6c: Pull complete [2025-11-04T07:52:54.995Z] a29436f7fd5d: Pull complete [2025-11-04T07:52:54.995Z] 923cac83aea3: Pull complete [2025-11-04T07:52:54.995Z] 25ad8b0a4227: Pull complete [2025-11-04T07:52:54.995Z] db01528c6b51: Pull complete [2025-11-04T07:52:54.995Z] 28988de357af: Pull complete [2025-11-04T07:52:54.995Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-11-04T07:52:54.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-04T07:52:54.995Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T07:52:55.132Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T07:52:55.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T07:52:56.919Z] $ docker top 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 -eo pid,comm [2025-11-04T07:52:56.979Z] 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-11-04T07:52:56.979Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-04T07:52:57.041Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-04T07:52:57.041Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-04T07:52:57.148Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-04T07:52:57.138Z] $ docker exec 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 ssh-agent [2025-11-04T07:52:57.258Z] SSH_AUTH_SOCK=/tmp/ssh-fhhdfOjpl3rM/agent.33 [2025-11-04T07:52:57.258Z] SSH_AGENT_PID=39 [2025-11-04T07:52:57.264Z] Running ssh-add (command line suppressed) [2025-11-04T07:52:57.338Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9409627511096475296.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9409627511096475296.key) [2025-11-04T07:52:57.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-04T07:52:57.655Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] sh [2025-11-04T07:52:57.944Z] + git tag --points-at HEAD [Pipeline] } [2025-11-04T07:52:57.943Z] $ docker exec --env ******** --env ******** 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 ssh-agent -k [2025-11-04T07:52:58.035Z] unset SSH_AUTH_SOCK; [2025-11-04T07:52:58.035Z] unset SSH_AGENT_PID; [2025-11-04T07:52:58.035Z] echo Agent pid 39 killed; [2025-11-04T07:52:58.056Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-11-04T07:52:58.101Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-04T07:52:58.101Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-04T07:52:58.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-04T07:52:58.203Z] $ docker exec 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 ssh-agent [2025-11-04T07:52:58.320Z] SSH_AUTH_SOCK=/tmp/ssh-DSIXw4u1wkE6/agent.86 [2025-11-04T07:52:58.320Z] SSH_AGENT_PID=92 [2025-11-04T07:52:58.325Z] Running ssh-add (command line suppressed) [2025-11-04T07:52:58.405Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9621002449341726091.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9621002449341726091.key) [2025-11-04T07:52:58.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-04T07:52:58.727Z] + git semver init [2025-11-04T07:52:58.987Z] 2025-11-04 07:52:58,907 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-04T07:52:58.987Z] 2025-11-04 07:52:58,911 [run_init] DEBUG init version:0.0.0 force:False [2025-11-04T07:52:58.987Z] 2025-11-04 07:52:58,912 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2025-11-04T07:52:58.987Z] 2025-11-04 07:52:58,912 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2025-11-04T07:52:58.988Z] 2025-11-04 07:52:58,912 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) [2025-11-04T07:53:00.367Z] 2025-11-04 07:53:00,317 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2025-11-04T07:53:00.367Z] 2025-11-04 07:53:00,317 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2025-11-04T07:53:00.367Z] 2025-11-04 07:53:00,317 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T07:53:00.367Z] 2025-11-04 07:53:00,318 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T07:53:00.367Z] 4.1.0-dev.9 [Pipeline] } [2025-11-04T07:53:00.366Z] $ docker exec --env ******** --env ******** 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 ssh-agent -k [2025-11-04T07:53:00.458Z] unset SSH_AUTH_SOCK; [2025-11-04T07:53:00.459Z] unset SSH_AGENT_PID; [2025-11-04T07:53:00.459Z] echo Agent pid 92 killed; [2025-11-04T07:53:00.478Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-04T07:53:00.806Z] + git semver [Pipeline] } [2025-11-04T07:53:01.067Z] $ docker stop --time=1 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 [2025-11-04T07:53:02.349Z] $ docker rm -f --volumes 87b294ed1dfa56b5831e6eab49b4a7f2dcead2f2c3099ac4f948f67864746a80 [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-04T07:53:02.699Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-11-04T07:53:02.960Z] Stashed 1 file(s) [Pipeline] echo [2025-11-04T07:53:02.963Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [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-11-04T07:53:03.132Z] provisioning config files... [2025-11-04T07:53:03.151Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13190829882565682940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:53:03.488Z] ---> ****-login.sh [2025-11-04T07:53:03.488Z] nexus3.edgexfoundry.org:10001 [2025-11-04T07:53:03.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:53:03.488Z] Login Succeeded [2025-11-04T07:53:03.488Z] nexus3.edgexfoundry.org:10002 [2025-11-04T07:53:03.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:53:03.488Z] Login Succeeded [2025-11-04T07:53:03.488Z] nexus3.edgexfoundry.org:10003 [2025-11-04T07:53:03.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:53:03.747Z] Login Succeeded [2025-11-04T07:53:03.747Z] nexus3.edgexfoundry.org:10004 [2025-11-04T07:53:03.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:53:03.748Z] Login Succeeded [2025-11-04T07:53:03.748Z] ****.io [2025-11-04T07:53:03.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:53:04.006Z] Login Succeeded [2025-11-04T07:53:04.006Z] ---> ****-login.sh ends [Pipeline] } [2025-11-04T07:53:04.015Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-11-04T07:53:04.097Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-04T07:53:04.121Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-04T07:53:04.137Z] ========================================================= [2025-11-04T07:53:04.137Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2025-11-04T07:53:04.137Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:53:04.475Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine --build-arg MAKE=echo noop --target=builder . [2025-11-04T07:53:05.043Z] #0 building with "default" instance using docker driver [2025-11-04T07:53:05.043Z] [2025-11-04T07:53:05.043Z] #1 [internal] load build definition from Dockerfile [2025-11-04T07:53:05.043Z] #1 transferring dockerfile: 1.79kB done [2025-11-04T07:53:05.043Z] #1 DONE 0.0s [2025-11-04T07:53:05.043Z] [2025-11-04T07:53:05.043Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-11-04T07:53:05.043Z] #2 DONE 0.1s [2025-11-04T07:53:05.303Z] [2025-11-04T07:53:05.303Z] #3 [internal] load .dockerignore [2025-11-04T07:53:05.303Z] #3 transferring context: 2B done [2025-11-04T07:53:05.303Z] #3 DONE 0.0s [2025-11-04T07:53:05.303Z] [2025-11-04T07:53:05.303Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2025-11-04T07:53:05.303Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 0.0s done [2025-11-04T07:53:05.303Z] #4 sha256:2caa029a6df7ddc8757eb3642c320a433405a94beabcc5536fbfd011b4868154 4.11kB / 4.11kB done [2025-11-04T07:53:05.303Z] #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s [2025-11-04T07:53:05.303Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 3.15MB / 60.15MB 0.1s [2025-11-04T07:53:05.303Z] #4 sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 685B / 685B done [2025-11-04T07:53:05.303Z] #4 sha256:0571529eb0d62c6c63f07cd806efe94d1b30411a55171121c600b2b418b13706 2.08kB / 2.08kB done [2025-11-04T07:53:05.303Z] #4 sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 291.15kB / 291.15kB 0.0s done [2025-11-04T07:53:05.303Z] #4 sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 125B / 125B 0.1s done [2025-11-04T07:53:05.303Z] #4 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done [2025-11-04T07:53:05.303Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 12.58MB / 60.15MB 0.2s [2025-11-04T07:53:05.303Z] #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s [2025-11-04T07:53:05.303Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 1.05MB / 112.58MB 0.2s [2025-11-04T07:53:05.303Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-11-04T07:53:05.303Z] #4 sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 321B / 321B 0.1s done [2025-11-04T07:53:05.303Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 3.15MB / 11.98MB 0.2s [2025-11-04T07:53:05.561Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 27.26MB / 60.15MB 0.3s [2025-11-04T07:53:05.561Z] #4 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.2s done [2025-11-04T07:53:05.561Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 7.34MB / 112.58MB 0.3s [2025-11-04T07:53:05.561Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.3s [2025-11-04T07:53:05.561Z] #4 ... [2025-11-04T07:53:05.561Z] [2025-11-04T07:53:05.561Z] #5 [internal] load build context [2025-11-04T07:53:05.561Z] #5 transferring context: 40.65MB 0.3s done [2025-11-04T07:53:05.561Z] #5 DONE 0.4s [2025-11-04T07:53:05.561Z] [2025-11-04T07:53:05.561Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine@sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2025-11-04T07:53:05.561Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 42.99MB / 60.15MB 0.4s [2025-11-04T07:53:05.561Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 13.63MB / 112.58MB 0.4s [2025-11-04T07:53:05.561Z] #4 sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 11.98MB / 11.98MB 0.4s done [2025-11-04T07:53:05.561Z] #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 [2025-11-04T07:53:05.819Z] #4 sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 60.15MB / 60.15MB 0.6s done [2025-11-04T07:53:05.819Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 35.65MB / 112.58MB 0.6s [2025-11-04T07:53:05.819Z] #4 extracting sha256:c35fb4624d26424571dfb821ae83d912cb463420dcedd6224f36bb5f96f92542 0.1s done [2025-11-04T07:53:05.819Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 10.49MB / 14.72MB 0.6s [2025-11-04T07:53:05.819Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 49.28MB / 112.58MB 0.7s [2025-11-04T07:53:05.819Z] #4 sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 14.72MB / 14.72MB 0.7s done [2025-11-04T07:53:05.819Z] #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 0.1s [2025-11-04T07:53:06.078Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 69.21MB / 112.58MB 0.8s [2025-11-04T07:53:06.078Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 93.32MB / 112.58MB 0.9s [2025-11-04T07:53:06.336Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.0s [2025-11-04T07:53:06.336Z] #4 sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 112.58MB / 112.58MB 1.1s done [2025-11-04T07:53:10.523Z] #4 extracting sha256:4e2aec7ef170b5f02e240ef6c8aac64fb96a14688ea0750c962c145c141f3830 4.6s done [2025-11-04T07:53:10.783Z] #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 [2025-11-04T07:53:10.783Z] #4 extracting sha256:333b49ad6fbf2b99bf7532e840b5bff11ea42e960a0a8851832dbe82fa3d7c00 done [2025-11-04T07:53:10.783Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-11-04T07:53:10.783Z] #4 extracting sha256:c3e65509a76bb9f5693fb9380bb0cb69e5823593389f8ee2155e5fb2e5217869 done [2025-11-04T07:53:10.783Z] #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e [2025-11-04T07:53:11.719Z] #4 extracting sha256:7cf9ebb963bdf950700fce54bdb278ce83f7c063ec4956dc76ab8839e1a7578e 0.5s done [2025-11-04T07:53:11.719Z] #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 0.1s [2025-11-04T07:53:15.018Z] #4 extracting sha256:bb34ca984cfb5e98da818d061902d9e41b8703d52f8226d456dff430e917ea9c 3.1s done [2025-11-04T07:53:15.018Z] #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.1s [2025-11-04T07:53:15.300Z] #4 extracting sha256:151cf03bc80780810e935b24fc9b81f3b5072be958f5a4bb4177a09958745c75 0.7s done [2025-11-04T07:53:15.301Z] #4 DONE 10.3s [2025-11-04T07:53:15.560Z] [2025-11-04T07:53:15.560Z] #6 [builder 2/7] WORKDIR /device-virtual-go [2025-11-04T07:53:16.940Z] #6 DONE 1.6s [2025-11-04T07:53:17.200Z] [2025-11-04T07:53:17.200Z] #7 [builder 3/7] RUN apk add --update --no-cache make git openssh-client [2025-11-04T07:53:17.200Z] #7 0.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-04T07:53:17.457Z] #7 0.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-11-04T07:53:18.025Z] #7 0.825 (1/4) Installing openssh-keygen (10.0_p1-r9) [2025-11-04T07:53:18.025Z] #7 0.835 (2/4) Installing libedit (20250104.3.1-r1) [2025-11-04T07:53:18.025Z] #7 0.840 (3/4) Installing openssh-client-common (10.0_p1-r9) [2025-11-04T07:53:18.025Z] #7 0.866 (4/4) Installing openssh-client-default (10.0_p1-r9) [2025-11-04T07:53:18.025Z] #7 0.874 Executing busybox-1.37.0-r19.trigger [2025-11-04T07:53:18.025Z] #7 0.884 OK: 269 MiB in 64 packages [2025-11-04T07:53:18.025Z] #7 DONE 1.0s [2025-11-04T07:53:18.096Z] Still waiting to schedule task [2025-11-04T07:53:18.096Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-11-04T07:53:18.284Z] [2025-11-04T07:53:18.284Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-11-04T07:53:18.284Z] #8 DONE 0.0s [2025-11-04T07:53:18.284Z] [2025-11-04T07:53:18.284Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-11-04T07:53:30.510Z] #9 DONE 10.5s [2025-11-04T07:53:30.510Z] [2025-11-04T07:53:30.510Z] #10 [builder 6/7] COPY . . [2025-11-04T07:53:30.510Z] #10 DONE 0.1s [2025-11-04T07:53:30.510Z] [2025-11-04T07:53:30.510Z] #11 [builder 7/7] RUN echo noop [2025-11-04T07:53:30.510Z] #11 0.193 noop [2025-11-04T07:53:30.510Z] #11 DONE 0.2s [2025-11-04T07:53:30.510Z] [2025-11-04T07:53:30.510Z] #12 exporting to image [2025-11-04T07:53:30.510Z] #12 exporting layers [2025-11-04T07:53:37.071Z] #12 exporting layers 7.0s done [2025-11-04T07:53:37.071Z] #12 writing image sha256:843e5df3fff788555ede34d2a471cb0de78e6a10f1dba8d958e5d768c71f32ff done [2025-11-04T07:53:37.071Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-11-04T07:53:37.071Z] #12 DONE 7.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:53:37.407Z] + docker inspect -f . ci-base-image-x86_64 [2025-11-04T07:53:37.407Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T07:53:37.479Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T07:53:37.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T07:53:37.818Z] $ docker top b85e5e5ce29c481962806da76aae1d37a3893bc46d4a278cd2fe985aaaa00e7a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-04T07:53:38.163Z] + go version [2025-11-04T07:53:38.163Z] go version go1.25.2 linux/amd64 [Pipeline] } [2025-11-04T07:53:38.176Z] $ docker stop --time=1 b85e5e5ce29c481962806da76aae1d37a3893bc46d4a278cd2fe985aaaa00e7a [2025-11-04T07:53:39.430Z] $ docker rm -f --volumes b85e5e5ce29c481962806da76aae1d37a3893bc46d4a278cd2fe985aaaa00e7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:53:39.870Z] + docker inspect -f . ci-base-image-x86_64 [2025-11-04T07:53:39.870Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T07:53:39.950Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T07:53:39.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T07:53:40.219Z] $ docker top cfd22937365685e24f3986b0cee95cc070685e67f811b0ca1a96b03f6ae0be6b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-04T07:53:40.560Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2025-11-04T07:53:40.870Z] + make test [2025-11-04T07:53:40.870Z] go test ./... -coverprofile=coverage.out [2025-11-04T07:53:42.243Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-11-04T07:54:00.318Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-11-04T07:54:00.318Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.014s coverage: 59.5% of statements [2025-11-04T07:54:10.285Z] 0 issues. [2025-11-04T07:54:10.285Z] go vet ./... [2025-11-04T07:54:14.469Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-11-04T07:54:14.469Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-11-04T07:54:14.469Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-11-04T07:54:14.753Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-11-04T07:54:14.798Z] $ docker stop --time=1 cfd22937365685e24f3986b0cee95cc070685e67f811b0ca1a96b03f6ae0be6b [2025-11-04T07:54:16.969Z] $ docker rm -f --volumes cfd22937365685e24f3986b0cee95cc070685e67f811b0ca1a96b03f6ae0be6b [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-04T07:54:17.551Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-11-04T07:54:17.609Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-11-04T07:54:18.242Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-11-04T07:54:18.529Z] + ls -al . [2025-11-04T07:54:18.529Z] total 276 [2025-11-04T07:54:18.529Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 4 07:53 . [2025-11-04T07:54:18.529Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 4 07:52 .. [2025-11-04T07:54:18.529Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 4 07:54 .git [2025-11-04T07:54:18.529Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:52 .github [2025-11-04T07:54:18.529Z] -rw-rw-r-- 1 jenkins jenkins 272 Nov 4 07:52 .gitignore [2025-11-04T07:54:18.529Z] -rw-rw-r-- 1 jenkins jenkins 359 Nov 4 07:52 .golangci.yml [2025-11-04T07:54:18.529Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 4 07:53 .semver [2025-11-04T07:54:18.529Z] -rw-rw-r-- 1 jenkins jenkins 20974 Nov 4 07:52 Attribution.txt [2025-11-04T07:54:18.529Z] -rw-rw-r-- 1 jenkins jenkins 17302 Nov 4 07:52 CHANGELOG.md [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 1755 Nov 4 07:52 Dockerfile [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 4 07:52 GOVERNANCE.md [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 683 Nov 4 07:52 Jenkinsfile [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 4 07:52 LICENSE [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 2651 Nov 4 07:52 Makefile [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 623 Nov 4 07:52 OWNERS.md [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 4473 Nov 4 07:52 README.md [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 4 07:53 VERSION [2025-11-04T07:54:18.530Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 4 07:52 bin [2025-11-04T07:54:18.530Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:52 cmd [2025-11-04T07:54:18.530Z] -rw-r--r-- 1 jenkins jenkins 45387 Nov 4 07:53 coverage.out [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 6645 Nov 4 07:52 go.mod [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 89081 Nov 4 07:52 go.sum [2025-11-04T07:54:18.530Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:52 internal [2025-11-04T07:54:18.530Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 4 07:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:18.846Z] + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=fea93d81e4b91ca4599cea782a7ea9898c6b18cb --label arch=amd64 --label version=4.1.0-dev.9 . [2025-11-04T07:54:19.105Z] #0 building with "default" instance using docker driver [2025-11-04T07:54:19.105Z] [2025-11-04T07:54:19.105Z] #1 [internal] load build definition from Dockerfile [2025-11-04T07:54:19.105Z] #1 transferring dockerfile: 1.79kB done [2025-11-04T07:54:19.105Z] #1 DONE 0.0s [2025-11-04T07:54:19.105Z] [2025-11-04T07:54:19.105Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-11-04T07:54:19.105Z] #2 DONE 0.0s [2025-11-04T07:54:19.105Z] [2025-11-04T07:54:19.105Z] #3 [internal] load metadata for docker.io/library/alpine:3.22 [2025-11-04T07:54:19.105Z] #3 DONE 0.1s [2025-11-04T07:54:19.105Z] [2025-11-04T07:54:19.105Z] #4 [internal] load .dockerignore [2025-11-04T07:54:19.105Z] #4 transferring context: [2025-11-04T07:54:19.105Z] #4 transferring context: 2B done [2025-11-04T07:54:19.105Z] #4 DONE 0.0s [2025-11-04T07:54:19.105Z] [2025-11-04T07:54:19.105Z] #5 [internal] load build context [2025-11-04T07:54:19.105Z] #5 transferring context: 58.54kB 0.0s done [2025-11-04T07:54:19.105Z] #5 DONE 0.0s [2025-11-04T07:54:19.105Z] [2025-11-04T07:54:19.105Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-11-04T07:54:19.105Z] #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-11-04T07:54:19.105Z] #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-11-04T07:54:19.105Z] #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-11-04T07:54:19.105Z] #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-11-04T07:54:19.105Z] #6 DONE 0.0s [2025-11-04T07:54:19.105Z] [2025-11-04T07:54:19.105Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-11-04T07:54:19.105Z] #7 DONE 0.1s [2025-11-04T07:54:19.105Z] [2025-11-04T07:54:19.105Z] #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-11-04T07:54:19.365Z] #8 ... [2025-11-04T07:54:19.365Z] [2025-11-04T07:54:19.365Z] #9 [builder 2/7] WORKDIR /device-virtual-go [2025-11-04T07:54:19.365Z] #9 DONE 0.0s [2025-11-04T07:54:19.365Z] [2025-11-04T07:54:19.365Z] #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-11-04T07:54:19.365Z] #8 0.194 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-04T07:54:19.365Z] #8 0.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-11-04T07:54:19.624Z] #8 0.559 (1/1) Installing dumb-init (1.2.5-r3) [2025-11-04T07:54:19.624Z] #8 0.564 Executing busybox-1.37.0-r19.trigger [2025-11-04T07:54:19.624Z] #8 0.570 OK: 7 MiB in 17 packages [2025-11-04T07:54:19.885Z] #8 DONE 0.7s [2025-11-04T07:54:19.885Z] [2025-11-04T07:54:19.885Z] #10 [builder 3/7] RUN apk add --update --no-cache make git openssh-client [2025-11-04T07:54:19.885Z] #10 0.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-04T07:54:19.885Z] #10 0.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-11-04T07:54:19.885Z] #10 0.598 OK: 269 MiB in 64 packages [2025-11-04T07:54:19.885Z] #10 DONE 0.7s [2025-11-04T07:54:19.885Z] [2025-11-04T07:54:19.885Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-11-04T07:54:19.885Z] #11 DONE 0.0s [2025-11-04T07:54:19.885Z] [2025-11-04T07:54:19.885Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-11-04T07:54:20.451Z] #12 DONE 0.4s [2025-11-04T07:54:20.451Z] [2025-11-04T07:54:20.451Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-11-04T07:54:20.451Z] #13 0.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-11-04T07:54:20.451Z] #13 0.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-11-04T07:54:20.451Z] #13 ... [2025-11-04T07:54:20.451Z] [2025-11-04T07:54:20.451Z] #14 [builder 6/7] COPY . . [2025-11-04T07:54:20.451Z] #14 DONE 0.2s [2025-11-04T07:54:20.710Z] [2025-11-04T07:54:20.710Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-11-04T07:54:20.710Z] #13 0.787 OK: 7 MiB in 17 packages [2025-11-04T07:54:20.710Z] #13 DONE 0.9s [2025-11-04T07:54:20.710Z] [2025-11-04T07:54:20.710Z] #15 [builder 7/7] RUN make build [2025-11-04T07:54:20.710Z] #15 0.273 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-11-04T07:54:42.634Z] #15 DONE 21.8s [2025-11-04T07:54:42.634Z] [2025-11-04T07:54:42.634Z] #16 [stage-1 4/7] COPY --from=builder /device-virtual-go/Attribution.txt / [2025-11-04T07:54:42.634Z] #16 DONE 0.0s [2025-11-04T07:54:42.634Z] [2025-11-04T07:54:42.634Z] #17 [stage-1 5/7] COPY --from=builder /device-virtual-go/LICENSE / [2025-11-04T07:54:42.634Z] #17 DONE 0.0s [2025-11-04T07:54:42.634Z] [2025-11-04T07:54:42.634Z] #18 [stage-1 6/7] COPY --from=builder /device-virtual-go/cmd / [2025-11-04T07:54:42.634Z] #18 DONE 0.1s [2025-11-04T07:54:42.634Z] [2025-11-04T07:54:42.634Z] #19 exporting to image [2025-11-04T07:54:42.634Z] #19 exporting layers 0.1s done [2025-11-04T07:54:42.634Z] #19 writing image sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done [2025-11-04T07:54:42.634Z] #19 naming to docker.io/library/device-virtual done [2025-11-04T07:54:42.634Z] #19 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-04T07:54:42.764Z] provisioning config files... [2025-11-04T07:54:42.772Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12186735206739047878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:54:43.078Z] ---> ****-login.sh [2025-11-04T07:54:43.078Z] nexus3.edgexfoundry.org:10001 [2025-11-04T07:54:43.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:54:43.078Z] Login Succeeded [2025-11-04T07:54:43.078Z] nexus3.edgexfoundry.org:10002 [2025-11-04T07:54:43.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:54:43.078Z] Login Succeeded [2025-11-04T07:54:43.078Z] nexus3.edgexfoundry.org:10003 [2025-11-04T07:54:43.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:54:43.338Z] Login Succeeded [2025-11-04T07:54:43.338Z] nexus3.edgexfoundry.org:10004 [2025-11-04T07:54:43.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:54:43.338Z] Login Succeeded [2025-11-04T07:54:43.338Z] ****.io [2025-11-04T07:54:43.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:54:43.598Z] Login Succeeded [2025-11-04T07:54:43.598Z] ---> ****-login.sh ends [Pipeline] } [2025-11-04T07:54:43.606Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-04T07:54:43.671Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-04T07:54:43.707Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2025-11-04T07:54:43.707Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T07:54:43.707Z] latest [2025-11-04T07:54:43.707Z] 4.1.0-dev.9 [2025-11-04T07:54:43.707Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T07:54:43.707Z] main [2025-11-04T07:54:43.707Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:44.056Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:44.384Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T07:54:44.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-11-04T07:54:44.384Z] 27c57bcbd211: Preparing [2025-11-04T07:54:44.384Z] 538b7a863b4d: Preparing [2025-11-04T07:54:44.384Z] a460c2c8a3e1: Preparing [2025-11-04T07:54:44.384Z] 846645dbc3ff: Preparing [2025-11-04T07:54:44.384Z] 242eabd5fbcf: Preparing [2025-11-04T07:54:44.384Z] 256f393e029f: Preparing [2025-11-04T07:54:44.384Z] 256f393e029f: Waiting [2025-11-04T07:54:44.384Z] 242eabd5fbcf: Pushed [2025-11-04T07:54:44.384Z] a460c2c8a3e1: Pushed [2025-11-04T07:54:44.384Z] 256f393e029f: Layer already exists [2025-11-04T07:54:44.384Z] 846645dbc3ff: Pushed [2025-11-04T07:54:44.384Z] 538b7a863b4d: Pushed [2025-11-04T07:54:48.571Z] 27c57bcbd211: Pushed [2025-11-04T07:54:48.571Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:48.908Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:49.237Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-11-04T07:54:49.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-11-04T07:54:49.237Z] 27c57bcbd211: Preparing [2025-11-04T07:54:49.237Z] 538b7a863b4d: Preparing [2025-11-04T07:54:49.237Z] a460c2c8a3e1: Preparing [2025-11-04T07:54:49.237Z] 846645dbc3ff: Preparing [2025-11-04T07:54:49.237Z] 242eabd5fbcf: Preparing [2025-11-04T07:54:49.237Z] 256f393e029f: Preparing [2025-11-04T07:54:49.237Z] 256f393e029f: Waiting [2025-11-04T07:54:49.237Z] a460c2c8a3e1: Layer already exists [2025-11-04T07:54:49.237Z] 846645dbc3ff: Layer already exists [2025-11-04T07:54:49.237Z] 538b7a863b4d: Layer already exists [2025-11-04T07:54:49.237Z] 242eabd5fbcf: Layer already exists [2025-11-04T07:54:49.237Z] 27c57bcbd211: Layer already exists [2025-11-04T07:54:49.237Z] 256f393e029f: Layer already exists [2025-11-04T07:54:49.237Z] latest: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:49.560Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:49.882Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 [2025-11-04T07:54:49.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-11-04T07:54:49.882Z] 27c57bcbd211: Preparing [2025-11-04T07:54:49.882Z] 538b7a863b4d: Preparing [2025-11-04T07:54:49.882Z] a460c2c8a3e1: Preparing [2025-11-04T07:54:49.882Z] 846645dbc3ff: Preparing [2025-11-04T07:54:49.882Z] 242eabd5fbcf: Preparing [2025-11-04T07:54:49.882Z] 256f393e029f: Preparing [2025-11-04T07:54:49.882Z] 256f393e029f: Waiting [2025-11-04T07:54:49.882Z] 846645dbc3ff: Layer already exists [2025-11-04T07:54:49.882Z] 538b7a863b4d: Layer already exists [2025-11-04T07:54:49.882Z] 27c57bcbd211: Layer already exists [2025-11-04T07:54:49.882Z] 242eabd5fbcf: Layer already exists [2025-11-04T07:54:49.882Z] a460c2c8a3e1: Layer already exists [2025-11-04T07:54:49.882Z] 256f393e029f: Layer already exists [2025-11-04T07:54:49.882Z] 4.1.0-dev.9: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:50.212Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:50.541Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T07:54:50.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-11-04T07:54:50.541Z] 27c57bcbd211: Preparing [2025-11-04T07:54:50.541Z] 538b7a863b4d: Preparing [2025-11-04T07:54:50.541Z] a460c2c8a3e1: Preparing [2025-11-04T07:54:50.541Z] 846645dbc3ff: Preparing [2025-11-04T07:54:50.541Z] 242eabd5fbcf: Preparing [2025-11-04T07:54:50.541Z] 256f393e029f: Preparing [2025-11-04T07:54:50.541Z] 256f393e029f: Waiting [2025-11-04T07:54:50.541Z] 846645dbc3ff: Layer already exists [2025-11-04T07:54:50.541Z] 538b7a863b4d: Layer already exists [2025-11-04T07:54:50.541Z] 242eabd5fbcf: Layer already exists [2025-11-04T07:54:50.541Z] a460c2c8a3e1: Layer already exists [2025-11-04T07:54:50.541Z] 27c57bcbd211: Layer already exists [2025-11-04T07:54:50.541Z] 256f393e029f: Layer already exists [2025-11-04T07:54:50.541Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:50.874Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:54:51.196Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2025-11-04T07:54:51.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2025-11-04T07:54:51.196Z] 27c57bcbd211: Preparing [2025-11-04T07:54:51.196Z] 538b7a863b4d: Preparing [2025-11-04T07:54:51.196Z] a460c2c8a3e1: Preparing [2025-11-04T07:54:51.196Z] 846645dbc3ff: Preparing [2025-11-04T07:54:51.196Z] 242eabd5fbcf: Preparing [2025-11-04T07:54:51.196Z] 256f393e029f: Preparing [2025-11-04T07:54:51.196Z] 256f393e029f: Waiting [2025-11-04T07:54:51.196Z] 538b7a863b4d: Layer already exists [2025-11-04T07:54:51.196Z] 27c57bcbd211: Layer already exists [2025-11-04T07:54:51.196Z] 846645dbc3ff: Layer already exists [2025-11-04T07:54:51.196Z] 242eabd5fbcf: Layer already exists [2025-11-04T07:54:51.196Z] a460c2c8a3e1: Layer already exists [2025-11-04T07:54:51.196Z] 256f393e029f: Layer already exists [2025-11-04T07:54:51.196Z] main: digest: sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-04T07:54:51.267Z] ===================================================== [Pipeline] echo [2025-11-04T07:54:51.284Z] taggedImages: [2025-11-04T07:54:51.284Z] - nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T07:54:51.284Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-11-04T07:54:51.284Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 [2025-11-04T07:54:51.284Z] - nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T07:54:51.284Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] echo [2025-11-04T07:54:51.326Z] ========================================================= [2025-11-04T07:54:51.326Z] [edgeXBuildMultiArch] RAW Config: [2025-11-04T07:54:51.326Z] images: [2025-11-04T07:54:51.326Z] - nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T07:54:51.326Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-11-04T07:54:51.326Z] - nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 [2025-11-04T07:54:51.326Z] - nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T07:54:51.326Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [2025-11-04T07:54:51.326Z] settingsFile: [2025-11-04T07:54:51.326Z] device-virtual-go-settings [2025-11-04T07:54:51.326Z] ========================================================= [Pipeline] node [2025-11-04T07:54:51.552Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-772491 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2025-11-04T07:54:51.573Z] Running in /w/workspace/device-virtual-go/219 [Pipeline] { [Pipeline] checkout [2025-11-04T07:54:54.621Z] The recommended git tool is: git [2025-11-04T07:55:00.599Z] using credential edgex-jenkins-ssh [2025-11-04T07:55:00.626Z] Cloning the remote Git repository [2025-11-04T07:55:00.655Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2025-11-04T07:55:00.774Z] > git init /w/workspace/device-virtual-go/219 # timeout=10 [2025-11-04T07:55:00.929Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2025-11-04T07:55:00.931Z] > git --version # timeout=10 [2025-11-04T07:55:00.950Z] > git --version # 'git version 2.25.1' [2025-11-04T07:55:00.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-11-04T07:55:01.086Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-11-04T07:55:04.242Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2025-11-04T07:55:04.279Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-11-04T07:55:05.178Z] Avoid second fetch [2025-11-04T07:55:05.179Z] Checking out Revision fea93d81e4b91ca4599cea782a7ea9898c6b18cb (main) [2025-11-04T07:55:05.755Z] Commit message: "Merge pull request #559 from judehung/update-go-1.25" [2025-11-04T07:55:05.186Z] > git config core.sparsecheckout # timeout=10 [2025-11-04T07:55:05.242Z] > git checkout -f fea93d81e4b91ca4599cea782a7ea9898c6b18cb # timeout=10 [2025-11-04T07:55:06.329Z] Still waiting to schedule task [2025-11-04T07:55:06.329Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-04T07:55:10.207Z] provisioning config files... [2025-11-04T07:55:10.236Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/219@tmp/config9623386319826881485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:55:10.895Z] ---> ****-login.sh [2025-11-04T07:55:10.895Z] nexus3.edgexfoundry.org:10001 [2025-11-04T07:55:11.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:55:11.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:55:11.439Z] Configure a credential helper to remove this warning. See [2025-11-04T07:55:11.439Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:55:11.439Z] [2025-11-04T07:55:11.439Z] Login Succeeded [2025-11-04T07:55:11.439Z] nexus3.edgexfoundry.org:10002 [2025-11-04T07:55:11.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:55:11.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:55:11.720Z] Configure a credential helper to remove this warning. See [2025-11-04T07:55:11.720Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:55:11.720Z] [2025-11-04T07:55:11.720Z] Login Succeeded [2025-11-04T07:55:11.720Z] nexus3.edgexfoundry.org:10003 [2025-11-04T07:55:11.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:55:12.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:55:12.273Z] Configure a credential helper to remove this warning. See [2025-11-04T07:55:12.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:55:12.273Z] [2025-11-04T07:55:12.273Z] Login Succeeded [2025-11-04T07:55:12.273Z] nexus3.edgexfoundry.org:10004 [2025-11-04T07:55:12.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:55:12.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:55:12.543Z] Configure a credential helper to remove this warning. See [2025-11-04T07:55:12.543Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:55:12.543Z] [2025-11-04T07:55:12.543Z] Login Succeeded [2025-11-04T07:55:12.543Z] ****.io [2025-11-04T07:55:12.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:55:13.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:55:13.080Z] Configure a credential helper to remove this warning. See [2025-11-04T07:55:13.081Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:55:13.081Z] [2025-11-04T07:55:13.081Z] Login Succeeded [2025-11-04T07:55:13.081Z] ---> ****-login.sh ends [Pipeline] } [2025-11-04T07:55:13.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-11-04T07:55:13.400Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-04T07:55:13.422Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-04T07:55:13.442Z] ========================================================= [2025-11-04T07:55:13.442Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2025-11-04T07:55:13.442Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:55:13.814Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine --build-arg MAKE=echo noop --target=builder . [2025-11-04T07:55:14.404Z] Sending build context to Docker daemon 20.55MB [2025-11-04T07:55:14.404Z] Step 1/12 : ARG BASE=golang:1.25-alpine3.22 [2025-11-04T07:55:14.404Z] Step 2/12 : FROM ${BASE} AS builder [2025-11-04T07:55:14.676Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-11-04T07:55:14.676Z] 6b59a28fa201: Pulling fs layer [2025-11-04T07:55:14.676Z] d32bb0dddca7: Pulling fs layer [2025-11-04T07:55:14.676Z] 5dab1238d3d9: Pulling fs layer [2025-11-04T07:55:14.676Z] 196fd7d83e7d: Pulling fs layer [2025-11-04T07:55:14.676Z] 4f4fb700ef54: Pulling fs layer [2025-11-04T07:55:14.676Z] 8ba94037c8f0: Pulling fs layer [2025-11-04T07:55:14.676Z] deaec5988b04: Pulling fs layer [2025-11-04T07:55:14.676Z] 9f65657bb879: Pulling fs layer [2025-11-04T07:55:14.676Z] 4f4fb700ef54: Waiting [2025-11-04T07:55:14.676Z] 8ba94037c8f0: Waiting [2025-11-04T07:55:14.676Z] deaec5988b04: Waiting [2025-11-04T07:55:14.676Z] 9f65657bb879: Waiting [2025-11-04T07:55:14.676Z] 196fd7d83e7d: Waiting [2025-11-04T07:55:14.676Z] d32bb0dddca7: Verifying Checksum [2025-11-04T07:55:14.676Z] d32bb0dddca7: Download complete [2025-11-04T07:55:14.676Z] 196fd7d83e7d: Verifying Checksum [2025-11-04T07:55:14.676Z] 196fd7d83e7d: Download complete [2025-11-04T07:55:14.677Z] 4f4fb700ef54: Verifying Checksum [2025-11-04T07:55:14.677Z] 4f4fb700ef54: Download complete [2025-11-04T07:55:14.677Z] 8ba94037c8f0: Verifying Checksum [2025-11-04T07:55:14.677Z] 8ba94037c8f0: Download complete [2025-11-04T07:55:14.677Z] 6b59a28fa201: Download complete [2025-11-04T07:55:15.267Z] 9f65657bb879: Verifying Checksum [2025-11-04T07:55:15.267Z] 9f65657bb879: Download complete [2025-11-04T07:55:15.537Z] 6b59a28fa201: Pull complete [2025-11-04T07:55:16.508Z] d32bb0dddca7: Pull complete [2025-11-04T07:55:16.508Z] 5dab1238d3d9: Verifying Checksum [2025-11-04T07:55:16.508Z] 5dab1238d3d9: Download complete [2025-11-04T07:55:17.928Z] deaec5988b04: Verifying Checksum [2025-11-04T07:55:17.928Z] deaec5988b04: Download complete [2025-11-04T07:55:30.280Z] 5dab1238d3d9: Pull complete [2025-11-04T07:55:30.280Z] 196fd7d83e7d: Pull complete [2025-11-04T07:55:30.280Z] 4f4fb700ef54: Pull complete [2025-11-04T07:55:30.549Z] 8ba94037c8f0: Pull complete [2025-11-04T07:55:40.663Z] deaec5988b04: Pull complete [2025-11-04T07:55:41.250Z] 9f65657bb879: Pull complete [2025-11-04T07:55:41.250Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2025-11-04T07:55:41.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-11-04T07:55:41.250Z] ---> 334268110677 [2025-11-04T07:55:41.250Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-11-04T07:55:43.216Z] ---> Running in abbd276e8728 [2025-11-04T07:55:43.216Z] Removing intermediate container abbd276e8728 [2025-11-04T07:55:43.216Z] ---> 0095f5fb63e3 [2025-11-04T07:55:43.216Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-11-04T07:55:43.216Z] ---> Running in 07a5008960e9 [2025-11-04T07:55:43.486Z] Removing intermediate container 07a5008960e9 [2025-11-04T07:55:43.486Z] ---> 16a90a37c973 [2025-11-04T07:55:43.486Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-11-04T07:55:43.755Z] ---> Running in cf2d9f2eaa70 [2025-11-04T07:55:44.024Z] Removing intermediate container cf2d9f2eaa70 [2025-11-04T07:55:44.024Z] ---> decca3909712 [2025-11-04T07:55:44.024Z] Step 6/12 : WORKDIR /device-virtual-go [2025-11-04T07:55:44.024Z] ---> Running in b350083d6379 [2025-11-04T07:55:44.293Z] Removing intermediate container b350083d6379 [2025-11-04T07:55:44.293Z] ---> b065ca8c2138 [2025-11-04T07:55:44.293Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-11-04T07:55:44.564Z] ---> Running in a0e79fe483e5 [2025-11-04T07:55:45.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-11-04T07:55:45.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-11-04T07:55:47.200Z] (1/4) Installing openssh-keygen (10.0_p1-r9) [2025-11-04T07:55:47.200Z] (2/4) Installing libedit (20250104.3.1-r1) [2025-11-04T07:55:47.200Z] (3/4) Installing openssh-client-common (10.0_p1-r9) [2025-11-04T07:55:47.200Z] (4/4) Installing openssh-client-default (10.0_p1-r9) [2025-11-04T07:55:47.472Z] Executing busybox-1.37.0-r19.trigger [2025-11-04T07:55:47.472Z] OK: 259 MiB in 64 packages [2025-11-04T07:55:50.068Z] Removing intermediate container a0e79fe483e5 [2025-11-04T07:55:50.069Z] ---> da87a90a4ab5 [2025-11-04T07:55:50.069Z] Step 8/12 : COPY go.mod vendor* ./ [2025-11-04T07:55:50.069Z] ---> eec85c586f1a [2025-11-04T07:55:50.069Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-11-04T07:55:50.069Z] ---> Running in 6223f3772d5c [2025-11-04T07:56:00.135Z] Running on prd-centos7-docker-4c-2g-772492 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-04T07:56:00.183Z] provisioning config files... [2025-11-04T07:56:00.301Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7713775041404692592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:01.200Z] ---> ****-login.sh [2025-11-04T07:56:01.200Z] nexus3.edgexfoundry.org:10001 [2025-11-04T07:56:01.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:56:01.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:56:01.200Z] Configure a credential helper to remove this warning. See [2025-11-04T07:56:01.200Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:56:01.200Z] [2025-11-04T07:56:01.200Z] Login Succeeded [2025-11-04T07:56:01.200Z] nexus3.edgexfoundry.org:10002 [2025-11-04T07:56:01.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:56:01.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:56:01.470Z] Configure a credential helper to remove this warning. See [2025-11-04T07:56:01.470Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:56:01.470Z] [2025-11-04T07:56:01.470Z] Login Succeeded [2025-11-04T07:56:01.470Z] nexus3.edgexfoundry.org:10003 [2025-11-04T07:56:01.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:56:01.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:56:01.471Z] Configure a credential helper to remove this warning. See [2025-11-04T07:56:01.471Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:56:01.471Z] [2025-11-04T07:56:01.471Z] Login Succeeded [2025-11-04T07:56:01.471Z] nexus3.edgexfoundry.org:10004 [2025-11-04T07:56:01.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:56:01.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:56:01.732Z] Configure a credential helper to remove this warning. See [2025-11-04T07:56:01.733Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:56:01.733Z] [2025-11-04T07:56:01.733Z] Login Succeeded [2025-11-04T07:56:01.733Z] ****.io [2025-11-04T07:56:01.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T07:56:01.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T07:56:01.733Z] Configure a credential helper to remove this warning. See [2025-11-04T07:56:01.733Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T07:56:01.733Z] [2025-11-04T07:56:01.733Z] Login Succeeded [2025-11-04T07:56:01.733Z] ---> ****-login.sh ends [Pipeline] } [2025-11-04T07:56:01.742Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-04T07:56:02.098Z] + docker buildx ls [2025-11-04T07:56:02.360Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-11-04T07:56:02.360Z] default * docker [2025-11-04T07:56:02.360Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-11-04T07:56:02.666Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-11-04T07:56:02.666Z] edgex-builder [Pipeline] sh [2025-11-04T07:56:02.963Z] + docker buildx inspect --bootstrap [2025-11-04T07:56:02.963Z] #1 [internal] booting buildkit [2025-11-04T07:56:02.963Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-11-04T07:56:06.275Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2025-11-04T07:56:06.276Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-11-04T07:56:07.233Z] #1 creating container buildx_buildkit_edgex-builder0 1.5s done [2025-11-04T07:56:07.233Z] #1 DONE 4.4s [2025-11-04T07:56:07.233Z] Name: edgex-builder [2025-11-04T07:56:07.233Z] Driver: docker-container [2025-11-04T07:56:07.233Z] [2025-11-04T07:56:07.233Z] Nodes: [2025-11-04T07:56:07.233Z] Name: edgex-builder0 [2025-11-04T07:56:07.233Z] Endpoint: unix:///var/run/docker.sock [2025-11-04T07:56:07.233Z] Status: running [2025-11-04T07:56:07.233Z] Buildkit: v0.25.1 [2025-11-04T07:56:07.233Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-11-04T07:56:07.531Z] + docker buildx ls [2025-11-04T07:56:07.531Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-11-04T07:56:07.531Z] edgex-builder * docker-container [2025-11-04T07:56:07.531Z] edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-11-04T07:56:07.531Z] default docker [2025-11-04T07:56:07.531Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-11-04T07:56:07.827Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb' [2025-11-04T07:56:07.827Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb --push - [2025-11-04T07:56:07.827Z] #1 [internal] load build definition from Dockerfile [2025-11-04T07:56:07.827Z] #1 transferring dockerfile: 199B done [2025-11-04T07:56:07.827Z] #1 DONE 0.0s [2025-11-04T07:56:07.827Z] [2025-11-04T07:56:07.827Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T07:56:07.827Z] #2 DONE 0.1s [2025-11-04T07:56:07.827Z] [2025-11-04T07:56:07.827Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T07:56:08.087Z] #3 DONE 0.1s [2025-11-04T07:56:08.087Z] [2025-11-04T07:56:08.087Z] #4 [internal] load .dockerignore [2025-11-04T07:56:08.087Z] #4 transferring context: 2B done [2025-11-04T07:56:08.087Z] #4 DONE 0.0s [2025-11-04T07:56:08.087Z] [2025-11-04T07:56:08.087Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:08.087Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:08.087Z] #5 DONE 0.0s [2025-11-04T07:56:08.087Z] [2025-11-04T07:56:08.087Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:08.087Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:08.087Z] #6 DONE 0.1s [2025-11-04T07:56:08.087Z] [2025-11-04T07:56:08.087Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-04T07:56:08.087Z] #7 DONE 0.0s [2025-11-04T07:56:08.087Z] [2025-11-04T07:56:08.087Z] #8 exporting to image [2025-11-04T07:56:08.087Z] #8 exporting layers done [2025-11-04T07:56:08.087Z] #8 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done [2025-11-04T07:56:08.087Z] #8 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done [2025-11-04T07:56:08.087Z] #8 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 0.0s done [2025-11-04T07:56:08.087Z] #8 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done [2025-11-04T07:56:08.087Z] #8 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done [2025-11-04T07:56:08.087Z] #8 pushing layers 0.1s done [2025-11-04T07:56:08.087Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 [2025-11-04T07:56:08.087Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-04T07:56:08.346Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done [2025-11-04T07:56:08.346Z] #8 DONE 0.2s [2025-11-04T07:56:08.346Z] [2025-11-04T07:56:08.346Z] 1 warning found (use --debug to expand): [2025-11-04T07:56:08.346Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-11-04T07:56:08.645Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:latest' [2025-11-04T07:56:08.645Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:latest --push - [2025-11-04T07:56:08.645Z] #1 [internal] load build definition from Dockerfile [2025-11-04T07:56:08.645Z] #1 transferring dockerfile: 165B done [2025-11-04T07:56:08.645Z] #1 DONE 0.0s [2025-11-04T07:56:08.645Z] [2025-11-04T07:56:08.645Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-11-04T07:56:08.645Z] #2 DONE 0.0s [2025-11-04T07:56:08.645Z] [2025-11-04T07:56:08.645Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:latest [2025-11-04T07:56:08.645Z] #3 DONE 0.0s [2025-11-04T07:56:08.645Z] [2025-11-04T07:56:08.645Z] #4 [internal] load .dockerignore [2025-11-04T07:56:08.645Z] #4 transferring context: 2B done [2025-11-04T07:56:08.645Z] #4 DONE 0.0s [2025-11-04T07:56:08.645Z] [2025-11-04T07:56:08.645Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:08.645Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:08.645Z] #5 CACHED [2025-11-04T07:56:08.645Z] [2025-11-04T07:56:08.645Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:08.904Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:08.904Z] #6 CACHED [2025-11-04T07:56:08.904Z] [2025-11-04T07:56:08.904Z] #7 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-04T07:56:08.904Z] #7 DONE 0.0s [2025-11-04T07:56:08.904Z] [2025-11-04T07:56:08.904Z] #8 exporting to image [2025-11-04T07:56:08.904Z] #8 exporting layers done [2025-11-04T07:56:08.904Z] #8 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done [2025-11-04T07:56:08.904Z] #8 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done [2025-11-04T07:56:08.904Z] #8 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 done [2025-11-04T07:56:08.904Z] #8 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done [2025-11-04T07:56:08.904Z] #8 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done [2025-11-04T07:56:08.904Z] #8 pushing layers 0.0s done [2025-11-04T07:56:08.904Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:latest@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done [2025-11-04T07:56:08.904Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-04T07:56:08.904Z] #8 DONE 0.1s [2025-11-04T07:56:08.904Z] [2025-11-04T07:56:08.904Z] 1 warning found (use --debug to expand): [2025-11-04T07:56:08.904Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-11-04T07:56:09.196Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 --push - [2025-11-04T07:56:09.196Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9' [2025-11-04T07:56:09.196Z] #1 [internal] load build definition from Dockerfile [2025-11-04T07:56:09.196Z] #1 transferring dockerfile: 170B done [2025-11-04T07:56:09.196Z] #1 DONE 0.0s [2025-11-04T07:56:09.196Z] [2025-11-04T07:56:09.196Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 [2025-11-04T07:56:09.196Z] #2 DONE 0.0s [2025-11-04T07:56:09.196Z] [2025-11-04T07:56:09.196Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9 [2025-11-04T07:56:09.196Z] #3 DONE 0.0s [2025-11-04T07:56:09.196Z] [2025-11-04T07:56:09.196Z] #4 [internal] load .dockerignore [2025-11-04T07:56:09.196Z] #4 transferring context: 2B done [2025-11-04T07:56:09.196Z] #4 DONE 0.0s [2025-11-04T07:56:09.196Z] [2025-11-04T07:56:09.196Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:09.196Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:09.196Z] #5 CACHED [2025-11-04T07:56:09.196Z] [2025-11-04T07:56:09.196Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:09.196Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:09.196Z] #6 CACHED [2025-11-04T07:56:09.196Z] [2025-11-04T07:56:09.196Z] #7 exporting to image [2025-11-04T07:56:09.196Z] #7 exporting layers done [2025-11-04T07:56:09.196Z] #7 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done [2025-11-04T07:56:09.196Z] #7 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done [2025-11-04T07:56:09.196Z] #7 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 done [2025-11-04T07:56:09.196Z] #7 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done [2025-11-04T07:56:09.196Z] #7 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done [2025-11-04T07:56:09.196Z] #7 pushing layers 0.0s done [2025-11-04T07:56:09.196Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 [2025-11-04T07:56:09.196Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-04T07:56:09.456Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:4.1.0-dev.9@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done [2025-11-04T07:56:09.456Z] #7 DONE 0.1s [2025-11-04T07:56:09.456Z] [2025-11-04T07:56:09.456Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-04T07:56:09.456Z] #8 DONE 0.0s [2025-11-04T07:56:09.456Z] [2025-11-04T07:56:09.456Z] 1 warning found (use --debug to expand): [2025-11-04T07:56:09.456Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-11-04T07:56:09.756Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 --push - [2025-11-04T07:56:09.756Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9' [2025-11-04T07:56:09.756Z] #1 [internal] load build definition from Dockerfile [2025-11-04T07:56:09.756Z] #1 transferring dockerfile: 211B done [2025-11-04T07:56:09.756Z] #1 DONE 0.0s [2025-11-04T07:56:09.756Z] [2025-11-04T07:56:09.756Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T07:56:09.756Z] #2 DONE 0.0s [2025-11-04T07:56:09.756Z] [2025-11-04T07:56:09.756Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T07:56:09.756Z] #3 DONE 0.0s [2025-11-04T07:56:09.756Z] [2025-11-04T07:56:09.756Z] #4 [internal] load .dockerignore [2025-11-04T07:56:09.756Z] #4 transferring context: 2B done [2025-11-04T07:56:09.756Z] #4 DONE 0.0s [2025-11-04T07:56:09.756Z] [2025-11-04T07:56:09.756Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:09.756Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:09.756Z] #5 CACHED [2025-11-04T07:56:09.756Z] [2025-11-04T07:56:09.756Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:09.756Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:09.756Z] #6 CACHED [2025-11-04T07:56:09.756Z] [2025-11-04T07:56:09.756Z] #7 exporting to image [2025-11-04T07:56:09.756Z] #7 exporting layers done [2025-11-04T07:56:09.756Z] #7 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done [2025-11-04T07:56:09.756Z] #7 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done [2025-11-04T07:56:09.756Z] #7 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 done [2025-11-04T07:56:09.756Z] #7 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done [2025-11-04T07:56:09.756Z] #7 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done [2025-11-04T07:56:09.756Z] #7 pushing layers 0.0s done [2025-11-04T07:56:09.756Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 [2025-11-04T07:56:09.756Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-04T07:56:10.015Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done [2025-11-04T07:56:10.015Z] #7 DONE 0.1s [2025-11-04T07:56:10.015Z] [2025-11-04T07:56:10.015Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-04T07:56:10.015Z] #8 DONE 0.0s [2025-11-04T07:56:10.015Z] [2025-11-04T07:56:10.015Z] 1 warning found (use --debug to expand): [2025-11-04T07:56:10.015Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-11-04T07:56:10.308Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-virtual:main' [2025-11-04T07:56:10.308Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-virtual:main --push - [2025-11-04T07:56:10.308Z] #1 [internal] load build definition from Dockerfile [2025-11-04T07:56:10.308Z] #1 transferring dockerfile: 163B done [2025-11-04T07:56:10.308Z] #1 DONE 0.0s [2025-11-04T07:56:10.308Z] [2025-11-04T07:56:10.308Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-11-04T07:56:10.308Z] #2 DONE 0.0s [2025-11-04T07:56:10.308Z] [2025-11-04T07:56:10.308Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-virtual:main [2025-11-04T07:56:10.308Z] #3 DONE 0.0s [2025-11-04T07:56:10.308Z] [2025-11-04T07:56:10.308Z] #4 [internal] load .dockerignore [2025-11-04T07:56:10.308Z] #4 transferring context: 2B done [2025-11-04T07:56:10.308Z] #4 DONE 0.0s [2025-11-04T07:56:10.308Z] [2025-11-04T07:56:10.308Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:10.308Z] #5 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 done [2025-11-04T07:56:10.308Z] #5 CACHED [2025-11-04T07:56:10.308Z] [2025-11-04T07:56:10.308Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 [2025-11-04T07:56:10.308Z] #6 resolve nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:5c60f250ce610e2d6deface09c8ba73aedaad39e7a0337114d984de2ddc43c68 0.0s done [2025-11-04T07:56:10.308Z] #6 CACHED [2025-11-04T07:56:10.308Z] [2025-11-04T07:56:10.308Z] #7 exporting to image [2025-11-04T07:56:10.308Z] #7 exporting layers done [2025-11-04T07:56:10.308Z] #7 exporting manifest sha256:a22a474a37c6f5bf4942baed02d0ee04ee0cffad77475b78edb4e07121ca969f done [2025-11-04T07:56:10.308Z] #7 exporting config sha256:020fbaa2d5b7f85ec035c8c79cee6554879e5a9ad5e0ad107e937e2af8c5f449 done [2025-11-04T07:56:10.308Z] #7 exporting manifest sha256:d31628af12e4cc657e5067c16c51aad0170a9f8384302c52395777813ae306c0 done [2025-11-04T07:56:10.308Z] #7 exporting config sha256:28357f9adb91969259bd531d86dc50e33e785caccb4f223d0d3d81969caeca4c done [2025-11-04T07:56:10.308Z] #7 exporting manifest list sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 done [2025-11-04T07:56:10.308Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-11-04T07:56:10.566Z] #7 pushing layers 0.0s done [2025-11-04T07:56:10.566Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-virtual:main@sha256:8b1ee5b95af286e5531ee1e0561e43cba901eebd0a4dba972cd25c4d50423c96 0.1s done [2025-11-04T07:56:10.566Z] #7 DONE 0.1s [2025-11-04T07:56:10.566Z] [2025-11-04T07:56:10.566Z] #8 [auth] device-virtual:pull,push token for nexus3.edgexfoundry.org:10004 [2025-11-04T07:56:10.566Z] #8 DONE 0.0s [2025-11-04T07:56:10.566Z] [2025-11-04T07:56:10.566Z] 1 warning found (use --debug to expand): [2025-11-04T07:56:10.566Z]  - 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-11-04T07:56:10.943Z] + '[' -d /w/workspace/exfoundry_device-virtual-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:11.251Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:11.806Z] ---> package-listing.sh [2025-11-04T07:56:11.806Z] ++ facter osfamily [2025-11-04T07:56:11.806Z] ++ tr '[:upper:]' '[:lower:]' [2025-11-04T07:56:12.067Z] + OS_FAMILY=redhat [2025-11-04T07:56:12.067Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-11-04T07:56:12.067Z] + START_PACKAGES=/tmp/packages_start.txt [2025-11-04T07:56:12.067Z] + END_PACKAGES=/tmp/packages_end.txt [2025-11-04T07:56:12.067Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-11-04T07:56:12.067Z] + PACKAGES=/tmp/packages_start.txt [2025-11-04T07:56:12.067Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-11-04T07:56:12.067Z] + PACKAGES=/tmp/packages_end.txt [2025-11-04T07:56:12.067Z] + case "${OS_FAMILY}" in [2025-11-04T07:56:12.067Z] + sort [2025-11-04T07:56:12.067Z] + rpm -qa [2025-11-04T07:56:12.637Z] + '[' -f /tmp/packages_start.txt ']' [2025-11-04T07:56:12.637Z] + '[' -f /tmp/packages_end.txt ']' [2025-11-04T07:56:12.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-11-04T07:56:12.637Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-11-04T07:56:12.637Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-11-04T07:56:12.637Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2025-11-04T07:56:12.650Z] 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/exfoundry_device-virtual-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-11-04T07:56:12.931Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:56:13.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-04T07:56:13.503Z] [2025-11-04T07:56:13.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:56:13.817Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-04T07:56:13.817Z] latest: Pulling from edgex-lftools-log-publisher [2025-11-04T07:56:13.817Z] 5eb5b503b376: Pulling fs layer [2025-11-04T07:56:13.817Z] 5c69ac0246d0: Pulling fs layer [2025-11-04T07:56:13.817Z] ec43610c2a17: Pulling fs layer [2025-11-04T07:56:13.817Z] 3a2ae6a8a46f: Pulling fs layer [2025-11-04T07:56:13.817Z] 33b1e0a273af: Pulling fs layer [2025-11-04T07:56:13.817Z] 5d3b04190fa2: Pulling fs layer [2025-11-04T07:56:13.817Z] 2f39f015ded8: Pulling fs layer [2025-11-04T07:56:13.817Z] 3a2ae6a8a46f: Waiting [2025-11-04T07:56:13.817Z] 33b1e0a273af: Waiting [2025-11-04T07:56:13.817Z] 5d3b04190fa2: Waiting [2025-11-04T07:56:13.817Z] 2f39f015ded8: Waiting [2025-11-04T07:56:13.817Z] 5c69ac0246d0: Verifying Checksum [2025-11-04T07:56:13.817Z] 5c69ac0246d0: Download complete [2025-11-04T07:56:13.817Z] 3a2ae6a8a46f: Verifying Checksum [2025-11-04T07:56:13.817Z] 3a2ae6a8a46f: Download complete [2025-11-04T07:56:13.817Z] ec43610c2a17: Verifying Checksum [2025-11-04T07:56:13.817Z] ec43610c2a17: Download complete [2025-11-04T07:56:13.817Z] 33b1e0a273af: Verifying Checksum [2025-11-04T07:56:13.817Z] 33b1e0a273af: Download complete [2025-11-04T07:56:13.817Z] 5d3b04190fa2: Verifying Checksum [2025-11-04T07:56:13.817Z] 5d3b04190fa2: Download complete [2025-11-04T07:56:14.083Z] 5eb5b503b376: Verifying Checksum [2025-11-04T07:56:14.083Z] 5eb5b503b376: Download complete [2025-11-04T07:56:14.666Z] 2f39f015ded8: Verifying Checksum [2025-11-04T07:56:14.666Z] 2f39f015ded8: Download complete [2025-11-04T07:56:15.244Z] 5eb5b503b376: Pull complete [2025-11-04T07:56:15.506Z] 5c69ac0246d0: Pull complete [2025-11-04T07:56:16.075Z] ec43610c2a17: Pull complete [2025-11-04T07:56:16.075Z] 3a2ae6a8a46f: Pull complete [2025-11-04T07:56:16.075Z] 33b1e0a273af: Pull complete [2025-11-04T07:56:16.333Z] 5d3b04190fa2: Pull complete [2025-11-04T07:56:20.632Z] 2f39f015ded8: Pull complete [2025-11-04T07:56:20.632Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-11-04T07:56:20.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-04T07:56:20.632Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T07:56:20.784Z] prd-centos7-docker-4c-2g-772492 does not seem to be running inside a container [2025-11-04T07:56:20.820Z] $ 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/exfoundry_device-virtual-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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T07:56:24.198Z] $ docker top bb249b272ccff8d498f68bad3f067b4ee57e94b270a5890c392befd50395812c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-04T07:56:24.547Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-11-04T07:56:24.838Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-11-04T07:56:25.125Z] + ls /var/log/sa-host [2025-11-04T07:56:25.125Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-04T07:56:25.203Z] provisioning config files... [2025-11-04T07:56:25.210Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1123769375349595307tmp [Pipeline] { [Pipeline] echo [2025-11-04T07:56:25.231Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:25.517Z] ---> create-netrc.sh [Pipeline] } [2025-11-04T07:56:25.525Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:25.863Z] ---> python-tools-install.sh [Pipeline] echo [2025-11-04T07:56:25.876Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:26.175Z] ---> sudo-logs.sh [2025-11-04T07:56:26.175Z] Archiving 'sudo' log.. [2025-11-04T07:56:26.175Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-772492.novalocal: Name or service not known [2025-11-04T07:56:26.175Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-772492.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-11-04T07:56:26.202Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:26.485Z] ---> job-cost.sh [2025-11-04T07:56:26.485Z] lf-activate-venv: SKIPPING [2025-11-04T07:56:26.485Z] INFO: No Stack... [2025-11-04T07:56:26.744Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-11-04T07:56:27.338Z] INFO: Archiving Costs [Pipeline] echo [2025-11-04T07:56:27.355Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:27.637Z] ---> logs-deploy.sh [2025-11-04T07:56:27.637Z] lf-activate-venv: SKIPPING [2025-11-04T07:56:27.637Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/219 [2025-11-04T07:56:27.637Z] INFO: archiving workspace using pattern(s): [2025-11-04T07:56:28.572Z] Archives upload complete. [2025-11-04T07:56:28.572Z] INFO: archiving logs to Nexus [2025-11-04T07:56:29.514Z] ---> uname -a: [2025-11-04T07:56:29.514Z] Linux prd-centos7-docker-4c-2g-772492.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-11-04T07:56:29.514Z] [2025-11-04T07:56:29.514Z] [2025-11-04T07:56:29.514Z] ---> lscpu: [2025-11-04T07:56:29.514Z] Architecture: x86_64 [2025-11-04T07:56:29.514Z] CPU op-mode(s): 32-bit, 64-bit [2025-11-04T07:56:29.514Z] Byte Order: Little Endian [2025-11-04T07:56:29.514Z] Address sizes: 40 bits physical, 48 bits virtual [2025-11-04T07:56:29.514Z] CPU(s): 2 [2025-11-04T07:56:29.514Z] On-line CPU(s) list: 0,1 [2025-11-04T07:56:29.514Z] Thread(s) per core: 1 [2025-11-04T07:56:29.514Z] Core(s) per socket: 1 [2025-11-04T07:56:29.514Z] Socket(s): 2 [2025-11-04T07:56:29.514Z] NUMA node(s): 1 [2025-11-04T07:56:29.514Z] Vendor ID: AuthenticAMD [2025-11-04T07:56:29.514Z] CPU family: 23 [2025-11-04T07:56:29.514Z] Model: 49 [2025-11-04T07:56:29.514Z] Model name: AMD EPYC-Rome Processor [2025-11-04T07:56:29.514Z] Stepping: 0 [2025-11-04T07:56:29.514Z] CPU MHz: 2800.000 [2025-11-04T07:56:29.514Z] BogoMIPS: 5600.00 [2025-11-04T07:56:29.514Z] Virtualization: AMD-V [2025-11-04T07:56:29.514Z] Hypervisor vendor: KVM [2025-11-04T07:56:29.514Z] Virtualization type: full [2025-11-04T07:56:29.514Z] L1d cache: 64 KiB [2025-11-04T07:56:29.514Z] L1i cache: 64 KiB [2025-11-04T07:56:29.514Z] L2 cache: 1 MiB [2025-11-04T07:56:29.514Z] L3 cache: 32 MiB [2025-11-04T07:56:29.514Z] NUMA node0 CPU(s): 0,1 [2025-11-04T07:56:29.514Z] Vulnerability Itlb multihit: Not affected [2025-11-04T07:56:29.514Z] Vulnerability L1tf: Not affected [2025-11-04T07:56:29.514Z] Vulnerability Mds: Not affected [2025-11-04T07:56:29.514Z] Vulnerability Meltdown: Not affected [2025-11-04T07:56:29.514Z] Vulnerability Mmio stale data: Not affected [2025-11-04T07:56:29.514Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-11-04T07:56:29.514Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-11-04T07:56:29.514Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-11-04T07:56:29.514Z] Vulnerability Srbds: Not affected [2025-11-04T07:56:29.514Z] Vulnerability Tsx async abort: Not affected [2025-11-04T07:56:29.514Z] 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-11-04T07:56:29.514Z] [2025-11-04T07:56:29.514Z] [2025-11-04T07:56:29.514Z] ---> nproc: [2025-11-04T07:56:29.514Z] 2 [2025-11-04T07:56:29.514Z] [2025-11-04T07:56:29.514Z] [2025-11-04T07:56:29.514Z] ---> df -h: [2025-11-04T07:56:29.514Z] Filesystem Size Used Avail Use% Mounted on [2025-11-04T07:56:29.514Z] overlay 40G 7.3G 33G 19% / [2025-11-04T07:56:29.514Z] tmpfs 64M 0 64M 0% /dev [2025-11-04T07:56:29.514Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-11-04T07:56:29.514Z] shm 64M 0 64M 0% /dev/shm [2025-11-04T07:56:29.514Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-11-04T07:56:29.514Z] [2025-11-04T07:56:29.514Z] [2025-11-04T07:56:29.514Z] Cannot open /var/log/sysstat/sa04: No such file or directory [2025-11-04T07:56:29.514Z] Please check if data collecting is enabled [2025-11-04T07:56:29.514Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-04T07:56:29.544Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-11-04T07:56:29.546Z] $ docker stop --time=1 bb249b272ccff8d498f68bad3f067b4ee57e94b270a5890c392befd50395812c [2025-11-04T07:56:30.680Z] $ docker rm -f --volumes bb249b272ccff8d498f68bad3f067b4ee57e94b270a5890c392befd50395812c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-11-04T07:56:30.787Z] [WS-CLEANUP] Deleting project workspace... [2025-11-04T07:56:30.787Z] [WS-CLEANUP] Deferred wipeout is used... [2025-11-04T07:56:30.804Z] [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-11-04T07:56:31.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-04T07:56:31.245Z] [2025-11-04T07:56:31.245Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:56:31.545Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-04T07:56:31.545Z] latest: Pulling from edgex-lftools-log-publisher [2025-11-04T07:56:31.545Z] 5eb5b503b376: Pulling fs layer [2025-11-04T07:56:31.545Z] 5c69ac0246d0: Pulling fs layer [2025-11-04T07:56:31.545Z] ec43610c2a17: Pulling fs layer [2025-11-04T07:56:31.545Z] 3a2ae6a8a46f: Pulling fs layer [2025-11-04T07:56:31.545Z] 33b1e0a273af: Pulling fs layer [2025-11-04T07:56:31.545Z] 5d3b04190fa2: Pulling fs layer [2025-11-04T07:56:31.545Z] 2f39f015ded8: Pulling fs layer [2025-11-04T07:56:31.545Z] 33b1e0a273af: Waiting [2025-11-04T07:56:31.545Z] 3a2ae6a8a46f: Waiting [2025-11-04T07:56:31.545Z] 5d3b04190fa2: Waiting [2025-11-04T07:56:31.545Z] 2f39f015ded8: Waiting [2025-11-04T07:56:31.545Z] 5c69ac0246d0: Verifying Checksum [2025-11-04T07:56:31.545Z] 5c69ac0246d0: Download complete [2025-11-04T07:56:31.545Z] 3a2ae6a8a46f: Download complete [2025-11-04T07:56:31.545Z] 33b1e0a273af: Verifying Checksum [2025-11-04T07:56:31.545Z] 33b1e0a273af: Download complete [2025-11-04T07:56:31.545Z] 5d3b04190fa2: Verifying Checksum [2025-11-04T07:56:31.545Z] 5d3b04190fa2: Download complete [2025-11-04T07:56:31.545Z] ec43610c2a17: Verifying Checksum [2025-11-04T07:56:31.545Z] ec43610c2a17: Download complete [2025-11-04T07:56:31.804Z] 5eb5b503b376: Verifying Checksum [2025-11-04T07:56:31.804Z] 5eb5b503b376: Download complete [2025-11-04T07:56:32.370Z] 2f39f015ded8: Verifying Checksum [2025-11-04T07:56:32.370Z] 2f39f015ded8: Download complete [2025-11-04T07:56:33.300Z] 5eb5b503b376: Pull complete [2025-11-04T07:56:33.300Z] 5c69ac0246d0: Pull complete [2025-11-04T07:56:33.863Z] ec43610c2a17: Pull complete [2025-11-04T07:56:33.864Z] 3a2ae6a8a46f: Pull complete [2025-11-04T07:56:34.121Z] 33b1e0a273af: Pull complete [2025-11-04T07:56:34.121Z] 5d3b04190fa2: Pull complete [2025-11-04T07:56:39.392Z] 2f39f015ded8: Pull complete [2025-11-04T07:56:39.392Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-11-04T07:56:39.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-04T07:56:39.392Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T07:56:39.491Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T07:56:39.512Z] $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T07:56:40.874Z] $ docker top 2d9b5d6fbd017f0aceab6289f02a20ded7387b6b3b7c3c6bd753c95449817f9c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-04T07:56:41.284Z] ---> job-cost.sh [2025-11-04T07:56:41.284Z] lf-activate-venv: SKIPPING [2025-11-04T07:56:41.284Z] INFO: No Stack... [2025-11-04T07:56:41.543Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-11-04T07:56:41.802Z] INFO: Archiving Costs [Pipeline] sh [2025-11-04T07:56:42.094Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2025-11-04T07:56:42.094Z] + cut -d, -f6 [Pipeline] lock [2025-11-04T07:56:42.109Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [2025-11-04T07:56:42.119Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] did not exist. Created. [2025-11-04T07:56:42.125Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-11-04T07:56:42.434Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-11-04T07:56:42.467Z] Stashed 1 file(s) [Pipeline] } [2025-11-04T07:56:42.473Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [Pipeline] // lock [Pipeline] } [2025-11-04T07:56:42.491Z] $ docker stop --time=1 2d9b5d6fbd017f0aceab6289f02a20ded7387b6b3b7c3c6bd753c95449817f9c [2025-11-04T07:56:43.622Z] $ docker rm -f --volumes 2d9b5d6fbd017f0aceab6289f02a20ded7387b6b3b7c3c6bd753c95449817f9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-11-04T07:57:41.769Z] Removing intermediate container 6223f3772d5c [2025-11-04T07:57:41.769Z] ---> a7b99087291a [2025-11-04T07:57:41.769Z] Step 10/12 : COPY . . [2025-11-04T07:57:41.769Z] ---> 25c5e2a8d492 [2025-11-04T07:57:41.769Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-11-04T07:57:41.769Z] ---> Running in e2a0b165b4a7 [2025-11-04T07:57:41.769Z] Removing intermediate container e2a0b165b4a7 [2025-11-04T07:57:41.769Z] ---> 2093219ccb6c [2025-11-04T07:57:41.769Z] Step 12/12 : RUN $MAKE [2025-11-04T07:57:41.769Z] ---> Running in 5f827782ca49 [2025-11-04T07:57:41.769Z] noop [2025-11-04T07:57:41.769Z] Removing intermediate container 5f827782ca49 [2025-11-04T07:57:41.769Z] ---> 3a94f7a8780e [2025-11-04T07:57:41.769Z] Successfully built 3a94f7a8780e [2025-11-04T07:57:41.769Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:57:42.141Z] + docker inspect -f . ci-base-image-arm64 [2025-11-04T07:57:42.141Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T07:57:42.357Z] prd-ubuntu20.04-docker-arm64-4c-16g-772491 does not seem to be running inside a container [2025-11-04T07:57:42.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/219 -v /w/workspace/device-virtual-go/219:/w/workspace/device-virtual-go/219:rw,z -v /w/workspace/device-virtual-go/219@tmp:/w/workspace/device-virtual-go/219@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-11-04T07:57:43.552Z] $ docker top eb686c16784384d41e3467391bd242af0e8712caf51f83911fc6479ceac42d3a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-04T07:57:44.421Z] + go version [2025-11-04T07:57:44.421Z] go version go1.25.3 linux/arm64 [Pipeline] } [2025-11-04T07:57:44.430Z] $ docker stop --time=1 eb686c16784384d41e3467391bd242af0e8712caf51f83911fc6479ceac42d3a [2025-11-04T07:57:46.010Z] $ docker rm -f --volumes eb686c16784384d41e3467391bd242af0e8712caf51f83911fc6479ceac42d3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T07:57:46.613Z] + docker inspect -f . ci-base-image-arm64 [2025-11-04T07:57:46.613Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T07:57:46.806Z] prd-ubuntu20.04-docker-arm64-4c-16g-772491 does not seem to be running inside a container [2025-11-04T07:57:46.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/219 -v /w/workspace/device-virtual-go/219:/w/workspace/device-virtual-go/219:rw,z -v /w/workspace/device-virtual-go/219@tmp:/w/workspace/device-virtual-go/219@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-11-04T07:57:48.003Z] $ docker top 1bbc127471a4ec0fbb6b3a91e2db8018bf1323debf61f193e0cadd8b73a2d76c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-04T07:57:48.842Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/219 [Pipeline] fileExists [Pipeline] sh [2025-11-04T07:57:49.191Z] + make test [2025-11-04T07:57:49.191Z] go test ./... -coverprofile=coverage.out [2025-11-04T07:57:55.826Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2025-11-04T08:01:49.234Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2025-11-04T08:01:49.234Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.070s coverage: 59.4% of statements [2025-11-04T08:01:49.234Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-11-04T08:01:49.234Z] go vet ./... [2025-11-04T08:02:28.106Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-11-04T08:02:28.106Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-11-04T08:02:28.106Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-11-04T08:02:29.537Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-11-04T08:02:29.569Z] $ docker stop --time=1 1bbc127471a4ec0fbb6b3a91e2db8018bf1323debf61f193e0cadd8b73a2d76c [2025-11-04T08:02:31.556Z] $ docker rm -f --volumes 1bbc127471a4ec0fbb6b3a91e2db8018bf1323debf61f193e0cadd8b73a2d76c [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-04T08:02:33.109Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-11-04T08:02:33.140Z] Warning: overwriting stash ‘coverage-report’ [2025-11-04T08:02:33.810Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-11-04T08:02:34.259Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-11-04T08:02:34.596Z] + ls -al . [2025-11-04T08:02:34.596Z] total 272 [2025-11-04T08:02:34.596Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 4 07:57 . [2025-11-04T08:02:34.596Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 4 07:55 .. [2025-11-04T08:02:34.596Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 4 07:55 .git [2025-11-04T08:02:34.596Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:55 .github [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 272 Nov 4 07:55 .gitignore [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 359 Nov 4 07:55 .golangci.yml [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 20974 Nov 4 07:55 Attribution.txt [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 17302 Nov 4 07:55 CHANGELOG.md [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 1755 Nov 4 07:55 Dockerfile [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 4 07:55 GOVERNANCE.md [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 683 Nov 4 07:55 Jenkinsfile [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 4 07:55 LICENSE [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 2651 Nov 4 07:55 Makefile [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 623 Nov 4 07:55 OWNERS.md [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 4473 Nov 4 07:55 README.md [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 4 07:53 VERSION [2025-11-04T08:02:34.596Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 4 07:55 bin [2025-11-04T08:02:34.596Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:55 cmd [2025-11-04T08:02:34.596Z] -rw-r--r-- 1 jenkins jenkins 45387 Nov 4 08:01 coverage.out [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 6645 Nov 4 07:55 go.mod [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 89081 Nov 4 07:55 go.sum [2025-11-04T08:02:34.596Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 4 07:55 internal [2025-11-04T08:02:34.596Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 4 07:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:02:34.980Z] + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=fea93d81e4b91ca4599cea782a7ea9898c6b18cb --label arch=arm64 --label version=4.1.0-dev.9 . [2025-11-04T08:02:35.630Z] Sending build context to Docker daemon 20.6MB [2025-11-04T08:02:35.630Z] Step 1/26 : ARG BASE=golang:1.25-alpine3.22 [2025-11-04T08:02:35.630Z] Step 2/26 : FROM ${BASE} AS builder [2025-11-04T08:02:35.630Z] ---> 3a94f7a8780e [2025-11-04T08:02:35.630Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-11-04T08:02:35.907Z] ---> Running in ed78501fbfe9 [2025-11-04T08:02:36.176Z] Removing intermediate container ed78501fbfe9 [2025-11-04T08:02:36.176Z] ---> 40d20f28be8a [2025-11-04T08:02:36.176Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2025-11-04T08:02:36.176Z] ---> Running in 76388bd3473b [2025-11-04T08:02:36.444Z] Removing intermediate container 76388bd3473b [2025-11-04T08:02:36.444Z] ---> 3243b8843146 [2025-11-04T08:02:36.444Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2025-11-04T08:02:36.444Z] ---> Running in f9174868a612 [2025-11-04T08:02:36.718Z] Removing intermediate container f9174868a612 [2025-11-04T08:02:36.718Z] ---> 8f19e02f93e9 [2025-11-04T08:02:36.718Z] Step 6/26 : WORKDIR /device-virtual-go [2025-11-04T08:02:36.996Z] ---> Running in 8d6a2f22acb0 [2025-11-04T08:02:37.265Z] Removing intermediate container 8d6a2f22acb0 [2025-11-04T08:02:37.265Z] ---> 4a2782e2d9a7 [2025-11-04T08:02:37.265Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-11-04T08:02:37.265Z] ---> Running in b1c9a1329041 [2025-11-04T08:02:38.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-11-04T08:02:38.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-11-04T08:02:40.447Z] OK: 259 MiB in 64 packages [2025-11-04T08:02:41.860Z] Removing intermediate container b1c9a1329041 [2025-11-04T08:02:41.860Z] ---> ff956553401e [2025-11-04T08:02:41.860Z] Step 8/26 : COPY go.mod vendor* ./ [2025-11-04T08:02:42.447Z] ---> 0af42b22ae55 [2025-11-04T08:02:42.447Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-11-04T08:02:42.447Z] ---> Running in cbc51fcf63de [2025-11-04T08:02:44.389Z] Removing intermediate container cbc51fcf63de [2025-11-04T08:02:44.389Z] ---> c31fd7b8c1bd [2025-11-04T08:02:44.389Z] Step 10/26 : COPY . . [2025-11-04T08:02:45.798Z] ---> b41aebdcb323 [2025-11-04T08:02:45.798Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-11-04T08:02:45.798Z] ---> Running in 308609546ca6 [2025-11-04T08:02:46.070Z] Removing intermediate container 308609546ca6 [2025-11-04T08:02:46.070Z] ---> ea9eed559756 [2025-11-04T08:02:46.070Z] Step 12/26 : RUN $MAKE [2025-11-04T08:02:46.345Z] ---> Running in be961a54a196 [2025-11-04T08:02:47.312Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=4.1.0-dev.9 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2025-11-04T08:06:24.131Z] Removing intermediate container be961a54a196 [2025-11-04T08:06:24.131Z] ---> f678e1ea60b7 [2025-11-04T08:06:24.131Z] Step 13/26 : FROM alpine:3.22 [2025-11-04T08:06:24.131Z] 3.22: Pulling from library/alpine [2025-11-04T08:06:24.131Z] 6b59a28fa201: Already exists [2025-11-04T08:06:24.131Z] Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-11-04T08:06:24.131Z] Status: Downloaded newer image for alpine:3.22 [2025-11-04T08:06:24.131Z] ---> 171e65262c80 [2025-11-04T08:06:24.131Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2025-11-04T08:06:24.131Z] ---> Running in 1aad85b90a05 [2025-11-04T08:06:24.131Z] Removing intermediate container 1aad85b90a05 [2025-11-04T08:06:24.131Z] ---> e8c70340192c [2025-11-04T08:06:24.131Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2025-11-04T08:06:24.131Z] ---> Running in 0ecb24f191ab [2025-11-04T08:06:24.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-11-04T08:06:24.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-11-04T08:06:24.131Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-11-04T08:06:24.131Z] Executing busybox-1.37.0-r19.trigger [2025-11-04T08:06:24.131Z] OK: 8 MiB in 17 packages [2025-11-04T08:06:24.131Z] Removing intermediate container 0ecb24f191ab [2025-11-04T08:06:24.131Z] ---> 44527d82f139 [2025-11-04T08:06:24.131Z] Step 16/26 : RUN apk --no-cache upgrade [2025-11-04T08:06:24.131Z] ---> Running in aff514b1466b [2025-11-04T08:06:24.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-11-04T08:06:24.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-11-04T08:06:24.398Z] OK: 8 MiB in 17 packages [2025-11-04T08:06:25.360Z] Removing intermediate container aff514b1466b [2025-11-04T08:06:25.360Z] ---> 42cdffbc667a [2025-11-04T08:06:25.360Z] Step 17/26 : WORKDIR / [2025-11-04T08:06:25.626Z] ---> Running in 685eea18391e [2025-11-04T08:06:25.894Z] Removing intermediate container 685eea18391e [2025-11-04T08:06:25.894Z] ---> c393bbbcbba3 [2025-11-04T08:06:25.894Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2025-11-04T08:06:26.477Z] ---> d5a5c5beaf9e [2025-11-04T08:06:26.477Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2025-11-04T08:06:26.745Z] ---> 691afba5bd7f [2025-11-04T08:06:26.745Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2025-11-04T08:06:29.327Z] ---> 950253c25c9d [2025-11-04T08:06:29.327Z] Step 21/26 : EXPOSE 59900 [2025-11-04T08:06:29.327Z] ---> Running in 2ccd91a8c2e3 [2025-11-04T08:06:29.593Z] Removing intermediate container 2ccd91a8c2e3 [2025-11-04T08:06:29.593Z] ---> e2fa079356b5 [2025-11-04T08:06:29.593Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2025-11-04T08:06:29.593Z] ---> Running in 7828f4aac59d [2025-11-04T08:06:29.859Z] Removing intermediate container 7828f4aac59d [2025-11-04T08:06:29.859Z] ---> 46cf862534ca [2025-11-04T08:06:29.859Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-11-04T08:06:29.859Z] ---> Running in 4e748dddecc2 [2025-11-04T08:06:30.125Z] Removing intermediate container 4e748dddecc2 [2025-11-04T08:06:30.125Z] ---> 580a05d357ec [2025-11-04T08:06:30.125Z] Step 24/26 : LABEL arch=arm64 [2025-11-04T08:06:30.392Z] ---> Running in df8047057a52 [2025-11-04T08:06:30.659Z] Removing intermediate container df8047057a52 [2025-11-04T08:06:30.659Z] ---> 6557bdfb6f14 [2025-11-04T08:06:30.659Z] Step 25/26 : LABEL git_sha=fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T08:06:30.659Z] ---> Running in 9efe687ef89e [2025-11-04T08:06:30.924Z] Removing intermediate container 9efe687ef89e [2025-11-04T08:06:30.924Z] ---> a209ed840364 [2025-11-04T08:06:30.924Z] Step 26/26 : LABEL version=4.1.0-dev.9 [2025-11-04T08:06:30.924Z] ---> Running in e032c8ad2f3e [2025-11-04T08:06:31.189Z] Removing intermediate container e032c8ad2f3e [2025-11-04T08:06:31.189Z] ---> 6bcae49df851 [2025-11-04T08:06:31.189Z] [Warning] One or more build-args [ARCH] were not consumed [2025-11-04T08:06:31.454Z] Successfully built 6bcae49df851 [2025-11-04T08:06:31.454Z] Successfully tagged device-virtual-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-11-04T08:06:31.622Z] provisioning config files... [2025-11-04T08:06:31.637Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/219@tmp/config16359715897729479861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:06:31.974Z] ---> ****-login.sh [2025-11-04T08:06:31.974Z] nexus3.edgexfoundry.org:10001 [2025-11-04T08:06:31.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T08:06:32.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T08:06:32.242Z] Configure a credential helper to remove this warning. See [2025-11-04T08:06:32.242Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T08:06:32.242Z] [2025-11-04T08:06:32.242Z] Login Succeeded [2025-11-04T08:06:32.243Z] nexus3.edgexfoundry.org:10002 [2025-11-04T08:06:32.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T08:06:32.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T08:06:32.509Z] Configure a credential helper to remove this warning. See [2025-11-04T08:06:32.509Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T08:06:32.509Z] [2025-11-04T08:06:32.509Z] Login Succeeded [2025-11-04T08:06:32.509Z] nexus3.edgexfoundry.org:10003 [2025-11-04T08:06:32.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T08:06:33.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T08:06:33.049Z] Configure a credential helper to remove this warning. See [2025-11-04T08:06:33.049Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T08:06:33.049Z] [2025-11-04T08:06:33.049Z] Login Succeeded [2025-11-04T08:06:33.049Z] nexus3.edgexfoundry.org:10004 [2025-11-04T08:06:33.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T08:06:33.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T08:06:33.317Z] Configure a credential helper to remove this warning. See [2025-11-04T08:06:33.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T08:06:33.317Z] [2025-11-04T08:06:33.317Z] Login Succeeded [2025-11-04T08:06:33.317Z] ****.io [2025-11-04T08:06:33.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-11-04T08:06:33.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-11-04T08:06:33.847Z] Configure a credential helper to remove this warning. See [2025-11-04T08:06:33.847Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-11-04T08:06:33.847Z] [2025-11-04T08:06:33.847Z] Login Succeeded [2025-11-04T08:06:33.847Z] ---> ****-login.sh ends [Pipeline] } [2025-11-04T08:06:33.859Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-04T08:06:33.914Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-11-04T08:06:33.948Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2025-11-04T08:06:33.948Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T08:06:33.948Z] latest [2025-11-04T08:06:33.948Z] 4.1.0-dev.9 [2025-11-04T08:06:33.948Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T08:06:33.948Z] main [2025-11-04T08:06:33.948Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:34.326Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:34.682Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T08:06:34.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-11-04T08:06:34.682Z] 0d8145535563: Preparing [2025-11-04T08:06:34.682Z] 0e2a60efa89b: Preparing [2025-11-04T08:06:34.682Z] b77c904796f8: Preparing [2025-11-04T08:06:34.682Z] 5f458adadcb7: Preparing [2025-11-04T08:06:34.682Z] 38ff1273db5f: Preparing [2025-11-04T08:06:34.682Z] 0e64f2360a44: Preparing [2025-11-04T08:06:34.682Z] 0e64f2360a44: Waiting [2025-11-04T08:06:34.947Z] 0e2a60efa89b: Pushed [2025-11-04T08:06:34.947Z] b77c904796f8: Pushed [2025-11-04T08:06:34.947Z] 5f458adadcb7: Pushed [2025-11-04T08:06:34.947Z] 38ff1273db5f: Pushed [2025-11-04T08:06:34.947Z] 0e64f2360a44: Layer already exists [2025-11-04T08:06:43.126Z] 0d8145535563: Pushed [2025-11-04T08:06:43.126Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:43.489Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:43.844Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-11-04T08:06:43.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-11-04T08:06:43.844Z] 0d8145535563: Preparing [2025-11-04T08:06:43.844Z] 0e2a60efa89b: Preparing [2025-11-04T08:06:43.844Z] b77c904796f8: Preparing [2025-11-04T08:06:43.844Z] 5f458adadcb7: Preparing [2025-11-04T08:06:43.845Z] 38ff1273db5f: Preparing [2025-11-04T08:06:43.845Z] 0e64f2360a44: Preparing [2025-11-04T08:06:43.845Z] 0e64f2360a44: Waiting [2025-11-04T08:06:43.845Z] b77c904796f8: Layer already exists [2025-11-04T08:06:43.845Z] 38ff1273db5f: Layer already exists [2025-11-04T08:06:43.845Z] 0e2a60efa89b: Layer already exists [2025-11-04T08:06:43.845Z] 5f458adadcb7: Layer already exists [2025-11-04T08:06:43.845Z] 0d8145535563: Layer already exists [2025-11-04T08:06:43.845Z] 0e64f2360a44: Layer already exists [2025-11-04T08:06:43.845Z] latest: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:44.478Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:44.847Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.9 [2025-11-04T08:06:44.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-11-04T08:06:44.847Z] 0d8145535563: Preparing [2025-11-04T08:06:44.847Z] 0e2a60efa89b: Preparing [2025-11-04T08:06:44.847Z] b77c904796f8: Preparing [2025-11-04T08:06:44.847Z] 5f458adadcb7: Preparing [2025-11-04T08:06:44.847Z] 38ff1273db5f: Preparing [2025-11-04T08:06:44.847Z] 0e64f2360a44: Preparing [2025-11-04T08:06:44.847Z] 0e64f2360a44: Waiting [2025-11-04T08:06:44.847Z] 5f458adadcb7: Layer already exists [2025-11-04T08:06:44.847Z] 38ff1273db5f: Layer already exists [2025-11-04T08:06:44.847Z] b77c904796f8: Layer already exists [2025-11-04T08:06:44.847Z] 0d8145535563: Layer already exists [2025-11-04T08:06:44.847Z] 0e2a60efa89b: Layer already exists [2025-11-04T08:06:44.847Z] 0e64f2360a44: Layer already exists [2025-11-04T08:06:44.847Z] 4.1.0-dev.9: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:45.219Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:45.579Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T08:06:45.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-11-04T08:06:45.579Z] 0d8145535563: Preparing [2025-11-04T08:06:45.579Z] 0e2a60efa89b: Preparing [2025-11-04T08:06:45.579Z] b77c904796f8: Preparing [2025-11-04T08:06:45.579Z] 5f458adadcb7: Preparing [2025-11-04T08:06:45.579Z] 38ff1273db5f: Preparing [2025-11-04T08:06:45.579Z] 0e64f2360a44: Preparing [2025-11-04T08:06:45.579Z] 0e64f2360a44: Waiting [2025-11-04T08:06:45.579Z] 0d8145535563: Layer already exists [2025-11-04T08:06:45.579Z] 0e2a60efa89b: Layer already exists [2025-11-04T08:06:45.579Z] b77c904796f8: Layer already exists [2025-11-04T08:06:45.579Z] 38ff1273db5f: Layer already exists [2025-11-04T08:06:45.579Z] 5f458adadcb7: Layer already exists [2025-11-04T08:06:45.579Z] 0e64f2360a44: Layer already exists [2025-11-04T08:06:45.579Z] fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:45.951Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:46.306Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2025-11-04T08:06:46.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2025-11-04T08:06:46.306Z] 0d8145535563: Preparing [2025-11-04T08:06:46.306Z] 0e2a60efa89b: Preparing [2025-11-04T08:06:46.306Z] b77c904796f8: Preparing [2025-11-04T08:06:46.306Z] 5f458adadcb7: Preparing [2025-11-04T08:06:46.306Z] 38ff1273db5f: Preparing [2025-11-04T08:06:46.306Z] 0e64f2360a44: Preparing [2025-11-04T08:06:46.306Z] 0e64f2360a44: Waiting [2025-11-04T08:06:46.306Z] 38ff1273db5f: Layer already exists [2025-11-04T08:06:46.306Z] 5f458adadcb7: Layer already exists [2025-11-04T08:06:46.306Z] 0e2a60efa89b: Layer already exists [2025-11-04T08:06:46.306Z] 0d8145535563: Layer already exists [2025-11-04T08:06:46.306Z] b77c904796f8: Layer already exists [2025-11-04T08:06:46.306Z] 0e64f2360a44: Layer already exists [2025-11-04T08:06:46.306Z] main: digest: sha256:cd9e9ceb5c8490c5e4afc7229c140146daa184c23abe56b6d72b8382460247b8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-11-04T08:06:46.395Z] ===================================================== [Pipeline] echo [2025-11-04T08:06:46.413Z] taggedImages: [2025-11-04T08:06:46.413Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [2025-11-04T08:06:46.413Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2025-11-04T08:06:46.413Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.9 [2025-11-04T08:06:46.413Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [2025-11-04T08:06:46.413Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] echo [2025-11-04T08:06:46.431Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] echo [2025-11-04T08:06:46.452Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] echo [2025-11-04T08:06:46.468Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:4.1.0-dev.9 [Pipeline] echo [2025-11-04T08:06:46.482Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:fea93d81e4b91ca4599cea782a7ea9898c6b18cb-4.1.0-dev.9 [Pipeline] echo [2025-11-04T08:06:46.499Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:46.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-11-04T08:06:46.894Z] [2025-11-04T08:06:46.894Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:06:47.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-11-04T08:06:47.243Z] arm64: Pulling from edgex-lftools-log-publisher [2025-11-04T08:06:47.243Z] 8998bd30e6a1: Pulling fs layer [2025-11-04T08:06:47.243Z] 04944245beec: Pulling fs layer [2025-11-04T08:06:47.243Z] 699f458cf7ca: Pulling fs layer [2025-11-04T08:06:47.243Z] 765212b225bb: Pulling fs layer [2025-11-04T08:06:47.243Z] f23df028b6ca: Pulling fs layer [2025-11-04T08:06:47.243Z] d65c8cfc05b1: Pulling fs layer [2025-11-04T08:06:47.243Z] 2437ff75d9bd: Pulling fs layer [2025-11-04T08:06:47.243Z] 765212b225bb: Waiting [2025-11-04T08:06:47.243Z] f23df028b6ca: Waiting [2025-11-04T08:06:47.243Z] d65c8cfc05b1: Waiting [2025-11-04T08:06:47.243Z] 2437ff75d9bd: Waiting [2025-11-04T08:06:47.511Z] 04944245beec: Verifying Checksum [2025-11-04T08:06:47.511Z] 04944245beec: Download complete [2025-11-04T08:06:47.511Z] 765212b225bb: Verifying Checksum [2025-11-04T08:06:47.511Z] 765212b225bb: Download complete [2025-11-04T08:06:47.511Z] f23df028b6ca: Download complete [2025-11-04T08:06:47.511Z] d65c8cfc05b1: Verifying Checksum [2025-11-04T08:06:47.511Z] d65c8cfc05b1: Download complete [2025-11-04T08:06:47.511Z] 699f458cf7ca: Verifying Checksum [2025-11-04T08:06:48.095Z] 8998bd30e6a1: Verifying Checksum [2025-11-04T08:06:50.676Z] 2437ff75d9bd: Verifying Checksum [2025-11-04T08:06:50.676Z] 2437ff75d9bd: Download complete [2025-11-04T08:06:52.621Z] 8998bd30e6a1: Pull complete [2025-11-04T08:06:53.582Z] 04944245beec: Pull complete [2025-11-04T08:06:55.521Z] 699f458cf7ca: Pull complete [2025-11-04T08:06:55.521Z] 765212b225bb: Pull complete [2025-11-04T08:06:56.480Z] f23df028b6ca: Pull complete [2025-11-04T08:06:56.481Z] d65c8cfc05b1: Pull complete [2025-11-04T08:07:14.686Z] 2437ff75d9bd: Pull complete [2025-11-04T08:07:14.686Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-11-04T08:07:14.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-11-04T08:07:14.686Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T08:07:14.891Z] prd-ubuntu20.04-docker-arm64-4c-16g-772491 does not seem to be running inside a container [2025-11-04T08:07:14.966Z] $ 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-virtual-go/219 -v /w/workspace/device-virtual-go/219:/w/workspace/device-virtual-go/219:rw,z -v /w/workspace/device-virtual-go/219@tmp:/w/workspace/device-virtual-go/219@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-11-04T08:07:17.624Z] $ docker top 55df0692d40e3e5f336023c60fb3238d15b5e1654c3cd97e30be0353b7bd9433 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:07:18.154Z] ---> job-cost.sh [2025-11-04T08:07:18.420Z] lf-activate-venv: SKIPPING [2025-11-04T08:07:18.420Z] INFO: No Stack... [2025-11-04T08:07:18.999Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-11-04T08:07:19.577Z] INFO: Archiving Costs [Pipeline] sh [2025-11-04T08:07:20.209Z] + cut -d, -f6 [2025-11-04T08:07:20.209Z] + cat /w/workspace/device-virtual-go/219/archives/cost.csv [Pipeline] lock [2025-11-04T08:07:20.262Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [2025-11-04T08:07:20.270Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] did not exist. Created. [2025-11-04T08:07:20.275Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-11-04T08:07:20.937Z] /w/workspace/device-virtual-go/219@tmp/durable-03443d1e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-11-04T08:07:21.570Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-11-04T08:07:21.598Z] Warning: overwriting stash ‘stack-cost’ [2025-11-04T08:07:21.644Z] Stashed 1 file(s) [Pipeline] } [2025-11-04T08:07:21.656Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-219-stack-cost] [Pipeline] // lock [Pipeline] } [2025-11-04T08:07:21.694Z] $ docker stop --time=1 55df0692d40e3e5f336023c60fb3238d15b5e1654c3cd97e30be0353b7bd9433 [2025-11-04T08:07:23.171Z] $ docker rm -f --volumes 55df0692d40e3e5f336023c60fb3238d15b5e1654c3cd97e30be0353b7bd9433 [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-11-04T08:07:23.694Z] provisioning config files... [2025-11-04T08:07:23.702Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config934367405169503545tmp [Pipeline] { [Pipeline] sh [2025-11-04T08:07:24.008Z] + set +x [2025-11-04T08:07:24.008Z] + curl -s https://codecov.io/bash [2025-11-04T08:07:24.008Z] + bash -s -- [2025-11-04T08:07:24.008Z] [2025-11-04T08:07:24.008Z] _____ _ [2025-11-04T08:07:24.008Z] / ____| | | [2025-11-04T08:07:24.008Z] | | ___ __| | ___ ___ _____ __ [2025-11-04T08:07:24.008Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-11-04T08:07:24.008Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-11-04T08:07:24.008Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-11-04T08:07:24.008Z] Bash-1.0.6 [2025-11-04T08:07:24.008Z] [2025-11-04T08:07:24.008Z] [2025-11-04T08:07:24.008Z] ==> git version 2.25.1 found [2025-11-04T08:07:24.008Z] ==> 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-11-04T08:07:24.008Z] Release-Date: 2020-01-08 [2025-11-04T08:07:24.008Z] 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-11-04T08:07:24.008Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-11-04T08:07:24.008Z] ==> Jenkins CI detected. [2025-11-04T08:07:24.008Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2025-11-04T08:07:24.008Z] project root: . [2025-11-04T08:07:24.008Z] --> token set from env [2025-11-04T08:07:24.008Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-11-04T08:07:24.008Z] ==> Running gcov in . (disable via -X gcov) [2025-11-04T08:07:24.008Z] ==> Python coveragepy not found [2025-11-04T08:07:24.008Z] ==> Searching for coverage reports in: [2025-11-04T08:07:24.008Z] + . [2025-11-04T08:07:24.008Z] -> Found 1 reports [2025-11-04T08:07:24.008Z] ==> Detecting git/mercurial file structure [2025-11-04T08:07:24.008Z] ==> Reading reports [2025-11-04T08:07:24.008Z] + ./coverage.out bytes=45387 [2025-11-04T08:07:24.008Z] ==> Appending adjustments [2025-11-04T08:07:24.008Z] https://docs.codecov.io/docs/fixing-reports [2025-11-04T08:07:24.269Z] + Found adjustments [2025-11-04T08:07:24.269Z] ==> Gzipping contents [2025-11-04T08:07:24.269Z] 8.0K /tmp/codecov.RIzpdx.gz [2025-11-04T08:07:24.269Z] ==> Uploading reports [2025-11-04T08:07:24.269Z] url: https://codecov.io [2025-11-04T08:07:24.269Z] query: branch=main&commit=fea93d81e4b91ca4599cea782a7ea9898c6b18cb&build=219&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F219%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-11-04T08:07:24.269Z] -> Pinging Codecov [2025-11-04T08:07:24.269Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=fea93d81e4b91ca4599cea782a7ea9898c6b18cb&build=219&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F219%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-11-04T08:07:24.529Z] -> Uploading to [2025-11-04T08:07:24.529Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-virtual-go/fea93d81e4b91ca4599cea782a7ea9898c6b18cb/411b3787-f30f-4ec2-973e-d0893c9e4821.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251104%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251104T080724Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=b4e8ab199293ffef5dddbd1b1d46ee3f626db0190e3c9021eea2fc645eecb5ca [2025-11-04T08:07:24.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-11-04T08:07:24.529Z] Dload Upload Total Spent Left Speed [2025-11-04T08:07:24.529Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5352 0 0 100 5352 0 31668 --:--:-- --:--:-- --:--:-- 31668 [2025-11-04T08:07:24.529Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] } [2025-11-04T08:07:24.535Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-11-04T08:07:24.773Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-11-04T08:07:24.793Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:07:25.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-11-04T08:07:25.120Z] [2025-11-04T08:07:25.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:07:25.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-11-04T08:07:25.425Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-11-04T08:07:25.425Z] 2d35ebdb57d9: Already exists [2025-11-04T08:07:25.425Z] 85e8836fcdb2: Pulling fs layer [2025-11-04T08:07:25.425Z] 91631faa732a: Pulling fs layer [2025-11-04T08:07:25.425Z] f3f5ae8826fa: Pulling fs layer [2025-11-04T08:07:25.425Z] 4f4fb700ef54: Pulling fs layer [2025-11-04T08:07:25.425Z] 7861252a18e6: Pulling fs layer [2025-11-04T08:07:25.425Z] 9130f900ef6f: Pulling fs layer [2025-11-04T08:07:25.425Z] 4f4fb700ef54: Waiting [2025-11-04T08:07:25.425Z] 7861252a18e6: Waiting [2025-11-04T08:07:25.425Z] f3f5ae8826fa: Verifying Checksum [2025-11-04T08:07:25.425Z] f3f5ae8826fa: Download complete [2025-11-04T08:07:25.425Z] 85e8836fcdb2: Download complete [2025-11-04T08:07:25.425Z] 4f4fb700ef54: Verifying Checksum [2025-11-04T08:07:25.425Z] 4f4fb700ef54: Download complete [2025-11-04T08:07:25.685Z] 85e8836fcdb2: Pull complete [2025-11-04T08:07:25.685Z] 7861252a18e6: Verifying Checksum [2025-11-04T08:07:25.685Z] 7861252a18e6: Download complete [2025-11-04T08:07:25.943Z] 91631faa732a: Verifying Checksum [2025-11-04T08:07:25.944Z] 91631faa732a: Download complete [2025-11-04T08:07:26.510Z] 9130f900ef6f: Verifying Checksum [2025-11-04T08:07:26.510Z] 9130f900ef6f: Download complete [2025-11-04T08:07:30.718Z] 91631faa732a: Pull complete [2025-11-04T08:07:30.718Z] f3f5ae8826fa: Pull complete [2025-11-04T08:07:30.718Z] 4f4fb700ef54: Pull complete [2025-11-04T08:07:30.993Z] 7861252a18e6: Pull complete [2025-11-04T08:07:35.183Z] 9130f900ef6f: Pull complete [2025-11-04T08:07:35.183Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2025-11-04T08:07:35.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-11-04T08:07:35.183Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T08:07:35.296Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T08:07:35.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T08:07:36.842Z] $ docker top 2360586a415a0bde89c52a5a42947209971e550ec9a2fb166f7f92d9835d12fc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-04T08:07:37.173Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2025-11-04T08:07:37.184Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2025-11-04T08:07:37.462Z] + set -o pipefail [2025-11-04T08:07:37.462Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2025-11-04T08:07:44.026Z] [2025-11-04T08:07:44.026Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2025-11-04T08:07:44.026Z] [2025-11-04T08:07:44.026Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/334b4a83-9fe2-43ff-9d79-1b97e9c8ad9a [2025-11-04T08:07:44.026Z] [2025-11-04T08:07:44.026Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-11-04T08:07:44.026Z] [2025-11-04T08:07:44.026Z] [2025-11-04T08:07:44.026Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-11-04T08:07:44.026Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-11-04T08:07:44.318Z] $ docker stop --time=1 2360586a415a0bde89c52a5a42947209971e550ec9a2fb166f7f92d9835d12fc [2025-11-04T08:07:46.819Z] $ docker rm -f --volumes 2360586a415a0bde89c52a5a42947209971e550ec9a2fb166f7f92d9835d12fc [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-11-04T08:07:47.676Z] + git log --format=format:%s -1 fea93d81e4b91ca4599cea782a7ea9898c6b18cb [Pipeline] sh [2025-11-04T08:07:47.966Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-04T08:07:47.966Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:07:48.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-04T08:07:48.270Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T08:07:48.349Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T08:07:48.390Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T08:07:48.636Z] $ docker top 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 -eo pid,comm [2025-11-04T08:07:48.665Z] 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-11-04T08:07:48.666Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-04T08:07:48.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-04T08:07:48.722Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-04T08:07:48.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-04T08:07:48.852Z] $ docker exec 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 ssh-agent [2025-11-04T08:07:48.950Z] SSH_AUTH_SOCK=/tmp/ssh-9W8mL6xhtqoc/agent.32 [2025-11-04T08:07:48.950Z] SSH_AGENT_PID=38 [2025-11-04T08:07:48.956Z] Running ssh-add (command line suppressed) [2025-11-04T08:07:49.076Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4971009676605276788.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4971009676605276788.key) [2025-11-04T08:07:49.074Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-04T08:07:49.371Z] + git semver tag [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,595 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,599 [run_tag] DEBUG tag force:False [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,599 [check_head_tag] DEBUG check head tag [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,600 [execute] INFO git cat-file --batch-check [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,600 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,602 [execute] INFO git cat-file --batch [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,603 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=, shell=False, universal_newlines=False) [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,612 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,612 [execute] INFO git tag -a v4.1.0-dev.9 -m v4.1.0-dev.9 [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,612 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.9', '-m', 'v4.1.0-dev.9'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) [2025-11-04T08:07:49.630Z] 2025-11-04 08:07:49,616 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T08:07:49.630Z] 4.1.0-dev.9 [Pipeline] } [2025-11-04T08:07:49.652Z] $ docker exec --env ******** --env ******** 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 ssh-agent -k [2025-11-04T08:07:49.742Z] unset SSH_AUTH_SOCK; [2025-11-04T08:07:49.742Z] unset SSH_AGENT_PID; [2025-11-04T08:07:49.742Z] echo Agent pid 38 killed; [2025-11-04T08:07:49.737Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-04T08:07:50.065Z] + git semver [Pipeline] } [2025-11-04T08:07:50.351Z] $ docker stop --time=1 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 [2025-11-04T08:07:51.596Z] $ docker rm -f --volumes 31b1394b0527e368c4eaaef77edb0647537d8fac05aa5c74e679adba9a1165d9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:07:51.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-11-04T08:07:51.993Z] [2025-11-04T08:07:51.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:07:52.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-11-04T08:07:52.305Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-11-04T08:07:52.305Z] ab5ef0e58194: Pulling fs layer [2025-11-04T08:07:52.305Z] 9712f1f96733: Pulling fs layer [2025-11-04T08:07:52.305Z] 63f879dbbcfc: Pulling fs layer [2025-11-04T08:07:52.305Z] 0d9ebad4ef96: Pulling fs layer [2025-11-04T08:07:52.305Z] e9a5061849ea: Pulling fs layer [2025-11-04T08:07:52.305Z] d747dcd14b5f: Pulling fs layer [2025-11-04T08:07:52.305Z] 2de7ff778b66: Pulling fs layer [2025-11-04T08:07:52.305Z] e9a5061849ea: Waiting [2025-11-04T08:07:52.305Z] d747dcd14b5f: Waiting [2025-11-04T08:07:52.305Z] 2de7ff778b66: Waiting [2025-11-04T08:07:52.305Z] 0d9ebad4ef96: Waiting [2025-11-04T08:07:52.305Z] 9712f1f96733: Verifying Checksum [2025-11-04T08:07:52.305Z] 9712f1f96733: Download complete [2025-11-04T08:07:52.876Z] 63f879dbbcfc: Verifying Checksum [2025-11-04T08:07:52.876Z] 63f879dbbcfc: Download complete [2025-11-04T08:07:52.876Z] 0d9ebad4ef96: Verifying Checksum [2025-11-04T08:07:52.876Z] 0d9ebad4ef96: Download complete [2025-11-04T08:07:52.876Z] e9a5061849ea: Verifying Checksum [2025-11-04T08:07:52.876Z] e9a5061849ea: Download complete [2025-11-04T08:07:52.876Z] d747dcd14b5f: Download complete [2025-11-04T08:07:53.137Z] ab5ef0e58194: Verifying Checksum [2025-11-04T08:07:53.137Z] ab5ef0e58194: Download complete [2025-11-04T08:07:53.137Z] 2de7ff778b66: Verifying Checksum [2025-11-04T08:07:53.137Z] 2de7ff778b66: Download complete [2025-11-04T08:07:57.358Z] ab5ef0e58194: Pull complete [2025-11-04T08:07:57.358Z] 9712f1f96733: Pull complete [2025-11-04T08:07:57.358Z] 63f879dbbcfc: Pull complete [2025-11-04T08:08:02.627Z] 0d9ebad4ef96: Pull complete [2025-11-04T08:08:02.627Z] e9a5061849ea: Pull complete [2025-11-04T08:08:02.627Z] d747dcd14b5f: Pull complete [2025-11-04T08:08:03.560Z] 2de7ff778b66: Pull complete [2025-11-04T08:08:03.560Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-11-04T08:08:03.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-11-04T08:08:03.560Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T08:08:03.658Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T08:08:03.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T08:08:05.311Z] $ docker top 18fe158fa63a2afeb48e18b91c617931f92abae2e9221c0dcb2e9f71c2809d50 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-11-04T08:08:05.366Z] provisioning config files... [2025-11-04T08:08:05.375Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13419852077292471594tmp [2025-11-04T08:08:05.382Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12946309408686817075tmp [2025-11-04T08:08:05.390Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5803015881733058245tmp [Pipeline] { [Pipeline] echo [2025-11-04T08:08:05.490Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:05.781Z] ---> sigul-configuration.sh [2025-11-04T08:08:05.781Z] gpg: directory `/root/.gnupg' created [2025-11-04T08:08:05.781Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-11-04T08:08:05.781Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-11-04T08:08:05.781Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-11-04T08:08:05.781Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-11-04T08:08:05.781Z] gpg: CAST5 encrypted data [2025-11-04T08:08:05.781Z] gpg: encrypted with 1 passphrase [2025-11-04T08:08:05.781Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-11-04T08:08:06.081Z] + mkdir /home/jenkins [2025-11-04T08:08:06.081Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-11-04T08:08:06.387Z] + 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-11-04T08:08:06.401Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:06.691Z] ---> sigul-install.sh [2025-11-04T08:08:06.691Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-11-04T08:08:06.987Z] + git tag --list [2025-11-04T08:08:06.987Z] v1.0.0 [2025-11-04T08:08:06.987Z] v1.1.0 [2025-11-04T08:08:06.987Z] v1.1.1 [2025-11-04T08:08:06.987Z] v1.2.1 [2025-11-04T08:08:06.987Z] v1.2.2 [2025-11-04T08:08:06.987Z] v1.2.3 [2025-11-04T08:08:06.987Z] v1.3.0 [2025-11-04T08:08:06.987Z] v1.3.1 [2025-11-04T08:08:06.987Z] v2.0.0 [2025-11-04T08:08:06.987Z] v2.1.0 [2025-11-04T08:08:06.987Z] v2.1.1 [2025-11-04T08:08:06.987Z] v2.2.0 [2025-11-04T08:08:06.987Z] v2.3.0 [2025-11-04T08:08:06.987Z] v3.0 [2025-11-04T08:08:06.987Z] v3.0.0 [2025-11-04T08:08:06.987Z] v3.1 [2025-11-04T08:08:06.987Z] v3.1.0 [2025-11-04T08:08:06.987Z] v3.1.1 [2025-11-04T08:08:06.987Z] v4.0 [2025-11-04T08:08:06.987Z] v4.0.0 [2025-11-04T08:08:06.987Z] v4.1.0-dev.1 [2025-11-04T08:08:06.987Z] v4.1.0-dev.2 [2025-11-04T08:08:06.987Z] v4.1.0-dev.3 [2025-11-04T08:08:06.987Z] v4.1.0-dev.4 [2025-11-04T08:08:06.987Z] v4.1.0-dev.5 [2025-11-04T08:08:06.987Z] v4.1.0-dev.6 [2025-11-04T08:08:06.987Z] v4.1.0-dev.7 [2025-11-04T08:08:06.987Z] v4.1.0-dev.8 [2025-11-04T08:08:06.987Z] v4.1.0-dev.9 [Pipeline] sh [2025-11-04T08:08:07.281Z] + lftools sign git-tag v4.1.0-dev.9 [2025-11-04T08:08:07.848Z] Signing Git tag with Sigul... [2025-11-04T08:08:07.848Z] Signing v4.1.0-dev.9 [Pipeline] echo [2025-11-04T08:08:08.121Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:08.506Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-11-04T08:08:08.534Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-11-04T08:08:08.581Z] $ docker stop --time=1 18fe158fa63a2afeb48e18b91c617931f92abae2e9221c0dcb2e9f71c2809d50 [2025-11-04T08:08:09.869Z] $ docker rm -f --volumes 18fe158fa63a2afeb48e18b91c617931f92abae2e9221c0dcb2e9f71c2809d50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-11-04T08:08:10.369Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-04T08:08:10.369Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:08:10.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-04T08:08:10.685Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T08:08:10.761Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T08:08:10.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T08:08:11.014Z] $ docker top f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-04T08:08:11.090Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-04T08:08:11.090Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-04T08:08:11.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-04T08:08:11.202Z] $ docker exec f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c ssh-agent [2025-11-04T08:08:11.274Z] SSH_AUTH_SOCK=/tmp/ssh-I9ogJdyLxXgS/agent.32 [2025-11-04T08:08:11.274Z] SSH_AGENT_PID=38 [2025-11-04T08:08:11.278Z] Running ssh-add (command line suppressed) [2025-11-04T08:08:11.391Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17219171618910054217.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17219171618910054217.key) [2025-11-04T08:08:11.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-04T08:08:11.678Z] + git semver bump pre [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,924 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,928 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,928 [bump_version] DEBUG bumping version:4.1.0-dev.9 on axis:pre with prefix:dev [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,928 [bump_version] DEBUG bumped version:4.1.0-dev.10 [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,928 [write_version] DEBUG write version:4.1.0-dev.10 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,928 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,928 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,930 [execute] INFO git cat-file --batch-check [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,930 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,934 [execute] INFO git cat-file --batch [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,934 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-11-04T08:08:11.936Z] 2025-11-04 08:08:11,937 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T08:08:11.936Z] 4.1.0-dev.10 [Pipeline] } [2025-11-04T08:08:12.217Z] $ docker exec --env ******** --env ******** f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c ssh-agent -k [2025-11-04T08:08:12.304Z] unset SSH_AUTH_SOCK; [2025-11-04T08:08:12.305Z] unset SSH_AGENT_PID; [2025-11-04T08:08:12.305Z] echo Agent pid 38 killed; [2025-11-04T08:08:12.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-04T08:08:12.628Z] + git semver [Pipeline] } [2025-11-04T08:08:12.913Z] $ docker stop --time=1 f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c [2025-11-04T08:08:14.182Z] $ docker rm -f --volumes f19164526b584fd396f7a8bfabc06506261019cb6c423e56e1f2502bf8935e2c [Pipeline] // withDockerContainer [Pipeline] sh [2025-11-04T08:08:14.523Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-11-04T08:08:14.523Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:08:14.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-11-04T08:08:14.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T08:08:14.895Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T08:08:14.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T08:08:15.152Z] $ docker top cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a -eo pid,comm [2025-11-04T08:08:15.178Z] 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-11-04T08:08:15.178Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-11-04T08:08:15.232Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-11-04T08:08:15.232Z] [ssh-agent] Looking for ssh-agent implementation... [2025-11-04T08:08:15.339Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-11-04T08:08:15.356Z] $ docker exec cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a ssh-agent [2025-11-04T08:08:15.453Z] SSH_AUTH_SOCK=/tmp/ssh-m6UsnTBuNw1t/agent.32 [2025-11-04T08:08:15.453Z] SSH_AGENT_PID=38 [2025-11-04T08:08:15.457Z] Running ssh-add (command line suppressed) [2025-11-04T08:08:15.567Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14098143631789294336.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14098143631789294336.key) [2025-11-04T08:08:15.565Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-11-04T08:08:15.856Z] + git semver push [2025-11-04T08:08:16.116Z] 2025-11-04 08:08:16,067 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-11-04T08:08:16.116Z] 2025-11-04 08:08:16,071 [run_push] DEBUG push [2025-11-04T08:08:16.116Z] 2025-11-04 08:08:16,072 [execute] INFO git cat-file --batch-check [2025-11-04T08:08:16.116Z] 2025-11-04 08:08:16,072 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-11-04T08:08:16.116Z] 2025-11-04 08:08:16,074 [execute] INFO git rev-list f6c20f0e32eea0b52e421d0673eb5b627f17d517 -- [2025-11-04T08:08:16.116Z] 2025-11-04 08:08:16,074 [execute] DEBUG Popen(['git', 'rev-list', 'f6c20f0e32eea0b52e421d0673eb5b627f17d517', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-11-04T08:08:16.116Z] 2025-11-04 08:08:16,081 [execute] INFO git fetch -v -- origin [2025-11-04T08:08:16.116Z] 2025-11-04 08:08:16,081 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-11-04T08:08:16.680Z] 2025-11-04 08:08:16,633 [run_push] DEBUG no remote changes detected [2025-11-04T08:08:16.680Z] 2025-11-04 08:08:16,633 [execute] INFO git push origin semver [2025-11-04T08:08:16.680Z] 2025-11-04 08:08:16,633 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-11-04T08:08:17.619Z] 2025-11-04 08:08:17,402 [run_push] DEBUG push all version tags [2025-11-04T08:08:17.619Z] 2025-11-04 08:08:17,402 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-11-04T08:08:17.619Z] 2025-11-04 08:08:17,402 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, stdin=None, shell=False, universal_newlines=False) [2025-11-04T08:08:18.187Z] 2025-11-04 08:08:18,198 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2025-11-04T08:08:18.187Z] 4.1.0-dev.10 [Pipeline] } [2025-11-04T08:08:18.467Z] $ docker exec --env ******** --env ******** cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a ssh-agent -k [2025-11-04T08:08:18.563Z] unset SSH_AUTH_SOCK; [2025-11-04T08:08:18.563Z] unset SSH_AGENT_PID; [2025-11-04T08:08:18.563Z] echo Agent pid 38 killed; [2025-11-04T08:08:18.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-11-04T08:08:18.887Z] + git semver [Pipeline] } [2025-11-04T08:08:19.173Z] $ docker stop --time=1 cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a [2025-11-04T08:08:20.427Z] $ docker rm -f --volumes cc9cb580bd8d56028953a2764dbe3edbee70d04e9acec42c3e6f6d6626399d2a [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-11-04T08:08:21.033Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2025-11-04T08:08:21.033Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-11-04T08:08:21.033Z] total 16 [2025-11-04T08:08:21.033Z] drwxr-xr-x 3 root root 4096 Nov 4 07:56 . [2025-11-04T08:08:21.033Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 4 08:08 .. [2025-11-04T08:08:21.033Z] drwxr-xr-x 2 root root 4096 Nov 4 07:56 cost [2025-11-04T08:08:21.033Z] -rw-r--r-- 1 root root 89 Nov 4 07:56 cost.csv [2025-11-04T08:08:21.033Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2025-11-04T08:08:21.033Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2025-11-04T08:08:21.033Z] total 16 [2025-11-04T08:08:21.033Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 4 07:56 . [2025-11-04T08:08:21.033Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 4 08:08 .. [2025-11-04T08:08:21.033Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 4 07:56 cost [2025-11-04T08:08:21.033Z] -rw-r--r-- 1 jenkins jenkins 89 Nov 4 07:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:21.326Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:22.182Z] ---> package-listing.sh [2025-11-04T08:08:22.182Z] ++ facter osfamily [2025-11-04T08:08:22.182Z] ++ tr '[:upper:]' '[:lower:]' [2025-11-04T08:08:22.441Z] + OS_FAMILY=debian [2025-11-04T08:08:22.441Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2025-11-04T08:08:22.441Z] + START_PACKAGES=/tmp/packages_start.txt [2025-11-04T08:08:22.441Z] + END_PACKAGES=/tmp/packages_end.txt [2025-11-04T08:08:22.441Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-11-04T08:08:22.441Z] + PACKAGES=/tmp/packages_start.txt [2025-11-04T08:08:22.441Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-11-04T08:08:22.441Z] + PACKAGES=/tmp/packages_end.txt [2025-11-04T08:08:22.441Z] + case "${OS_FAMILY}" in [2025-11-04T08:08:22.441Z] + dpkg -l [2025-11-04T08:08:22.441Z] + grep '^ii' [2025-11-04T08:08:22.441Z] + '[' -f /tmp/packages_start.txt ']' [2025-11-04T08:08:22.441Z] + '[' -f /tmp/packages_end.txt ']' [2025-11-04T08:08:22.441Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-11-04T08:08:22.441Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2025-11-04T08:08:22.441Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2025-11-04T08:08:22.441Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2025-11-04T08:08:22.455Z] 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/exfoundry_device-virtual-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-11-04T08:08:22.732Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-11-04T08:08:23.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-11-04T08:08:23.296Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-11-04T08:08:23.371Z] prd-ubuntu20.04-docker-8c-8g-772489 does not seem to be running inside a container [2025-11-04T08:08:23.416Z] $ 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/exfoundry_device-virtual-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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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-11-04T08:08:23.620Z] $ docker top 0cf9ebd6a4e8253593ccf1d86bf56bf66f2bb1753ae78f555dde6bbbbdfdb916 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-11-04T08:08:23.943Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-11-04T08:08:24.227Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-11-04T08:08:24.514Z] + ls /var/log/sa-host [2025-11-04T08:08:24.514Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-11-04T08:08:24.547Z] provisioning config files... [2025-11-04T08:08:24.558Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5751968745738098498tmp [Pipeline] { [Pipeline] echo [2025-11-04T08:08:24.578Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:24.860Z] ---> create-netrc.sh [Pipeline] } [2025-11-04T08:08:24.867Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:25.192Z] ---> python-tools-install.sh [Pipeline] echo [2025-11-04T08:08:25.203Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:25.488Z] ---> sudo-logs.sh [2025-11-04T08:08:25.489Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-11-04T08:08:25.519Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:25.802Z] ---> job-cost.sh [2025-11-04T08:08:25.802Z] lf-activate-venv: SKIPPING [2025-11-04T08:08:25.802Z] DEBUG: total: 0.2199999988079071 [2025-11-04T08:08:25.802Z] INFO: Retrieving Stack Cost... [2025-11-04T08:08:26.370Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-11-04T08:08:26.628Z] INFO: Archiving Costs [Pipeline] echo [2025-11-04T08:08:26.641Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-11-04T08:08:26.929Z] ---> logs-deploy.sh [2025-11-04T08:08:26.929Z] lf-activate-venv: SKIPPING [2025-11-04T08:08:26.929Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/219 [2025-11-04T08:08:26.929Z] INFO: archiving workspace using pattern(s): [2025-11-04T08:08:27.866Z] Archives upload complete. [2025-11-04T08:08:27.866Z] INFO: archiving logs to Nexus